/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}body{margin:0;padding:0}article,aside,details,figcaption,figure,main,footer,header,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}nav ul,nav ol{list-style:none none}img{max-width:100%;height:auto;border:0}video,embed,object{max-width:100%}svg:not(:root){overflow:hidden}figure{margin:0}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%}body{color:#333;font-family:'Google Sans',Roboto,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;font-size:1.4rem}p{margin-top:0rem;margin-bottom:1rem}abbr[title]{border-bottom:1px dotted #ccc;cursor:help}b,strong{font-weight:700}em,i{font-style:italic}mark{background:#f6f6f6;color:#000}small,.small{font-size:12px}hr{border:0;border-top:1px solid #ccc;margin-bottom:20px;margin-top:20px}sub,sup{font-size:71.42857143000001%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dfn{font-style:italic}h1{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0rem;margin-bottom:2rem}h2{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}h3{font-weight:600;line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem}h4{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}h5{font-weight:700;line-height:1.1;font-size:1.2rem;margin-top:2rem;margin-bottom:2rem}h6{font-weight:700;line-height:1.1;font-size:1rem;margin-top:2rem;margin-bottom:2rem}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{color:#333;font-family:'Google Sans',Roboto,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1}a,.alink,.amstock-button.-link{color:#c02327;text-decoration:none}a:visited,.alink:visited,.amstock-button.-link:visited{color:#c02327;text-decoration:none}a:hover,.alink:hover,.amstock-button.-link:hover{color:#c02327;text-decoration:underline}a:active,.alink:active,.amstock-button.-link:active{color:#ff5501;text-decoration:underline}ul,ol{margin-top:0rem;margin-bottom:2.5rem}ul>li,ol>li{margin-top:0rem;margin-bottom:1rem}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}dl{margin-bottom:20px;margin-top:0}dt{font-weight:700;margin-bottom:5px;margin-top:0}dd{margin-bottom:10px;margin-top:0;margin-left:0}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,'Courier New',monospace}code{background:#f6f6f6;color:#111;padding:2px 4px;font-size:1.2rem;white-space:nowrap}kbd{background:#f6f6f6;color:#111;padding:2px 4px;font-size:1.2rem}pre{background:#f6f6f6;border:1px solid #ccc;color:#111;line-height:1.42857143;margin:0 0 10px;padding:10px;font-size:1.2rem;display:block;word-wrap:break-word}pre code{background-color:transparent;border-radius:0;color:inherit;font-size:inherit;padding:0;white-space:pre-wrap}blockquote{border-left:0 solid #ccc;margin:0 0 20px 40px;padding:0;color:#333;font-family:'Google Sans',Roboto,Arial,sans-serif;font-style:italic;font-weight:400;line-height:1.42857143;font-size:1.4rem}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{color:#333;line-height:1.42857143;font-size:1rem;display:block}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote cite{font-style:normal}blockquote:before,blockquote:after{content:''}q{quotes:none}q:before,q:after{content:'';content:none}cite{font-style:normal}table{width:100%;border-collapse:collapse;border-spacing:0;max-width:100%}table th{text-align:left}table>tbody>tr>th,table>tfoot>tr>th,table>tbody>tr>td,table>tfoot>tr>td{vertical-align:top}table>thead>tr>th,table>thead>tr>td{vertical-align:bottom}table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:11px 10px}button{background-image:none;background:#eee;border:1px solid #ccc;color:#333;cursor:pointer;display:inline-block;font-family:'Google Sans',Roboto,Arial,sans-serif;font-weight:600;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle}button:focus,button:active{background:#e2e2e2;border:1px solid #ccc;color:#333}button:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}button.disabled,button[disabled],fieldset[disabled] button{opacity:.5;cursor:default;pointer-events:none}button::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type*="date"],input[type="email"]{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Google Sans',Roboto,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box}input[type="text"]:disabled,input[type="password"]:disabled,input[type="url"]:disabled,input[type="tel"]:disabled,input[type="search"]:disabled,input[type="number"]:disabled,input[type*="date"]:disabled,input[type="email"]:disabled{opacity:.5}input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="url"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="search"]::-moz-placeholder,input[type="number"]::-moz-placeholder,input[type*="date"]::-moz-placeholder,input[type="email"]::-moz-placeholder{color:#575757}input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type*="date"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder{color:#575757}input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="number"]:-ms-input-placeholder,input[type*="date"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder{color:#575757}input[type="number"]{-moz-appearance:textfield}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type="search"]{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{-webkit-appearance:none}select{background:#fff url('../../frontend/DGX/horizon/en_US/images/select-bg.svg') no-repeat 100% 45%;background-clip:padding-box;border:1px solid #ccc;border-radius:1px;font-family:'Google Sans',Roboto,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:4px 25px 5px 10px;vertical-align:baseline;width:100%;box-sizing:border-box}select:focus{border:1px solid #c2c2c2}select:disabled{opacity:.5;background:#fff;border:1px solid #c2c2c2}select[multiple]{height:auto;background-image:none}textarea{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Google Sans',Roboto,Arial,sans-serif;font-size:14px;height:auto;line-height:1.42857143;margin:0;padding:10px;vertical-align:baseline;width:100%;box-sizing:border-box;resize:vertical}textarea:disabled{opacity:.5}textarea::-moz-placeholder{color:#575757}textarea::-webkit-input-placeholder{color:#575757}textarea:-ms-input-placeholder{color:#575757}input[type="checkbox"]{margin:2px 5px 0 0;position:relative;top:2px}input[type="checkbox"]:disabled{opacity:.5}input[type="radio"]{margin:2px 5px 0 0}input[type="radio"]:disabled{opacity:.5}input.mage-error,select.mage-error,textarea.mage-error{border-color:#ed8380}div.mage-error{color:#e02b27;font-size:1.2rem}input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input::-moz-focus-inner{border:0;padding:0}form{-webkit-tap-highlight-color:rgba(0,0,0,0)}address{font-style:normal}*:focus{box-shadow:none;outline:0}._keyfocus *:focus,input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus{box-shadow:0 0 3px 1px #00699D}.aw-ar__agreements-items,.bundle-options-container .block-bundle-summary .bundle.items,.product-items,.prices-tier,.search-terms,.cart-summary .checkout-methods-items,.opc-wrapper .opc,.opc-progress-bar,.checkout-agreements-items,.order-details-items .items-qty,.footer.content ul{margin:0;padding:0;list-style:none none}.aw-ar__agreements-items>li,.bundle-options-container .block-bundle-summary .bundle.items>li,.product-items>li,.prices-tier>li,.search-terms>li,.cart-summary .checkout-methods-items>li,.opc-wrapper .opc>li,.opc-progress-bar>li,.checkout-agreements-items>li,.order-details-items .items-qty>li,.footer.content ul>li{margin:0}.action-primary:focus,.action-primary:active{background:#c02327;border:1px solid #c02327;color:#fff}.action-primary:hover{background:#a91b20;border:1px solid #a91b20;color:#fff}.action-primary.disabled,.action-primary[disabled],fieldset[disabled] .action-primary{opacity:.5;cursor:default;pointer-events:none}.abs-discount-block .actions-toolbar .action.primary,.abs-discount-block .actions-toolbar .action.cancel,.block-compare .action.primary,.cart-summary .block .actions-toolbar>.primary .action.primary,.abs-discount-code .form-discount .actions-toolbar .primary .action,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel,.cart-discount .actions-toolbar .action.primary,.cart-discount .actions-toolbar .action.cancel,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{border-radius:3px}.abs-discount-block .actions-toolbar .action.primary:not(:focus),.abs-discount-block .actions-toolbar .action.cancel:not(:focus),.block-compare .action.primary:not(:focus),.cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus),.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),.paypal-review-discount .actions-toolbar .action.primary:not(:focus),.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),.cart-discount .actions-toolbar .action.primary:not(:focus),.cart-discount .actions-toolbar .action.cancel:not(:focus),.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus){box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3)}.abs-discount-block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.cancel:active,.block-compare .action.primary:active,.cart-summary .block .actions-toolbar>.primary .action.primary:active,.abs-discount-code .form-discount .actions-toolbar .primary .action:active,.cart-summary .form.giftregistry .fieldset .action.primary:active,.paypal-review-discount .actions-toolbar .action.primary:active,.paypal-review-discount .actions-toolbar .action.cancel:active,.cart-discount .actions-toolbar .action.primary:active,.cart-discount .actions-toolbar .action.cancel:active,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active{box-shadow:inset 0 1px 0 0 rgba(204,204,204,0.8),inset 0 -1px 0 0 rgba(204,204,204,0.3)}.abs-action-link-button:focus,.abs-action-link-button:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.abs-action-link-button:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.abs-action-link-button.disabled,.abs-action-link-button[disabled],fieldset[disabled] .abs-action-link-button{opacity:.5;cursor:default;pointer-events:none}.abs-action-link-button:hover,.abs-action-link-button:active,.abs-action-link-button:focus{text-decoration:none}.abs-action-remove,.abs-discount-block .action.check,.popup .actions-toolbar .action.cancel,.aw-ar__agreements-block .action-show,.paypal-button-widget .paypal-button,.bundle-options-container .action.back,.block.related .action.select,.cart.table-wrapper .actions-toolbar>.action-delete,.cart.table-wrapper .action.help.map,.checkout-index-index .modal-popup .modal-footer .action-hide-popup,.opc-wrapper .edit-address-link,.opc-block-shipping-information .shipping-information-title .action-edit,.action-auth-toggle,.checkout-payment-method .checkout-billing-address .action-cancel,.checkout-agreements-block .action-show,.gift-options .actions-toolbar .action-cancel,.gift-summary .action-edit,.gift-summary .action-delete,.action-gift,.wishlist.split.button>.action,.abs-add-fields .action.remove,.paypal-review-discount .action.check,.cart-discount .action.check,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove,.form.send.friend .action.remove{line-height:1.42857143;padding:0;color:#c02327;text-decoration:none;background:none;border:0;display:inline;font-weight:400;border-radius:0}.abs-action-button-as-link:visited,.abs-action-remove:visited,.abs-discount-block .action.check:visited,.popup .actions-toolbar .action.cancel:visited,.aw-ar__agreements-block .action-show:visited,.paypal-button-widget .paypal-button:visited,.bundle-options-container .action.back:visited,.block.related .action.select:visited,.cart.table-wrapper .actions-toolbar>.action-delete:visited,.cart.table-wrapper .action.help.map:visited,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,.opc-wrapper .edit-address-link:visited,.opc-block-shipping-information .shipping-information-title .action-edit:visited,.action-auth-toggle:visited,.checkout-payment-method .checkout-billing-address .action-cancel:visited,.checkout-agreements-block .action-show:visited,.gift-options .actions-toolbar .action-cancel:visited,.gift-summary .action-edit:visited,.gift-summary .action-delete:visited,.action-gift:visited,.wishlist.split.button>.action:visited,.abs-add-fields .action.remove:visited,.paypal-review-discount .action.check:visited,.cart-discount .action.check:visited,.form-giftregistry-share .action.remove:visited,.form-giftregistry-edit .action.remove:visited,.form.send.friend .action.remove:visited{color:#c02327;text-decoration:none}.abs-action-button-as-link:hover,.abs-action-remove:hover,.abs-discount-block .action.check:hover,.popup .actions-toolbar .action.cancel:hover,.aw-ar__agreements-block .action-show:hover,.paypal-button-widget .paypal-button:hover,.bundle-options-container .action.back:hover,.block.related .action.select:hover,.cart.table-wrapper .actions-toolbar>.action-delete:hover,.cart.table-wrapper .action.help.map:hover,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,.opc-wrapper .edit-address-link:hover,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.action-auth-toggle:hover,.checkout-payment-method .checkout-billing-address .action-cancel:hover,.checkout-agreements-block .action-show:hover,.gift-options .actions-toolbar .action-cancel:hover,.gift-summary .action-edit:hover,.gift-summary .action-delete:hover,.action-gift:hover,.wishlist.split.button>.action:hover,.abs-add-fields .action.remove:hover,.paypal-review-discount .action.check:hover,.cart-discount .action.check:hover,.form-giftregistry-share .action.remove:hover,.form-giftregistry-edit .action.remove:hover,.form.send.friend .action.remove:hover{color:#c02327;text-decoration:underline}.abs-action-button-as-link:active,.abs-action-remove:active,.abs-discount-block .action.check:active,.popup .actions-toolbar .action.cancel:active,.aw-ar__agreements-block .action-show:active,.paypal-button-widget .paypal-button:active,.bundle-options-container .action.back:active,.block.related .action.select:active,.cart.table-wrapper .actions-toolbar>.action-delete:active,.cart.table-wrapper .action.help.map:active,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,.opc-wrapper .edit-address-link:active,.opc-block-shipping-information .shipping-information-title .action-edit:active,.action-auth-toggle:active,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-agreements-block .action-show:active,.gift-options .actions-toolbar .action-cancel:active,.gift-summary .action-edit:active,.gift-summary .action-delete:active,.action-gift:active,.wishlist.split.button>.action:active,.abs-add-fields .action.remove:active,.paypal-review-discount .action.check:active,.cart-discount .action.check:active,.form-giftregistry-share .action.remove:active,.form-giftregistry-edit .action.remove:active,.form.send.friend .action.remove:active{color:#ff5501;text-decoration:underline}.abs-action-button-as-link:hover,.abs-action-button-as-link:active,.abs-action-button-as-link:focus,.abs-action-remove:hover,.abs-action-remove:active,.abs-action-remove:focus,.abs-discount-block .action.check:hover,.abs-discount-block .action.check:active,.abs-discount-block .action.check:focus,.popup .actions-toolbar .action.cancel:hover,.popup .actions-toolbar .action.cancel:active,.popup .actions-toolbar .action.cancel:focus,.aw-ar__agreements-block .action-show:hover,.aw-ar__agreements-block .action-show:active,.aw-ar__agreements-block .action-show:focus,.paypal-button-widget .paypal-button:hover,.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:focus,.bundle-options-container .action.back:hover,.bundle-options-container .action.back:active,.bundle-options-container .action.back:focus,.block.related .action.select:hover,.block.related .action.select:active,.block.related .action.select:focus,.cart.table-wrapper .actions-toolbar>.action-delete:hover,.cart.table-wrapper .actions-toolbar>.action-delete:active,.cart.table-wrapper .actions-toolbar>.action-delete:focus,.cart.table-wrapper .action.help.map:hover,.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map:focus,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,.opc-wrapper .edit-address-link:hover,.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:focus,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.opc-block-shipping-information .shipping-information-title .action-edit:active,.opc-block-shipping-information .shipping-information-title .action-edit:focus,.action-auth-toggle:hover,.action-auth-toggle:active,.action-auth-toggle:focus,.checkout-payment-method .checkout-billing-address .action-cancel:hover,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel:focus,.checkout-agreements-block .action-show:hover,.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:focus,.gift-options .actions-toolbar .action-cancel:hover,.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:focus,.gift-summary .action-edit:hover,.gift-summary .action-edit:active,.gift-summary .action-edit:focus,.gift-summary .action-delete:hover,.gift-summary .action-delete:active,.gift-summary .action-delete:focus,.action-gift:hover,.action-gift:active,.action-gift:focus,.wishlist.split.button>.action:hover,.wishlist.split.button>.action:active,.wishlist.split.button>.action:focus,.abs-add-fields .action.remove:hover,.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:focus,.paypal-review-discount .action.check:hover,.paypal-review-discount .action.check:active,.paypal-review-discount .action.check:focus,.cart-discount .action.check:hover,.cart-discount .action.check:active,.cart-discount .action.check:focus,.form-giftregistry-share .action.remove:hover,.form-giftregistry-share .action.remove:active,.form-giftregistry-share .action.remove:focus,.form-giftregistry-edit .action.remove:hover,.form-giftregistry-edit .action.remove:active,.form-giftregistry-edit .action.remove:focus,.form.send.friend .action.remove:hover,.form.send.friend .action.remove:active,.form.send.friend .action.remove:focus{background:none;border:0}.abs-action-button-as-link.disabled,.abs-action-button-as-link[disabled],fieldset[disabled] .abs-action-button-as-link,.abs-action-remove.disabled,.abs-action-remove[disabled],fieldset[disabled] .abs-action-remove,.abs-discount-block .action.check.disabled,.abs-discount-block .action.check[disabled],fieldset[disabled] .abs-discount-block .action.check,.popup .actions-toolbar .action.cancel.disabled,.popup .actions-toolbar .action.cancel[disabled],fieldset[disabled] .popup .actions-toolbar .action.cancel,.aw-ar__agreements-block .action-show.disabled,.aw-ar__agreements-block .action-show[disabled],fieldset[disabled] .aw-ar__agreements-block .action-show,.paypal-button-widget .paypal-button.disabled,.paypal-button-widget .paypal-button[disabled],fieldset[disabled] .paypal-button-widget .paypal-button,.bundle-options-container .action.back.disabled,.bundle-options-container .action.back[disabled],fieldset[disabled] .bundle-options-container .action.back,.block.related .action.select.disabled,.block.related .action.select[disabled],fieldset[disabled] .block.related .action.select,.cart.table-wrapper .actions-toolbar>.action-delete.disabled,.cart.table-wrapper .actions-toolbar>.action-delete[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action-delete,.cart.table-wrapper .action.help.map.disabled,.cart.table-wrapper .action.help.map[disabled],fieldset[disabled] .cart.table-wrapper .action.help.map,.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,.opc-wrapper .edit-address-link.disabled,.opc-wrapper .edit-address-link[disabled],fieldset[disabled] .opc-wrapper .edit-address-link,.opc-block-shipping-information .shipping-information-title .action-edit.disabled,.opc-block-shipping-information .shipping-information-title .action-edit[disabled],fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,.action-auth-toggle.disabled,.action-auth-toggle[disabled],fieldset[disabled] .action-auth-toggle,.checkout-payment-method .checkout-billing-address .action-cancel.disabled,.checkout-payment-method .checkout-billing-address .action-cancel[disabled],fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,.checkout-agreements-block .action-show.disabled,.checkout-agreements-block .action-show[disabled],fieldset[disabled] .checkout-agreements-block .action-show,.gift-options .actions-toolbar .action-cancel.disabled,.gift-options .actions-toolbar .action-cancel[disabled],fieldset[disabled] .gift-options .actions-toolbar .action-cancel,.gift-summary .action-edit.disabled,.gift-summary .action-edit[disabled],fieldset[disabled] .gift-summary .action-edit,.gift-summary .action-delete.disabled,.gift-summary .action-delete[disabled],fieldset[disabled] .gift-summary .action-delete,.action-gift.disabled,.action-gift[disabled],fieldset[disabled] .action-gift,.wishlist.split.button>.action.disabled,.wishlist.split.button>.action[disabled],fieldset[disabled] .wishlist.split.button>.action,.abs-add-fields .action.remove.disabled,.abs-add-fields .action.remove[disabled],fieldset[disabled] .abs-add-fields .action.remove,.paypal-review-discount .action.check.disabled,.paypal-review-discount .action.check[disabled],fieldset[disabled] .paypal-review-discount .action.check,.cart-discount .action.check.disabled,.cart-discount .action.check[disabled],fieldset[disabled] .cart-discount .action.check,.form-giftregistry-share .action.remove.disabled,.form-giftregistry-share .action.remove[disabled],fieldset[disabled] .form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove.disabled,.form-giftregistry-edit .action.remove[disabled],fieldset[disabled] .form-giftregistry-edit .action.remove,.form.send.friend .action.remove.disabled,.form.send.friend .action.remove[disabled],fieldset[disabled] .form.send.friend .action.remove{color:#c02327;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.abs-action-remove:active,.abs-action-remove:not(:focus),.abs-discount-block .action.check:active,.abs-discount-block .action.check:not(:focus),.popup .actions-toolbar .action.cancel:active,.popup .actions-toolbar .action.cancel:not(:focus),.aw-ar__agreements-block .action-show:active,.aw-ar__agreements-block .action-show:not(:focus),.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:not(:focus),.bundle-options-container .action.back:active,.bundle-options-container .action.back:not(:focus),.block.related .action.select:active,.block.related .action.select:not(:focus),.cart.table-wrapper .actions-toolbar>.action-delete:active,.cart.table-wrapper .actions-toolbar>.action-delete:not(:focus),.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map:not(:focus),.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:not(:focus),.opc-block-shipping-information .shipping-information-title .action-edit:active,.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),.action-auth-toggle:active,.action-auth-toggle:not(:focus),.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:not(:focus),.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:not(:focus),.gift-summary .action-edit:active,.gift-summary .action-edit:not(:focus),.gift-summary .action-delete:active,.gift-summary .action-delete:not(:focus),.action-gift:active,.action-gift:not(:focus),.wishlist.split.button>.action:active,.wishlist.split.button>.action:not(:focus),.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:not(:focus),.paypal-review-discount .action.check:active,.paypal-review-discount .action.check:not(:focus),.cart-discount .action.check:active,.cart-discount .action.check:not(:focus),.form-giftregistry-share .action.remove:active,.form-giftregistry-share .action.remove:not(:focus),.form-giftregistry-edit .action.remove:active,.form-giftregistry-edit .action.remove:not(:focus),.form.send.friend .action.remove:active,.form.send.friend .action.remove:not(:focus){box-shadow:none}.abs-revert-to-action-secondary,.paypal-review .block .actions-toolbar .action.primary,.abs-discount-block .actions-toolbar .action.primary,.abs-discount-block .actions-toolbar .action.cancel,.block-compare .action.primary,.cart-summary .block .actions-toolbar>.primary .action.primary,.abs-discount-code .form-discount .actions-toolbar .primary .action,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel,.cart-discount .actions-toolbar .action.primary,.cart-discount .actions-toolbar .action.cancel,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{background:#eee;border:1px solid #ccc;color:#333}.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active,.abs-revert-to-action-secondary:focus,.abs-revert-to-action-secondary:active,.paypal-review .block .actions-toolbar .action.primary:focus,.paypal-review .block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.primary:focus,.abs-discount-block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.cancel:focus,.abs-discount-block .actions-toolbar .action.cancel:active,.block-compare .action.primary:focus,.block-compare .action.primary:active,.cart-summary .block .actions-toolbar>.primary .action.primary:focus,.cart-summary .block .actions-toolbar>.primary .action.primary:active,.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,.abs-discount-code .form-discount .actions-toolbar .primary .action:active,.cart-summary .form.giftregistry .fieldset .action.primary:focus,.cart-summary .form.giftregistry .fieldset .action.primary:active,.paypal-review-discount .actions-toolbar .action.primary:focus,.paypal-review-discount .actions-toolbar .action.primary:active,.paypal-review-discount .actions-toolbar .action.cancel:focus,.paypal-review-discount .actions-toolbar .action.cancel:active,.cart-discount .actions-toolbar .action.primary:focus,.cart-discount .actions-toolbar .action.primary:active,.cart-discount .actions-toolbar .action.cancel:focus,.cart-discount .actions-toolbar .action.cancel:active,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.abs-revert-secondary-color:hover,.abs-revert-to-action-secondary:hover,.paypal-review .block .actions-toolbar .action.primary:hover,.abs-discount-block .actions-toolbar .action.primary:hover,.abs-discount-block .actions-toolbar .action.cancel:hover,.block-compare .action.primary:hover,.cart-summary .block .actions-toolbar>.primary .action.primary:hover,.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover,.paypal-review-discount .actions-toolbar .action.primary:hover,.paypal-review-discount .actions-toolbar .action.cancel:hover,.cart-discount .actions-toolbar .action.primary:hover,.cart-discount .actions-toolbar .action.cancel:hover,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.products-grid.wishlist .product-item .box-tocart .tocart{font-size:1.4rem;line-height:1.6rem;padding:7px 15px}.order-review-form .action.primary,.bundle-actions .action.primary.customize,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.box-tocart .action.tocart,.cart-summary .checkout-methods-items .action.primary.checkout,.block-minicart .block-content>.actions>.primary .action.primary,.methods-shipping .actions-toolbar .action.primary,.block-authentication .action.action-register,.block-authentication .action.action-login,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,.form-address-edit .actions-toolbar .action.primary,.box-tocart .action.instant-purchase,.multicheckout .action.primary{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}.cart.table-wrapper .item-options dt,.minicart-items .product-item-details .product .options.list dt,.opc-block-summary .items-in-cart .product .item-options dt,.block-giftregistry-shared-items .product .item-options dt,.multicheckout .item-options dt{clear:left;float:left;margin:0 10px 5px 0}.cart.table-wrapper .item-options dt:after,.minicart-items .product-item-details .product .options.list dt:after,.opc-block-summary .items-in-cart .product .item-options dt:after,.block-giftregistry-shared-items .product .item-options dt:after,.multicheckout .item-options dt:after{content:': '}.cart.table-wrapper .item-options dd,.minicart-items .product-item-details .product .options.list dd,.opc-block-summary .items-in-cart .product .item-options dd,.block-giftregistry-shared-items .product .item-options dd,.multicheckout .item-options dd{display:inline-block;float:left;margin:0 0 5px;word-break:break-all}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action,.bundle-actions .action.primary.customize,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.box-tocart .action.tocart,.box-tocart .action.instant-purchase{width:100%}.products-list .product-image-wrapper,.cart.table-wrapper .product-image-wrapper,.minicart-items .product-image-wrapper,.block-giftregistry-shared-items .product-image-wrapper{height:auto;padding:0 !important}.products-list .product-image-wrapper .product-image-photo,.cart.table-wrapper .product-image-wrapper .product-image-photo,.minicart-items .product-image-wrapper .product-image-photo,.block-giftregistry-shared-items .product-image-wrapper .product-image-photo{position:static}.product.media .product.photo .photo.image{display:block;height:auto;margin:0 auto;max-width:100%}.login-container .block .block-title{border-bottom:1px solid #e8e8e8;font-size:1.8rem;margin-bottom:15px;padding-bottom:12px}.login-container .block .block-title strong{font-weight:500}.giftregisty-dropdown,.wishlist-dropdown{display:inline-block;position:relative}.abs-dropdown-simple:before,.abs-dropdown-simple:after,.giftregisty-dropdown:before,.giftregisty-dropdown:after,.wishlist-dropdown:before,.wishlist-dropdown:after{content:'';display:table}.abs-dropdown-simple:after,.giftregisty-dropdown:after,.wishlist-dropdown:after{clear:both}.abs-dropdown-simple .action.toggle,.giftregisty-dropdown .action.toggle,.wishlist-dropdown .action.toggle{cursor:pointer;display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle:after,.giftregisty-dropdown .action.toggle:after,.wishlist-dropdown .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';margin:0 0 0 5px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-dropdown-simple .action.toggle:hover:after,.giftregisty-dropdown .action.toggle:hover:after,.wishlist-dropdown .action.toggle:hover:after{color:inherit}.abs-dropdown-simple .action.toggle:active:after,.giftregisty-dropdown .action.toggle:active:after,.wishlist-dropdown .action.toggle:active:after{color:inherit}.abs-dropdown-simple .action.toggle.active,.giftregisty-dropdown .action.toggle.active,.wishlist-dropdown .action.toggle.active{display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle.active:after,.giftregisty-dropdown .action.toggle.active:after,.wishlist-dropdown .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\e621';font-family:'luma-icons';margin:0 0 0 5px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-dropdown-simple .action.toggle.active:hover:after,.giftregisty-dropdown .action.toggle.active:hover:after,.wishlist-dropdown .action.toggle.active:hover:after{color:inherit}.abs-dropdown-simple .action.toggle.active:active:after,.giftregisty-dropdown .action.toggle.active:active:after,.wishlist-dropdown .action.toggle.active:active:after{color:inherit}.abs-dropdown-simple ul.dropdown,.giftregisty-dropdown ul.dropdown,.wishlist-dropdown ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-dropdown-simple ul.dropdown li,.giftregisty-dropdown ul.dropdown li,.wishlist-dropdown ul.dropdown li{margin:0;padding:5px 5px 5px 23px}.abs-dropdown-simple ul.dropdown li:hover,.giftregisty-dropdown ul.dropdown li:hover,.wishlist-dropdown ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.abs-dropdown-simple ul.dropdown:before,.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:before,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-dropdown-simple ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.abs-dropdown-simple ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:before{left:10px;top:-12px}.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:after{left:9px;top:-14px}.abs-dropdown-simple.active,.giftregisty-dropdown.active,.wishlist-dropdown.active{overflow:visible}.abs-dropdown-simple.active ul.dropdown,.giftregisty-dropdown.active ul.dropdown,.wishlist-dropdown.active ul.dropdown{display:block}.giftregisty-dropdown ul.items,.wishlist-dropdown ul.items{padding:6px 0}.bundle-options-container .input-text.qty,.box-tocart .input-text.qty,.account .data.table-return-items .qty .input-text,.table-giftregistry-items .field.qty .qty,.block-giftregistry-shared-items .qty .qty,.table.grouped .col.qty .control.qty .qty,.block-wishlist-info-items .input-text.qty,.multicheckout .table-wrapper .col .qty .input-text,.account .table-wrapper .data.table.wishlist .box-tocart .qty,.products-grid.wishlist .product-item .box-tocart input.qty{text-align:center;width:54px}.block,.customer-review .product-details{margin-bottom:40px}.sidebar .product-items .action.delete,.sidebar .block-compare .action.delete,.table-comparison .cell.remove .action.delete,.block-compare .action.delete,.filter-current .action.remove{display:inline-block;text-decoration:none}.abs-remove-button-for-blocks>span,.sidebar .product-items .action.delete>span,.sidebar .block-compare .action.delete>span,.table-comparison .cell.remove .action.delete>span,.block-compare .action.delete>span,.filter-current .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-remove-button-for-blocks:before,.sidebar .product-items .action.delete:before,.sidebar .block-compare .action.delete:before,.table-comparison .cell.remove .action.delete:before,.block-compare .action.delete:before,.filter-current .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:15px;color:#757575;content:'\e616';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-remove-button-for-blocks:hover:before,.sidebar .product-items .action.delete:hover:before,.sidebar .block-compare .action.delete:hover:before,.table-comparison .cell.remove .action.delete:hover:before,.block-compare .action.delete:hover:before,.filter-current .action.remove:hover:before{color:#494949}.abs-remove-button-for-blocks:active:before,.sidebar .product-items .action.delete:active:before,.sidebar .block-compare .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.block-compare .action.delete:active:before,.filter-current .action.remove:active:before{color:#999}.product-item-name,.product.name a{font-weight:400}.product-item-name>a,.product.name a>a{color:#333;text-decoration:none}.abs-product-link>a:visited,.product-item-name>a:visited,.product.name a>a:visited{color:#333;text-decoration:underline}.abs-product-link>a:hover,.product-item-name>a:hover,.product.name a>a:hover{color:#333;text-decoration:underline}.abs-product-link>a:active,.product-item-name>a:active,.product.name a>a:active{color:#333;text-decoration:underline}.abs-like-link:visited{color:#c02327;text-decoration:none}.abs-like-link:hover{color:#c02327;text-decoration:underline}.abs-like-link:active{color:#ff5501;text-decoration:underline}.form.giftregistry.items .actions-toolbar,.form.wishlist.items .actions-toolbar{margin-left:0}.abs-add-fields .action.remove,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove,.form.send.friend .action.remove{line-height:normal;margin-left:73%;position:absolute;top:34px;width:auto}.form-giftregistry-share .fieldset .field .control,.form-giftregistry-edit .fieldset .field .control,.form.send.friend .fieldset .field .control{width:70%}.form-giftregistry-share .fieldset .actions-toolbar>.secondary,.form-giftregistry-edit .fieldset .actions-toolbar>.secondary,.form.send.friend .fieldset .actions-toolbar>.secondary{float:left}.form-giftregistry-share .fieldset .actions-toolbar>.secondary .action.add,.form-giftregistry-edit .fieldset .actions-toolbar>.secondary .action.add,.form.send.friend .fieldset .actions-toolbar>.secondary .action.add{margin-top:30px}.form-giftregistry-share .fieldset .fields .actions-toolbar,.form-giftregistry-edit .fieldset .fields .actions-toolbar,.form.send.friend .fieldset .fields .actions-toolbar{margin:0}.form-giftregistry-share .additional,.form-giftregistry-edit .additional,.form.send.friend .additional{margin-top:55px;position:relative}.form-giftregistry-share .message.notice,.form-giftregistry-edit .message.notice,.form.send.friend .message.notice{margin:30px 0 0}.order-details-items .order-items .order-gift-message:not(.expanded-content){height:0;visibility:hidden}.opc-wrapper .form-discount .field .label,.bundle-options-container .block-bundle-summary .product-image-container,.bundle-options-container .block-bundle-summary .product.name,.bundle-options-container .block-bundle-summary .stock,.product-item-actions .actions-secondary>.action span,.special-price .price-label,.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span,.block.related .field.choice .label,.cart.table-wrapper .col.qty .label,.minicart-wrapper .action.showcart .text,.minicart-wrapper .action.showcart .counter-label,.checkout-index-index .page-title-wrapper,.checkout-payment-method .field-select-billing>.label,.checkout-payment-method .payments .legend,.checkout-payment-method .ccard .legend,.fieldset .fullname>.label,.field.street .field .label,.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,.filter-options-content .filter-count-label,.table-comparison .wishlist.split.button>.action.split span,.product-items .wishlist.split.button>.action.split span,.page-multiple-wishlist .page-title-wrapper .page-title,.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,.multicheckout .table-wrapper .col .label,.multicheckout .block .methods-shipping .item-content .fieldset>.legend,.block.newsletter .label,.review-date .review-details-label,.customer-review .product-details .rating-average-label,.block-reorder .product-item .label,.action.skip:not(:focus),.page-header .panel.wrapper .switcher .label,.page-footer .switcher .label,.products-grid.wishlist .product-item .comment-box .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .product.options .toggle>span,.shipping-policy-block.field-tooltip .field-tooltip-action span{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.abs-add-clearfix:before,.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:before,.abs-add-fields .fieldset .actions-toolbar:after,.bundle-options-container .product-options-wrapper .field.choice .label:before,.bundle-options-container .product-options-wrapper .field.choice .label:after,.toolbar:before,.toolbar:after,.sidebar .product-items-images:before,.sidebar .product-items-images:after,.cart.table-wrapper .actions-toolbar:before,.cart.table-wrapper .actions-toolbar:after,.cart.table-wrapper .item-options:before,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product:before,.minicart-items .product-item>.product:after,.minicart-items .product-item-details .product .options.list:before,.minicart-items .product-item-details .product .options.list:after,.checkout-container:before,.checkout-container:after,.checkout-onepage-success:before,.checkout-onepage-success:after,.opc-estimated-wrapper:before,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:before,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:before,.opc-block-summary .items-in-cart .product .item-options:after,.opc-block-summary .product-item .product-item-details:before,.opc-block-summary .product-item .product-item-details:after,.page-product-downloadable .product-add-form:before,.page-product-downloadable .product-add-form:after,.gift-item-block .content:before,.gift-item-block .content:after,.order-details-items .order-gift-message:before,.order-details-items .order-gift-message:after,.order-details-items .block-order-details-gift-message:before,.order-details-items .block-order-details-gift-message:after,.block-giftregistry-shared-items .product .item-options:before,.block-giftregistry-shared-items .product .item-options:after,.map-popup .map-info-price:before,.map-popup .map-info-price:after,.multicheckout .item-options:before,.multicheckout .item-options:after,.multicheckout .block:before,.multicheckout .block:after,.multicheckout .block-content:before,.multicheckout .block-content:after,.customer-review .product-details:before,.customer-review .product-details:after,.header.content:before,.header.content:after,.form-giftregistry-share .fieldset .actions-toolbar:before,.form-giftregistry-share .fieldset .actions-toolbar:after,.form-giftregistry-edit .fieldset .actions-toolbar:before,.form-giftregistry-edit .fieldset .actions-toolbar:after,.form.send.friend .fieldset .actions-toolbar:before,.form.send.friend .fieldset .actions-toolbar:after{content:'';display:table}.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:after,.bundle-options-container .product-options-wrapper .field.choice .label:after,.toolbar:after,.sidebar .product-items-images:after,.cart.table-wrapper .actions-toolbar:after,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product:after,.minicart-items .product-item-details .product .options.list:after,.checkout-container:after,.checkout-onepage-success:after,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:after,.opc-block-summary .product-item .product-item-details:after,.page-product-downloadable .product-add-form:after,.gift-item-block .content:after,.order-details-items .order-gift-message:after,.order-details-items .block-order-details-gift-message:after,.block-giftregistry-shared-items .product .item-options:after,.map-popup .map-info-price:after,.multicheckout .item-options:after,.multicheckout .block:after,.multicheckout .block-content:after,.customer-review .product-details:after,.header.content:after,.form-giftregistry-share .fieldset .actions-toolbar:after,.form-giftregistry-edit .fieldset .actions-toolbar:after,.form.send.friend .fieldset .actions-toolbar:after{clear:both}.abs-field-date .control,.abs-field-tooltip,.columns .column.main,.columns .sidebar-main,.columns .sidebar-additional,.product-item,.sidebar .product-items-images .product-item,.search-autocomplete,.cart-summary,.opc-wrapper .shipping-address-item,.shipping-policy-block.field-tooltip .field-tooltip-content,.opc-block-summary,.form.search.advanced .fields.range .field.date .control,.field .control._with-tooltip,.form-giftregistry-edit .field.date .control{box-sizing:border-box}.abs-navigation-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:34px;line-height:1.2;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button:before,.abs-split-button:after{content:'';display:table}.abs-split-button:after{clear:both}.abs-split-button .action.split{float:left;margin:0}.abs-split-button .action.toggle{float:right;margin:0}.abs-split-button button.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.abs-split-button button+.action.toggle{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.abs-split-button .action.toggle{display:inline-block;text-decoration:none}.abs-split-button .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-split-button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button .action.toggle:hover:after{color:inherit}.abs-split-button .action.toggle:active:after{color:inherit}.abs-split-button .action.toggle.active{display:inline-block;text-decoration:none}.abs-split-button .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-split-button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:inherit;color:inherit;content:'\e621';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button .action.toggle.active:hover:after{color:inherit}.abs-split-button .action.toggle.active:active:after{color:inherit}.abs-split-button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-split-button .items li{margin:0;padding:3px 5px}.abs-split-button .items li:hover{background:#e8e8e8;cursor:pointer}.abs-split-button .items:before,.abs-split-button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-split-button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-split-button .items:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.abs-split-button .items:before{right:10px;top:-12px}.abs-split-button .items:after{right:9px;top:-14px}.abs-split-button.active{overflow:visible}.abs-split-button.active .items{display:block}.bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-item-actions .actions-secondary>.action,.product-social-links .action.tocompare,.wishlist.split.button>.action.split,.product-social-links .action.mailto.friend,.product-social-links .action.towishlist,.block-bundle-summary .action.towishlist,.product-item .action.towishlist,.table-comparison .action.towishlist{color:#666;font-weight:600;letter-spacing:.05em;text-transform:uppercase;display:inline-block;text-decoration:none}.abs-actions-addto:before,.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,.product-item-actions .actions-secondary>.action:before,.product-social-links .action.tocompare:before,.wishlist.split.button>.action.split:before,.product-social-links .action.mailto.friend:before,.product-social-links .action.towishlist:before,.block-bundle-summary .action.towishlist:before,.product-item .action.towishlist:before,.table-comparison .action.towishlist:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:inherit;font-family:'luma-icons';margin:-2px 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.product-item-actions .actions-secondary>.action:hover,.product-social-links .action.tocompare:hover,.wishlist.split.button>.action.split:hover,.product-social-links .action.mailto.friend:hover,.product-social-links .action.towishlist:hover,.block-bundle-summary .action.towishlist:hover,.product-item .action.towishlist:hover,.table-comparison .action.towishlist:hover{color:#333;text-decoration:none}.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,.product-item-actions .actions-secondary>.action:before,.product-social-links .action.tocompare:before,.wishlist.split.button>.action.split:before,.product-social-links .action.mailto.friend:before,.product-social-links .action.towishlist:before,.block-bundle-summary .action.towishlist:before,.product-item .action.towishlist:before,.table-comparison .action.towishlist:before{width:18px}.bundle-options-container .block-bundle-summary .box-tocart,.box-tocart{margin:0 0 30px}.abs-cart-block>.title,.minicart-items .product .toggle,.abs-discount-block .block>.title,.cart-summary .block>.title,.paypal-review-discount .block>.title,.cart-discount .block>.title{border-top:1px solid #ccc;cursor:pointer;margin-bottom:0;position:relative;padding:10px 40px 10px 15px;display:block;text-decoration:none}.abs-cart-block>.title:after,.minicart-items .product .toggle:after,.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after,.cart-discount .block>.title:after{position:absolute;right:20px;top:10px}.abs-toggling-title>span,.abs-cart-block>.title>span,.minicart-items .product .toggle>span,.abs-discount-block .block>.title>span,.cart-summary .block>.title>span,.paypal-review-discount .block>.title>span,.cart-discount .block>.title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-toggling-title:after,.abs-cart-block>.title:after,.minicart-items .product .toggle:after,.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after,.cart-discount .block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-discount-block .block,.cart-summary .block,.paypal-review-discount .block,.cart-discount .block{margin:0}.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after,.cart-discount .block>.title:after{color:#858585}.abs-discount-block .block .content,.cart-summary .block .content,.paypal-review-discount .block .content,.cart-discount .block .content{display:none;padding:5px 15px 23px;position:relative}.abs-cart-block.active>.title:after,.abs-discount-block .block.active>.title:after,.cart-summary .block.active>.title:after,.paypal-review-discount .block.active>.title:after,.cart-discount .block.active>.title:after{content:'\e621'}.abs-discount-block .block.active .content,.cart-summary .block.active .content,.paypal-review-discount .block.active .content,.cart-discount .block.active .content{display:block}.multicheckout .table-wrapper .cart-price{color:#7d7d7d;font-size:1.6rem;font-weight:700}.multicheckout .table-wrapper .product-item-name{font-size:1.8rem;font-weight:300;margin:0}.abs-account-blocks .block-title,.account .legend,.form-giftregistry-search .legend,.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.block-wishlist-search-form .block-title,.block-wishlist-search-results .block-title,.multicheckout .block-title,.multicheckout .block-content .title,.customer-review .review-details .title,.paypal-review .block .block-title,.account .column.main .block:not(.widget) .block-title,.multicheckout .block-title,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,.sales-guest-view .column.main .block:not(.widget) .block-title{border-bottom:1px solid #c6c6c6;margin-bottom:25px;padding-bottom:10px}.abs-account-blocks .block-title>strong,.abs-account-blocks .block-title>span,.account .legend>strong,.account .legend>span,.form-giftregistry-search .legend>strong,.form-giftregistry-search .legend>span,.block-giftregistry-results .block-title>strong,.block-giftregistry-results .block-title>span,.block-giftregistry-shared-items .block-title>strong,.block-giftregistry-shared-items .block-title>span,.block-wishlist-search-form .block-title>strong,.block-wishlist-search-form .block-title>span,.block-wishlist-search-results .block-title>strong,.block-wishlist-search-results .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.multicheckout .block-content .title>strong,.multicheckout .block-content .title>span,.customer-review .review-details .title>strong,.customer-review .review-details .title>span,.paypal-review .block .block-title>strong,.paypal-review .block .block-title>span,.account .column.main .block:not(.widget) .block-title>strong,.account .column.main .block:not(.widget) .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>span,.sales-guest-view .column.main .block:not(.widget) .block-title>strong,.sales-guest-view .column.main .block:not(.widget) .block-title>span{font-size:2.2rem;font-weight:300}.block-addresses-list address,.box-billing-address .box-content,.box-shipping-address .box-content,.box-address-billing .box-content,.box-address-shipping .box-content,.box-information .box-content,.box-newsletter .box-content{line-height:24px}.order-details-items tfoot td{background:#f5f5f5}.paypal-review .table-paypal-review-items .col.price .price-including-tax,.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,.cart.table-wrapper .col.price .price-including-tax,.cart.table-wrapper .col.price .price-excluding-tax,.cart.table-wrapper .col.subtotal .price-including-tax,.cart.table-wrapper .col.subtotal .price-excluding-tax,.cart.table-wrapper .col.msrp .price-including-tax,.cart.table-wrapper .col.msrp .price-excluding-tax,.order-details-items .col.price .price-including-tax,.order-details-items .col.price .price-excluding-tax,.order-details-items .col.subtotal .price-including-tax,.order-details-items .col.subtotal .price-excluding-tax{color:#666;font-size:1.8rem;display:block;line-height:1;white-space:nowrap}.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,.cart.table-wrapper .col.price .price-including-tax .price,.cart.table-wrapper .col.price .price-excluding-tax .price,.cart.table-wrapper .col.subtotal .price-including-tax .price,.cart.table-wrapper .col.subtotal .price-excluding-tax .price,.cart.table-wrapper .col.msrp .price-including-tax .price,.cart.table-wrapper .col.msrp .price-excluding-tax .price,.order-details-items .col.price .price-including-tax .price,.order-details-items .col.price .price-excluding-tax .price,.order-details-items .col.subtotal .price-including-tax .price,.order-details-items .col.subtotal .price-excluding-tax .price{font-weight:700}.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,.cart-summary .price-including-tax,.cart-summary .price-excluding-tax{font-size:1.4rem;display:inline-block}.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax,.cart-summary .price-including-tax+.price-excluding-tax{font-size:1.1rem;display:inline-block}.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,.cart-summary .price-including-tax+.price-excluding-tax:before{content:'(' attr(data-label) ': '}.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,.cart-summary .price-including-tax+.price-excluding-tax:after{content:')'}.price-including-tax .cart-tax-total,.price-excluding-tax .cart-tax-total,.paypal-review .table-paypal-review-items .cart-tax-total,.cart.table-wrapper .cart-tax-total,.order-details-items .cart-tax-total{cursor:pointer;padding-right:10px;position:relative;display:inline-block;text-decoration:none}.abs-tax-total:after,.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after,.paypal-review .table-paypal-review-items .cart-tax-total:after,.cart.table-wrapper .cart-tax-total:after,.order-details-items .cart-tax-total:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:8px;line-height:8px;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after,.paypal-review .table-paypal-review-items .cart-tax-total:after,.cart.table-wrapper .cart-tax-total:after,.order-details-items .cart-tax-total:after{position:absolute;right:-2px;top:4px}.abs-tax-total-expanded:after,.price-including-tax .cart-tax-total-expanded:after,.price-excluding-tax .cart-tax-total-expanded:after,.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,.cart.table-wrapper .cart-tax-total-expanded:after,.order-details-items .cart-tax-total-expanded:after{content:'\e621'}.form-giftregistry-create .fieldset{margin-bottom:20px}.review-ratings .rating-summary,.customer-review .review-details .customer-review-rating .rating-summary{display:table-row}.review-ratings .rating-label,.customer-review .review-details .customer-review-rating .rating-label{display:table-cell;padding-bottom:5px;padding-right:25px;padding-top:1px;vertical-align:top}.review-ratings .rating-result,.customer-review .review-details .customer-review-rating .rating-result{display:table-cell;vertical-align:top}.block-addresses-list .items.addresses .item.actions .action:after,.account .data.table .col.actions .action:after,[class^='sales-guest-'] .data.table .col.actions .action:after,.sales-guest-view .data.table .col.actions .action:after,.block .box-actions .action:after{border-left:1px solid #a6a6a6;content:'';display:inline-block;height:12px;margin:0 10px;vertical-align:-1px}.block-addresses-list .items.addresses .item.actions .action:last-child:after,.account .data.table .col.actions .action:last-child:after,[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,.sales-guest-view .data.table .col.actions .action:last-child:after,.block .box-actions .action:last-child:after{display:none}.paypal-review .block .block-title>.action,.account .column.main .block:not(.widget) .block-title>.action,.multicheckout .block-title>.action,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>.action,.sales-guest-view .column.main .block:not(.widget) .block-title>.action{margin-left:15px}.paypal-review .block .box-title,.account .column.main .block:not(.widget) .box-title,.multicheckout .box-title,[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,.sales-guest-view .column.main .block:not(.widget) .box-title{display:inline-block;margin:0 0 10px}.paypal-review .block .box-title>span,.account .column.main .block:not(.widget) .box-title>span,.multicheckout .box-title>span,[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span,.sales-guest-view .column.main .block:not(.widget) .box-title>span{font-size:1.6rem}.paypal-review .block .box-title>.action,.account .column.main .block:not(.widget) .box-title>.action,.multicheckout .box-title>.action,[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>.action,.sales-guest-view .column.main .block:not(.widget) .box-title>.action{font-weight:400;margin-left:10px}.block-minicart .subtotal .label:after,.minicart-items .details-qty .label:after,.minicart-items .price-minicart .label:after,.order-details-items .order-gift-message .label:after,.order-details-items .block-order-details-gift-message .label:after,.block-wishlist-management .wishlist-select .wishlist-name-label:after{content:': '}.abs-dropdown-items-new .action.new,.wishlist.split.button .action.new,.wishlist-dropdown .action.new{display:inline-block;text-decoration:none}.abs-icon-add:before,.abs-dropdown-items-new .action.new:before,.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .items .item:last-child:hover,.wishlist-dropdown .items .item:last-child:hover{background:#e8e8e8}.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{margin-left:-17px;margin-right:5px}.abs-sidebar-totals .table-caption,.sidebar .subtitle,.cart-summary .block .fieldset.estimate>.legend,.cart-summary .block .fieldset.estimate>.legend+br,.minicart-items .product-item-details .weee[data-label] .label,.order-details-items .order-items .order-gift-message .action.close,.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,.multicheckout .hidden,[class^='multishipping-'] .nav-sections,[class^='multishipping-'] .nav-toggle,.no-display,.cart-totals .table-caption,.opc-block-summary .table-totals .table-caption{display:none}.order-status{border:2px solid #ccc;border-radius:3px;display:inline-block;margin:3px 0 0;padding:2px 10px;text-transform:uppercase;vertical-align:top}.account .page-main .page-title-wrapper .page-title,[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,.sales-guest-view .page-main .page-title-wrapper .page-title,.magento-rma-guest-returns .page-main .page-title-wrapper .page-title{margin-right:25px}.account .page-main .page-title-wrapper .order-date,[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,.sales-guest-view .page-main .page-title-wrapper .order-date,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date{font-size:16px;margin-bottom:10px}.account .page-main .page-title-wrapper .order-date .label,[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,.sales-guest-view .page-main .page-title-wrapper .order-date .label,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label{display:none}.account .column.main .order-details-items .table-wrapper .data.table,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,.block-giftregistry-results .data.table,.block-wishlist-search-results .data.table,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table{border:none}.abs-table-striped>tbody>tr:nth-child(even)>td,.abs-table-striped>tbody>tr:nth-child(even)>th,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>td,.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>th,.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>td,.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th{background:#f6f6f6}.abs-table-striped>thead>tr>th,.abs-table-striped>tbody>tr>th,.abs-table-striped>tfoot>tr>th,.abs-table-striped>thead>tr>td,.abs-table-striped>tbody>tr>td,.abs-table-striped>tfoot>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,.block-giftregistry-results .data.table>thead>tr>th,.block-giftregistry-results .data.table>tbody>tr>th,.block-giftregistry-results .data.table>tfoot>tr>th,.block-giftregistry-results .data.table>thead>tr>td,.block-giftregistry-results .data.table>tbody>tr>td,.block-giftregistry-results .data.table>tfoot>tr>td,.block-wishlist-search-results .data.table>thead>tr>th,.block-wishlist-search-results .data.table>tbody>tr>th,.block-wishlist-search-results .data.table>tfoot>tr>th,.block-wishlist-search-results .data.table>thead>tr>td,.block-wishlist-search-results .data.table>tbody>tr>td,.block-wishlist-search-results .data.table>tfoot>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td{border:none}.abs-table-striped>thead>tr>th,.abs-table-striped>thead>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.block-giftregistry-results .data.table>thead>tr>th,.block-giftregistry-results .data.table>thead>tr>td,.block-wishlist-search-results .data.table>thead>tr>th,.block-wishlist-search-results .data.table>thead>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td{border-bottom:1px solid #ccc}.block-compare .counter,.block-wishlist .counter{color:#6d6d6d;font-size:1.2rem;vertical-align:middle;white-space:nowrap}.block-compare .counter:before,.block-wishlist .counter:before{content:'('}.block-compare .counter:after,.block-wishlist .counter:after{content:')'}.block-compare .block-title,.block-reorder .block-title,.widget .block-title,.block-wishlist .block-title{margin:0 0 20px}.block-compare .block-title strong,.block-reorder .block-title strong,.widget .block-title strong,.block-wishlist .block-title strong{font-size:18px;font-weight:300;vertical-align:middle}.cart-container .form-cart{margin-bottom:20px}.cart-container .form-cart .actions.main .continue{display:none}.cart-container .form-cart .actions.main .clear{line-height:1.42857143;margin:0 20px 0 0;padding:0;color:#c02327;text-decoration:none;background:none;border:0;display:inline;font-weight:400}.abs-shopping-cart-items .actions.main .clear:visited,.cart-container .form-cart .actions.main .clear:visited{color:#c02327;text-decoration:none}.abs-shopping-cart-items .actions.main .clear:hover,.cart-container .form-cart .actions.main .clear:hover{color:#c02327;text-decoration:underline}.abs-shopping-cart-items .actions.main .clear:active,.cart-container .form-cart .actions.main .clear:active{color:#ff5501;text-decoration:underline}.abs-shopping-cart-items .actions.main .clear:hover,.abs-shopping-cart-items .actions.main .clear:active,.abs-shopping-cart-items .actions.main .clear:focus,.cart-container .form-cart .actions.main .clear:hover,.cart-container .form-cart .actions.main .clear:active,.cart-container .form-cart .actions.main .clear:focus{background:none;border:0}.abs-shopping-cart-items .actions.main .clear.disabled,.abs-shopping-cart-items .actions.main .clear[disabled],fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,.cart-container .form-cart .actions.main .clear.disabled,.cart-container .form-cart .actions.main .clear[disabled],fieldset[disabled] .cart-container .form-cart .actions.main .clear{color:#c02327;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.form.search.advanced .fields.range .field.date .control,.form-giftregistry-edit .field.date .control{position:relative}.abs-field-date input,.field.date ._has-datepicker,.field-dob ._has-datepicker,.form-giftregistry-search .fields-specific-options .datetime-picker,.form.search.advanced .fields.range .field.date input,.form-giftregistry-edit .field.date input{margin-right:10px;width:calc(100% - 23px - 10px)}.field .control._with-tooltip{position:relative}.field .control._with-tooltip input{margin-right:10px;width:calc(100% - 21px - 10px - 5px)}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,.shipping-policy-block.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:before{border-bottom-color:#666}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.aw-ar__agreements-items .aw-ar__agreements-item-title,.opc-wrapper .step-title,.opc-block-shipping-information .shipping-information-title,.opc-block-summary>.title,.checkout-agreements-items .checkout-agreements-item-title{padding-bottom:10px;color:#333;font-weight:300;font-size:2.6rem}.cart-totals,.opc-block-summary .table-totals{border-top:1px solid #ccc;padding-top:10px}.cart-totals tbody .mark,.cart-totals tfoot .mark,.opc-block-summary .table-totals tbody .mark,.opc-block-summary .table-totals tfoot .mark{border:0;font-weight:400;padding:6px 0}.cart-totals tbody .amount,.cart-totals tfoot .amount,.opc-block-summary .table-totals tbody .amount,.opc-block-summary .table-totals tfoot .amount{border:0;font-weight:400;padding:6px 0 6px 14px;text-align:right;white-space:nowrap}.cart-totals .grand th,.cart-totals .grand td,.opc-block-summary .table-totals .grand th,.opc-block-summary .table-totals .grand td{padding:11px 0}.cart-totals .grand strong,.opc-block-summary .table-totals .grand strong{display:inline-block;font-weight:600;padding:3px 0 0}.cart-totals .grand .mark,.opc-block-summary .table-totals .grand .mark{font-size:1.8rem;border-top:1px solid #ccc;padding-right:10px}.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount{font-size:1.8rem;border-top:1px solid #ccc}.cart-totals .msrp,.opc-block-summary .table-totals .msrp{margin-bottom:10px}.cart-totals tbody tr:last-child td,.opc-block-summary .table-totals tbody tr:last-child td{padding-bottom:19px}.cart-totals .totals-tax-summary .mark,.cart-totals .totals-tax-summary .amount,.opc-block-summary .table-totals .totals-tax-summary .mark,.opc-block-summary .table-totals .totals-tax-summary .amount{border-bottom:1px solid #ccc;border-top:1px solid #ccc;cursor:pointer}.cart-totals .totals-tax-summary .amount .price,.opc-block-summary .table-totals .totals-tax-summary .amount .price{padding-right:20px;position:relative;display:inline-block;text-decoration:none}.abs-sidebar-totals .totals-tax-summary .amount .price>span,.cart-totals .totals-tax-summary .amount .price>span,.opc-block-summary .table-totals .totals-tax-summary .amount .price>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-sidebar-totals .totals-tax-summary .amount .price:after,.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{position:absolute;right:3px;top:3px}.cart-totals .totals-tax-summary.expanded .mark,.cart-totals .totals-tax-summary.expanded .amount,.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount{border-bottom:0}.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,.cart-totals .totals-tax-summary.expanded .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after{content:'\e621'}.cart-totals .totals-tax-details,.opc-block-summary .table-totals .totals-tax-details{border-bottom:1px solid #ccc;display:none}.cart-totals .totals-tax-details.shown,.opc-block-summary .table-totals .totals-tax-details.shown{display:table-row}.cart-totals .table-wrapper,.opc-block-summary .table-totals .table-wrapper{margin-bottom:0}.paypal-review-discount .block>.title strong,.cart-discount .block>.title strong{color:#c02327;font-weight:400}.paypal-review-discount .actions-toolbar,.cart-discount .actions-toolbar{display:table-cell;vertical-align:top;width:1%}.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel,.cart-discount .actions-toolbar .action.primary,.cart-discount .actions-toolbar .action.cancel{border-bottom-left-radius:0;border-top-left-radius:0;margin:0 0 0 -1px;white-space:nowrap;width:auto}.paypal-review-discount .actions-toolbar .secondary,.cart-discount .actions-toolbar .secondary{bottom:5px;left:15px;position:absolute}.paypal-review-discount .action.check,.cart-discount .action.check{font-weight:400}.paypal-review-discount .fieldset,.cart-discount .fieldset{display:table;width:100%}.paypal-review-discount .fieldset>.field>.label,.cart-discount .fieldset>.field>.label{display:none}.paypal-review-discount .field,.cart-discount .field{display:table-cell}@font-face{font-family:'Open Sans';src:url('../../frontend/DGX/horizon/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'),url('../../frontend/DGX/horizon/en_US/fonts/opensans/light/opensans-300.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/DGX/horizon/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'),url('../../frontend/DGX/horizon/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/DGX/horizon/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'),url('../../frontend/DGX/horizon/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/DGX/horizon/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'),url('../../frontend/DGX/horizon/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}.items{margin:0;padding:0;list-style:none none}.columns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}.columns:after{clear:both;content:' ';display:block;height:0;overflow:hidden;visibility:hidden}.columns .column.main{padding-bottom:40px;-webkit-flex-basis:auto;flex-basis:auto;-webkit-flex-grow:1;flex-grow:1;-ms-flex-order:1;-webkit-order:1;order:1;width:100%}.columns .sidebar-main{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:1;-webkit-order:1;order:1}.columns .sidebar-additional{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:2;-webkit-order:2;order:2}.table-wrapper{margin-bottom:20px}table>caption{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.table tfoot{background:#f5f5f5}.table tfoot>tr:first-child th,.table tfoot>tr:first-child td{border-top:1px solid #ccc;padding-top:20px}.table tfoot th,.table tfoot td{border:0}.table tfoot .mark{font-weight:400;text-align:right}.message.info{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.info a{color:#c02327}.message.info a:hover{color:#c02327}.message.info a:active{color:#c02327}.message.info>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#c07600;content:'\e602';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.error{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fae5e5;color:#e02b27;padding-left:45px;position:relative}.message.error a{color:#c02327}.message.error a:hover{color:#c02327}.message.error a:active{color:#c02327}.message.error>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#b30000;content:'\e61f';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.warning{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.warning a{color:#c02327}.message.warning a:hover{color:#c02327}.message.warning a:active{color:#c02327}.message.warning>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#c07600;content:'\e602';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.notice{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.notice a{color:#c02327}.message.notice a:hover{color:#c02327}.message.notice a:active{color:#c02327}.message.notice>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#c07600;content:'\e602';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.success{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:45px;position:relative}.message.success a{color:#c02327}.message.success a:hover{color:#c02327}.message.success a:active{color:#c02327}.message.success>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#006400;content:'\e60e';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.panel.header .links,.panel.header .switcher{display:none}.nav-sections{background:#f0f0f0}.nav-toggle{display:inline-block;text-decoration:none;cursor:pointer;display:block;font-size:0;left:15px;position:absolute;top:15px;z-index:14}.nav-toggle:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:inherit;color:#757575;content:'\e609';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.nav-toggle:hover:before{color:#333}.nav-toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tooltip.wrapper{position:relative}.tooltip.wrapper .tooltip.content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-top:5px;left:0;top:100%}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.tooltip.wrapper .tooltip.content:after{border-width:5px;border-color:transparent}.tooltip.wrapper .tooltip.content:before{border-width:6px;border-color:transparent}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{bottom:100%}.tooltip.wrapper .tooltip.content:after{border-bottom-color:#fff;left:15px;margin-left:-5px}.tooltip.wrapper .tooltip.content:before{border-bottom-color:#bbb;left:15px;margin-left:-6px}.tooltip.wrapper .tooltip.toggle{cursor:help}.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content,.tooltip.wrapper .tooltip.toggle:focus+.tooltip.content,.tooltip.wrapper:hover .tooltip.content{display:block}.tooltip.wrapper .tooltip.content dl{margin-bottom:0}.tooltip.wrapper .tooltip.content dd{white-space:normal}.tooltip.wrapper .tooltip.content .subtitle{display:inline-block;font-size:16px;font-weight:500;margin-bottom:15px}.tooltip.wrapper .tooltip.content .label{margin-top:10px}.tooltip.wrapper .tooltip.content .label:first-child{margin-top:0}.tooltip.wrapper .tooltip.content .values{margin:0}.ui-tooltip{position:absolute;z-index:9999}.load.indicator{background-color:rgba(255,255,255,0.7);z-index:9999;bottom:0;left:0;position:fixed;right:0;top:0;position:absolute}.load.indicator:before{background:transparent url('../../frontend/DGX/horizon/en_US/images/loader-2.gif') no-repeat 50% 50%;border-radius:5px;height:160px;width:160px;bottom:0;box-sizing:border-box;content:'';left:0;margin:auto;position:absolute;right:0;top:0}.load.indicator>span{display:none}.loading-mask{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100;background:rgba(255,255,255,0.5)}.loading-mask .loader>img{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100}.loading-mask .loader>p{display:none}body>.loading-mask{z-index:9999}._block-content-loading{position:relative}[data-role='main-css-loader']{display:none}.fieldset{border:0;margin:0 0 40px;padding:0;letter-spacing:-0.31em}.fieldset>*{letter-spacing:normal}.fieldset>.legend{margin:0 0 20px;padding:0 0 10px;width:100%;box-sizing:border-box;float:left;font-weight:300;line-height:1.2;font-size:1.8rem}.fieldset>.legend+br{clear:both;display:block;height:0;overflow:hidden;visibility:hidden}.fieldset:last-child{margin-bottom:20px}.fieldset>.field,.fieldset>.fields>.field{margin:0 0 20px}.fieldset>.field>.label,.fieldset>.fields>.field>.label{margin:0 0 8px;display:inline-block}.fieldset>.field:last-child,.fieldset>.fields>.field:last-child{margin-bottom:0}.fieldset>.field>.label,.fieldset>.fields>.field>.label{font-weight:600}.fieldset>.field>.label+br,.fieldset>.fields>.field>.label+br{display:none}.fieldset>.field .choice input,.fieldset>.fields>.field .choice input{vertical-align:top}.fieldset>.field .fields.group:before,.fieldset>.fields>.field .fields.group:before,.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{content:'';display:table}.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{clear:both}.fieldset>.field .fields.group .field,.fieldset>.fields>.field .fields.group .field{box-sizing:border-box;float:left}.fieldset>.field .fields.group.group-2 .field,.fieldset>.fields>.field .fields.group.group-2 .field{width:50% !important}.fieldset>.field .fields.group.group-3 .field,.fieldset>.fields>.field .fields.group.group-3 .field{width:33.3% !important}.fieldset>.field .fields.group.group-4 .field,.fieldset>.fields>.field .fields.group.group-4 .field{width:25% !important}.fieldset>.field .fields.group.group-5 .field,.fieldset>.fields>.field .fields.group.group-5 .field{width:20% !important}.fieldset>.field .addon,.fieldset>.fields>.field .addon{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;width:100%}.fieldset>.field .addon textarea,.fieldset>.fields>.field .addon textarea,.fieldset>.field .addon select,.fieldset>.fields>.field .addon select,.fieldset>.field .addon input,.fieldset>.fields>.field .addon input{-ms-flex-order:2;-webkit-order:2;order:2;-webkit-flex-basis:100%;flex-basis:100%;display:inline-block;margin:0;width:auto}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore,.fieldset>.field .addon .addafter,.fieldset>.fields>.field .addon .addafter{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Google Sans',Roboto,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box;-ms-flex-order:3;-webkit-order:3;order:3;display:inline-block;vertical-align:middle;white-space:nowrap;width:auto}.fieldset>.field .addon .addbefore:disabled,.fieldset>.fields>.field .addon .addbefore:disabled,.fieldset>.field .addon .addafter:disabled,.fieldset>.fields>.field .addon .addafter:disabled{opacity:.5}.fieldset>.field .addon .addbefore::-moz-placeholder,.fieldset>.fields>.field .addon .addbefore::-moz-placeholder,.fieldset>.field .addon .addafter::-moz-placeholder,.fieldset>.fields>.field .addon .addafter::-moz-placeholder{color:#575757}.fieldset>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.field .addon .addafter::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder{color:#575757}.fieldset>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.field .addon .addafter:-ms-input-placeholder,.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder{color:#575757}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore{float:left;-ms-flex-order:1;-webkit-order:1;order:1}.fieldset>.field .additional,.fieldset>.fields>.field .additional{margin-top:10px}.fieldset>.field.required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field._required>.label:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.fieldset>.field .note,.fieldset>.fields>.field .note{font-size:1.2rem;margin:3px 0 0;padding:0;display:inline-block;text-decoration:none}.fieldset>.field .note:before,.fieldset>.fields>.field .note:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:12px;font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.fieldset>.field.no-label>.label,.fieldset>.fields>.field.no-label>.label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fieldset>.field.choice .label,.fieldset>.fields>.field.choice .label{display:inline;font-weight:normal;margin:0}.column:not(.main) .fieldset>.field .label,.column:not(.main) .fieldset>.fields>.field .label{font-weight:normal}.fieldset>.field .field.choice,.fieldset>.fields>.field .field.choice{margin-bottom:10px}.fieldset>.field .field.choice:last-child,.fieldset>.fields>.field .field.choice:last-child{margin-bottom:0}.legend+.fieldset,.legend+div{clear:both}.legend>span{margin-right:5px}fieldset.field{border:0;padding:0}.field.date .time-picker{display:inline-block;margin-top:10px;white-space:nowrap}.field .message.warning{margin-top:10px}select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background-size:30px 60px;text-indent:.01em;text-overflow:''}select::-ms-expand{display:none}select.admin__control-multiselect{height:auto}.field-error,div.mage-error{margin-top:7px}.field-error{color:#e02b27;font-size:1.2rem}.product-options-wrapper .date.required div[for*='options'].mage-error{display:none !important}.field .tooltip{position:relative}.field .tooltip .tooltip-content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-left:5px;left:100%;top:0}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.field .tooltip .tooltip-content:after{border-width:5px;border-color:transparent}.field .tooltip .tooltip-content:before{border-width:6px;border-color:transparent}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{right:100%}.field .tooltip .tooltip-content:after{border-right-color:#fff;margin-top:-5px;top:15px}.field .tooltip .tooltip-content:before{border-right-color:#bbb;margin-top:-6px;top:15px}.field .tooltip .tooltip-toggle{cursor:help}.field .tooltip .tooltip-toggle:hover+.tooltip-content,.field .tooltip .tooltip-toggle:focus+.tooltip-content,.field .tooltip:hover .tooltip-content{display:block}.field .tooltip .tooltip-content{min-width:200px;white-space:normal}input:focus~.tooltip .tooltip-content,select:focus~.tooltip .tooltip-content{display:block}._has-datepicker~.ui-datepicker-trigger{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:block;text-decoration:none;display:inline-block;margin-top:-4px;vertical-align:middle}._has-datepicker~.ui-datepicker-trigger:focus,._has-datepicker~.ui-datepicker-trigger:active{background:none;border:none}._has-datepicker~.ui-datepicker-trigger:hover{background:none;border:none}._has-datepicker~.ui-datepicker-trigger.disabled,._has-datepicker~.ui-datepicker-trigger[disabled],fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger{pointer-events:none;opacity:.5}._has-datepicker~.ui-datepicker-trigger>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}._has-datepicker~.ui-datepicker-trigger:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:23px;line-height:23px;color:#7d7d7d;content:'\e612';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}._has-datepicker~.ui-datepicker-trigger:focus{box-shadow:none;outline:0}.sidebar .fieldset{margin:0}.sidebar .fieldset>.field:not(.choice):not(:last-child),.sidebar .fieldset .fields>.field:not(:last-child){margin:0 0 20px}.sidebar .fieldset>.field:not(.choice) .label,.sidebar .fieldset .fields>.field .label{margin:0 0 4px;padding:0 0 5px;text-align:left;width:100%}.sidebar .fieldset>.field:not(.choice) .control,.sidebar .fieldset .fields>.field .control{width:100%}@font-face{font-family:'luma-icons';src:url('../../frontend/DGX/horizon/en_US/fonts/Luma-Icons.woff2') format('woff2'),url('../../frontend/DGX/horizon/en_US/fonts/Luma-Icons.woff') format('woff');font-weight:normal;font-style:normal;font-display:block}button,a.action.primary{border-radius:3px}button:not(.primary){box-shadow:none}button:not(.primary):active{box-shadow:inset 0 1px 0 0 rgba(204,204,204,0.8),inset 0 -1px 0 0 rgba(204,204,204,0.3)}body:not(._keyfocus) button:focus{box-shadow:none}a.action.primary{display:inline-block;text-decoration:none}a.action.primary:hover,a.action.primary:active,a.action.primary:focus{text-decoration:none}.action.primary,.action-primary{background-image:none;background:#c02327;border:1px solid #c02327;color:#fff;cursor:pointer;display:inline-block;font-family:'Google Sans',Roboto,Arial,sans-serif;font-weight:600;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle}.action.primary:focus,.action-primary:focus,.action.primary:active,.action-primary:active{background:#c02327;border:1px solid #c02327;color:#fff}.action.primary:hover,.action-primary:hover{background:#a91b20;border:1px solid #a91b20;color:#fff}.action.primary.disabled,.action-primary.disabled,.action.primary[disabled],.action-primary[disabled],fieldset[disabled] .action.primary,fieldset[disabled] .action-primary{opacity:.5;cursor:default;pointer-events:none}.product.data.items{margin:0;padding:0;border-bottom:1px solid #ccc;margin-bottom:20px;margin-left:-15px;margin-right:-15px}.product.data.items>.item.title{box-sizing:border-box;float:none;width:100%}.product.data.items>.item.title>.switch{display:block}.product.data.items>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0}.product.data.items>.item.title>.switch{border-top:1px solid #ccc;height:40px;padding:1px 10px 1px 10px;font-weight:600;line-height:40px;font-size:1.4rem;color:#333;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#6d6d6d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#333;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:active,.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{color:#333;text-decoration:none;padding-bottom:1px}.product.data.items>.item.content{background:#fff;margin:0;padding:10px 10px 30px}.product.data.items .item.title a{position:relative;text-decoration:none}.product.data.items .item.title a:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.product.data.items .item.title a:after{position:absolute;right:10px;top:1px}.product.data.items .item.title.active a:after{content:'\e621'}.product.data.items .value p:last-child{margin-bottom:0}.product.data.items .table-wrapper{margin:0}.pages>.label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .items{font-size:0;letter-spacing:-1px;line-height:0;white-space:nowrap;margin:0;padding:0;list-style:none none;display:inline-block;font-weight:400}.pages .item{font-size:1.2rem;line-height:3rem;letter-spacing:normal;margin:0 8px 0 0;display:inline-block}.pages .item .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages a.page{color:#c02327;display:inline-block;padding:0 5px;text-decoration:none}.pages a.page:visited{color:#c02327}.pages a.page:hover{color:#c02327;text-decoration:none}.pages a.page:active{color:#ff5501}.pages strong.page{background:#e5e5e5;font-size:1.2rem;line-height:3rem;letter-spacing:normal;color:#333;display:inline-block;font-weight:700;padding:0 5px}.pages .action{background:#f0f0f0;border:1px solid #ccc;color:#595959;display:inline-block;padding:0;text-decoration:none}.pages .action:visited{color:#595959}.pages .action:hover{background:#dedede;color:#595959;text-decoration:none}.pages .action:active{color:#595959}.pages .action.next{display:inline-block;text-decoration:none}.pages .action.next:visited:before{color:#595959}.pages .action.next:active:before{color:#595959}.pages .action.next>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.next:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#595959;content:'\e608';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.pages .action.next:hover:before{color:#595959}.pages .action.next:active:before{color:#595959}.pages .action.previous{display:inline-block;text-decoration:none}.pages .action.previous:visited:before{color:#595959}.pages .action.previous:active:before{color:#595959}.pages .action.previous>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.previous:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#595959;content:'\e617';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.pages .action.previous:hover:before{color:#595959}.pages .action.previous:active:before{color:#595959}.pages .action{box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);border-radius:3px;padding:0 8px}.pages .action.previous{margin-right:8px}.pages .action.next{margin-left:8px}.actions-toolbar>.primary,.actions-toolbar>.secondary{margin-bottom:10px;text-align:center}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:10px}.actions-toolbar>.primary .action:last-child,.actions-toolbar>.secondary .action:last-child{margin-bottom:0}.actions-toolbar>.primary:last-child,.actions-toolbar>.secondary:last-child{margin-bottom:0}.actions-toolbar>.secondary .action.back{display:none}.breadcrumbs{margin:0 0 15px;min-height:24px}.breadcrumbs .items{font-size:1.2rem;color:#707070;margin:0;padding:0;list-style:none none}.breadcrumbs .items>li{display:inline-block;vertical-align:top}.breadcrumbs .item{margin:0}.breadcrumbs a{color:#c02327;text-decoration:none}.breadcrumbs a:visited{color:#c02327;text-decoration:none}.breadcrumbs a:hover{color:#c02327;text-decoration:underline}.breadcrumbs a:active{color:#c02327;text-decoration:none}.breadcrumbs strong{font-weight:400}.breadcrumbs .item:not(:last-child){display:inline-block;text-decoration:none}.breadcrumbs .item:not(:last-child):after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:18px;content:'\e608';font-family:'luma-icons';margin:0 10px;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.ui-dialog.popup .action.close{position:absolute;height:40px;right:0;top:0;width:40px;z-index:1001;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.ui-dialog.popup .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-dialog.popup .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.ui-dialog.popup .action.close:hover:before{color:#737373}.ui-dialog.popup .action.close:active:before{color:#737373}.ui-dialog.popup .action.close:focus,.ui-dialog.popup .action.close:active{background:none;border:none}.ui-dialog.popup .action.close:hover{background:none;border:none}.ui-dialog.popup .action.close.disabled,.ui-dialog.popup .action.close[disabled],fieldset[disabled] .ui-dialog.popup .action.close{pointer-events:none;opacity:.5}.popup .actions-toolbar .action.cancel{font-weight:400}.popup-pointer{margin-left:-14px;position:absolute;top:-14px}.popup-pointer:before,.popup-pointer:after{content:'';position:absolute;display:block;width:0;height:0;border-bottom-style:solid}.popup-pointer:before{left:2px;top:2px;border:solid 6px;border-color:transparent transparent #fff transparent;z-index:99}.popup-pointer:after{left:1px;top:0px;border:solid 7px;border-color:transparent transparent #aeaeae transparent;z-index:98}.price-tier_price .price-excluding-tax,.price-tier_price .price-including-tax{display:inline}.price-including-tax,.price-excluding-tax{display:block;font-size:1.8rem;line-height:1}.price-including-tax .price,.price-excluding-tax .price{font-weight:700}.price-including-tax+.price-excluding-tax,.weee[data-label]{display:block;font-size:1.8rem}.price-including-tax+.price-excluding-tax:before,.weee[data-label]:before{content:attr(data-label) ': ';font-size:1.1rem}.price-including-tax+.price-excluding-tax .price,.weee[data-label] .price{font-size:1.1rem}body._has-modal{height:100%;overflow:hidden;width:100%}.modals-overlay{z-index:899}.modal-slide,.modal-popup{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease}.modal-slide._show,.modal-popup._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-slide._show .modal-inner-wrap,.modal-popup._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-slide .modal-inner-wrap,.modal-popup .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1;pointer-events:auto}.modal-slide{left:44px;z-index:900}.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-slide._inner-scroll .modal-inner-wrap{overflow-y:visible;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal-slide._inner-scroll .modal-header,.modal-slide._inner-scroll .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-slide._inner-scroll .modal-content{overflow-y:auto}.modal-slide._inner-scroll .modal-footer{margin-top:auto}.modal-slide .modal-header,.modal-slide .modal-content,.modal-slide .modal-footer{padding:0 2.6rem 2.6rem}.modal-slide .modal-header{padding-bottom:2.1rem;padding-top:2.1rem}.modal-popup{z-index:900;left:0;overflow-y:auto}.modal-popup.confirm .modal-inner-wrap{max-width:50rem}.modal-popup._show .modal-inner-wrap{-webkit-transform:translateY(0);transform:translateY(0)}.modal-popup .modal-inner-wrap{margin:5rem auto;width:75%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;height:auto;left:0;position:absolute;right:0;-webkit-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease}.modal-popup._inner-scroll{overflow-y:visible}.ie11 .modal-popup._inner-scroll{overflow-y:auto}.modal-popup._inner-scroll .modal-inner-wrap{max-height:90%}.ie11 .modal-popup._inner-scroll .modal-inner-wrap{max-height:none}.modal-popup._inner-scroll .modal-content{overflow-y:auto}.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding-left:3rem;padding-right:3rem}.modal-popup .modal-header,.modal-popup .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-popup .modal-header{padding-bottom:1.2rem;padding-top:3rem}.modal-popup .modal-footer{margin-top:auto;padding-bottom:3rem;padding-top:3rem}.modal-popup .modal-footer-actions{text-align:right}.modal-custom .action-close,.modal-popup .action-close,.modal-slide .action-close{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:inline-block;text-decoration:none;position:absolute;right:0;top:0}.modal-custom .action-close:focus,.modal-popup .action-close:focus,.modal-slide .action-close:focus,.modal-custom .action-close:active,.modal-popup .action-close:active,.modal-slide .action-close:active{background:none;border:none}.modal-custom .action-close:hover,.modal-popup .action-close:hover,.modal-slide .action-close:hover{background:none;border:none}.modal-custom .action-close.disabled,.modal-popup .action-close.disabled,.modal-slide .action-close.disabled,.modal-custom .action-close[disabled],.modal-popup .action-close[disabled],.modal-slide .action-close[disabled],fieldset[disabled] .modal-custom .action-close,fieldset[disabled] .modal-popup .action-close,fieldset[disabled] .modal-slide .action-close{pointer-events:none;opacity:.5}.modal-custom .action-close>span,.modal-popup .action-close>span,.modal-slide .action-close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;color:#757575;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:inherit}.modal-custom .action-close:active:before,.modal-popup .action-close:active:before,.modal-slide .action-close:active:before{color:inherit}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:#1a1a1a}.modal-custom .action-close{margin:15px}.modal-popup{pointer-events:none}.modal-popup .modal-title{border-bottom:1px solid #c1c1c1;font-weight:300;padding-bottom:10px;font-size:26px;margin-bottom:0;min-height:1em;word-wrap:break-word}.modal-popup .action-close{padding:20px}.modal-slide .action-close{margin:15px;padding:0}.modal-slide .page-main-actions{margin-bottom:-12.9rem;margin-top:2.1rem}.modals-overlay{background-color:rgba(51,51,51,0.55);bottom:0;left:0;position:fixed;right:0;top:0}body._has-modal-custom .modal-custom-overlay{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:899}.lac-notification-sticky{position:relative;z-index:999}.lac-notification-sticky .lac-notification{background-color:#373330;color:#fff;font-size:16px}.lac-notification-sticky .lac-notification .lac-notification-icon{float:left;margin:10px 25px 10px 10px}.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img{display:block}.lac-notification-sticky .lac-notification .lac-notification-text{float:left;padding:15px 0}.lac-notification-sticky .lac-notification .lac-notification-links{float:right;padding:15px 0}.lac-notification-sticky .lac-notification .lac-notification-links a{color:#fff;font-size:14px}.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after{background:url('../../frontend/DGX/horizon/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');content:' ';display:inline-block;height:12px;margin-left:5px;vertical-align:middle;width:12px}@font-face{font-family:'pagebuilder-font';font-style:normal;font-weight:normal;src:url('../../frontend/DGX/horizon/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');src:url('../../frontend/DGX/horizon/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'),url('../../frontend/DGX/horizon/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'),url('../../frontend/DGX/horizon/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype')}.pagebuilder-icon,.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after{-webkit-font-smoothing:antialiased;font-family:'pagebuilder-font';font-style:normal;font-weight:normal;line-height:1;speak:none}[class^='pagebuilder-icon-']:before,[class*=' pagebuilder-icon-']:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:'pagebuilder-font';font-style:normal;font-weight:normal;line-height:1;speak:none;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle}.pagebuilder-icon-down:before{content:'\f101'}.pagebuilder-icon-next:before{content:'\f102'}.pagebuilder-icon-prev:before{content:'\f103'}.pagebuilder-icon-up:before{content:'\f104'}.product-full-width-section{padding:.5em 0}.product-full-width-section .block.review-add{margin-top:2.7rem}.page-layout-product-full-width .block.related{margin-top:2.7rem}.page-main-details .product-section-title{border-bottom:1px solid #c6c6c6;margin-bottom:15px;padding-bottom:12px}.additional-attributes-wrapper .additional-attributes{border:none;width:auto}.additional-attributes-wrapper .additional-attributes>tbody>tr>th{border:none;padding:5.5px 30px 10px 0}.additional-attributes-wrapper .additional-attributes>tbody>tr>td{border:none;padding:5.5px 5px 10px}.cms-index-index.page-layout-cms-full-width .nav-sections{margin-bottom:0}.slick-slider{-khtml-user-select:none;-moz-user-select:none;-ms-touch-action:pan-y;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;box-sizing:border-box;display:block;position:relative;touch-action:pan-y;user-select:none}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:before,.slick-track:after{content:'';display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-slider .slick-track,.slick-slider .slick-list{-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-arrow.slick-hidden{display:none}.slick-prev{left:2rem}.slick-prev:before{content:'\f103';padding-right:5px}.slick-next{right:2rem}.slick-next:before{content:'\f102';padding-left:5px}.slick-prev,.slick-next{-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);background:rgba(252,252,252,0.6);border:none;border-radius:0;color:transparent;cursor:pointer;display:block;font-size:0;height:60px;line-height:0;outline:none;padding:0;position:absolute;top:50%;transform:translate(0, -50%);width:60px;z-index:101}.slick-prev.slick-disabled,.slick-next.slick-disabled{opacity:.2}.slick-prev:hover,.slick-next:hover{background:#fcfcfc;border:none}.slick-prev:hover.slick-disabled,.slick-next:hover.slick-disabled{opacity:.2}.slick-prev:hover:before,.slick-next:hover:before{color:#494949}.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after{color:#555;font-size:38px;opacity:1}.slick-prev:active,.slick-next:active,.slick-prev:focus,.slick-next:focus,.slick-prev:not(.primary),.slick-next:not(.primary){background:rgba(252,252,252,0.7);border:none;box-shadow:none}.slick-prev:active:active,.slick-next:active:active,.slick-prev:focus:active,.slick-next:focus:active,.slick-prev:not(.primary):active,.slick-next:not(.primary):active{box-shadow:none}.slick-dots{font-size:1.4rem;line-height:normal;letter-spacing:normal;display:block;list-style:none;margin:0;padding:15px 0;text-align:center;width:100%}.slick-dots li{cursor:pointer;display:inline-block;height:14px;margin:0 5px;padding:0;position:relative;vertical-align:middle;width:14px}.slick-dots li button{background:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:none;cursor:pointer;display:block;height:14px;padding:0;text-indent:-99999px;transition:.3s;width:14px}.slick-dots li button:hover{border:1px solid #b3b3b3}.slick-dots li button:active,.slick-dots li button:focus,.slick-dots li button:not(.primary){box-shadow:none}.slick-dots li.slick-active button{background:#1c1918}[data-content-type='banner']>[data-element='link'],[data-content-type='banner']>[data-element='empty_link']{color:inherit;text-decoration:inherit}[data-content-type='banner']>[data-element='link']:hover,[data-content-type='banner']>[data-element='empty_link']:hover{color:inherit;text-decoration:inherit}.pagebuilder-banner-wrapper{background-clip:padding-box;border-radius:inherit;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}.pagebuilder-banner-wrapper .pagebuilder-overlay{-moz-transition:background-color 500ms ease;-o-transition:background-color 500ms ease;-webkit-transition:background-color 500ms ease;box-sizing:border-box;padding:30px;position:relative;transition:background-color 500ms ease}.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{align-items:center;display:flex;justify-content:center}.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:540px}.pagebuilder-banner-wrapper.jarallax .video-overlay{z-index:0}.pagebuilder-banner-wrapper [data-element='content']{min-height:50px;overflow:auto}.pagebuilder-banner-wrapper .pagebuilder-banner-button{-moz-transition:opacity 500ms ease;-o-transition:opacity 500ms ease;-webkit-transition:opacity 500ms ease;margin:20px 0 0 0;max-width:100%;text-align:inherit;transition:opacity 500ms ease;word-break:break-word}.pagebuilder-banner-wrapper .pagebuilder-poster-content{width:100%}[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-left:auto;margin-right:auto}[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-right:auto}[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay{margin-left:auto}[data-content-type$='block'] .block p:last-child{margin-bottom:1rem;margin-top:0}[data-content-type='buttons']{max-width:100%}[data-content-type='button-item']{max-width:100%}[data-content-type='button-item'] [data-element='link'],[data-content-type='button-item'] [data-element='empty_link']{max-width:100%;word-wrap:break-word}[data-content-type='button-item'] [data-element='empty_link']{cursor:default}a.pagebuilder-button-link,button.pagebuilder-button-link,div.pagebuilder-button-link{line-height:2.2rem;font-size:1.8rem;line-height:1.42857143;margin:0 10px 10px 0;padding:14px 17px;color:#c02327;text-decoration:none;background:none;border:0;display:inline;font-weight:600;box-shadow:none;box-sizing:border-box;display:inline-block}a.pagebuilder-button-link:visited,button.pagebuilder-button-link:visited,div.pagebuilder-button-link:visited{color:#c02327;text-decoration:none}a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover{color:#c02327;text-decoration:underline}a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active{color:#ff5501;text-decoration:underline}a.pagebuilder-button-link:hover,button.pagebuilder-button-link:hover,div.pagebuilder-button-link:hover,a.pagebuilder-button-link:active,button.pagebuilder-button-link:active,div.pagebuilder-button-link:active,a.pagebuilder-button-link:focus,button.pagebuilder-button-link:focus,div.pagebuilder-button-link:focus{background:none;border:0}a.pagebuilder-button-link.disabled,button.pagebuilder-button-link.disabled,div.pagebuilder-button-link.disabled,a.pagebuilder-button-link[disabled],button.pagebuilder-button-link[disabled],div.pagebuilder-button-link[disabled],fieldset[disabled] a.pagebuilder-button-link,fieldset[disabled] button.pagebuilder-button-link,fieldset[disabled] div.pagebuilder-button-link{color:#c02327;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}a.pagebuilder-button-primary,button.pagebuilder-button-primary,div.pagebuilder-button-primary{text-decoration:none;background-image:none;background:#c02327;border:1px solid #c02327;color:#fff;cursor:pointer;display:inline-block;font-family:'Google Sans',Roboto,Arial,sans-serif;font-weight:600;margin:0 10px 10px 0;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle;line-height:2.2rem;padding:14px 17px;font-size:1.8rem;border-radius:3px;box-shadow:none}a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active,a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus{text-decoration:none}a.pagebuilder-button-primary:focus,button.pagebuilder-button-primary:focus,div.pagebuilder-button-primary:focus,a.pagebuilder-button-primary:active,button.pagebuilder-button-primary:active,div.pagebuilder-button-primary:active{background:#c02327;border:1px solid #c02327;color:#fff}a.pagebuilder-button-primary:hover,button.pagebuilder-button-primary:hover,div.pagebuilder-button-primary:hover{background:#a91b20;border:1px solid #a91b20;color:#fff}a.pagebuilder-button-primary.disabled,button.pagebuilder-button-primary.disabled,div.pagebuilder-button-primary.disabled,a.pagebuilder-button-primary[disabled],button.pagebuilder-button-primary[disabled],div.pagebuilder-button-primary[disabled],fieldset[disabled] a.pagebuilder-button-primary,fieldset[disabled] button.pagebuilder-button-primary,fieldset[disabled] div.pagebuilder-button-primary{opacity:.5;cursor:default;pointer-events:none}a.pagebuilder-button-secondary,button.pagebuilder-button-secondary,div.pagebuilder-button-secondary{text-decoration:none;background-image:none;background:#eee;border:1px solid #ccc;color:#333;cursor:pointer;display:inline-block;font-family:'Google Sans',Roboto,Arial,sans-serif;font-weight:600;margin:0 10px 10px 0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;line-height:2.2rem;padding:14px 17px;font-size:1.8rem;border-radius:3px;box-shadow:none}a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover,a.pagebuilder-button-secondary:active,button.pagebuilder-button-secondary:active,div.pagebuilder-button-secondary:active,a.pagebuilder-button-secondary:focus,button.pagebuilder-button-secondary:focus,div.pagebuilder-button-secondary:focus{text-decoration:none}a.pagebuilder-button-secondary:focus,button.pagebuilder-button-secondary:focus,div.pagebuilder-button-secondary:focus,a.pagebuilder-button-secondary:active,button.pagebuilder-button-secondary:active,div.pagebuilder-button-secondary:active{background:#e2e2e2;border:1px solid #ccc;color:#333}a.pagebuilder-button-secondary:hover,button.pagebuilder-button-secondary:hover,div.pagebuilder-button-secondary:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}a.pagebuilder-button-secondary.disabled,button.pagebuilder-button-secondary.disabled,div.pagebuilder-button-secondary.disabled,a.pagebuilder-button-secondary[disabled],button.pagebuilder-button-secondary[disabled],div.pagebuilder-button-secondary[disabled],fieldset[disabled] a.pagebuilder-button-secondary,fieldset[disabled] button.pagebuilder-button-secondary,fieldset[disabled] div.pagebuilder-button-secondary{opacity:.5;cursor:default;pointer-events:none}.pagebuilder-column{box-sizing:border-box}[data-content-type='heading']{word-wrap:break-word}[data-content-type='html']{word-wrap:break-word}figure[data-content-type='image']{box-sizing:border-box}figure[data-content-type='image']>[data-element='link'],figure[data-content-type='image']>[data-element='link'] img{border-radius:inherit}figure[data-content-type='image'] figcaption{word-wrap:break-word}[data-content-type='map']{box-sizing:border-box;height:300px}[data-content-type='row'] li.product-item{text-align:left}.pagebuilder-column .widget-product-grid .product-item{max-width:100%;min-width:50px}.pagebuilder-column .widget-product-grid .product-item .price-box{word-wrap:break-word}.pagebuilder-column .widget-product-grid .product-item .price-box .price{white-space:normal}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary{display:inline-block;max-width:100%}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary{display:inline-block;width:auto}.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart{max-width:100%;white-space:normal}.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item{width:200px}[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item{display:block}[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child{visibility:visible}[data-content-type='products'][data-appearance='carousel'] .product-item-info{width:auto}[data-content-type='products'][data-appearance='carousel'] li.product-item{display:none}[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child{display:block;visibility:hidden}[data-content-type='products'][data-appearance='carousel'].center-mode .product-item{opacity:.5;transition:all 300ms ease}[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover{opacity:1}[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item{opacity:1}[data-content-type='row'][data-appearance='contained']{box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;max-width:1280px}[data-content-type='row'][data-appearance='contained'] [data-element='inner']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-bleed']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-width']{box-sizing:border-box}[data-content-type='row'][data-appearance='full-width']>.row-full-width-inner{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1280px;width:100%}[data-content-type='slide']{box-sizing:border-box;line-height:20px;min-height:inherit;overflow:hidden}[data-content-type='slide']>[data-element='link'],[data-content-type='slide']>[data-element='empty_link']{color:inherit;min-height:inherit;text-decoration:inherit}[data-content-type='slide']>[data-element='link']:hover,[data-content-type='slide']>[data-element='empty_link']:hover{color:inherit;text-decoration:inherit}[data-content-type='slide']+[data-content-type='slide']{height:0;min-height:0}.slick-slider [data-content-type='slide']+[data-content-type='slide']{height:initial;min-height:inherit}.pagebuilder-slide-wrapper{border-radius:inherit;box-sizing:border-box;min-height:inherit;overflow-wrap:break-word;word-wrap:break-word}.pagebuilder-slide-wrapper .jarallax-viewport-element{height:100%;left:-15000vw;position:absolute;top:0;width:1px;z-index:100}.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element{left:0}.pagebuilder-slide-wrapper.jarallax .video-overlay{-webkit-transform:unset;z-index:1}.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay{position:relative;z-index:2}.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>div,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>img,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>video,.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container']>iframe{margin:auto !important;transform:none !important}.pagebuilder-slide-wrapper .pagebuilder-overlay{-moz-transition:background-color 500ms ease;-o-transition:background-color 500ms ease;-webkit-transition:background-color 500ms ease;border-radius:inherit;box-sizing:border-box;padding:30px;transition:background-color 500ms ease}.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{align-items:center;display:flex;justify-content:center;min-height:inherit}.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:540px}.pagebuilder-slide-wrapper [data-element='content']{min-height:50px;overflow:auto}.pagebuilder-slide-wrapper .pagebuilder-slide-button{-moz-transition:opacity 500ms ease;-o-transition:opacity 500ms ease;-webkit-transition:opacity 500ms ease;margin:20px 0 0 0;max-width:100%;text-align:inherit;transition:opacity 500ms ease;word-break:break-word}.pagebuilder-slide-wrapper .pagebuilder-poster-content{width:100%}[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-left:auto;margin-right:auto}[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-right:auto}[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay{margin-left:auto}div[data-content-type='slider']{visibility:hidden}div[data-content-type='slider'].slick-initialized{visibility:visible}div[data-content-type='slider'] .slick-list,div[data-content-type='slider'] .slick-track,div[data-content-type='slider'] .slick-slide{min-height:inherit}div[data-content-type='slider'] .slick-list>div,div[data-content-type='slider'] .slick-track>div,div[data-content-type='slider'] .slick-slide>div{line-height:0;min-height:inherit;overflow:hidden;width:100%}div[data-content-type='slider'] a.button{-moz-appearance:button;-webkit-appearance:button;appearance:button;color:initial;padding:10px;text-decoration:none}div[data-content-type='tabs'] .tabs-navigation{display:block;font-size:0;margin:0 0 -1px;padding:0}div[data-content-type='tabs'] .tabs-navigation li:first-child{margin-left:0 !important}div[data-content-type='tabs'] .tabs-navigation li.tab-header{background:#f6f6f6;border:1px solid #ccc;border-bottom:0;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;display:inline-block;margin:0;max-width:100%;overflow-wrap:break-word;position:relative;word-wrap:break-word;z-index:1}div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child){margin-left:-1px}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title{border-right:0;color:#000;cursor:pointer !important;display:block;font-size:14px;font-weight:600;padding:1.4rem 2rem;position:relative;transition:all .3s;vertical-align:middle;white-space:normal}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title{display:block}div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover{text-decoration:none}div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child{border-right:1px solid #ccc}div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active{background:#fff;z-index:19}div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title{position:relative;transition:all .3s}div[data-content-type='tabs'] .tabs-content{border:1px solid #ccc;box-sizing:border-box;overflow:hidden;position:relative;z-index:9}div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']{box-sizing:border-box;min-height:inherit}div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child){display:none}div[data-content-type='tabs'].tab-align-left .tabs-content{border-top-left-radius:0 !important}div[data-content-type='tabs'].tab-align-right .tabs-content{border-top-right-radius:0 !important}div[data-content-type='text']{word-wrap:break-word}div[data-content-type='video']{font-size:0}div[data-content-type='video'] .pagebuilder-video-inner{box-sizing:border-box;display:inline-block;width:100%}div[data-content-type='video'] .pagebuilder-video-container{border-radius:inherit;overflow:hidden;padding-top:56.25%;position:relative}div[data-content-type='video'] iframe,div[data-content-type='video'] video{height:100%;left:0;position:absolute;top:0;width:100%}.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img{font-family:'object-fit: cover;',sans-serif;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}.jarallax-video-fallback{transform:scale3d(0, 0, 0)}.jarallax .video-overlay{-webkit-transform:translate3d(0, 0, 0);bottom:0;left:0;position:absolute;right:0;top:0;z-index:-99}.jarallax [id*='jarallax-container'] video,.jarallax [id*='jarallax-container'] iframe{visibility:hidden}.cms-content-important{background-color:#f5f5f5;color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:1.1;margin:0 0 35px -20px;padding:20px}.pagebuilder-full-width{float:left;width:100%}.pagebuilder-content-type{box-sizing:border-box;margin-bottom:20px}.pagebuilder-accordion{margin:0;padding:0}.pagebuilder-accordion>.item.title{box-sizing:border-box;float:none;width:100%}.pagebuilder-accordion>.item.title>.switch{display:block}.pagebuilder-accordion>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.pagebuilder-accordion>.item.content:before,.pagebuilder-accordion>.item.content:after{content:'';display:table}.pagebuilder-accordion>.item.content:after{clear:both}.pagebuilder-accordion>.item.content.active{display:block}.pagebuilder-accordion>.item.title{margin:0}.pagebuilder-accordion>.item.title>.switch{border-top:1px solid #ccc;height:40px;padding:1px 10px 1px 10px;font-weight:600;line-height:40px;font-size:1.4rem;color:#333;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:visited{color:#6d6d6d;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:hover{color:#333;text-decoration:none}.pagebuilder-accordion>.item.title>.switch:active{color:#333;text-decoration:none}.pagebuilder-accordion>.item.title:not(.disabled)>.switch:active,.pagebuilder-accordion>.item.title.active>.switch,.pagebuilder-accordion>.item.title.active>.switch:focus,.pagebuilder-accordion>.item.title.active>.switch:hover{color:#333;text-decoration:none;padding-bottom:1px}.pagebuilder-accordion>.item.content{background:#fff;margin:0;padding:10px 10px 30px}.login-container .g-recaptcha,.form-login .g-recaptcha,.form-edit-account .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{display:block;height:1px;opacity:0;overflow:hidden;position:absolute;visibility:visible;width:1px}.block.newsletter .field-recaptcha .field .control:before{content:none}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}.form-discount .g-recaptcha{margin-top:50px !important}.form.wishlist.share .g-recaptcha{margin-bottom:40px}.aw-advanced-reviews-summary-container .aw-ar-rating{display:inline-block;vertical-align:middle}.aw-advanced-reviews-summary-container .review-summary-actions{display:inline-block;vertical-align:middle}.aw-advanced-reviews-summary-container .review-summary-actions a:not(:last-child){margin-right:30px}.product-info-main .aw-advanced-reviews-summary-container{float:left}.product-info-main .aw-advanced-reviews-summary-container .aw-ar-rating{margin-right:30px}.product-item .aw-advanced-reviews-summary-container{margin-bottom:30px/2}.product-item .aw-advanced-reviews-summary-container .aw-ar-rating{margin:0 4px 0 0}.product-item .aw-advanced-reviews-summary-container .review-summary-actions{font-size:12px;margin-top:5px;text-transform:lowercase}.product-item .aw-advanced-reviews-summary-container.summary-short .summary-short-row{align-items:center;display:flex;gap:4px}.product-item .aw-advanced-reviews-summary-container.summary-short .aw-ar-rating,.product-item .aw-advanced-reviews-summary-container.summary-short .summary-short-row .action.view{margin:0}.product-item .aw-advanced-reviews-summary-container.summary-short .summary-short-row .action.view,.product-item .aw-advanced-reviews-summary-container.summary-short .summary-short-row .action.add{font-size:12px;text-transform:lowercase}.product-item .aw-advanced-reviews-summary-container.summary-short .review-summary-actions{margin-top:0}.aw-ar__file-uploader{margin-bottom:10px}.aw-ar__file-uploader-summary{display:inline-block;vertical-align:top;margin-bottom:10px}.aw-ar__file-uploader .file-uploader-area{position:relative;overflow:hidden}.aw-ar__file-uploader .file-uploader-area.image.image-placeholder #fileUploader{border:none}.aw-ar__file-uploader .uploader-area{position:relative}.aw-ar__file-uploader .uploader-area input[type='file']{opacity:0;overflow:hidden;position:absolute;width:0}.aw-ar__file-uploader .uploader-area .label-text{opacity:0;overflow:hidden;position:absolute;width:0}.aw-ar__file-uploader .uploader-drop-zone{cursor:pointer;display:block;padding:10px 0;background:#fff;border:1px dashed #ccc;border-radius:3px;text-align:center;-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;-ms-transition:background-color .2s ease;transition:background-color .2s ease;padding-left:35px}.aw-ar__file-uploader .uploader-drop-zone-inner{background:#fff;display:block;opacity:1;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;transition:opacity .2s ease}.aw-ar__file-uploader .uploader-drop-zone-inner .uploader-dragging{opacity:.4}.aw-ar__file-uploader .uploader-placeholder-text::before{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iMDVfRHJvcHpvbmUtKENBKS0tLXVwbG9hZGVkIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIgogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");background-position:0 0;width:24px;height:21px;position:absolute;margin-left:-31px;display:inline-block;content:" "}.aw-ar__file-uploader .uploader-spinner{color:#636363;display:none;height:135px;width:80px;vertical-align:middle}.aw-ar__file-uploader .uploader-spinner .admin__data-grid-loading-mask{background:transparent}.aw-ar__file-uploader._loading .uploader-spinner{display:inline-block}.aw-ar__file-uploader .field-note{color:#303030;font-size:12px;margin-top:5px}.aw-ar__file-uploader-preview{position:relative;width:120px;margin-right:5px;margin-top:5px}.aw-ar__file-uploader-preview .actions{position:absolute;top:0;right:0}.aw-ar__file-uploader-preview .actions .action-remove{cursor:pointer;height:20px;width:20px;z-index:5;display:block;text-decoration:none;background-color:#d1d1d1;border:none;border-radius:0;box-shadow:none;margin:0;padding:0;right:0;bottom:0}.aw-ar__file-uploader-preview .actions .action-remove::before{font-size:18px;color:#fff;content:'x';vertical-align:middle;display:inline-block;overflow:hidden;speak:none;text-align:center;font-weight:bold;line-height:20px}.aw-ar__file-uploader-preview .actions .action-remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.aw-ar__file-uploader-file-name{white-space:nowrap;word-wrap:normal;overflow:hidden;text-overflow:ellipsis}.aw-ar__file-uploader-file-name-link{color:#303030}.aw-ar__file-uploader-image{width:120px;height:120px;border:1px solid #f0f0f0;background-color:#fff;position:relative;margin-bottom:5px}.aw-ar__file-uploader-image .preview-img{height:100%;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.aw-ar__file-uploader-image .preview-img img{max-width:100%;max-height:100%}.aw-ar__file-uploader-image .preview-img .aw-ar__uploader-video{position:relative;height:100%;width:100%}.aw-ar__file-uploader-image .preview-img .aw-ar__uploader-video-thumb{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#ccc}.aw-ar__file-uploader-image .preview-img .aw-ar__uploader-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid #fff;opacity:.9;pointer-events:none}.all-customer-reviews .aw-ar-main .aw-ar__review-list-column-main .summary{margin-bottom:5px}.aw-ar__block-url{margin-bottom:8px;line-height:1.4;font-size:15px}.aw-ar__review-list .review-item{border:none;padding:0;margin-bottom:50px}.aw-ar__review-list-sidebar-main .nickname{font-weight:normal;font-style:normal;font-size:15px;margin-bottom:5px;line-height:1.4}.aw-ar__review-list-sidebar-main .is_verified_buyer{margin-bottom:5px;line-height:1.2;font-weight:400;font-style:normal;font-size:13px;color:#707070}.aw-ar__review-list-sidebar-main .recommend{font-weight:400;font-style:normal;font-size:13px;color:#669933;line-height:1.4;margin-bottom:5px}.aw-ar__review-list-sidebar-main .recommend::before{content:'';width:10px;height:10px;margin-top:-3px;display:inline-block;vertical-align:middle;margin-right:4px;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDE2Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICM0Mzg0MDA7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHkiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSIgY2xhc3M9ImNscy0xIiBkPSJNOCwwQTgsOCwwLDEsMSwwLDgsOCw4LDAsMCwxLDgsMFptNC4wNDEsNy4xTDguMjg1LDExLjExMmEwLjk5NCwwLjk5NCwwLDAsMS0uOC4zMSwwLjk0OSwwLjk0OSwwLDAsMS0uOTMxLTAuMjUybC0yLjMxLTIuNWExLjA1OCwxLjA1OCwwLDAsMS0uMDI3LTEuNDQ5bDAuMzQtLjM2OEEwLjk1LDAuOTUsMCwwLDEsNS45NDQsNi44M0w3LjQsOC40bDIuODItMy4wMTVhMSwxLDAsMCwxLDEuNDEzLS4wNDdsMC4zNjUsMC4zNDJBMSwxLDAsMCwxLDEyLjA0MSw3LjFaIi8+PC9zdmc+')}.aw-ar__review-list-sidebar-main .recommend.dont{color:#e80000}.aw-ar__review-list-sidebar-main .recommend.dont::before{content:'';background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBkYXRhLW5hbWU9IlJvdW5kZWQgUmVjdGFuZ2xlIDIgY29weSAyIiBkPSJNMyAwaDEwYTMgMyAwIDAgMSAzIDN2MTBhMyAzIDAgMCAxLTMgM0gzYTMgMyAwIDAgMS0zLTNWM2EzIDMgMCAwIDEgMy0zem02LjQxNiAxMS4yTDcuOTkyIDkuNzcyIDYuNTY4IDExLjJhMS4wMDcgMS4wMDcgMCAwIDEtMS40MjQgMGwtLjM1NS0uMzZhMS4wMDcgMS4wMDcgMCAwIDEgMC0xLjQyNGwxLjQyMy0xLjQyNC0xLjQyMy0xLjQyNGExLjAwNyAxLjAwNyAwIDAgMSAwLTEuNDI0bC4zNTYtLjM1NmExLjAwNyAxLjAwNyAwIDAgMSAxLjQyNCAwbDEuNDIzIDEuNDI0IDEuNDI0LTEuNDIzYTEuMDA3IDEuMDA3IDAgMCAxIDEuNDI0IDBsLjM2LjM1NmExLjAwNyAxLjAwNyAwIDAgMSAwIDEuNDI0TDkuNzcyIDcuOTkyIDExLjIgOS40MTZhMS4wMDcgMS4wMDcgMCAwIDEgMCAxLjQyNGwtLjM2LjM2YTEuMDA3IDEuMDA3IDAgMCAxLTEuNDI0IDB6IiBmaWxsPSIjZTgwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=')}.aw-ar__review-list-column-main{position:relative}.aw-ar__review-list-column-main .summary{font-weight:600;font-style:normal;font-size:15px;margin-bottom:8px;line-height:1.4}.aw-ar__review-list-column-main .review-body{margin-top:40px}.aw-ar__review-list-column-main .created_at{font-weight:400;font-style:normal;font-size:13px;color:#707070;float:right}.aw-ar__review-list-column-main .content{font-weight:400;font-style:normal;font-size:14px;line-height:20px;margin-top:15px}.aw-ar__review-list-column-main .content.hide-more{max-height:160px;overflow:hidden;position:relative;-webkit-transition:max-height .5s ease-in;-moz-transition:max-height .5s ease-in;-ms-transition:max-height .5s ease-in;transition:max-height .5s ease-in}.aw-ar__review-list-column-main .content.hide-more::after{position:absolute;background:rgba(255,255,255,0);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,0.5)), color-stop(100%, #fff), color-stop(100%, #fff));background:-webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, #fff 100%, #fff 100%);background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 20%, #fff 100%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);width:100%;height:40px;display:block;content:'';bottom:0;left:0;z-index:2}.aw-ar__review-list-column-main .content.hide-more.open-block{max-height:inherit}.aw-ar__review-list-column-main .content.hide-more.open-block::after{display:none}.aw-ar__review-list-column-main .content .data-grid-cell-content-wrapper:not(:last-child){margin:0 0 20px}.aw-ar__review-list-column-main .content .review-data{white-space:pre-line}.aw-ar__review-list-column-main .show-button{color:#006bb4;display:inline-block;margin-top:10px;cursor:pointer;font-size:13px}.aw-ar__review-list-column-main .show-button:hover{text-decoration:underline}.aw-ar__review-list-column-main .rating-list{float:left}.aw-ar__review-list-column-main .review-helpful-report-wrapper{margin-top:10px;float:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful{font-size:13px;position:relative}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .text-h{font-weight:600;font-style:normal;line-height:20px;margin-right:10px}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h{margin-right:10px;text-decoration:none;color:#333;cursor:pointer}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.like:hover{color:#438400}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.like:hover svg path{fill:#438400}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.like svg.voted path{fill:#438400}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.like .greater{color:#438400}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.dislike:hover{color:#e80000}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.dislike:hover svg path{fill:#e80000}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.dislike svg.voted path{fill:#e80000}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.dislike .greater{color:#e80000}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.dislike.dislike{margin-top:3px}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful svg{display:inline-block;vertical-align:middle;margin-bottom:5px}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful svg path{fill:#c2c2c2}.aw-ar__review-list-column-main .review-helpful-report-wrapper .messages{position:absolute;bottom:-35px;display:block}.aw-ar__review-list-column-main .review-helpful-report-wrapper .messages .message.success{padding:3px;margin:0;font-size:14px}.aw-ar__review-list-column-main .report-abuse{margin-top:12px;line-height:1;float:left}.aw-ar__review-list-column-main .report-abuse a{cursor:pointer}.aw-ar__review-list-column-main .report-abuse a::before{content:'';background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMCAzMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNjMmMyYzIiIGQ9Ik0yOTksMjEuMDQyQzI4MC4xMjEsNi44ODMsMjU5Ljg5NiwwLDIzNy4xNjksMGMtMjYuNzc3LDAtNTIuNTMyLDkuNjU4LTc3LjQ0LDE4Ljk5Nw0KCWMtMjMuNDMyLDguNzg2LTQ1LjU2MywxNy4wODUtNjYuODk4LDE3LjA4N2MtMC4wMDMsMC0wLjAwNiwwLTAuMDA5LDBjLTEzLjg1MiwwLTI2LjAzMy0zLjUwMy0zNy44MjEtMTAuOTJWMTUuMDE3DQoJYzAtOC4yODQtNi43MTYtMTUtMTUtMTVzLTE1LDYuNzE2LTE1LDE1djE4LjAyNXYxODAuMTQ5VjMxNWMwLDguMjg0LDYuNzE2LDE1LDE1LDE1czE1LTYuNzE2LDE1LTE1di03Ni4wNQ0KCWMxMS45LDQuODY4LDI0LjQyOCw3LjI4MywzNy44MzEsNy4yODNjMjYuNzc2LDAsNTIuNTMtOS42NTcsNzcuNDM2LTE4Ljk5N2MyMy40MzQtOC43ODcsNDUuNTY2LTE3LjA4Nyw2Ni45MDItMTcuMDg3DQoJYzE2LjIyLDAsMzAuMTQ4LDQuNzgsNDMuODMxLDE1LjA0MmM0LjU0NSwzLjQwOSwxMC42MjYsMy45NTgsMTUuNzA4LDEuNDE3UzMwNSwyMTguODczLDMwNSwyMTMuMTkxVjMzLjA0Mg0KCUMzMDUsMjguMzIxLDMwMi43NzcsMjMuODc1LDI5OSwyMS4wNDJ6IE0yNzUsMTg3LjQwOWMtMTEuODk4LTQuODY3LTI0LjQzLTcuMjYtMzcuODMxLTcuMjZjLTI2Ljc3NSwwLTUyLjUyOSw5LjY1OC03Ny40MzYsMTguOTk3DQoJYy0yMy40MzMsOC43ODctNDUuNTY2LDE3LjA4Ny02Ni45MDIsMTcuMDg3Yy0xMy44NTcsMC0yNi4wNDItMy40ODktMzcuODMxLTEwLjkwNVY1OC44MjVjMTEuODk2LDQuODY2LDI0LjQyNSw3LjI2LDM3LjgyMSw3LjI1OQ0KCWMwLjAwMywwLDAuMDA5LDAsMC4wMTIsMGMyNi43NzItMC4wMDMsNTIuNTI0LTkuNjU5LDc3LjQyOS0xOC45OTdDMTkzLjY5NiwzOC4zLDIxNS44MzEsMzAsMjM3LjE2OSwzMA0KCWMxMy44NTgsMCwyNi4wNDIsMy40ODksMzcuODMxLDEwLjkwNVYxODcuNDA5eiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=');width:13px;height:13px;display:inline-block}.aw-ar__review-list-column-main .report-abuse a:hover::before,.aw-ar__review-list-column-main .report-abuse a:active::before{background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMCAzMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNmZjAxMDEiIGQ9Ik0yOTksMjEuMDQyQzI4MC4xMjEsNi44ODMsMjU5Ljg5NiwwLDIzNy4xNjksMGMtMjYuNzc3LDAtNTIuNTMyLDkuNjU4LTc3LjQ0LDE4Ljk5Nw0KCWMtMjMuNDMyLDguNzg2LTQ1LjU2MywxNy4wODUtNjYuODk4LDE3LjA4N2MtMC4wMDMsMC0wLjAwNiwwLTAuMDA5LDBjLTEzLjg1MiwwLTI2LjAzMy0zLjUwMy0zNy44MjEtMTAuOTJWMTUuMDE3DQoJYzAtOC4yODQtNi43MTYtMTUtMTUtMTVzLTE1LDYuNzE2LTE1LDE1djE4LjAyNXYxODAuMTQ5VjMxNWMwLDguMjg0LDYuNzE2LDE1LDE1LDE1czE1LTYuNzE2LDE1LTE1di03Ni4wNQ0KCWMxMS45LDQuODY4LDI0LjQyOCw3LjI4MywzNy44MzEsNy4yODNjMjYuNzc2LDAsNTIuNTMtOS42NTcsNzcuNDM2LTE4Ljk5N2MyMy40MzQtOC43ODcsNDUuNTY2LTE3LjA4Nyw2Ni45MDItMTcuMDg3DQoJYzE2LjIyLDAsMzAuMTQ4LDQuNzgsNDMuODMxLDE1LjA0MmM0LjU0NSwzLjQwOSwxMC42MjYsMy45NTgsMTUuNzA4LDEuNDE3UzMwNSwyMTguODczLDMwNSwyMTMuMTkxVjMzLjA0Mg0KCUMzMDUsMjguMzIxLDMwMi43NzcsMjMuODc1LDI5OSwyMS4wNDJ6IE0yNzUsMTg3LjQwOWMtMTEuODk4LTQuODY3LTI0LjQzLTcuMjYtMzcuODMxLTcuMjZjLTI2Ljc3NSwwLTUyLjUyOSw5LjY1OC03Ny40MzYsMTguOTk3DQoJYy0yMy40MzMsOC43ODctNDUuNTY2LDE3LjA4Ny02Ni45MDIsMTcuMDg3Yy0xMy44NTcsMC0yNi4wNDItMy40ODktMzcuODMxLTEwLjkwNVY1OC44MjVjMTEuODk2LDQuODY2LDI0LjQyNSw3LjI2LDM3LjgyMSw3LjI1OQ0KCWMwLjAwMywwLDAuMDA5LDAsMC4wMTIsMGMyNi43NzItMC4wMDMsNTIuNTI0LTkuNjU5LDc3LjQyOS0xOC45OTdDMTkzLjY5NiwzOC4zLDIxNS44MzEsMzAsMjM3LjE2OSwzMA0KCWMxMy44NTgsMCwyNi4wNDIsMy40ODksMzcuODMxLDEwLjkwNVYxODcuNDA5eiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=')}.aw-ar__review-list-column-main-top{overflow:hidden}.container-featured-review{border-bottom:1px solid #ccc;border-top:1px solid #eee;background-color:#f8f8f8}.container-featured-review .featured-review-title{margin:0 0 15px 0}.container-featured-review .featured-review-title span{display:block;border-bottom:1px solid #eee;padding:25px 35px 25px}.container-featured-review .block-content{padding-right:70px}.container-featured-review .aw-ar__review-list-column-main .content.hide-more::after{background:rgba(255,255,255,0);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,248,248,0)), color-stop(20%, rgba(248,248,248,0.5)), color-stop(100%, #f8f8f8), color-stop(100%, #f8f8f8));background:-webkit-linear-gradient(to bottom, rgba(248,248,248,0) 0%, rgba(248,248,248,0.5) 20%, #f8f8f8 100%, #f8f8f8 100%);background:linear-gradient(to bottom, rgba(248,248,248,0) 0%, rgba(248,248,248,0.5) 20%, #f8f8f8 100%, #f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f8f8f8', GradientType=0)}.aw-ar-rating .ratings-controls-container{font-size:0}.aw-ar-rating .ratings-controls-container label{display:inline-block;width:37px;height:32px;vertical-align:middle}.aw-ar-rating .ratings-controls-container label::before{height:32px;width:32px;line-height:32px;display:block;content:'';background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2220%22%20width%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22rgba(199,199,199,0.999)%22%20d%3D%22M19.241%207.143h-6.567L10.68%201.188A.704.704%200%200%200%2010%20.714a.704.704%200%200%200-.679.474L7.326%207.143H.714A.716.716%200%200%200%200%207.857a.5.5%200%200%200%20.013.12c.01.157.08.331.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.804.13.093.25.174.402.174.147%200%20.321-.076.446-.161L10%2015.371l5.268%203.754a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.173a.708.708%200%200%200%20.245-.804l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm-5.679%204.13a1.254%201.254%200%200%200-.455%201.419l1.344%203.915c.058.165-.13.304-.272.206l-3.456-2.465a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.343-3.915a1.258%201.258%200%200%200-.46-1.43L2.813%208.71c-.142-.098-.07-.326.103-.326h4.406c.536%200%201.014-.344%201.183-.853l1.322-3.937c.053-.161.286-.161.34%200l1.32%203.937c.17.51.648.853%201.184.853h4.343c.174%200%20.246.223.103.321z%22%2F%3E%3C%2Fsvg%3E');background-size:32px 32px}.aw-ar-rating .ratings-controls-container label._checked::before,.aw-ar-rating .ratings-controls-container label._hovered::before{content:'';background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22rgba(255,85,1,0.999)%22%20d%3D%22M19.241%207.143h-6.567L10.68%201.188A.704.704%200%200%200%2010%20.714a.704.704%200%200%200-.679.474L7.326%207.143H.714A.716.716%200%200%200%200%207.857c0%20.04.005.085.013.12.01.157.08.331.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.804.13.093.25.174.402.174.147%200%20.321-.076.446-.161L10%2015.371l5.268%203.754a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.173a.708.708%200%200%200%20.245-.804l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714z%22%2F%3E%3C%2Fsvg%3E');background-size:32px 32px}.aw-ar-rating .ratings-controls-container .rating-tooltip{font-weight:400;font-style:normal;font-size:14px;display:inline-block;vertical-align:middle;margin-left:30px/2}.aw-ar-rating .ratings-controls-container._checked label._hovered:not(._checked)::before{content:'';background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2220%22%20width%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22rgba(199,199,199,0.999)%22%20d%3D%22M19.241%207.143h-6.567L10.68%201.188A.704.704%200%200%200%2010%20.714a.704.704%200%200%200-.679.474L7.326%207.143H.714A.716.716%200%200%200%200%207.857a.5.5%200%200%200%20.013.12c.01.157.08.331.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.804.13.093.25.174.402.174.147%200%20.321-.076.446-.161L10%2015.371l5.268%203.754a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.173a.708.708%200%200%200%20.245-.804l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm-5.679%204.13a1.254%201.254%200%200%200-.455%201.419l1.344%203.915c.058.165-.13.304-.272.206l-3.456-2.465a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.343-3.915a1.258%201.258%200%200%200-.46-1.43L2.813%208.71c-.142-.098-.07-.326.103-.326h4.406c.536%200%201.014-.344%201.183-.853l1.322-3.937c.053-.161.286-.161.34%200l1.32%203.937c.17.51.648.853%201.184.853h4.343c.174%200%20.246.223.103.321z%22%2F%3E%3C%2Fsvg%3E')}.aw-ar-rating .rating{height:17px;z-index:2;position:relative;overflow:hidden}.aw-ar-rating .rating::before{content:'';height:17px;display:block;background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2220%22%20width%3D%22115%22%20viewBox%3D%220%200%20115%2020%22%3E%3Cpath%20fill%3D%22rgba(255,85,1,0.999)%22%20d%3D%22M20.956%207.196H14.39L12.394%201.24a.704.704%200%200%200-.679-.473.704.704%200%200%200-.678.473L9.04%207.196H2.43a.716.716%200%200%200-.714.714c0%20.04.005.085.014.12.009.157.08.33.299.505l5.397%203.803-2.071%206.023c-.103.29%200%20.616.245.803.13.094.25.174.402.174a.872.872%200%200%200%20.446-.16l5.268-3.755%205.268%203.755c.125.089.3.16.446.16.152%200%20.273-.075.398-.174a.708.708%200%200%200%20.245-.803l-2.071-6.023L21.354%208.5l.129-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm22.897%200h-6.566L35.29%201.24a.704.704%200%200%200-.679-.473.704.704%200%200%200-.678.473l-1.996%205.956h-6.611a.716.716%200%200%200-.715.714c0%20.04.005.085.014.12.01.157.08.33.299.505l5.397%203.803-2.071%206.023c-.103.29%200%20.616.245.803.13.094.25.174.402.174a.876.876%200%200%200%20.447-.16l5.267-3.755%205.268%203.755c.125.089.3.16.447.16.151%200%20.272-.075.397-.174a.708.708%200%200%200%20.246-.803l-2.072-6.023L44.251%208.5l.13-.111c.115-.125.231-.295.231-.478%200-.393-.366-.714-.759-.714zm22.897%200h-6.566L58.188%201.24a.704.704%200%200%200-.678-.473.704.704%200%200%200-.679.473l-1.995%205.956h-6.612a.716.716%200%200%200-.714.714c0%20.04.004.085.013.12.01.157.08.33.3.505l5.396%203.803-2.071%206.023c-.103.29%200%20.616.246.803.129.094.25.174.401.174a.872.872%200%200%200%20.447-.16l5.268-3.755%205.267%203.755c.125.089.3.16.447.16.152%200%20.272-.075.397-.174a.708.708%200%200%200%20.246-.803l-2.072-6.023L67.148%208.5l.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.76-.714zm22.898%200H83.08L81.085%201.24a.704.704%200%200%200-.678-.473.704.704%200%200%200-.679.473l-1.995%205.956H71.12a.716.716%200%200%200-.714.714c0%20.04.005.085.013.12.01.157.08.33.3.505l5.397%203.803-2.072%206.023c-.102.29%200%20.616.246.803.13.094.25.174.402.174a.872.872%200%200%200%20.446-.16l5.268-3.755%205.268%203.755c.125.089.299.16.446.16.152%200%20.272-.075.397-.174a.708.708%200%200%200%20.246-.803l-2.071-6.023L90.045%208.5l.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.76-.714zm22.897%200h-6.567l-1.995-5.956a.704.704%200%200%200-.679-.473.704.704%200%200%200-.679.473l-1.995%205.956h-6.612a.716.716%200%200%200-.714.714c0%20.04.005.085.013.12.01.157.08.33.3.505l5.397%203.803-2.072%206.023c-.102.29%200%20.616.246.803.13.094.25.174.402.174a.872.872%200%200%200%20.446-.16l5.268-3.755%205.268%203.755c.125.089.299.16.446.16.152%200%20.273-.075.398-.174a.708.708%200%200%200%20.245-.803l-2.071-6.023%205.352-3.839.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714z%22%2F%3E%3C%2Fsvg%3E');background-size:90px 17px}.aw-ar-rating .not-editable{position:relative}.aw-ar-rating .not-editable .aw-ar-rating-container{height:17px;width:90px;overflow:hidden;position:relative;margin-left:-3px;z-index:1}.aw-ar-rating .not-editable .aw-ar-rating-container::before{height:17px;width:100%;content:'';background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20115%2020%22%20width%3D%22115%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22rgba(199,199,199,0.999)%22%20d%3D%22M20.841%207.177h-6.567L12.28%201.22a.704.704%200%200%200-.68-.472.704.704%200%200%200-.678.473L8.926%207.177H2.314a.716.716%200%200%200-.714.714.5.5%200%200%200%20.013.12c.01.157.08.33.3.505L7.31%2012.32l-2.072%206.022c-.102.29%200%20.616.246.803.13.094.25.175.402.175.147%200%20.321-.076.446-.161l5.268-3.755%205.268%203.755a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.174a.708.708%200%200%200%20.245-.803l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm-5.678%204.13a1.254%201.254%200%200%200-.456%201.419l1.344%203.915c.058.165-.13.304-.272.205l-3.456-2.464a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.343-3.916a1.258%201.258%200%200%200-.46-1.428l-3.615-2.55c-.143-.097-.072-.325.102-.325h4.407a1.25%201.25%200%200%200%201.183-.853l1.321-3.937c.054-.161.286-.161.34%200l1.32%203.937c.17.51.648.853%201.184.853h4.343c.175%200%20.246.223.103.321zm28.618-4.13h-6.566L35.219%201.22a.704.704%200%200%200-.679-.473.704.704%200%200%200-.678.473l-1.996%205.956h-6.611a.716.716%200%200%200-.715.714.5.5%200%200%200%20.014.12c.009.157.08.33.299.505l5.397%203.804-2.071%206.022c-.103.29%200%20.616.245.803.13.094.25.175.402.175.147%200%20.322-.076.447-.161l5.267-3.755%205.268%203.755c.125.09.3.16.447.16.151%200%20.272-.075.397-.174a.708.708%200%200%200%20.246-.803l-2.072-6.022%205.353-3.84.13-.111c.115-.125.231-.295.231-.478%200-.393-.366-.714-.759-.714zm-5.678%204.13a1.254%201.254%200%200%200-.455%201.419l1.343%203.915c.058.165-.13.304-.272.205l-3.455-2.464a1.247%201.247%200%200%200-1.451%200l-3.456%202.46c-.142.103-.33-.04-.272-.205l1.344-3.916a1.258%201.258%200%200%200-.46-1.428l-3.616-2.55c-.143-.097-.071-.325.103-.325h4.406c.536%200%201.013-.344%201.183-.853l1.321-3.937c.054-.161.286-.161.34%200l1.321%203.937c.17.51.647.853%201.183.853h4.344c.174%200%20.245.223.102.321zm28.619-4.13h-6.567L58.159%201.22a.704.704%200%200%200-.678-.473.704.704%200%200%200-.679.473l-1.995%205.956h-6.612a.716.716%200%200%200-.714.714.5.5%200%200%200%20.013.12c.01.157.08.33.3.505l5.397%203.804-2.072%206.022c-.103.29%200%20.616.246.803.13.094.25.175.401.175.148%200%20.322-.076.447-.161l5.268-3.755%205.268%203.755a.83.83%200%200%200%20.446.16c.152%200%20.272-.075.397-.174a.708.708%200%200%200%20.246-.803l-2.072-6.022%205.353-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.76-.714zm-5.679%204.13a1.254%201.254%200%200%200-.455%201.419l1.344%203.915c.058.165-.13.304-.273.205l-3.455-2.464a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.273-.205l1.344-3.916a1.258%201.258%200%200%200-.46-1.428l-3.616-2.55c-.143-.097-.071-.325.103-.325h4.406c.536%200%201.014-.344%201.183-.853l1.322-3.937c.053-.161.285-.161.339%200l1.321%203.937c.17.51.648.853%201.183.853h4.344c.174%200%20.246.223.103.321zm28.619-4.13h-6.567L81.1%201.22a.704.704%200%200%200-.679-.473.704.704%200%200%200-.679.473l-1.995%205.956h-6.612a.716.716%200%200%200-.714.714.5.5%200%200%200%20.013.12c.01.157.08.33.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.803.13.094.25.175.402.175.147%200%20.321-.076.446-.161l5.268-3.755%205.268%203.755a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.174a.708.708%200%200%200%20.245-.803l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm-5.678%204.13a1.254%201.254%200%200%200-.456%201.419l1.344%203.915c.058.165-.13.304-.272.205l-3.456-2.464a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.343-3.916a1.258%201.258%200%200%200-.46-1.428l-3.615-2.55c-.143-.097-.072-.325.102-.325h4.406a1.25%201.25%200%200%200%201.184-.853l1.32-3.937c.055-.161.287-.161.34%200l1.322%203.937c.17.51.647.853%201.183.853h4.343c.175%200%20.246.223.103.321zm28.618-4.13h-6.567L104.04%201.22a.704.704%200%200%200-.679-.473.704.704%200%200%200-.678.473l-1.996%205.956h-6.611a.716.716%200%200%200-.715.714.5.5%200%200%200%20.014.12c.009.157.08.33.299.505l5.397%203.804L97%2018.342c-.103.29%200%20.616.245.803.13.094.25.175.402.175.147%200%20.322-.076.447-.161l5.267-3.755%205.268%203.755c.125.09.3.16.447.16.151%200%20.272-.075.397-.174a.708.708%200%200%200%20.245-.803l-2.07-6.022L113%208.48l.13-.111c.115-.125.231-.295.231-.478%200-.393-.366-.714-.759-.714zm-5.678%204.13a1.254%201.254%200%200%200-.456%201.419l1.344%203.915c.058.165-.13.304-.272.205l-3.455-2.464a1.247%201.247%200%200%200-1.451%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.344-3.916a1.258%201.258%200%200%200-.46-1.428l-3.616-2.55c-.143-.097-.072-.325.103-.325h4.406a1.25%201.25%200%200%200%201.183-.853l1.321-3.937c.054-.161.286-.161.34%200l1.32%203.937c.17.51.648.853%201.184.853h4.344c.174%200%20.245.223.102.321z%22%2F%3E%3C%2Fsvg%3E');display:block;position:absolute;left:0;top:0;background-size:90px 17px}.aw-ar-rating .not-editable .tooltip-rating{position:absolute;font-weight:400;font-style:normal;font-size:13px;color:#333;left:0;top:-15px;opacity:0;min-width:130px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.aw-ar-rating .not-editable:hover .tooltip-rating{opacity:1}@media only screen and (max-width:479px){.aw-ar-review-form .field .control .aw-ar-rating .ratings-controls-container{padding-bottom:0}.aw-ar-rating .ratings-controls-container .rating-tooltip{display:block;margin-top:30px/2;margin-left:0}}.aw-ar__attachments{overflow:hidden;margin-top:10px}.aw-ar__attachments::before{content:'';clear:both}.aw-ar__attach{float:left;background-color:#f8f8f8;border:1px solid #f0f0f0;margin:0 5px 5px 0}.aw-ar__attach img{max-height:100%;height:100%;width:100%;object-fit:cover}.aw-ar__attach .aw-ar__attachment-video{position:relative;height:100%;width:100%;display:block}.aw-ar__attach .aw-ar__attachment-video-thumb{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#ccc}.aw-ar__attach .aw-ar__attachment-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid #fff;opacity:.9;pointer-events:none}.aw-ar__attach .preview-link{height:100%;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#303030}.aw-ar__attach .preview-link.preview-video{display:block;position:relative}.aw-ar__attach .file-name{margin:auto;padding:15px}.aw-ar__video-modal{width:100%}.aw-ar__video-modal-player{display:block;width:100%;max-height:80vh;height:auto;background:#000}.aw-ar__data-grid-filters-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}.aw-ar__form-field-wrap{margin-bottom:20px}.aw-ar__form-field-wrap:last-child{margin-right:0}.aw-ar__form-field-control{display:inline-block;vertical-align:middle;line-height:1}.aw-ar__form-field-control .admin__control-select{padding-top:7px;border-color:#c2c2c2;color:#333}.aw-ar__form-field-control .admin__control-checkbox{margin:0 5px 0 0;display:inline-block;vertical-align:middle}.aw-ar__form-field-control .admin__field-label{line-height:1;display:inline-block;font-weight:600;font-size:13px;vertical-align:middle}@media only screen and (max-width:440px){.aw-ar__form-field-control .admin__control-select{max-width:100px}}@media only screen and (max-width:374px){.aw-ar__form-field-control .admin__control-select{max-width:100%}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-title{white-space:normal;padding-right:0;color:#333;padding-top:15px;padding-bottom:25px}.mfp-title .data-grid-cell-content{white-space:pre-line}.mfp-title .data-grid-cell-content:not(:last-child){margin-bottom:20px}.mfp-counter{top:15px;left:0;font-weight:600}.mfp-bg{background:#ffffff;opacity:.9}.mfp-preloader{color:#333}.mfp-gallery .mfp-image-holder .mfp-content .mfp-figure .mfp-close{cursor:default !important}.mfp-gallery .mfp-inline-holder .mfp-close{display:none}.aw-ar__video-modal-caption{color:#333;white-space:normal;padding-top:15px;padding-bottom:25px}.aw-ar__video-modal-caption:empty{display:none}.aw-ar__video-modal-caption .data-grid-cell-content{white-space:pre-line}.aw-ar__video-modal-caption .data-grid-cell-content:not(:last-child){margin-bottom:20px}.aw-ar__review-list .add-comment{cursor:pointer;font:13px 600}.aw-ar__review-list .comment{margin:20px 0 0 0}.aw-ar__review-list .comment-wrapper{padding:0 15px;position:relative;border-left:1px solid #dadada}.aw-ar__review-list .comment-wrapper .nickname{font-weight:600;padding-right:80px;font-size:13px}.aw-ar__review-list .comment-wrapper.admin-comment{padding:15px;background-color:#f6f6f6;margin-left:30px;border:none;border-radius:3px}.aw-ar__review-list .comment-wrapper.admin-comment .comment-date{top:15px}.aw-ar__review-list .comment-date{position:absolute;right:15px;top:3px;font-size:13px}.aw-ar__review-list .comment-content{margin-top:10px;white-space:pre-line;font-size:13px}.aw-ar__review-list .comments .report-abuse{float:none;margin-top:10px}.aw-ar__review-list .comments-block .actions-toolbar{margin-top:20px}.aw-ar__review-list .comments-block .form-container{margin-top:20px}.aw-ar__review-list .comments-block .form-container .aw-ar-wrapper-fieldset{margin-top:15px;padding:0}.review-widget-container.aw-ar-widget{border-bottom:1px solid #c9c9c9}.review-widget-container.aw-ar-widget .review-item{padding:20px 0 25px 0;border:none}.review-widget-container.aw-ar-widget .review-item .product-image-container{width:54px !important;min-width:54px;height:54px;border:none;margin-right:15px;margin-top:5px}.review-widget-container.aw-ar-widget .review-item-preview{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:10px}.review-widget-container.aw-ar-widget .review-item .show-button,.review-widget-container.aw-ar-widget .review-item .read-more-link{color:#006bb4;display:inline-block;margin-top:10px;cursor:pointer;font-size:13px}.review-widget-container.aw-ar-widget .review-item .show-button:hover,.review-widget-container.aw-ar-widget .review-item .read-more-link:hover{text-decoration:underline}.review-widget-container.aw-ar-widget .review-item .show-button{display:none}.review-widget-container.aw-ar-widget .product-name{max-height:60px;overflow:hidden;margin-bottom:5px}.review-widget-container.aw-ar-widget .product-url{font-weight:600;font-style:normal;font-size:14px;color:#1979c3}.review-widget-container.aw-ar-widget .review__rating-name{margin:auto 0}.review-widget-container.aw-ar-widget .content{font-weight:400;font-style:normal;font-size:14px;line-height:20px;margin-top:5px}.review-widget-container.aw-ar-widget .rating-container .aw-ar-rating .rating{height:15px}.review-widget-container.aw-ar-widget .rating-container .aw-ar-rating .rating::before{height:15px;background-size:78px 15px}.review-widget-container.aw-ar-widget .rating-container .aw-ar-rating .not-editable .aw-ar-rating-container{height:15px;width:78px}.review-widget-container.aw-ar-widget .rating-container .aw-ar-rating .not-editable .aw-ar-rating-container::before{height:15px;background-size:78px 15px}.review-widget-container.aw-ar-widget .nickname{font-weight:400;font-style:normal;font-size:13px;color:#999999;margin-bottom:10px}.review-widget-container.aw-ar-widget .summary{font-weight:600;font-style:normal;font-size:15px}.aw-ar__agreements-block .aw-ar__agreements{margin-bottom:20px}.aw-ar__agreements-block .action-show{vertical-align:baseline}.aw-ar__agreements-items{padding-bottom:30px}.aw-ar__agreements-items .aw-ar__agreements-item{margin-bottom:20px}.aw-ar__agreements-items .aw-ar__agreements-item-title{border-bottom:0}.aw-ar__agreement-item-content{overflow:auto}.aw-ar-recaptcha-hidden-widget{clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.aw-ar-recaptcha-hidden-widget .grecaptcha-badge{visibility:hidden !important}.aw-ar__review-list.customer{padding-top:30px;margin-top:40px;border-top:1px solid #ccc}.aw-ar-email-subscriber-form .admin__fieldset{border:none;margin-bottom:10px;padding-left:0}.aw-ar-email-subscriber-form .fieldset-wrapper-title{margin-bottom:10px}.aw-reviews__review-listing.product.container .header .section .product.attribute.sku{display:-webkit-flex;display:-ms-flexbox;display:flex}.aw-reviews__review-listing.product.container .header .section .product.attribute.sku .type{font-weight:normal;margin-right:5px}.aw-reviews__review-listing.product.container .header .section .product.attribute.sku .type::after{content:'#:'}.aw-reviews__review-listing.product.container .header .section .aw-ar-review-summary{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.aw-reviews__review-listing.product.container .header .section .aw-ar-review-summary .column-summary .recommend-customers .recommend-text{width:auto}.aw-reviews__review-listing.product.container .header .section .aw-ar-review-summary .column-summary:first-child{padding-bottom:20px;margin-bottom:25px;border-bottom:1px solid #e4e4e4}.aw-reviews__review-listing.product.container .header .section .aw-ar-review-summary .column-summary:last-child{margin-top:25px}.aw-reviews__review-listing.product.container .back-to-product{height:41px;line-height:41px;padding-top:0;padding-bottom:0;font-size:15px;text-align:center;display:inline-block}.aw-reviews__review-listing.product.container .aw-ar-write-review-control .action.primary{border:1px solid #c02327;background-color:#c02327;color:#fff}.aw-reviews__review-listing.product.container .aw-ar-write-review-control .action.primary:hover{background-color:#a91b20;color:#fff}.modal-inner-wrap .modal-content .popup-message{padding-bottom:3rem}.admin__data-grid-outer-wrap{position:relative}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask{background:rgba(255,255,255,0.5);bottom:0;left:0;position:absolute;right:0;top:0;z-index:399;display:-webkit-flex;display:-ms-flexbox;display:flex}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner{display:inline-block;font-size:4rem;height:1em;margin:auto;position:relative;width:1em;background:none;left:0;top:0}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner>span:nth-child(1){-webkit-animation-delay:.27s;-moz-animation-delay:.27s;-ms-animation-delay:.27s;animation-delay:.27s;-webkit-transform:rotate(-315deg);-moz-transform:rotate(-315deg);-ms-transform:rotate(-315deg);transform:rotate(-315deg)}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner>span:nth-child(2){-webkit-animation-delay:.36s;-moz-animation-delay:.36s;-ms-animation-delay:.36s;animation-delay:.36s;-webkit-transform:rotate(-270deg);-moz-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner>span:nth-child(3){-webkit-animation-delay:.45s;-moz-animation-delay:.45s;-ms-animation-delay:.45s;animation-delay:.45s;-webkit-transform:rotate(-225deg);-moz-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg)}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner>span:nth-child(4){-webkit-animation-delay:.54s;-moz-animation-delay:.54s;-ms-animation-delay:.54s;animation-delay:.54s;-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner>span:nth-child(5){-webkit-animation-delay:.63s;-moz-animation-delay:.63s;-ms-animation-delay:.63s;animation-delay:.63s;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner>span:nth-child(6){-webkit-animation-delay:.72s;-moz-animation-delay:.72s;-ms-animation-delay:.72s;animation-delay:.72s;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner>span:nth-child(7){-webkit-animation-delay:.8100000000000001s;-moz-animation-delay:.8100000000000001s;-ms-animation-delay:.8100000000000001s;animation-delay:.8100000000000001s;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner>span:nth-child(8){-webkit-animation-delay:.9s;-moz-animation-delay:.9s;-ms-animation-delay:.9s;animation-delay:.9s;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}@-moz-keyframes fade{0%{background-color:#514943}100%{background-color:#fff}}@-webkit-keyframes fade{0%{background-color:#514943}100%{background-color:#fff}}@-ms-keyframes fade{0%{background-color:#514943}100%{background-color:#fff}}@keyframes fade{0%{background-color:#514943}100%{background-color:#fff}}.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner>span{-webkit-transform:scale(.4);-moz-transform:scale(.4);-ms-transform:scale(.4);transform:scale(.4);-webkit-animation-name:fade;-moz-animation-name:fade;-ms-animation-name:fade;animation-name:fade;-webkit-animation-duration:.72s;-moz-animation-duration:.72s;-ms-animation-duration:.72s;animation-duration:.72s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:linear;-moz-animation-direction:linear;-ms-animation-direction:linear;animation-direction:linear;background-color:#fff;border-radius:6px;clip:rect(0 1em/3.5 .1em 0);height:.1em;margin-top:1em / 2;position:absolute;width:1em}.product-full-width-section .aw-ar-main .container-header{margin-left:0;margin-right:0}.product-full-width-section .aw-ar-main .container-header .title{display:none}.product-full-width-section .aw-ar-main .container-header .aw-ar-review-summary{padding-left:0;padding-right:0;padding-top:15px}.product-full-width-section .aw-ar-main .container-body{margin-left:0;margin-right:0}.aw-ar-main{font-family:'Google Sans',Roboto,Arial,sans-serif}.aw-ar-main .container-header{border-bottom:1px solid #e4e4e4}.aw-ar-main .container-body{padding-top:30px}.aw-ar-main .clear-float{clear:both;height:0}.aw-ar-main .read-more-wrapper{text-align:center}.aw-ar-main .read-more-wrapper .action.view{height:41px;line-height:41px;font-size:15px;text-align:center;border-radius:3px;padding:0;display:inline-block;padding:0 30px;box-sizing:border-box;font-weight:600;text-decoration:none}.aw-ar-main .read-more-wrapper .action.view:hover{color:#1979c3;text-decoration:underline}.aw-ar-review-form{background-color:#f8f8f8;border-top:1px solid #e4e4e4}.aw-ar-review-form .field .label{margin:0 0 4px 0;font-size:14px;font-weight:600}.aw-ar-review-form .field .label .field-custom-note{color:#303030;font-size:12px;font-weight:400}.aw-ar-review-form .field:first-child .label{font-weight:400;font-size:16px}.aw-ar-review-form .field .control .admin__field-value{font-size:20px;font-weight:600;line-height:1.1}.aw-ar-review-form .field .control .admin__control-textarea{min-height:106px;font-weight:400;outline:none;box-shadow:none;border:1px solid #adadad;font-size:14px;background-color:#fff}.aw-ar-review-form .field .control .admin__control-textarea::-webkit-input-placeholder{color:rgba(0,0,0,0.375)}.aw-ar-review-form .field .control .admin__control-textarea:-moz-placeholder{color:rgba(0,0,0,0.375)}.aw-ar-review-form .field .control .admin__control-textarea::-moz-placeholder{color:rgba(0,0,0,0.375)}.aw-ar-review-form .field .control .admin__control-textarea:-ms-input-placeholder{color:rgba(0,0,0,0.375)}.aw-ar-review-form .field .control .input-text{font-size:14px;height:34px;font-weight:400;outline:none;box-shadow:none;border:1px solid #adadad;background-color:#fff}.aw-ar-review-form .field .control .input-text:focus,.aw-ar-review-form .field .control .input-text:active{outline:none;box-shadow:none}.aw-ar-review-form .actions-toolbar{margin-top:10px}.aw-ar-review-form .actions-toolbar .primary{float:none;display:block;text-align:right}.aw-ar-review-form .actions-toolbar .action.primary{margin:0;background:#ff5501;border:none;height:41px;line-height:41px;padding:0;width:100%;font-size:15px;color:#fff;text-align:center;display:inline-block}.aw-ar-review-form .actions-toolbar .action.primary:hover{background:#fc5e10}.aw-ar-wrapper-fieldset{max-width:850px;padding:0 30px/2;margin:0 auto}.aw-ar-wrapper-fieldset .fieldset{margin:0}.aw-ar-review-summary .brief-summary{display:-webkit-flex;display:-ms-flexbox;display:flex}.aw-ar-review-summary .brief-summary .aggregated-rating-absolute{font-size:50px;line-height:50px;font-weight:400;margin-right:30px/2}.aw-ar-review-summary .column-summary:first-child{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.aw-ar-review-summary .column-summary .recommend-customers{margin-top:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#707070}.aw-ar-review-summary .column-summary .recommend-customers .percent{font-weight:400;font-style:normal;font-size:33px;line-height:1.1;margin-right:5px;float:left}.aw-ar-review-summary .column-summary .recommend-customers .recommend-text{font-weight:400;font-style:normal;font-size:14px;line-height:18px;width:162px}.aw-ar-review-summary .reviews-count{font-weight:normal;font-size:15px;text-transform:capitalize;color:#333;line-height:1.1;margin-top:5px}.aw-ar-review-summary .detailed-summary .rating-value-row{margin-bottom:5px;cursor:pointer}.aw-ar-review-summary .detailed-summary .rating-value-row:last-child{margin-bottom:0}.aw-ar-review-summary .detailed-summary .rating-value-row._active .rating-value-label,.aw-ar-review-summary .detailed-summary .rating-value-row._active .rating-value-reviews-percent,.aw-ar-review-summary .detailed-summary .rating-value-row._active .rating-value-reviews-count{color:#ff5501}.aw-ar-review-summary .detailed-summary .rating-value-label{color:#333;font-weight:normal;font-style:normal;font-size:13px;line-height:1.1;display:inline-block;margin-right:5px;width:50px;text-align:right}.aw-ar-review-summary .detailed-summary .rating-value-reviews-count{color:#333}.aw-ar-review-summary .detailed-summary .rating-value-reviews-percent,.aw-ar-review-summary .detailed-summary .rating-value-reviews-count{font-weight:normal;font-style:normal;font-size:13px;line-height:1.1;display:inline-block}.aw-ar-review-summary .detailed-summary .rating-bar{width:125px;background-color:#f2f2f2;border-radius:5px;height:6px;display:inline-block;margin-right:5px;vertical-align:middle}.aw-ar-review-summary .detailed-summary .rating-bar .progress-bar{background-color:#ff5501;height:6px;display:inline-block;border-radius:5px;vertical-align:top}.aw-ar-write-review-control .action.primary{color:#1979c3;border:1px solid #1979c3;background-color:transparent;height:41px;line-height:41px;width:170px;font-size:15px;text-align:center;border-radius:3px;padding:0}.aw-ar-write-review-control .action.primary:hover{background-color:#1979c3;color:#fff}.aw-ar__review-list .review-sorting{font-size:13px}.aw-ar__review-list .review-sorting>span,.aw-ar__review-list .review-sorting>div{margin-right:20px;margin-bottom:20px;line-height:1.1;display:inline-block}.aw-ar__review-list .review-sorting>span{font-weight:600}.aw-ar__review-list .review-sorting>div .data-grid-header-content{border-bottom:1px dashed}.aw-ar__review-list .review-sorting>div .data-grid-header-content:hover{color:#006bb4}.aw-ar__review-list .review-sorting>div .data-grid-header._sortable{cursor:pointer}.aw-ar__review-list .review-sorting>div .data-grid-header._sortable::after{content:'';display:none;width:7px;height:11px;vertical-align:middle;margin-left:4px;background:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2211%22%20width%3D%227%22%3E%3Cpath%20fill%3D%22%23939393%22%20d%3D%22M3.993%2010.923h-.987V1.167h.987%22%20stroke-width%3D%22.468%22%2F%3E%3Cpath%20fill%3D%22%23939393%22%20d%3D%22M3.514.067l3.287%203.287-.698.698L2.816.765z%22%20stroke-width%3D%22.494%22%2F%3E%3Cpath%20d%3D%22M3.497.06L.24%203.32l.691.691L4.189.752z%22%20fill%3D%22%23939393%22%20stroke-width%3D%22.494%22%2F%3E%3C%2Fsvg%3E')}.aw-ar__review-list .review-sorting>div .data-grid-header._sortable._ascend .data-grid-header-content,.aw-ar__review-list .review-sorting>div .data-grid-header._sortable._descend .data-grid-header-content{color:#006bb4}.aw-ar__review-list .review-sorting>div .data-grid-header._sortable._ascend::after,.aw-ar__review-list .review-sorting>div .data-grid-header._sortable._descend::after{display:inline-block}.aw-ar__review-list .review-sorting>div .data-grid-header._sortable._ascend::after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.aw-ar__review-list.customer .block-title{margin-bottom:0 !important}.aw-ar__review-list.customer .block-content{margin-bottom:40px;border-bottom:1px solid #ccc}.aw-ar__review-list.customer .data-grid td,.aw-ar__review-list.customer .data-grid th{padding:11px 15px}.aw-ar__review-list.customer .data-grid tbody tr td{border-top:1px solid #ccc}.aw-ar__review-list.customer .data-grid .data-grid-th._sortable{position:relative;cursor:pointer}.aw-ar__review-list.customer .data-grid .data-grid-th._sortable._descend::before,.aw-ar__review-list.customer .data-grid .data-grid-th._sortable._ascend::before{position:absolute;right:4px;font-size:18px;top:6px}.aw-ar__review-list.customer .data-grid .data-grid-th._sortable .data-grid-cell-content::before,.aw-ar__review-list.customer .data-grid .data-grid-th._sortable .data-grid-cell-content::after{display:none}.aw-ar__review-list.customer .data-grid .data-grid-th._sortable._descend::before{content:'\2191'}.aw-ar__review-list.customer .data-grid .data-grid-th._sortable._ascend::before{content:'\2193'}.aw-ar__review-list-wrapper.recent{margin-bottom:50px}.aw-ar__review-list-nav .label-text{opacity:0;overflow:hidden;position:absolute;width:0}.aw-ar__review-list-nav .review-nav-wrap .action-previous,.aw-ar__review-list-nav .review-nav-wrap .action-next{display:inline-block;vertical-align:top;padding:7px 5px;border-radius:0;line-height:1;height:32px;font-size:14px}.aw-ar__review-list-nav .review-nav-wrap .action-previous::before,.aw-ar__review-list-nav .review-nav-wrap .action-next::before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#707070;content:'\e608';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.aw-ar__review-list-nav .review-nav-wrap .action-previous::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.aw-ar__review-list-nav .review-nav-wrap .control-text{width:40px;display:inline-block;vertical-align:middle;text-align:center;box-shadow:none;border-radius:0;height:32px;line-height:32px;margin:0 5px}.aw-ar__review-list-nav .review-nav-wrap .control-support-text{display:inline-block;vertical-align:middle;margin-right:5px}.aw-ar-wrapper-fieldset .actions-toolbar{position:relative;z-index:1000}.amslick-slider-container .slick-dots li button:focus,.amslick-slider-container .slick-dots li button:hover,.amslick-slider-container .slick-list:focus{outline:0}.amslick-slider-container .slick-list,.amslick-slider-container .slick-slider,.amslick-slider-container .slick-track{display:block;position:relative}.amslick-slider-container .slick-loading .slick-slide,.amslick-slider-container .slick-loading .slick-track{visibility:hidden}.amslick-slider-container .slick-list{margin:0;overflow:hidden;padding:0}.amslick-slider-container .slick-list.dragging{cursor:pointer;cursor:hand}.amslick-slider-container .slick-slider .slick-list,.amslick-slider-container .slick-slider .slick-track{transform:translate3d(0, 0, 0)}.amslick-slider-container .slick-track{left:0;margin:0 auto;top:0}.amslick-slider-container .slick-track:after,.amslick-slider-container .slick-track:before{content:'';display:table}.amslick-slider-container .slick-track:after{clear:both}.amslick-slider-container .slick-slide,.amslick-slider-container .slick-slide.slick-loading img{display:none}.amslick-slider-container .slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}.amslick-slider-container [dir=rtl] .slick-slide{float:right}.amslick-slider-container .slick-slide.dragging img{pointer-events:none}.amslick-slider-container .slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.amslick-slider-container .slick-arrow.slick-hidden{display:none}.amslick-slider-container .slick-loading .slick-list{background:0 0;position:relative}.amslick-slider-container .slick-loading .slick-list:before{animation:loading 1s infinite linear;border-color:rgba(0,0,0,0.2);border-radius:100%;border-style:solid;border-top-color:#5c5c5c;border-width:3px;content:'';display:block;height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:25px}.amslick-slider-container .slick-next.slick-disabled,.amslick-slider-container .slick-prev.slick-disabled{opacity:.25}.amslick-slider-container .slick-dotted.slick-slider{margin-bottom:30px}.amslick-slider-container .slick-dots{display:block;left:0;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.amslick-slider-container .slick-dots li{cursor:pointer;display:inline-block;height:20px;margin:0 5px;padding:0;position:relative;width:20px}.amslick-slider-container .slick-dots li button,.amslick-slider-container .slick-slider .slick-arrow{box-shadow:none;cursor:pointer;display:block;outline:0}.amslick-slider-container .slick-dots li button{background:0 0;border:0;color:transparent;font-size:0;height:20px;line-height:0;padding:5px;width:20px}.amslick-slider-container .slick-dots li button:focus:before,.amslick-slider-container .slick-dots li button:hover:before{opacity:1}.amslick-slider-container .slick-dots li button:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#000;content:'•';font-size:16px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.amslick-slider-container .slick-dots li.slick-active button:before{color:#000;opacity:.75}.amslick-slider-container .slick-slider{-webkit-tap-highlight-color:transparent;box-sizing:border-box;padding:0 20px;touch-action:pan-y;user-select:none}.amslick-slider-container .slick-slider .slick-arrow{background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;border:none;color:transparent;font-size:0;height:22px;line-height:0;padding:0;position:absolute;top:50%;transform:translate(0, -50%);transition:background .3s ease;width:15px}.amslick-slider-container .slick-slider .slick-arrow:before,.amslick-slider-container .slick-slider .slick-arrow:after{content:''}.amslick-slider-container .slick-slider .slick-arrow:hover{background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat}.amslick-slider-container .slick-slider .slick-arrow.slick-next{right:0}.amslick-slider-container .slick-slider .slick-arrow.slick-prev{left:0;transform:rotate(180deg) translate(0, 50%)}.amslick-slider-container .slick-initialized .slick-slide{display:inline-block !important;float:none !important;height:auto}.amslick-slider-container .product-items.slick-slider>.slick-list{padding:15px 0}.amslick-slider-container .product-items.slick-slider .slick-slide .product-item{display:block !important;margin:auto !important;max-width:205px}.amslick-slider-container .sidebar.sidebar-additional{width:100%}@keyframes loading{0%{transform:translate(-50%, -50%) rotate(0)}100%{transform:translate(-50%, -50%) rotate(359.9deg)}}.am-word-break{word-break:break-word;word-wrap:break-word}.ie11 .am-word-break{word-break:break-all}.amasty-label-container:not(.-preview){max-height:300px !important;max-width:300px !important}.amasty-label-container.-link:hover{cursor:pointer}.amasty-label-container.-link:hover .amlabel-text{text-decoration:underline}.fotorama--fullscreen .amasty-label-container{display:none}.products-upsell .product-item .amlabel-text{font-size:12px !important;padding:0 !important}.fotorama .amlabel-text.-am-centered{left:50%;top:50%;transform:translate(-50%, -50%);width:auto !important}.admin__field.-amlabel-hidden{margin:0}.admin__field.-amlabel-hidden>.admin__field-label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.amlabel-image-preview{border:1px solid #ccc;display:flex;position:absolute;right:0;white-space:nowrap;width:calc(100% * .25 - 30px);z-index:99}.amlabel-image-preview .amlabel-text{word-wrap:break-word;word-break:break-word}.ie11 .amlabel-image-preview .amlabel-text{word-break:break-all}.ie11 .amlabel-image-preview .amlabel-text{word-break:break-all}.amlabel-image-preview>.amlabel-image{height:100%;width:100%}.amlabel-image-preview .amlabel-position-wrapper{display:flex;position:absolute}.amlabel-image-preview .amasty-label-container{display:flex;flex-direction:column;margin:auto;max-width:100%;position:relative}.amlabel-image-preview .amlabel-preview-image+.amlabel-text{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%)}.amlabel-position-wrapper{z-index:995}.sidebar .amlabel-position-wrapper{z-index:9}.block-viewed-products-grid .amlabel-position-wrapper{z-index:2}.am-labels-rule .rule-chooser [id^='skuChooserGrid'] ._clickable .col-in_products:first-child input.checkbox{height:1.6rem;margin:0;width:1.6rem}.amlabel-position-chooser{border-collapse:initial;border-spacing:2px}.amlabel-position-chooser td{border:2px solid;cursor:pointer;padding:20px}.amlabel-position-chooser td[data-amlabel-position-enabled='0']{background-color:#ced4de;cursor:not-allowed}.amlabel-position-chooser td[data-amlabel-position-selected='1']{background-color:#ffa726}.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']){background-color:rgba(255,167,38,0.5)}.amlabel-position-chooser.amlabel-visual-chooser{border-spacing:6px}.amlabel-position-chooser.amlabel-visual-chooser td{padding:5px}.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1']{background-color:#007bdb;border-color:#007bdb;color:#fff}.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']){background-color:#e8f5ff;border-color:#000;color:#000}.amlabel-shapes-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:start}.amlabel-shapes-container>.amlabel-shape{align-items:center;border:1px solid #eee;display:flex;flex-wrap:nowrap;height:55px;justify-content:center;margin:0 10px 10px 0;padding:0 10px;vertical-align:top;width:115px}.amlabel-shapes-container>.amlabel-shape:hover{border-color:#c4c4c4}.amlabel-shapes-container>.amlabel-shape.-am-checked{border-color:#000}.amlabel-shapes-container .amlabel-image{height:40px}.am-attachments{color:#000}.am-attachments .am-fileline{margin-bottom:5px}.am-attachments .am-fileline .am-fileicon{color:#000;margin-right:10px;max-height:30px;vertical-align:middle}.am-attachments .am-fileline .am-filelink{line-height:30px;height:30px}.am-attachments .am-fileline .am-filesize{color:#000;font-size:90%}.amstockstatus-status-container{display:inline-block}.amstockstatus-category{margin-bottom:20px}.amstockstatus-cart{padding:12px;background:#fdf0d5 none repeat scroll 0 0}.swatch-option.am-stockstatus-disabled:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);content:'';filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)'}.amstock-button.-clear,.amstock-button.-link{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}._keyfocus .amstock-button.-clear:focus,.amstock-button.-clear:not([disabled]):focus{box-shadow:none}.amstock-button.-clear:hover,.amstock-button.-clear:focus,.amstock-button.-clear:active{background:transparent;box-shadow:none}.amstock-button.-link{vertical-align:inherit;font-weight:400;line-height:1.9rem}.amstock-button.-link:focus{text-decoration:underline}.product-info-stock-sku>.amstock-button.-link{text-align:right}.amstockstatus-info-link{display:block}.am-word-break{word-wrap:break-word;word-break:break-word}.ie11 .am-word-break{word-break:break-all}.amstock-popup-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:rgba(15,15,15,0.24);transition:visibility .2s,opacity .2s}.amstock-popup-wrapper:not(.-active){visibility:hidden;opacity:0}.amstock-popup-block{position:relative;overflow:hidden;box-sizing:border-box;margin:25px 15px;padding:30px 15px 45px;width:100%;height:calc(100% - 25px * 2);border-radius:6px;background:#fff;box-shadow:0 3px 7px rgba(139,144,154,0.25),0 6px 25px rgba(139,144,154,0.5);text-align:left;transition:transform .4s,opacity .4s}.amstock-popup-wrapper:not(.-active) .amstock-popup-block{opacity:0;transform:translateY(20px)}.amstock-popup-block>.amstock-button.-close{position:absolute;top:0;right:0;margin:5px;padding:25px;width:10px;height:10px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNDMkMyQzIiIGQ9Ik04LjMyODQ0IDcuNTAwNzZsNi40OTk2Ni02LjQ5OTc0Yy4yMjg5LS4yMjg4MzYuMjI4OS0uNTk5ODUxIDAtLjgyODY1OS0uMjI4OC0uMjI4ODA4Ny0uNTk5OC0uMjI4ODM4LS44Mjg2IDBMNy40OTk3NSA2LjY3MjA5IDEuMDAwMDQuMTcyMzYxYy0uMjI4ODMzLS4yMjg4MzgtLjU5OTg0OC0uMjI4ODM4LS44Mjg2NTYgMC0uMjI4ODA4Mi4yMjg4MzctLjIyODgzNzUuNTk5ODUyIDAgLjgyODY1OUw2LjY3MTA5IDcuNTAwNzMuMTcxMzg0IDE0LjAwMDVjLS4yMjg4Mzc1LjIyODgtLjIyODgzNzUuNTk5OCAwIC44Mjg2LjExNDQwNC4xMTQ0LjI2NDM3NC4xNzE2LjQxNDM0NS4xNzE2LjE0OTk3IDAgLjI5OTkxMi0uMDU3Mi40MTQzNDEtLjE3MTZsNi40OTk2OC02LjQ5OTY4IDYuNDk5NzUgNi40OTk2OGMuMTE0NC4xMTQ0LjI2NDMuMTcxNi40MTQzLjE3MTYuMTUgMCAuMjk5OS0uMDU3Mi40MTQzLS4xNzE2LjIyODktLjIyODguMjI4OS0uNTk5OCAwLS44Mjg2TDguMzI4NDQgNy41MDA3NnoiLz4KPC9zdmc+Cg==) center / 10px no-repeat;font-size:0;transition:filter .2s}.amstock-popup-block>.amstock-button.-close:hover,.amstock-popup-block>.amstock-button.-close:focus,.amstock-popup-block>.amstock-button.-close:active{filter:brightness(.5)}.ie11 .amstock-popup-block>.amstock-button.-close{transition:opacity .2s}.ie11 .amstock-popup-block>.amstock-button.-close:hover,.ie11 .amstock-popup-block>.amstock-button.-close:focus,.ie11 .amstock-popup-block>.amstock-button.-close:active{opacity:.6}.amstock-popup-block>.amstock-header{word-wrap:break-word;word-break:break-word;margin:20px 15px 40px;color:#000;text-align:center;font-weight:600;font-size:2.4rem;line-height:3.3rem}.ie11 .amstock-popup-block>.amstock-header{word-break:break-all}.ie11 .amstock-popup-block>.amstock-header{word-break:break-all}.amstock-popup-block>.amstock-content{overflow:hidden;overflow-y:auto;scrollbar-color:#181818 rgba(255,255,255,0.2);scrollbar-width:thin;overflow:auto;margin-top:40px;max-height:calc(100% - 100px);height:100%;color:#333}.amstock-popup-block>.amstock-content::-webkit-scrollbar{background:#5f5e5e}.amstock-popup-block>.amstock-content::-webkit-scrollbar-thumb{border-radius:4px;background:#181818;cursor:pointer}.amstock-popup-block>.amstock-content ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #5f5e5e}.amstock-popup-block>.amstock-content::-webkit-scrollbar{width:4px}.amstock-popup-block>.amstock-content::-webkit-scrollbar-thumb{width:4px}.amstock-popup-block>.amstock-content ::-webkit-scrollbar-track{width:4px}.amstock-popup-block .amstock-item{display:flex;align-items:flex-start;flex-direction:column;box-sizing:border-box;margin:0 15px;padding:10px 0;min-height:35px;border-top:1px solid transparent}.amstock-popup-block .amstock-item:not(:first-child){border-color:#ebeef5}.amstock-popup-block .amstock-item>.amstock-title{word-wrap:break-word;word-break:break-word;flex-basis:calc(100% / 3);margin-bottom:5px;padding:0;min-width:calc(100% / 3);font-weight:600;font-size:1.4rem;line-height:1.9rem}.ie11 .amstock-popup-block .amstock-item>.amstock-title{word-break:break-all}.ie11 .amstock-popup-block .amstock-item>.amstock-title{word-break:break-all}.amstock-popup-block .amstock-item>.amstock-value{word-wrap:break-word;word-break:break-word;display:flex;align-items:center;flex-grow:1;flex-wrap:wrap;padding:0;font-weight:400;font-size:1.2rem;line-height:1.6rem}.ie11 .amstock-popup-block .amstock-item>.amstock-value{word-break:break-all}.ie11 .amstock-popup-block .amstock-item>.amstock-value{word-break:break-all}.amstock-popup-block .amstock-image{display:flex;margin-right:10px;max-width:50%}body.-amstock-popup-active{overflow:hidden}.amstockstatus-tooltip-block{display:inline-block;margin-left:8px;min-width:20px;width:20px;height:20px;background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAwQzQuNDc3IDAgMCA0LjQ3NyAwIDEwYzAgNS41MjIgNC40NzcgMTAgMTAgMTBzMTAtNC40NzggMTAtMTBjMC01LjUyMy00LjQ3OC0xMC0xMC0xMHptLjg2NyAxNi40M2MtLjI0NS4yMzgtLjU0LjM2LS44ODMuMzYtLjE2NiAwLS4zMjYtLjAzMi0uNDc4LS4wOTVhMS4zOTcgMS4zOTcgMCAwMS0uMzk3LS4yNDggMS4xNyAxLjE3IDAgMDEtLjI3NC0uMzc1IDEuMDkzIDEuMDkzIDAgMDEtLjEwMi0uNDdjMC0uMzMzLjEyMy0uNjE5LjM2OC0uODU4LjI0NC0uMjM4LjU0LS4zNi44ODItLjM2LjMzNCAwIC42MjYuMTE3Ljg3NS4zNDMuMjUuMjMuMzczLjUxLjM3My44NDYgMCAuMzM0LS4xMjIuNjE4LS4zNjYuODU3aC4wMDJ6bTIuOTI0LTkuMDcyYTIuODIgMi44MiAwIDAxLS4zNS43NzJjLS4xNTIuMjM0LS4zMzguNDYtLjU1NC42NzYtLjIxNi4yMTYtLjQ2LjQ0MS0uNzI4LjY3NS0uMjM0LjItLjQyNS4zNzQtLjU3LjUyNy0uMTQ3LjE1LS4yNjQuMzA0LS4zNTIuNDU2YTEuNiAxLjYgMCAwMC0uMTg0LjQ5Yy0uMDM1LjE3Ny0uMDU0IDEuMDE3LS4wNTQgMS4yNzV2LjQ1Nkg4LjkyN3YtLjY2N2MwLS4yOC4wMi0xLjE1Ny4wNjItMS4zOGEyLjc0NCAyLjc0NCAwIDAxLjU0NS0xLjIxMWMuMTQ3LS4xODYuMzMyLS4zODUuNTUzLS41OTZsLjc5LS43NTRjLjIyMS0uMi40MTItLjQyMi41NzEtLjY2Ny4xNTgtLjI0Ny4yMzYtLjU0NS4yMzYtLjg5NiAwLS40NTYtLjE0My0uODQtLjQzLTEuMTQ4LS4yODgtLjMxMS0uNjkzLS40NjctMS4yMi0uNDY3YTEuNzE1IDEuNzE1IDAgMDAtMS42NDkgMS4xNDIgMi4yOCAyLjI4IDAgMDAtLjE0MS42ODRsLTIuMTU4LS4xOTNjLjA3LS41NjIuMjItMS4wNjIuNDQ4LTEuNTAxLjIyNy0uNDM5LjUyMy0uODA5Ljg4NS0xLjExNmEzLjg0MiAzLjg0MiAwIDAxMS4yNDctLjY5M2MuNDY4LS4xNTcuOTcxLS4yMzYgMS41MDktLjIzNi41MDIgMCAuOTguMDczIDEuNDMuMjJhMy41NyAzLjU3IDAgMDExLjE5NC42NDljLjM0NS4yODYuNjE4LjY0LjgxNiAxLjA2LjE5OS40MjMuMjk4LjkwOS4yOTggMS40NTcgMCAuMzc1LS4wNC43MDYtLjEyMi45ODV2LjAwMXoiIGZpbGw9IiM2NjYiLz48L3N2Zz4=') center / 20px no-repeat;vertical-align:bottom;cursor:pointer}.amstockstatus-tooltip-block:hover,.amstockstatus-tooltip-block:focus{position:relative;z-index:500}.amstockstatus-status-container .amstockstatus-tooltip-block{vertical-align:text-bottom}.amstockstatus-tooltip-content{position:absolute;right:-1rem;bottom:3rem;z-index:1;display:none;box-sizing:border-box;padding:1rem 1.5rem;border:1px solid #383838;border-radius:5px;background:#383838;box-shadow:0 2px 8px 0 rgba(0,0,0,0.3);color:#ececec;font-weight:400;font-size:1.4rem;line-height:1.5;cursor:default}.amstockstatus-tooltip-content:before{position:absolute;top:100%;right:1.2rem;z-index:3;display:block;box-sizing:border-box;width:0;height:0;border:6px solid transparent;border-top-color:#383838;content:''}.amstockstatus-tooltip-content:after{position:absolute;top:100%;right:0;left:0;height:10px;content:''}.amstockstatus-tooltip-block:hover .amstockstatus-tooltip-content,.amstockstatus-tooltip-block:focus .amstockstatus-tooltip-content{display:block}.amstockstatus-tooltip-content>.amstockstatus-inner{overflow:hidden;overflow-y:auto;scrollbar-color:#181818 rgba(255,255,255,0.2);scrollbar-width:thin;display:block;overflow:hidden auto;min-width:230px;max-width:320px;max-height:140px;text-align:left}.amstockstatus-tooltip-content>.amstockstatus-inner::-webkit-scrollbar{background:#5f5e5e}.amstockstatus-tooltip-content>.amstockstatus-inner::-webkit-scrollbar-thumb{border-radius:4px;background:#181818;cursor:pointer}.amstockstatus-tooltip-content>.amstockstatus-inner ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #5f5e5e}.amstockstatus-tooltip-content>.amstockstatus-inner::-webkit-scrollbar{width:4px}.amstockstatus-tooltip-content>.amstockstatus-inner::-webkit-scrollbar-thumb{width:4px}.amstockstatus-tooltip-content>.amstockstatus-inner ::-webkit-scrollbar-track{width:4px}.product-info-stock-sku>.amstockstatus-tooltip-block{margin-bottom:3px}.amstockstatus-status-container.-checkout{padding-left:88px}.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block,.am-checkout .amstockstatus-tooltip-block{position:static}.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block>.amstockstatus-tooltip-content,.am-checkout .amstockstatus-tooltip-block>.amstockstatus-tooltip-content{right:0;bottom:30px;left:88px}.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block>.amstockstatus-tooltip-content:before,.am-checkout .amstockstatus-tooltip-block>.amstockstatus-tooltip-content:before{content:none}.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block>.amstockstatus-tooltip-content>.amstockstatus-inner,.am-checkout .amstockstatus-tooltip-block>.amstockstatus-tooltip-content>.amstockstatus-inner{max-height:65px}.opc-block-summary .amstockstatus-status-container.-checkout{padding-left:118px}.am-checkout .amstockstatus-tooltip-block .amstockstatus-tooltip-content{bottom:70px}.amxnotif-block{clear:both;margin-bottom:20px}.amxnotif-block .input-fields{display:inline-block;margin:0;vertical-align:top;width:66%}.amxnotif-block .amxnotif_guest_action{display:inline-block;max-width:32%;min-width:120px;vertical-align:top}.amxnotif-block label{color:#2f2f2f;display:block;float:none;font-weight:600}.amxnotif-block .amsubscribe,.amxnotif-block .amsubscribe:hover{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);background-position:center;background-repeat:no-repeat;height:32px;padding:0 20px}.amxnotif-block div.field{margin:5px 0}.products.list .amxnotif-block .amxnotif_guest_action{min-width:initial}.products.list .amxnotif-block.label:not(.subscribe-popup){margin-bottom:inherit}.products.list .stock.link-stock-alert{display:none;margin-bottom:20px}.category.subscribe-popup{background-color:rgba(0,0,0,0.4);height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:99999}.amxnotif-block .subscribe-popup{background-color:#fefefe;border:1px solid #888;box-sizing:border-box;height:auto;padding:20px;position:relative}.category.amxnotif-block{display:none}.label.subscribe-popup a{cursor:pointer}.close-subscribe-popup{color:#aaa;cursor:pointer;display:inline-block;float:right;font-size:20px;font-weight:600;position:absolute;right:20px;top:20px}.amxnotif-block .subscribe-popup label[for^='notification-container']{font-size:20px;text-align:center}.empty-td{display:none;width:0;padding:0}.estimation-wrapper{margin-bottom:10px}.estimation-wrapper .heading-container{margin-bottom:3px;position:relative}.estimation-wrapper .heading-container .label{display:none;font-weight:600;margin-bottom:0;margin-right:5px}.estimation-wrapper .heading-container img.loader{display:none;max-height:20px;position:absolute;top:0}.estimation-wrapper .heading-container img.loader.visible{display:inline-block}.estimation-wrapper .heading-container.visible .label{display:inline-block}.estimation-wrapper .response-container{display:none;min-height:28px}.estimation-wrapper .response-container span{margin-top:5px;margin-bottom:0}.estimation-wrapper .response-container span.post-code{cursor:pointer;font-weight:600;text-decoration:underline}.estimation-wrapper .response-container span.country-code{font-weight:600}.estimation-wrapper .response-container span.error-massage{display:none;color:#ff0000;cursor:pointer;text-decoration:underline}.estimation-wrapper .response-container .order-within-container,.estimation-wrapper .response-container #estimation_message{display:none;margin-top:3px}.estimation-wrapper .response-container .order-within-container #order_within,.estimation-wrapper .response-container #estimation_message #order_within{font-weight:bold;margin-top:0}.estimation-wrapper .response-container .input-wrapper{display:inline-block}.estimation-wrapper .response-container .input-wrapper input,.estimation-wrapper .response-container .input-wrapper select{display:none;height:auto;margin:0 5px 0 0;max-width:72px;padding:2px;text-align:center}.estimation-wrapper .response-container.visible{display:block}.estimation-wrapper.show-spinner{min-height:25px}#estimated_content{display:none;float:left;margin-bottom:10px;width:100%}#estimated_content strong.label{float:left;min-height:25px}#estimated_content .loader{display:none;position:relative;top:0;left:10px}#estimated_content .loader img{height:20px}#estimated_content #estimated_response{display:none;float:left;min-height:30px;width:100%}#estimated_content #estimated_response span{display:inline-block;padding-top:5px}#estimated_content #estimated_response span#zip{cursor:pointer;text-decoration:underline}#estimated_content #estimated_response span#zip_response,#estimated_content #estimated_response span#country_response{font-weight:bold}#estimated_content #estimated_response span#zip_response.clickable{cursor:pointer;text-decoration:underline}#estimated_content #estimated_response span.input-wrapper{padding-top:0}#estimated_content #estimated_response .update-location{display:inline-block;position:relative;padding:0;margin:0}#estimated_content #estimated_response .update-location .input-wrapper,#estimated_content #estimated_response .update-location .buttons{padding:0;margin:0;position:relative;top:0}#estimated_content #estimated_response .update-location #input_zip,#estimated_content #estimated_response .update-location #input_country{display:none;border:1px solid #ccc;border-radius:0;font-size:inherit;text-align:center;margin:0 2px;height:26px;padding:0;max-width:75px}#estimated_content #estimated_response .update-location #input_zip.empty,#estimated_content #estimated_response .update-location #input_country.empty{border-color:#ff0000}#estimated_content #estimated_response .update-location #coutry_text{display:none}#estimated_content #estimated_response .update-location #input_zip{margin-left:0}#estimated_content #estimated_response .update-location #input_country{padding:0 20px 0 10px;position:relative}#estimated_content #estimated_response .update-location .buttons{padding:0}#estimated_content #estimated_response .update-location .buttons #update_location{cursor:pointer;border-radius:0;padding:0;margin:0 5px;top:-2px;position:relative}#estimated_content #estimated_response .update-location .buttons #update_location span{padding:0;margin:0;width:26px}#estimated_content #estimated_response .update-location .buttons #update_location span:before{font-family:'luma-icons';font-size:12px;line-height:24px;content:'\e610';display:inline-block}#estimated_content #estimated_response .update-location .buttons #update_location{display:none}@media only screen and (max-width:1040px){#estimated_content #estimated_response .update-location{margin-top:5px}}#estimated_content #error{display:none;float:left;width:100%}#estimated_content #error #error-message{color:#ff0000}#estimated_content #error #error-message.clickable{cursor:pointer;text-decoration:underline}.wesupply_estimations_zip{max-width:65px}.nsgpp{margin:0 0 20px}.nsgpp.catalog-product{margin-top:-20px}.nsgpp.checkout{margin:0}.nsgpp.checkout>td{padding:10px 0}.nsgpp.checkout>td>div{margin:0}.page-header-v3 .header_right .wesupply-link-v2,.page-header-v4 .header_right .wesupply-link-v2{display:none}.page-header-v4.sticky-header .header.links .wesupply-tracking-info{margin-right:15px}.wesupply_options{width:150px;margin-right:10px}.wesupply-link-v2{float:left;line-height:30px}.sticky-header .wesupply-link-v2{display:none}.sms-center{text-align:center}#ws_embed_sms_notification{clear:left;font:14px Helvetica,Arial,sans-serif;margin:40px 0 20px;padding:0}#ws_embed_sms_notification.design-1 #phonePrefix,#ws_embed_sms_notification.design-1 #ws-Phone{height:50px}#ws_embed_sms_notification.ws-left{text-align:left}#ws_embed_sms_notification.ws-left.sms-center{max-width:640px;margin:0 auto;text-align:center}#ws_embed_sms_notification .block-span{display:block}#ws_embed_sms_notification .block-span.mg-top-span{margin-bottom:10px}#ws_embed_sms_notification .control-subs:before{font-size:16px;line-height:32px;color:#575757;margin:6px 0 0 8px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;position:absolute;background:url('../../frontend/DGX/horizon/en_US/WeSupply_Toolbox/images/icone_phone.png');content:'';width:12px;height:20px}#ws_embed_sms_notification .control-subs .ws-Phone{padding-left:35px}#ws_embed_sms_notification #ws-responses{padding:20px 0;margin:0 auto}#ws-responses{padding-bottom:20px}#ws-responses #ws-error-response{color:red}#ws-responses #ws-success-response{color:green}.sms-center-design-2{margin:0 auto;text-align:center}.ws-title-description-container-dsg2{margin:0;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.ws_embed_sms_notification{width:100%;margin-top:50px}.ws_embed_sms_notification .inline-block{width:100%;text-align:left;border:1px solid #b5b5b5;position:relative}.ws_embed_sms_notification .inline-block .title-dsg-2{border-right:1px solid #b5b5b5;float:left;min-height:26px;line-height:26px;padding:15px 30px}.ws_embed_sms_notification .inline-block .description-dsg-2{float:left;display:inline-block;width:auto;padding:14px 20px;min-height:26px;line-height:26px}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2{float:right;display:inline-block;max-width:unset;padding:11px;min-width:396px;width:auto}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2{width:205px;float:left;height:32px;padding:0 0 0 26px;border-right:0 none}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2{padding:0 0 0 26px;height:34px;width:130px}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2{margin-bottom:10px;max-width:100%}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action{float:left;clear:none;margin:0;border-radius:0}.ws_embed_sms_notification .inline-block .sms-subs{margin-top:-3px;border-radius:3px;border-bottom-left-radius:0;border-top-left-radius:0}.ws_embed_sms_notification .inline-block .title-dsg-2{padding:14px;font-size:13px;margin:0;background:#f4f4f4}.ws_embed_sms_notification .inline-block .control-subs-2:before{font-size:16px;line-height:32px;color:#575757;margin:6px 0 0 8px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;position:absolute;background:url('../../frontend/DGX/horizon/en_US/WeSupply_Toolbox/images/icone_phone.png');content:'';width:12px;height:20px}@media screen and (max-width:988px){.ws_embed_sms_notification .inline-block .title-dsg-2{display:none}}@media screen and (max-width:767px){.ws_embed_sms_notification .inline-block{border:0 none}.ws_embed_sms_notification .inline-block .description-dsg-2{padding-left:0}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2{float:left;padding:0 0 10px 0;clear:both}.ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2{position:relative}}@media screen and (max-width:767px){.ws_embed_sms_notification .inline-block{border:1px solid #b5b5b5}.ws_embed_sms_notification .inline-block .description-dsg-2{text-align:center;width:100%}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2{padding:0 20px;min-width:unset}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone{width:calc(100% - 130px);border-right:1px solid #c2c2c2}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId{margin-bottom:10px;width:100%;max-width:100%}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe{width:100%;margin-top:10px;float:none;height:auto}}.wesupply-track-shipment .page-title-wrapper,.wesupply-orders-view .page-title-wrapper{display:none}iframe.embedded-iframe.ws-stores-view{height:820px}#order-view-container{height:1000px}.order-view-modal .page-main-actions{display:none}.order-view-modal .modal-header{display:none}.order-view-modal .modal-content{padding:0}.loading-container{text-align:center;padding:40px;position:relative}.loading-container .loading-image{background:url('../../frontend/DGX/horizon/en_US/images/loader-2.gif') center center no-repeat transparent;background-size:contain;position:absolute;top:0;left:calc(50% - 100px);height:200px;width:200px;z-index:100}[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,.account.sales-order-history .embedded-iframe-container,[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,.account.customer-account-index .embedded-iframe-container{display:none}[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container #order-view-container-iframe,[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container #order-view-container-iframe,.account.sales-order-history .embedded-iframe-container #order-view-container-iframe,[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container #order-view-container-iframe,[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container #order-view-container-iframe,.account.customer-account-index .embedded-iframe-container #order-view-container-iframe{min-height:99.3vh !important}.wesupply-track-shipment #maincontent{position:relative;margin:0 auto !important;max-width:unset;padding:0;width:100%}.wesupply-track-shipment #maincontent .embedded-iframe-container{display:block}.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title{text-align:left}.wesupply-track-shipment #maincontent .not-found,.wesupply-track-shipment #maincontent .not-allowed{padding:40px 0 20px;margin:0 auto;display:table}.wesupply-track-shipment .breadcrumbs{display:none}#co-shipping-method-form .item-options .field.item{margin-left:20px}#co-shipping-method-form .item-options .field.item input.radio{margin-left:-20px;margin-top:2px}#co-shipping-method-form .item-options .field.item label.label{position:relative;top:-2px;left:-2px}#co-shipping-method-form .item-options .field.item span.eta{display:block}@media screen and (min-width:1024px){.order-view-modal{max-width:989px;left:calc(100% - 989px)}}.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2{height:34px}.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2{height:34px}@media screen and (max-width:767px){.theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead{display:none}.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody{padding-bottom:20px}.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row{display:flex;margin-left:0;padding-bottom:0}.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,.theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col{border:0 none}}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip{height:26px;min-height:unset;max-height:unset;position:relative;top:-1px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location{height:28px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country{top:-1px}body:not(.theme-pearl) #ws_embed_sms_notification.sms-center{max-width:560px;margin:40px auto}body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2{margin:40px auto}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group{position:relative}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before{left:0}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone{height:32px;vertical-align:bottom}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone{padding-left:5px}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId{margin-bottom:10px;width:460px;max-width:100%}.checkout-onepage-success .delivery-estimations{font-size:1.8rem;font-weight:600;padding-top:20px}.dgx-email-domain-modal.modal-popup .modal-inner-wrap{background:#fdf0d5;max-width:700px;width:calc(100% - 40px)}.dgx-email-domain-modal.modal-popup .dgx-email-domain-address{font-size:1.15em;font-weight:700}.dgx-email-domain-modal.modal-popup .dgx-email-domain-status{float:left;font-size:12px;line-height:32px;text-align:left}.dgx-card-decline-modal.modal-popup .modal-inner-wrap{background:#fae5e5;max-width:700px;width:calc(100% - 40px)}.dgx-card-decline-modal.modal-popup .dgx-card-decline-message{font-size:1.1em;font-weight:700}.dgx-card-decline-modal.modal-popup .dgx-card-decline-status{float:left;font-size:12px;line-height:32px;text-align:left}.mst-search__result-tabs{list-style:none;border-bottom:1px solid #cccccc;padding:0}.mst-search__result-tabs:before,.mst-search__result-tabs:after{content:'';display:table}.mst-search__result-tabs:after{clear:both}.mst-search__result-tabs li{margin:0 5px -1px 0;padding:0;float:left}.mst-search__result-tabs li a{display:block;padding:10px 35px;text-decoration:none;color:#7d7d7d;background:#f6f6f6;border:1px solid #cccccc;border-radius:1px 1px 0 0}.mst-search__result-tabs li a.active,.mst-search__result-tabs li a:hover,.mst-search__result-tabs li a:focus{color:#333333;background:#ffffff}.mst-search__result-tabs li a.active{border-bottom:1px solid #ffffff}.mst-search__result-index{padding:1rem 0 1rem 0}.mst-search__result-index .mst-search__result-index-title{background:#f6f6f6;padding:1rem;border-radius:1px;color:#7d7d7d}.mst-search__result-index:last-child{margin-bottom:2.5rem;border-bottom:1px solid #f6f6f6}.mst-search-in__wrapper .mst-search-in__title{font-size:1.4rem}.mst-search-in__wrapper ul[role=list]{display:flex;flex-wrap:wrap;padding:0;margin:0}.mst-search-in__wrapper ul[role=list] li[role=listitem]{margin:0}.mst-search__index ul.mst-search__list{list-style:none;margin-bottom:10px;padding-left:0}.mst-search__index ul.mst-search__list li{margin:2rem 0}.mst-search__index ul.mst-search__list li:before,.mst-search__index ul.mst-search__list li:after{content:'';display:table}.mst-search__index ul.mst-search__list li:after{clear:both}.mst-search__index ul.mst-search__list li:last-child{margin-bottom:0}.mst-search__index ul.mst-search__list li .mst-search__index-title{font-size:1.5rem;font-weight:600}.mst-search__index ul.mst-search__list li .mst-search__index-title>a{color:#333333}.mst-search__index ul.mst-search__list li .mst-search__index-title>span{color:#aaaaaa}.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");display:inline-block;width:13px;height:13px;margin:-2px 5px}.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:last-child:after{display:none}.mst-search__index ul.mst-search__list li .mst-search__index-content{color:#666666;margin:.5rem 0 0 0}.mst-search__index ul.mst-search__list li .mst-search__index-image{margin-right:2rem;float:left}.mst-search__index ul.mst-search__list li .mst-search__index-image>img{max-width:5rem;max-height:5rem}.mst-search__highlight{background:#ffff00}.mst-search__misc-recommendations{display:flex;flex-wrap:wrap}.mst-search__misc-recommendations dt{margin-right:20px}.mst-search__misc-recommendations dd{margin-right:20px}.mst-search__misc-recommendations dd .count{color:#7d7d7d}.mst-search-in__wrapper{max-width:100%;display:flex;overflow:hidden;position:relative;flex-grow:1;margin-bottom:10px;flex-wrap:wrap}.mst-search-in__wrapper .mst-search-in__title{border:none;padding:6px 3px 6px 6px;margin-right:3px;font-weight:600;white-space:nowrap}.mst-search-in__wrapper .mst-search-in__item{white-space:nowrap;border:1px solid #cccccc;border-radius:2px;margin:0 5px 5px 0;padding:6px 12px;color:#494949;text-decoration:none;cursor:pointer;display:flex;align-items:center}.mst-search-in__wrapper .mst-search-in__item span.name{display:flex;flex-wrap:nowrap;font-size:13px}.mst-search-in__wrapper .mst-search-in__item span.name i{font-style:normal;display:flex;align-items:center}.mst-search-in__wrapper .mst-search-in__item span.name i:after{font-size:7px;content:"\e608";font-family:"luma-icons";margin:0 5px;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;color:#757575}.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after{display:none}.mst-search-in__wrapper .mst-search-in__item span.count{color:#757575;display:block;margin-left:8px;font-size:80%}.mst-search-in__wrapper .mst-search-in__item span.count:before{content:"("}.mst-search-in__wrapper .mst-search-in__item span.count:after{content:")"}.mst-search-in__wrapper .mst-search-in__item:hover{border-color:#ff5501;text-decoration:none}.mst_categorySearchLoader{display:none;position:absolute;top:6px;right:15px;width:20px;height:20px}.mst_categorySearchLoader .spinner-item{box-sizing:border-box;display:block;position:absolute;width:20px;height:20px;margin:0;border:2px solid #ffffff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;border-color:#999999 transparent transparent transparent}.mst_categorySearchLoader .spinner-item.spinner-item-1{animation-delay:-0.45s}.mst_categorySearchLoader .spinner-item.spinner-item-2{animation-delay:-0.3s}.mst_categorySearchLoader .spinner-item.spinner-item-3{animation-delay:-0.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.mst_categorySearch{display:block;position:relative}.mst_categorySearch .hidden{display:none}.mst_categorySearch_searchIcon,.mst_categorySearch_searchIcon:hover{position:absolute;font-size:21px;left:0;background-color:transparent;border:none}span.mst_categorySearch_totals{position:absolute;right:0;padding:6px 15px 6px 15px;color:#999999;display:none}input#mst_categorySearch{padding:0 0 0 35px;margin-bottom:15px;width:100%;max-width:100%}input#form-category-search_input{margin:0 0 15px 0;padding:0 0 0 48px}.mst_categorySearchLoader .fa-spinner{font-size:30px}.kb__category-sidebar .kb__category-sidebar-row{position:relative;display:flex;align-items:center;padding:5px 15px 5px 0;cursor:pointer;list-style:none}.kb__category-sidebar .kb__category-sidebar-row::-webkit-details-marker{display:none}.kb__category-sidebar .kb__category-sidebar-row--leaf{cursor:default}.kb__category-sidebar .kb__category-sidebar-chevron{flex-shrink:0;width:1em;height:1em;margin-right:.5rem;color:#a3a3a3;transition:transform .2s ease}.kb__category-sidebar .kb__category-sidebar-node[open]>.kb__category-sidebar-row .kb__category-sidebar-chevron{transform:rotate(90deg)}.kb__category-sidebar .kb__category-sidebar-link{flex:1;min-width:0;color:#575757}.kb__category-sidebar .kb__category-sidebar-link:hover,.kb__category-sidebar .kb__category-sidebar-link:focus{color:#333;text-decoration:none}.kb__category-sidebar .kb__category-sidebar-row--leaf .kb__category-sidebar-link{margin-left:calc(1em + .5rem)}.kb__category-sidebar .kb__category-sidebar-children{margin-left:1rem}.kb__category-sidebar .count{flex-shrink:0;margin-left:1rem;color:#a3a3a3}.kb-article__metadata{margin-top:-2rem;margin-bottom:2rem}.kb-article__metadata:before,.kb-article__metadata:after{content:'';display:table}.kb-article__metadata:after{clear:both}.kb-article__metadata.kb-article__metadata-list{margin:.5rem 0;margin:0;padding:0;list-style:none none;display:flex;flex-wrap:wrap;align-items:center;color:#a3a3a3;font-size:1.2rem;font-weight:600;line-height:24px}.kb-article__metadata.kb-article__metadata-list>li{display:inline-flex;align-items:center;margin-right:2rem}.kb-article__metadata.kb-article__metadata-list>li:last-child{margin-right:0}.kb-article__metadata.kb-article__metadata-list .kb-article__rating svg{margin-right:.5rem}.kb-article__body{margin-bottom:2rem;overflow-wrap:break-word}.kb-article__footer{display:flex;flex-direction:column;margin-bottom:2rem}.kb-article__categories,.kb-article__tags{display:flex;flex-wrap:wrap;align-items:baseline;margin-bottom:2rem}.kb-article__categories .kb-article__label,.kb-article__tags .kb-article__label{flex-shrink:0;color:#a3a3a3;margin-right:1rem}.kb-article__categories .kb-article__metadata-list{padding:0;list-style:none none;display:flex;flex-wrap:wrap;align-items:baseline;margin:0}.kb-article__categories .kb-article__metadata-list>li:after{content:'·';color:#d1d1d1;margin:0 1rem}.kb-article__categories .kb-article__metadata-list>li:last-child:after{content:'';margin:0}.kb-article__tags .kb-article__tag:after{content:'·';color:#d1d1d1;margin:0 1rem}.kb-article__tags .kb-article__tag:last-child:after{content:'';margin:0}.kb-article__helpful{display:flex;align-items:center;justify-content:flex-end;gap:10px}.kb-article__helpful .kb-vote{display:flex;align-items:center;gap:10px}.kb-article__helpful .kb-vote-actions{display:flex;align-items:center;gap:.8rem;flex:0 0 auto}.kb-article__helpful .kb-vote-form{margin:0;flex:0 0 auto}.kb-article__helpful .kb-vote-button{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;padding:0;border:1px solid #c2c2c2;border-radius:3px;background:#fff;color:#c2c2c2;font-size:20px;line-height:1;box-shadow:none;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.kb-article__helpful .kb-vote-button svg{line-height:1}.kb-article__helpful .kb-vote-button:hover,.kb-article__helpful .kb-vote-button:focus{border-color:#adadad;color:#adadad;background:#fff}.kb-article__helpful .metadata{flex:0 1 auto;min-width:0}.kb-article__helpful .metadata strong{font-weight:300;display:block}.kb-article__helpful .metadata .count{color:#a3a3a3;font-size:12px}.kbase.kbase-article-view .toolbar.toolbar-products .field.limiter{display:inherit;float:right}.kbase.kbase-article-view .toolbar.toolbar-products .pages{display:inline-block}.kb-articles__list{margin:0;padding:0;list-style:none none}.kb-articles__list>li{margin-bottom:4rem;overflow-wrap:break-word}.kb-articles__list>li .kb-articles__article-title{font-weight:600;font-size:1.8rem}.kb-articles__toolbar{position:relative}.kb-articles__toolbar .pages{display:none}.kb-articles__list~.kb-articles__toolbar .pages{display:block;float:left;margin-right:1rem}.kb-articles__list~.kb-articles__toolbar .field.limiter{display:block;float:left}.kb-articles__list~.kb-articles__toolbar .toolbar-amount{display:none}.kb-category__grid>section{vertical-align:top;box-sizing:border-box}.kb-category__grid h2.subtitle{font-weight:500}.kb__category-title{margin-bottom:2rem}.kb__category-title h2,.kb__category-title h3,.kb__category-title h4{display:inline-block;margin-bottom:0}.kb__category-title a{color:#a3a3a3;font-size:12px;margin-left:1.5rem}.kb__category-title.l1{padding:1rem 0;position:relative;border-bottom:.3rem solid #f5f5f5}.kb__category-title.l1 h2{margin:0;padding:0}.kb__category{margin-bottom:4rem}.kb__category ol{margin:0;padding:0;list-style:none none}.kb__category ol li{margin-bottom:1.5rem;overflow:hidden;position:relative}.kb__category ol li:after{content:'';position:absolute;right:0;top:0;width:3rem;height:2rem;background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)}.kb__category ol li a{white-space:nowrap}.kb__category ol li a svg{color:#a3a3a3;margin-right:.5rem;vertical-align:middle}.kb-category__article-metadata{margin-top:.5rem;margin-bottom:.5rem}.kb-category__article-metadata:before,.kb-category__article-metadata:after{content:'';display:table}.kb-category__article-metadata:after{clear:both}.kb-category__article-metadata .author{color:#a3a3a3;float:left;font-size:12px;font-weight:600;line-height:24px;margin-right:2rem}.kb-category__article-metadata .rating-summary{float:left}.kbase .toolbar-products .pages{display:inline-block}.kb-comment-listing__head{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:2rem}.kb-comment-listing__head .legend{float:none;width:auto;margin:0;padding:0;border-bottom:0;font-size:2rem}.kb-comment-listing__head .kb-comment-listing__sort{flex:1}.kb-comment-listing__head .toolbar-products{margin:0;padding:0}.kb-comment-listing__head .toolbar-amount{display:none}.kb-comment-listing__head .toolbar-sorter{float:right}.kb-comment-listing-item{padding:3rem 0;border-bottom:1px solid #c9c9c9}.kb-comment-listing-item .kb-comment-listing-item__header{margin-bottom:1rem}.kb-comment-listing-item .kb-comment-listing-item__header strong{margin-right:2rem}.kb-comment-listing-item .kb-comment-listing-item__header span{color:#666}.kb-article-form{margin:1.6rem 0;padding-bottom:1.6rem;border-bottom:1px solid #c9c9c9}.kb-article-form .actions-toolbar{margin-top:1.6rem}.kb-faq__item{margin-bottom:10px;border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.08);overflow:hidden}.kb-faq__question{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background:#fff;border:none;border-radius:0;box-shadow:none;font-weight:600;margin:0;transition:background .15s ease}.kb-faq__question::-webkit-details-marker{display:none}.kb-faq__question-text{flex:1;min-width:0;overflow-wrap:break-word}.kb-faq__chevron{flex-shrink:0;margin-left:10px;width:1em;height:1em;transition:transform .2s ease}.kb-faq__item[open]>.kb-faq__question .kb-faq__chevron{transform:rotate(180deg)}.kb-faq__answer{padding:20px;background:#fff;overflow-wrap:break-word}.kb-faq__read-more{display:inline-block;margin-top:10px;color:#c02327;text-decoration:none}.kb-faq__read-more:visited{color:#c02327;text-decoration:none}.kb-faq__read-more:hover{color:#c02327;text-decoration:underline}.kb-faq__read-more:active{color:#ff5501;text-decoration:underline}legend.hidden{display:none}.hidden{display:none}.kb__search-box{position:relative}.kb__search-box input{border-radius:3px;width:100%}.kb__search-box button{position:absolute;border-radius:0 3px 3px 0}.column.main .kb__search-box{padding:2.5rem;background:#f5f5f5;margin-bottom:2.5rem}.column.main .kb__search-box input{padding:1.5rem 2rem;font-size:2.2rem;font-weight:300;height:6rem}.column.main .kb__search-box button{height:6rem;right:2.5rem;top:2.5rem;padding-left:3rem !important;padding-right:3rem !important;font-size:2.2rem}.kb__sidebar .kb__search-box{margin-bottom:2rem}.kb__sidebar .kb__search-box input{font-size:1.3rem}.kb__sidebar .kb__search-box button{right:0;top:0}.dgx-tek-tip{border-top:3px solid #e02b27;display:grid;gap:1.5rem;margin:3rem 0;padding:1.5rem 0 0}.dgx-tek-tip__label{color:#e02b27;font-size:1.4rem;font-weight:700;letter-spacing:.08em;margin:0 0 .5rem;text-transform:uppercase}.dgx-tek-tip__title{margin-top:0}.dgx-tek-tip__body>:last-child{margin-bottom:0}.dgx-tek-tip__link{align-self:end;font-weight:700;white-space:nowrap}.kbase .fa{background:none;display:inline-block;font-family:'Font Awesome 7 Sharp';font-style:normal;font-weight:400;line-height:1;vertical-align:-0.125em;width:1em}.kbase .fa::before{content:var(--fa)}.kbase .fa-fw{width:1.25em;text-align:center}.kbase .fa-folder-open-o{--fa:"\f07c"}.kbase .fa-file-text-o{--fa:"\f15c"}.kbase .fa-search{--fa:"\f002"}.kbase .fa-thumbs-o-up{--fa:"\f164"}.kbase .fa-thumbs-o-down{--fa:"\f165"}#search_autocomplete,.search-autocomplete,#searchbox_autocomplete{display:none !important;height:0 !important;overflow:hidden !important}.block-search{z-index:10000}.mst-searchautocomplete__autocomplete{display:none !important;position:absolute;top:3.1rem;left:0;box-sizing:border-box;background:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 6px 18px rgba(0,0,0,0.14);z-index:1000;text-align:left;overflow:hidden;margin-top:7px}.mst-searchautocomplete__autocomplete._active{display:block !important}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper{display:flex;flex-direction:column;max-height:70vh;overflow:hidden}.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results{overflow-x:hidden;overflow-y:auto}.mst-searchautocomplete__autocomplete ul{list-style:none;margin:0;padding:0}.mst-searchautocomplete__backdrop{display:none}.mst-dd-1col{display:flex;flex-direction:column;padding:12px 14px}.mst-dd-1col .mst-dd-section+.mst-dd-section{margin-top:16px}.mst-dd-2col{display:grid;grid-template-columns:minmax(0, 1fr) 280px}.mst-dd-2col .mst-dd-main{padding:12px 14px;min-width:0}.mst-dd-2col .mst-dd-side{padding:12px 14px;min-width:0;border-left:1px solid #e8e8e8}.mst-dd-2col .mst-dd-side .mst-dd-section+.mst-dd-section{margin-top:20px}.mst-dd-list,.mst-dd-olist{display:flex;flex-direction:column;gap:8px}.mst-dd-ogrid{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);gap:8px}.mst-dd-sectitle{display:flex;align-items:baseline;gap:6px;padding:0 0 8px;margin:0 0 12px;border-bottom:1px solid #e8e8e8}.mst-dd-sectitle__name{font-size:1.8rem;font-weight:600;color:#333}.mst-dd-sectitle__count{font-size:1.2rem;color:#595959}.mst-dd-eyebrow{margin:0 0 10px;font-size:1.2rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#595959}.mst-dd-notice{margin:0 0 10px;padding:8px 10px;background:#f6f6f6;color:#595959;font-size:1.2rem}.mst-dd-card{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin:0;padding:12px;background:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#333;text-decoration:none;cursor:pointer;transition:box-shadow .15s,border-color .15s,background .15s}.mst-dd-card:hover,.mst-dd-card._active{background:#f8f8f8;border-color:#ccc;box-shadow:0 2px 6px rgba(0,0,0,0.08)}.mst-dd-card:hover .mst-dd-card__title,.mst-dd-card._active .mst-dd-card__title{text-decoration:underline}.mst-dd-card .mst-dd-card__thumb{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:72px;height:72px;overflow:hidden;border-radius:3px}.mst-dd-card .mst-dd-card__thumb img{max-width:100%;max-height:100%;object-fit:contain}.mst-dd-card .mst-dd-card__meta{flex:1;min-width:0}.mst-dd-card .mst-dd-card__title{display:block;margin:0;font-size:1.4rem;font-weight:600;line-height:1.3;color:#333;text-decoration:none;word-break:break-word}.mst-dd-card .mst-dd-card__title i{display:inline-block;margin:0 .5rem;font-style:normal;font-weight:400;color:#595959}.mst-dd-card .mst-dd-card__sku{margin:2px 0 0;font-size:1.2rem;color:#595959}.mst-dd-card .mst-dd-card__attr{margin:3px 0 0;font-size:1.2rem;color:#595959}.mst-dd-card .mst-dd-card__attr b{color:#333;font-weight:600}.mst-dd-card .mst-dd-card__desc{margin:3px 0 0;font-size:1.2rem;color:#595959;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mst-dd-card .mst-dd-card__metarow{display:flex;align-items:center;flex-wrap:wrap;gap:4px 10px}.mst-dd-card .mst-dd-card__metarow:not(:empty){margin-top:7px}.mst-dd-card .mst-dd-card__num-results{flex-shrink:0;font-size:1.2rem;color:#595959}.mst-dd-card .mst-dd-reviews{font-size:1.2rem;color:#595959}.mst-dd-card .rating-summary .rating-result{width:58px}.mst-dd-card .rating-summary .rating-result:before,.mst-dd-card .rating-summary .rating-result>span:before{font-size:10px;letter-spacing:2px}.mst-dd-card .to_cart_message{flex-basis:100%;padding:5px 10px;font-size:1.2rem}.mst-dd-card .to_cart_message.error{color:#e02b27;background:#fae5e5}.mst-dd-card .to_cart_message.success{color:#006400;background:#e5efe5}.mst-dd-stock{display:inline-block;padding:2px 6px;border-radius:2px;font-size:1.1rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.mst-dd-stock.inStock{background:#e5efe5;color:#006400}.mst-dd-stock.outOfStock{background:#fae5e5;color:#e02b27}.mst-dd-pricecol{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:8px;text-align:right}.mst-dd-pricecol:empty{display:none}.mst-dd-pricecol .price{font-size:1.3rem;font-weight:700}.mst-dd-pricecol .old-price .price,.mst-dd-pricecol .old-price .price-label{font-weight:400}.mst-dd-pricecol .action.primary{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.mst-dd-pricecol .action.primary svg{width:14px;height:14px}.mst-dd-pricecol .action.primary.small{padding:6px 9px;font-size:1.1rem;line-height:1.2rem}.mst-dd-aside-card{align-items:flex-start;gap:10px;padding:8px}.mst-dd-aside-card .mst-dd-card__thumb{width:44px;height:44px}.mst-dd-aside-card .mst-dd-card__title{font-size:1.3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mst-dd-aside-card .mst-dd-card__desc{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mst-dd-viewall{display:block;padding:12px;background:#fbfbfd;border-top:1px solid #e8e8e8;color:#c02327;font-size:1.4rem;font-weight:600;text-align:center;text-decoration:none}.mst-dd-viewall:hover{background:#f6f6f6;color:#c02327;text-decoration:none}.mst-dd-prompt{padding:16px}.mst-dd-prompt .mst-dd-chips{margin-bottom:22px}.mst-dd-prompt__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.mst-dd-prompt__head .mst-dd-eyebrow{margin:0}.mst-dd-prompt__clear{font-size:1.2rem}.mst-dd-chips{display:flex;flex-wrap:wrap;gap:8px}.mst-dd-chips.mst-dd-chips--center{justify-content:center}.mst-dd-chip{display:inline-block;padding:6px 12px;background:#f6f6f6;border:1px solid #e8e8e8;border-radius:16px;color:#333;font-size:1.2rem;text-decoration:none;cursor:pointer}.mst-dd-chip:hover{background:#ececec;color:#333;text-decoration:none}.mst-dd-recent-btn{display:flex;align-items:center;gap:10px;width:100%;padding:8px 6px;background:none;border:0;color:#333;font:inherit;text-align:left;cursor:pointer}.mst-dd-recent-btn:hover{background:#f8f8f8}.mst-dd-recent-btn svg{flex-shrink:0;width:16px;height:16px;color:#595959}.mst-dd-noresults{padding:40px 24px 44px;text-align:center}.mst-dd-noresults .mst-dd-eyebrow{margin-bottom:14px}.mst-dd-noresults__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 20px;background:#f6f6f6;border-radius:50%;color:#595959}.mst-dd-noresults__icon svg{width:26px;height:26px}.mst-dd-noresults__title{margin:0 0 8px;font-size:1.8rem;font-weight:700;color:#111}.mst-dd-noresults__hint{margin:0 0 24px;font-size:1.4rem;color:#595959}.mst-skeleton{background:linear-gradient(90deg, #dfe2e6 25%, #eceef1 37%, #dfe2e6 63%);background-size:400% 100%;animation:mst-dd-skeleton 1.2s ease-in-out infinite;border-radius:3px}@keyframes mst-dd-skeleton{0%{background-position:100% 0}100%{background-position:0 0}}@media (prefers-reduced-motion:reduce){.mst-skeleton{animation:none}}.mst-dd-card--skeleton{cursor:default;pointer-events:none}.mst-dd-card--skeleton .mst-dd-card__meta{display:flex;flex-direction:column;gap:8px}.mst-dd-card--skeleton .mst-dd-card__thumb.mst-skeleton{background:linear-gradient(90deg, #dfe2e6 25%, #eceef1 37%, #dfe2e6 63%);background-size:400% 100%;animation:mst-dd-skeleton 1.2s ease-in-out infinite}.mst-dd-sk__line{display:block;height:10px}.mst-dd-sk__line.mst-dd-sk__line--title{width:90px;height:14px}.mst-dd-sk__line.mst-dd-sk__line--name{width:60%;height:12px}.mst-dd-sk__line.mst-dd-sk__line--desc{width:88%}.mst-dd-sk__line.mst-dd-sk__line--meta{width:35%}.mst-searchautocomplete__highlight{font-weight:600;color:#1979c3}@media (min-width:768px){.mst-searchautocomplete__autocomplete{width:100%;min-width:560px}.mst-searchautocomplete__autocomplete._active.mst-2-cols{width:820px !important}}@media (max-width:768px){.mst-searchautocomplete__autocomplete._active+.mst-searchautocomplete__backdrop{display:block;position:fixed;left:0;right:0;bottom:0;background:rgba(51,51,51,0.4);z-index:999}input.searchautocomplete__active{position:relative !important;left:auto !important;z-index:1000}.mst-search-autocomplete__typeahead-overlay{z-index:999}.mst-dd-2col{grid-template-columns:minmax(0, 1fr)}.mst-dd-2col .mst-dd-side{border-left:0;border-top:1px solid #e8e8e8}.mst-dd-ogrid{grid-template-columns:minmax(0, 1fr)}.mst-dd-card{gap:8px 12px}.mst-dd-card .mst-dd-card__thumb{width:60px;height:60px}.mst-dd-pricecol{flex-direction:row;align-items:center;justify-content:space-between;width:100%;text-align:left}}.mst-search-autocomplete__typeahead-overlay{color:#aaa;top:0;position:absolute !important;z-index:-1;left:15px;border:0 !important;margin:0 !important}.mstInPage__slider,.mstInPage__slider *{box-sizing:border-box;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.mstInPage__slider .noUi-base,.mstInPage__slider .noUi-connects{position:relative;z-index:1;width:100%;height:100%}.mstInPage__slider .noUi-connects{z-index:0;overflow:hidden;border-radius:3px}.mstInPage__slider .noUi-connect,.mstInPage__slider .noUi-origin{position:absolute;z-index:1;top:0;right:0;width:100%;height:100%;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-style:flat;will-change:transform}.mstInPage__slider .noUi-origin{height:0}.mstInPage__slider .noUi-handle{position:absolute;backface-visibility:hidden}.mstInPage__slider .noUi-touch-area{width:100%;height:100%}.mstInPage__slider.noUi-state-tap .noUi-connect,.mstInPage__slider.noUi-state-tap .noUi-origin{transition:transform .3s}html.mstInPage,html.mstInPage body{position:absolute;overflow-y:hidden;width:100%;height:100%;box-sizing:border-box}.mstInPage__container{position:fixed;left:0;top:0;width:100%;height:100%;z-index:1000000;display:none;overflow-y:auto;justify-content:center;align-items:flex-start;box-sizing:border-box}.mstInPage__container._visible{display:flex}.mstInPage__container .hidden{display:block;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0, 0, 0, 0)}.mstInPage__backdrop{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(51,51,51,0.55);z-index:1000000}.mstInPage__wrapper{position:relative;z-index:1000001;width:100%;background:#fff;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.mstInPage__wrapper a:focus-visible,.mstInPage__wrapper button:focus-visible,.mstInPage__wrapper input:focus-visible,.mstInPage__wrapper select:focus-visible{outline:2px solid #00699D;outline-offset:1px}.mstInPage__header{display:flex;align-items:center;gap:16px;padding:8px 12px;border-bottom:1px solid #e8e8e8;background:#fff;flex-shrink:0;box-sizing:border-box}.mstInPage__header._loading .mstInPage__search-icon svg{display:none}.mstInPage__header._loading .mstInPage__search-icon:after{content:"";display:block;width:18px;height:18px;box-sizing:border-box;border:2px solid #e8e8e8;border-top:2px solid #1979c3;border-radius:50%;animation:mstInPage--loading .6s linear infinite}.mstInPage__back,.mstInPage__close{display:none;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;padding:0;border:1px solid #ccc;border-radius:50%;background:#fff;color:#595959;cursor:pointer}.mstInPage__back:hover,.mstInPage__close:hover,.mstInPage__back:focus,.mstInPage__close:focus,.mstInPage__back:active,.mstInPage__close:active{border:1px solid #ccc;background:#f6f6f6;color:#333}.mstInPage__back svg,.mstInPage__close svg{width:15px;height:15px}.mstInPage__search{display:flex;align-items:center;gap:10px;flex:1;min-width:0;margin:0;box-sizing:border-box}.mstInPage__search .mstInPage__search-icon{display:flex;align-items:center;flex-shrink:0;color:#595959}.mstInPage__search .mstInPage__search-icon svg{width:18px;height:18px}.mstInPage__search input[type="search"]{flex:1;min-width:0;height:32px;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;font-size:1.6rem;color:#333}.mstInPage__search input[type="search"]::placeholder{color:#595959}.mstInPage__search input[type="search"]:focus{outline:none;border:none;box-shadow:none}.mstInPage__clear{flex-shrink:0;padding:4px;border:none;background:none;color:#595959;font-size:1.8rem;line-height:1;cursor:pointer}.mstInPage__clear:hover,.mstInPage__clear:focus,.mstInPage__clear:active{border:none;background:none;color:#333}.mstInPage__viewAll{white-space:nowrap;font-size:1.4rem;color:#c02327;text-decoration:none}.mstInPage__viewAll:hover{color:#c02327;text-decoration:underline}.mstInPage__indexList{display:flex;align-items:stretch;gap:18px}.mstInPage__indexList .mstInPage__index{display:inline-flex;align-items:center;gap:7px;padding:0 0 2px;border:none;border-bottom:2px solid transparent;border-radius:0;background:none;font-size:1.4rem;font-weight:600;color:#595959;white-space:nowrap;cursor:pointer}.mstInPage__indexList .mstInPage__index:hover,.mstInPage__indexList .mstInPage__index:focus,.mstInPage__indexList .mstInPage__index:active{border:none;border-bottom:2px solid transparent;border-radius:0;background:none;color:#333}.mstInPage__indexList .mstInPage__index._active,.mstInPage__indexList .mstInPage__index._active:hover,.mstInPage__indexList .mstInPage__index._active:focus,.mstInPage__indexList .mstInPage__index._active:active{color:#1979c3;border-bottom-color:#1979c3}.mstInPage__indexList .mstInPage__index._active .mstInPage__index-count,.mstInPage__indexList .mstInPage__index._active:hover .mstInPage__index-count,.mstInPage__indexList .mstInPage__index._active:focus .mstInPage__index-count,.mstInPage__indexList .mstInPage__index._active:active .mstInPage__index-count{color:#1979c3;background:#e9f4fc}.mstInPage__indexList .mstInPage__index._empty{display:none}.mstInPage__index-count{padding:1px 7px;border-radius:20px;background:#f6f6f6;font-size:1.1rem;font-weight:700;line-height:1.55;color:#595959;font-variant-numeric:tabular-nums}.mstInPage__tabs{display:none;align-items:center;gap:6px;padding:8px;border-bottom:1px solid #e8e8e8;flex-shrink:0}.mstInPage__tabsScroll{display:flex;flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.mstInPage__tabsScroll::-webkit-scrollbar{display:none}.mstInPage__tabsArrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;padding:0;border:1px solid #ccc;border-radius:50%;background:#fff;color:#595959;cursor:pointer}.mstInPage__tabsArrow svg{width:14px;height:14px}.mstInPage__content{display:flex;flex:1;min-height:0;background:#fff;overflow:hidden}.mstInPage__content._other{flex-direction:column;overflow-y:auto}.mstInPage__content._empty{display:block;overflow-y:auto;padding:24px 16px 30px}.mstInPage__main{display:flex;flex-direction:column;flex:1;min-width:0;overflow-y:auto}.mstInPage__subbar{display:none;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:12px 16px;border-bottom:1px solid #e8e8e8;background:#fff;position:sticky;top:0;z-index:2}.mstInPage__subbar .mstInPage__count{justify-self:start}.mstInPage__subbar .mstInPage__pagination{justify-self:center}.mstInPage__subbar .mstInPage__sorter{justify-self:end}.mstInPage__mobileSubbar{display:none;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid #e8e8e8;flex-shrink:0}.mstInPage__sortFilter{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border:1px solid #ccc;border-radius:3px;background:#fff;font-size:1.4rem;font-weight:600;color:#333;cursor:pointer}.mstInPage__sortFilter svg{width:15px;height:15px}.mstInPage__sortFilter-count{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:16px;height:16px;padding:0 4px;border-radius:9px;background:#1979c3;font-size:1rem;font-weight:600;line-height:16px;color:#fff;font-variant-numeric:tabular-nums}.mstInPage__count{font-size:1.2rem;color:#595959;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.mstInPage__count b{font-size:1.4rem;font-weight:700;color:#333}.mstInPage__pagination{display:flex;align-items:center;gap:6px}.mstInPage__pagination-wrap{display:flex;justify-content:center;padding:14px 16px 18px}.mstInPage__page{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 8px;border:1px solid transparent;border-radius:3px;background:transparent;font-size:1.2rem;font-weight:600;color:#595959;cursor:pointer;font-variant-numeric:tabular-nums}.mstInPage__page:hover,.mstInPage__page:focus,.mstInPage__page:active{border-color:transparent;background:#f6f6f6;color:#333}.mstInPage__page._active,.mstInPage__page._active:hover,.mstInPage__page._active:focus,.mstInPage__page._active:active{background:#1979c3;border-color:#1979c3;color:#fff}.mstInPage__page.mstInPage__page--nav{font-size:1.6rem;line-height:1}.mstInPage__sorter{display:flex;align-items:center;gap:8px;flex-shrink:0}.mstInPage__sorterLabel{display:none}.mstInPage__select{position:relative}.mstInPage__select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;height:34px;margin:0;padding:0 34px 0 12px;border:1px solid #c2c2c2;border-radius:1px;background:#fff;font-size:1.4rem;color:#333;cursor:pointer}.mstInPage__select svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:#595959;pointer-events:none}.mstInPage__sortDir{flex-shrink:0;width:34px;height:34px;padding:0;border:1px solid #c2c2c2;border-radius:1px;background:#fff;color:#595959;cursor:pointer}.mstInPage__sortDir,.mstInPage__sortDir.sorter-action{display:flex;align-items:center;justify-content:center}.mstInPage__sortDir.sorter-action:before,.mstInPage__sortDir.sorter-action.sort-asc:before,.mstInPage__sortDir.sorter-action.sort-desc:before{content:none;display:none}.mstInPage__sortDir:hover,.mstInPage__sortDir:focus,.mstInPage__sortDir:active{border:1px solid #c2c2c2;background:#fff;color:#333}.mstInPage__sortDir svg{display:block;width:16px;height:16px}.mstInPage__panel{display:flex;flex-direction:column;background:#fff;box-sizing:border-box}.mstInPage__panelBody{flex:1}.mstInPage__panelBackdrop,.mstInPage__sheetHandle,.mstInPage__sheetHead,.mstInPage__sheetClear,.mstInPage__sheetFoot,.mstInPage__sheetSort{display:none}.mstInPage__sheetHead{align-items:center;gap:12px;padding:4px 16px 12px;border-bottom:1px solid #e8e8e8}.mstInPage__sheetHead h4{margin:0;margin-right:auto;font-size:1.8rem;font-weight:600;color:#333}.mstInPage__sheetClear{padding:0;border:none;background:none;font-size:1.3rem;font-weight:600;color:#c02327;cursor:pointer}.mstInPage__sheetClear:hover,.mstInPage__sheetClear:focus,.mstInPage__sheetClear:active{border:none;background:none;color:#c02327;text-decoration:underline}.mstInPage__sheetHandle{justify-content:center;padding:10px 0 4px;cursor:grab;touch-action:none;user-select:none}.mstInPage__sheetHandle:active{cursor:grabbing}.mstInPage__sheetGrip{width:38px;height:4px;border-radius:4px;background:#ccc}.mstInPage__sheetSort{align-items:center;gap:8px;padding:14px 0;border-bottom:1px solid #e8e8e8}.mstInPage__sheetSort .mstInPage__sorter{flex:1}.mstInPage__sheetSort .mstInPage__sorterLabel{display:block;flex-shrink:0;font-size:1.2rem;color:#595959;white-space:nowrap}.mstInPage__sheetSort .mstInPage__select{flex:1}.mstInPage__sheetSort .mstInPage__select select{width:100%}.mstInPage__sheetFoot{padding:12px 16px;border-top:1px solid #e8e8e8}.mstInPage__sheetFoot .action.primary{width:100%}.mstInPage__bucket{margin-bottom:12px;border:1px solid #e8e8e8;border-radius:3px;background:#fff;overflow:hidden;user-select:none}.mstInPage__bucket._expanded .mstInPage__bucketLabel{border-bottom:1px solid #e8e8e8}.mstInPage__bucket._expanded .mstInPage__bucketItemList{display:block}.mstInPage__bucket._expanded .mstInPage__bucketExpand{transform:rotate(180deg)}.mstInPage__bucketLabel{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:11px 14px;border:none;border-radius:0;background:none;font-size:1.6rem;font-weight:600;color:#333;text-align:left;cursor:pointer}.mstInPage__bucketLabel:hover,.mstInPage__bucketLabel:focus,.mstInPage__bucketLabel:active{border:none;background:none;color:#333}.mstInPage__bucketCount{margin-left:auto;margin-right:4px;padding:0 6px;border-radius:20px;background:#1979c3;font-size:1.1rem;font-weight:700;color:#fff}.mstInPage__bucketExpand{display:flex;flex-shrink:0;padding:4px;border:1px solid #ccc;border-radius:3px;color:#595959}.mstInPage__bucketExpand svg{width:14px;height:14px}.mstInPage__bucketItemList{display:none;padding:6px 14px 10px}.mstInPage__moreFilters{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border:1px solid transparent;border-radius:20px;background:none;font-size:1.4rem;font-weight:600;color:#c02327;white-space:nowrap;cursor:pointer}.mstInPage__moreFilters:hover,.mstInPage__moreFilters:focus,.mstInPage__moreFilters:active{border:1px solid transparent;background:none;color:#c02327;text-decoration:underline}.mstInPage__moreFilters-count{padding:0 6px;border-radius:20px;background:#f6f6f6;font-size:1.1rem;font-weight:700;color:#595959;font-variant-numeric:tabular-nums}.mstInPage__bucketItem{display:flex;align-items:center;gap:10px;width:100%;padding:7px 0;border:none;border-bottom:1px solid #f6f6f6;background:none;font-size:1.4rem;color:#333;text-align:left;cursor:pointer}.mstInPage__bucketItem:last-child{border-bottom:none}.mstInPage__bucketItem:hover,.mstInPage__bucketItem:focus,.mstInPage__bucketItem:active{border:none;border-bottom:1px solid #f6f6f6;background:none;color:#c02327}.mstInPage__bucketItem._active .mstInPage__check{border-color:#1979c3;background:#1979c3}.mstInPage__bucketItem._active .mstInPage__check:after{opacity:1}.mstInPage__bucketItem._active .mstInPage__bucketItem-label{font-weight:600}.mstInPage__check{position:relative;flex-shrink:0;width:16px;height:16px;border:1px solid #ccc;border-radius:2px;background:#fff}.mstInPage__check:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.mstInPage__swatch{flex-shrink:0;width:12px;height:12px;border-radius:50%;border:1px solid #e8e8e8;background-size:cover}.mstInPage__bucketItem-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mstInPage__bucketItem-count{margin-left:auto;font-size:1.2rem;color:#595959;font-variant-numeric:tabular-nums}.mstInPage__slider{position:relative;height:6px;margin:14px 8px 16px;border-radius:3px;border:none;box-shadow:none;background:#f6f6f6}.mstInPage__slider .noUi-connect{background:#1979c3}.mstInPage__slider .noUi-handle{top:-5px;right:-8px;width:16px;height:16px;border:none;border-radius:50%;box-shadow:none;background:#1979c3;cursor:pointer}.mstInPage__slider .noUi-handle:before,.mstInPage__slider .noUi-handle:after{display:none}.mstInPage__slider .noUi-handle:focus-visible{outline:2px solid #1979c3;outline-offset:2px}.mstInPage__sliderFromTo{display:flex;gap:10px}.mstInPage__sliderFromTo span{flex:1;height:32px;padding:0 9px;border:1px solid #c2c2c2;border-radius:1px;box-sizing:border-box;font-size:1.4rem;line-height:30px;color:#333}.mstInPage__itemList{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;align-items:start;gap:12px;padding:14px 16px 18px}.mstInPage__itemList.magento_catalog_product{grid-auto-rows:minmax(var(--mst-fs-card-min, 380px), auto);align-items:stretch}.mstInPage__item{display:flex;min-width:0}.mstInPage__notice{margin:14px 16px 0;padding:10px 12px;border:1px solid #e8e8e8;border-radius:3px;background:#f6f6f6;font-size:1.3rem;color:#595959}.mstInPage__otherHead{margin:0;padding:14px 16px 0;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#595959}.mstInPage__otherHead b{font-size:1.4rem;color:#333}.mstInPage__card{position:relative;display:flex;flex-direction:column;flex:1;min-width:0;border:1px solid #e8e8e8;border-radius:3px;background:#fff;overflow:hidden;transition:box-shadow .15s,border-color .15s}.mstInPage__card:hover{border-color:#ccc;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.mstInPage__card-stock{position:absolute;left:8px;top:8px;z-index:1;padding:2px 7px;border-radius:2px;background:#e5efe5;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#006400}.mstInPage__card-stock.mstInPage__card-stock--out{background:#fae5e5;color:#e02b27}.mstInPage__card-img{display:flex;align-items:center;justify-content:center;flex-grow:1;flex-shrink:0;flex-basis:auto;min-height:0;height:150px}.mstInPage__card-img img{max-height:100%;max-width:100%;width:auto;object-fit:contain}.mstInPage__card-body{display:flex;flex-direction:column;flex:0 0 auto;padding:10px 12px 12px}.mstInPage__card:not(:has(.mstInPage__card-img)) .mstInPage__card-body{flex:1 1 auto}.mstInPage__card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1.4rem;font-weight:600;line-height:1.3;color:#333;text-decoration:none}.mstInPage__card-title:hover{color:#333;text-decoration:underline}.mstInPage__card-sku{margin-top:3px;font-size:1.2rem;color:#595959}.mstInPage__card-attr{display:block;overflow:hidden;margin-top:4px;font-size:1.2rem;white-space:nowrap;text-overflow:ellipsis;color:#595959}.mstInPage__card-attr .attr-value{font-weight:600;color:#333}.mstInPage__card-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:4px;font-size:1.2rem;line-height:1.4;color:#595959}.mstInPage__card-rating{display:flex;align-items:center;gap:5px;margin-top:6px}.mstInPage__card-rating .rating-summary .rating-result{width:58px}.mstInPage__card-rating .rating-summary .rating-result:before,.mstInPage__card-rating .rating-summary .rating-result>span:before{font-size:10px;letter-spacing:2px}.mstInPage__card-reviews{font-size:1.2rem;color:#595959}.mstInPage__card-price{margin:auto 0 10px;font-weight:700;color:#333}.mstInPage__card-price .old-price .price,.mstInPage__card-price .old-price .price-label{font-weight:400}.mstInPage__card .action.primary{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;gap:6px;width:100%;height:36px;white-space:nowrap}.mstInPage__card .action.primary svg{width:14px;height:14px}.mstInPage__card .to_cart_message{margin-top:6px;padding:5px 10px;font-size:1.2rem}.mstInPage__card .to_cart_message.error{color:#e02b27;background:#fae5e5}.mstInPage__card .to_cart_message.success{color:#006400;background:#e5efe5}.mstInPage__ocard{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0;padding:12px 14px;border:1px solid #e8e8e8;border-radius:3px;background:#fff;color:#333;text-decoration:none}.mstInPage__ocard:hover{border-color:#ccc;background:#f8f8f8;color:#333;text-decoration:none}.mstInPage__ocard.mstInPage__ocard--query{align-items:center}.mstInPage__ocard-thumb{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:3px;overflow:hidden}.mstInPage__ocard-thumb img{max-width:100%;max-height:100%;object-fit:contain}.mstInPage__ocard-body{flex:1;min-width:0}.mstInPage__ocard-title{display:block;font-size:1.4rem;font-weight:600;color:#333}.mstInPage__ocard-title i{margin:0 5px;font-style:normal;font-weight:400;color:#595959}.mstInPage__ocard-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:3px;font-size:1.2rem;line-height:1.4;color:#595959}.mstInPage__ocard-num{margin-left:auto;font-size:1.2rem;color:#595959;font-variant-numeric:tabular-nums}.mstInPage__eyebrow{margin:0 0 14px;font-size:1.2rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#595959}.mstInPage__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.mstInPage__chips.mstInPage__chips--center{justify-content:center}.mstInPage__chips li{margin:0}.mstInPage__chip{display:inline-block;padding:6px 12px;border:1px solid #e8e8e8;border-radius:16px;background:#f6f6f6;font-size:1.2rem;color:#333;text-decoration:none;cursor:pointer}.mstInPage__chip:hover{background:#ececec;color:#333;text-decoration:none}.mstInPage__recent{margin-top:24px}.mstInPage__recentHead{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.mstInPage__recentClear{padding:0;border:none;background:none;font-size:1.2rem;font-weight:600;color:#c02327;cursor:pointer}.mstInPage__recentClear:hover,.mstInPage__recentClear:focus,.mstInPage__recentClear:active{border:none;background:none;color:#c02327;text-decoration:underline}.mstInPage__noResults{flex:1;min-height:0;padding:48px 24px 54px;text-align:center;overflow-y:auto}.mstInPage__noResults-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 20px;border-radius:50%;background:#f6f6f6;color:#595959}.mstInPage__noResults-icon svg{width:26px;height:26px}.mstInPage__noResults-title{margin:0 0 8px;font-size:1.8rem;font-weight:700;color:#111}.mstInPage__noResults-hint{margin:0 0 24px;font-size:1.4rem;color:#595959}.mstInPage__sk-line{display:block;height:10px;border-radius:3px}.mstInPage__sk-line.mstInPage__sk-line--title{width:90px;height:14px}.mstInPage__sk-line.mstInPage__sk-line--wide{width:88%}.mstInPage__sk-line.mstInPage__sk-line--narrow{width:55%}.mstInPage__sk-bucket{display:flex;flex-direction:column;gap:9px;margin-bottom:12px;padding:14px;border:1px solid #e8e8e8;border-radius:3px}.mstInPage__sk-card{pointer-events:none}.mstInPage__sk-cardTitle,.mstInPage__sk-cardSku,.mstInPage__sk-cardAttr,.mstInPage__sk-cardDesc{display:flex;flex-direction:column;justify-content:space-around}.mstInPage__sk-cardTitle>span,.mstInPage__sk-cardSku>span,.mstInPage__sk-cardAttr>span,.mstInPage__sk-cardDesc>span{display:block;height:10px;border-radius:3px}.mstInPage__sk-cardTitle>span:last-child,.mstInPage__sk-cardSku>span:last-child,.mstInPage__sk-cardAttr>span:last-child,.mstInPage__sk-cardDesc>span:last-child{width:60%}.mstInPage__sk-cardTitle{height:37px}.mstInPage__sk-cardSku{height:18px;margin-top:3px}.mstInPage__sk-cardAttr{height:18px;margin-top:4px}.mstInPage__sk-cardDesc{height:35px;margin-top:4px}.mstInPage__sk-cardRating{display:block;width:58px;height:16px;margin-top:11px;border-radius:3px}.mstInPage__sk-cardPrice{display:block;width:72px;height:16px;margin:auto 0 15px;border-radius:3px}.mstInPage__sk-cardCart{display:block;height:36px;border-radius:3px}.mstInPage__sk-ocard{pointer-events:none}.mstInPage__sk-ocardTitle,.mstInPage__sk-ocardDesc{display:flex;flex-direction:column;justify-content:space-around}.mstInPage__sk-ocardTitle>span,.mstInPage__sk-ocardDesc>span{display:block;height:10px;border-radius:3px}.mstInPage__sk-ocardTitle>span:last-child,.mstInPage__sk-ocardDesc>span:last-child{width:60%}.mstInPage__sk-ocardTitle{height:40px}.mstInPage__sk-ocardDesc{height:34px;margin-top:3px}.mstInPage__sk-viewAll{display:block;width:120px;height:12px;border-radius:3px}.mstInPage__sk-tab{display:block;align-self:center;width:76px;height:14px;border-radius:3px}.mstInPage__sk-tab:nth-child(2){width:58px}.mstInPage__sk-tab:nth-child(3){width:92px}.mstInPage__sk-pill{display:block;width:104px;height:33px;border-radius:20px}.mstInPage__sk-sortFilter{display:block;width:124px;height:36px;border-radius:3px}.mstInPage__skeleton .mstInPage__sk-count{display:flex;align-items:center;width:90px;height:20px;justify-self:start}.mstInPage__skeleton .mstInPage__sk-count>span{display:block;width:100%;height:10px;border-radius:3px}.mstInPage__skeleton .mstInPage__sk-paging{display:block;width:180px;height:30px;justify-self:center;border-radius:3px}.mstInPage__skeleton .mstInPage__sk-sorter{display:block;width:150px;height:34px;justify-self:end;border-radius:3px}.mstInPage__highlight{font-weight:600;color:#1979c3}@keyframes mstInPage--loading{to{transform:rotate(1turn)}}@media (min-width:768px){.mstInPage__container{padding:24px}.mstInPage__wrapper{max-width:1300px;max-height:calc(100vh - 48px);border:1px solid #ccc;border-radius:4px;box-shadow:0 24px 70px rgba(0,0,0,0.28)}.mstInPage__wrapper._query{height:calc(100vh - 48px)}.mstInPage__back{display:none}.mstInPage__close{display:flex}.mstInPage__subbar{display:grid}.mstInPage__content.filters_sidebar>.mstInPage__panel{width:270px;flex-shrink:0;padding:14px 12px 14px 16px;overflow-y:auto}.mstInPage__content.filters_sidebar .mstInPage__itemList.magento_catalog_product{grid-template-columns:repeat(4, 1fr)}.mstInPage__content.filters_top{flex-direction:column}.mstInPage__content.filters_top>.mstInPage__panel{flex:none;border-bottom:1px solid #e8e8e8}.mstInPage__content.filters_top .mstInPage__panelBody{padding:12px 16px}.mstInPage__content.filters_top .mstInPage__sidebar{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.mstInPage__content.filters_top .mstInPage__bucketList{display:contents}.mstInPage__content.filters_top .mstInPage__bucket{position:relative;margin-bottom:0;border:none;overflow:visible}.mstInPage__content.filters_top .mstInPage__bucket._expanded .mstInPage__bucketLabel{border-bottom:none}.mstInPage__content.filters_top .mstInPage__bucket._applied .mstInPage__bucketLabel{border-color:#1979c3;background:#e9f4fc;color:#c02327}.mstInPage__content.filters_top .mstInPage__bucketLabel{width:auto;padding:7px 13px;border:1px solid #ccc;border-radius:20px;font-size:1.4rem;white-space:nowrap}.mstInPage__content.filters_top .mstInPage__bucketLabel:hover{border-color:#1979c3}.mstInPage__content.filters_top .mstInPage__bucketExpand{border:none;padding:0}.mstInPage__content.filters_top .mstInPage__bucketExpand svg{width:11px;height:11px}.mstInPage__content.filters_top .mstInPage__bucket._expanded .mstInPage__bucketItemList{position:absolute;left:0;top:calc(100% + 8px);z-index:10;width:272px;box-sizing:border-box;max-height:36vh;overflow-y:auto;padding:6px 14px 10px;border:1px solid #ccc;border-radius:3px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,0.16)}.mstInPage__content.filters_top .mstInPage__itemList.magento_catalog_product{grid-template-columns:repeat(5, 1fr)}.mstInPage__content.disable>.mstInPage__panel{display:none}.mstInPage__content.disable .mstInPage__itemList.magento_catalog_product{grid-template-columns:repeat(5, 1fr)}.mstInPage__itemList{grid-template-columns:repeat(3, 1fr)}}@media (max-width:767px){.mstInPage__container{overflow:hidden}.mstInPage__wrapper{max-width:100%;height:100%;max-height:100%}.mstInPage__content{position:relative}.mstInPage__header{gap:8px;padding:8px 10px}.mstInPage__back{display:flex;border:none}.mstInPage__search{height:36px;padding:0 8px;border:1px solid #00699D;border-radius:1px}.mstInPage__search input[type="search"]{font-size:1.6rem}.mstInPage__viewAll,.mstInPage__indexList-desktop{display:none}.mstInPage__tabs{display:flex}.mstInPage__indexList{gap:6px}.mstInPage__sk-tab{width:86px;height:30px;border-radius:20px}.mstInPage__sk-tab:nth-child(2){width:68px}.mstInPage__sk-tab:nth-child(3){width:100px}.mstInPage__indexList .mstInPage__index{padding:6px 10px;border:1px solid #ccc;border-radius:20px}.mstInPage__indexList .mstInPage__index:hover,.mstInPage__indexList .mstInPage__index:focus,.mstInPage__indexList .mstInPage__index:active{border:1px solid #ccc;border-radius:20px;background:none}.mstInPage__indexList .mstInPage__index._active,.mstInPage__indexList .mstInPage__index._active:hover,.mstInPage__indexList .mstInPage__index._active:focus,.mstInPage__indexList .mstInPage__index._active:active{border-color:#1979c3;background:#e9f4fc}.mstInPage__mobileSubbar{display:flex}.mstInPage__itemList{gap:10px;padding:12px}.mstInPage__itemList.magento_catalog_product{grid-template-columns:repeat(2, 1fr);grid-auto-rows:minmax(var(--mst-fs-card-min-mobile, 360px), auto)}.mstInPage__card-img{height:130px}.mstInPage__pagination-wrap{padding:12px 12px 16px}.mstInPage__noResults{padding:36px 20px 42px}.mstInPage__panelBackdrop{display:block;position:absolute;left:0;top:0;right:0;bottom:0;z-index:5;background:rgba(51,51,51,0.45)}.mstInPage__content .mstInPage__panel{position:absolute;left:0;right:0;bottom:0;z-index:6;width:auto;max-height:86%;border-radius:14px 14px 0 0;box-shadow:0 -12px 40px rgba(0,0,0,0.28);transform:translateY(101%);visibility:hidden;transition:transform .25s ease,visibility .25s ease}.mstInPage__content .mstInPage__panel._open{transform:translateY(0);visibility:visible}.mstInPage__content .mstInPage__panel._dragging{transition:none}.mstInPage__panelBody{overflow-y:auto;padding:6px 16px}.mstInPage__sheetHandle,.mstInPage__sheetHead,.mstInPage__sheetFoot,.mstInPage__sheetSort{display:flex}.mstInPage__sheetFoot{display:block}.mstInPage__sheetClear{display:inline-block}.mstInPage__sheetHead .mstInPage__close{display:flex;border:none}.mstInPage__skeleton .mstInPage__panel{display:none}}.shq-calendar-box,.form.methods-shipping select.shq-timeslot-drop{background-position:10px 12px, right 16px;background-repeat:no-repeat;background-size:18px, 22px 12px;padding:10px 28px 10px 36px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;background-color:#4A90E2;color:white;border-radius:3px;min-height:42px;line-height:22px;font-size:13px;transition:all .4s ease}.shq-calendar-box:hover,.form.methods-shipping select.shq-timeslot-drop:hover{background-color:#3074C4;cursor:pointer}.form.methods-shipping select.shq-timeslot-drop option{background-color:white;color:#333;margin-top:5px;margin-bottom:5px}.shq-calendar-box{position:relative;background-image:url('../../frontend/DGX/horizon/en_US/ShipperHQ_Calendar/images/ico-cal.svg'),url('../../frontend/DGX/horizon/en_US/ShipperHQ_Calendar/images/ico-dn.svg')}.form.methods-shipping select.shq-timeslot-drop{border:none;margin-top:0;background-image:url('../../frontend/DGX/horizon/en_US/ShipperHQ_Calendar/images/ico-time.svg'),url('../../frontend/DGX/horizon/en_US/ShipperHQ_Calendar/images/ico-dn.svg')}.shq-calendar-change{position:absolute;top:14px;left:10px}.shq-calendar-change .ui-datepicker-trigger:before{color:white;font-size:20px}.shq_datepicker_inline{position:relative}.shq_datepicker_inline .ui-datepicker-inline{position:absolute;display:block;top:44px;width:49%;margin-bottom:20px}@media only screen and (max-width:480px){.shq_datepicker_inline .ui-datepicker-inline{width:100%}}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:50%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:50%}.table-wrapper.billing-agreements{margin-bottom:40px}.payment-method-content .pay-later-message{margin-bottom:10px;margin-top:10px}.paypal{display:inline-block;vertical-align:top}.block-minicart .paypal,.cart-summary .paypal{display:block}.paypal img{display:block;margin:5px auto 0}.opc .paypal{vertical-align:middle}.paypal.acceptance{display:block;margin:0 0 20px}.map-form-addtocart .paypal{display:block;margin:10px auto 5px}.cart-summary .paypal+.paypal{margin-top:25px}.paypal-review .actions-toolbar{margin-top:10px}.paypal-review .paypal-review-title{padding:0 0 10px}.paypal-review .paypal-review-title>strong{font-size:2.4rem;font-weight:300}.paypal-review .paypal-review-title .action{display:inline-block;margin:12px 0 0 30px}.paypal-review .table-paypal-review-items .col.name{padding-top:16px}.paypal-review .table-paypal-review-items .col.qty{text-align:center}.paypal-review .item-options dt{display:inline-block}.paypal-review .item-options dt:after{content:': '}.paypal-review .item-options dd{margin:0}.paypal-review-discount{border-bottom:1px solid #ccc;margin:0 0 40px;padding:10px 0 0}.fotorama-video-container:after{background:url('../../frontend/DGX/horizon/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;bottom:0;content:'';height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.fotorama-video-container .magnify-lens{display:none !important}.fotorama-video-container.video-unplayed:hover img{opacity:.6}.fotorama-video-container.video-unplayed:hover:after{transform:scale(1.25)}.video-thumb-icon:after{background:url('../../frontend/DGX/horizon/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;bottom:0;content:'';height:40px;left:0;margin:auto;position:absolute;right:0;top:10px;width:49px}.product-video{bottom:0;height:75%;left:0;margin:auto;position:absolute;right:0;top:0;width:100%}.product-video iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:9999}.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after{bottom:0;content:'';height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.fotorama__product-video--loading:after{visibility:hidden}@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape){.product-video{height:100%;width:81%}}.block-reward-info .reward-rates:not(:last-child),.block-reward-info .reward-limit:not(:last-child),.block-reward-info .reward-expiring:not(:last-child){margin-bottom:25px}.block-reward-info .reward-rates .title,.block-reward-info .reward-limit .title,.block-reward-info .reward-expiring .title{display:inline-block;margin-bottom:10px}.opc-wrapper .form-discount{max-width:500px}.swatch-attribute-label{font-weight:700;position:relative}.swatch-attribute-label.required{padding-right:10px}.swatch-attribute-label[data-required='1']:after{color:#e02b27;content:'*';font-size:14px;font-weight:700;position:absolute;right:-11px;top:-2px}.swatch-attribute-selected-option{color:#646464;padding-left:17px}.swatch-attribute-options{margin:10px 0}.swatch-attribute-options:focus{box-shadow:none}.swatch-attribute-options .swatch-option-tooltip-layered .title{color:#282828;bottom:-5px;height:20px;left:0;margin-bottom:10px;position:absolute;text-align:center;width:100%}.swatch-attribute.size .swatch-option,.swatch-attribute.manufacturer .swatch-option{background:#f0f0f0;color:#474747}.swatch-attribute.size .swatch-option.selected,.swatch-attribute.manufacturer .swatch-option.selected{background:#fff;border:1px solid #fff;color:#000}.swatch-option{border:1px solid #dadada;cursor:pointer;float:left;height:20px;margin:0 10px 5px 0;max-width:100%;min-width:30px;overflow:hidden;padding:1px 2px;position:relative;text-align:center;text-overflow:ellipsis}.swatch-option:focus{box-shadow:0 0 3px 1px #00699D}.swatch-option.text{background:#f0f0f0;color:#686868;font-size:12px;font-weight:700;line-height:20px;margin-right:7px;min-width:22px;padding:4px 8px}.swatch-option.text.selected{background-color:#fff}.swatch-option.selected{outline:2px solid #ff5501;border:1px solid #fff;color:#333}.swatch-option:not(.disabled):hover{border:1px solid #fff;color:#333;outline:1px solid #999}.swatch-option.image:not(.disabled):hover,.swatch-option.color:not(.disabled):hover{border:1px solid #fff;outline:2px solid #c34000}.swatch-option.disabled{box-shadow:unset;cursor:default;pointer-events:none}.swatch-option.disabled:after{background:linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(42%, rgba(255,255,255,0)), color-stop(43%, #fff), color-stop(46%, #fff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #fff), color-stop(57%, #fff), color-stop(58%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);bottom:0;content:'';filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';left:0;position:absolute;right:0;top:0}.swatch-option-disabled{border:0;cursor:default;outline:none !important}.swatch-option-disabled:after{-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);transform:rotate(-30deg);background:#e02b27;content:'';height:2px;left:-4px;position:absolute;top:10px;width:42px;z-index:995}.swatch-option-loading{content:url('../../frontend/DGX/horizon/en_US/images/loader-2.gif')}.swatch-option-tooltip{border:1px solid #dadada;color:#474747;background:#fff;display:none;max-height:100%;min-height:20px;min-width:20px;padding:5px;position:absolute;text-align:center;z-index:999}.swatch-option-tooltip .corner,.swatch-option-tooltip-layered .corner{bottom:0;height:8px;left:40%;position:absolute}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before,.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-style:solid;content:'';font-size:1px;height:0;position:relative;width:0}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before{border-color:#adadad transparent transparent transparent;border-width:8px 8.5px 0 8.5px;left:0;top:2px}.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-color:#fff transparent transparent transparent;border-width:7px 7.5px 0 7.5px;left:-15px;top:1px}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{display:block;height:130px;margin:0 auto;width:130px}.swatch-option-tooltip-layered{background:#fff;border:1px solid #dadada;color:#474747;display:none;left:-47px;position:absolute;width:140px;z-index:999}.swatch-option-tooltip .title{color:#282828;display:block;max-height:200px;min-height:20px;overflow:hidden;text-align:center}.swatch-option-link-layered{margin:0 !important;padding:0 !important;position:relative}.swatch-option-link-layered:focus>div{box-shadow:0 0 3px 1px #00699D}.swatch-option-link-layered:hover>.swatch-option-tooltip-layered{display:block}.swatch-opt{margin:20px 0}.swatch-opt-listing{margin-bottom:10px}.swatch-more{display:inline-block;margin:2px 0;padding:2px;position:static}.swatch-visual-tooltip-layered{height:160px;top:-170px}.swatch-textual-tooltip-layered{height:30px;top:-40px}.swatch-input{left:-1000px;position:absolute;visibility:hidden}.clearfix:after{clear:both;content:'';display:block;height:0;visibility:hidden}.minilist .weee{display:table-row;font-size:1.1rem}.minilist .weee:before{display:none}.price-container.weee:before{display:none}.catalogsearch-advanced-result .message.error{margin-top:-60px}.bundle-actions{margin:0 0 30px}.bundle-options-container{clear:both;margin-bottom:40px}.bundle-options-container .legend.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0rem;margin-bottom:2rem;border:0;padding:0}.bundle-options-container .product-add-form{display:none}.bundle-options-container .product-options-wrapper{margin-bottom:30px}.bundle-options-container .product-options-wrapper .fieldset>.field{border-top:1px #e4e4e4 solid;padding-top:20px}.bundle-options-container .product-options-wrapper .fieldset>.field:first-of-type{border-top:0;padding-top:0}.bundle-options-container .product-options-wrapper .field.choice input{float:left;margin-top:4px}.bundle-options-container .product-options-wrapper .field.choice .label{display:block;margin-left:24px}.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax{display:inline-block}.bundle-options-container .action.back{margin-bottom:30px}.bundle-options-container .block-bundle-summary>.title{margin-bottom:15px}.bundle-options-container .block-bundle-summary>.title>strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.bundle-options-container .block-bundle-summary>.title,.bundle-options-container .block-bundle-summary .bundle-summary .subtitle{border-bottom:1px #e4e4e4 solid;margin-bottom:25px;padding-bottom:16px}.bundle-options-container .block-bundle-summary .price-box{margin-bottom:20px}.bundle-options-container .block-bundle-summary .price-box .price-label{display:block;margin-bottom:5px}.bundle-options-container .block-bundle-summary .bundle-summary{margin-top:30px}.bundle-options-container .block-bundle-summary .bundle-summary.empty{display:none}.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem;display:block}.bundle-options-container .block-bundle-summary .bundle.items>li{margin-bottom:20px}.bundle-options-container .block-bundle-summary .product-addto-links{text-align:center}.bundle-options-container .block-bundle-summary .product-addto-links>.action{margin-right:5%}.bundle-options-container .block-bundle-summary .product-addto-links>.action.tocompare:before{content:'\e61e'}.bundle-options-container p.required{color:#e02b27}.bundle-options-container .nested .field.qty{margin:0 0 20px;margin-top:20px}.bundle-options-container .nested .field.qty>.label{margin:0 0 8px;display:inline-block}.bundle-options-container .nested .field.qty .label{font-weight:600}.bundle-options-container .nested .field.qty:last-child{margin-bottom:0}.bundle-options-container .price{font-weight:600}.bundle-options-container .product-options-bottom{border-top:1px solid #ccc;clear:left;margin:0 0 40px;padding-top:20px}.products{margin:30px 0}.product-items{font-size:0;letter-spacing:-1px;line-height:0}.product-item{font-size:1.4rem;line-height:normal;letter-spacing:normal;vertical-align:top}.products-grid .product-item{display:inline-block;margin-left:2%;width:calc((100% - 2%)/2)}.product-item:nth-child(2n + 1){margin-left:0}.product-item-name{-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;display:block;hyphens:auto;margin:5px 0;word-wrap:break-word}.product-item-info{max-width:100%;width:152px}.page-products .product-item-info{width:240px}.product-item-actions{font-size:0}.product-item-actions>*{font-size:1.4rem}.product-item-actions .actions-secondary{display:inline-block;font-size:1.4rem;vertical-align:middle}.product-item-actions .actions-secondary>button.action{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.product-item-actions .actions-secondary>button.action:focus,.product-item-actions .actions-secondary>button.action:active{background:none;border:none}.product-item-actions .actions-secondary>button.action:hover{background:none;border:none}.product-item-actions .actions-secondary>button.action.disabled,.product-item-actions .actions-secondary>button.action[disabled],fieldset[disabled] .product-item-actions .actions-secondary>button.action{pointer-events:none;opacity:.5}.product-item-actions .actions-secondary>.action{line-height:35px;text-align:center;width:35px}.product-item-actions .actions-secondary>.action:before{margin:0}.product-item-actions .actions-primary{display:inline-block;vertical-align:middle}.product-item-actions .actions-primary>.stock.unavailable{line-height:1;padding-bottom:10px;padding-right:24px;padding-top:10px}.product-item-description{margin:25px 0}.product-item .product-reviews-summary .rating-summary{margin:0 4px 0 0}.product-item .product-reviews-summary .reviews-actions{font-size:12px;margin-top:5px}.product-item .price-box{margin:10px 0 25px}.product-item .price-box .price{font-weight:700;white-space:nowrap}.product-item .price-box .price-label{color:#666;font-size:12px}.product-item .old-price{margin:5px 0}.product-item .old-price .price{font-weight:normal}.product-item .regular-price .price-label{display:none}.product-item .minimal-price .price-container{display:block}.product-item .minimal-price-link{margin-top:5px}.product-item .price-from,.product-item .price-to{margin:0}.product-item .tocompare:before{content:'\e61e'}.product-item .tocart{font-size:1.3rem;border-radius:0;line-height:1;padding-bottom:10px;padding-top:10px;white-space:nowrap}.column.main .product-items{margin-left:0}.column.main .product-item{padding-left:0}.price-container .price{font-size:1.4rem}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee{margin-top:5px}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee,.price-container .price-including-tax+.price-excluding-tax .price,.price-container .weee .price,.price-container .weee+.price-excluding-tax:before,.price-container .weee+.price-excluding-tax .price{font-size:1.1rem}.price-container .weee:before{content:'(' attr(data-label) ': '}.price-container .weee:after{content:')'}.price-container .weee+.price-excluding-tax:before{content:attr(data-label) ': '}.products-list .product-item{display:table;width:100%}.products-list .product-item-info{display:table-row}.products-list .product-item-photo{display:table-cell;padding:0 30px 30px 0;vertical-align:top;width:1%}.products-list .product-item-details{display:table-cell;vertical-align:top}.page-products .columns{padding-top:60px;position:relative;z-index:1}.toolbar{margin-bottom:30px;text-align:center}.toolbar select{background-color:#f0f0f0;box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);border-radius:3px}.toolbar .sorter-action{position:relative;top:-2px}.toolbar-amount{left:0;line-height:18px;margin:0;padding:7px 0;text-align:left;top:0;vertical-align:middle}.products.wrapper~.toolbar .toolbar-amount{display:none}.page-with-filter .toolbar-amount{position:static}.toolbar-products{background-color:transparent}.toolbar-products .pages{display:none}.products.wrapper~.toolbar-products .pages{display:block}.toolbar .pages{margin-bottom:25px}.sorter{float:right}.page-products .sorter{position:absolute;right:0;top:0;z-index:1}.products.wrapper~.toolbar .sorter{display:none}.sorter-options{margin:0 5px 0 7px;width:auto}.sorter-action{display:inline-block;text-decoration:none}.sorter-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#757575;content:'\e613';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sorter-action:hover:before{color:#333}.sorter-action>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sorter-action.sort-desc:before{content:'\e614'}.modes{display:none}.limiter-options{margin:0 5px 0 7px;width:auto}.limiter-label{font-weight:400}.page-products .toolbar .limiter{display:none}.limiter .control{display:inline-block}.old-price,.old.price{color:#666}.prices-tier .price-container .price-including-tax+.price-excluding-tax:before{content:'(' attr(data-label) ':'}.prices-tier .price-container .price-including-tax+.price-excluding-tax:last-child:after{content:')'}.prices-tier .price-container .weee[data-label]{display:inline}.prices-tier .price-container .weee[data-label]:before{content:' +' attr(data-label) ':'}.actual-price{font-weight:700}.category-image .image{display:block;height:auto;max-width:100%}.category-cms,.category-image,.category-description{margin-bottom:20px}.product-image-container{display:inline-block;max-width:100%}.product-image-wrapper{display:block;height:0;overflow:hidden;position:relative;z-index:1}.product-image-photo{bottom:0;display:block;left:0;margin:auto;position:absolute;right:0;top:0;width:auto}.product.media .placeholder .photo.container{max-width:100%}.product.media .notice{margin:10px 0;color:#595959;font-size:1.2rem}.product.media .product.thumbs{margin:10px 0 25px}.product.media .items.thumbs{margin:0;padding:0;list-style:none none}.product.media .items.thumbs>li{display:inline-block;vertical-align:top}.product.media .items.thumbs>li{margin:1rem 0 0}.product.media .items.thumbs img{display:block}.product.media .items.thumbs .active{display:block;line-height:1}.product.info.detailed{clear:both;margin-bottom:30px}.product.info.detailed .additional-attributes{width:auto;border:none}.product.info.detailed .additional-attributes>thead>tr>th,.product.info.detailed .additional-attributes>tbody>tr>th,.product.info.detailed .additional-attributes>tfoot>tr>th,.product.info.detailed .additional-attributes>thead>tr>td,.product.info.detailed .additional-attributes>tbody>tr>td,.product.info.detailed .additional-attributes>tfoot>tr>td{border:none}.product.info.detailed .additional-attributes>thead>tr>td,.product.info.detailed .additional-attributes>tbody>tr>td,.product.info.detailed .additional-attributes>tfoot>tr>td{padding:5.5px 5px 10px 5px}.product.info.detailed .additional-attributes>thead>tr>th,.product.info.detailed .additional-attributes>tbody>tr>th,.product.info.detailed .additional-attributes>tfoot>tr>th{padding:5.5px 30px 10px 0}.product-info-main .product-info-price{color:#575757;border-bottom:1px solid #c1c1c1;display:table;margin-bottom:15px;width:100%}.product-info-main .product-info-price .price-box{display:inline-block;vertical-align:top;width:auto}.product-info-main .product-info-price .price-box .price-container>span{display:block;margin-bottom:5px}.product-info-main .product-info-price .price-box .price-container>span:last-child{margin-bottom:0}.product-info-main .product-info-price .price-including-tax+.price-excluding-tax,.product-info-main .product-info-price .weee+.price-excluding-tax,.product-info-main .product-info-price .weee{font-size:1.4rem}.product-info-main .product-info-price .price-including-tax+.price-excluding-tax .price,.product-info-main .product-info-price .weee+.price-excluding-tax .price,.product-info-main .product-info-price .weee .price{font-size:1.4rem;font-weight:600;line-height:16px}.product-info-main .product-info-price .price-wrapper .price{font-size:2.2rem;font-weight:600;line-height:22px}.product-info-main .product-info-price .old-price .price-wrapper .price{font-size:2rem;font-weight:300}.product-info-main .product-info-price .special-price .price-label:after{content:': '}.product-info-main .product-info-price .price{white-space:nowrap}.product-info-main .product-info-stock-sku{display:inline-block;float:right;padding-bottom:10px;padding-left:10%;text-align:right;vertical-align:top}.product-info-main .stock{margin:0 0 3px}.product-info-main .stock.available,.product-info-main .stock.unavailable{font-weight:700;text-transform:uppercase}.product-info-main .product.attribute.sku{word-break:break-all;word-wrap:break-word}.product-info-main .product.attribute.sku .type{font-weight:normal;margin-right:5px}.product-info-main .product.attribute.sku .type:after{content:'#:'}.product-info-main .product.attribute.sku .value{display:inline-block}.product-info-main .product.attribute.overview{margin:20px 0}.product-info-main .product.alert{margin:10px 0}.product-info-main .product-add-form{clear:both;padding-top:15px}.product-info-main .product-reviews-summary{float:left}.product-info-main .product-options-bottom .box-tocart{margin-top:20px}.product-options-wrapper .fieldset:focus{box-shadow:none}.product-options-wrapper .fieldset-product-options-inner .legend{font-weight:600;font-size:1.4rem;border:none;display:inline-block;float:none;margin:0 0 8px;padding:0}.product-options-wrapper .fieldset-product-options-inner input.datetime-picker~select.datetime-picker{margin-top:10px}.product-options-wrapper .fieldset-product-options-inner.required .legend:after,.product-options-wrapper .fieldset-product-options-inner._required .legend:after{content:'*';color:#e02b27;font-size:1.2rem}.product-options-wrapper .field .note{display:block;margin-top:5px}.product-options-wrapper .field .note.mage-error{color:#e02b27}.product-options-bottom .price-box,.product-info-price .price-box{color:#575757;display:table-cell;padding-bottom:10px;vertical-align:top}.product-options-bottom .price-box .old-price,.product-info-price .price-box .old-price{font-size:20px;font-weight:300}.product-options-bottom .price-box .old-price .price-container>span,.product-info-price .price-box .old-price .price-container>span{display:inline-block}.product-options-bottom .price-box .price-container>span,.product-info-price .price-box .price-container>span{display:block;margin-bottom:5px}.product-options-bottom .price-box .price-container>span:last-child,.product-info-price .price-box .price-container>span:last-child{margin-bottom:0}.product-options-bottom .price-box .price-container .price,.product-info-price .price-box .price-container .price{font-size:22px;font-weight:600;line-height:22px}.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax,.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax,.product-options-bottom .price-box .price-container .weee+.price-excluding-tax,.product-info-price .price-box .price-container .weee+.price-excluding-tax,.product-options-bottom .price-box .price-container .weee,.product-info-price .price-box .price-container .weee{font-size:1.2rem;line-height:14px}.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price,.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price,.product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price,.product-info-price .price-box .price-container .weee+.price-excluding-tax .price,.product-options-bottom .price-box .price-container .weee .price,.product-info-price .price-box .price-container .weee .price{font-size:1.2rem;font-weight:700}.box-tocart .action.tocart{vertical-align:top}.box-tocart .action.tocart:not(:last-child){margin-bottom:15px}.product-addto-links{display:inline}.product-addto-links .action{margin-right:5%}.product-social-links{margin:0 0 20px;text-align:center}.product-social-links .action.tocompare:before{content:'\e61e'}.prices-tier{margin-bottom:15px}.prices-tier .item{margin-bottom:10px}.prices-tier .item:last-child{margin-bottom:0}.prices-tier .price-excluding-tax,.prices-tier .price-including-tax{display:inline-block}.minimal-price-link,.price-excluding-tax,.price-including-tax{display:block;white-space:nowrap}.ui-dialog-titlebar-close{line-height:1.42857143;margin:0;padding:0;color:#c02327;text-decoration:none;background:none;border:0;display:inline}.ui-dialog-titlebar-close:visited{color:#c02327;text-decoration:none}.ui-dialog-titlebar-close:hover{color:#c02327;text-decoration:underline}.ui-dialog-titlebar-close:active{color:#ff5501;text-decoration:underline}.ui-dialog-titlebar-close:hover,.ui-dialog-titlebar-close:active,.ui-dialog-titlebar-close:focus{background:none;border:0}.ui-dialog-titlebar-close.disabled,.ui-dialog-titlebar-close[disabled],fieldset[disabled] .ui-dialog-titlebar-close{color:#c02327;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.sidebar .product-items .product-item{margin-bottom:20px;position:relative}.sidebar .product-items .product-item-info{position:relative;width:auto}.sidebar .product-items .product-item-info .product-item-photo{left:0;position:absolute;top:0}.sidebar .product-items .product-item-name{margin-top:0}.sidebar .product-items .product-item-details{margin:0 0 0 85px}.sidebar .product-items .product-item-actions{display:block;margin-top:10px}.sidebar .product-items .price-box{display:block;margin:7px 0}.sidebar .product-items .text{margin-right:8px}.sidebar .product-items .counter{color:#7d7d7d;font-size:12px;white-space:nowrap}.sidebar .product-items .minilist .price{display:inline;padding:0}.sidebar .product-items .minilist .weee:before{display:inline-block}.sidebar .product-items .action.delete{position:absolute;right:0;top:0}.sidebar .block-compare .action.delete{right:initial}.sidebar .action.tocart{border-radius:0}.sidebar .product-items-images{margin-left:-5px}.sidebar .product-items-images .product-item{float:left;padding-left:5px}.sidebar .product-items-names .product-item{display:flex;margin-bottom:10px}.sidebar .product-items-names .product-item-name{margin:0}.catalog-category-view.page-layout-1column .column.main{min-height:inherit}body.catalog-product-compare-index .action.print{float:right;margin:15px 0}.table-wrapper.comparison{clear:both;max-width:100%;overflow-x:auto;position:relative}.table-wrapper.comparison .table-comparison>tbody>tr>th,.table-wrapper.comparison .table-comparison>tbody>tr>td{border-top:0}.table-comparison{table-layout:fixed}.table-comparison .cell{padding:15px;width:180px}.table-comparison .cell.label{border-right:1px solid #ccc}.table-comparison .cell.label .attribute.label{display:block;width:100%;word-wrap:break-word}.table-comparison .cell.product.info,.table-comparison .cell.product.label{border-bottom:1px solid #ccc}.table-comparison .cell.attribute{font-size:1.3rem}.table-comparison .cell.attribute img{height:auto;max-width:100%}.table-comparison .cell.remove{padding-bottom:0;padding-top:0;text-align:right}.table-comparison .cell.remove .action.delete{margin-right:.6rem}.table-comparison .cell .attribute.value{overflow:hidden;width:100%}.table-comparison td:last-child{border-right:1px solid #ccc}.table-comparison .product-item-photo{display:block;margin:0 auto 15px}.table-comparison .product-image-photo{margin-left:0}.table-comparison .product-item-actions,.table-comparison .price-box,.table-comparison .product.rating,.table-comparison .product-item-name{display:block;margin:15px 0}.table-comparison .product-addto-links{margin-top:15px}.table-comparison .product-addto-links .action.toggle{padding:0}.table-comparison .product-addto-links .action.split,.table-comparison .product-addto-links .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.table-comparison .action.tocart{white-space:nowrap}.comparison.headings{background:#fff;left:0;position:absolute;top:0;width:auto;z-index:2}.block-compare .product-item .product-item-name{margin-left:22px}.block-compare .action.delete{left:0;position:absolute;top:0}.block-compare .actions-toolbar{margin:17px 0 0}.block.related .action.select{vertical-align:top}.block.related .product-item-details{position:relative;z-index:1}.block.related .related-available .product-item-name{margin-left:20px}.block.related .field.choice{left:0;position:absolute;top:2px}.page-product-configurable #product_addtocart_form .swatch-attribute.required>.swatch-attribute-label:after,.page-product-configurable #product_addtocart_form .swatch-attribute.required>.label:after{content:'*';color:#e02b27;margin-left:5px;font-weight:600}.search .fieldset .control .addon input{flex-basis:auto;width:100%}.block-search{margin-bottom:0}.block-search .block-title{display:none}.block-search .block-content{margin-bottom:0}.block-search .label{text-decoration:none;display:inline-block;float:right}.block-search .label>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-search .label:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#757575;content:'\e615';font-family:'luma-icons';margin:0 10px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-search .label:hover:before{color:#333}.block-search .label:active:before{color:#333}.block-search .label.active+.control input{position:static}.block-search .action.search{display:none}.block-search .control{border-top:1px solid #ccc;clear:both;margin:0 -15px -1px;padding:0 15px}.block-search input{font-size:16px;left:-300%;margin:15px 0;position:absolute}.block-search .nested{display:none}.search-autocomplete{display:none;margin-top:-15px;overflow:hidden;position:absolute;z-index:3}.search-autocomplete ul{margin:0;padding:0;list-style:none none}.search-autocomplete ul:not(:empty){background:#fff;border:1px solid #c2c2c2;border-top:0}.search-autocomplete ul li{border-top:1px solid #e5e5e5;cursor:pointer;margin:0;padding:5px 40px 5px 10px;position:relative;text-align:left;white-space:normal}.search-autocomplete ul li:first-child{border-top:none}.search-autocomplete ul li:hover,.search-autocomplete ul li.selected{background:#e8e8e8}.search-autocomplete ul li .amount{color:#999;position:absolute;right:7px;top:5px}.form.search.advanced .fields.range .field:first-child{position:relative}.form.search.advanced .fields.range .field:first-child .control{padding-right:25px}.form.search.advanced .fields.range .field:first-child .control:after{content:' \2013 ';display:inline-block;position:absolute;right:0;text-align:center;top:6px;width:25px}.form.search.advanced .fields.range .field:last-child{position:relative}.form.search.advanced .fields.range .field:last-child div.mage-error{left:0;position:absolute;top:32px}.form.search.advanced .fields.range .field.with-addon .control{padding-right:45px}.form.search.advanced .group.price .addon .addafter{background:none;border:0;padding-top:6px;position:absolute;right:0;top:0}.search-terms{line-height:2em}.search-terms>li{display:inline-block;margin-right:10px}.search.found{margin-bottom:10px}.checkout-cart-index .page-main{padding-left:0;padding-right:0}.checkout-cart-index .page-title-wrapper{padding-left:15px;padding-right:15px}.cart-summary{background:#f5f5f5;margin-bottom:25px;padding:1px 0 25px}.cart-summary>.title{font-size:2.4rem;display:none;font-weight:300;margin:12px 0}.cart-summary .block form:not(:last-of-type) .fieldset{margin:0 0 25px}.cart-summary .block .price{font-weight:700}.cart-summary .block .field{margin:0 0 16px}.cart-summary .block .actions-toolbar>.primary{text-align:left}.cart-summary .block .actions-toolbar>.primary .action.primary{width:auto}.cart-summary .block .title strong{font-size:1.4rem;font-weight:600}.cart-summary .block .item-options{margin:0 0 16px}.cart-summary .block .item-options .field .radio{float:left;margin-top:4px}.cart-summary .block .item-options .field .radio+.label{display:block;margin:0;overflow:hidden}.page-main .cart-summary .block{margin-bottom:0}.cart-summary .checkout-methods-items{margin:20px 0 0;padding:0 15px;text-align:center}.cart-summary .checkout-methods-items .action.primary.checkout{width:100%}.cart-summary .checkout-methods-items .item{margin-bottom:25px}.cart-summary .checkout-methods-items .item:last-child{margin-bottom:0}.cart-summary .message{padding-left:20px}.cart-summary .message>*:first-child:before{display:none}.cart-totals tbody .mark,.cart-totals tfoot .mark{text-align:left}.cart-totals .discount.coupon{display:none}.cart.table-wrapper .cart thead tr th.col{border-bottom:1px solid #ccc;padding-bottom:15px;padding-top:24px}.cart.table-wrapper .cart tbody td{border:0}.cart.table-wrapper .cart>.item{border-bottom:1px solid #ccc;position:relative}.cart.table-wrapper .col{padding-top:15px}.cart.table-wrapper .col.price,.cart.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp{padding:20px 11px 10px;text-align:center}.cart.table-wrapper .col.qty{padding:20px 11px 10px;text-align:center}.cart.table-wrapper .col.qty .input-text{height:36px;margin-top:-7px;text-align:center;width:60px}.cart.table-wrapper .col>.price{color:#7d7d7d;font-size:1.8rem;font-weight:700}.cart.table-wrapper .item-actions td{padding-bottom:0;padding-left:15px;padding-right:15px;white-space:normal}.cart.table-wrapper .item .col.item{display:block;min-height:75px;padding:15px 15px 10px 90px;position:relative}.cart.table-wrapper .actions-toolbar{min-height:20px;padding-bottom:15px;position:relative}.cart.table-wrapper .actions-toolbar>.action-edit,.cart.table-wrapper .actions-toolbar>.action-delete{position:absolute;right:16px;top:0;display:inline-block;text-decoration:none}.cart.table-wrapper .actions-toolbar>.action-edit>span,.cart.table-wrapper .actions-toolbar>.action-delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .actions-toolbar>.action-edit:before,.cart.table-wrapper .actions-toolbar>.action-delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .actions-toolbar>.action-edit:hover:before,.cart.table-wrapper .actions-toolbar>.action-delete:hover:before{color:#333}.cart.table-wrapper .actions-toolbar>.action-edit:active:before,.cart.table-wrapper .actions-toolbar>.action-delete:active:before{color:#757575}.cart.table-wrapper .actions-toolbar>.action-delete{right:0}.cart.table-wrapper .actions-toolbar>.action-delete:before{content:'\e604'}.cart.table-wrapper .actions-toolbar>.action-delete:hover{text-decoration:none}.cart.table-wrapper .action{margin-right:25px}.cart.table-wrapper .action:last-child{margin-right:0}.cart.table-wrapper .action.help.map{font-weight:400}.cart.table-wrapper .product-item-photo{display:block;left:15px;max-width:65px;padding:0;position:absolute;top:15px;width:100%}.cart.table-wrapper .product-item-name{font-size:1.8rem;display:block;margin:-3px 0 5px}.cart.table-wrapper .gift-registry-name-label:after{content:':'}.cart.table-wrapper .item-options{margin-bottom:0}.cart.table-wrapper .product-item-name+.item-options{margin-top:20px}.cart.table-wrapper .action.configure{display:inline-block;margin:10px 0 0}.cart.table-wrapper .item .message{margin-top:20px}.cart-products-toolbar .toolbar-amount{left:inherit;margin:25px 0 15px;padding:0;position:relative;text-align:center;top:inherit}.cart-products-toolbar-top{border-bottom:1px solid #ccc}.cart-discount{border-bottom:1px solid #ccc;clear:left}.cart-empty{padding-left:15px;padding-right:15px}.cart-tax-info+.cart-tax-total,.cart .cart-tax-info+.cart-tax-total{display:block}.cart.table-wrapper .col.price,.order-items.table-wrapper .col.price,.cart.table-wrapper .col.qty,.order-items.table-wrapper .col.qty,.cart.table-wrapper .col.subtotal,.order-items.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp,.order-items.table-wrapper .col.msrp{text-align:right}.block.crosssell{padding:0 15px;margin-top:70px}.block.crosssell .product-item-info{width:200px}.block-minicart .items-total{float:left;margin:0 10px}.block-minicart .items-total .count{font-weight:700}.block-minicart .subtotal{margin:0 10px 10px;text-align:right}.block-minicart .amount .price-wrapper:first-child .price{font-size:18px;font-weight:700}.block-minicart .subtitle{display:none}.block-minicart .subtitle.empty{display:block;font-size:14px;padding:30px 0 20px;text-align:center}.block-minicart dl.product.options.list{display:inline-block;vertical-align:top}.block-minicart .text.empty{text-align:center}.block-minicart .block-content>.actions{margin-top:15px}.block-minicart .block-content>.actions>.secondary{text-align:center}.block-minicart .block-content>.actions>.primary{margin:0 10px 15px}.block-minicart .block-content>.actions>.primary .action.primary{display:block;width:100%}.block-minicart .block-content>.actions .paypal-logo{margin-top:15px;text-align:center}.block-minicart .block-category-link,.block-minicart .block-product-link,.block-minicart .block-cms-link,.block-minicart .block-banners{margin:15px 0 0;text-align:center}.minicart-wrapper{display:inline-block;position:relative;float:right}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .action.showcart{cursor:pointer;display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#757575;content:'\e611';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.showcart:hover:before{color:#333}.minicart-wrapper .action.showcart:active:before{color:#757575}.minicart-wrapper .action.showcart.active{display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart.active:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#757575;content:'\e611';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.showcart.active:hover:before{color:#333}.minicart-wrapper .action.showcart.active:active:before{color:#757575}.minicart-wrapper .block-minicart{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;width:320px;z-index:101;box-sizing:border-box;display:none;position:absolute;top:100%;right:-10px;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.minicart-wrapper .block-minicart li{margin:0}.minicart-wrapper .block-minicart li:hover{cursor:pointer}.minicart-wrapper .block-minicart:before,.minicart-wrapper .block-minicart:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.minicart-wrapper .block-minicart:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.minicart-wrapper .block-minicart:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.minicart-wrapper .block-minicart:before{right:12px;top:-12px}.minicart-wrapper .block-minicart:after{right:11px;top:-14px}.minicart-wrapper.active{overflow:visible}.minicart-wrapper.active .block-minicart{display:block}.minicart-wrapper .block-minicart{padding:25px 20px}.minicart-wrapper .block-minicart .block-title{display:none}.minicart-wrapper .product .actions{float:right;margin:-28px 0 0}.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary{display:inline}.minicart-wrapper .product .actions>.primary:not(:last-child),.minicart-wrapper .product .actions>.secondary:not(:last-child){margin-right:15px}.minicart-wrapper .action.close{height:30px;position:absolute;right:0;top:0;width:25px;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:inline-block;text-decoration:none}.minicart-wrapper .action.close:focus,.minicart-wrapper .action.close:active{background:none;border:none}.minicart-wrapper .action.close:hover{background:none;border:none}.minicart-wrapper .action.close.disabled,.minicart-wrapper .action.close[disabled],fieldset[disabled] .minicart-wrapper .action.close{pointer-events:none;opacity:.5}.minicart-wrapper .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-wrapper .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;color:#757575;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.close:hover:before{color:inherit}.minicart-wrapper .action.close:active:before{color:inherit}.minicart-wrapper .action.showcart{white-space:nowrap}.minicart-wrapper .action.showcart .counter.qty{background:#ff5501;color:#fff;height:24px;line-height:24px;border-radius:2px;display:inline-block;margin:3px 0 0;min-width:18px;overflow:hidden;padding:0 3px;text-align:center;white-space:normal}.minicart-wrapper .action.showcart .counter.qty.empty{display:none}.minicart-wrapper .action.showcart .counter.qty .loader>img{max-width:24px}.minicart-wrapper .action.showcart .counter-number{text-shadow:0 0 7px #000}.minicart-wrapper .minicart-widgets{margin-top:15px}.minicart-items-wrapper{border:1px solid #ccc;margin:0 -20px;border-left:0;border-right:0;overflow-x:auto;padding:15px}.minicart-items{margin:0;padding:0;list-style:none none}.minicart-items .product-item{padding:20px 0}.minicart-items .product-item:not(:first-child){border-top:1px solid #ccc}.minicart-items .product-item:first-child{padding-top:0}.minicart-items .product-item-pricing .label{display:inline-block}.minicart-items .price-minicart{margin-bottom:5px}.minicart-items .message{margin-bottom:0;margin-top:10px}.minicart-items .product-item-name{font-weight:400;margin:0 0 10px}.minicart-items .product-item-name a{color:#c02327}.minicart-items .product-item-details{padding-left:88px}.minicart-items .product-item-details .price{font-weight:700}.minicart-items .product-item-details .price-including-tax,.minicart-items .product-item-details .price-excluding-tax{margin:5px 0}.minicart-items .product-item-details .weee[data-label]{font-size:1.1rem}.minicart-items .product-item-details .details-qty{margin-top:10px}.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{float:left}.minicart-items .product .toggle{border:0;padding:0 0 5px 0;white-space:nowrap}.minicart-items .product .toggle:after{color:#8f8f8f;margin:0 0 0 5px;position:static}.minicart-items .product .active>.toggle:after{content:'\e621'}.minicart-items .product.pricing{margin-top:3px}.minicart-items .product.options .toggle.tooltip{display:inline-block;text-decoration:none}.minicart-items .product.options .toggle.tooltip>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .product.options .toggle.tooltip:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';margin:-3px 0 0 7px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .product.options .details{display:none}.minicart-items .item-qty{text-align:center;width:60px}.minicart-items .update-cart-item{font-size:1.1rem;margin-left:5px;vertical-align:top}.minicart-items .subtitle{display:none}.minicart-items .action.edit,.minicart-items .action.delete{display:inline-block;text-decoration:none}.minicart-items .action.edit>span,.minicart-items .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .action.edit:before,.minicart-items .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .action.edit:hover:before,.minicart-items .action.delete:hover:before{color:#333}.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before{color:#757575}.minicart-items .action.delete:before{content:'\e604'}.file-uploader-area{position:relative}.file-uploader-area input[type='file']{cursor:pointer;opacity:0;overflow:hidden;position:absolute;visibility:hidden;width:0}.file-uploader-area input[type='file']:focus+.file-uploader-button{box-shadow:0 0 0 1px #006bb4}.file-uploader-area input[type='file']:disabled+.file-uploader-button{cursor:default;opacity:.5;pointer-events:none}.file-uploader-summary{display:inline-block;vertical-align:top}.file-uploader-button{background:#eee;border:1px solid #cccccc;box-sizing:border-box;color:#333333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:1.4rem;font-weight:600;line-height:1.6rem;margin:0;padding:7px 15px;vertical-align:middle}.file-uploader-button._is-dragover{background:#d4d4d4;border:1px solid #006bb4}.file-uploader-spinner{background-image:url('../../frontend/DGX/horizon/en_US/images/loader-1.gif');background-position:50%;background-repeat:no-repeat;background-size:15px;display:none;height:30px;margin-left:10px;vertical-align:top;width:15px}.file-uploader-preview .action-remove{bottom:4px;cursor:pointer;display:block;height:27px;left:6px;padding:2px;position:absolute;text-decoration:none;width:25px;z-index:2}.file-uploader-preview .action-remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.file-uploader-preview .action-remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.6rem;line-height:inherit;color:#514943;content:'\e604';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-preview .action-remove:hover:before{color:#736963}.file-uploader-preview:hover .preview-image img,.file-uploader-preview:hover .preview-link:before{opacity:.7}.file-uploader-preview .preview-link{display:block;height:100%}.file-uploader-preview .preview-image img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;z-index:1}.file-uploader-preview .preview-video{display:inline-block;text-decoration:none}.file-uploader-preview .preview-video:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:4rem;line-height:inherit;color:#ccc;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-preview .preview-video:hover:before{color:#ccc}.file-uploader-preview .preview-video:before{left:0;margin-top:-2rem;position:absolute;right:0;top:50%;z-index:2}.file-uploader-preview .preview-document{display:inline-block;text-decoration:none}.file-uploader-preview .preview-document:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:7rem;line-height:inherit;color:#ccc;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-preview .preview-document:hover:before{color:#ccc}.file-uploader-preview .preview-document:before{left:0;margin-top:-3.5rem;position:absolute;right:0;top:50%;z-index:2}.file-uploader-preview,.file-uploader-placeholder{background:#fff;border:1px solid #cacaca;box-sizing:border-box;cursor:pointer;display:block;height:150px;line-height:1;margin:10px 25px 10px 0;overflow:hidden;position:relative;width:150px}.file-uploader._loading .file-uploader-spinner{display:inline-block}.file-uploader .admin__field-note,.file-uploader .admin__field-error{margin-bottom:10px}.file-uploader .file-uploader-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px;word-break:break-all}.file-uploader .file-uploader-filename:first-child{margin-bottom:10px}.file-uploader .file-uploader-meta{color:#9e9e9e}.file-uploader .admin__field-fallback-reset{margin-left:10px}._keyfocus .file-uploader .action-remove:focus{box-shadow:0 0 0 1px #006bb4}.file-uploader-placeholder.placeholder-document{display:inline-block;text-decoration:none}.file-uploader-placeholder.placeholder-document:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:5rem;line-height:inherit;color:#ccc;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-placeholder.placeholder-document:hover:before{color:#ccc}.file-uploader-placeholder.placeholder-document:before{left:0;position:absolute;right:0;top:20px;z-index:2}.file-uploader-placeholder.placeholder-image{display:inline-block;text-decoration:none}.file-uploader-placeholder.placeholder-image:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:5rem;line-height:inherit;color:#ccc;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-placeholder.placeholder-image:hover:before{color:#ccc}.file-uploader-placeholder.placeholder-image:before{left:0;position:absolute;right:0;top:20px;z-index:2}.file-uploader-placeholder.placeholder-video{display:inline-block;text-decoration:none}.file-uploader-placeholder.placeholder-video:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:3rem;line-height:inherit;color:#ccc;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-placeholder.placeholder-video:hover:before{color:#ccc}.file-uploader-placeholder.placeholder-video:before{left:0;position:absolute;right:0;top:30px;z-index:2}.file-uploader-placeholder-text{bottom:0;color:#008bdb;font-size:1.1rem;left:0;line-height:1.42857143;margin-bottom:15%;padding:0 20px;position:absolute;right:0;text-align:center}.data-grid-file-uploader{min-width:7rem}.data-grid-file-uploader._loading .file-uploader-spinner{display:block}.data-grid-file-uploader._loading .file-uploader-button:before{display:none}.data-grid-file-uploader .file-uploader-image{background:transparent;bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;z-index:1}.data-grid-file-uploader .file-uploader-image+.file-uploader-area .file-uploader-button:before{display:none}.data-grid-file-uploader .file-uploader-area{z-index:2}.data-grid-file-uploader .file-uploader-spinner{height:100%;margin:0;position:absolute;top:0;width:100%}.data-grid-file-uploader .file-uploader-button{height:48px;text-align:center;display:block;text-decoration:none}.data-grid-file-uploader .file-uploader-button>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.data-grid-file-uploader .file-uploader-button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.3rem;line-height:48px;color:#8a837f;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.data-grid-file-uploader .file-uploader-button:hover:before{color:#666}.data-grid-file-uploader .action-select-wrap{float:left}.data-grid-file-uploader .action-select-wrap .action-select{border:1px solid #cacaca;display:block;height:5rem;margin-left:-1px;padding:0;width:2rem}.data-grid-file-uploader .action-select-wrap .action-select:after{border-color:#8a837f transparent transparent transparent;left:50%;margin:0 0 0 -5px}.data-grid-file-uploader .action-select-wrap .action-select:hover:after{border-color:#666 transparent transparent transparent}.data-grid-file-uploader .action-select-wrap .action-select>span{display:none}.data-grid-file-uploader .action-select-wrap .action-menu{left:4rem;right:auto;z-index:2}.data-grid-file-uploader-inner{border:1px solid #cacaca;float:left;height:5rem;position:relative;width:5rem}.checkout-container{margin:0 0 20px}.opc-wrapper{margin:0 0 20px}.opc-wrapper .step-title{border-bottom:1px solid #ccc;margin-bottom:15px}.opc-wrapper .step-content{margin:0 0 40px}.checkout-index-index .nav-sections,.checkout-index-index .nav-toggle{display:none}.checkout-index-index .logo{margin-left:0}.checkout-onepage-success .print{display:none}.abs-discount-code .form-discount,.checkout-payment-method .payment-option-content .form-discount{display:table;width:100%}.abs-discount-code .form-discount .actions-toolbar,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar{display:table-cell;vertical-align:top;width:1%}.abs-discount-code .form-discount .actions-toolbar .primary,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary{float:left}.abs-discount-code .form-discount .actions-toolbar .primary .action,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{border-bottom-left-radius:0;border-top-left-radius:0;margin:0 0 0 -2px;white-space:nowrap;width:auto}.abs-discount-code .form-discount>.field>.label,.checkout-payment-method .payment-option-content .form-discount>.field>.label{display:none}.opc-estimated-wrapper{background:#f4f4f4;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin:-21px -15px 15px;padding:18px 15px}.opc-estimated-wrapper .estimated-block{font-size:18px;float:left;font-weight:700}.opc-estimated-wrapper .estimated-block .estimated-label{display:block;margin:0 0 5px}.opc-estimated-wrapper .minicart-wrapper button.action.showcart{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active{background:none;border:none}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover{background:none;border:none}.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart{pointer-events:none;opacity:.5}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before{color:#333}.opc-progress-bar{display:none}.opc-progress-bar{margin:0 0 20px;counter-reset:i;display:block;font-size:0}.opc-progress-bar-item{margin:0 0 10px;width:185px;display:inline-block;position:relative;text-align:center;vertical-align:top}.opc-progress-bar-item:before{background:#e4e4e4;border:1px solid #ccc;top:19px;transition:background .3s;content:'';height:7px;left:0;position:absolute;width:100%}.opc-progress-bar-item:first-child:before{border-radius:6px 0 0 6px}.opc-progress-bar-item:last-child:before{border-radius:0 6px 6px 0}.opc-progress-bar-item>span{display:inline-block;padding-top:45px;width:100%;word-wrap:break-word;color:#666;font-weight:300;font-size:1.8rem}.opc-progress-bar-item>span:before,.opc-progress-bar-item>span:after{background:#e4e4e4;border:1px solid #ccc;height:38px;margin-left:-19px;transition:background .3s;width:38px;border-radius:50%;content:'';left:50%;position:absolute;top:0}.opc-progress-bar-item>span:after{background:#fff;height:26px;margin-left:-13px;top:6px;width:26px;content:counter(i);counter-increment:i;color:#333;font-weight:600;font-size:1.8rem}.opc-progress-bar-item._complete{cursor:pointer}.opc-progress-bar-item._complete:hover:before{background:#d7d7d7}.opc-progress-bar-item._complete:hover>span:before{background:#d7d7d7}.opc-progress-bar-item._complete>span{color:#c02327}.opc-progress-bar-item._complete>span:after{font-family:'luma-icons';content:'\e610'}.opc-progress-bar-item._active:before{background:#ff5501;border-color:#ff5501}.opc-progress-bar-item._active>span{color:#333;font-weight:600}.opc-progress-bar-item._active>span:before{background:#ff5501;border-color:#ff5501}.opc-progress-bar-item._active>span:after{border-color:#ff5501;content:'\e610';font-family:'luma-icons'}.field.choice .field-tooltip{display:inline-block;margin-left:10px;position:relative;top:-3px}.field.choice .field-tooltip-action{line-height:21px}.field._error .control input,.field._error .control select,.field._error .control textarea{border-color:#ed8380}.checkout-index-index .modal-popup .fieldset .field .label{font-weight:400}.checkout-index-index .modal-popup .modal-footer .action-hide-popup{margin-top:8px}.field-tooltip{cursor:pointer;position:absolute;right:0;top:1px}.field-tooltip._active{z-index:100}.field-tooltip._active .field-tooltip-content{display:block}.field-tooltip._active .field-tooltip-action:before{color:#333}.field-tooltip .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.field-tooltip .field-tooltip-action{display:inline-block;text-decoration:none}.field-tooltip .field-tooltip-action>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.field-tooltip .field-tooltip-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:21px;line-height:inherit;color:#bbb;content:'\e623';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.field-tooltip .field-tooltip-action:hover:before{color:#333}.field-tooltip .field-tooltip-action:before{padding-left:1px}._keyfocus .field-tooltip .field-tooltip-action:focus{z-index:100}._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content{display:block}._keyfocus .field-tooltip .field-tooltip-action:focus:before{color:#333}.field-tooltip .field-tooltip-content{background:#f4f4f4;border:1px solid #999;border-radius:1px;font-size:14px;padding:12px;width:270px;display:none;left:38px;position:absolute;text-transform:none;top:-9px;word-wrap:break-word;z-index:2}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;border-right-color:#f4f4f4;left:-21px;top:12px;content:'';display:block;position:absolute;z-index:3}.field-tooltip .field-tooltip-content:before{border-right-color:#666}.field-tooltip .field-tooltip-content:after{border-right-color:#f4f4f4;width:1px;z-index:4}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{left:auto;right:-10px;top:40px}.field-tooltip .field-tooltip-content::before,.field-tooltip .field-tooltip-content::after{border:10px solid transparent;height:0;left:auto;margin-top:-21px;right:10px;top:0;width:0}.field-tooltip .field-tooltip-content::before{border-bottom-color:#999}.field-tooltip .field-tooltip-content::after{border-bottom-color:#f4f4f4;top:1px}}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px;margin-bottom:28px}.opc-wrapper .form-login .fieldset .field .label,.opc-wrapper .form-shipping-address .fieldset .field .label{font-weight:400}.opc-wrapper .form-login .fieldset .note,.opc-wrapper .form-shipping-address .fieldset .note{font-size:14px;margin-top:10px}.opc-wrapper .shipping-address-items{font-size:0}.opc-wrapper .shipping-address-item{border:2px solid transparent;font-size:14px;line-height:30px;margin:0 0 20px;padding:20px 35px 20px 20px;transition:.3s border-color;width:50%;display:inline-block;position:relative;vertical-align:top;word-wrap:break-word}.opc-wrapper .shipping-address-item.selected-item{border-color:#ff5501}.opc-wrapper .shipping-address-item.selected-item:after{background:#ff5501;color:#fff;content:'\e610';font-family:'luma-icons';height:27px;width:29px;font-size:19px;line-height:21px;padding-top:2px;position:absolute;right:0;text-align:center;top:0}.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item{visibility:hidden}.opc-wrapper .action-show-popup{margin:0 0 20px}.opc-wrapper .action-show-popup>span:before{content:'+';padding-right:5px}.opc-wrapper .action-select-shipping-item{float:right;margin:20px 0 0}.opc-wrapper .edit-address-link{display:block;float:left;margin:26px 5px 0 0}.checkout-shipping-method .step-title{margin-bottom:0}.checkout-shipping-method .no-quotes-block{margin:20px 0}.methods-shipping .actions-toolbar .action.primary{margin:20px 0 0}.table-checkout-shipping-method thead th{display:none}.table-checkout-shipping-method tbody td{border-top:1px solid #ccc;padding-bottom:20px;padding-top:20px}.table-checkout-shipping-method tbody td:first-child{padding-left:0;padding-right:0;width:20px}.table-checkout-shipping-method tbody td input[type='radio']{margin:4px 5px 0 0}.table-checkout-shipping-method tbody tr:first-child td{border-top:none}.table-checkout-shipping-method tbody .col-price{font-weight:600}.table-checkout-shipping-method tbody .row-error td{border-top:none;padding-bottom:10px;padding-top:0}.checkout-shipping-method{position:relative}.shipping-policy-block.field-tooltip{top:12px}.shipping-policy-block.field-tooltip .field-tooltip-action{color:#c02327;cursor:pointer}.shipping-policy-block.field-tooltip .field-tooltip-action:before{display:none}.shipping-policy-block.field-tooltip .field-tooltip-content{width:420px;top:30px}.opc-block-shipping-information{padding:0 30px}.opc-block-shipping-information .shipping-information-title{border-bottom:1px solid #ccc;margin:0 0 20px;position:relative}.opc-block-shipping-information .shipping-information-title .action-edit{top:10px;display:inline-block;text-decoration:none;margin:0;position:absolute;right:0}.opc-block-shipping-information .shipping-information-title .action-edit>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-shipping-information .shipping-information-title .action-edit:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-block-shipping-information .shipping-information-title .action-edit:hover:before{color:#333}.opc-block-shipping-information .shipping-information-title .action-edit:active:before{color:#757575}.opc-block-shipping-information .shipping-information-content{line-height:27px}.opc-block-shipping-information .shipping-information-content .actions-toolbar{margin-left:0}.opc-block-shipping-information .ship-to,.opc-block-shipping-information .ship-via{margin:0 0 20px}.opc-block-summary{background:#f5f5f5;margin:0 0 20px;padding:22px 30px}.opc-block-summary>.title{display:block}.opc-block-summary .mark .value{color:#666;display:block}.opc-block-summary .discount.coupon{display:none}.opc-block-summary .grand.incl+.grand.excl .mark,.opc-block-summary .grand.incl+.grand.excl .amount{border-top:0;font-size:1.4rem;padding-top:0}.opc-block-summary .grand.incl+.grand.excl .mark strong,.opc-block-summary .grand.incl+.grand.excl .amount strong{font-weight:400}.opc-block-summary .not-calculated{font-style:italic;white-space:normal}.opc-block-summary .items-in-cart>.title{border-bottom:1px solid #ccc;padding:10px 40px 10px 0;cursor:pointer;display:block;text-decoration:none;margin-bottom:0;position:relative}.opc-block-summary .items-in-cart>.title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-summary .items-in-cart>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-block-summary .items-in-cart>.title:after{position:absolute;right:0;top:10px}.opc-block-summary .items-in-cart>.title strong{font-size:1.8rem;font-weight:300;margin:0}.opc-block-summary .items-in-cart.active>.title:after{content:'\e621'}.opc-block-summary .items-in-cart .product{position:relative}.opc-block-summary .minicart-items-wrapper{margin:0 -15px 0 0;max-height:370px;padding:15px 15px 0 0;border:0}.column.main .opc-block-summary .product-item{margin:0;padding-left:0}.opc-block-summary .product-item .product-item-inner{display:table;margin:0 0 10px;width:100%}.opc-block-summary .product-item .product-item-name-block{display:block;padding-right:5px;text-align:left}.opc-block-summary .product-item .subtotal{display:block;text-align:left}.opc-block-summary .product-item .price{font-size:1.6rem;font-weight:400}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price{font-size:1rem}.opc-block-summary .product-item .message{margin-top:10px}.opc-block-summary .actions-toolbar{position:relative;z-index:1}.opc-block-summary .actions-toolbar .secondary{border-top:1px solid #ccc;display:block;margin:-1px 0 0;padding:15px 0 0;text-align:left}.opc-block-summary .actions-toolbar .secondary .action{margin:0}@media only screen and (max-width:768px){.opc-block-summary .product-item .product-item-inner{display:block}.opc-block-summary .product-item .product-item-name-block{display:block;text-align:left}.opc-block-summary .product-item .subtotal{display:block;text-align:left}}.authentication-dropdown{box-sizing:border-box}.authentication-dropdown .modal-inner-wrap{padding:25px}.authentication-wrapper{float:right;margin-top:-60px;max-width:50%;position:relative;z-index:1}._has-auth-shown .authentication-wrapper{z-index:900}.block-authentication .block-title{font-size:1.8rem;border-bottom:0;margin-bottom:25px}.block-authentication .block-title strong{font-weight:300}.block-authentication .field .label{font-weight:400}.block-authentication .actions-toolbar{margin-bottom:5px}.block-authentication .actions-toolbar>.secondary{padding-top:25px;text-align:left}.block-authentication .block[class]{margin:0}.block-authentication .block[class] ul{list-style:none;padding-left:10px}.block-authentication .block[class] .field .control,.block-authentication .block[class] .field .label{float:none;width:auto}.block-authentication .block[class]+.block{border-top:1px solid #c1c1c1;margin-top:40px;padding-top:40px;position:relative}.block-authentication .block[class]+.block:before{height:36px;line-height:34px;margin:-19px 0 0 -18px;min-width:36px;background:#fff;border:1px solid #c1c1c1;border-radius:50%;box-sizing:border-box;color:#c1c1c1;content:attr(data-label);display:inline-block;left:50%;letter-spacing:normal;padding:0 .2rem;position:absolute;text-align:center;text-transform:uppercase;top:0}.checkout-payment-method .step-title{border-bottom:0;margin-bottom:0}.checkout-payment-method .payment-method:first-child .payment-method-title{border-top:0}.checkout-payment-method .payment-method._active .payment-method-content{display:block}.checkout-payment-method .payment-method+.payment-method .payment-method-title{border-top:1px solid #ccc}.checkout-payment-method .payment-method form.form-purchase-order{margin-bottom:15px}.checkout-payment-method .payment-method form.form-purchase-order .input-text{width:40%}.checkout-payment-method .payment-method-content #po_number{margin-bottom:20px}.checkout-payment-method .payment-method-title{padding:20px 0;margin:0}.checkout-payment-method .payment-method-title .payment-icon{display:inline-block;margin-right:5px;vertical-align:middle}.checkout-payment-method .payment-method-title .action-help{display:inline-block;margin-left:5px}.checkout-payment-method .payment-method-content{display:none;padding:0 0 20px 22px}.checkout-payment-method .payment-method-content .fieldset:not(:last-child){margin:0 0 20px}.checkout-payment-method .payment-group+.payment-group .step-title{margin:20px 0 0}.checkout-payment-method .field-select-billing,.checkout-payment-method .billing-address-form{max-width:500px}.checkout-payment-method .billing-address-same-as-shipping-block{margin:0 0 10px}.checkout-payment-method .checkout-billing-address{margin:0 0 20px}.checkout-payment-method .checkout-billing-address .primary .action-update{margin-bottom:20px;margin-right:0}.checkout-payment-method .checkout-billing-address .billing-address-details{line-height:27px;padding:0 0 0 23px}.checkout-payment-method .checkout-billing-address input[type="checkbox"]{vertical-align:top}.checkout-payment-method .payment-method-note+.checkout-billing-address{margin-top:20px}.checkout-payment-method .payment-method-iframe{background-color:transparent;display:none;width:100%}.checkout-payment-method .no-payments-block{margin:20px 0}.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after{content:'\e621'}.checkout-payment-method .payment-option._collapsible .payment-option-title{cursor:pointer}.checkout-payment-method .payment-option._collapsible .payment-option-content{display:none}.checkout-payment-method .payment-option-title{border-top:1px solid #ccc;padding:20px 0}.checkout-payment-method .payment-option-title .action-toggle{color:#c02327;display:inline-block;text-decoration:none}.checkout-payment-method .payment-option-title .action-toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:16px;color:#757575;content:'\e622';font-family:'luma-icons';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.checkout-payment-method .payment-option-title .action-toggle:hover:after{color:#333}.checkout-payment-method .payment-option-title .action-toggle:active:after{color:#757575}.checkout-payment-method .payment-option-content{padding:0 0 20px 22px}.checkout-payment-method .payment-option-content .primary .action.action-apply{margin-right:0}.checkout-payment-method .payment-option-inner{margin:0 0 20px}.checkout-payment-method .credit-card-types{padding:0}.checkout-payment-method .credit-card-types .item{display:inline-block;list-style:none;margin:0 5px 0 0;vertical-align:top}.checkout-payment-method .credit-card-types .item._active{font-weight:700}.checkout-payment-method .credit-card-types .item._active img{-webkit-filter:grayscale(0%)}.checkout-payment-method .credit-card-types .item._inactive{opacity:.4}.checkout-payment-method .credit-card-types .item span{display:inline-block;padding-top:6px;vertical-align:top}.checkout-payment-method .credit-card-types img{-webkit-filter:grayscale(100%);-webkit-transition:all .6s ease}.checkout-payment-method .ccard .fields>.year{padding-left:5px}.checkout-payment-method .ccard .fields .select{padding-left:5px;padding-right:5px}.checkout-payment-method .ccard .month .select{width:140px}.checkout-payment-method .ccard .year .select{width:80px}.checkout-payment-method .ccard .captcha .input-text,.checkout-payment-method .ccard .number .input-text{width:225px}.checkout-payment-method .ccard>.field.cvv>.control{display:inline-block;padding-right:20px}.checkout-payment-method .ccard .cvv .label{display:block}.checkout-payment-method .ccard .cvv .input-text{width:55px}.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field{width:auto !important}.checkout-agreements-block .checkout-agreements{margin-bottom:20px}.checkout-agreements-block .checkout-agreement.field{display:-webkit-flex;display:-ms-flexbox;display:flex}.checkout-agreements-block .checkout-agreement.field.required label:after{content:none}.checkout-agreements-block .checkout-agreement.field.required .action-show:after{content:'*';color:#e02b27;font-size:1.2rem}.checkout-agreements-block .action-show{vertical-align:baseline}.checkout-agreements-items{padding-bottom:30px}.checkout-agreements-items .checkout-agreements-item{margin-bottom:20px}.checkout-agreements-items .checkout-agreements-item-title{border-bottom:0}.checkout-agreement-item-content{overflow:auto}.login-container .block-new-customer .actions-toolbar{margin-top:25px}.login-container .block .block-title{font-size:1.8rem}.login-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.login-container .fieldset:after{margin-top:35px}.block-addresses-list .items.addresses>.item{margin-bottom:20px}.block-addresses-list .items.addresses>.item:last-child{margin-bottom:0}.block-addresses-list .items.addresses .item.actions{margin-top:5px}.form-address-edit .region_id{display:none}.form-edit-account .fieldset.password{display:none}.form-edit-account fieldset.additional_info{clear:both}.form-create-account .fieldset-fullname .fields .field{float:none}.form-create-account .fieldset.create.account:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.form-create-account .fieldset.create.account:after{margin-top:35px}.form.password.forget .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.form.password.forget .fieldset:after{margin-top:35px}.box-billing-address .box-content,.box-shipping-address .box-content,.box-address-billing .box-content,.box-address-shipping .box-content,.box-information .box-content,.box-newsletter .box-content{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.account .page-title-wrapper .page-title{display:inline-block}.account .messages{margin-bottom:20px}.account .column.main{margin-bottom:30px}.account .column.main h2{margin-top:0}.account .sidebar-additional{margin-top:40px}.account .table-wrapper{margin-bottom:20px;border-bottom:1px solid #cccccc;overflow-x:auto}.account .table-wrapper:last-child{margin-bottom:0}.account .data.table .col.actions .action.delete,[class^='sales-guest-'] .data.table .col.actions .action.delete,.sales-guest-view .data.table .col.actions .action.delete{color:#d10029}.column.main .block:last-child{margin-bottom:0}.block .title{display:block;margin-bottom:10px}.block .title strong{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.block p:last-child{margin:0}.block .box-actions{margin-top:5px}.field.password .control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.field.password .control .mage-error{-ms-flex-order:2;-webkit-order:2;order:2}.field.password .control .input-text{-ms-flex-order:0;-webkit-order:0;order:0;z-index:2}.password-strength-meter{background-color:#f4f4f4;height:32px;line-height:32px;padding:0 9px;position:relative;z-index:1}.password-strength-meter:before{content:'';height:100%;left:0;position:absolute;top:0;z-index:-1}.password-none .password-strength-meter:before{background-color:#f4f4f4;width:100%}.password-weak .password-strength-meter:before{background-color:#ffafae;width:25%}.password-medium .password-strength-meter:before{background-color:#ffd6b3;width:50%}.password-strong .password-strength-meter:before{background-color:#c5eeac;width:75%}.password-very-strong .password-strength-meter:before{background-color:#81b562;width:100%}.control.captcha-image{margin-top:10px}.control.captcha-image .captcha-img{vertical-align:middle}.order-products-toolbar,.customer-addresses-toolbar{position:relative}.order-products-toolbar .toolbar-amount,.customer-addresses-toolbar .toolbar-amount{position:relative;text-align:center}.order-products-toolbar .pages,.customer-addresses-toolbar .pages{position:relative}.additional-addresses table>thead>tr>th{white-space:nowrap}.table-downloadable-products .product-name{font-weight:400;margin-right:15px}.table-downloadable-products .action.download{display:inline-block;text-decoration:none}.table-downloadable-products .action.download:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:inherit;content:'\e626';font-family:'luma-icons';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-product-downloadable .product-add-form{clear:both;margin-bottom:25px}.page-product-downloadable .product-options-bottom .field.qty{display:none}.samples-item-title{font-size:1.4rem;font-weight:600;margin:0 0 10px}.samples-item{margin:0 0 10px}.field.downloads{margin-bottom:10px}.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads>.control{width:100%}.field.downloads .price-container{display:inline;white-space:nowrap}.field.downloads .price-container:before{content:' + ';display:inline}.field.downloads .price-excluding-tax{display:inline}.field.downloads .price-excluding-tax:before{content:' (' attr(data-label) ': '}.field.downloads .price-excluding-tax:after{content:')'}.field.downloads .price-including-tax{display:inline;font-weight:600;font-size:1.4rem}.field.downloads .field.choice{border-bottom:1px solid #ebebeb;box-sizing:border-box;margin-bottom:10px;padding-bottom:10px;padding-left:25px;position:relative;width:100%;z-index:1}.field.downloads .field.choice input{left:0;position:absolute;top:2px}.field.downloads .field.downloads-all{border-bottom:0;padding-left:0}.field.downloads .sample.link{float:right}.field.downloads-all .label{color:#c02327;text-decoration:none;cursor:pointer}.field.downloads-all .label:visited{color:#c02327;text-decoration:none}.field.downloads-all .label:hover{color:#c02327;text-decoration:underline}.field.downloads-all .label:active{color:#ff5501;text-decoration:underline}.field.downloads-all input{opacity:0}.field.downloads.downloads-no-separately .field.choice{padding-left:0}.gift-message .field{margin-bottom:20px}.gift-message .field .label{color:#666;font-weight:400}.gift-options{margin:20px 0}.gift-options .actions-toolbar .action-cancel{display:none}.gift-options-title{font-weight:600;margin:0 0 20px}.gift-options-content .fieldset{margin:0 0 20px}.gift-summary{margin-top:10px;position:relative}.gift-summary .actions-toolbar>.secondary .action{margin:0 0 0 20px;width:auto}.gift-summary .action-edit,.gift-summary .action-delete{display:inline-block;text-decoration:none}.gift-summary .action-edit>span,.gift-summary .action-delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-summary .action-edit:before,.gift-summary .action-delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-summary .action-edit:hover:before,.gift-summary .action-delete:hover:before{color:#333}.gift-summary .action-edit:active:before,.gift-summary .action-delete:active:before{color:#757575}.gift-summary .action-delete:before{content:'\e604'}.action-gift{display:inline-block;text-decoration:none}.action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:20px;color:#757575;content:'\e622';font-family:'luma-icons';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action-gift:hover:after{color:#333}.action-gift:active:after{color:#757575}.action-gift.active:after,.action-gift._active:after{content:'\e621'}.gift-summary .actions-toolbar,.cart.table-wrapper .gift-summary .actions-toolbar{padding:0;position:absolute;right:0;top:0}.cart.table-wrapper .gift-content{box-sizing:border-box;clear:left;display:none;float:left;margin-right:-100%;padding:20px 0;width:100%}.cart.table-wrapper .gift-content._active{display:block}.cart.table-wrapper .item-gift._active{border-top:1px solid #c1c1c1}.cart.table-wrapper .item-gift .action{margin-right:0}.gift-item-block{border-bottom:1px solid #c1c1c1;margin:0}.gift-item-block._active .title:after{content:'\e621'}.gift-item-block .title{color:#c02327;cursor:pointer;margin:0;padding:10px 40px 10px 15px;position:relative;display:block;text-decoration:none}.gift-item-block .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:20px;color:#858585;content:'\e622';font-family:'luma-icons';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-item-block .title:hover:after{color:#333}.gift-item-block .content{padding:10px 0 20px;position:relative}.order-details-items .order-gift-message dt:after,.order-details-items .block-order-details-gift-message dt:after{content:''}.order-details-items .order-gift-message .item-message,.order-details-items .block-order-details-gift-message .item-message{clear:left}.order-details-items .order-gift-message .item-options dt,.order-details-items .block-order-details-gift-message .item-options dt{font-weight:400;margin:10px 0}.gift-messages-order{margin-bottom:25px}.gift-message-summary{padding-right:7rem}.form-giftregistry-share .actions-toolbar:not(:last-child),.form-giftregistry-edit .actions-toolbar:not(:last-child){margin-bottom:40px}.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control{width:100%}.giftregisty-dropdown .action.toggle{color:#c02327}.table-giftregistry-items .product-image{margin-right:10px;float:left}.cart-summary .form.giftregistry .fieldset{margin:15px 0 5px;text-align:left}.cart-summary .form.giftregistry .fieldset .field{margin:0 0 10px}.cart-summary .form.giftregistry .fieldset .field .control{float:none;width:auto}.form-giftregistry-search{margin-bottom:60px}.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1){margin-bottom:0}.block-giftregistry .actions-toolbar{margin:17px 0 0}.block-giftregistry-shared .item-options .item-value{margin:0 0 25px}.block-giftregistry-shared-items .item .col{border:0}.block-giftregistry-shared-items th{border-bottom:1px solid #ccc}.block-giftregistry-shared-items .col{padding:20px 11px 10px}.block-giftregistry-shared-items .col .price-box{display:inline-block}.block-giftregistry-shared-items .col .price-wrapper{font-size:1.8rem;display:block;font-weight:700;white-space:nowrap}.block-giftregistry-shared-items .product .item-options{margin:0}.block-giftregistry-shared-items .product-item-photo{display:block;max-width:65px;padding:10px 0}.block-giftregistry-shared-items .product-item-name{font-size:1.8rem;display:block;margin:0 0 5px}.table-wrapper.grouped{width:auto}.table.grouped .row-tier-price>td{border-top:0}.table.grouped .col.item{width:90%}.table.grouped .col.qty{width:10%}.table.grouped .product-item-name{display:inline-block;font-weight:400;margin-bottom:10px}.table.grouped .price-box p{margin:0}.table.grouped .price-box .price{font-weight:700}.table.grouped .price-box .old-price .price{font-weight:normal}.table.grouped .stock.unavailable{font-weight:normal;margin:0;text-transform:none;white-space:nowrap}.page-product-grouped .product-info-main .alert{clear:left}.page-product-grouped .box-tocart{margin-top:10px}.box-tocart .action.instant-purchase{vertical-align:top}.box-tocart .action.instant-purchase:not(:last-child){margin-bottom:15px}.filter.block{margin-bottom:0}.filter-title strong{background-color:#f0f0f0;box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);border:1px solid #ccc;border-radius:3px;font-weight:400;left:0;line-height:16px;padding:7px 10px;position:absolute;text-align:center;top:0;z-index:2}.filter-title strong[data-count]:after{color:#fff;background:#ff5501;border-radius:2px;content:attr(data-count);display:inline-block;font-size:.8em;line-height:1;margin:0 5px;min-width:1em;padding:2px}.filter-title strong.disabled{opacity:.5}.filter .block-subtitle{border-bottom:1px solid #ccc;font-size:14px;font-weight:600;line-height:1em;padding:10px 10px 20px}.filter-subtitle{display:none}.filter-current{margin:0}.filter-current .items{padding:5px 10px}.filter-current .item{padding-left:17px;position:relative;z-index:1}.filter .filter-current-subtitle{border:none;display:block;padding-bottom:10px}.filter-current .action.remove{left:-2px;position:absolute;top:-1px}.filter-actions{margin-bottom:25px;padding:0 10px}.filter-label{font-weight:700}.filter-label:after{content:': '}.filter-value{color:#757575}.filter-options{display:none;margin:0}.filter-options-item{border-bottom:1px solid #ccc;padding-bottom:10px}.filter-options-title{cursor:pointer;font-weight:600;margin:0;overflow:hidden;padding:10px 40px 0 10px;position:relative;text-transform:uppercase;word-break:break-all;z-index:1;display:block;text-decoration:none}.filter-options-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.filter-options-title:after{position:absolute;right:13px;top:12px}.filter-options-title:hover{color:#000}.active>.filter-options-title:after{content:'\e621'}.filter-options-content{margin:0;padding:10px}.filter-options-content .item{line-height:1.5em;margin:10px 0}.filter-options-content a{color:#494949;margin-left:-5px;margin-right:-5px;padding-left:5px;padding-right:7px}.filter-options-content a:hover{background-color:#e8e8e8;text-decoration:none}.filter-options-content a:hover+.count{background-color:#e8e8e8}.filter-options-content .count{color:#757575;font-weight:300;padding-left:5px;padding-right:5px}.filter-options-content .count:before{content:'('}.filter-options-content .count:after{content:')'}.map-popup-wrapper.popup .action.close{top:10px}.map-popup{background:#fff;border:1px solid #adadad;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;left:0;margin-top:10px;position:absolute;top:0;z-index:1001;display:none;opacity:0;box-sizing:border-box}.map-popup .popup-header{margin:0 0 25px;padding-right:16px}.map-popup .popup-header .title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.map-popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.map-popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.map-popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.map-popup .popup-actions .action.close:hover:before{color:#737373}.map-popup .popup-actions .action.close:active:before{color:#737373}.map-popup .popup-actions .action.close:focus,.map-popup .popup-actions .action.close:active{background:none;border:none}.map-popup .popup-actions .action.close:hover{background:none;border:none}.map-popup .popup-actions .action.close.disabled,.map-popup .popup-actions .action.close[disabled],fieldset[disabled] .map-popup .popup-actions .action.close{pointer-events:none;opacity:.5}.map-popup.active{opacity:1}.map-popup .map-info-price{margin:0 0 20px}.map-popup .map-info-price .price-box{margin:0 0 20px}.map-popup .map-info-price .price-box .label:after{content:': '}.map-popup .action.primary{margin-right:10px}.map-popup .map-msrp{margin-bottom:10px}.map-popup .actual-price{margin:3px 0 15px}.map-popup .regular-price .price-label{display:none}.map-popup .popup-header{display:none}.map-old-price{text-decoration:none}.map-old-price .price-wrapper{text-decoration:line-through}.map-fallback-price{display:none}.map-old-price,.product-item .map-old-price,.product-info-price .map-show-info{display:inline-block;min-width:10rem}.map-old-price:not(:last-child),.product-item .map-old-price:not(:last-child),.product-info-price .map-show-info:not(:last-child){margin-right:10px}.product-options-bottom .price-box .old-price .price-container>span,.product-info-price .price-box .old-price .price-container>span{display:inline}.map-form-addtocart{display:inline-block;text-align:center}.map-form-addtocart img{display:block;margin:0 auto}button.map-show-info{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#c02327;text-decoration:none;background:none;border:0;display:inline}button.map-show-info:focus,button.map-show-info:active{background:none;border:none}button.map-show-info:hover{background:none;border:none}button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info{pointer-events:none;opacity:.5}button.map-show-info:visited{color:#c02327;text-decoration:none}button.map-show-info:hover{color:#c02327;text-decoration:underline}button.map-show-info:active{color:#ff5501;text-decoration:underline}button.map-show-info:hover,button.map-show-info:active,button.map-show-info:focus{background:none;border:0}button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info{color:#c02327;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.wishlist.split.button{display:inline-block;position:relative;margin-right:5%;vertical-align:middle}.wishlist.split.button:before,.wishlist.split.button:after{content:'';display:table}.wishlist.split.button:after{clear:both}.wishlist.split.button .action.split{float:left;margin:0}.wishlist.split.button .action.toggle{float:right;margin:0}.wishlist.split.button .action.toggle{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:#666;content:'\e622';font-family:'luma-icons';margin:0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle:hover:after{color:#333}.wishlist.split.button .action.toggle:active:after{color:inherit}.wishlist.split.button .action.toggle.active{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:#666;content:'\e621';font-family:'luma-icons';margin:0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle.active:hover:after{color:#333}.wishlist.split.button .action.toggle.active:active:after{color:inherit}.wishlist.split.button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.wishlist.split.button .items li{margin:0;padding:5px 5px 5px 23px}.wishlist.split.button .items li:hover{background:#e8e8e8;cursor:pointer}.wishlist.split.button .items:before,.wishlist.split.button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.wishlist.split.button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.wishlist.split.button .items:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.wishlist.split.button .items:before{left:10px;top:-12px}.wishlist.split.button .items:after{left:9px;top:-14px}.wishlist.split.button.active{overflow:visible}.wishlist.split.button.active .items{display:block}.wishlist.split.button .items{padding:6px 0;text-align:left}.wishlist.split.button .items .item>span{display:block;padding:5px 5px 5px 23px}.wishlist.split.button .items li{padding:0}.wishlist.split.button>.action.split{margin-right:5px}.wishlist.split.button>.action.split:before{content:'\e600'}.wishlist.split.button>.action.split:before{margin:0;width:18px}.wishlist.split.button>.action:active,.wishlist.split.button>.action:focus,.wishlist.split.button>.action:hover{color:#333}.wishlist.split.button>.action.toggle:before{border-left:1px solid #666;content:'';float:left;height:15px;margin:3px 4px 0 0}.cart.table-wrapper .wishlist.split.button{vertical-align:baseline}.cart.table-wrapper .wishlist.split.button>.action.split{font-weight:normal;letter-spacing:normal;text-transform:none}.cart.table-wrapper .wishlist.split.button>.action.toggle:after{color:#c02327}.cart.table-wrapper .wishlist.split.button>.action.split,.cart.table-wrapper .wishlist.split.button>.action.toggle{color:#c02327}.cart.table-wrapper .wishlist.split.button>.action.split:before,.cart.table-wrapper .wishlist.split.button>.action.toggle:before{display:none}.wishlist.window.popup{background:#fff;border:1px solid #adadad;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001;display:none;opacity:0;box-sizing:border-box}.wishlist.window.popup .popup-header{margin:0 0 25px;padding-right:16px}.wishlist.window.popup .popup-header .title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.wishlist.window.popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.wishlist.window.popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.window.popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.window.popup .popup-actions .action.close:hover:before{color:#737373}.wishlist.window.popup .popup-actions .action.close:active:before{color:#737373}.wishlist.window.popup .popup-actions .action.close:focus,.wishlist.window.popup .popup-actions .action.close:active{background:none;border:none}.wishlist.window.popup .popup-actions .action.close:hover{background:none;border:none}.wishlist.window.popup .popup-actions .action.close.disabled,.wishlist.window.popup .popup-actions .action.close[disabled],fieldset[disabled] .wishlist.window.popup .popup-actions .action.close{pointer-events:none;opacity:.5}.wishlist.window.popup.active{opacity:1}.wishlist.window.popup.active{display:block}.wishlist.overlay{transition:opacity .15s linear;background:#8c8c8c;z-index:899;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0}.wishlist.overlay.active{opacity:.7;filter:alpha(opacity=70)}.wishlist.overlay.active{display:block}.wishlist-dropdown.move .action.toggle,.wishlist-dropdown.copy .action.toggle{color:#c02327}.page-multiple-wishlist .actions-toolbar>.primary{display:block;float:none;text-align:left}.page-multiple-wishlist .actions-toolbar>.primary .action.remove{float:right}.block-wishlist-management{position:relative}.block-wishlist-management .wishlist-select .wishlist-name-label{font-weight:600}.block-wishlist-management .wishlist-title{margin-bottom:10px}.block-wishlist-management .wishlist-title strong{font-weight:300;margin-right:10px}.block-wishlist-management .wishlist-notice{color:#595959;display:inline-block;margin-right:20px}.block-wishlist-management .wishlist-notice.private{display:inline-block;text-decoration:none}.block-wishlist-management .wishlist-notice.private:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:#7f7f7f;content:'\e629';font-family:'luma-icons';margin:0 5px 0 0;vertical-align:text-bottom;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{display:inline-block}.block-wishlist-management .wishlist-toolbar-select{margin-right:20px}.block-wishlist-management .wishlist-toolbar .copy .dropdown{right:0}.block-wishlist-management .wishlist-toolbar .copy .dropdown:before{left:auto;right:11px}.block-wishlist-management .wishlist-toolbar .copy .dropdown:after{left:auto;right:10px}.block-wishlist-management .wishlist-dropdown.move{margin-right:20px}.block-wishlist-search-form .form-wishlist-search{margin-bottom:60px;max-width:500px}.block-wishlist-search-results .table-wrapper{border-top:none}.block-wishlist-info-items .block-title{margin-bottom:20px;font-size:2.2rem}.block-wishlist-info-items .block-title>strong{font-weight:300}.block-wishlist-info-items .product-item{width:100%}.block-wishlist-info-items .product-item-photo{margin-left:20px}.block-wishlist-info-items .product-item-info{width:auto}.block-wishlist-info-items .product-item-info:hover .split{visibility:visible}.block-wishlist-info-items .price-wrapper{display:block;margin:0 0 10px}.block-wishlist-info-items .split{clear:both;padding:10px 0;visibility:hidden}.block-wishlist-info-items .wishlist-dropdown .change{color:#c02327}.block-wishlist-info-items .action.towishlist{padding:10px 0}.block-wishlist-info-items .input-text.qty{margin-right:10px}.multicheckout.results h3,.multicheckout.success h3{font-size:1.6rem;margin-bottom:20px;margin-top:30px}.multicheckout.results h3 a,.multicheckout.success h3 a{color:#333}.multicheckout.results h3 a:hover,.multicheckout.success h3 a:hover{text-decoration:none}.multicheckout.results ul.orders-list,.multicheckout.success ul.orders-list{list-style:none;padding-left:0}.multicheckout.results .orders-list,.multicheckout.success .orders-list{margin-top:25px;padding-left:16px}.multicheckout.results .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-list .shipping-list .shipping-item{margin-left:84px}.multicheckout.results .orders-list .shipping-list .shipping-label,.multicheckout.success .orders-list .shipping-list .shipping-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .shipping-address,.multicheckout.success .orders-list .shipping-list .shipping-address{font-weight:400}.multicheckout.results .orders-list .shipping-list .error-block,.multicheckout.success .orders-list .shipping-list .error-block{color:#e02b27}.multicheckout.results .orders-list .shipping-list .error-block .error-label,.multicheckout.success .orders-list .shipping-list .error-block .error-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .error-block .error-description,.multicheckout.success .orders-list .shipping-list .error-block .error-description{font-weight:400}.multicheckout.results .orders-succeed .orders-list,.multicheckout.success .orders-succeed .orders-list{margin-top:0}.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id{float:left}.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item{margin-left:100px}.multicheckout .title{margin-bottom:30px}.multicheckout .title strong{font-weight:400}.multicheckout .table-wrapper{margin-bottom:0}.multicheckout .table-wrapper .action.delete{display:inline-block}.multicheckout .table-wrapper .col .qty{display:inline-block}.multicheckout .table-wrapper .col.item .action.edit{font-weight:400;margin-left:10px}.multicheckout:not(.address) .table-wrapper .product-item-name{margin:0}.multicheckout>.actions-toolbar{margin-top:40px}.multicheckout .actions-toolbar>.secondary{display:block}.multicheckout .actions-toolbar>.secondary .action{margin-bottom:25px}.multicheckout .actions-toolbar>.secondary .action.back{display:block;margin-left:0}.multicheckout .actions-toolbar>.primary{margin-right:10px}.multicheckout .item-options{margin:10px 0 0}.multicheckout .block .methods-shipping .item-content .fieldset>.field:before{display:none}.multicheckout .block .methods-shipping .item-content .fieldset>.field .control{display:inline-block}.multicheckout .block-title,.multicheckout .block-content .title{border-bottom:1px solid #ccc;padding-bottom:10px}.multicheckout .block-title strong,.multicheckout .block-content .title strong{font-weight:400}.multicheckout .block-title strong span,.multicheckout .block-content .title strong span{color:#a6a6a6}.multicheckout .block-content .title{border-bottom:none;padding-bottom:0}.multicheckout.order-review .block-title>strong{font-size:2.4rem}.multicheckout.order-review .block-shipping .block-content:not(:last-child){margin-bottom:40px}.multicheckout.order-review .error-description{color:#e02b27;font-weight:400;margin-bottom:10px;margin-top:-10px}.multicheckout .box-title span{margin-right:10px}.multicheckout .box-title>.action{margin:0}.multicheckout .box-shipping-method .price{font-weight:700}.multicheckout .box-billing-method .fieldset{margin:0}.multicheckout .box-billing-method .fieldset .legend.box-title{margin:0 0 5px}.multicheckout .checkout-review .grand.totals{font-size:2.1rem;margin-bottom:40px}.multicheckout .checkout-review .grand.totals .mark{font-weight:400}[class^='multishipping-'] .logo{margin-left:0}.multishipping-checkout-success .nav-sections{display:block}.block.newsletter{margin-bottom:20px}.block.newsletter .form.subscribe{display:table;width:100%}.block.newsletter .fieldset{display:table-cell;margin:0;padding:0;vertical-align:top}.block.newsletter .field{margin:0}.block.newsletter .field .control{display:inline-block;text-decoration:none;display:block}.block.newsletter .field .control:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:32px;color:#575757;content:'\e61d';font-family:'luma-icons';margin:0 0 0 8px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block.newsletter .field .control:before{position:absolute}.block.newsletter input{margin-right:35px;padding:0 0 0 35px}.block.newsletter .title{display:none}.block.newsletter .actions{display:table-cell;vertical-align:top;width:1%}.block.newsletter .action.subscribe{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px;white-space:nowrap}.data.switch .counter{color:#595959}.data.switch .counter:before{content:'('}.data.switch .counter:after{content:')'}.rating-summary{overflow:hidden;white-space:nowrap}.rating-summary .rating-result{width:88px;display:inline-block;position:relative;vertical-align:middle}.rating-summary .rating-result:before{left:0;position:absolute;top:0;width:100%;z-index:1;-webkit-font-smoothing:antialiased;color:#c7c7c7;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;font-style:normal;font-weight:normal;speak:none}.rating-summary .rating-result>span{display:block;overflow:hidden}.rating-summary .rating-result>span:before{position:relative;z-index:2;-webkit-font-smoothing:antialiased;color:#ff5501;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;font-style:normal;font-weight:normal;speak:none}.rating-summary .rating-result>span span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.product-reviews-summary .rating-summary .label,.table-reviews .rating-summary .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote{overflow:hidden}.review-control-vote:before{color:#c7c7c7;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;font-style:normal;font-weight:normal;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;position:absolute;z-index:1}.review-control-vote input[type="radio"]{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote input[type="radio"]:hover+label:before,.review-control-vote input[type="radio"]:checked+label:before{opacity:1}.review-control-vote label{cursor:pointer;display:block;position:absolute}.review-control-vote label span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote label:before{color:#ff5501;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;font-style:normal;font-weight:normal;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;opacity:0}.review-control-vote label:hover:before{opacity:1}.review-control-vote label:hover~label:before{opacity:0}.review-control-vote .rating-5{z-index:2}.review-control-vote .rating-5:before{content:'\e605' '\e605' '\e605' '\e605' '\e605'}.review-control-vote .rating-4{z-index:3}.review-control-vote .rating-4:before{content:'\e605' '\e605' '\e605' '\e605'}.review-control-vote .rating-3{z-index:4}.review-control-vote .rating-3:before{content:'\e605' '\e605' '\e605'}.review-control-vote .rating-2{z-index:5}.review-control-vote .rating-2:before{content:'\e605' '\e605'}.review-control-vote .rating-1{z-index:6}.review-control-vote .rating-1:before{content:'\e605'}.review-control-vote:before{content:'\e625' '\e625' '\e625' '\e625' '\e625'}.products-reviews-toolbar{position:relative}.products-reviews-toolbar .toolbar-amount{position:relative;text-align:center}.review-toolbar{border-top:1px solid #c9c9c9;margin:0 0 20px;padding:0;text-align:center}.review-toolbar:first-child{display:none}.review-toolbar .pages{border-bottom:1px solid #c9c9c9;display:block;padding:20px 0;text-align:center}.review-toolbar .limiter{display:none}.review-add .block-title{display:none}.review-form .action.submit.primary{background:#eee;border:1px solid #ccc;color:#333;font-size:1.4rem;line-height:1.6rem;padding:7px 15px;margin:0}.review-form .action.submit.primary:focus,.review-form .action.submit.primary:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.review-form .action.submit.primary:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.review-form .actions-toolbar .actions-primary{padding:0}.fieldset .review-legend.legend{border-bottom:0;line-height:1.3;margin-bottom:20px;padding:0}.fieldset .review-legend.legend span{margin:0}.fieldset .review-legend.legend strong{display:block;font-weight:600}.fieldset .review-field-ratings>.label{font-weight:600;margin-bottom:10px;padding:0}.review-control-vote label:before,.review-control-vote:before{font-size:32px;height:32px;letter-spacing:10px;line-height:32px}.review-field-rating .label{font-weight:600}.review-field-rating .control{margin-bottom:48px;margin-top:10px}.review-list{margin-bottom:30px}.review-list .block-title strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.review-item{border-bottom:1px solid #c9c9c9;margin:0;padding:20px 0}.review-item:after{clear:both;content:'';display:table}.review-item:last-child{border-width:0}.review-ratings{display:table;margin-bottom:10px;max-width:100%}.review-author{display:inline}.review-author .review-details-value{font-weight:400}.review-date{display:inline}.review-title{font-weight:600;line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;margin:0 0 20px}.review-content{margin-bottom:20px}.page-main .column .review-add{margin-bottom:0}.data.table.reviews .rating-summary{margin-top:-4px}.customer.review.view .review.title,.customer.review.view .ratings.summary.items,.customer.review.view .product.details{margin-bottom:20px}.product-reviews-summary{margin-bottom:5px}.products.wrapper.list .product-reviews-summary{margin:0 auto}.product-reviews-summary .rating-summary{display:inline-block;vertical-align:middle}.product-reviews-summary .reviews-actions{display:inline-block;font-size:11px;vertical-align:middle}.product-reviews-summary .reviews-actions a:not(:last-child){margin-right:30px}.product-reviews-summary .reviews-actions .action.add{white-space:nowrap}.product-info-main .rating-summary,.customer-review .rating-summary{margin-right:30px}.block-reviews-dashboard .items .item{margin-bottom:20px}.block-reviews-dashboard .items .item:last-child{margin-bottom:0}.block-reviews-dashboard .product-name{display:inline-block}.block-reviews-dashboard .product-name:not(:last-child){margin-bottom:5px}.block-reviews-dashboard .rating-summary .label{font-weight:600;margin-right:10px;vertical-align:middle}.table-reviews .product-name,.block-reviews-dashboard .product-name{font-weight:400}.table-reviews .rating-summary{display:inline-block;vertical-align:baseline}.customer-review .product-media{float:left;margin-right:3%;max-width:285px;width:30%}.customer-review .review-details{margin:0}.customer-review .review-details .customer-review-rating{margin-bottom:20px}.customer-review .review-details .customer-review-rating .item{margin-bottom:10px}.customer-review .review-details .customer-review-rating .item:last-child{margin-bottom:0}.customer-review .review-details .review-title{line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;font-weight:600;margin-bottom:20px}.customer-review .review-details .review-content{margin:0;margin-bottom:20px}.customer-review .review-details .review-date{color:#a6a6a6}.order-links .item{line-height:40px;margin:0 0 -1px}.order-links .item strong{background:#fff;border:1px solid #ccc;display:block;font-weight:400;padding:0 20px}.order-links .item a{background:#f6f6f6;color:#6d6d6d;border:1px solid #ccc;display:block;font-weight:400;padding:0 20px}.order-links .item a:hover{background:#fff;text-decoration:none}.order-details-items{border:1px solid #ccc;margin-bottom:40px;padding:10px}.order-details-items .order-title{border-bottom:1px solid #ccc;padding:0 0 10px}.order-details-items .order-title>strong{font-size:2.4rem;font-weight:300}.order-details-items .order-title .action{display:inline-block}.order-details-items .table-wrapper{margin:0}.order-details-items .table-wrapper+.actions-toolbar{display:none}.order-details-items .table-wrapper:not(:last-child){margin-bottom:30px}.order-details-items .table-wrapper.order-items-shipment{overflow:visible}.order-details-items .table-order-items>thead>tr>th{border-bottom:1px solid #ccc}.order-details-items .table-order-items tbody+tbody{border-top:1px solid #ccc}.account .order-details-items .table-order-items tbody tr:nth-child(even) td{background:none}.order-details-items .table-order-items tbody td{padding-bottom:20px;padding-top:20px}.order-details-items .table-order-items tbody .col.label{font-weight:700;padding-bottom:5px;padding-top:0}.order-details-items .table-order-items tbody .col.options{padding:10px 10px 15px}.order-details-items .table-order-items tbody>.item-parent td{padding-bottom:5px}.order-details-items .table-order-items tbody>.item-parent+tr td{padding-top:5px}.order-details-items .table-order-items tbody .item-options-container td{padding-bottom:15px;padding-top:0}.order-details-items .table-order-items .product-item-name{margin:0 0 10px}.order-details-items .item-options{margin:0}.order-details-items .item-options dt{margin:0}.order-details-items .item-options dd{margin:0 0 15px}.order-details-items .item-options dd:last-child{margin-bottom:0}.order-details-items .item-options.links dt{display:inline-block}.order-details-items .item-options.links dt:after{content:': '}.order-details-items .item-options.links dd{margin:0}.order-details-items thead .col.qty{text-align:center}.order-details-items .col.name{padding-top:16px}.order-details-items .action.show{display:inline-block;text-decoration:none;color:#333}.order-details-items .action.show>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.order-details-items .action.show:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.order-details-items .action.show.expanded:after{content:'\e621'}.order-details-items .product-item-name{font-size:1.8rem}.order-details-items .items-qty .item{white-space:nowrap}.order-details-items .items-qty .title:after{content:': '}.order-details-items .pages-items .item:first-child,.order-details-items .pages-items .item:last-child{margin-right:0}.block-order-details-comments{margin:0 0 40px}.block-order-details-comments .comment-date{font-weight:600}.block-order-details-comments .comment-content{line-height:1.6;margin:0 0 20px}.block-order-details-view .block-content .box{margin-bottom:30px}.block-order-details-view .box-title{font-weight:600}.block-order-details-view .box-content .payment-method .title{font-weight:400}.block-order-details-view .box-content .payment-method .content{margin:0}.block-order-details-view .box-content .payment-method .content>strong{font-weight:400}.block-order-details-view .box-content .payment-method .content>strong:after{content:': '}.column.main .order-details-items .block-order-details-gift-message{margin:40px 0 0}.block-order-details-gift-message+.actions-toolbar{display:none}.order-tracking{margin:0;padding:20px 0}.order-title+.order-tracking{border-bottom:1px solid #ccc}.order-tracking .tracking-title{display:inline-block}.order-tracking .tracking-content{display:inline-block;margin:0 0 0 5px}.order-actions-toolbar{margin-bottom:25px}.order-actions-toolbar .action{margin-right:30px}.order-actions-toolbar .action.print{display:none;margin:0}.form-orders-search .field:last-child{margin-bottom:20px}.block-reorder .actions-toolbar{margin:17px 0}.block-reorder .product-item-name{float:left;width:calc(100% - 20px)}.block-reorder .product-item::after{clear:both;content:'';display:table}.block-reorder .product-item .field.item{float:left;width:20px}.form.send.friend .fieldset .field .control{width:100%}.product-social-links .action.mailto.friend:before{content:'\e61d'}.block-collapsible-nav .content{background:#f5f5f5;padding:15px 0}.block-collapsible-nav .item{margin:3px 0 0}.block-collapsible-nav .item:first-child{margin-top:0}.block-collapsible-nav .item a,.block-collapsible-nav .item>strong{border-left:3px solid transparent;color:#575757;display:block;padding:5px 18px 5px 15px}.block-collapsible-nav .item a{text-decoration:none}.block-collapsible-nav .item a:hover{background:#e8e8e8}.block-collapsible-nav .item.current a,.block-collapsible-nav .item.current>strong{border-color:#ff5501;color:#000;font-weight:600}.block-collapsible-nav .item.current a{border-color:#ff5501}.block-collapsible-nav .item .delimiter{border-top:1px solid #d1d1d1;display:block;margin:10px 1.8rem}body{background-color:#fff}.page-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.page-main{-webkit-flex-grow:1;flex-grow:1}.page-main>.page-title-wrapper .page-title{hyphens:auto}.page-header{border-bottom:1px solid #ccc;margin-bottom:20px}.page-header .panel.wrapper{background-color:#6e716e;color:#fff}.header.panel>.header.links{margin:0;padding:0;list-style:none none;float:right;font-size:0;margin-left:auto;margin-right:20px}.header.panel>.header.links>li{display:inline-block;vertical-align:top}.header.panel>.header.links>li{font-size:14px;margin:0 0 0 15px}.header.panel>.header.links>li.customer-welcome{margin:0 0 0 5px}.header.panel>.header.links>li>a{color:#fff;text-decoration:none}.header.panel>.header.links>li>a:visited{color:#fff;text-decoration:none}.header.panel>.header.links>li>a:hover{color:#fff;text-decoration:underline}.header.panel>.header.links>li>a:active{color:#fff;text-decoration:underline}.header.content{padding-top:10px;position:relative}.logo{float:left;margin:0 0 10px 40px;max-width:50%;position:relative;z-index:5}.logo img{display:block;height:auto}.page-print .logo{display:inline-block;float:none}.page-print .nav-toggle{display:none}.page-main>.page-title-wrapper .page-title+.action{margin-top:30px}.action.skip:focus{background:#f0f0f0;padding:10px;box-sizing:border-box;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:15}.action-skip-wrapper{height:0;position:relative}.message.global p{margin:0}.message.global.noscript,.message.global.cookie{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#ffee9c;border-color:#d6ca8e;color:#333;margin:0}.message.global.noscript a,.message.global.cookie a{color:#c02327}.message.global.noscript a:hover,.message.global.cookie a:hover{color:#c02327}.message.global.noscript a:active,.message.global.cookie a:active{color:#ff5501}.message.global.cookie{bottom:0;left:0;position:fixed;right:0;z-index:3}.message.global.cookie .actions{margin-top:10px}.message.global.demo{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#ff0101;border-color:none;color:#fff;margin-bottom:0;text-align:center}.message.global.demo a{color:#c02327}.message.global.demo a:hover{color:#c02327}.message.global.demo a:active{color:#ff5501}.page-footer{margin-top:25px}.footer.content{border-top:1px solid #cecece;padding-top:20px}.footer.content .links>li{background:#f4f4f4;font-size:1.6rem;border-top:1px solid #cecece;margin:0 -15px;padding:0 15px}.footer.content .links a,.footer.content .links strong{display:block;padding:10px 0}.footer.content .links strong{color:#a6a6a6;font-weight:normal}.footer.content .links a{color:#575757;text-decoration:none}.footer.content .links a:visited{color:#575757;text-decoration:none}.footer.content .links a:hover{color:#333;text-decoration:underline}.footer.content .links a:active{color:#333;text-decoration:underline}.copyright{background-color:#6e716e;color:#fff;box-sizing:border-box;display:block;padding:10px;text-align:center}.page-header .panel.wrapper .switcher .options,.page-footer .switcher .options{display:inline-block;position:relative}.page-header .panel.wrapper .switcher .options:before,.page-footer .switcher .options:before,.page-header .panel.wrapper .switcher .options:after,.page-footer .switcher .options:after{content:'';display:table}.page-header .panel.wrapper .switcher .options:after,.page-footer .switcher .options:after{clear:both}.page-header .panel.wrapper .switcher .options .action.toggle,.page-footer .switcher .options .action.toggle{padding:0;cursor:pointer;display:inline-block;text-decoration:none}.page-header .panel.wrapper .switcher .options .action.toggle>span,.page-footer .switcher .options .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .panel.wrapper .switcher .options .action.toggle:after,.page-footer .switcher .options .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:22px;color:inherit;content:'\e622';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,.page-footer .switcher .options .action.toggle:hover:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:active:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle.active,.page-footer .switcher .options .action.toggle.active{display:inline-block;text-decoration:none}.page-header .panel.wrapper .switcher .options .action.toggle.active>span,.page-footer .switcher .options .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .panel.wrapper .switcher .options .action.toggle.active:after,.page-footer .switcher .options .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:22px;color:inherit;content:'\e621';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,.page-footer .switcher .options .action.toggle.active:hover:after{color:inherit}.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:active:after{color:inherit}.page-header .panel.wrapper .switcher .options ul.dropdown,.page-footer .switcher .options ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:160px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.page-header .panel.wrapper .switcher .options ul.dropdown li,.page-footer .switcher .options ul.dropdown li{margin:0;padding:0}.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,.page-footer .switcher .options ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before,.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.page-header .panel.wrapper .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{left:10px;top:-12px}.page-header .panel.wrapper .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{left:9px;top:-14px}.page-header .panel.wrapper .switcher .options.active,.page-footer .switcher .options.active{overflow:visible}.page-header .panel.wrapper .switcher .options.active ul.dropdown,.page-footer .switcher .options.active ul.dropdown{display:block}.page-header .panel.wrapper .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{color:#333;text-decoration:none;display:block;padding:8px}.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,.page-footer .switcher .options ul.dropdown a:visited{color:#333;text-decoration:none}.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{color:#333;text-decoration:none}.page-header .panel.wrapper .switcher .options ul.dropdown a:active,.page-footer .switcher .options ul.dropdown a:active{color:#333;text-decoration:none}.page-header .panel.wrapper .switcher strong,.page-footer .switcher strong{font-weight:400}.page-header .panel.wrapper .switcher .options ul.dropdown{right:0}.page-header .panel.wrapper .switcher .options ul.dropdown:before{left:auto;right:10px}.page-header .panel.wrapper .switcher .options ul.dropdown:after{left:auto;right:9px}.sidebar .widget.block:not(:last-child),.sidebar .widget:not(:last-child){margin-bottom:40px}.widget{clear:both}.page-header .widget.block,.page-footer .widget.block{margin:20px 0}.page-header .links .widget.block,.page-footer .links .widget.block{margin:0}.ui-datepicker td{padding:0}.ui-tooltip{background:#fff;border:1px solid #bbb;padding:10px}.cookie-status-message{display:none}.my-credit-cards .status{font-style:italic}.my-credit-cards .action.delete{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#c02327;text-decoration:none;background:none;border:0;display:inline}.my-credit-cards .action.delete:focus,.my-credit-cards .action.delete:active{background:none;border:none}.my-credit-cards .action.delete:hover{background:none;border:none}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{pointer-events:none;opacity:.5}.my-credit-cards .action.delete:visited{color:#c02327;text-decoration:none}.my-credit-cards .action.delete:hover{color:#c02327;text-decoration:underline}.my-credit-cards .action.delete:active{color:#ff5501;text-decoration:underline}.my-credit-cards .action.delete:hover,.my-credit-cards .action.delete:active,.my-credit-cards .action.delete:focus{background:none;border:0}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{color:#c02327;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.my-credit-cards-popup .modal-footer{text-align:right}.my-credit-cards-popup .action.secondary{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#c02327;text-decoration:none;background:none;border:0;display:inline;margin-right:20px}.my-credit-cards-popup .action.secondary:focus,.my-credit-cards-popup .action.secondary:active{background:none;border:none}.my-credit-cards-popup .action.secondary:hover{background:none;border:none}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{pointer-events:none;opacity:.5}.my-credit-cards-popup .action.secondary:visited{color:#c02327;text-decoration:none}.my-credit-cards-popup .action.secondary:hover{color:#c02327;text-decoration:underline}.my-credit-cards-popup .action.secondary:active{color:#ff5501;text-decoration:underline}.my-credit-cards-popup .action.secondary:hover,.my-credit-cards-popup .action.secondary:active,.my-credit-cards-popup .action.secondary:focus{background:none;border:0}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{color:#c02327;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.toolbar.wishlist-toolbar .limiter{float:right}.toolbar.wishlist-toolbar .main .pages{display:inline-block;position:relative;z-index:0}.toolbar.wishlist-toolbar .toolbar-amount,.toolbar.wishlist-toolbar .limiter{display:inline-block;z-index:1}.product-social-links .action.towishlist:before,.block-bundle-summary .action.towishlist:before,.product-item .action.towishlist:before,.table-comparison .action.towishlist:before{content:'\e600'}.account .table-wrapper .data.table.wishlist>thead>tr>th,.account .table-wrapper .data.table.wishlist>tbody>tr>th,.account .table-wrapper .data.table.wishlist>tfoot>tr>th,.account .table-wrapper .data.table.wishlist>thead>tr>td,.account .table-wrapper .data.table.wishlist>tbody>tr>td,.account .table-wrapper .data.table.wishlist>tfoot>tr>td{border-top:1px solid #ccc}.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td{border-top:0}.account .table-wrapper .data.table.wishlist>tbody+tbody{border-top:1px solid #ccc}.account .table-wrapper .data.table.wishlist thead>tr>th{border-bottom:0}.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td{border-bottom:1px solid #ccc}.account .table-wrapper .data.table.wishlist .product.name{display:inline-block;margin-bottom:10px}.account .table-wrapper .data.table.wishlist .box-tocart{margin:10px 0}.account .table-wrapper .data.table.wishlist .box-tocart .qty{vertical-align:middle}.account .table-wrapper .data.table.wishlist .col.item{width:50%}.account .table-wrapper .data.table.wishlist .col.photo{max-width:150px}.account .table-wrapper .data.table.wishlist .col.selector{max-width:15px}.account .table-wrapper .data.table.wishlist textarea{margin:10px 0}.account .table-wrapper .data.table.wishlist .input-text.qty{margin-bottom:10px}.account .table-wrapper .data.table.wishlist .action.primary{vertical-align:top}.account .table-wrapper .data.table.wishlist .price{font-weight:700}.link.wishlist .counter{color:#595959;white-space:nowrap}.link.wishlist .counter:before{content:'('}.link.wishlist .counter:after{content:')'}.block-wishlist .product-item-name{margin-right:25px}.products-grid.wishlist .product-item{margin-left:2%;width:calc((100% - 4%) / 3)}.products-grid.wishlist .product-item:nth-child(3n + 1){margin-left:0}.products-grid.wishlist .product-item-photo{display:block;margin-bottom:10px}.products-grid.wishlist .product-item-name{margin-top:0}.products-grid.wishlist .product-item .price-box{margin:0}.products-grid.wishlist .product-item-comment{display:block;height:42px;margin:10px 0}.products-grid.wishlist .product-item-actions>*{margin-right:15px}.products-grid.wishlist .product-item-actions>*:last-child{margin-right:0}.products-grid.wishlist .product-item-actions .action.edit,.products-grid.wishlist .product-item-actions .action.delete{display:inline-block;text-decoration:none}.products-grid.wishlist .product-item-actions .action.edit>span,.products-grid.wishlist .product-item-actions .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.products-grid.wishlist .product-item-actions .action.edit:before,.products-grid.wishlist .product-item-actions .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.products-grid.wishlist .product-item-actions .action.edit:hover:before,.products-grid.wishlist .product-item-actions .action.delete:hover:before{color:#333}.products-grid.wishlist .product-item-actions .action.edit:active:before,.products-grid.wishlist .product-item-actions .action.delete:active:before{color:#757575}.products-grid.wishlist .product-item-actions .action.delete:before{content:'\e604'}.block-product-link.widget,.block-category-link.widget{display:block;margin-bottom:20px}.block-product-link-inline.widget{margin:0}.block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.block.widget .products-grid .product-item:nth-child(2n + 1){margin-left:0}.block.widget .product-item-info{width:auto}.block.widget .pager{padding:0}.block.widget .pager .toolbar-amount{float:none;font-size:1.2rem}.block.widget .pager .pages-item-previous{padding-left:0}.block.widget .pager .pages-item-next{position:relative}.block.widget .pager .items{white-space:nowrap}.block-static-block.widget,.block-cms-link.widget{margin-bottom:20px}.links .block-static-block.widget,.links .block-cms-link.widget{margin-bottom:0}.block-cms-link-inline.widget{margin:0}.account.vault-cards-listaction .address-select-modal__form-container{margin-bottom:20px}.account.vault-cards-listaction .address-select-modal__form-container>div{align-items:center;display:flex;flex-wrap:wrap}.account.vault-cards-listaction .address-select-modal__form-container>div>div{margin-top:10px}.account.vault-cards-listaction .field.company,.account.vault-cards-listaction .field.choice.set.billing,.account.vault-cards-listaction .field.choice.set.shipping,.account.vault-cards-listaction .primary[data-action='save-address']{display:none !important}.account.vault-cards-listaction #form-validate{display:none}.account.vault-cards-listaction [for='repeat_order_cc_number']+.control{position:relative}.account.vault-cards-listaction .account-section__title-view-all-link{display:block;margin-bottom:30px}.account.vault-cards-listaction .braintree-credit-card-types{display:flex;flex-wrap:wrap}.account.vault-cards-listaction .braintree-credit-card-types .item{margin-right:5px;margin-top:5px}.account.vault-cards-listaction .braintree-credit-card-types .item:last-child{margin-right:0}.account.vault-cards-listaction .braintree-credit-card-types img{height:24px}.account.vault-cards-listaction .separator{margin:10px 10px 0}.account.vault-cards-listaction .address-select-container{border:1px solid #ccc;border-radius:2px;padding:25px}.account.vault-cards-listaction #braintree_submit{font-size:1.6rem;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#fff;height:40px;margin:10px 0;padding:0 20px}.account.vault-cards-listaction .subs-modal-overlay{background-color:#000;height:100%;left:0;opacity:.3;position:fixed;top:0;width:100%}.account.vault-cards-listaction #paypal_container{margin:auto;max-width:360px}.account.vault-cards-listaction .add-methods{display:-webkit-grid;display:-ms-gridbox;display:grid;gap:25px;grid-auto-flow:column;margin-bottom:30px}.account.vault-cards-listaction .add-method{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;border:1px solid #ccc;border-radius:2px;cursor:pointer;flex-direction:column;justify-content:center;padding:3px}.account.vault-cards-listaction .add-method:hover{border-color:#797777}.account.vault-cards-listaction .add-method>div{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 10px}.account.vault-cards-listaction .add-method>div p{font-weight:700;padding-top:15px}.account.vault-cards-listaction .add-method .icon-container{background:#f0f0f0;border-radius:0 0 1px 1px;height:100%;padding:15px 0;width:100%}.account.vault-cards-listaction .add-method .icon-container ul{display:flex;flex-wrap:wrap;justify-content:space-evenly;list-style:none;margin:0;max-width:160px;padding:0;width:100%}.account.vault-cards-listaction .add-method .icon-container ul li{margin:0;width:25%}.account.vault-cards-listaction .add-method .icon-container ul li img{height:24px}.account.vault-cards-listaction .subs-modal{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.account.vault-cards-listaction .subs-modal__box{-moz-box-shadow:0 4px 15px 5px rgba(0,0,0,0.25);-webkit-box-shadow:0 4px 15px 5px rgba(0,0,0,0.25);background-color:#fff;box-shadow:0 4px 15px 5px rgba(0,0,0,0.25);margin:20px;max-width:610px;overflow-y:auto;padding:40px 20px;position:relative;text-align:center;width:100%}.account.vault-cards-listaction .subs-modal__close-button{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;box-shadow:none !important;cursor:pointer;position:absolute;right:20px;top:20px}.account.vault-cards-listaction .subs-modal__close-button:focus,.account.vault-cards-listaction .subs-modal__close-button:active{background:none;border:none}.account.vault-cards-listaction .subs-modal__close-button:hover{background:none;border:none}.account.vault-cards-listaction .subs-modal__close-button.disabled,.account.vault-cards-listaction .subs-modal__close-button[disabled],fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button{pointer-events:none;opacity:.5}.account.vault-cards-listaction .subs-modal__screen-reader-label{display:none}.account.vault-cards-listaction .subs-modal__title{text-align:center}.account.vault-cards-listaction .add-card-modal .subs-modal__box{padding:20px}.account.vault-cards-listaction .add-card-modal form{margin:0}.account.vault-cards-listaction .add-card-modal legend{border-bottom:none !important;margin-bottom:20px !important;padding-bottom:0 !important}.account.vault-cards-listaction .add-google-pay-modal span,.account.vault-cards-listaction .add-paypal-modal span,.account.vault-cards-listaction .add-google-pay-modal p,.account.vault-cards-listaction .add-paypal-modal p{font-weight:500;margin:30px 0}.account.vault-cards-listaction #co-transparent-form-braintree .fieldset{max-width:400px}.braintree-three-d-modal{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;height:100vh;left:0;position:fixed;top:0;visibility:visible;width:100vw;z-index:#000}.braintree-three-d-modal .bt-modal-frame{background-color:#fff;border-radius:6px;height:420px;margin:auto;width:440px;z-index:2}.braintree-three-d-modal .bt-modal-body{background-color:#fff;border:1px solid lightgray;height:380px;margin:20px}.braintree-three-d-modal .bt-mask{background-color:#000;height:100%;left:0;opacity:.75;position:absolute;top:0;width:100%}.braintree-applepay-container-product{display:inline-block}.braintree-applepay-container-product .braintree-apple-pay-button{margin:0;margin-bottom:15px;padding:10px 0}apple-pay-button{--apple-pay-button-border-radius:3px;--apple-pay-button-box-sizing:border-box;--apple-pay-button-height:40px;--apple-pay-button-padding:0px 0px;--apple-pay-button-width:100%}.ppcredit-summary{background:linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);color:#fff;margin:10px 0;padding:15px;text-align:center}.ppcreditcalc-container{background:#fff;border:1px solid #dedede}.ppcreditcalc-header{background:#fff;padding:15px}.ppcreditcalc-legal{background-color:#eee;border-top:1px solid #dedede;font-size:1.2rem;line-height:2rem;padding:15px}.ppcreditcalc-instalments{background-color:#eee;border-bottom:1px solid #dedede;border-top:1px solid #dedede;list-style:none;margin:0;padding:0}.ppcreditcalc-instalments li{display:inline-block;margin:0;padding:0}.ppcreditcalc-instalments-term{color:#000;display:block;padding:10px 15px}.ppcreditcalc-instalments-term:hover{background:braintree_color-ppcredit-light;color:#fff;text-decoration:none}.ppcreditcalc-instalments-term.active{background:braintree_color-ppcredit-dark;color:#fff}.ppcreditcalc-instalment-summary{padding:15px}.ppcreditcalc-instalment-summary dl{margin:0}.ppcreditcalc-instalment-summary dt{display:inline-block;width:50%}.ppcreditcalc-instalment-summary dd{display:inline-block}#braintree_expirationDate{width:90px}button.braintree-googlepay-button{background-origin:content-box;background-position:center center;background-repeat:no-repeat;background-size:contain;border:0;border-radius:4px;box-shadow:rgba(60,64,67,0.3) 0 1px 1px 0,rgba(60,64,67,0.15) 0 1px 3px 1px;cursor:pointer;height:40px;min-height:40px;padding:11px 24px}button.braintree-googlepay-button.black{background-color:#000;box-shadow:none;padding:12px 24px 10px}button.braintree-googlepay-button.white{background-color:#fff}button.braintree-googlepay-button.short{min-width:90px;width:160px}button.braintree-googlepay-button.black.short{background-image:url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg)}button.braintree-googlepay-button.white.short{background-image:url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg)}button.braintree-googlepay-button.black:active{background-color:#5f6368}button.braintree-googlepay-button.black:hover{background-color:#3c4043}button.braintree-googlepay-button.white:active{background-color:#fff}button.braintree-googlepay-button.white:focus{box-shadow:#e8e8e8 0 1px 1px 0,#e8e8e8 0 1px 3px}button.braintree-googlepay-button.white:hover{background-color:#f8f8f8}button.braintree-googlepay-button.long{width:100%}button.braintree-googlepay-button.white.long{background-image:url(https://www.gstatic.com/instantbuy/svg/light/en.svg)}button.braintree-googlepay-button.black.long{background-image:url(https://www.gstatic.com/instantbuy/svg/dark/en.svg)}.googlepay-minicart-logo{text-align:center}.checkout-payment-method .credit-card-types.braintree-credit-card-types img{-webkit-filter:none;-webkit-transition:none;width:30px}.braintree-card-control{position:relative}.braintree-credit-card-selected{left:10px;position:absolute;z-index:10}.braintree-paypal-logo.oneclick-container{width:100%}#payment_form_braintree_ach_direct_debit .field>.fields .field .label{font-weight:600}#payment_form_braintree_ach_direct_debit .field>.fields .field.required>.label:after{color:#e02b27;content:'*';font-size:1.8rem;margin:0 0 0 5px}#payment_form_braintree_ach_direct_debit .field>.fields .field .control{margin:10px 10px 0 0}#payment_form_braintree_ach_direct_debit .field>.fields .field .control input[type='text']::placeholder,#payment_form_braintree_ach_direct_debit .field>.fields .field .control input[type='number']::placeholder{color:lightgrey}#payment-method-braintree-lpm .primary{width:100%}#payment-method-braintree-lpm .primary .action{margin-bottom:12px;width:100%}#payment-method-braintree-lpm .primary .action img{height:40px}#payment-method-braintree-applepay #braintree_applepay_enable_vault{padding-top:20px}#payment-method-braintree-cc-vault .field.required .label,#payment-method-braintree-applepay-vault .field.required .label{font-weight:600}#payment-method-braintree-cc-vault .field.required .label:after,#payment-method-braintree-applepay-vault .field.required .label:after{content:'*';color:#e02b27;font-size:1.8rem;margin:0 0 0 5px}#payment-method-braintree-cc-vault .field .hosted-control,#payment-method-braintree-applepay-vault .field .hosted-control{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;box-sizing:border-box;font-family:'Google Sans',Roboto,Arial,sans-serif;font-size:1.4rem;height:32px;padding:0 9px;position:relative;vertical-align:baseline;width:5rem}#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error,#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}#payment-method-braintree-cc-vault .field .hosted-error,#payment-method-braintree-applepay-vault .field .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}#braintree-applepay-checkout-btn,#braintree-google-checkout-btn{width:240px}.braintree-hidden,.braintree-paypal-fieldset{display:none}.braintree-lpm-methods,.braintree-paypal-buttons,.braintree-paypal-vault{margin-top:20px}.payment-method-braintree .hosted-control{border:1px solid #c2c2c2;height:32px;max-width:300px;padding:8px 15px}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}.payment-method-braintree .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.payment-method-braintree .cvv{max-width:200px;position:relative}.payment-method-braintree .cvv .field-tooltip{right:30px;top:10px}#braintree_cc_number{padding-left:68px}.braintree-express-payments{display:flex;flex-wrap:wrap}.braintree-express-payments>div{display:flex;flex-wrap:wrap;gap:10px}.braintree-express-payments span{display:block;font-size:18px;margin:20px 0}.braintree-express-payments span.express-payment-title{width:100%}.braintree-express-payments span.express-payment-subtitle{align-items:center;display:flex;position:relative;width:100%}.braintree-express-payments span.express-payment-subtitle>span{background:#fff;display:block;margin:0 auto;padding:0 5px}.braintree-express-payments span.express-payment-subtitle:before{background:#ccc;content:'';display:block;height:1px;position:absolute;width:100%;z-index:-1}.braintree-express-payments>div>div{width:240px}.braintree-express-payments .braintree-googlepay-button,.braintree-express-payments .braintree-apple-pay-button{margin:0;min-height:30px}.braintree-express-payments .braintree-googlepay-button{height:35px}.braintree-express-payments .braintree-apple-pay-button{--apple-pay-button-height:35px}.paypal-braintree-paylater-message-container-pdp{padding:0 10px 10px}.paypal-braintree-paylater-message-container-pdp .page-product-bundle,.page-product-giftcard .paypal-braintree-paylater-message-container-pdp{padding:0 0 10px}.paypal-braintree-paylater-message-container-cart{padding:0 15px}.braintree-express-container{display:grid;gap:10px}.braintree-express-container .paypal-logo>div{display:flex}.block-minicart .block-content .braintree-express-container{margin-top:20px}.block-minicart .block-content .braintree-express-container .paypal-logo{margin:0}.product-add-form .braintree-express-container{margin-bottom:10px}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}}@media only screen and (max-width:767px){.abs-visually-hidden-mobile-m{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile-m:before,.abs-add-clearfix-mobile-m:after,.account .column.main .block:not(.widget) .block-title:before,.account .column.main .block:not(.widget) .block-title:after{content:'';display:table}.abs-add-clearfix-mobile-m:after,.account .column.main .block:not(.widget) .block-title:after{clear:both}.abs-toggling-title-mobile,.block-wishlist-management .wishlist-select .wishlist-name,.block-collapsible-nav .title{border-top:1px solid #ccc;cursor:pointer;margin-bottom:0;position:relative;border-bottom:1px solid #ccc;padding:10px 40px 10px 15px;display:block;text-decoration:none}.abs-toggling-title-mobile:after,.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{position:absolute;right:20px;top:10px}.abs-toggling-title-mobile:after,.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile.active:after,.block-wishlist-management .wishlist-select .wishlist-name.active:after,.block-collapsible-nav .title.active:after{content:'\e621'}.abs-icon-add-mobile,.block-wishlist-management .wishlist-add.item .add{display:block;text-decoration:none}.abs-icon-add-mobile:before,.block-wishlist-management .wishlist-add.item .add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'luma-icons';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-checkout-tooltip-content-position-top-mobile,.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.abs-checkout-tooltip-content-position-top-mobile:before,.abs-checkout-tooltip-content-position-top-mobile:after,.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.abs-checkout-tooltip-content-position-top-mobile:before,.field-tooltip .field-tooltip-content:before{border-bottom-color:#666}.abs-checkout-tooltip-content-position-top-mobile:after,.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-main,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container{padding-left:15px;padding-right:15px}.account .page-main,.cms-privacy-policy .page-main{padding-top:41px;position:relative}.navigation{padding:0}.navigation .parent .level-top{display:block;text-decoration:none;position:relative}.navigation .parent .level-top:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:42px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.navigation .parent .level-top:after{position:absolute;right:7px;top:-8px}.navigation .parent .level-top.ui-state-active:after{content:'\e621'}.nav-sections{-webkit-overflow-scrolling:touch;-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:calc(-1 * (100% - 54px));overflow:auto;position:fixed;top:0;width:calc(100% - 54px)}.nav-sections .switcher{border-top:1px solid #d1d1d1;font-size:1.6rem;font-weight:700;margin:0;padding:.8rem 3.5rem .8rem 2rem}.nav-sections .switcher .label{display:block;margin-bottom:5px}.nav-sections .switcher.language .options{margin:0;padding:0;list-style:none none}.nav-sections .switcher.language .options .action{padding:0 10px 5px}.nav-sections .header.links{margin:0;padding:0;list-style:none none;border-bottom:1px solid #d1d1d1}.nav-sections .header.links li{font-size:1.6rem;margin:0}.nav-sections .header.links li.greet.welcome{border-top:1px solid #d1d1d1;font-weight:700;padding:.8rem 15px}.nav-sections .header.links li>a{border-top:1px solid #d1d1d1}.nav-sections .header.links a,.nav-sections .header.links a:hover{color:#575757;text-decoration:none;display:block;font-weight:700;padding:.8rem 15px}.nav-sections .header.links .header.links{border:0}.nav-sections-item-content{box-sizing:border-box;display:none;float:right;margin-left:-100%;margin-top:71px;padding:25px 0;width:100%}.nav-sections-item-content:before,.nav-sections-item-content:after{content:'';display:table}.nav-sections-item-content:after{clear:both}.nav-sections-item-content.active{display:block !important}.nav-sections-item-title{background:#e3e3e3;border:solid #d7d7d7;border-width:0 0 1px 1px;box-sizing:border-box;float:left;height:71px;padding-top:24px;text-align:center;width:33.33%}.nav-sections-item-title.active{background:transparent;border-bottom:0}.nav-sections-item-title.active+.nav-sections-item-content{display:block !important}.nav-sections-item-title .nav-sections-item-switch:hover{text-decoration:none}.nav-before-open{height:100%;overflow-x:hidden;width:100%}.nav-before-open .page-wrapper{-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:0;overflow:hidden;position:relative}.nav-before-open body{height:100%;overflow:hidden;position:relative;width:100%}.nav-open .page-wrapper{left:calc(100% - 54px)}.nav-open .nav-sections{-webkit-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);-moz-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);-ms-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);box-shadow:0 0 5px 0 rgba(50,50,50,0.75);left:0;z-index:99}.nav-open .nav-toggle:after{background:rgba(0,0,0,0.7);content:'';display:block;height:100%;position:fixed;right:0;top:0;width:100%;z-index:1}.nav-sections-items{position:relative;z-index:1}.nav-sections-items:before,.nav-sections-items:after{content:'';display:table}.nav-sections-items:after{clear:both}.navigation{background:#f0f0f0;box-sizing:border-box}.navigation ul{margin:0;padding:0}.navigation li{margin:0}.navigation a{display:block;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:15px}.navigation a,.navigation a:hover{color:#575757;text-decoration:none}.navigation .level0{border-top:1px solid #d1d1d1;font-size:1.6rem}.navigation .level0>.level-top{font-weight:700;padding:8px 40px 8px 15px;text-transform:uppercase;word-wrap:break-word}.navigation .level0>.level-top:hover{color:#333}.navigation .level0.active .all-category .ui-state-focus{border-color:#ff5501;border-style:solid;border-width:0 0 0 8px;color:#333;padding-left:7px;display:inline-block}.navigation .level0>.level1{font-weight:600}.navigation .level0.active>a:not(.ui-state-active),.navigation .level0.has-active>a:not(.ui-state-active){border-color:#ff5501;border-style:solid;border-width:0 0 0 8px;color:#333}.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),.navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon){margin-left:-8px}.navigation li.level0:last-child{border-bottom:1px solid #d1d1d1}.navigation .submenu>li{word-wrap:break-word}.navigation .submenu>li>a:hover{color:#333}.navigation .submenu:not(:first-child){font-weight:400;line-height:1.3;left:auto !important;overflow-x:hidden;padding:0;position:relative;top:auto !important;transition:left .3s ease-out}.navigation .submenu:not(:first-child)>li>a{padding-left:15px}.navigation .submenu:not(:first-child)>li:last-child{margin-bottom:0}.navigation .submenu:not(:first-child) ul{display:block;padding-left:15px}.navigation .submenu:not(:first-child) ul>li{margin:0}.navigation .submenu:not(:first-child) ul>li a{color:#575757;display:block;line-height:normal}.navigation .submenu:not(:first-child) ul>li a:hover{color:#333}.navigation .submenu:not(:first-child).expanded{display:block !important;padding-right:0;top:0 !important}.navigation .submenu:not(:first-child) .active>a{border-color:#ff5501;border-style:solid;border-width:0 0 0 8px;color:#333;padding-left:7px}.navigation .submenu:not(:first-child) .level1.active>a{padding-left:7px}.product.data.items .item.title>.switch{padding:1px 15px 1px}.product.data.items>.item.content{padding:10px 15px 30px}.breadcrumbs{display:none}.modal-popup.modal-slide{left:44px;z-index:900}.modal-popup.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-popup.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-popup.modal-slide .modal-inner-wrap{margin:0;max-height:90vh}.custom-slide{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease;left:44px;z-index:900}.custom-slide._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.custom-slide._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.custom-slide .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1;pointer-events:auto}.custom-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.custom-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.custom-slide._show{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.custom-slide .modal-inner-wrap{background-color:#f4f4f4;box-sizing:border-box;height:auto;min-height:100%}body._has-modal-custom{height:100vh;overflow:hidden;width:100vw}body._has-modal-custom .modal-custom-overlay{background-color:rgba(51,51,51,0.55)}.modal-popup{pointer-events:auto}.modal-popup.modal-slide .modal-inner-wrap[class]{background-color:#f4f4f4}.modal-popup.modal-slide._inner-scroll._show{-webkit-overflow-scrolling:touch;overflow-y:auto}.modal-popup.modal-slide._inner-scroll .modal-inner-wrap{height:auto;min-height:100%}.modal-popup .modal-title{font-size:14px;font-weight:700}.lac-notification{padding:5px 0}.lac-notification .lac-notification-icon{display:none}.lac-notification .lac-notification-text,.lac-notification .lac-notification-links{float:none;padding:5px 0;text-align:center}.pagebuilder-banner-wrapper{background-attachment:scroll !important}.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:none}.pagebuilder-column{background-attachment:scroll !important;flex-basis:100%;max-width:100%}.pagebuilder-column-group{flex-wrap:wrap}.pagebuilder-column-line{flex-wrap:wrap}[data-content-type='row'][data-appearance='contained'] [data-element='inner']{background-attachment:scroll !important}[data-content-type='row'][data-appearance='full-bleed']{background-attachment:scroll !important}[data-content-type='row'][data-appearance='full-width']{background-attachment:scroll !important}.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay){max-width:none}[data-content-type='tab-item']{background-attachment:scroll !important}.pagebuilder-mobile-hidden{display:none !important}.product-info-main .aw-advanced-reviews-summary-container{margin-bottom:5px}.product-info-main .aw-advanced-reviews-summary-container .review-summary-actions{font-size:10px}.aw-ar__block-url{font-size:13px}.aw-ar__review-list-sidebar-main .is_verified_buyer{display:-webkit-flex;display:-ms-flexbox;display:flex;display:inline-block;vertical-align:middle}.aw-ar__review-list-sidebar-main .recommend br{display:none}.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .text-h{display:block;margin-bottom:5px}.container-featured-review .featured-review-title span{padding:25px 10px 25px}.container-featured-review .block-content{padding:0 10px}.aw-ar__attach{height:80px;width:142px;max-width:142px}.aw-ar__form-field-wrap{margin-right:10px}.aw-reviews__review-listing.product .header .section .aw-ar-review-summary{padding:30px 0}.aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:first-child{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0}.aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:last-child{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:last-child .action{margin-bottom:10px}.aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:last-child .aw-ar-write-review-control{margin-right:10px}.aw-reviews__review-listing.product .header .section .aw-ar-review-summary .brief-summary{margin-right:20px}.aw-reviews__review-listing.product .header .section .aw-ar-review-summary .recommend-customers{margin:0}.aw-ar-review-form{padding:20px 0}.aw-ar-main .container-header{margin:0 -10px}.aw-ar-main .container-header .title{padding:0 10px}.aw-ar-main .container-body{margin:0 -10px;padding-left:10px;padding-right:10px}.aw-ar-main .container-body .aw-ar__review-list-nav{text-align:center}.aw-ar-main .container-body .aw-ar__review-list-nav__inner .left-column{margin-bottom:30px}.aw-ar-review-summary{padding:0 10px 20px}.aw-ar-review-summary .column-summary{margin-top:20px}.aw-ar-review-summary .column-summary .recommend-customers{margin-top:40px}.aw-ar-review-summary .column-summary:last-child{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.aw-ar-review-summary .column-summary:last-child .aw-ar-write-review-control{margin-bottom:10px;margin-right:10px}.aw-ar-review-summary .detailed-summary .rating-bar{width:100%}.aw-ar-review-summary .detailed-summary .rating-value-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-ms-align-items:center;align-items:center}.aw-ar-review-summary .detailed-summary .rating-value-label{min-width:50px}.aw-ar-review-summary .detailed-summary .rating-value-reviews-count{margin-right:5px}.aw-ar-review-summary .detailed-summary .rating-value-reviews-percent{min-width:41px;text-align:left}.aw-ar-write-review-control .action.primary{display:block;margin:0 auto}.aw-ar__review-list .review-sorting{margin-bottom:30px/2}.amstockstatus-tooltip-content{position:fixed;top:0;right:0;bottom:inherit;left:0;width:100%}.amstockstatus-tooltip-content>.amstockstatus-inner{max-width:100%;max-height:30vh}.amstockstatus-tooltip-content:before,.amstockstatus-tooltip-content:after{display:none}.amstockstatus-status-container.-checkout .amstockstatus-tooltip-block>.amstockstatus-tooltip-content,.amstockstatus-tooltip-content .am-checkout .amstockstatus-tooltip-block>.amstockstatus-tooltip-content,.am-checkout .amstockstatus-tooltip-block>.amstockstatus-tooltip-content{right:0;bottom:inherit;left:0;margin:10px;width:calc(100% - 20px)}html:not(.nav-open) .header.content .nav-toggle,.header.content .logo{z-index:1}.category .subscribe-popup{text-align:center;top:35%;width:100%}.category .subscribe-popup .input-fields{margin-top:20px;width:100%}.category .subscribe-popup .notification-container{margin:auto;width:80%}.category .subscribe-popup .amxnotif_guest_action{margin-top:20px;max-width:100%;width:100%}.actions-toolbar.amxnotif_guest_action{margin-left:5px}.notification-container{display:inline-flex}.wesupply-link-v2{display:none}.ws_embed_sms_notification{text-align:center}.wpx-span span{display:block;margin:15px 0;font-size:10px}.control-subs-2{margin-bottom:15px}#ws_embed_sms_notification .control-subs .ws-Phone{width:80%}#ws_embed_sms_notification .control-subs .ws-country-pc{width:18%;min-width:130px}#ws_embed_sms_notification .control-subs .sms-subs{margin-top:15px;border-radius:0;width:100%}#estimated_response .update-location #input_country{position:relative;top:1px}.table-checkout-shipping-method tbody{border-top:1px solid #cccccc;padding-bottom:20px;display:block}.table-checkout-shipping-method tbody tr{padding-bottom:20px}.table-checkout-shipping-method tbody tr td{padding-bottom:10px}.table-checkout-shipping-method tbody tr td.col-eta.eta-desktop{display:none}.table-checkout-shipping-method tbody tr.row-eta{display:table-row}.table-checkout-shipping-method tbody tr.row-eta td{padding-bottom:20px}.table-checkout-shipping-method tbody tr.row-eta td.col-method,.table-checkout-shipping-method tbody tr.row-eta td.col-eta{border-top:0 none;padding-top:5px;padding-bottom:5px}.table-checkout-shipping-method tbody:first-of-type{border-top:0 none}.theme-pearl #ws_embed_sms_notification #ws-Phone{width:210px}.theme-pearl #ws_embed_sms_notification #phonePrefix,.theme-pearl #ws_embed_sms_notification #ws-Phone{height:50px}.theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe{width:100px;height:50px}.theme-pearl #ws_embed_sms_notification .control-subs-2{margin-bottom:15px !important}.theme-pearl #ws_embed_sms_notification .control-subs-2:before{margin-top:15px}.theme-pearl #ws_embed_sms_notification .control-subs:before{margin-top:15px}.theme-pearl #ws_embed_sms_notification .control-subs .sms-subs{border-radius:0;width:100%}#ws_embed_sms_notification.ws-left{padding:0 20px 20px;border:1px solid #b5b5b5}#ws_embed_sms_notification.ws-left #ws-Phone{width:calc(100% - 135px);position:relative;top:1px}#ws_embed_sms_notification.ws-left button#ws-embedded-subscribe{margin-top:10px;height:auto;width:100%}.ws_embed_sms_notification.sms-center-design-2 .inline-block{width:auto}.ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2{width:100%;text-align:center;padding:15px;margin-top:20px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country{top:0}.kbase .page-main{position:relative;padding-top:41px}.kb-article__helpful{justify-content:flex-start}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:100%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:100%}.reward-settings+.actions-toolbar{margin-top:10px}.catalog-product-view .column.main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.catalog-product-view .product.media{-ms-flex-order:-1;-webkit-order:-1;order:-1}.compare.wrapper{display:none}.catalog-product_compare-index .columns .column.main{flex-basis:inherit}.block-search{margin-top:10px}.cart-container .form-cart .actions.main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-align-items:center;align-items:center}.cart-container .form-cart .actions.main .clear,.cart-container .form-cart .actions.main .continue{margin:0 0 25px 0}.cart-discount{border-bottom:1px solid #ccc}.cart.table-wrapper{border-top:1px solid #ccc}.cart.table-wrapper thead .col.item,.cart.table-wrapper thead .col.qty,.cart.table-wrapper thead .col.price,.cart.table-wrapper thead .col.subtotal,.cart.table-wrapper thead .col.msrp{display:none}.cart.table-wrapper .col.qty,.cart.table-wrapper .col.price,.cart.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp{box-sizing:border-box;display:block;float:left;white-space:nowrap;width:33%}.cart.table-wrapper .col.qty[data-th]:before,.cart.table-wrapper .col.price[data-th]:before,.cart.table-wrapper .col.subtotal[data-th]:before,.cart.table-wrapper .col.msrp[data-th]:before{content:attr(data-th);display:block;font-weight:600;padding-bottom:10px}.cart.table-wrapper .col.msrp{white-space:normal}.cart.table-wrapper .item .col.item{padding-bottom:0}.cart.table-wrapper tbody>tr>td:last-child{border:0}.cart-totals{padding-left:15px;padding-right:15px}.cart-totals .table-wrapper{border-top:0}.cart-totals .totals tbody>tr:not(:last-child)>td:last-child{border:0}.cart.table-wrapper .col.price,.order-items.table-wrapper .col.price,.cart.table-wrapper .col.qty,.order-items.table-wrapper .col.qty,.cart.table-wrapper .col.subtotal,.order-items.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp,.order-items.table-wrapper .col.msrp{text-align:left}.minicart-wrapper{margin-top:10px}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .product .actions{float:left;margin:10px 0 0 0}.minicart-wrapper .update-cart-item{float:right;margin-left:0}.checkout-index-index .modal-popup .modal-footer .action-save-address{width:100%}.checkout-index-index .modal-popup .modal-footer .action-hide-popup{margin-top:20px}.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-payment-method .payment-methods{margin:0 -15px}.checkout-payment-method .step-title{padding-left:15px;padding-right:15px}.checkout-payment-method .payment-method-title{padding:15px}.checkout-payment-method .payment-method-content{padding:0 15px 20px}.checkout-payment-method .checkout-billing-address .action-cancel{margin-top:10px}.checkout-payment-method .payment-option{margin:0 -15px}.checkout-payment-method .payment-option .payment-option-title{padding:15px}.checkout-payment-method .payment-option .payment-option-content{padding:0 15px 20px}.login-container .fieldset:after{text-align:center}.account .messages{margin-bottom:0}.account .column.main .block:not(.widget) .block-title>.action{float:right;margin-top:5px}.account .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.account .column.main .block:not(.widget) .block-content .box:last-child{margin-bottom:0}.control.captcha-image .captcha-img{display:block;margin-bottom:10px}.customer-account-index .page-title-wrapper{position:relative}.form.search.advanced .field.price .with-addon .input-text{flex-basis:auto;width:100%}.gift-message .actions-toolbar .action-update{font-size:2rem;padding:15px;width:100%}.gift-item-block{border-top:1px solid #c1c1c1;border-bottom:0}.gift-item-block .title:after{font-size:1.2rem;position:absolute;right:20px;top:10px}.gift-item-block .content{padding-left:1.5rem;padding-right:1.5rem}.cart.table-wrapper .gift-content{border-top:1px solid #c1c1c1;margin-right:-15px;overflow:hidden;padding-left:15px;padding-right:15px}.cart .action-gift{display:inline-block;text-decoration:none}.cart .action-gift>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart .action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e62a';font-family:'luma-icons';margin:0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart .action-gift:hover:after{color:#333}.cart .action-gift:active:after{color:#757575}.cart .action-gift._active{border:1px solid #c1c1c1;border-bottom-color:#fff;margin:-5px 14px -1px -15px;padding:4px 10px 9px 14px}.cart .action-gift._active:after{color:#333}.gift-options-cart-item+.towishlist{left:0;position:absolute}.cart.table-wrapper .action-giftregistry{display:inline-block;text-decoration:none}.cart.table-wrapper .action-giftregistry>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .action-giftregistry:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e62b';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .action-giftregistry:hover:before{color:#333}.cart.table-wrapper .action-giftregistry:active:before{color:#757575}.product-add-form .table-wrapper.grouped{margin-left:-15px;margin-right:-15px}.product-add-form .table-wrapper.grouped .table.data.grouped tr td{padding:5px 10px 5px 15px}body.filter-active .page-header{display:none}body.filter-active .page-wrapper{height:0;margin-top:-999999em;visibility:hidden}body.filter-active .columns{z-index:999}.filter.active{position:relative;visibility:visible;z-index:99}.filter.active .filter-options-item:last-child{margin-bottom:40px}.filter.active .filter-title{border-bottom:1px solid #ccc;height:48px;left:0;position:fixed;right:0;top:0;z-index:2}.filter.active .filter-title strong{box-shadow:none;background:none;border:0;color:transparent;left:auto;right:3px;top:10px;display:inline-block;text-decoration:none}.filter.active .filter-title strong:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#595959;content:'\e616';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.filter.active .filter-subtitle{background:transparent;display:block;height:50px;left:0;line-height:32px;position:fixed;right:0;top:0;z-index:1}.filter.active .filter-options{background:#fff;bottom:0;display:block;left:0;overflow:scroll;position:fixed;right:0;top:50px;z-index:10}.filter .filter-subtitle{font-size:20px;font-weight:300}.filter-actions{margin:-35px -10px 25px}.filter-options-content{padding:5px 10px}.filter .filter-current{border:solid #ccc;border-width:1px 0;margin:5px -10px 0}.filter .filter-current .items{display:none}.filter .filter-current-subtitle{position:relative;text-transform:uppercase;z-index:1;display:block;text-decoration:none}.filter .filter-current-subtitle:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.filter .filter-current-subtitle:before{position:absolute;right:10px;top:10px}.filter .filter-current-subtitle:after{color:#595959;content:' (' attr(data-count) ')';font-size:.9em}.filter .filter-current.active{padding-bottom:30px}.filter .filter-current.active .block-subtitle:before{content:'\e621'}.filter .filter-current.active .items{display:block}.filter .filter-current.active+.block-actions{display:block}.filter .filter-current+.block-actions{display:none}.filter-no-options .filter-title:before{background:rgba(255,255,255,0.5);content:'';display:block;height:40px;left:0;margin-top:-60px;position:relative;width:75px;z-index:99}.filter-no-options .filter-content{margin-bottom:20px}.page-with-filter .columns .sidebar-main{-ms-flex-order:0;-webkit-order:0;order:0}.map-popup{max-width:100%}.map-old-price,.map-show-info{display:inline-block}.map-old-price:not(:last-child),.map-show-info:not(:last-child){margin-bottom:10px}.block-wishlist-management{clear:both;margin-top:-21px}.block-wishlist-management .wishlist-select{margin:0 -15px 20px}.block-wishlist-management .wishlist-select .wishlist-name{font-size:1.6rem}.block-wishlist-management .wishlist-select-items{border-bottom:1px solid #ccc;background:#f5f5f5;display:none;padding:15px 0}.block-wishlist-management .wishlist-select-items.active{display:block}.block-wishlist-management .wishlist-select-items .item{margin:3px 0 0}.block-wishlist-management .wishlist-select-items .item:first-child{margin-top:0}.block-wishlist-management .wishlist-select-items .item.current{display:none}.block-wishlist-management .wishlist-select-items .item a{color:#333;display:block;padding:5px 18px;text-decoration:none}.block-wishlist-management .wishlist-select-items .item a:hover{background:#e8e8e8}.block-wishlist-management .wishlist-title strong{font-size:2.6rem}.block-wishlist-management .wishlist-info{margin-bottom:15px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{margin-bottom:15px}.products-grid.wishlist .product-item-checkbox{left:0;position:absolute;top:20px}.page-multiple-wishlist .products-grid.wishlist .product-item-photo{margin-left:25px}.page-multiple-wishlist .products-grid.wishlist .product-item-name,.page-multiple-wishlist .products-grid.wishlist .product-item-description,.page-multiple-wishlist .products-grid.wishlist .product-item .price-box,.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip{margin-left:115px}.products-grid.wishlist .wishlist-dropdown{display:none}.multishipping-checkout-success .nav-toggle{display:block}.multishipping-checkout-success .logo{margin-left:40px}.multicheckout .actions-toolbar>.primary{margin-right:0}.block.newsletter input{font-size:12px;padding-left:30px}.block.newsletter .field .control:before{font-size:13px}.order-pager-wrapper .toolbar-amount{left:inherit;position:relative;text-align:center;top:inherit}.order-pager-wrapper .pages{text-align:center}.order-pager-wrapper .action.previous,.order-pager-wrapper .action.next{margin:0}.form.send.friend .fieldset{padding-bottom:5px}.form.send.friend .action.remove{margin-left:0;right:0;top:100%}.block-collapsible-nav{left:0;position:absolute;top:-21px;width:100%;z-index:5}.block-collapsible-nav .content{border-bottom:1px solid #ccc;display:none}.block-collapsible-nav .content.active{display:block}.customer-name,.customer-welcome+.authorization-link{display:none}.nav-sections .switcher-trigger strong:after{font-size:1.6rem;right:-25px;top:-2px}.navigation .parent .level-top:after{font-size:1.6rem;right:10px;top:7px}.page-footer .footer.content .switcher-store{background:#f4f4f4;font-size:1.6rem;margin:0 -15px}.page-footer .footer.content .switcher-store .switcher-options{display:block}.page-footer .footer.content .switcher-store .switcher-options ul.dropdown{background:none;border:0;box-shadow:none;margin:0;position:relative}.page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,.page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after{display:none}.page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,.page-footer .footer.content .switcher-store .switcher-options .switcher-option{border-top:1px solid #cecece;display:block;padding:10px 20px}.page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong{padding:10px 0}.page-footer .footer.content .switcher-store .switcher-options .switcher-option a{padding:0}.logo{margin-bottom:13px;margin-top:4px}.cms-page-view .page-main{padding-top:0;position:relative}[class^='cms-privacy-policy'] .page-main{padding-top:41px;position:relative}.cms-content .data-table{border:none;display:block}.cms-content .data-table>thead>tr>th{display:none}.cms-content .data-table>tbody{display:block}.cms-content .data-table>tbody>tr{display:block}.cms-content .data-table>tbody>tr td,.cms-content .data-table>tbody>tr th{border-bottom:none;display:block;padding:5px 10px}.cms-content .data-table>tbody>tr td[data-th]:before,.cms-content .data-table>tbody>tr th[data-th]:before{padding-right:10px;content:attr(data-th) ': ';display:inline-block;color:#111;font-weight:700}.cms-content .data-table>tbody>tr>th{background-color:#f6f6f6}.products-grid.wishlist{margin-bottom:30px;margin-right:0}.products-grid.wishlist .product-item{padding:20px 0 20px 0;position:relative}.products-grid.wishlist .product-item-photo{float:left;margin-right:20px}.products-grid.wishlist .product-item-name{font-size:1.6rem}.products-grid.wishlist .product-item-actions{display:block;float:left}.products-grid.wishlist .product-item-actions .action{margin-right:15px}.products-grid.wishlist .product-item-actions .action:last-child{margin-right:0}.products-grid.wishlist .product-item-actions .action.edit,.products-grid.wishlist .product-item-actions .action.delete{margin-top:7px}.products-grid.wishlist .product-item-name,.products-grid.wishlist .product-item-description,.products-grid.wishlist .product-item .price-box,.products-grid.wishlist .product-item-tooltip{margin-left:95px}.products-grid.wishlist .product-item .box-tocart{float:left;margin-right:20px}.products-grid.wishlist .product-item .box-tocart .stock{margin-top:7px}.products-grid.wishlist .product-item .giftregisty-dropdown,.products-grid.wishlist .product-item .field.qty{display:none}.products-grid.wishlist .product-image-container{max-width:80px}.wishlist-index-index .product-item{width:100%}.wishlist-index-index .product-item-info{width:auto}.cart.table-wrapper .towishlist{display:inline-block;text-decoration:none}.cart.table-wrapper .towishlist>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .towishlist:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e600';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .towishlist:hover:before{color:#333}.cart.table-wrapper .towishlist:active:before{color:#757575}.cart.table-wrapper .towishlist:before{overflow:visible}.sidebar .block-viewed-products-grid .products-grid .product-item{margin-left:2%;width:calc((100% - 2%) / 2)}.sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1){margin-left:0}.sidebar .block-viewed-products-grid .products-grid .product-item-photo{display:block;position:relative}.sidebar .block-viewed-products-grid .products-grid .product-item-details{margin:0}.sidebar .block-viewed-products-grid .products-grid .product-item-info{text-align:center}.account.vault-cards-listaction .add-methods{gap:25px;grid-auto-flow:row}.account.vault-cards-listaction .add-methods>div{width:calc(100% - 6px)}.account.vault-cards-listaction .add-methods>div>div:first-child{flex-direction:row}.account.vault-cards-listaction .add-methods>div>div:first-child img{margin-right:20px}.account.vault-cards-listaction .braintree-credit-card-types{max-width:130px}.braintree-applepay-container-product{display:block}.braintree-applepay-container-product .braintree-apple-pay-button{width:100%}div.braintree-express-payments>div>div{width:100%}div.braintree-express-payments .braintree-googlepay-button.long{height:45px;width:100%}div.braintree-express-payments .braintree-apple-pay-button{--apple-pay-button-height:45px}}@media only screen and (max-width:639px){.abs-visually-hidden-mobile,.table-downloadable-products .col.title:before,.table-giftregistry-items .col.product:before{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile:before,.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody>tr:before,.abs-checkout-order-review tbody>tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:before,.table-giftregistry-items .col.product:after,.multicheckout.order-review .data.table tbody>tr:before,.multicheckout.order-review .data.table tbody>tr:after{content:'';display:table}.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody>tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:after,.multicheckout.order-review .data.table tbody>tr:after{clear:both}.abs-checkout-order-review tbody>tr:not(:last-child),.multicheckout.order-review .data.table tbody>tr:not(:last-child){border-bottom:1px solid #ccc}.abs-checkout-order-review tbody>tr>td.col.item:before,.multicheckout.order-review .data.table tbody>tr>td.col.item:before{display:none}.abs-checkout-order-review tbody>tr>td.col.qty,.abs-checkout-order-review tbody>tr>td.col.price,.abs-checkout-order-review tbody>tr>td.col.subtotal,.multicheckout.order-review .data.table tbody>tr>td.col.qty,.multicheckout.order-review .data.table tbody>tr>td.col.price,.multicheckout.order-review .data.table tbody>tr>td.col.subtotal{box-sizing:border-box;float:left;text-align:center;white-space:nowrap;width:33%}.abs-checkout-order-review tbody>tr>td.col.qty[data-th]:before,.abs-checkout-order-review tbody>tr>td.col.price[data-th]:before,.abs-checkout-order-review tbody>tr>td.col.subtotal[data-th]:before,.multicheckout.order-review .data.table tbody>tr>td.col.qty[data-th]:before,.multicheckout.order-review .data.table tbody>tr>td.col.price[data-th]:before,.multicheckout.order-review .data.table tbody>tr>td.col.subtotal[data-th]:before{content:attr(data-th) ':';display:block;font-weight:700;padding-bottom:10px}.abs-checkout-order-review tbody>tr>td.col:last-child,.multicheckout.order-review .data.table tbody>tr>td.col:last-child{border:0}.abs-checkout-order-review .product-item-name,.multicheckout.order-review .data.table .product-item-name{margin:0}.abs-product-items-summary tbody .col{padding:10px 0 0}.abs-product-items-summary tbody .col:last-child{padding-bottom:10px}.abs-product-items-summary tfoot .mark{padding-bottom:5px;text-align:left}.abs-product-items-summary tfoot .amount{padding-top:0;text-align:left}.abs-product-items-summary tfoot .grand.totals{font-size:1.6rem}.abs-product-items-summary tfoot .grand.totals .mark{padding-bottom:0;padding-top:5px}.abs-product-items-summary tfoot .grand.totals .amount{padding-bottom:10px;padding-top:0}.abs-product-items-summary tfoot .grand.totals .amount strong{border-top:none}.abs-account-table-margin-mobile,.table-wrapper.orders-recent{margin-top:-20px}.abs-col-no-prefix:before,.abs-sidebar-totals-mobile th:before,.abs-sidebar-totals-mobile td:before,.account .table-billing-agreements .col.actions:before,.account .table-billing-agreements-related .col.actions:before,.table-wrapper.comparison .table-comparison>tbody>tr>th:before,.table-wrapper.comparison .table-comparison>tbody>tr>td:before,.cart .table.items .col.item:before,.cart .table.items .item-actions td:before,.account .table-giftregistry .col.actions:before,.table.grouped>tbody>tr>td:before,.account .table-reviews .col.actions:before,.account .table-order-items .col.actions:before,.account .table-order-items .col.options:before,.cart-totals .totals th:before,.cart-totals .totals td:before,.opc-block-summary .totals th:before,.opc-block-summary .totals td:before{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-no-display-s,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,.order-details-items .table-order-items .options-label,.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item{display:none}.abs-title-orders-mobile .page-main .page-title-wrapper .page-title,.account .page-main .page-title-wrapper .page-title,[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,.sales-guest-view .page-main .page-title-wrapper .page-title{display:block}.abs-title-orders-mobile .page-main .page-title-wrapper .order-status,.account .page-main .page-title-wrapper .order-status,[class^='sales-guest-'] .page-main .page-title-wrapper .order-status,.sales-guest-view .page-main .page-title-wrapper .order-status{margin:-10px 0 10px}.abs-table-striped-mobile>tbody>tr>td:last-child,.account .data.table>tbody>tr>td:last-child{border:0}.abs-no-border-top,.product.info.detailed .additional-attributes-wrapper,.table-wrapper.orders-recent,.order-details-items .table-wrapper{border-top:0}.abs-no-border-bottom{border-bottom:0}.abs-sidebar-totals-mobile .amount,.cart-totals .totals .amount,.opc-block-summary .totals .amount{text-align:right}.table-wrapper{border-top:1px solid #ccc;overflow-x:auto;overflow-y:hidden;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;position:relative}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison){border:none;display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th{display:none}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody{display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr{display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th{border-bottom:none;display:block;padding:5px 10px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th[data-th]:before{padding-right:10px;content:attr(data-th) ': ';display:inline-block;color:#111;font-weight:700}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>th{background-color:#f6f6f6}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child{padding-top:15px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child{border-bottom:1px solid #ccc;padding-bottom:15px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td.col.qty{text-align:left}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child{border:none;padding:0 0 5px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td{padding-top:20px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark{box-sizing:border-box;float:left;text-align:left;width:70%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount{box-sizing:border-box;float:left;text-align:right;width:30%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals{font-size:1.6rem}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount{padding-bottom:10px}.data-table-definition-list thead{display:none}.data-table-definition-list tbody th{padding-bottom:0}.data-table-definition-list tbody th,.data-table-definition-list tbody td{display:block;padding-left:0;padding-right:0}.pages .pages-items{display:block;padding:2px 40px 0;position:relative;white-space:normal;z-index:1}.pages-item-previous{left:0;position:absolute;top:0;z-index:1}.pages-item-next{position:absolute;right:0;top:0;z-index:1}.aw-ar__review-list.customer .table-wrapper{border-top:none;border-bottom:none}.aw-ar__review-list.customer .table-wrapper .table tr td{border-top:none}.aw-ar__review-list.customer .table-wrapper .table tr td[data-th]:before{float:left}.cart.table-wrapper{overflow:hidden}.mst-search__result-tabs li{float:none;display:block;width:100%}.mst-search__result-tabs li a.active{border:1px solid #cccccc}.kb-article__helpful{gap:10px}.kb-article__helpful .kb-vote-actions{gap:.6rem}.kb-category__grid>section{width:100%;display:block}.form-new-agreement select{width:auto}.table-paypal-review-items .col.subtotal{text-align:left}.table-paypal-review-items .product-item-name{display:inline-block}.products-list .product-item{table-layout:fixed}.products-list .product-item-photo{padding:0 10px 10px 0;width:30%}.product-item-actions .actions-primary{display:block}.toolbar-products{margin-bottom:0}.product-info-price{margin:0 -10px 0;width:calc(100% + 2*10px) !important}.product-info-price>*:first-child{padding-left:10px}.product-info-price>*:last-child{padding-right:10px}.table-wrapper.comparison .table-comparison>tbody>tr>th,.table-wrapper.comparison .table-comparison>tbody>tr>td{display:table-cell}.cart .table.items .col.qty{text-align:center}.opc-wrapper .step-title{font-size:18px;border-bottom:0;padding-bottom:0}.opc-wrapper .step-content{margin:0 0 15px}.opc-progress-bar{margin:0 0 30px;counter-reset:i;display:block;font-size:0}.opc-progress-bar-item{width:165px}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address,.opc-wrapper .methods-shipping{background:#f4f4f4;margin:20px -15px 15px;padding:20px 15px}.opc-wrapper .form-login+.form-shipping-address{margin-top:-15px}.opc-wrapper .shipping-address-item{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px;width:100%}.opc-wrapper .shipping-address-item.selected-item{padding:15px 35px 15px 18px;border-bottom-width:2px}.opc-wrapper .shipping-address-item.selected-item .edit-address-link{right:39px}.opc-wrapper .action-select-shipping-item{float:none;margin-top:10px;width:100%}.opc-wrapper .action-show-popup{width:100%}.opc-wrapper .methods-shipping{border-bottom:1px solid #ccc;padding-top:30px}.opc-wrapper .edit-address-link{display:inline-block;text-decoration:none;margin:0;position:absolute;right:0;top:5px}.opc-wrapper .edit-address-link>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-wrapper .edit-address-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-wrapper .edit-address-link:hover:before{color:#333}.opc-wrapper .edit-address-link:active:before{color:#757575}.shipping-policy-block.field-tooltip{margin-bottom:20px;position:relative;right:auto;top:auto}.shipping-policy-block.field-tooltip .field-tooltip-content{width:300px;right:auto}.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{right:auto}.opc-block-shipping-information .shipping-information-title{font-size:2.3rem}.opc-block-summary>.title{border-bottom:0;font-size:18px;margin-bottom:20px;padding-bottom:0}.account .column.main,.account .sidebar-additional{margin:0;padding:0}.account .sidebar-main .account-nav{margin-bottom:0}.page-product-downloadable .product-options-wrapper{margin-bottom:25px}.table-downloadable-products .product-name{display:block;margin-bottom:5px}.page-product-downloadable .product-info-price~*:last-child:after{border-bottom:1px solid #c1c1c1;content:'';display:block;height:0;margin:25px -10px;overflow:hidden;width:auto}.table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty{display:inline-block}.form-giftregistry-search .fieldset{margin-bottom:20px}.block-giftregistry-results .block-title{margin-bottom:0}.block-giftregistry-results .table-wrapper{border-top:none}.block-giftregistry-shared-items .block-title{margin-bottom:10px}.block-giftregistry-shared-items .table-wrapper{border-top:0}.table.grouped>thead>tr>th{border-bottom:1px solid #ccc;display:table-cell}.table.grouped>tbody{border-bottom:1px solid #ccc}.table.grouped>tbody>tr>td{padding:11px 10px;border:0;display:table-cell}.table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>td:last-child{border-bottom:0}.page-product-grouped .minimal-price{margin:0}.page-product-grouped .product-info-price{border:0;margin-bottom:0}.page-product-grouped .product-info-price .price-box{padding-bottom:0}.multicheckout .data.table .address:before{margin-bottom:5px}.multicheckout .product-item-name,.multicheckout .price-including-tax,.multicheckout .price-excluding-tax{display:inline-block}.multicheckout .block-content .box:not(:last-child){margin-bottom:40px}.multicheckout .block-content .box:last-child{margin-bottom:0}.multicheckout.order-review .box-items .data.table thead{display:block}.multicheckout.order-review .box-items .data.table thead tr{display:block}.multicheckout.order-review .box-items .data.table thead .col.item{display:block;padding:0}.multicheckout.order-review .data.table.table-order-review>tbody>tr>td.col.subtotal{border-bottom:none}.multicheckout.order-review .data.table.table-order-review>tbody>tr>td.col.qty{text-align:center}.multicheckout .actions-toolbar .action{margin-bottom:25px}.multicheckout .actions-toolbar>.primary{margin-bottom:25px;margin-right:0}.customer-review .product-name{margin-bottom:5px}.customer-review .product-reviews-summary .rating-summary{display:block;margin-bottom:5px}.table-wrapper.orders-recent .table-order-items.table tbody>tr>td.col{padding-left:0}.order-details-items thead{display:block}.order-details-items thead tr{display:block}.order-pager-wrapper{display:block}.account .table-order-items tbody tr{display:block}.account .table-order-items .product-item-name{display:inline-block;margin:0}.account .table-order-items .action.show{margin-top:0}.order-details-items .order-title strong{display:block}.order-details-items .action{margin-top:10px}.order-details-items .items-qty{display:inline-block;vertical-align:top}.order-details-items .col.price .price-including-tax,.order-details-items .col.subtotal .price-including-tax,.order-details-items .col.price .price-excluding-tax,.order-details-items .col.subtotal .price-excluding-tax{display:inline-block}.order-details-items .data.table .col.options{padding:0 10px 15px}.order-details-items .data.table .col.options:before{display:none}.order-details-items .options-label+.item-options-container[data-th]:before,.order-details-items .item-options-container+.item-options-container[data-th]:before{content:attr(data-th) ':';display:block;font-weight:700;padding-left:10px}.order-details-items .options-label+.item-options-container .col,.order-details-items .item-options-container+.item-options-container .col{font-size:1.2rem;padding:0 10px}.order-details-items .options-label+.item-options-container .col:first-child,.order-details-items .item-options-container+.item-options-container .col:first-child{padding-top:3px}.order-details-items .options-label+.item-options-container .col:last-child,.order-details-items .item-options-container+.item-options-container .col:last-child{padding-bottom:20px}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status{display:none}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before{display:none}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default{display:block}.my-credit-cards .card-type img{vertical-align:middle}.products-grid.wishlist .product-item{border-bottom:1px solid #e8e8e8;margin:0;width:100%}.products-grid.wishlist .product-item:first-child{border-top:1px solid #e8e8e8}.braintree-three-d-modal .bt-modal-frame{width:100%}}@media only screen and (max-width:479px){.tooltip.wrapper .tooltip.content{min-width:10rem}.aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:first-child{-webkit-flex-wrap:wrap;flex-wrap:wrap}.sorter-options{margin:0 2px}.minicart-wrapper .block-minicart{width:290px}.opc-progress-bar-item{width:125px}.modal-popup .field-tooltip .field-tooltip-content{width:200px}}@media all and (min-width:640px){.abs-blocks-2columns-s{width:48%}.abs-blocks-2columns-s:nth-child(1){clear:left;float:left}.abs-blocks-2columns-s:nth-child(2){float:right}.abs-blocks-2columns-s:nth-child(2)+*{clear:both}.abs-reset-left-margin-desktop-s,.column:not(.sidebar-main) .multicheckout .actions-toolbar,.multicheckout .block-shipping .box-shipping-method .fieldset .legend{margin-left:0}.abs-visually-hidden-desktop-s,.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-desktop-s:before,.abs-add-clearfix-desktop-s:after,.multicheckout .block-billing:before,.multicheckout .block-billing:after{content:'';display:table}.abs-add-clearfix-desktop-s:after,.multicheckout .block-billing:after{clear:both}.abs-add-box-sizing-desktop-s,.multicheckout .block-shipping .box,.multicheckout .block-billing .box-billing-address,.multicheckout .block-billing .box-billing-method{box-sizing:border-box}.abs-form-field-column-2-s .fieldset .field{padding:0 12px 0 0;box-sizing:border-box;display:inline-block;width:50%;vertical-align:top}.abs-form-field-column-2-s .fieldset .field+.fieldset{clear:both}.abs-form-field-column-2-s .fieldset .field:nth-last-child(1),.abs-form-field-column-2-s .fieldset .field:nth-last-child(2){margin-bottom:0}.abs-form-field-column-2-s .fieldset .field .field{padding:0;width:100%}.abs-form-field-revert-column-1-s{width:100%}.abs-action-print-s{display:inline-block;text-decoration:none}.abs-action-print-s:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:inherit;content:'\e624';font-family:'luma-icons';margin:0 4px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-action-print-s:hover{text-decoration:underline}.table>tbody>tr>th,.table>tbody>tr>td{border-top:1px solid #ccc}.table>tbody+tbody{border-top:1px solid #ccc}.ui-dialog.popup{width:420px}.aw-ar__review-list.customer .summary{word-break:break-word}.catalogsearch-advanced-result .message.error{margin-top:0}.products-grid .product-item-info:hover,.products-grid .product-item-info.active{background:#fff;box-shadow:3px 4px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;margin:-10px;padding:9px;position:relative;z-index:9}.products-grid .product-item-info:hover .product-item-inner,.products-grid .product-item-info.active .product-item-inner{display:block}.sidebar .products-grid .product-item-info:hover .product-item-photo,.sidebar .products-grid .product-item-info.active .product-item-photo{left:9px;top:9px}.products-grid .product-item-inner{background:#fff;box-shadow:3px 4px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;border-top:none;left:0;margin:10px 0 0 -1px;padding:0 9px 9px;position:absolute;right:-1px;z-index:2}.product-item-actions{display:block}.products-grid .product-item-actions{margin:-10px 0 10px}.product-item-actions .actions-primary+.actions-secondary{display:inline-block;vertical-align:middle}.product-item-actions .actions-primary+.actions-secondary>.action{line-height:35px;text-align:center;width:35px}.product-item-actions .actions-primary+.actions-secondary>.action:last-child{margin-right:0}.product-item-actions .actions-primary{display:inline-block}.page-products .products-grid .product-item-inner:before{background:#fff;content:'';height:3px;left:0;position:absolute;top:-2px;width:100%;z-index:-1}.page-products .product-item-actions{z-index:1}.products-grid .product-item{margin-bottom:20px;width:33.33333333%}.page-products .products-grid .product-item,.page-layout-1column .products-grid .product-item,.page-layout-3columns .products-grid .product-item,.page-products.page-layout-1column .products-grid .product-item,.page-products.page-layout-3columns .products-grid .product-item{margin-left:0;width:calc((100% - 4%) / 3)}.page-products .products-grid .product-item:nth-child(3n + 1),.page-layout-1column .products-grid .product-item:nth-child(3n + 1),.page-layout-3columns .products-grid .product-item:nth-child(3n + 1),.page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1){margin-left:0}.block.widget .products-grid .product-item .product-item-inner,.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner{box-shadow:3px 6px 4px 0 rgba(0,0,0,0.3);margin:9px 0 0 -1px}.sidebar .product-items .action.delete{line-height:unset;position:absolute;right:0;top:-1px;width:auto}.sidebar .block-compare .action.delete{left:0;right:initial}.cart-container .block.crosssell .products-grid .product-item-actions{margin:0 0 10px}.multicheckout .actions-toolbar .secondary{float:none;margin-top:11px;text-align:right}.multicheckout .actions-toolbar .secondary .action{margin-left:0}.multicheckout .actions-toolbar .secondary .action.back{display:block;float:left}.multicheckout .item-options{margin:20px 0 0}.multicheckout .block-content .box{margin-bottom:0}.multicheckout .block-shipping .box{float:left;width:25%}.multicheckout .block-shipping .box-shipping-method{padding-left:25px;padding-right:25px;width:50%}.multicheckout .block-shipping .box-shipping-method .fieldset .field:before{display:none}.multicheckout .block-billing .box-billing-address{float:left;width:25%}.multicheckout .block-billing .box-billing-method{float:left;padding-left:25px;width:50%}.multicheckout.form.address .table-wrapper .applicable{margin:7px 0 0}.multicheckout.order-review .box-items{clear:left;float:none;padding-top:40px;width:auto}.multicheckout.order-review .col.item{width:75%}.multicheckout .methods-payment .item-content>.fieldset{width:auto}.multicheckout .methods-payment .item-content>.fieldset .field.cvv{display:inline-block;width:auto}.multicheckout .methods-payment .fieldset>.field:not(.choice)>.label{float:none;margin-bottom:8px;text-align:left;width:auto}.multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control{width:100%}.review-form{max-width:500px}.review-ratings{float:left;margin-bottom:0;min-width:240px;padding-right:40px}.review-ratings~.review-content-container{overflow:hidden}.review-toolbar{margin:0 0 30px}.review-toolbar .pages{padding:30px 0}.fieldset .review-legend.legend{margin-bottom:30px}.review-item{padding:30px 0}.review-title{margin:0 0 30px}.order-details-items .order-title .action{margin:12px 0 0 30px}.order-details-items .order-title .action.track{float:right}.wishlist-index-index .products-grid .product-item-actions{margin:0}.block.widget .products-grid .product-item,.page-layout-1column .block.widget .products-grid .product-item,.page-layout-3columns .block.widget .products-grid .product-item{width:33.33333333%}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 4%) / 3)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1){margin-left:0}}/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */.fa,.fa-brands,.fa-chisel,.fa-classic,.fa-duotone,.fa-etch,.fa-graphite,.fa-jelly,.fa-jelly-duo,.fa-jelly-fill,.fa-light,.fa-mosaic,.fa-notdog,.fa-notdog-duo,.fa-pixel,.fa-regular,.fa-semibold,.fa-sharp,.fa-sharp-duotone,.fa-slab,.fa-slab-duo,.fa-slab-press,.fa-slab-press-duo,.fa-solid,.fa-thin,.fa-thumbprint,.fa-utility,.fa-utility-duo,.fa-utility-fill,.fa-vellum,.fa-whiteboard,.fab,.facr,.fad,.fadl,.fadr,.fadt,.faes,.fagt,.fajdr,.fajfr,.fajr,.fal,.fams,.fands,.fans,.fapr,.far,.fas,.fasdl,.fasdr,.fasds,.fasdt,.fasl,.fasldr,.faslpdr,.faslpr,.faslr,.fasr,.fass,.fast,.fat,.fatl,.faudsb,.faufsb,.fausb,.favs,.fawsb{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Pro"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.fass,.far,.fasr,.fal,.fasl,.fat,.fast,.fad,.fadr,.fadl,.fadt,.fasds,.fasdr,.fasdl,.fasdt,.fab,.faslr,.faslpr,.fasldr,.faslpdr,.fapr,.fams,.favs,.fawsb,.fatl,.fans,.fands,.faes,.fagt,.fajr,.fajfr,.fajdr,.facr,.fausb,.faudsb,.faufsb,.fa-solid,.fa-semibold,.fa-regular,.fa-light,.fa-thin,.fa-brands,.fa-classic,.fa-duotone,.fa-sharp,.fa-sharp-duotone,.fa-chisel,.fa-etch,.fa-graphite,.fa-jelly,.fa-jelly-duo,.fa-jelly-fill,.fa-mosaic,.fa-notdog,.fa-notdog-duo,.fa-pixel,.fa-slab,.fa-slab-duo,.fa-slab-press,.fa-slab-press-duo,.fa-thumbprint,.fa-utility,.fa-utility-duo,.fa-utility-fill,.fa-vellum,.fa-whiteboard,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.fass,.far,.fasr,.fal,.fasl,.fat,.fast,.fad,.fadr,.fadl,.fadt,.fasds,.fasdr,.fasdl,.fasdt,.fab,.faslr,.faslpr,.fasldr,.faslpdr,.fapr,.fams,.favs,.fawsb,.fatl,.fans,.fands,.faes,.fagt,.fajr,.fajfr,.fajdr,.facr,.fausb,.faudsb,.faufsb,.fa-solid,.fa-semibold,.fa-regular,.fa-light,.fa-thin,.fa-brands,.fa-classic,.fa-duotone,.fa-sharp,.fa-sharp-duotone,.fa-chisel,.fa-etch,.fa-graphite,.fa-jelly,.fa-jelly-duo,.fa-jelly-fill,.fa-mosaic,.fa-notdog,.fa-notdog-duo,.fa-pixel,.fa-slab,.fa-slab-duo,.fa-slab-press,.fa-slab-press-duo,.fa-thumbprint,.fa-utility,.fa-utility-duo,.fa-utility-fill,.fa-vellum,.fa-whiteboard,.fa):before{content:var(--fa)}}:is(.fad,.fa-duotone,.fadr,.fadl,.fadt,.fasds,.fa-sharp-duotone,.fasdr,.fasdl,.fasdt,.fatl,.fa-thumbprint,.fands,.fa-notdog-duo,.fajdr,.fa-jelly-duo,.faudsb,.fa-utility-duo,.fasldr,.fa-slab-duo,.faslpdr,.fa-slab-press-duo,.favs,.fa-vellum):after{content:var(--fa)/"";font-feature-settings:"ss01"}@supports not (content:""/""){:is(.fad,.fa-duotone,.fadr,.fadl,.fadt,.fasds,.fa-sharp-duotone,.fasdr,.fasdl,.fasdt,.fatl,.fa-thumbprint,.fands,.fa-notdog-duo,.fajdr,.fa-jelly-duo,.faudsb,.fa-utility-duo,.fasldr,.fa-slab-duo,.faslpdr,.fa-slab-press-duo,.favs,.fa-vellum):after{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-canvas-square{padding-block:.125em;margin-block-end:-.125em}.fa-canvas-roomy{padding-block:.25em;padding-inline:.125em;margin-block-end:-.25em;box-sizing:content-box}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-flip{animation-name:fa-flip;animation-duration:var(--fa-animation-duration,1.5s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-flip,.fa-flip-360{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-flip-360{animation-name:fa-flip-360;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,.75s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}.fa-spin-snap{animation-name:fa-spin-snap;animation-duration:var(--fa-animation-duration,3s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-snap,.fa-spin-snap-4{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin-snap-4{animation-name:fa-spin-snap-4;animation-duration:var(--fa-animation-duration,2.4s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-snap-8{animation-name:fa-spin-snap-8;animation-duration:var(--fa-animation-duration,4s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-buzz,.fa-spin-snap-8{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-buzz{animation-name:fa-buzz;animation-duration:var(--fa-animation-duration,.6s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-wag{animation-name:fa-wag;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,.9s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-out);transform-origin:bottom center}.fa-float{animation-name:fa-float;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,3s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);will-change:transform}.fa-swing{animation-name:fa-swing;animation-duration:var(--fa-animation-duration,1.2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-out);transform-origin:top center}.fa-jello,.fa-swing{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-jello{animation-name:fa-jello;animation-duration:var(--fa-animation-duration,.9s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-out)}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-buzz,.fa-fade,.fa-flip,.fa-flip-360,.fa-float,.fa-jello,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse,.fa-spin-snap,.fa-spin-snap-4,.fa-spin-snap-8,.fa-swing,.fa-wag{animation:none!important;transition:none!important}}@keyframes fa-beat{0%{transform:scale(1)}25%{transform:scale(calc(var(--fa-beat-scale, 1.25)*1.25))}45%{transform:scale(calc(var(--fa-beat-scale, 1.22)*1.22))}65%{transform:scale(calc(var(--fa-beat-scale, 1.25)*1.25))}90%{transform:scale(1)}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0);animation-timing-function:var(--fa-animation-timing)}14%{transform:scale(var(--fa-bounce-start-scale-x,1.06),var(--fa-bounce-start-scale-y,.94)) translateY(var(--fa-bounce-anticipation,3px));animation-timing-function:cubic-bezier(.33,0,.66,.33)}32%{transform:scale(var(--fa-bounce-jump-scale-x,.94),var(--fa-bounce-jump-scale-y,1.12)) translateY(calc(var(--fa-bounce-height, .5em)*-1));animation-timing-function:cubic-bezier(.33,.66,.66,1)}52%{transform:scale(1) translateY(calc(var(--fa-bounce-height, .5em)*-1*1.1));animation-timing-function:cubic-bezier(.5,0,1,.5)}70%{transform:scale(var(--fa-bounce-land-scale-x,1.06),var(--fa-bounce-land-scale-y,.92)) translateY(0);animation-timing-function:cubic-bezier(.33,.33,.66,1)}85%{transform:scale(.98,1.04) translateY(calc(-2px*var(--fa-bounce-rebound, 1)));animation-timing-function:cubic-bezier(.33,0,.66,1)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{0%{opacity:1;transform:scale(1);animation-timing-function:cubic-bezier(.2,0,.4,1)}40%{opacity:var(--fa-fade-opacity,.4);transform:scale(.98);animation-timing-function:cubic-bezier(.4,0,.6,1)}to{opacity:1;transform:scale(1)}}@keyframes fa-beat-fade{0%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1);animation-timing-function:cubic-bezier(.2,0,.4,1)}25%{opacity:calc(var(--fa-beat-fade-opacity, .4) + .4);transform:scale(var(--fa-beat-fade-scale,1.28));animation-timing-function:cubic-bezier(.4,0,.6,1)}45%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.25));animation-timing-function:cubic-bezier(.4,0,.2,1)}65%{opacity:calc(var(--fa-beat-fade-opacity, .4) + .4);transform:scale(var(--fa-beat-fade-scale,1.28));animation-timing-function:cubic-bezier(.4,0,.6,1)}to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}}@keyframes fa-flip{0%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),0deg);animation-timing-function:cubic-bezier(.2,0,.4,1)}8%{transform:perspective(2em) scale(var(--fa-flip-anticipation-scale,.95)) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),0deg);animation-timing-function:cubic-bezier(.33,0,.66,.33)}35%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),calc(var(--fa-flip-angle, -1turn)*0.6));animation-timing-function:linear}65%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),calc(var(--fa-flip-angle, -1turn)*0.5));animation-timing-function:cubic-bezier(.33,.66,.66,1)}92%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),calc(var(--fa-flip-angle, -1turn)*var(--fa-flip-overshoot, 1.04)));animation-timing-function:cubic-bezier(.33,0,.66,1)}to{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-1turn))}}@keyframes fa-flip-360{0%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),0deg);animation-timing-function:cubic-bezier(.2,0,.4,1)}8%{transform:perspective(2em) scale(var(--fa-flip-anticipation-scale,.95)) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),0deg);animation-timing-function:cubic-bezier(.33,0,.66,.33)}50%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),calc(var(--fa-flip-angle, -1turn)*0.6));animation-timing-function:cubic-bezier(.33,.66,.66,1)}80%{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),calc(var(--fa-flip-angle, -1turn)*var(--fa-flip-overshoot, 1.04)));animation-timing-function:cubic-bezier(.33,0,.66,1)}to{transform:perspective(2em) scale(1) rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-1turn))}}@keyframes fa-shake{0%{transform:rotate(0deg);animation-timing-function:cubic-bezier(.2,0,.8,1)}8%{transform:rotate(35deg) translateX(1px);animation-timing-function:cubic-bezier(.3,0,.7,1)}20%{transform:rotate(-22deg) translateX(-1px);animation-timing-function:cubic-bezier(.3,0,.7,1)}35%{transform:rotate(15deg) translateX(1px);animation-timing-function:cubic-bezier(.3,0,.7,1)}50%{transform:rotate(-9deg);animation-timing-function:cubic-bezier(.4,0,.6,1)}65%{transform:rotate(5deg);animation-timing-function:cubic-bezier(.4,0,.6,1)}78%{transform:rotate(-3deg);animation-timing-function:cubic-bezier(.4,0,.6,1)}90%{transform:rotate(1deg);animation-timing-function:cubic-bezier(.4,0,.2,1)}to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fa-spin-snap{0%{transform:rotate(0deg);animation-timing-function:cubic-bezier(0,0,.2,1)}12%{transform:rotate(60deg);animation-timing-function:cubic-bezier(.8,0,1,1)}16.67%{transform:rotate(60deg);animation-timing-function:cubic-bezier(0,0,.2,1)}28.67%{transform:rotate(120deg);animation-timing-function:cubic-bezier(.8,0,1,1)}33.33%{transform:rotate(120deg);animation-timing-function:cubic-bezier(0,0,.2,1)}45.33%{transform:rotate(180deg);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:rotate(180deg);animation-timing-function:cubic-bezier(0,0,.2,1)}62%{transform:rotate(240deg);animation-timing-function:cubic-bezier(.8,0,1,1)}66.67%{transform:rotate(240deg);animation-timing-function:cubic-bezier(0,0,.2,1)}78.67%{transform:rotate(300deg);animation-timing-function:cubic-bezier(.8,0,1,1)}83.33%{transform:rotate(300deg);animation-timing-function:cubic-bezier(0,0,.2,1)}95.33%{transform:rotate(1turn);animation-timing-function:cubic-bezier(.8,0,1,1)}to{transform:rotate(1turn)}}@keyframes fa-spin-snap-4{0%{transform:rotate(0deg);animation-timing-function:cubic-bezier(0,0,.2,1)}15%{transform:rotate(90deg);animation-timing-function:cubic-bezier(.8,0,1,1)}25%{transform:rotate(90deg);animation-timing-function:cubic-bezier(0,0,.2,1)}40%{transform:rotate(180deg);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:rotate(180deg);animation-timing-function:cubic-bezier(0,0,.2,1)}65%{transform:rotate(270deg);animation-timing-function:cubic-bezier(.8,0,1,1)}75%{transform:rotate(270deg);animation-timing-function:cubic-bezier(0,0,.2,1)}90%{transform:rotate(1turn);animation-timing-function:cubic-bezier(.8,0,1,1)}to{transform:rotate(1turn)}}@keyframes fa-spin-snap-8{0%{transform:rotate(0deg);animation-timing-function:cubic-bezier(0,0,.2,1)}9%{transform:rotate(45deg);animation-timing-function:cubic-bezier(.8,0,1,1)}12.5%{transform:rotate(45deg);animation-timing-function:cubic-bezier(0,0,.2,1)}21.5%{transform:rotate(90deg);animation-timing-function:cubic-bezier(.8,0,1,1)}25%{transform:rotate(90deg);animation-timing-function:cubic-bezier(0,0,.2,1)}34%{transform:rotate(135deg);animation-timing-function:cubic-bezier(.8,0,1,1)}37.5%{transform:rotate(135deg);animation-timing-function:cubic-bezier(0,0,.2,1)}46.5%{transform:rotate(180deg);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:rotate(180deg);animation-timing-function:cubic-bezier(0,0,.2,1)}59%{transform:rotate(225deg);animation-timing-function:cubic-bezier(.8,0,1,1)}62.5%{transform:rotate(225deg);animation-timing-function:cubic-bezier(0,0,.2,1)}71.5%{transform:rotate(270deg);animation-timing-function:cubic-bezier(.8,0,1,1)}75%{transform:rotate(270deg);animation-timing-function:cubic-bezier(0,0,.2,1)}84%{transform:rotate(315deg);animation-timing-function:cubic-bezier(.8,0,1,1)}87.5%{transform:rotate(315deg);animation-timing-function:cubic-bezier(0,0,.2,1)}96.5%{transform:rotate(1turn);animation-timing-function:cubic-bezier(.8,0,1,1)}to{transform:rotate(1turn)}}@keyframes fa-buzz{0%{transform:translateX(0) rotate(0deg);animation-timing-function:cubic-bezier(.1,0,.9,1)}5%{transform:translateX(var(--fa-buzz-distance,4px)) rotate(.5deg)}10%{transform:translateX(calc(var(--fa-buzz-distance, 4px)*-1)) rotate(-.5deg)}15%{transform:translateX(var(--fa-buzz-distance,4px)) rotate(.3deg)}20%{transform:translateX(calc(var(--fa-buzz-distance, 4px)*-1)) rotate(-.3deg)}25%{transform:translateX(calc(var(--fa-buzz-distance, 4px)*0.7)) rotate(.2deg)}30%{transform:translateX(calc(var(--fa-buzz-distance, 4px)*-1*0.7)) rotate(-.2deg)}35%{transform:translateX(calc(var(--fa-buzz-distance, 4px)*0.4)) rotate(.1deg)}40%{transform:translateX(0) rotate(0deg)}to{transform:translateX(0) rotate(0deg)}}@keyframes fa-wag{0%{transform:rotate(0deg);animation-timing-function:cubic-bezier(.2,0,.6,1)}12%{transform:rotate(var(--fa-wag-angle,12deg));animation-timing-function:cubic-bezier(.4,0,.2,1)}24%{transform:rotate(2deg);animation-timing-function:cubic-bezier(.2,0,.6,1)}36%{transform:rotate(calc(var(--fa-wag-angle, 12deg)*0.85));animation-timing-function:cubic-bezier(.4,0,.2,1)}48%{transform:rotate(1deg);animation-timing-function:cubic-bezier(.2,0,.6,1)}58%{transform:rotate(calc(var(--fa-wag-angle, 12deg)*0.6));animation-timing-function:cubic-bezier(.4,0,.2,1)}68%{transform:rotate(0deg)}to{transform:rotate(0deg)}}@keyframes fa-float{0%{transform:translateY(0) translateX(0) rotate(0deg) scale(var(--fa-float-squash-x,1.02),var(--fa-float-squash-y,.98));animation-timing-function:cubic-bezier(.33,0,.66,.33)}15%{transform:translateY(calc(var(--fa-float-height, 6px)*-0.4)) translateX(var(--fa-float-drift,1px)) rotate(var(--fa-float-tilt,1deg)) scale(1);animation-timing-function:cubic-bezier(.33,.66,.66,1)}35%{transform:translateY(calc(var(--fa-float-height, 6px)*-1)) translateX(0) rotate(0deg) scale(var(--fa-float-stretch-x,.98),var(--fa-float-stretch-y,1.03));animation-timing-function:cubic-bezier(.5,0,.5,0)}50%{transform:translateY(calc(var(--fa-float-height, 6px)*-0.92)) translateX(calc(var(--fa-float-drift, 1px)*-0.5)) rotate(calc(var(--fa-float-tilt, 1deg)*-0.5)) scale(.995,1.01);animation-timing-function:cubic-bezier(.33,0,.66,.33)}70%{transform:translateY(calc(var(--fa-float-height, 6px)*-0.3)) translateX(calc(var(--fa-float-drift, 1px)*-1)) rotate(calc(var(--fa-float-tilt, 1deg)*-1)) scale(1);animation-timing-function:cubic-bezier(.33,.66,.66,1)}90%{transform:translateY(calc(var(--fa-float-height, 6px)*0.05)) translateX(0) rotate(0deg) scale(var(--fa-float-squash-x,1.02),var(--fa-float-squash-y,.98));animation-timing-function:cubic-bezier(.33,0,.66,1)}to{transform:translateY(0) translateX(0) rotate(0deg) scale(var(--fa-float-squash-x,1.02),var(--fa-float-squash-y,.98))}}@keyframes fa-swing{0%{transform:rotate(0deg);animation-timing-function:cubic-bezier(.2,0,.8,1)}8%{transform:rotate(var(--fa-swing-angle,22deg));animation-timing-function:cubic-bezier(.3,0,.7,1)}18%{transform:rotate(calc(var(--fa-swing-angle, 22deg)*-1*0.85));animation-timing-function:cubic-bezier(.3,0,.7,1)}28%{transform:rotate(calc(var(--fa-swing-angle, 22deg)*0.65));animation-timing-function:cubic-bezier(.35,0,.65,1)}38%{transform:rotate(calc(var(--fa-swing-angle, 22deg)*-1*0.45));animation-timing-function:cubic-bezier(.4,0,.6,1)}48%{transform:rotate(calc(var(--fa-swing-angle, 22deg)*0.25));animation-timing-function:cubic-bezier(.4,0,.6,1)}56%{transform:rotate(calc(var(--fa-swing-angle, 22deg)*-1*0.1));animation-timing-function:cubic-bezier(.4,0,.6,1)}64%{transform:rotate(0deg)}to{transform:rotate(0deg)}}@keyframes fa-jello{0%{transform:scale(1);animation-timing-function:cubic-bezier(.2,0,.8,1)}12%{transform:scale(var(--fa-jello-scale-x,1.15),calc(2 - var(--fa-jello-scale-x, 1.15)));animation-timing-function:cubic-bezier(.3,0,.7,1)}24%{transform:scale(calc(2 - var(--fa-jello-scale-y, 1.12)),var(--fa-jello-scale-y,1.12));animation-timing-function:cubic-bezier(.3,0,.7,1)}36%{transform:scale(calc(.5 + var(--fa-jello-scale-x, 1.15)*0.5),calc(1.5 - var(--fa-jello-scale-x, 1.15)*0.5));animation-timing-function:cubic-bezier(.4,0,.6,1)}48%{transform:scale(calc(1.3 - var(--fa-jello-scale-y, 1.12)*0.3),calc(.7 + var(--fa-jello-scale-y, 1.12)*0.3));animation-timing-function:cubic-bezier(.4,0,.6,1)}58%{transform:scale(1.02,.98);animation-timing-function:cubic-bezier(.4,0,.2,1)}68%{transform:scale(1)}to{transform:scale(1)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-ditto{--fa:'"'}.fa-hashtag{--fa:"\#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-ampersand{--fa:"\&"}.fa-apostrophe{--fa:"'"}.fa-bracket-round,.fa-parenthesis{--fa:"\("}.fa-bracket-round-right{--fa:"\)"}.fa-asterisk{--fa:"\*"}.fa-add,.fa-plus{--fa:"\+"}.fa-comma{--fa:"\,"}.fa-hyphen{--fa:"\-"}.fa-period{--fa:"\."}.fa-slash-forward{--fa:"\/"}.fa-colon{--fa:"\:"}.fa-semicolon{--fa:"\;"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-bracket,.fa-bracket-left,.fa-bracket-square{--fa:"\["}.fa-slash-back{--fa:"\\"}.fa-bracket-square-right{--fa:"\]"}.fa-accent-grave{--fa:"\`"}.fa-bracket-curly,.fa-bracket-curly-left{--fa:"\{"}.fa-pipe{--fa:"\|"}.fa-bracket-curly-right{--fa:"\}"}.fa-tilde{--fa:"\~"}.fa-caravan-alt,.fa-caravan-simple{--fa:"\e000"}.fa-cat-space{--fa:"\e001"}.fa-coffee-pot{--fa:"\e002"}.fa-comet{--fa:"\e003"}.fa-fan-table{--fa:"\e004"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-galaxy{--fa:"\e008"}.fa-garage{--fa:"\e009"}.fa-garage-car{--fa:"\e00a"}.fa-garage-open{--fa:"\e00b"}.fa-heat{--fa:"\e00c"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-day{--fa:"\e00e"}.fa-house-leave,.fa-house-person-depart,.fa-house-person-leave{--fa:"\e00f"}.fa-house-night{--fa:"\e010"}.fa-house-person-arrive,.fa-house-person-return,.fa-house-return{--fa:"\e011"}.fa-house-signal{--fa:"\e012"}.fa-lamp-desk{--fa:"\e014"}.fa-lamp-floor{--fa:"\e015"}.fa-light-ceiling{--fa:"\e016"}.fa-light-switch{--fa:"\e017"}.fa-light-switch-off{--fa:"\e018"}.fa-light-switch-on{--fa:"\e019"}.fa-microwave{--fa:"\e01b"}.fa-outlet{--fa:"\e01c"}.fa-oven{--fa:"\e01d"}.fa-planet-moon{--fa:"\e01f"}.fa-planet-ringed{--fa:"\e020"}.fa-police-box{--fa:"\e021"}.fa-person-to-portal,.fa-portal-enter{--fa:"\e022"}.fa-person-from-portal,.fa-portal-exit{--fa:"\e023"}.fa-radar{--fa:"\e024"}.fa-raygun{--fa:"\e025"}.fa-refrigerator{--fa:"\e026"}.fa-rocket-launch{--fa:"\e027"}.fa-sensor{--fa:"\e028"}.fa-sensor-alert,.fa-sensor-triangle-exclamation{--fa:"\e029"}.fa-sensor-fire{--fa:"\e02a"}.fa-sensor-on{--fa:"\e02b"}.fa-sensor-cloud,.fa-sensor-smoke{--fa:"\e02c"}.fa-siren{--fa:"\e02d"}.fa-siren-on{--fa:"\e02e"}.fa-solar-system{--fa:"\e02f"}.fa-circle-sort,.fa-sort-circle{--fa:"\e030"}.fa-circle-sort-down,.fa-sort-circle-down{--fa:"\e031"}.fa-circle-sort-up,.fa-sort-circle-up{--fa:"\e032"}.fa-space-station-moon{--fa:"\e033"}.fa-space-station-moon-alt,.fa-space-station-moon-construction{--fa:"\e034"}.fa-sprinkler{--fa:"\e035"}.fa-star-shooting{--fa:"\e036"}.fa-starfighter{--fa:"\e037"}.fa-starfighter-alt,.fa-starfighter-twin-ion-engine{--fa:"\e038"}.fa-starship{--fa:"\e039"}.fa-starship-freighter{--fa:"\e03a"}.fa-sword-laser{--fa:"\e03b"}.fa-sword-laser-alt{--fa:"\e03c"}.fa-swords-laser{--fa:"\e03d"}.fa-telescope{--fa:"\e03e"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-transporter{--fa:"\e042"}.fa-transporter-1{--fa:"\e043"}.fa-transporter-2{--fa:"\e044"}.fa-transporter-3{--fa:"\e045"}.fa-transporter-empty{--fa:"\e046"}.fa-ufo{--fa:"\e047"}.fa-ufo-beam{--fa:"\e048"}.fa-user-alien{--fa:"\e04a"}.fa-user-robot{--fa:"\e04b"}.fa-user-visor{--fa:"\e04c"}.fa-vacuum{--fa:"\e04d"}.fa-vacuum-robot{--fa:"\e04e"}.fa-window-frame{--fa:"\e04f"}.fa-window-frame-open{--fa:"\e050"}.fa-coffin-cross{--fa:"\e051"}.fa-folder-arrow-down,.fa-folder-download{--fa:"\e053"}.fa-folder-arrow-up,.fa-folder-upload{--fa:"\e054"}.fa-user-unlock{--fa:"\e058"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-airplay{--fa:"\e089"}.fa-alt{--fa:"\e08a"}.fa-angle{--fa:"\e08c"}.fa-angle-90{--fa:"\e08d"}.fa-apple-core{--fa:"\e08f"}.fa-arrow-down-from-dotted-line{--fa:"\e090"}.fa-arrow-down-left{--fa:"\e091"}.fa-arrow-down-left-and-arrow-up-right-to-center{--fa:"\e092"}.fa-arrow-down-right{--fa:"\e093"}.fa-arrow-down-to-bracket{--fa:"\e094"}.fa-arrow-down-to-dotted-line{--fa:"\e095"}.fa-arrow-down-to-square{--fa:"\e096"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-arrow-down,.fa-sort-up-down{--fa:"\e099"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-arrow-up-from-dotted-line{--fa:"\e09b"}.fa-arrow-up-from-square{--fa:"\e09c"}.fa-arrow-up-left{--fa:"\e09d"}.fa-arrow-up-left-from-circle{--fa:"\e09e"}.fa-arrow-up-right{--fa:"\e09f"}.fa-arrow-up-right-and-arrow-down-left-from-center{--fa:"\e0a0"}.fa-arrow-up-to-dotted-line{--fa:"\e0a1"}.fa-arrows-cross{--fa:"\e0a2"}.fa-arrows-from-dotted-line{--fa:"\e0a3"}.fa-arrows-from-line{--fa:"\e0a4"}.fa-arrows-minimize,.fa-compress-arrows{--fa:"\e0a5"}.fa-arrows-to-dotted-line{--fa:"\e0a6"}.fa-arrows-to-line{--fa:"\e0a7"}.fa-audio-description-slash{--fa:"\e0a8"}.fa-austral-sign{--fa:"\e0a9"}.fa-avocado{--fa:"\e0aa"}.fa-award-simple{--fa:"\e0ab"}.fa-baht-sign{--fa:"\e0ac"}.fa-bars-filter{--fa:"\e0ad"}.fa-bars-sort{--fa:"\e0ae"}.fa-basket-shopping-simple,.fa-shopping-basket-alt{--fa:"\e0af"}.fa-battery-exclamation{--fa:"\e0b0"}.fa-battery-1,.fa-battery-low{--fa:"\e0b1"}.fa-bee{--fa:"\e0b2"}.fa-beer-foam,.fa-beer-mug{--fa:"\e0b3"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-block-quote{--fa:"\e0b5"}.fa-bolt-auto{--fa:"\e0b6"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-bolt-slash{--fa:"\e0b8"}.fa-book-arrow-right{--fa:"\e0b9"}.fa-book-arrow-up{--fa:"\e0ba"}.fa-book-bookmark{--fa:"\e0bb"}.fa-book-circle-arrow-right{--fa:"\e0bc"}.fa-book-circle-arrow-up{--fa:"\e0bd"}.fa-book-copy{--fa:"\e0be"}.fa-book-font{--fa:"\e0bf"}.fa-book-open-alt,.fa-book-open-cover{--fa:"\e0c0"}.fa-book-law,.fa-book-section{--fa:"\e0c1"}.fa-bookmark-slash{--fa:"\e0c2"}.fa-bowling-ball-pin{--fa:"\e0c3"}.fa-box-circle-check{--fa:"\e0c4"}.fa-brackets-round,.fa-parentheses{--fa:"\e0c5"}.fa-brain-circuit{--fa:"\e0c6"}.fa-brake-warning{--fa:"\e0c7"}.fa-briefcase-blank{--fa:"\e0c8"}.fa-brightness{--fa:"\e0c9"}.fa-brightness-low{--fa:"\e0ca"}.fa-browsers{--fa:"\e0cb"}.fa-buildings{--fa:"\e0cc"}.fa-burger-fries{--fa:"\e0cd"}.fa-burger-glass{--fa:"\e0ce"}.fa-calendar-arrow-down,.fa-calendar-download{--fa:"\e0d0"}.fa-calendar-arrow-up,.fa-calendar-upload{--fa:"\e0d1"}.fa-calendar-clock,.fa-calendar-time{--fa:"\e0d2"}.fa-calendar-heart{--fa:"\e0d3"}.fa-calendar-image{--fa:"\e0d4"}.fa-calendar-lines,.fa-calendar-note{--fa:"\e0d5"}.fa-calendar-range{--fa:"\e0d6"}.fa-calendars{--fa:"\e0d7"}.fa-camera-rotate{--fa:"\e0d8"}.fa-camera-slash{--fa:"\e0d9"}.fa-camera-viewfinder,.fa-screenshot{--fa:"\e0da"}.fa-cart-minus{--fa:"\e0db"}.fa-cart-shopping-fast{--fa:"\e0dc"}.fa-cart-xmark{--fa:"\e0dd"}.fa-castle{--fa:"\e0de"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-bullet{--fa:"\e0e1"}.fa-chart-candlestick{--fa:"\e0e2"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-chart-line-up{--fa:"\e0e5"}.fa-chart-pyramid{--fa:"\e0e6"}.fa-chart-radar{--fa:"\e0e7"}.fa-chart-scatter-3d{--fa:"\e0e8"}.fa-chart-scatter-bubble{--fa:"\e0e9"}.fa-chart-tree-map{--fa:"\e0ea"}.fa-chart-waterfall{--fa:"\e0eb"}.fa-cherries{--fa:"\e0ec"}.fa-circle-0{--fa:"\e0ed"}.fa-circle-1{--fa:"\e0ee"}.fa-circle-2{--fa:"\e0ef"}.fa-circle-3{--fa:"\e0f0"}.fa-circle-4{--fa:"\e0f1"}.fa-circle-5{--fa:"\e0f2"}.fa-circle-6{--fa:"\e0f3"}.fa-circle-7{--fa:"\e0f4"}.fa-circle-8{--fa:"\e0f5"}.fa-circle-9{--fa:"\e0f6"}.fa-circle-a{--fa:"\e0f7"}.fa-circle-ampersand{--fa:"\e0f8"}.fa-circle-arrow-down-left{--fa:"\e0f9"}.fa-circle-arrow-down-right{--fa:"\e0fa"}.fa-circle-arrow-up-left{--fa:"\e0fb"}.fa-circle-arrow-up-right{--fa:"\e0fc"}.fa-circle-b{--fa:"\e0fd"}.fa-circle-bolt{--fa:"\e0fe"}.fa-book-circle,.fa-circle-book-open{--fa:"\e0ff"}.fa-bookmark-circle,.fa-circle-bookmark{--fa:"\e100"}.fa-circle-c{--fa:"\e101"}.fa-calendar-circle,.fa-circle-calendar{--fa:"\e102"}.fa-camera-circle,.fa-circle-camera{--fa:"\e103"}.fa-circle-d{--fa:"\e104"}.fa-circle-dashed{--fa:"\e105"}.fa-circle-divide{--fa:"\e106"}.fa-circle-down-left{--fa:"\e107"}.fa-circle-down-right{--fa:"\e108"}.fa-circle-e{--fa:"\e109"}.fa-circle-ellipsis{--fa:"\e10a"}.fa-circle-ellipsis-vertical{--fa:"\e10b"}.fa-circle-envelope,.fa-envelope-circle{--fa:"\e10c"}.fa-circle-exclamation-check{--fa:"\e10d"}.fa-circle-f{--fa:"\e10e"}.fa-circle-g{--fa:"\e10f"}.fa-circle-half{--fa:"\e110"}.fa-circle-i{--fa:"\e111"}.fa-circle-j{--fa:"\e112"}.fa-circle-k{--fa:"\e113"}.fa-circle-l{--fa:"\e114"}.fa-circle-m{--fa:"\e115"}.fa-circle-microphone,.fa-microphone-circle{--fa:"\e116"}.fa-circle-microphone-lines,.fa-microphone-circle-alt{--fa:"\e117"}.fa-circle-n{--fa:"\e118"}.fa-circle-o{--fa:"\e119"}.fa-circle-p{--fa:"\e11a"}.fa-circle-phone,.fa-phone-circle{--fa:"\e11b"}.fa-circle-phone-flip,.fa-phone-circle-alt{--fa:"\e11c"}.fa-circle-phone-hangup,.fa-phone-circle-down{--fa:"\e11d"}.fa-circle-q{--fa:"\e11e"}.fa-circle-quarter{--fa:"\e11f"}.fa-circle-r{--fa:"\e120"}.fa-circle-s{--fa:"\e121"}.fa-circle-small{--fa:"\e122"}.fa-circle-star,.fa-star-circle{--fa:"\e123"}.fa-circle-t{--fa:"\e124"}.fa-circle-three-quarters{--fa:"\e125"}.fa-circle-trash,.fa-trash-circle{--fa:"\e126"}.fa-circle-u{--fa:"\e127"}.fa-circle-up-left{--fa:"\e128"}.fa-circle-up-right{--fa:"\e129"}.fa-circle-v{--fa:"\e12a"}.fa-circle-video,.fa-video-circle{--fa:"\e12b"}.fa-circle-w{--fa:"\e12c"}.fa-circle-waveform-lines,.fa-waveform-circle{--fa:"\e12d"}.fa-circle-x{--fa:"\e12e"}.fa-circle-y{--fa:"\e12f"}.fa-circle-z{--fa:"\e130"}.fa-clapperboard{--fa:"\e131"}.fa-clapperboard-play{--fa:"\e132"}.fa-clipboard-medical{--fa:"\e133"}.fa-clock-desk{--fa:"\e134"}.fa-closed-captioning-slash{--fa:"\e135"}.fa-clothes-hanger{--fa:"\e136"}.fa-cloud-slash{--fa:"\e137"}.fa-cloud-word{--fa:"\e138"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-code-simple{--fa:"\e13d"}.fa-coffee-bean{--fa:"\e13e"}.fa-coffee-beans{--fa:"\e13f"}.fa-colon-sign{--fa:"\e140"}.fa-command{--fa:"\e142"}.fa-comment-arrow-down{--fa:"\e143"}.fa-comment-arrow-up{--fa:"\e144"}.fa-comment-arrow-up-right{--fa:"\e145"}.fa-comment-captions{--fa:"\e146"}.fa-comment-code{--fa:"\e147"}.fa-comment-image{--fa:"\e148"}.fa-comment-middle{--fa:"\e149"}.fa-comment-middle-top{--fa:"\e14a"}.fa-comment-question{--fa:"\e14b"}.fa-comment-quote{--fa:"\e14c"}.fa-comment-text{--fa:"\e14d"}.fa-comments-question{--fa:"\e14e"}.fa-comments-question-check{--fa:"\e14f"}.fa-conveyor-belt-empty{--fa:"\e150"}.fa-crate-empty{--fa:"\e151"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-delete-right{--fa:"\e154"}.fa-desktop-arrow-down{--fa:"\e155"}.fa-diagram-lean-canvas{--fa:"\e156"}.fa-diagram-nested{--fa:"\e157"}.fa-diagram-sankey{--fa:"\e158"}.fa-diagram-venn{--fa:"\e15a"}.fa-dial,.fa-dial-med-high{--fa:"\e15b"}.fa-dial-high{--fa:"\e15c"}.fa-dial-low{--fa:"\e15d"}.fa-dial-max{--fa:"\e15e"}.fa-dial-med{--fa:"\e15f"}.fa-dial-med-low{--fa:"\e160"}.fa-dial-min{--fa:"\e161"}.fa-dial-off{--fa:"\e162"}.fa-display{--fa:"\e163"}.fa-display-arrow-down{--fa:"\e164"}.fa-desktop-code,.fa-display-code{--fa:"\e165"}.fa-desktop-medical,.fa-display-medical{--fa:"\e166"}.fa-dolphin{--fa:"\e168"}.fa-dong-sign{--fa:"\e169"}.fa-down-left{--fa:"\e16a"}.fa-down-right{--fa:"\e16b"}.fa-eggplant{--fa:"\e16c"}.fa-elevator{--fa:"\e16d"}.fa-engine{--fa:"\e16e"}.fa-envelope-badge,.fa-envelope-dot{--fa:"\e16f"}.fa-envelopes{--fa:"\e170"}.fa-escalator{--fa:"\e171"}.fa-eye-dropper-full{--fa:"\e172"}.fa-eye-dropper-half{--fa:"\e173"}.fa-ferris-wheel{--fa:"\e174"}.fa-file-binary{--fa:"\e175"}.fa-file-heart{--fa:"\e176"}.fa-file-plus-minus{--fa:"\e177"}.fa-files{--fa:"\e178"}.fa-film-slash{--fa:"\e179"}.fa-films{--fa:"\e17a"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-filter-list{--fa:"\e17c"}.fa-filter-slash{--fa:"\e17d"}.fa-filters{--fa:"\e17e"}.fa-fire-hydrant{--fa:"\e17f"}.fa-floppy-disk-circle-arrow-right,.fa-save-circle-arrow-right{--fa:"\e180"}.fa-floppy-disk-circle-xmark,.fa-floppy-disk-times,.fa-save-circle-xmark,.fa-save-times{--fa:"\e181"}.fa-floppy-disk-pen{--fa:"\e182"}.fa-floppy-disks{--fa:"\e183"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-folder-bookmark{--fa:"\e186"}.fa-folder-cog,.fa-folder-gear{--fa:"\e187"}.fa-folder-grid{--fa:"\e188"}.fa-folder-heart{--fa:"\e189"}.fa-folder-image{--fa:"\e18a"}.fa-folder-magnifying-glass,.fa-folder-search{--fa:"\e18b"}.fa-folder-medical{--fa:"\e18c"}.fa-folder-music{--fa:"\e18d"}.fa-folder-user{--fa:"\e18e"}.fa-franc-sign{--fa:"\e18f"}.fa-gif{--fa:"\e190"}.fa-glass-empty{--fa:"\e191"}.fa-glass-half,.fa-glass-half-empty,.fa-glass-half-full{--fa:"\e192"}.fa-grate{--fa:"\e193"}.fa-grate-droplet{--fa:"\e194"}.fa-grid,.fa-grid-3{--fa:"\e195"}.fa-grid-2{--fa:"\e196"}.fa-grid-2-plus{--fa:"\e197"}.fa-grid-4{--fa:"\e198"}.fa-grid-5{--fa:"\e199"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-gun-slash{--fa:"\e19c"}.fa-gun-squirt{--fa:"\e19d"}.fa-hand-back-point-down{--fa:"\e19e"}.fa-hand-back-point-left{--fa:"\e19f"}.fa-hand-back-point-ribbon{--fa:"\e1a0"}.fa-hand-back-point-right{--fa:"\e1a1"}.fa-hand-back-point-up{--fa:"\e1a2"}.fa-hand-fingers-crossed{--fa:"\e1a3"}.fa-hand-holding-skull{--fa:"\e1a4"}.fa-hand-love{--fa:"\e1a5"}.fa-hand-point-ribbon{--fa:"\e1a6"}.fa-hand-wave{--fa:"\e1a7"}.fa-hands-clapping{--fa:"\e1a8"}.fa-hand-horns{--fa:"\e1a9"}.fa-head-side-heart{--fa:"\e1aa"}.fa-heart-half{--fa:"\e1ab"}.fa-heart-half-alt,.fa-heart-half-stroke{--fa:"\e1ac"}.fa-hexagon-divide{--fa:"\e1ad"}.fa-high-definition,.fa-rectangle-hd{--fa:"\e1ae"}.fa-highlighter-line{--fa:"\e1af"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-house-building{--fa:"\e1b1"}.fa-house-chimney-heart{--fa:"\e1b2"}.fa-house-tree{--fa:"\e1b3"}.fa-house-turret{--fa:"\e1b4"}.fa-image-landscape,.fa-landscape{--fa:"\e1b5"}.fa-image-polaroid-user{--fa:"\e1b6"}.fa-image-slash{--fa:"\e1b7"}.fa-image-user{--fa:"\e1b8"}.fa-images-user{--fa:"\e1b9"}.fa-inbox-full{--fa:"\e1ba"}.fa-inboxes{--fa:"\e1bb"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-input-numeric{--fa:"\e1bd"}.fa-input-pipe{--fa:"\e1be"}.fa-input-text{--fa:"\e1bf"}.fa-keyboard-brightness{--fa:"\e1c0"}.fa-keyboard-brightness-low{--fa:"\e1c1"}.fa-keyboard-down{--fa:"\e1c2"}.fa-keyboard-left{--fa:"\e1c3"}.fa-kip-sign{--fa:"\e1c4"}.fa-lamp-street{--fa:"\e1c5"}.fa-laptop-arrow-down{--fa:"\e1c6"}.fa-laptop-slash{--fa:"\e1c7"}.fa-lari-sign{--fa:"\e1c8"}.fa-lasso-sparkles{--fa:"\e1c9"}.fa-lightbulb-exclamation-on{--fa:"\e1ca"}.fa-chain-horizontal,.fa-link-horizontal{--fa:"\e1cb"}.fa-chain-horizontal-slash,.fa-link-horizontal-slash{--fa:"\e1cc"}.fa-link-simple{--fa:"\e1cd"}.fa-link-simple-slash{--fa:"\e1ce"}.fa-list-dropdown{--fa:"\e1cf"}.fa-list-radio{--fa:"\e1d0"}.fa-list-timeline{--fa:"\e1d1"}.fa-list-tree{--fa:"\e1d2"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-loader{--fa:"\e1d4"}.fa-manat-sign{--fa:"\e1d5"}.fa-manhole{--fa:"\e1d6"}.fa-mask-face{--fa:"\e1d7"}.fa-memo{--fa:"\e1d8"}.fa-memo-circle-check{--fa:"\e1d9"}.fa-memo-pad{--fa:"\e1da"}.fa-comment-alt-arrow-down,.fa-message-arrow-down{--fa:"\e1db"}.fa-comment-alt-arrow-up,.fa-message-arrow-up{--fa:"\e1dc"}.fa-message-arrow-up-right{--fa:"\e1dd"}.fa-comment-alt-captions,.fa-message-captions{--fa:"\e1de"}.fa-message-code{--fa:"\e1df"}.fa-comment-alt-image,.fa-message-image{--fa:"\e1e0"}.fa-comment-middle-alt,.fa-message-middle{--fa:"\e1e1"}.fa-comment-middle-top-alt,.fa-message-middle-top{--fa:"\e1e2"}.fa-message-question{--fa:"\e1e3"}.fa-comment-alt-quote,.fa-message-quote{--fa:"\e1e4"}.fa-message-sms{--fa:"\e1e5"}.fa-comment-alt-text,.fa-message-text{--fa:"\e1e6"}.fa-messages-question{--fa:"\e1e7"}.fa-meter{--fa:"\e1e8"}.fa-meter-bolt{--fa:"\e1e9"}.fa-meter-droplet{--fa:"\e1ea"}.fa-meter-fire{--fa:"\e1eb"}.fa-microchip-ai{--fa:"\e1ec"}.fa-mill-sign{--fa:"\e1ed"}.fa-mobile-iphone,.fa-mobile-notch{--fa:"\e1ee"}.fa-mobile-signal{--fa:"\e1ef"}.fa-mobile-signal-out{--fa:"\e1f0"}.fa-money-bill-simple{--fa:"\e1f1"}.fa-money-bill-simple-wave{--fa:"\e1f2"}.fa-money-bills{--fa:"\e1f3"}.fa-money-bills-alt,.fa-money-bills-simple{--fa:"\e1f4"}.fa-mug-tea-saucer{--fa:"\e1f5"}.fa-naira-sign{--fa:"\e1f6"}.fa-nfc{--fa:"\e1f7"}.fa-nfc-lock{--fa:"\e1f8"}.fa-nfc-magnifying-glass{--fa:"\e1f9"}.fa-nfc-pen{--fa:"\e1fa"}.fa-nfc-signal{--fa:"\e1fb"}.fa-nfc-slash{--fa:"\e1fc"}.fa-nfc-trash{--fa:"\e1fd"}.fa-notdef{--fa:"\e1fe"}.fa-note{--fa:"\e1ff"}.fa-note-medical{--fa:"\e200"}.fa-notebook{--fa:"\e201"}.fa-notes{--fa:"\e202"}.fa-octagon-divide{--fa:"\e203"}.fa-octagon-exclamation{--fa:"\e204"}.fa-oil-can-drip{--fa:"\e205"}.fa-paintbrush-pencil{--fa:"\e206"}.fa-pallet-box{--fa:"\e208"}.fa-panorama{--fa:"\e209"}.fa-paper-plane-alt,.fa-paper-plane-top,.fa-send{--fa:"\e20a"}.fa-peach{--fa:"\e20b"}.fa-pear{--fa:"\e20c"}.fa-pedestal{--fa:"\e20d"}.fa-pen-circle{--fa:"\e20e"}.fa-pen-alt-slash,.fa-pen-clip-slash{--fa:"\e20f"}.fa-pen-fancy-slash{--fa:"\e210"}.fa-pen-field{--fa:"\e211"}.fa-pen-line{--fa:"\e212"}.fa-pen-slash{--fa:"\e213"}.fa-pen-swirl{--fa:"\e214"}.fa-pencil-slash{--fa:"\e215"}.fa-people{--fa:"\e216"}.fa-people-dress{--fa:"\e217"}.fa-people-dress-simple{--fa:"\e218"}.fa-people-pants{--fa:"\e219"}.fa-people-pants-simple{--fa:"\e21a"}.fa-people-simple{--fa:"\e21b"}.fa-person-dress-simple{--fa:"\e21c"}.fa-person-pinball{--fa:"\e21d"}.fa-person-seat{--fa:"\e21e"}.fa-person-seat-reclined{--fa:"\e21f"}.fa-person-simple{--fa:"\e220"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-phone-arrow-down,.fa-phone-arrow-down-left,.fa-phone-incoming{--fa:"\e223"}.fa-phone-arrow-up,.fa-phone-arrow-up-right,.fa-phone-outgoing{--fa:"\e224"}.fa-phone-hangup{--fa:"\e225"}.fa-phone-missed{--fa:"\e226"}.fa-phone-xmark{--fa:"\e227"}.fa-photo-film-music{--fa:"\e228"}.fa-pinball{--fa:"\e229"}.fa-plane-prop{--fa:"\e22b"}.fa-plane-tail{--fa:"\e22c"}.fa-plane-up{--fa:"\e22d"}.fa-plane-up-slash{--fa:"\e22e"}.fa-play-pause{--fa:"\e22f"}.fa-puzzle-piece-alt,.fa-puzzle-piece-simple{--fa:"\e231"}.fa-quotes{--fa:"\e234"}.fa-pro,.fa-rectangle-pro{--fa:"\e235"}.fa-rectangle-terminal{--fa:"\e236"}.fa-rectangle-vertical-history{--fa:"\e237"}.fa-reel{--fa:"\e238"}.fa-reply-clock,.fa-reply-time{--fa:"\e239"}.fa-restroom-simple{--fa:"\e23a"}.fa-rhombus{--fa:"\e23b"}.fa-rotate-exclamation{--fa:"\e23c"}.fa-rupiah-sign{--fa:"\e23d"}.fa-screencast{--fa:"\e23e"}.fa-scribble{--fa:"\e23f"}.fa-sd-cards{--fa:"\e240"}.fa-seal{--fa:"\e241"}.fa-seal-exclamation{--fa:"\e242"}.fa-seal-question{--fa:"\e243"}.fa-seat-airline{--fa:"\e244"}.fa-shelves-empty{--fa:"\e246"}.fa-shield-exclamation{--fa:"\e247"}.fa-shield-keyhole{--fa:"\e248"}.fa-shield-minus{--fa:"\e249"}.fa-shield-plus{--fa:"\e24a"}.fa-shield-slash{--fa:"\e24b"}.fa-shield-times,.fa-shield-xmark{--fa:"\e24c"}.fa-shower-alt,.fa-shower-down{--fa:"\e24d"}.fa-sidebar{--fa:"\e24e"}.fa-sidebar-flip{--fa:"\e24f"}.fa-signal-stream-slash{--fa:"\e250"}.fa-sim-cards{--fa:"\e251"}.fa-slider{--fa:"\e252"}.fa-sliders-simple{--fa:"\e253"}.fa-split{--fa:"\e254"}.fa-square-0{--fa:"\e255"}.fa-square-1{--fa:"\e256"}.fa-square-2{--fa:"\e257"}.fa-square-3{--fa:"\e258"}.fa-square-4{--fa:"\e259"}.fa-square-5{--fa:"\e25a"}.fa-square-6{--fa:"\e25b"}.fa-square-7{--fa:"\e25c"}.fa-square-8{--fa:"\e25d"}.fa-square-9{--fa:"\e25e"}.fa-square-a{--fa:"\e25f"}.fa-square-ampersand{--fa:"\e260"}.fa-square-arrow-down-left{--fa:"\e261"}.fa-square-arrow-down-right{--fa:"\e262"}.fa-square-arrow-up-left{--fa:"\e263"}.fa-square-b{--fa:"\e264"}.fa-square-bolt{--fa:"\e265"}.fa-square-c{--fa:"\e266"}.fa-square-code{--fa:"\e267"}.fa-square-d{--fa:"\e268"}.fa-square-dashed{--fa:"\e269"}.fa-square-divide{--fa:"\e26a"}.fa-square-down-left{--fa:"\e26b"}.fa-square-down-right{--fa:"\e26c"}.fa-square-e{--fa:"\e26d"}.fa-square-ellipsis{--fa:"\e26e"}.fa-square-ellipsis-vertical{--fa:"\e26f"}.fa-square-f{--fa:"\e270"}.fa-square-g{--fa:"\e271"}.fa-square-i{--fa:"\e272"}.fa-square-j{--fa:"\e273"}.fa-square-k{--fa:"\e274"}.fa-square-l{--fa:"\e275"}.fa-square-m{--fa:"\e276"}.fa-square-n{--fa:"\e277"}.fa-square-o{--fa:"\e278"}.fa-square-p{--fa:"\e279"}.fa-phone-square-down,.fa-square-phone-hangup{--fa:"\e27a"}.fa-square-q{--fa:"\e27b"}.fa-square-r{--fa:"\e27c"}.fa-square-s{--fa:"\e27d"}.fa-square-small{--fa:"\e27e"}.fa-square-star{--fa:"\e27f"}.fa-square-t{--fa:"\e280"}.fa-square-u{--fa:"\e281"}.fa-square-up-left{--fa:"\e282"}.fa-square-user{--fa:"\e283"}.fa-square-v{--fa:"\e284"}.fa-square-w{--fa:"\e285"}.fa-square-x{--fa:"\e286"}.fa-square-y{--fa:"\e287"}.fa-square-z{--fa:"\e288"}.fa-stairs{--fa:"\e289"}.fa-rectangle-sd,.fa-standard-definition{--fa:"\e28a"}.fa-star-sharp{--fa:"\e28b"}.fa-star-sharp-half{--fa:"\e28c"}.fa-star-sharp-half-alt,.fa-star-sharp-half-stroke{--fa:"\e28d"}.fa-starfighter-alt-advanced,.fa-starfighter-twin-ion-engine-advanced{--fa:"\e28e"}.fa-sun-alt,.fa-sun-bright{--fa:"\e28f"}.fa-table-layout{--fa:"\e290"}.fa-table-pivot{--fa:"\e291"}.fa-rows,.fa-table-rows{--fa:"\e292"}.fa-table-tree{--fa:"\e293"}.fa-tally-1{--fa:"\e294"}.fa-tally-2{--fa:"\e295"}.fa-tally-3{--fa:"\e296"}.fa-tally-4{--fa:"\e297"}.fa-taxi-bus{--fa:"\e298"}.fa-temperature-list{--fa:"\e299"}.fa-ticket-airline,.fa-ticket-perforated-plane,.fa-ticket-plane{--fa:"\e29a"}.fa-tickets-airline,.fa-tickets-perforated-plane,.fa-tickets-plane{--fa:"\e29b"}.fa-timeline{--fa:"\e29c"}.fa-timeline-arrow{--fa:"\e29d"}.fa-timer{--fa:"\e29e"}.fa-toilet-paper-blank-under,.fa-toilet-paper-reverse,.fa-toilet-paper-reverse-alt,.fa-toilet-paper-under{--fa:"\e2a0"}.fa-toilet-paper-reverse-slash,.fa-toilet-paper-under-slash{--fa:"\e2a1"}.fa-tower-control{--fa:"\e2a2"}.fa-subway-tunnel,.fa-train-subway-tunnel{--fa:"\e2a3"}.fa-transformer-bolt{--fa:"\e2a4"}.fa-transporter-4{--fa:"\e2a5"}.fa-transporter-5{--fa:"\e2a6"}.fa-transporter-6{--fa:"\e2a7"}.fa-transporter-7{--fa:"\e2a8"}.fa-trash-can-check{--fa:"\e2a9"}.fa-trash-can-clock{--fa:"\e2aa"}.fa-trash-can-list{--fa:"\e2ab"}.fa-trash-can-plus{--fa:"\e2ac"}.fa-trash-alt-slash,.fa-trash-can-slash{--fa:"\e2ad"}.fa-trash-can-xmark{--fa:"\e2ae"}.fa-trash-check{--fa:"\e2af"}.fa-trash-clock{--fa:"\e2b0"}.fa-trash-list{--fa:"\e2b1"}.fa-trash-plus{--fa:"\e2b2"}.fa-trash-slash{--fa:"\e2b3"}.fa-trash-xmark{--fa:"\e2b4"}.fa-truck-container-empty{--fa:"\e2b5"}.fa-truck-flatbed{--fa:"\e2b6"}.fa-truck-front{--fa:"\e2b7"}.fa-truck-tow{--fa:"\e2b8"}.fa-teletype-answer,.fa-tty-answer{--fa:"\e2b9"}.fa-tugrik-sign{--fa:"\e2ba"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-umbrella-alt,.fa-umbrella-simple{--fa:"\e2bc"}.fa-up-left{--fa:"\e2bd"}.fa-up-right{--fa:"\e2be"}.fa-user-bounty-hunter{--fa:"\e2bf"}.fa-user-pilot{--fa:"\e2c0"}.fa-user-pilot-tie{--fa:"\e2c1"}.fa-user-shakespeare{--fa:"\e2c2"}.fa-utility-pole{--fa:"\e2c3"}.fa-utility-pole-double{--fa:"\e2c4"}.fa-vault{--fa:"\e2c5"}.fa-video-arrow-down-left{--fa:"\e2c8"}.fa-video-arrow-up-right{--fa:"\e2c9"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-watch-apple{--fa:"\e2cb"}.fa-watch-smart{--fa:"\e2cc"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-wifi-exclamation{--fa:"\e2cf"}.fa-wrench-simple{--fa:"\e2d1"}.fa-robot-astromech{--fa:"\e2d2"}.fa-360-degrees{--fa:"\e2dc"}.fa-aperture{--fa:"\e2df"}.fa-arrow-turn-down-left{--fa:"\e2e1"}.fa-balloon{--fa:"\e2e3"}.fa-balloons{--fa:"\e2e4"}.fa-banana{--fa:"\e2e5"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bench-tree{--fa:"\e2e7"}.fa-blueberries{--fa:"\e2e8"}.fa-bowl-chopsticks{--fa:"\e2e9"}.fa-bowl-chopsticks-noodles{--fa:"\e2ea"}.fa-bowl-rice{--fa:"\e2eb"}.fa-briefcase-arrow-right{--fa:"\e2f2"}.fa-citrus{--fa:"\e2f4"}.fa-citrus-slice{--fa:"\e2f5"}.fa-coconut{--fa:"\e2f6"}.fa-desktop-slash,.fa-display-slash{--fa:"\e2fa"}.fa-exploding-head,.fa-face-explode{--fa:"\e2fe"}.fa-face-viewfinder{--fa:"\e2ff"}.fa-family{--fa:"\e300"}.fa-family-dress{--fa:"\e301"}.fa-family-pants{--fa:"\e302"}.fa-fence{--fa:"\e303"}.fa-fish-bones{--fa:"\e304"}.fa-grapes{--fa:"\e306"}.fa-kiwi-fruit{--fa:"\e30c"}.fa-mango{--fa:"\e30f"}.fa-melon{--fa:"\e310"}.fa-melon-slice{--fa:"\e311"}.fa-money-from-bracket{--fa:"\e312"}.fa-money-simple-from-bracket{--fa:"\e313"}.fa-olive{--fa:"\e316"}.fa-olive-branch{--fa:"\e317"}.fa-option{--fa:"\e318"}.fa-party-bell{--fa:"\e31a"}.fa-party-horn{--fa:"\e31b"}.fa-peapod{--fa:"\e31c"}.fa-person-pregnant{--fa:"\e31e"}.fa-pineapple{--fa:"\e31f"}.fa-rectangle-code{--fa:"\e322"}.fa-rectangles-mixed{--fa:"\e323"}.fa-roller-coaster{--fa:"\e324"}.fa-square-quote{--fa:"\e329"}.fa-square-terminal{--fa:"\e32a"}.fa-strawberry{--fa:"\e32b"}.fa-table-picnic{--fa:"\e32d"}.fa-thought-bubble{--fa:"\e32e"}.fa-tick{--fa:"\e32f"}.fa-tomato{--fa:"\e330"}.fa-turn-down-left{--fa:"\e331"}.fa-user-police{--fa:"\e333"}.fa-user-police-tie{--fa:"\e334"}.fa-watermelon-slice{--fa:"\e337"}.fa-wheat-awn-slash{--fa:"\e338"}.fa-wheat-slash{--fa:"\e339"}.fa-badminton{--fa:"\e33a"}.fa-binary{--fa:"\e33b"}.fa-binary-circle-check{--fa:"\e33c"}.fa-binary-lock{--fa:"\e33d"}.fa-binary-slash{--fa:"\e33e"}.fa-boot-heeled{--fa:"\e33f"}.fa-car-bolt{--fa:"\e341"}.fa-car-circle-bolt{--fa:"\e342"}.fa-car-mirrors{--fa:"\e343"}.fa-car-side-bolt{--fa:"\e344"}.fa-clock-eight{--fa:"\e345"}.fa-clock-eight-thirty{--fa:"\e346"}.fa-clock-eleven{--fa:"\e347"}.fa-clock-eleven-thirty{--fa:"\e348"}.fa-clock-five{--fa:"\e349"}.fa-clock-five-thirty{--fa:"\e34a"}.fa-clock-four-thirty{--fa:"\e34b"}.fa-clock-nine{--fa:"\e34c"}.fa-clock-nine-thirty{--fa:"\e34d"}.fa-clock-one{--fa:"\e34e"}.fa-clock-one-thirty{--fa:"\e34f"}.fa-clock-seven{--fa:"\e350"}.fa-clock-seven-thirty{--fa:"\e351"}.fa-clock-six{--fa:"\e352"}.fa-clock-six-thirty{--fa:"\e353"}.fa-clock-ten{--fa:"\e354"}.fa-clock-ten-thirty{--fa:"\e355"}.fa-clock-three{--fa:"\e356"}.fa-clock-three-thirty{--fa:"\e357"}.fa-clock-twelve{--fa:"\e358"}.fa-clock-twelve-thirty{--fa:"\e359"}.fa-clock-two{--fa:"\e35a"}.fa-clock-two-thirty{--fa:"\e35b"}.fa-cloud-check{--fa:"\e35c"}.fa-cloud-minus{--fa:"\e35d"}.fa-cloud-plus{--fa:"\e35e"}.fa-cloud-xmark{--fa:"\e35f"}.fa-columns-3{--fa:"\e361"}.fa-crystal-ball{--fa:"\e362"}.fa-cup-straw{--fa:"\e363"}.fa-cup-straw-swoosh{--fa:"\e364"}.fa-distribute-spacing-horizontal{--fa:"\e365"}.fa-distribute-spacing-vertical{--fa:"\e366"}.fa-eyes{--fa:"\e367"}.fa-face-angry-horns{--fa:"\e368"}.fa-face-anguished{--fa:"\e369"}.fa-face-anxious-sweat{--fa:"\e36a"}.fa-face-astonished{--fa:"\e36b"}.fa-face-confounded{--fa:"\e36c"}.fa-face-confused{--fa:"\e36d"}.fa-face-cowboy-hat{--fa:"\e36e"}.fa-face-disappointed{--fa:"\e36f"}.fa-face-disguise{--fa:"\e370"}.fa-face-downcast-sweat{--fa:"\e371"}.fa-face-drooling{--fa:"\e372"}.fa-face-expressionless{--fa:"\e373"}.fa-face-eyes-xmarks{--fa:"\e374"}.fa-face-fearful{--fa:"\e375"}.fa-face-frown-slight{--fa:"\e376"}.fa-face-glasses{--fa:"\e377"}.fa-face-hand-over-mouth{--fa:"\e378"}.fa-face-hand-yawn{--fa:"\e379"}.fa-face-head-bandage{--fa:"\e37a"}.fa-face-hushed{--fa:"\e37b"}.fa-face-icicles{--fa:"\e37c"}.fa-face-kiss-closed-eyes{--fa:"\e37d"}.fa-face-lying{--fa:"\e37e"}.fa-face-mask{--fa:"\e37f"}.fa-face-monocle{--fa:"\e380"}.fa-face-nauseated{--fa:"\e381"}.fa-face-nose-steam{--fa:"\e382"}.fa-face-party{--fa:"\e383"}.fa-face-pensive{--fa:"\e384"}.fa-face-persevering{--fa:"\e385"}.fa-face-pleading{--fa:"\e386"}.fa-face-pouting{--fa:"\e387"}.fa-face-raised-eyebrow{--fa:"\e388"}.fa-face-relieved{--fa:"\e389"}.fa-face-sad-sweat{--fa:"\e38a"}.fa-face-scream{--fa:"\e38b"}.fa-face-shush{--fa:"\e38c"}.fa-face-sleeping{--fa:"\e38d"}.fa-face-sleepy{--fa:"\e38e"}.fa-face-smile-halo{--fa:"\e38f"}.fa-face-smile-hearts{--fa:"\e390"}.fa-face-smile-horns{--fa:"\e391"}.fa-face-smile-relaxed{--fa:"\e392"}.fa-face-smile-tear{--fa:"\e393"}.fa-face-smile-tongue{--fa:"\e394"}.fa-face-smile-upside-down{--fa:"\e395"}.fa-face-smiling-hands{--fa:"\e396"}.fa-face-smirking{--fa:"\e397"}.fa-face-sunglasses{--fa:"\e398"}.fa-face-swear{--fa:"\e399"}.fa-face-thermometer{--fa:"\e39a"}.fa-face-thinking{--fa:"\e39b"}.fa-face-tissue{--fa:"\e39c"}.fa-face-tongue-money{--fa:"\e39d"}.fa-face-tongue-sweat{--fa:"\e39e"}.fa-face-unamused{--fa:"\e39f"}.fa-face-vomit{--fa:"\e3a0"}.fa-face-weary{--fa:"\e3a1"}.fa-face-woozy{--fa:"\e3a2"}.fa-face-worried{--fa:"\e3a3"}.fa-face-zany{--fa:"\e3a4"}.fa-face-zipper{--fa:"\e3a5"}.fa-file-lock{--fa:"\e3a6"}.fa-file-slash{--fa:"\e3a7"}.fa-fishing-rod{--fa:"\e3a8"}.fa-flying-disc{--fa:"\e3a9"}.fa-gallery-thumbnails{--fa:"\e3aa"}.fa-goal-net{--fa:"\e3ab"}.fa-golf-flag-hole{--fa:"\e3ac"}.fa-grid-dividers{--fa:"\e3ad"}.fa-hockey-stick-puck{--fa:"\e3ae"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-house-chimney-blank{--fa:"\e3b0"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-house-window{--fa:"\e3b3"}.fa-key-skeleton-left-right{--fa:"\e3b4"}.fa-lacrosse-stick{--fa:"\e3b5"}.fa-lacrosse-stick-ball{--fa:"\e3b6"}.fa-mask-snorkel{--fa:"\e3b7"}.fa-message-bot{--fa:"\e3b8"}.fa-moped{--fa:"\e3b9"}.fa-nesting-dolls{--fa:"\e3ba"}.fa-objects-align-bottom{--fa:"\e3bb"}.fa-objects-align-center-horizontal{--fa:"\e3bc"}.fa-objects-align-center-vertical{--fa:"\e3bd"}.fa-objects-align-left{--fa:"\e3be"}.fa-objects-align-right{--fa:"\e3bf"}.fa-objects-align-top{--fa:"\e3c0"}.fa-objects-column{--fa:"\e3c1"}.fa-paperclip-vertical{--fa:"\e3c2"}.fa-pinata{--fa:"\e3c3"}.fa-pipe-smoking{--fa:"\e3c4"}.fa-pool-8-ball{--fa:"\e3c5"}.fa-rugby-ball{--fa:"\e3c6"}.fa-shirt-long-sleeve{--fa:"\e3c7"}.fa-shirt-running{--fa:"\e3c8"}.fa-shirt-tank-top{--fa:"\e3c9"}.fa-signature-lock{--fa:"\e3ca"}.fa-signature-slash{--fa:"\e3cb"}.fa-ski-boot{--fa:"\e3cc"}.fa-ski-boot-ski{--fa:"\e3cd"}.fa-slot-machine{--fa:"\e3ce"}.fa-teddy-bear{--fa:"\e3cf"}.fa-truck-bolt{--fa:"\e3d0"}.fa-uniform-martial-arts{--fa:"\e3d1"}.fa-user-chef{--fa:"\e3d2"}.fa-user-hair-buns{--fa:"\e3d3"}.fa-arrow-left-long-to-line{--fa:"\e3d4"}.fa-arrow-right-long-to-line{--fa:"\e3d5"}.fa-arrow-turn-down-right{--fa:"\e3d6"}.fa-bagel{--fa:"\e3d7"}.fa-baguette{--fa:"\e3d8"}.fa-blanket-fire{--fa:"\e3da"}.fa-block-brick,.fa-wall-brick{--fa:"\e3db"}.fa-block-brick-fire,.fa-firewall{--fa:"\e3dc"}.fa-block-question{--fa:"\e3dd"}.fa-bowl-scoop,.fa-bowl-shaved-ice{--fa:"\e3de"}.fa-bowl-scoops{--fa:"\e3df"}.fa-bowl-spoon{--fa:"\e3e0"}.fa-bread-slice-butter{--fa:"\e3e1"}.fa-broccoli{--fa:"\e3e2"}.fa-burger-lettuce{--fa:"\e3e3"}.fa-butter{--fa:"\e3e4"}.fa-cake-slice,.fa-shortcake{--fa:"\e3e5"}.fa-can-food{--fa:"\e3e6"}.fa-candy{--fa:"\e3e7"}.fa-candy-bar,.fa-chocolate-bar{--fa:"\e3e8"}.fa-card-club{--fa:"\e3e9"}.fa-card-diamond{--fa:"\e3ea"}.fa-card-heart{--fa:"\e3eb"}.fa-card-spade{--fa:"\e3ec"}.fa-cards{--fa:"\e3ed"}.fa-cart-arrow-up{--fa:"\e3ee"}.fa-cart-circle-arrow-down{--fa:"\e3ef"}.fa-cart-circle-arrow-up{--fa:"\e3f0"}.fa-cart-circle-check{--fa:"\e3f1"}.fa-cart-circle-exclamation{--fa:"\e3f2"}.fa-cart-circle-plus{--fa:"\e3f3"}.fa-cart-circle-xmark{--fa:"\e3f4"}.fa-cent-sign{--fa:"\e3f5"}.fa-chestnut{--fa:"\e3f6"}.fa-chopsticks{--fa:"\e3f7"}.fa-circle-quarters{--fa:"\e3f8"}.fa-code-pull-request-closed{--fa:"\e3f9"}.fa-code-pull-request-draft{--fa:"\e3fa"}.fa-coin-blank{--fa:"\e3fb"}.fa-coin-front{--fa:"\e3fc"}.fa-coin-vertical{--fa:"\e3fd"}.fa-corner{--fa:"\e3fe"}.fa-crab{--fa:"\e3ff"}.fa-creemee,.fa-soft-serve{--fa:"\e400"}.fa-cucumber{--fa:"\e401"}.fa-cupcake{--fa:"\e402"}.fa-custard{--fa:"\e403"}.fa-dash,.fa-minus-large{--fa:"\e404"}.fa-diamond-exclamation{--fa:"\e405"}.fa-donut,.fa-doughnut{--fa:"\e406"}.fa-down-from-dotted-line{--fa:"\e407"}.fa-down-to-dotted-line{--fa:"\e408"}.fa-face-awesome,.fa-gave-dandy{--fa:"\e409"}.fa-falafel{--fa:"\e40a"}.fa-flatbread{--fa:"\e40b"}.fa-flatbread-stuffed{--fa:"\e40c"}.fa-fondue-pot{--fa:"\e40d"}.fa-garlic{--fa:"\e40e"}.fa-grip-dots{--fa:"\e410"}.fa-grip-dots-vertical{--fa:"\e411"}.fa-h5{--fa:"\e412"}.fa-h6{--fa:"\e413"}.fa-hammer-crash{--fa:"\e414"}.fa-hashtag-lock{--fa:"\e415"}.fa-hexagon-check{--fa:"\e416"}.fa-hexagon-exclamation{--fa:"\e417"}.fa-honey-pot{--fa:"\e418"}.fa-hose{--fa:"\e419"}.fa-hose-reel{--fa:"\e41a"}.fa-hourglass-clock{--fa:"\e41b"}.fa-100,.fa-hundred-points{--fa:"\e41c"}.fa-leafy-green{--fa:"\e41d"}.fa-left-long-to-line{--fa:"\e41e"}.fa-light-emergency{--fa:"\e41f"}.fa-light-emergency-on{--fa:"\e420"}.fa-lobster{--fa:"\e421"}.fa-lock-a{--fa:"\e422"}.fa-lock-hashtag{--fa:"\e423"}.fa-lollipop,.fa-lollypop{--fa:"\e424"}.fa-mushroom{--fa:"\e425"}.fa-octagon-check{--fa:"\e426"}.fa-onion{--fa:"\e427"}.fa-page{--fa:"\e428"}.fa-file-caret-down,.fa-page-caret-down{--fa:"\e429"}.fa-file-caret-up,.fa-page-caret-up{--fa:"\e42a"}.fa-pan-food{--fa:"\e42b"}.fa-pan-frying{--fa:"\e42c"}.fa-pancakes{--fa:"\e42d"}.fa-panel-ews{--fa:"\e42e"}.fa-panel-fire{--fa:"\e42f"}.fa-peanut{--fa:"\e430"}.fa-peanuts{--fa:"\e431"}.fa-pepper{--fa:"\e432"}.fa-person-to-door{--fa:"\e433"}.fa-phone-intercom{--fa:"\e434"}.fa-pickleball{--fa:"\e435"}.fa-pipe-circle-check{--fa:"\e436"}.fa-pipe-collar{--fa:"\e437"}.fa-pipe-section{--fa:"\e438"}.fa-pipe-valve{--fa:"\e439"}.fa-plate-utensils{--fa:"\e43b"}.fa-plus-minus{--fa:"\e43c"}.fa-pompebled{--fa:"\e43d"}.fa-popsicle{--fa:"\e43e"}.fa-pot-food{--fa:"\e43f"}.fa-potato{--fa:"\e440"}.fa-pretzel{--fa:"\e441"}.fa-pump{--fa:"\e442"}.fa-puzzle{--fa:"\e443"}.fa-right-long-to-line{--fa:"\e444"}.fa-sailboat{--fa:"\e445"}.fa-salt-shaker{--fa:"\e446"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-shutters{--fa:"\e449"}.fa-sportsball{--fa:"\e44b"}.fa-sprinkler-ceiling{--fa:"\e44c"}.fa-square-a-lock{--fa:"\e44d"}.fa-square-quarters{--fa:"\e44e"}.fa-square-ring{--fa:"\e44f"}.fa-squid{--fa:"\e450"}.fa-tamale{--fa:"\e451"}.fa-tank-water{--fa:"\e452"}.fa-train-track{--fa:"\e453"}.fa-train-tunnel{--fa:"\e454"}.fa-turn-down-right{--fa:"\e455"}.fa-up-from-dotted-line{--fa:"\e456"}.fa-up-to-dotted-line{--fa:"\e457"}.fa-user-doctor-hair{--fa:"\e458"}.fa-user-doctor-hair-long{--fa:"\e459"}.fa-user-hair{--fa:"\e45a"}.fa-user-hair-long{--fa:"\e45b"}.fa-business-front,.fa-party-back,.fa-trian-balbot,.fa-user-hair-mullet{--fa:"\e45c"}.fa-user-nurse-hair{--fa:"\e45d"}.fa-user-nurse-hair-long{--fa:"\e45e"}.fa-user-tie-hair{--fa:"\e45f"}.fa-user-tie-hair-long{--fa:"\e460"}.fa-user-vneck{--fa:"\e461"}.fa-user-vneck-hair{--fa:"\e462"}.fa-user-vneck-hair-long{--fa:"\e463"}.fa-utensils-slash{--fa:"\e464"}.fa-vent-damper{--fa:"\e465"}.fa-waffle{--fa:"\e466"}.fa-00{--fa:"\e467"}.fa-apartment{--fa:"\e468"}.fa-bird{--fa:"\e469"}.fa-block{--fa:"\e46a"}.fa-bowl-soft-serve{--fa:"\e46b"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-cabin{--fa:"\e46d"}.fa-calendar-circle-exclamation{--fa:"\e46e"}.fa-calendar-circle-minus{--fa:"\e46f"}.fa-calendar-circle-plus{--fa:"\e470"}.fa-calendar-circle-user{--fa:"\e471"}.fa-calendar-lines-pen{--fa:"\e472"}.fa-chart-simple{--fa:"\e473"}.fa-chart-simple-horizontal{--fa:"\e474"}.fa-diagram-cells{--fa:"\e475"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-previous{--fa:"\e478"}.fa-diagram-subtask{--fa:"\e479"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-face-beam-hand-over-mouth{--fa:"\e47c"}.fa-face-clouds{--fa:"\e47d"}.fa-face-diagonal-mouth{--fa:"\e47e"}.fa-face-dotted{--fa:"\e47f"}.fa-face-exhaling{--fa:"\e480"}.fa-face-hand-peeking{--fa:"\e481"}.fa-face-holding-back-tears{--fa:"\e482"}.fa-face-melting{--fa:"\e483"}.fa-face-saluting{--fa:"\e484"}.fa-face-spiral-eyes{--fa:"\e485"}.fa-fort{--fa:"\e486"}.fa-home-blank,.fa-house-blank{--fa:"\e487"}.fa-square-kanban{--fa:"\e488"}.fa-square-list{--fa:"\e489"}.fa-nigiri,.fa-sushi{--fa:"\e48a"}.fa-maki-roll,.fa-makizushi,.fa-sushi-roll{--fa:"\e48b"}.fa-album-circle-plus{--fa:"\e48c"}.fa-album-circle-user{--fa:"\e48d"}.fa-album-collection-circle-plus{--fa:"\e48e"}.fa-album-collection-circle-user{--fa:"\e48f"}.fa-bug-slash{--fa:"\e490"}.fa-cloud-exclamation{--fa:"\e491"}.fa-cloud-question{--fa:"\e492"}.fa-file-circle-info{--fa:"\e493"}.fa-file-circle-plus{--fa:"\e494"}.fa-frame{--fa:"\e495"}.fa-gauge-circle-bolt{--fa:"\e496"}.fa-gauge-circle-minus{--fa:"\e497"}.fa-gauge-circle-plus{--fa:"\e498"}.fa-memo-circle-info{--fa:"\e49a"}.fa-object-exclude{--fa:"\e49c"}.fa-object-intersect{--fa:"\e49d"}.fa-object-subtract{--fa:"\e49e"}.fa-object-union{--fa:"\e49f"}.fa-pen-nib-slash{--fa:"\e4a1"}.fa-rectangle-history{--fa:"\e4a2"}.fa-rectangle-history-circle-plus{--fa:"\e4a3"}.fa-rectangle-history-circle-user{--fa:"\e4a4"}.fa-shop-lock{--fa:"\e4a5"}.fa-store-lock{--fa:"\e4a6"}.fa-user-robot-xmarks{--fa:"\e4a7"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-to-arc{--fa:"\e4ae"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-from-arc{--fa:"\e4b1"}.fa-arrow-right-to-arc{--fa:"\e4b2"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-arc{--fa:"\e4b4"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-suspension{--fa:"\e4cd"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-cards-blank{--fa:"\e4df"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-down-to-bracket{--fa:"\e4e7"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hexagon-image{--fa:"\e504"}.fa-hexagon-vertical-nft,.fa-hexagon-vertical-nft-slanted{--fa:"\e505"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-merge{--fa:"\e526"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-shield-quartered{--fa:"\e575"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trillium{--fa:"\e588"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-up-from-bracket{--fa:"\e590"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-xmark-large{--fa:"\e59b"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-plus-large{--fa:"\e59e"}.fa-crosshairs-simple{--fa:"\e59f"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-gamepad-alt,.fa-gamepad-modern{--fa:"\e5a2"}.fa-grill{--fa:"\e5a3"}.fa-grill-fire{--fa:"\e5a4"}.fa-grill-hot{--fa:"\e5a5"}.fa-lightbulb-cfl{--fa:"\e5a6"}.fa-lightbulb-cfl-on{--fa:"\e5a7"}.fa-mouse-field{--fa:"\e5a8"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-ring-diamond{--fa:"\e5ab"}.fa-stapler{--fa:"\e5af"}.fa-toggle-large-off{--fa:"\e5b0"}.fa-toggle-large-on{--fa:"\e5b1"}.fa-toilet-paper-check{--fa:"\e5b2"}.fa-toilet-paper-xmark{--fa:"\e5b3"}.fa-train-tram{--fa:"\e5b4"}.fa-buoy{--fa:"\e5b5"}.fa-buoy-mooring{--fa:"\e5b6"}.fa-diamond-half{--fa:"\e5b7"}.fa-diamond-half-stroke{--fa:"\e5b8"}.fa-game-console-handheld-crank{--fa:"\e5b9"}.fa-interrobang{--fa:"\e5ba"}.fa-mailbox-flag-up{--fa:"\e5bb"}.fa-mustache{--fa:"\e5bc"}.fa-nose{--fa:"\e5bd"}.fa-phone-arrow-right{--fa:"\e5be"}.fa-pickaxe{--fa:"\e5bf"}.fa-prescription-bottle-pill{--fa:"\e5c0"}.fa-snowflake-droplets{--fa:"\e5c1"}.fa-square-dashed-circle-plus{--fa:"\e5c2"}.fa-tricycle{--fa:"\e5c3"}.fa-tricycle-adult{--fa:"\e5c4"}.fa-user-magnifying-glass{--fa:"\e5c5"}.fa-comment-heart{--fa:"\e5c8"}.fa-message-heart{--fa:"\e5c9"}.fa-pencil-mechanical{--fa:"\e5ca"}.fa-skeleton-ribs{--fa:"\e5cb"}.fa-billboard{--fa:"\e5cd"}.fa-circle-euro{--fa:"\e5ce"}.fa-circle-sterling{--fa:"\e5cf"}.fa-circle-yen{--fa:"\e5d0"}.fa-broom-wide{--fa:"\e5d1"}.fa-wreath-laurel{--fa:"\e5d2"}.fa-circle-quarter-stroke{--fa:"\e5d3"}.fa-circle-three-quarters-stroke{--fa:"\e5d4"}.fa-webhook{--fa:"\e5d5"}.fa-sparkle{--fa:"\e5d6"}.fa-chart-line-up-down{--fa:"\e5d7"}.fa-chart-mixed-up-circle-currency{--fa:"\e5d8"}.fa-chart-mixed-up-circle-dollar{--fa:"\e5d9"}.fa-grid-round{--fa:"\e5da"}.fa-grid-round-2{--fa:"\e5db"}.fa-grid-round-2-plus{--fa:"\e5dc"}.fa-grid-round-4{--fa:"\e5dd"}.fa-grid-round-5{--fa:"\e5de"}.fa-arrow-progress{--fa:"\e5df"}.fa-right-left-large{--fa:"\e5e1"}.fa-calendar-users{--fa:"\e5e2"}.fa-display-chart-up{--fa:"\e5e3"}.fa-display-chart-up-circle-currency{--fa:"\e5e5"}.fa-display-chart-up-circle-dollar{--fa:"\e5e6"}.fa-laptop-binary{--fa:"\e5e7"}.fa-gear-code{--fa:"\e5e8"}.fa-gear-complex{--fa:"\e5e9"}.fa-gear-complex-code{--fa:"\e5eb"}.fa-file-doc{--fa:"\e5ed"}.fa-file-zip{--fa:"\e5ee"}.fa-flask-gear{--fa:"\e5f1"}.fa-bag-seedling{--fa:"\e5f2"}.fa-bin-bottles{--fa:"\e5f5"}.fa-bin-bottles-recycle{--fa:"\e5f6"}.fa-bin-recycle{--fa:"\e5f7"}.fa-conveyor-belt-arm{--fa:"\e5f8"}.fa-jug-bottle{--fa:"\e5fb"}.fa-lightbulb-gear{--fa:"\e5fd"}.fa-dinosaur{--fa:"\e5fe"}.fa-person-running-fast{--fa:"\e5ff"}.fa-circles-overlap{--fa:"\e600"}.fa-cloud-binary{--fa:"\e601"}.fa-chf-sign{--fa:"\e602"}.fa-user-group-simple{--fa:"\e603"}.fa-chart-pie-simple-circle-currency{--fa:"\e604"}.fa-chart-pie-simple-circle-dollar{--fa:"\e605"}.fa-hat-beach{--fa:"\e606"}.fa-person-dress-fairy{--fa:"\e607"}.fa-person-fairy{--fa:"\e608"}.fa-swap{--fa:"\e609"}.fa-swap-arrows{--fa:"\e60a"}.fa-angles-up-down{--fa:"\e60d"}.fa-globe-pointer{--fa:"\e60e"}.fa-subtitles{--fa:"\e60f"}.fa-subtitles-slash{--fa:"\e610"}.fa-head-side-gear{--fa:"\e611"}.fa-lighthouse{--fa:"\e612"}.fa-raccoon{--fa:"\e613"}.fa-arrow-down-from-arc{--fa:"\e614"}.fa-arrow-left-from-arc{--fa:"\e615"}.fa-arrow-left-to-arc{--fa:"\e616"}.fa-arrow-up-to-arc{--fa:"\e617"}.fa-building-magnifying-glass{--fa:"\e61c"}.fa-building-memo{--fa:"\e61e"}.fa-hammer-brush{--fa:"\e620"}.fa-hand-holding-circle-dollar{--fa:"\e621"}.fa-landmark-magnifying-glass{--fa:"\e622"}.fa-sign-post{--fa:"\e624"}.fa-sign-posts{--fa:"\e625"}.fa-sign-posts-wrench{--fa:"\e626"}.fa-tent-double-peak{--fa:"\e627"}.fa-truck-utensils{--fa:"\e628"}.fa-t-rex{--fa:"\e629"}.fa-spinner-scale{--fa:"\e62a"}.fa-bell-ring{--fa:"\e62c"}.fa-arrows-rotate-reverse{--fa:"\e630"}.fa-rotate-reverse{--fa:"\e631"}.fa-arrow-turn-left{--fa:"\e632"}.fa-arrow-turn-left-down{--fa:"\e633"}.fa-arrow-turn-left-up{--fa:"\e634"}.fa-arrow-turn-right{--fa:"\e635"}.fa-turn-left{--fa:"\e636"}.fa-turn-left-down{--fa:"\e637"}.fa-turn-left-up{--fa:"\e638"}.fa-turn-right{--fa:"\e639"}.fa-location-arrow-up{--fa:"\e63a"}.fa-ticket-perforated{--fa:"\e63e"}.fa-tickets-perforated{--fa:"\e63f"}.fa-cannon{--fa:"\e642"}.fa-court-sport{--fa:"\e643"}.fa-file-eps{--fa:"\e644"}.fa-file-gif{--fa:"\e645"}.fa-file-jpg{--fa:"\e646"}.fa-file-mov{--fa:"\e647"}.fa-file-mp3{--fa:"\e648"}.fa-file-mp4{--fa:"\e649"}.fa-file-ppt{--fa:"\e64a"}.fa-file-svg{--fa:"\e64b"}.fa-file-vector{--fa:"\e64c"}.fa-file-xls{--fa:"\e64d"}.fa-folder-check{--fa:"\e64e"}.fa-chart-kanban{--fa:"\e64f"}.fa-bag-shopping-minus{--fa:"\e650"}.fa-bag-shopping-plus{--fa:"\e651"}.fa-basket-shopping-minus{--fa:"\e652"}.fa-basket-shopping-plus{--fa:"\e653"}.fa-file-xml{--fa:"\e654"}.fa-bulldozer{--fa:"\e655"}.fa-excavator{--fa:"\e656"}.fa-truck-ladder{--fa:"\e657"}.fa-tickets{--fa:"\e658"}.fa-tickets-simple{--fa:"\e659"}.fa-truck-fire{--fa:"\e65a"}.fa-wave{--fa:"\e65b"}.fa-waves-sine{--fa:"\e65d"}.fa-magnifying-glass-arrows-rotate{--fa:"\e65e"}.fa-magnifying-glass-music{--fa:"\e65f"}.fa-magnifying-glass-play{--fa:"\e660"}.fa-magnifying-glass-waveform{--fa:"\e661"}.fa-music-magnifying-glass{--fa:"\e662"}.fa-reflect-horizontal{--fa:"\e664"}.fa-reflect-vertical{--fa:"\e665"}.fa-file-png{--fa:"\e666"}.fa-arrow-down-from-bracket{--fa:"\e667"}.fa-arrow-left-from-bracket{--fa:"\e668"}.fa-arrow-left-to-bracket{--fa:"\e669"}.fa-arrow-up-to-bracket{--fa:"\e66a"}.fa-down-from-bracket{--fa:"\e66b"}.fa-left-from-bracket{--fa:"\e66c"}.fa-left-to-bracket{--fa:"\e66d"}.fa-up-to-bracket{--fa:"\e66e"}.fa-reflect-both{--fa:"\e66f"}.fa-file-cad{--fa:"\e672"}.fa-bottle-baby{--fa:"\e673"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-lock{--fa:"\e679"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-circle-wifi{--fa:"\e67d"}.fa-circle-wifi-circle-wifi,.fa-circle-wifi-group{--fa:"\e67e"}.fa-circle-gf{--fa:"\e67f"}.fa-ant{--fa:"\e680"}.fa-caduceus{--fa:"\e681"}.fa-globe-wifi{--fa:"\e685"}.fa-hydra{--fa:"\e686"}.fa-lightbulb-message{--fa:"\e687"}.fa-octopus{--fa:"\e688"}.fa-user-beard-bolt{--fa:"\e689"}.fa-user-hoodie{--fa:"\e68a"}.fa-diamonds-4{--fa:"\e68b"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-table-cells-column-unlock{--fa:"\e690"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-table-cells-unlock{--fa:"\e692"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-car-people,.fa-carpool{--fa:"\e69c"}.fa-chart-sine{--fa:"\e69d"}.fa-chart-fft{--fa:"\e69e"}.fa-circles-overlap-3,.fa-pronoun{--fa:"\e6a1"}.fa-bar-progress{--fa:"\e6a4"}.fa-bar-progress-empty{--fa:"\e6a5"}.fa-bar-progress-full{--fa:"\e6a6"}.fa-bar-progress-half{--fa:"\e6a7"}.fa-bar-progress-quarter{--fa:"\e6a8"}.fa-bar-progress-three-quarters{--fa:"\e6a9"}.fa-grid-2-minus{--fa:"\e6aa"}.fa-grid-round-2-minus{--fa:"\e6ab"}.fa-table-cells-columns{--fa:"\e6ac"}.fa-table-cells-header{--fa:"\e6ad"}.fa-table-cells-header-lock{--fa:"\e6ae"}.fa-table-cells-header-unlock{--fa:"\e6af"}.fa-table-cells-rows{--fa:"\e6b0"}.fa-circle-equals{--fa:"\e6b1"}.fa-hexagon-equals{--fa:"\e6b2"}.fa-octagon-equals{--fa:"\e6b3"}.fa-rectangle-minus{--fa:"\e6b4"}.fa-rectangle-plus{--fa:"\e6b5"}.fa-square-equals{--fa:"\e6b6"}.fa-arrow-down-long-to-line{--fa:"\e6b7"}.fa-arrow-left-arrow-right{--fa:"\e6b8"}.fa-arrow-left-from-dotted-line{--fa:"\e6b9"}.fa-arrow-left-to-dotted-line{--fa:"\e6ba"}.fa-arrow-right-from-dotted-line{--fa:"\e6bb"}.fa-arrow-right-to-dotted-line{--fa:"\e6bc"}.fa-arrow-up-long-to-line{--fa:"\e6bd"}.fa-direction-left-right{--fa:"\e6be"}.fa-direction-up-down{--fa:"\e6bf"}.fa-down-long-to-line{--fa:"\e6c0"}.fa-down-up{--fa:"\e6c1"}.fa-left-from-dotted-line{--fa:"\e6c2"}.fa-left-to-dotted-line{--fa:"\e6c3"}.fa-right-from-dotted-line{--fa:"\e6c4"}.fa-right-to-dotted-line{--fa:"\e6c5"}.fa-up-long-to-line{--fa:"\e6c6"}.fa-barn{--fa:"\e6c7"}.fa-circle-house{--fa:"\e6c8"}.fa-garage-empty{--fa:"\e6c9"}.fa-house-unlock{--fa:"\e6ca"}.fa-school-unlock{--fa:"\e6cb"}.fa-stadium{--fa:"\e6cc"}.fa-tent-circus{--fa:"\e6cd"}.fa-ball-yarn{--fa:"\e6ce"}.fa-bra{--fa:"\e6cf"}.fa-briefs{--fa:"\e6d0"}.fa-dress{--fa:"\e6d1"}.fa-jeans{--fa:"\e6d2"}.fa-jeans-straight{--fa:"\e6d3"}.fa-panties{--fa:"\e6d4"}.fa-pants{--fa:"\e6d5"}.fa-pants-straight{--fa:"\e6d6"}.fa-shirt-jersey{--fa:"\e6d7"}.fa-shoe{--fa:"\e6d8"}.fa-shorts{--fa:"\e6d9"}.fa-sneaker{--fa:"\e6da"}.fa-circle-share-nodes{--fa:"\e6db"}.fa-comment-dot{--fa:"\e6dc"}.fa-comment-waveform{--fa:"\e6dd"}.fa-envelope-circle-user{--fa:"\e6de"}.fa-message-dot{--fa:"\e6df"}.fa-message-waveform{--fa:"\e6e0"}.fa-phone-connection{--fa:"\e6e1"}.fa-phone-waveform{--fa:"\e6e2"}.fa-postage-stamp{--fa:"\e6e3"}.fa-circle-florin{--fa:"\e6e4"}.fa-circle-ruble{--fa:"\e6e5"}.fa-square-chf{--fa:"\e6e6"}.fa-square-lira{--fa:"\e6e7"}.fa-norwegian-krone-sign{--fa:"\e6e8"}.fa-circle-renminbi{--fa:"\e6e9"}.fa-square-peseta{--fa:"\e6ea"}.fa-circle-brazilian-real{--fa:"\e6eb"}.fa-circle-won{--fa:"\e6ec"}.fa-square-cruzeiro{--fa:"\e6ed"}.fa-circle-currency{--fa:"\e6ee"}.fa-circle-hryvnia{--fa:"\e6ef"}.fa-square-cent{--fa:"\e6f0"}.fa-square-brazilian-real{--fa:"\e6f1"}.fa-square-bitcoin{--fa:"\e6f2"}.fa-circle-peruvian-soles{--fa:"\e6f3"}.fa-circle-litecoin{--fa:"\e6f4"}.fa-square-indian-rupee{--fa:"\e6f5"}.fa-circle-lira{--fa:"\e6f6"}.fa-square-litecoin{--fa:"\e6f7"}.fa-square-ruble{--fa:"\e6f8"}.fa-circle-malaysian-ringgit{--fa:"\e6f9"}.fa-malaysian-ringgit-sign{--fa:"\e6fa"}.fa-circle-manat{--fa:"\e6fb"}.fa-circle-colon{--fa:"\e6fc"}.fa-circle-kip{--fa:"\e6fd"}.fa-australian-dollar-sign{--fa:"\e6fe"}.fa-circle-peso{--fa:"\e6ff"}.fa-circle-polish-zloty{--fa:"\e700"}.fa-circle-bangladeshi-taka{--fa:"\e701"}.fa-circle-mill{--fa:"\e702"}.fa-circle-shekel{--fa:"\e703"}.fa-square-manat{--fa:"\e704"}.fa-peruvian-soles-sign{--fa:"\e705"}.fa-circle-rupiah{--fa:"\e706"}.fa-square-norwegian-krone{--fa:"\e707"}.fa-square-naira{--fa:"\e708"}.fa-square-won{--fa:"\e709"}.fa-square-mill{--fa:"\e70a"}.fa-polish-zloty-sign{--fa:"\e70b"}.fa-square-currency{--fa:"\e70c"}.fa-square-kip{--fa:"\e70d"}.fa-square-guarani{--fa:"\e70e"}.fa-square-dong{--fa:"\e70f"}.fa-square-hryvnia{--fa:"\e710"}.fa-circle-tugrik{--fa:"\e711"}.fa-square-rupiah{--fa:"\e712"}.fa-square-sterling{--fa:"\e713"}.fa-circle-rupee{--fa:"\e714"}.fa-square-rupee{--fa:"\e715"}.fa-square-peruvian-soles{--fa:"\e716"}.fa-square-florin{--fa:"\e717"}.fa-square-australian-dollar{--fa:"\e718"}.fa-square-baht{--fa:"\e719"}.fa-square-peso{--fa:"\e71a"}.fa-circle-austral{--fa:"\e71b"}.fa-square-swedish-krona{--fa:"\e71c"}.fa-circle-lari{--fa:"\e71d"}.fa-circleapore-dollar{--fa:"\e71e"}.fa-square-turkish-lira{--fa:"\e71f"}.fa-danish-krone-sign{--fa:"\e720"}.fa-circle-franc{--fa:"\e721"}.fa-circle-cruzeiro{--fa:"\e722"}.fa-circle-dong{--fa:"\e723"}.fa-square-yen{--fa:"\e724"}.fa-circle-tenge{--fa:"\e725"}.fa-square-austral{--fa:"\e726"}.fa-square-eurozone{--fa:"\e727"}.fa-square-tugrik{--fa:"\e728"}.fa-square-cedi{--fa:"\e729"}.fa-circle-cent{--fa:"\e72a"}.fa-currency-sign{--fa:"\e72b"}.fa-circle-chf{--fa:"\e72c"}.fa-circle-baht{--fa:"\e72d"}.fa-signapore-dollar-sign{--fa:"\e72e"}.fa-square-franc{--fa:"\e72f"}.fa-circle-australian-dollar{--fa:"\e730"}.fa-square-tenge{--fa:"\e731"}.fa-square-euro{--fa:"\e732"}.fa-squareapore-dollar{--fa:"\e733"}.fa-circle-indian-rupee{--fa:"\e734"}.fa-square-shekel{--fa:"\e735"}.fa-square-polish-zloty{--fa:"\e736"}.fa-circle-bitcoin{--fa:"\e737"}.fa-circle-norwegian-krone{--fa:"\e738"}.fa-circle-turkish-lira{--fa:"\e739"}.fa-square-colon{--fa:"\e73a"}.fa-circle-guarani{--fa:"\e73b"}.fa-renminbi-sign{--fa:"\e73c"}.fa-square-renminbi{--fa:"\e73d"}.fa-swedish-krona-sign{--fa:"\e73e"}.fa-square-lari{--fa:"\e73f"}.fa-eurozone-sign{--fa:"\e740"}.fa-circle-peseta{--fa:"\e741"}.fa-circle-cedi{--fa:"\e742"}.fa-circle-swedish-krona{--fa:"\e743"}.fa-square-bangladeshi-taka{--fa:"\e744"}.fa-circle-eurozone{--fa:"\e745"}.fa-circle-danish-krone{--fa:"\e746"}.fa-square-danish-krone{--fa:"\e747"}.fa-square-malaysian-ringgit{--fa:"\e748"}.fa-circle-naira{--fa:"\e749"}.fa-mobile-arrow-down{--fa:"\e74b"}.fa-clone-plus{--fa:"\e74c"}.fa-paintbrush-fine-slash{--fa:"\e74d"}.fa-paintbrush-slash{--fa:"\e74e"}.fa-pencil-line{--fa:"\e74f"}.fa-slider-circle{--fa:"\e750"}.fa-thumbtack-angle{--fa:"\e751"}.fa-thumbtack-angle-slash{--fa:"\e752"}.fa-book-open-lines{--fa:"\e753"}.fa-book-spine{--fa:"\e754"}.fa-bookmark-plus{--fa:"\e755"}.fa-clipboard-clock{--fa:"\e756"}.fa-clipboard-exclamation{--fa:"\e757"}.fa-file-ban{--fa:"\e758"}.fa-notes-sticky{--fa:"\e759"}.fa-capsule{--fa:"\e75a"}.fa-ear-circle-checkmark{--fa:"\e75b"}.fa-ear-triangle-exclamation{--fa:"\e75c"}.fa-ear-waveform{--fa:"\e75d"}.fa-head-side-circuit{--fa:"\e75e"}.fa-head-side-speak{--fa:"\e75f"}.fa-microphone-signal-meter{--fa:"\e760"}.fa-spine{--fa:"\e761"}.fa-vial-vertical{--fa:"\e762"}.fa-bin{--fa:"\e763"}.fa-seat{--fa:"\e764"}.fa-seats{--fa:"\e765"}.fa-camera-circle-ellipsis{--fa:"\e766"}.fa-camera-clock{--fa:"\e767"}.fa-camera-shutter{--fa:"\e768"}.fa-film-music{--fa:"\e769"}.fa-film-stack{--fa:"\e76b"}.fa-image-circle-arrow-down{--fa:"\e76c"}.fa-image-circle-check{--fa:"\e76d"}.fa-image-circle-plus{--fa:"\e76e"}.fa-image-circle-xmark{--fa:"\e76f"}.fa-image-music{--fa:"\e770"}.fa-image-stack{--fa:"\e771"}.fa-rectangle-4k{--fa:"\e772"}.fa-rectangle-hdr,.fa-rectangle-high-dynamic-range{--fa:"\e773"}.fa-rectangle-video-on-demand{--fa:"\e774"}.fa-user-viewfinder{--fa:"\e775"}.fa-video-down-to-line{--fa:"\e776"}.fa-video-question{--fa:"\e777"}.fa-gas-pump-left{--fa:"\e778"}.fa-gas-pump-right{--fa:"\e779"}.fa-location-arrow-slash{--fa:"\e77a"}.fa-airplay-audio{--fa:"\e77b"}.fa-headphones-slash{--fa:"\e77c"}.fa-microphone-circle-plus{--fa:"\e77d"}.fa-microphone-circle-xmark{--fa:"\e77e"}.fa-open-captioning{--fa:"\e77f"}.fa-play-flip{--fa:"\e780"}.fa-square-microphone{--fa:"\e781"}.fa-trombone{--fa:"\e782"}.fa-person-arms-raised{--fa:"\e783"}.fa-person-basketball{--fa:"\e784"}.fa-person-carry-empty{--fa:"\e785"}.fa-person-golfing{--fa:"\e786"}.fa-person-limbs-wide{--fa:"\e787"}.fa-person-seat-window{--fa:"\e788"}.fa-person-soccer{--fa:"\e789"}.fa-person-swimming-pool{--fa:"\e78a"}.fa-person-swimming-water{--fa:"\e78b"}.fa-person-water-arms-raised{--fa:"\e78c"}.fa-person-waving{--fa:"\e78d"}.fa-heart-slash{--fa:"\e78e"}.fa-hearts{--fa:"\e78f"}.fa-pentagon{--fa:"\e790"}.fa-rectangle-tall{--fa:"\e791"}.fa-square-half{--fa:"\e792"}.fa-square-half-stroke{--fa:"\e793"}.fa-box-arrow-down{--fa:"\e794"}.fa-box-arrow-down-arrow-up{--fa:"\e795"}.fa-box-arrow-down-magnifying-glass{--fa:"\e796"}.fa-box-isometric{--fa:"\e797"}.fa-box-isometric-tape{--fa:"\e798"}.fa-qrcode-read{--fa:"\e799"}.fa-shop-24{--fa:"\e79a"}.fa-store-24{--fa:"\e79b"}.fa-face-shaking{--fa:"\e79c"}.fa-face-shaking-horizontal{--fa:"\e79d"}.fa-face-shaking-vertical{--fa:"\e79e"}.fa-circle-user-circle-check{--fa:"\e79f"}.fa-circle-user-circle-exclamation{--fa:"\e7a0"}.fa-circle-user-circle-minus{--fa:"\e7a1"}.fa-circle-user-circle-moon{--fa:"\e7a2"}.fa-circle-user-circle-plus{--fa:"\e7a3"}.fa-circle-user-circle-question{--fa:"\e7a4"}.fa-circle-user-circle-user{--fa:"\e7a5"}.fa-circle-user-circle-xmark{--fa:"\e7a6"}.fa-circle-user-clock{--fa:"\e7a7"}.fa-user-beard{--fa:"\e7a8"}.fa-user-chef-hair-long{--fa:"\e7a9"}.fa-user-circle-minus{--fa:"\e7aa"}.fa-user-circle-plus{--fa:"\e7ab"}.fa-user-dashed{--fa:"\e7ac"}.fa-user-doctor-hair-mullet{--fa:"\e7ad"}.fa-user-hat-tie{--fa:"\e7ae"}.fa-user-hat-tie-magnifying-glass{--fa:"\e7af"}.fa-user-key{--fa:"\e7b0"}.fa-user-message{--fa:"\e7b1"}.fa-user-microphone{--fa:"\e7b2"}.fa-user-pilot-hair-long{--fa:"\e7b3"}.fa-user-pilot-tie-hair-long{--fa:"\e7b4"}.fa-user-police-hair-long{--fa:"\e7b5"}.fa-user-police-tie-hair-long{--fa:"\e7b6"}.fa-user-question{--fa:"\e7b7"}.fa-user-sith{--fa:"\e7b8"}.fa-user-tie-hair-mullet{--fa:"\e7b9"}.fa-user-vneck-hair-mullet{--fa:"\e7ba"}.fa-plane-flying{--fa:"\e7bb"}.fa-plane-landing-gear{--fa:"\e7bc"}.fa-rocket-vertical{--fa:"\e7bd"}.fa-seat-airline-window{--fa:"\e7be"}.fa-shuttle-space-vertical{--fa:"\e7bf"}.fa-car-key{--fa:"\e7c0"}.fa-car-siren{--fa:"\e7c1"}.fa-car-siren-on{--fa:"\e7c2"}.fa-scooter{--fa:"\e7c3"}.fa-snowmobile-blank{--fa:"\e7c4"}.fa-stair-car{--fa:"\e7c5"}.fa-truck-suv{--fa:"\e7c6"}.fa-unicycle{--fa:"\e7c7"}.fa-van{--fa:"\e7c8"}.fa-moon-star{--fa:"\e7c9"}.fa-rainbow-half{--fa:"\e7ca"}.fa-temperature-slash{--fa:"\e7cb"}.fa-dialpad,.fa-numpad{--fa:"\e7cc"}.fa-computer-mouse-button-left{--fa:"\e7cd"}.fa-computer-mouse-button-right{--fa:"\e7ce"}.fa-dot{--fa:"\e7d1"}.fa-folder-arrow-left{--fa:"\e7d2"}.fa-folder-arrow-right{--fa:"\e7d3"}.fa-wireless{--fa:"\e7df"}.fa-circle-moon{--fa:"\e7e0"}.fa-person-meditating{--fa:"\e7e1"}.fa-baseball-bat{--fa:"\e7e5"}.fa-hockey-stick{--fa:"\e7e6"}.fa-arrow-u-turn-down-left{--fa:"\e7e7"}.fa-arrow-u-turn-down-right{--fa:"\e7e8"}.fa-arrow-u-turn-left-down{--fa:"\e7e9"}.fa-arrow-u-turn-left-up{--fa:"\e7ea"}.fa-arrow-u-turn-right-down{--fa:"\e7eb"}.fa-arrow-u-turn-right-up{--fa:"\e7ec"}.fa-arrow-u-turn-up-left{--fa:"\e7ed"}.fa-arrow-u-turn-up-right{--fa:"\e7ee"}.fa-u-turn-down-left{--fa:"\e7ef"}.fa-u-turn-down-right{--fa:"\e7f0"}.fa-u-turn,.fa-u-turn-left-down{--fa:"\e7f1"}.fa-u-turn-left-up{--fa:"\e7f2"}.fa-u-turn-right-down{--fa:"\e7f3"}.fa-u-turn-right-up{--fa:"\e7f4"}.fa-u-turn-up-left{--fa:"\e7f5"}.fa-u-turn-up-right{--fa:"\e7f6"}.fa-triple-chevrons-down{--fa:"\e7f7"}.fa-triple-chevrons-left{--fa:"\e7f8"}.fa-triple-chevrons-right{--fa:"\e7f9"}.fa-triple-chevrons-up{--fa:"\e7fa"}.fa-file-aiff{--fa:"\e7fb"}.fa-file-odf{--fa:"\e7fc"}.fa-file-tex{--fa:"\e7fd"}.fa-file-wav{--fa:"\e7fe"}.fa-droplet-plus{--fa:"\e800"}.fa-hand-holding-star{--fa:"\e801"}.fa-transmission{--fa:"\e802"}.fa-alarm-minus{--fa:"\e803"}.fa-file-brackets-curly{--fa:"\e804"}.fa-file-midi{--fa:"\e805"}.fa-midi{--fa:"\e806"}.fa-non-binary{--fa:"\e807"}.fa-rectangle-beta{--fa:"\e808"}.fa-shield-user{--fa:"\e809"}.fa-spiral{--fa:"\e80a"}.fa-picture-in-picture{--fa:"\e80b"}.fa-circle-half-horizontal{--fa:"\e80c"}.fa-circle-half-stroke-horizontal{--fa:"\e80d"}.fa-square-half-horizontal{--fa:"\e80e"}.fa-square-half-stroke-horizontal{--fa:"\e80f"}.fa-ship-large{--fa:"\e810"}.fa-butterfly{--fa:"\e811"}.fa-mobile-rotate{--fa:"\e813"}.fa-mobile-rotate-reverse{--fa:"\e814"}.fa-mobile-slash{--fa:"\e815"}.fa-mobile-vibrate{--fa:"\e816"}.fa-mobile-vibrate-slash{--fa:"\e817"}.fa-almost-equal-to{--fa:"\e818"}.fa-sneaker-running{--fa:"\e819"}.fa-horseshoe{--fa:"\e81a"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-bus-stop{--fa:"\e81e"}.fa-train-stop{--fa:"\e81f"}.fa-heptagon,.fa-septagon{--fa:"\e820"}.fa-mailbox-open-empty{--fa:"\e821"}.fa-mailbox-open-letter{--fa:"\e823"}.fa-lychee{--fa:"\e824"}.fa-tank-recovery{--fa:"\e825"}.fa-transducer{--fa:"\e826"}.fa-box-arrow-up{--fa:"\e827"}.fa-box-magnifying-glass{--fa:"\e828"}.fa-envelope-certificate,.fa-envelope-ribbon{--fa:"\e829"}.fa-water-temp,.fa-water-temperature{--fa:"\e82a"}.fa-aeropress{--fa:"\e82b"}.fa-caret-large-down{--fa:"\e82c"}.fa-caret-large-left{--fa:"\e82d"}.fa-caret-large-right{--fa:"\e82e"}.fa-caret-large-up{--fa:"\e82f"}.fa-chemex{--fa:"\e830"}.fa-hand-shaka{--fa:"\e831"}.fa-kettlebell{--fa:"\e832"}.fa-foot-wing{--fa:"\e834"}.fa-pump-impeller{--fa:"\e835"}.fa-arrow-rotate-left-10{--fa:"\e836"}.fa-arrow-rotate-right-10{--fa:"\e837"}.fa-arrow-archery{--fa:"\e839"}.fa-bow-archery{--fa:"\e83a"}.fa-eye-closed{--fa:"\e83b"}.fa-file-css{--fa:"\e83c"}.fa-file-html{--fa:"\e83d"}.fa-file-js{--fa:"\e83e"}.fa-layer{--fa:"\e83f"}.fa-file-icns{--fa:"\e841"}.fa-link-broken{--fa:"\e842"}.fa-gpu{--fa:"\e843"}.fa-aquarius{--fa:"\e845"}.fa-aries{--fa:"\e846"}.fa-cancer{--fa:"\e847"}.fa-capricorn{--fa:"\e848"}.fa-gemini{--fa:"\e849"}.fa-leo{--fa:"\e84a"}.fa-libra{--fa:"\e84b"}.fa-pisces{--fa:"\e84c"}.fa-sagittarius{--fa:"\e84d"}.fa-scorpio{--fa:"\e84e"}.fa-taurus{--fa:"\e84f"}.fa-virgo{--fa:"\e850"}.fa-bicep{--fa:"\e862"}.fa-rectangle-irc{--fa:"\e86c"}.fa-moon-first-quarter,.fa-moon-last-quarter-inverse{--fa:"\e870"}.fa-moon-full,.fa-moon-new-inverse{--fa:"\e871"}.fa-moon-first-quarter-inverse,.fa-moon-last-quarter{--fa:"\e872"}.fa-moon-full-inverse,.fa-moon-new{--fa:"\e873"}.fa-moon-waning-crescent,.fa-moon-waxing-gibbous-inverse{--fa:"\e874"}.fa-moon-waning-gibbous,.fa-moon-waxing-crescent-inverse{--fa:"\e875"}.fa-moon-waning-gibbous-inverse,.fa-moon-waxing-crescent{--fa:"\e876"}.fa-moon-waning-crescent-inverse,.fa-moon-waxing-gibbous{--fa:"\e877"}.fa-burst-new{--fa:"\e878"}.fa-rectangle-new{--fa:"\e87a"}.fa-opossum,.fa-possum{--fa:"\e87c"}.fa-input-password{--fa:"\e87d"}.fa-desk{--fa:"\e87e"}.fa-dresser{--fa:"\e87f"}.fa-stool{--fa:"\e880"}.fa-wardrobe{--fa:"\e881"}.fa-table-dining{--fa:"\e882"}.fa-chest-drawers{--fa:"\e883"}.fa-oar{--fa:"\e884"}.fa-oars{--fa:"\e885"}.fa-arrow-rotate-left-15{--fa:"\e886"}.fa-arrow-rotate-left-30{--fa:"\e887"}.fa-arrow-rotate-right-15{--fa:"\e888"}.fa-arrow-rotate-right-30{--fa:"\e889"}.fa-rows-3{--fa:"\e88b"}.fa-table-cells-merge{--fa:"\e88c"}.fa-table-cells-split{--fa:"\e88d"}.fa-table-columns-add-after{--fa:"\e88e"}.fa-table-columns-add-before{--fa:"\e88f"}.fa-table-columns-merge-next{--fa:"\e890"}.fa-table-columns-merge-previous{--fa:"\e891"}.fa-table-columns-remove-after{--fa:"\e892"}.fa-table-columns-remove-before{--fa:"\e893"}.fa-table-rows-add-above{--fa:"\e894"}.fa-table-rows-add-below{--fa:"\e895"}.fa-table-rows-merge-next{--fa:"\e896"}.fa-table-rows-merge-previous{--fa:"\e897"}.fa-table-rows-remove-above{--fa:"\e898"}.fa-table-rows-remove-below{--fa:"\e899"}.fa-table-slash{--fa:"\e89a"}.fa-kayak{--fa:"\e89b"}.fa-canoe-person{--fa:"\e89c"}.fa-utility-can{--fa:"\e89d"}.fa-table-bar{--fa:"\e89e"}.fa-owl{--fa:"\e89f"}.fa-rectangle-api{--fa:"\e8a0"}.fa-nas{--fa:"\e8a1"}.fa-poker-chip{--fa:"\e8a2"}.fa-tower-receive{--fa:"\e8a3"}.fa-gear-api{--fa:"\e8a4"}.fa-gear-complex-api{--fa:"\e8a5"}.fa-globe-www{--fa:"\e8a6"}.fa-label{--fa:"\e8a7"}.fa-rectangle-n-a{--fa:"\e8a8"}.fa-remote{--fa:"\e8a9"}.fa-image-broken{--fa:"\e8aa"}.fa-envelope-heart{--fa:"\e8af"}.fa-meerkat,.fa-suricata,.fa-suricate,.fa-suricatta{--fa:"\e8c4"}.fa-file-md{--fa:"\e8c5"}.fa-file-txt{--fa:"\e8c6"}.fa-cricket-bat{--fa:"\e8c8"}.fa-field-hockey-stick{--fa:"\e8c9"}.fa-padel{--fa:"\e8ca"}.fa-padel-ball{--fa:"\e8cb"}.fa-table-tennis-paddle{--fa:"\e8cc"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\f008"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-male,.fa-person{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-watch{--fa:"\f2e1"}.fa-volume-slash{--fa:"\f2e2"}.fa-fork,.fa-utensil-fork{--fa:"\f2e3"}.fa-knife,.fa-utensil-knife{--fa:"\f2e4"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-fork-knife,.fa-utensils-alt{--fa:"\f2e6"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-circle-dollar,.fa-dollar-circle,.fa-usd-circle{--fa:"\f2e8"}.fa-dollar-square,.fa-square-dollar,.fa-usd-square{--fa:"\f2e9"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-trophy-alt,.fa-trophy-star{--fa:"\f2eb"}.fa-triangle{--fa:"\f2ec"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-hexagon-xmark,.fa-times-hexagon,.fa-xmark-hexagon{--fa:"\f2ee"}.fa-octagon-xmark,.fa-times-octagon,.fa-xmark-octagon{--fa:"\f2f0"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-star-exclamation{--fa:"\f2f3"}.fa-spade{--fa:"\f2f4"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-shield-check{--fa:"\f2f7"}.fa-scrubber{--fa:"\f2f8"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-rectangle,.fa-rectangle-landscape{--fa:"\f2fa"}.fa-rectangle-portrait,.fa-rectangle-vertical{--fa:"\f2fb"}.fa-rectangle-wide{--fa:"\f2fc"}.fa-question-square,.fa-square-question{--fa:"\f2fd"}.fa-poo{--fa:"\f2fe"}.fa-hexagon-plus,.fa-plus-hexagon{--fa:"\f300"}.fa-octagon-plus,.fa-plus-octagon{--fa:"\f301"}.fa-images{--fa:"\f302"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-hexagon-minus,.fa-minus-hexagon{--fa:"\f307"}.fa-minus-octagon,.fa-octagon-minus{--fa:"\f308"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-lock-alt,.fa-lock-keyhole{--fa:"\f30d"}.fa-jack-o-lantern{--fa:"\f30e"}.fa-info-square,.fa-square-info{--fa:"\f30f"}.fa-inbox-arrow-down,.fa-inbox-in{--fa:"\f310"}.fa-inbox-arrow-up,.fa-inbox-out{--fa:"\f311"}.fa-hexagon{--fa:"\f312"}.fa-h1{--fa:"\f313"}.fa-h2{--fa:"\f314"}.fa-h3{--fa:"\f315"}.fa-file-check{--fa:"\f316"}.fa-file-times,.fa-file-xmark{--fa:"\f317"}.fa-file-minus{--fa:"\f318"}.fa-file-plus{--fa:"\f319"}.fa-file-exclamation{--fa:"\f31a"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-arrows-maximize,.fa-expand-arrows{--fa:"\f31d"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-expand-wide{--fa:"\f320"}.fa-exclamation-square,.fa-square-exclamation{--fa:"\f321"}.fa-chevron-double-down,.fa-chevrons-down{--fa:"\f322"}.fa-chevron-double-left,.fa-chevrons-left{--fa:"\f323"}.fa-chevron-double-right,.fa-chevrons-right{--fa:"\f324"}.fa-chevron-double-up,.fa-chevrons-up{--fa:"\f325"}.fa-compress-wide{--fa:"\f326"}.fa-club{--fa:"\f327"}.fa-clipboard{--fa:"\f328"}.fa-chevron-square-down,.fa-square-chevron-down{--fa:"\f329"}.fa-chevron-square-left,.fa-square-chevron-left{--fa:"\f32a"}.fa-chevron-square-right,.fa-square-chevron-right{--fa:"\f32b"}.fa-chevron-square-up,.fa-square-chevron-up{--fa:"\f32c"}.fa-caret-circle-down,.fa-circle-caret-down{--fa:"\f32d"}.fa-caret-circle-left,.fa-circle-caret-left{--fa:"\f32e"}.fa-caret-circle-right,.fa-circle-caret-right{--fa:"\f330"}.fa-caret-circle-up,.fa-circle-caret-up{--fa:"\f331"}.fa-calendar-edit,.fa-calendar-pen{--fa:"\f333"}.fa-calendar-exclamation{--fa:"\f334"}.fa-badge{--fa:"\f335"}.fa-badge-check{--fa:"\f336"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-arrow-square-down,.fa-square-arrow-down{--fa:"\f339"}.fa-arrow-square-left,.fa-square-arrow-left{--fa:"\f33a"}.fa-arrow-square-right,.fa-square-arrow-right{--fa:"\f33b"}.fa-arrow-square-up,.fa-square-arrow-up{--fa:"\f33c"}.fa-arrow-down-to-line,.fa-arrow-to-bottom{--fa:"\f33d"}.fa-arrow-left-to-line,.fa-arrow-to-left{--fa:"\f33e"}.fa-arrow-right-to-line,.fa-arrow-to-right{--fa:"\f340"}.fa-arrow-to-top,.fa-arrow-up-to-line{--fa:"\f341"}.fa-arrow-from-bottom,.fa-arrow-up-from-line{--fa:"\f342"}.fa-arrow-from-left,.fa-arrow-right-from-line{--fa:"\f343"}.fa-arrow-from-right,.fa-arrow-left-from-line{--fa:"\f344"}.fa-arrow-down-from-line,.fa-arrow-from-top{--fa:"\f345"}.fa-arrow-alt-from-bottom,.fa-up-from-line{--fa:"\f346"}.fa-arrow-alt-from-left,.fa-right-from-line{--fa:"\f347"}.fa-arrow-alt-from-right,.fa-left-from-line{--fa:"\f348"}.fa-arrow-alt-from-top,.fa-down-from-line{--fa:"\f349"}.fa-arrow-alt-to-bottom,.fa-down-to-line{--fa:"\f34a"}.fa-arrow-alt-to-left,.fa-left-to-line{--fa:"\f34b"}.fa-arrow-alt-to-right,.fa-right-to-line{--fa:"\f34c"}.fa-arrow-alt-to-top,.fa-up-to-line{--fa:"\f34d"}.fa-alarm-clock{--fa:"\f34e"}.fa-arrow-alt-square-down,.fa-square-down{--fa:"\f350"}.fa-arrow-alt-square-left,.fa-square-left{--fa:"\f351"}.fa-arrow-alt-square-right,.fa-square-right{--fa:"\f352"}.fa-arrow-alt-square-up,.fa-square-up{--fa:"\f353"}.fa-arrow-alt-down,.fa-down{--fa:"\f354"}.fa-arrow-alt-left,.fa-left{--fa:"\f355"}.fa-arrow-alt-right,.fa-right{--fa:"\f356"}.fa-arrow-alt-up,.fa-up{--fa:"\f357"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-arrows-retweet,.fa-retweet-alt{--fa:"\f361"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-arrows-repeat,.fa-repeat-alt{--fa:"\f364"}.fa-repeat-1{--fa:"\f365"}.fa-arrows-repeat-1,.fa-repeat-1-alt{--fa:"\f366"}.fa-share-all{--fa:"\f367"}.fa-battery-bolt{--fa:"\f376"}.fa-battery-slash{--fa:"\f377"}.fa-browser{--fa:"\f37e"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-credit-card-blank{--fa:"\f389"}.fa-credit-card-front{--fa:"\f38a"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-ellipsis-h-alt,.fa-ellipsis-stroke{--fa:"\f39b"}.fa-ellipsis-stroke-vertical,.fa-ellipsis-v-alt{--fa:"\f39c"}.fa-gem{--fa:"\f3a5"}.fa-industry-alt,.fa-industry-windows{--fa:"\f3b3"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-lock-keyhole-open,.fa-lock-open-alt{--fa:"\f3c2"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-plane-alt,.fa-plane-engines{--fa:"\f3de"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-sliders-h-square,.fa-square-sliders{--fa:"\f3f0"}.fa-sliders-up,.fa-sliders-v{--fa:"\f3f1"}.fa-sliders-v-square,.fa-square-sliders-vertical{--fa:"\f3f2"}.fa-spinner-third{--fa:"\f3f4"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-tablet-android-alt,.fa-tablet-screen{--fa:"\f3fc"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-tree-alt,.fa-tree-deciduous{--fa:"\f400"}.fa-tv-retro{--fa:"\f401"}.fa-window{--fa:"\f40e"}.fa-window-alt,.fa-window-flip{--fa:"\f40f"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-basketball-hoop{--fa:"\f435"}.fa-bowling-ball{--fa:"\f436"}.fa-bowling-pins{--fa:"\f437"}.fa-boxing-glove,.fa-glove-boxing{--fa:"\f438"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-bishop-alt,.fa-chess-bishop-piece{--fa:"\f43b"}.fa-chess-board{--fa:"\f43c"}.fa-chess-clock{--fa:"\f43d"}.fa-chess-clock-alt,.fa-chess-clock-flip{--fa:"\f43e"}.fa-chess-king{--fa:"\f43f"}.fa-chess-king-alt,.fa-chess-king-piece{--fa:"\f440"}.fa-chess-knight{--fa:"\f441"}.fa-chess-knight-alt,.fa-chess-knight-piece{--fa:"\f442"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-pawn-alt,.fa-chess-pawn-piece{--fa:"\f444"}.fa-chess-queen{--fa:"\f445"}.fa-chess-queen-alt,.fa-chess-queen-piece{--fa:"\f446"}.fa-chess-rook{--fa:"\f447"}.fa-chess-rook-alt,.fa-chess-rook-piece{--fa:"\f448"}.fa-cricket,.fa-cricket-bat-ball{--fa:"\f449"}.fa-curling,.fa-curling-stone{--fa:"\f44a"}.fa-dumbbell{--fa:"\f44b"}.fa-field-hockey,.fa-field-hockey-stick-ball{--fa:"\f44c"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-football-helmet{--fa:"\f44f"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-golf-club{--fa:"\f451"}.fa-hockey-puck{--fa:"\f453"}.fa-hockey-sticks{--fa:"\f454"}.fa-luchador,.fa-luchador-mask,.fa-mask-luchador{--fa:"\f455"}.fa-flag-pennant,.fa-pennant{--fa:"\f456"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-racquet{--fa:"\f45a"}.fa-shuttlecock{--fa:"\f45b"}.fa-square-full{--fa:"\f45c"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-tennis-ball{--fa:"\f45e"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-whistle{--fa:"\f460"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-barcode-alt,.fa-rectangle-barcode{--fa:"\f463"}.fa-barcode-read{--fa:"\f464"}.fa-barcode-scan{--fa:"\f465"}.fa-box{--fa:"\f466"}.fa-box-check{--fa:"\f467"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-conveyor-belt{--fa:"\f46e"}.fa-conveyor-belt-alt,.fa-conveyor-belt-boxes{--fa:"\f46f"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-dolly-empty{--fa:"\f473"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-cart-flatbed-boxes,.fa-dolly-flatbed-alt{--fa:"\f475"}.fa-cart-flatbed-empty,.fa-dolly-flatbed-empty{--fa:"\f476"}.fa-file-medical{--fa:"\f477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-forklift{--fa:"\f47a"}.fa-hand-holding-box{--fa:"\f47b"}.fa-hand-receiving,.fa-hands-holding-diamond{--fa:"\f47c"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-inventory,.fa-shelves{--fa:"\f480"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-palette-boxes,.fa-pallet-alt,.fa-pallet-boxes{--fa:"\f483"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-scanner,.fa-scanner-gun{--fa:"\f488"}.fa-scanner-keyboard{--fa:"\f489"}.fa-scanner-touchscreen{--fa:"\f48a"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-shipping-timed,.fa-truck-clock{--fa:"\f48c"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablet-rugged{--fa:"\f48f"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-warehouse-alt,.fa-warehouse-full{--fa:"\f495"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-blanket{--fa:"\f498"}.fa-book-heart{--fa:"\f499"}.fa-box-alt,.fa-box-taped{--fa:"\f49a"}.fa-box-fragile,.fa-square-fragile,.fa-square-wine-glass-crack{--fa:"\f49b"}.fa-box-full,.fa-box-open-full{--fa:"\f49c"}.fa-box-heart{--fa:"\f49d"}.fa-box-open{--fa:"\f49e"}.fa-box-up,.fa-square-this-way-up{--fa:"\f49f"}.fa-box-dollar,.fa-box-usd{--fa:"\f4a0"}.fa-comment-alt-check,.fa-message-check{--fa:"\f4a2"}.fa-comment-alt-dots,.fa-message-dots,.fa-messaging{--fa:"\f4a3"}.fa-comment-alt-edit,.fa-message-edit,.fa-message-pen{--fa:"\f4a4"}.fa-comment-alt-exclamation,.fa-message-exclamation{--fa:"\f4a5"}.fa-comment-alt-lines,.fa-message-lines{--fa:"\f4a6"}.fa-comment-alt-minus,.fa-message-minus{--fa:"\f4a7"}.fa-comment-alt-plus,.fa-message-plus{--fa:"\f4a8"}.fa-comment-alt-slash,.fa-message-slash{--fa:"\f4a9"}.fa-comment-alt-smile,.fa-message-smile{--fa:"\f4aa"}.fa-comment-alt-times,.fa-message-times,.fa-message-xmark{--fa:"\f4ab"}.fa-comment-check{--fa:"\f4ac"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-comment-edit,.fa-comment-pen{--fa:"\f4ae"}.fa-comment-exclamation{--fa:"\f4af"}.fa-comment-lines{--fa:"\f4b0"}.fa-comment-minus{--fa:"\f4b1"}.fa-comment-plus{--fa:"\f4b2"}.fa-comment-slash{--fa:"\f4b3"}.fa-comment-smile{--fa:"\f4b4"}.fa-comment-times,.fa-comment-xmark{--fa:"\f4b5"}.fa-comments-alt,.fa-messages{--fa:"\f4b6"}.fa-container-storage{--fa:"\f4b7"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-fragile,.fa-wine-glass-crack{--fa:"\f4bb"}.fa-hand-heart{--fa:"\f4bc"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-seedling{--fa:"\f4bf"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-heart,.fa-hands-holding-heart{--fa:"\f4c3"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-hands-holding-dollar,.fa-hands-usd{--fa:"\f4c5"}.fa-circle-heart,.fa-heart-circle{--fa:"\f4c7"}.fa-heart-square,.fa-square-heart{--fa:"\f4c8"}.fa-home-heart,.fa-house-heart{--fa:"\f4c9"}.fa-lamp{--fa:"\f4ca"}.fa-leaf-heart{--fa:"\f4cb"}.fa-couch-small,.fa-loveseat{--fa:"\f4cc"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-person-carry,.fa-person-carry-box{--fa:"\f4cf"}.fa-person-dolly{--fa:"\f4d0"}.fa-person-dolly-empty{--fa:"\f4d1"}.fa-phone-plus{--fa:"\f4d2"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ramp-loading{--fa:"\f4d4"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-container{--fa:"\f4dc"}.fa-truck-couch,.fa-truck-ramp-couch{--fa:"\f4dd"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-truck-ramp{--fa:"\f4e0"}.fa-video-plus{--fa:"\f4e1"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-brush-alt,.fa-paint-brush-fine,.fa-paintbrush-alt,.fa-paintbrush-fine{--fa:"\f5a9"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-face-smile-plus,.fa-smile-plus{--fa:"\f5b9"}.fa-solar-panel{--fa:"\f5ba"}.fa-lotus,.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-atom-alt,.fa-atom-simple{--fa:"\f5d3"}.fa-backpack{--fa:"\f5d4"}.fa-bell-school{--fa:"\f5d5"}.fa-bell-school-slash{--fa:"\f5d6"}.fa-bone{--fa:"\f5d7"}.fa-bone-break{--fa:"\f5d8"}.fa-book-alt,.fa-book-blank{--fa:"\f5d9"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-books{--fa:"\f5db"}.fa-brain{--fa:"\f5dc"}.fa-bus-school{--fa:"\f5dd"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-car-bump{--fa:"\f5e0"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-car-garage{--fa:"\f5e2"}.fa-car-mechanic,.fa-car-wrench{--fa:"\f5e3"}.fa-car-side{--fa:"\f5e4"}.fa-car-tilt{--fa:"\f5e5"}.fa-car-wash{--fa:"\f5e6"}.fa-charging-station{--fa:"\f5e7"}.fa-clipboard-prescription{--fa:"\f5e8"}.fa-compass-slash{--fa:"\f5e9"}.fa-diploma,.fa-scroll-ribbon{--fa:"\f5ea"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-do-not-enter{--fa:"\f5ec"}.fa-draw-circle,.fa-vector-circle{--fa:"\f5ed"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\f5ee"}.fa-draw-square,.fa-vector-square{--fa:"\f5ef"}.fa-ear{--fa:"\f5f0"}.fa-engine-exclamation,.fa-engine-warning{--fa:"\f5f2"}.fa-file-award,.fa-file-certificate{--fa:"\f5f3"}.fa-gas-pump-slash{--fa:"\f5f4"}.fa-glasses-alt,.fa-glasses-round{--fa:"\f5f5"}.fa-globe-stand{--fa:"\f5f6"}.fa-heart-rate,.fa-wave-pulse{--fa:"\f5f8"}.fa-inhaler{--fa:"\f5f9"}.fa-kidneys{--fa:"\f5fb"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-layer-group-minus,.fa-layer-minus{--fa:"\f5fe"}.fa-layer-group-plus,.fa-layer-plus{--fa:"\f5ff"}.fa-lips{--fa:"\f600"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-circle-location-arrow,.fa-location-circle{--fa:"\f602"}.fa-location-crosshairs-slash,.fa-location-slash{--fa:"\f603"}.fa-lungs{--fa:"\f604"}.fa-location-dot-slash,.fa-map-marker-alt-slash{--fa:"\f605"}.fa-location-check,.fa-map-marker-check{--fa:"\f606"}.fa-location-pen,.fa-map-marker-edit{--fa:"\f607"}.fa-location-exclamation,.fa-map-marker-exclamation{--fa:"\f608"}.fa-location-minus,.fa-map-marker-minus{--fa:"\f609"}.fa-location-plus,.fa-map-marker-plus{--fa:"\f60a"}.fa-location-question,.fa-map-marker-question{--fa:"\f60b"}.fa-location-pin-slash,.fa-map-marker-slash{--fa:"\f60c"}.fa-location-smile,.fa-map-marker-smile{--fa:"\f60d"}.fa-location-xmark,.fa-map-marker-times,.fa-map-marker-xmark{--fa:"\f60e"}.fa-microscope{--fa:"\f610"}.fa-monitor-heart-rate,.fa-monitor-waveform{--fa:"\f611"}.fa-oil-can{--fa:"\f613"}.fa-oil-temp,.fa-oil-temperature{--fa:"\f614"}.fa-circle-parking,.fa-parking-circle{--fa:"\f615"}.fa-ban-parking,.fa-parking-circle-slash{--fa:"\f616"}.fa-parking-slash,.fa-square-parking-slash{--fa:"\f617"}.fa-pen-paintbrush,.fa-pencil-paintbrush{--fa:"\f618"}.fa-poop{--fa:"\f619"}.fa-route-highway{--fa:"\f61a"}.fa-route-interstate{--fa:"\f61b"}.fa-ruler-triangle{--fa:"\f61c"}.fa-scalpel{--fa:"\f61d"}.fa-scalpel-line-dashed,.fa-scalpel-path{--fa:"\f61e"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-skeleton{--fa:"\f620"}.fa-star-of-life{--fa:"\f621"}.fa-steering-wheel{--fa:"\f622"}.fa-stomach{--fa:"\f623"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-max,.fa-tachometer-alt-fastest{--fa:"\f626"}.fa-gauge-low,.fa-tachometer-alt-slow{--fa:"\f627"}.fa-gauge-min,.fa-tachometer-alt-slowest{--fa:"\f628"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-gauge-simple-max,.fa-tachometer-fastest{--fa:"\f62b"}.fa-gauge-simple-low,.fa-tachometer-slow{--fa:"\f62c"}.fa-gauge-simple-min,.fa-tachometer-slowest{--fa:"\f62d"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-tire{--fa:"\f631"}.fa-tire-flat{--fa:"\f632"}.fa-tire-pressure-warning{--fa:"\f633"}.fa-tire-rugged{--fa:"\f634"}.fa-toothbrush{--fa:"\f635"}.fa-traffic-cone{--fa:"\f636"}.fa-traffic-light{--fa:"\f637"}.fa-traffic-light-go{--fa:"\f638"}.fa-traffic-light-slow{--fa:"\f639"}.fa-traffic-light-stop{--fa:"\f63a"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-screen-users,.fa-users-class{--fa:"\f63d"}.fa-watch-fitness{--fa:"\f63e"}.fa-abacus{--fa:"\f640"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-analytics,.fa-chart-mixed{--fa:"\f643"}.fa-ankh{--fa:"\f644"}.fa-badge-dollar{--fa:"\f645"}.fa-badge-percent{--fa:"\f646"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-bullseye-arrow{--fa:"\f648"}.fa-bullseye-pointer{--fa:"\f649"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-cabinet-filing{--fa:"\f64b"}.fa-calculator-alt,.fa-calculator-simple{--fa:"\f64c"}.fa-chart-line-down{--fa:"\f64d"}.fa-chart-pie-alt,.fa-chart-pie-simple{--fa:"\f64e"}.fa-city{--fa:"\f64f"}.fa-comment-alt-dollar,.fa-message-dollar{--fa:"\f650"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-alt-dollar,.fa-messages-dollar{--fa:"\f652"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-empty-set{--fa:"\f656"}.fa-envelope-open-dollar{--fa:"\f657"}.fa-envelope-open-text{--fa:"\f658"}.fa-file-chart-column,.fa-file-chart-line{--fa:"\f659"}.fa-file-chart-pie{--fa:"\f65a"}.fa-file-spreadsheet{--fa:"\f65b"}.fa-file-user{--fa:"\f65c"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-folder-times,.fa-folder-xmark{--fa:"\f65f"}.fa-folders{--fa:"\f660"}.fa-function{--fa:"\f661"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-gift-card{--fa:"\f663"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-integral{--fa:"\f667"}.fa-intersection{--fa:"\f668"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-keynote{--fa:"\f66c"}.fa-khanda{--fa:"\f66d"}.fa-lambda{--fa:"\f66e"}.fa-landmark{--fa:"\f66f"}.fa-lightbulb-dollar{--fa:"\f670"}.fa-lightbulb-exclamation{--fa:"\f671"}.fa-lightbulb-on{--fa:"\f672"}.fa-lightbulb-slash{--fa:"\f673"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-megaphone{--fa:"\f675"}.fa-menorah{--fa:"\f676"}.fa-brain-arrow-curved-right,.fa-mind-share{--fa:"\f677"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-omega{--fa:"\f67a"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-phone-office{--fa:"\f67d"}.fa-pi{--fa:"\f67e"}.fa-place-of-worship{--fa:"\f67f"}.fa-podium{--fa:"\f680"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-presentation,.fa-presentation-screen{--fa:"\f685"}.fa-print-slash{--fa:"\f686"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-shredder{--fa:"\f68a"}.fa-sigma{--fa:"\f68b"}.fa-signal-1,.fa-signal-weak{--fa:"\f68c"}.fa-signal-2,.fa-signal-fair{--fa:"\f68d"}.fa-signal-3,.fa-signal-good{--fa:"\f68e"}.fa-signal-4,.fa-signal-strong{--fa:"\f68f"}.fa-signal-alt,.fa-signal-alt-4,.fa-signal-bars,.fa-signal-bars-strong{--fa:"\f690"}.fa-signal-alt-1,.fa-signal-bars-weak{--fa:"\f691"}.fa-signal-alt-2,.fa-signal-bars-fair{--fa:"\f692"}.fa-signal-alt-3,.fa-signal-bars-good{--fa:"\f693"}.fa-signal-alt-slash,.fa-signal-bars-slash{--fa:"\f694"}.fa-signal-slash{--fa:"\f695"}.fa-socks{--fa:"\f696"}.fa-square-root{--fa:"\f697"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-tally,.fa-tally-5{--fa:"\f69c"}.fa-theta{--fa:"\f69e"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-union{--fa:"\f6a2"}.fa-chart-user,.fa-user-chart{--fa:"\f6a3"}.fa-user-crown{--fa:"\f6a4"}.fa-user-group-crown,.fa-users-crown{--fa:"\f6a5"}.fa-value-absolute{--fa:"\f6a6"}.fa-vihara{--fa:"\f6a7"}.fa-volume,.fa-volume-medium{--fa:"\f6a8"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-wifi-1,.fa-wifi-weak{--fa:"\f6aa"}.fa-wifi-2,.fa-wifi-fair{--fa:"\f6ab"}.fa-wifi-slash{--fa:"\f6ac"}.fa-yin-yang{--fa:"\f6ad"}.fa-acorn{--fa:"\f6ae"}.fa-alicorn{--fa:"\f6b0"}.fa-crate-apple{--fa:"\f6b1"}.fa-apple-crate{--fa:"\f6b1"}.fa-axe{--fa:"\f6b2"}.fa-axe-battle{--fa:"\f6b3"}.fa-badger-honey{--fa:"\f6b4"}.fa-bat{--fa:"\f6b5"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-book-sparkles,.fa-book-spells{--fa:"\f6b8"}.fa-bow-arrow{--fa:"\f6b9"}.fa-campfire{--fa:"\f6ba"}.fa-campground{--fa:"\f6bb"}.fa-candle-holder{--fa:"\f6bc"}.fa-candy-corn{--fa:"\f6bd"}.fa-cat{--fa:"\f6be"}.fa-cauldron{--fa:"\f6bf"}.fa-chair{--fa:"\f6c0"}.fa-chair-office{--fa:"\f6c1"}.fa-claw-marks{--fa:"\f6c2"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-coffee-togo,.fa-cup-togo{--fa:"\f6c5"}.fa-coffin{--fa:"\f6c6"}.fa-corn{--fa:"\f6c7"}.fa-cow{--fa:"\f6c8"}.fa-dagger{--fa:"\f6cb"}.fa-dice-d10{--fa:"\f6cd"}.fa-dice-d12{--fa:"\f6ce"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d4{--fa:"\f6d0"}.fa-dice-d6{--fa:"\f6d1"}.fa-dice-d8{--fa:"\f6d2"}.fa-dog{--fa:"\f6d3"}.fa-dog-leashed{--fa:"\f6d4"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick{--fa:"\f6d6"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-duck{--fa:"\f6d8"}.fa-dungeon{--fa:"\f6d9"}.fa-elephant{--fa:"\f6da"}.fa-eye-evil{--fa:"\f6db"}.fa-file-csv{--fa:"\f6dd"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-fire-flame,.fa-flame{--fa:"\f6df"}.fa-flask-poison,.fa-flask-round-poison{--fa:"\f6e0"}.fa-flask-potion,.fa-flask-round-potion{--fa:"\f6e1"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hammer-war{--fa:"\f6e4"}.fa-hand-holding-magic{--fa:"\f6e5"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-witch{--fa:"\f6e7"}.fa-hat-wizard{--fa:"\f6e8"}.fa-head-side{--fa:"\f6e9"}.fa-head-side-goggles,.fa-head-vr{--fa:"\f6ea"}.fa-helmet-battle{--fa:"\f6eb"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-hockey-mask{--fa:"\f6ee"}.fa-hood-cloak{--fa:"\f6ef"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-key-skeleton{--fa:"\f6f3"}.fa-kite{--fa:"\f6f4"}.fa-knife-kitchen{--fa:"\f6f5"}.fa-leaf-maple{--fa:"\f6f6"}.fa-leaf-oak{--fa:"\f6f7"}.fa-mace{--fa:"\f6f8"}.fa-mandolin{--fa:"\f6f9"}.fa-mask{--fa:"\f6fa"}.fa-monkey{--fa:"\f6fb"}.fa-mountain{--fa:"\f6fc"}.fa-mountains{--fa:"\f6fd"}.fa-narwhal{--fa:"\f6fe"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-paw-alt,.fa-paw-simple{--fa:"\f701"}.fa-paw-claws{--fa:"\f702"}.fa-pegasus{--fa:"\f703"}.fa-pie{--fa:"\f705"}.fa-pig{--fa:"\f706"}.fa-pumpkin{--fa:"\f707"}.fa-rabbit{--fa:"\f708"}.fa-rabbit-fast,.fa-rabbit-running{--fa:"\f709"}.fa-ram{--fa:"\f70a"}.fa-ring{--fa:"\f70b"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-scarecrow{--fa:"\f70d"}.fa-scroll{--fa:"\f70e"}.fa-scroll-old{--fa:"\f70f"}.fa-scythe{--fa:"\f710"}.fa-sheep{--fa:"\f711"}.fa-shield-cross{--fa:"\f712"}.fa-shovel{--fa:"\f713"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-snake{--fa:"\f716"}.fa-spider{--fa:"\f717"}.fa-spider-black-widow{--fa:"\f718"}.fa-spider-web{--fa:"\f719"}.fa-squirrel{--fa:"\f71a"}.fa-staff{--fa:"\f71b"}.fa-sword{--fa:"\f71c"}.fa-swords{--fa:"\f71d"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tombstone{--fa:"\f720"}.fa-tombstone-alt,.fa-tombstone-blank{--fa:"\f721"}.fa-tractor{--fa:"\f722"}.fa-treasure-chest{--fa:"\f723"}.fa-trees{--fa:"\f724"}.fa-turkey{--fa:"\f725"}.fa-turtle{--fa:"\f726"}.fa-unicorn{--fa:"\f727"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand{--fa:"\f72a"}.fa-wand-sparkles{--fa:"\f72b"}.fa-whale{--fa:"\f72c"}.fa-wheat{--fa:"\f72d"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-ballot{--fa:"\f732"}.fa-ballot-check{--fa:"\f733"}.fa-booth-curtain{--fa:"\f734"}.fa-box-ballot{--fa:"\f735"}.fa-calendar-star{--fa:"\f736"}.fa-clipboard-list-check{--fa:"\f737"}.fa-cloud-drizzle{--fa:"\f738"}.fa-cloud-hail{--fa:"\f739"}.fa-cloud-hail-mixed{--fa:"\f73a"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-rainbow{--fa:"\f73e"}.fa-cloud-showers{--fa:"\f73f"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sleet{--fa:"\f741"}.fa-cloud-snow{--fa:"\f742"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-clouds{--fa:"\f744"}.fa-clouds-moon{--fa:"\f745"}.fa-clouds-sun{--fa:"\f746"}.fa-democrat{--fa:"\f747"}.fa-dewpoint,.fa-droplet-degree{--fa:"\f748"}.fa-eclipse{--fa:"\f749"}.fa-eclipse-alt,.fa-moon-over-sun{--fa:"\f74a"}.fa-fire-smoke{--fa:"\f74b"}.fa-flag-alt,.fa-flag-swallowtail{--fa:"\f74c"}.fa-flag-usa{--fa:"\f74d"}.fa-cloud-fog,.fa-fog{--fa:"\f74e"}.fa-house-flood,.fa-house-water{--fa:"\f74f"}.fa-droplet-percent,.fa-humidity{--fa:"\f750"}.fa-hurricane{--fa:"\f751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-moon-cloud{--fa:"\f754"}.fa-moon-stars{--fa:"\f755"}.fa-person-booth{--fa:"\f756"}.fa-person-sign{--fa:"\f757"}.fa-podium-star{--fa:"\f758"}.fa-poll-people{--fa:"\f759"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-raindrops{--fa:"\f75c"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-smoke{--fa:"\f760"}.fa-snow-blowing{--fa:"\f761"}.fa-stars{--fa:"\f762"}.fa-sun-cloud{--fa:"\f763"}.fa-sun-dust{--fa:"\f764"}.fa-sun-haze{--fa:"\f765"}.fa-sunrise{--fa:"\f766"}.fa-sunset{--fa:"\f767"}.fa-temperature-frigid,.fa-temperature-snow{--fa:"\f768"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-hot,.fa-temperature-sun{--fa:"\f76a"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-cloud-bolt-moon,.fa-thunderstorm-moon{--fa:"\f76d"}.fa-cloud-bolt-sun,.fa-thunderstorm-sun{--fa:"\f76e"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-times-to-slot,.fa-vote-nay,.fa-xmark-to-slot{--fa:"\f771"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-water-arrow-down,.fa-water-lower{--fa:"\f774"}.fa-water-arrow-up,.fa-water-rise{--fa:"\f775"}.fa-wind-circle-exclamation,.fa-wind-warning{--fa:"\f776"}.fa-windsock{--fa:"\f777"}.fa-angel{--fa:"\f779"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-ball-pile{--fa:"\f77e"}.fa-bells{--fa:"\f77f"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-boot{--fa:"\f782"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-chart-network{--fa:"\f78a"}.fa-chimney{--fa:"\f78b"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-deer{--fa:"\f78e"}.fa-deer-rudolph{--fa:"\f78f"}.fa-dreidel{--fa:"\f792"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ear-muffs{--fa:"\f795"}.fa-ethernet{--fa:"\f796"}.fa-fireplace{--fa:"\f79a"}.fa-frosty-head,.fa-snowman-head{--fa:"\f79b"}.fa-gifts{--fa:"\f79c"}.fa-gingerbread-man{--fa:"\f79d"}.fa-champagne-glass,.fa-glass-champagne{--fa:"\f79e"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-glass-whiskey-rocks,.fa-whiskey-glass-ice{--fa:"\f7a1"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-globe-snow{--fa:"\f7a3"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-hat-santa{--fa:"\f7a7"}.fa-hat-winter{--fa:"\f7a8"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-ice-skate{--fa:"\f7ac"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-lights-holiday{--fa:"\f7b2"}.fa-mistletoe{--fa:"\f7b4"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-mug-marshmallows{--fa:"\f7b7"}.fa-ornament{--fa:"\f7b8"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-rv{--fa:"\f7be"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-scarf{--fa:"\f7c1"}.fa-sd-card{--fa:"\f7c2"}.fa-shovel-snow{--fa:"\f7c3"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-person-ski-jumping,.fa-ski-jump{--fa:"\f7c7"}.fa-person-ski-lift,.fa-ski-lift{--fa:"\f7c8"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-person-sledding,.fa-sledding{--fa:"\f7cb"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-snowflakes{--fa:"\f7cf"}.fa-snowman{--fa:"\f7d0"}.fa-person-snowmobiling,.fa-snowmobile{--fa:"\f7d1"}.fa-snowplow{--fa:"\f7d2"}.fa-star-christmas{--fa:"\f7d4"}.fa-stocking{--fa:"\f7d5"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-tree-christmas{--fa:"\f7db"}.fa-tree-decorated{--fa:"\f7dc"}.fa-tree-large{--fa:"\f7dd"}.fa-truck-plow{--fa:"\f7de"}.fa-wreath{--fa:"\f7e2"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-book-user{--fa:"\f7e7"}.fa-books-medical{--fa:"\f7e8"}.fa-brackets,.fa-brackets-square{--fa:"\f7e9"}.fa-brackets-curly{--fa:"\f7ea"}.fa-bread-loaf{--fa:"\f7eb"}.fa-bread-slice{--fa:"\f7ec"}.fa-burrito{--fa:"\f7ed"}.fa-chart-scatter{--fa:"\f7ee"}.fa-cheese{--fa:"\f7ef"}.fa-cheese-swiss{--fa:"\f7f0"}.fa-burger-cheese,.fa-cheeseburger{--fa:"\f7f1"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-alt-medical,.fa-message-medical{--fa:"\f7f4"}.fa-comment-medical{--fa:"\f7f5"}.fa-croissant{--fa:"\f7f6"}.fa-crutch{--fa:"\f7f7"}.fa-crutches{--fa:"\f7f8"}.fa-ban-bug,.fa-debug{--fa:"\f7f9"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-egg-fried{--fa:"\f7fc"}.fa-files-medical{--fa:"\f7fd"}.fa-fish-cooked{--fa:"\f7fe"}.fa-flower{--fa:"\f7ff"}.fa-flower-daffodil{--fa:"\f800"}.fa-flower-tulip{--fa:"\f801"}.fa-folder-tree{--fa:"\f802"}.fa-french-fries{--fa:"\f803"}.fa-glass{--fa:"\f804"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-head-side-brain{--fa:"\f808"}.fa-head-side-medical{--fa:"\f809"}.fa-hospital-user{--fa:"\f80d"}.fa-hospitals{--fa:"\f80e"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-island-tree-palm,.fa-island-tropical{--fa:"\f811"}.fa-laptop-medical{--fa:"\f812"}.fa-mailbox{--fa:"\f813"}.fa-meat{--fa:"\f814"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza{--fa:"\f817"}.fa-pizza-slice{--fa:"\f818"}.fa-popcorn{--fa:"\f819"}.fa-print-magnifying-glass,.fa-print-search{--fa:"\f81a"}.fa-rings-wedding{--fa:"\f81b"}.fa-sack{--fa:"\f81c"}.fa-sack-dollar{--fa:"\f81d"}.fa-bowl-salad,.fa-salad{--fa:"\f81e"}.fa-sandwich{--fa:"\f81f"}.fa-sausage{--fa:"\f820"}.fa-shish-kebab{--fa:"\f821"}.fa-sickle{--fa:"\f822"}.fa-bowl-hot,.fa-soup{--fa:"\f823"}.fa-steak{--fa:"\f824"}.fa-stretcher{--fa:"\f825"}.fa-taco{--fa:"\f826"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-tree-palm{--fa:"\f82b"}.fa-user-construction,.fa-user-hard-hat,.fa-user-helmet-safety{--fa:"\f82c"}.fa-user-headset{--fa:"\f82d"}.fa-user-doctor-message,.fa-user-md-chat{--fa:"\f82e"}.fa-user-nurse{--fa:"\f82f"}.fa-users-medical{--fa:"\f830"}.fa-walker{--fa:"\f831"}.fa-camera-web,.fa-webcam{--fa:"\f832"}.fa-camera-web-slash,.fa-webcam-slash{--fa:"\f833"}.fa-wave-square{--fa:"\f83e"}.fa-alarm-exclamation{--fa:"\f843"}.fa-alarm-plus{--fa:"\f844"}.fa-alarm-snooze{--fa:"\f845"}.fa-align-slash{--fa:"\f846"}.fa-bags-shopping{--fa:"\f847"}.fa-bell-exclamation{--fa:"\f848"}.fa-bell-plus{--fa:"\f849"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-biking-mountain,.fa-person-biking-mountain{--fa:"\f84b"}.fa-border-all{--fa:"\f84c"}.fa-border-bottom{--fa:"\f84d"}.fa-border-inner{--fa:"\f84e"}.fa-border-left{--fa:"\f84f"}.fa-border-none{--fa:"\f850"}.fa-border-outer{--fa:"\f851"}.fa-border-right{--fa:"\f852"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-border-bottom-right,.fa-border-style-alt{--fa:"\f854"}.fa-border-top{--fa:"\f855"}.fa-bring-forward{--fa:"\f856"}.fa-bring-front{--fa:"\f857"}.fa-burger-soda{--fa:"\f858"}.fa-car-building{--fa:"\f859"}.fa-car-bus{--fa:"\f85a"}.fa-cars{--fa:"\f85b"}.fa-coin{--fa:"\f85c"}.fa-construction,.fa-triangle-person-digging{--fa:"\f85d"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-drone{--fa:"\f85f"}.fa-drone-alt,.fa-drone-front{--fa:"\f860"}.fa-dryer{--fa:"\f861"}.fa-dryer-alt,.fa-dryer-heat{--fa:"\f862"}.fa-fan{--fa:"\f863"}.fa-barn-silo,.fa-farm{--fa:"\f864"}.fa-file-magnifying-glass,.fa-file-search{--fa:"\f865"}.fa-font-case{--fa:"\f866"}.fa-game-board{--fa:"\f867"}.fa-game-board-alt,.fa-game-board-simple{--fa:"\f868"}.fa-glass-citrus{--fa:"\f869"}.fa-h4{--fa:"\f86a"}.fa-hat-chef{--fa:"\f86b"}.fa-horizontal-rule{--fa:"\f86c"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-icons-alt,.fa-symbols{--fa:"\f86e"}.fa-kerning{--fa:"\f86f"}.fa-line-columns{--fa:"\f870"}.fa-line-height{--fa:"\f871"}.fa-money-check-edit,.fa-money-check-pen{--fa:"\f872"}.fa-money-check-dollar-pen,.fa-money-check-edit-alt{--fa:"\f873"}.fa-mug{--fa:"\f874"}.fa-mug-tea{--fa:"\f875"}.fa-overline{--fa:"\f876"}.fa-file-dashed-line,.fa-page-break{--fa:"\f877"}.fa-paragraph-left,.fa-paragraph-rtl{--fa:"\f878"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-laptop-mobile,.fa-phone-laptop{--fa:"\f87a"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-send-back{--fa:"\f87e"}.fa-send-backward{--fa:"\f87f"}.fa-snooze,.fa-zzz{--fa:"\f880"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-arrow-up,.fa-sort-alt{--fa:"\f883"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-arrow-down-triangle-square,.fa-sort-shapes-down{--fa:"\f888"}.fa-arrow-down-square-triangle,.fa-sort-shapes-down-alt{--fa:"\f889"}.fa-arrow-up-triangle-square,.fa-sort-shapes-up{--fa:"\f88a"}.fa-arrow-up-square-triangle,.fa-sort-shapes-up-alt{--fa:"\f88b"}.fa-arrow-down-big-small,.fa-sort-size-down{--fa:"\f88c"}.fa-arrow-down-small-big,.fa-sort-size-down-alt{--fa:"\f88d"}.fa-arrow-up-big-small,.fa-sort-size-up{--fa:"\f88e"}.fa-arrow-up-small-big,.fa-sort-size-up-alt{--fa:"\f88f"}.fa-sparkles{--fa:"\f890"}.fa-spell-check{--fa:"\f891"}.fa-sunglasses{--fa:"\f892"}.fa-text{--fa:"\f893"}.fa-text-size{--fa:"\f894"}.fa-trash-arrow-turn-left,.fa-trash-undo{--fa:"\f895"}.fa-trash-can-arrow-turn-left,.fa-trash-can-undo,.fa-trash-undo-alt{--fa:"\f896"}.fa-voicemail{--fa:"\f897"}.fa-washer,.fa-washing-machine{--fa:"\f898"}.fa-wave-sine{--fa:"\f899"}.fa-wave-triangle{--fa:"\f89a"}.fa-wind-turbine{--fa:"\f89b"}.fa-border-center-h{--fa:"\f89c"}.fa-border-center-v{--fa:"\f89d"}.fa-album{--fa:"\f89f"}.fa-album-collection{--fa:"\f8a0"}.fa-amp-guitar{--fa:"\f8a1"}.fa-badge-sheriff{--fa:"\f8a2"}.fa-banjo{--fa:"\f8a3"}.fa-betamax,.fa-cassette-betamax{--fa:"\f8a4"}.fa-boombox{--fa:"\f8a5"}.fa-cactus{--fa:"\f8a7"}.fa-camcorder,.fa-video-handheld{--fa:"\f8a8"}.fa-camera-movie{--fa:"\f8a9"}.fa-camera-polaroid{--fa:"\f8aa"}.fa-cassette-tape{--fa:"\f8ab"}.fa-camera-cctv,.fa-cctv{--fa:"\f8ac"}.fa-clarinet{--fa:"\f8ad"}.fa-cloud-music{--fa:"\f8ae"}.fa-comment-alt-music,.fa-message-music{--fa:"\f8af"}.fa-comment-music{--fa:"\f8b0"}.fa-computer-classic{--fa:"\f8b1"}.fa-computer-speaker{--fa:"\f8b2"}.fa-cowbell{--fa:"\f8b3"}.fa-cowbell-circle-plus,.fa-cowbell-more{--fa:"\f8b4"}.fa-disc-drive{--fa:"\f8b5"}.fa-file-music{--fa:"\f8b6"}.fa-film-canister,.fa-film-cannister{--fa:"\f8b7"}.fa-flashlight{--fa:"\f8b8"}.fa-flute{--fa:"\f8b9"}.fa-flux-capacitor{--fa:"\f8ba"}.fa-game-console-handheld{--fa:"\f8bb"}.fa-gramophone{--fa:"\f8bd"}.fa-guitar-electric{--fa:"\f8be"}.fa-guitars{--fa:"\f8bf"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-head-side-headphones{--fa:"\f8c2"}.fa-horse-saddle{--fa:"\f8c3"}.fa-image-polaroid{--fa:"\f8c4"}.fa-joystick{--fa:"\f8c5"}.fa-jug{--fa:"\f8c6"}.fa-kazoo{--fa:"\f8c7"}.fa-lasso{--fa:"\f8c8"}.fa-list-music{--fa:"\f8c9"}.fa-microphone-stand{--fa:"\f8cb"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-computer-mouse-scrollwheel,.fa-mouse-alt{--fa:"\f8cd"}.fa-mp3-player{--fa:"\f8ce"}.fa-music-alt,.fa-music-note{--fa:"\f8cf"}.fa-music-alt-slash,.fa-music-note-slash{--fa:"\f8d0"}.fa-music-slash{--fa:"\f8d1"}.fa-phone-rotary{--fa:"\f8d3"}.fa-piano{--fa:"\f8d4"}.fa-piano-keyboard{--fa:"\f8d5"}.fa-projector{--fa:"\f8d6"}.fa-radio{--fa:"\f8d7"}.fa-radio-alt,.fa-radio-tuner{--fa:"\f8d8"}.fa-record-vinyl{--fa:"\f8d9"}.fa-router{--fa:"\f8da"}.fa-sax-hot,.fa-saxophone-fire{--fa:"\f8db"}.fa-saxophone{--fa:"\f8dc"}.fa-signal-stream{--fa:"\f8dd"}.fa-skull-cow{--fa:"\f8de"}.fa-speaker{--fa:"\f8df"}.fa-speakers{--fa:"\f8e0"}.fa-triangle-instrument,.fa-triangle-music{--fa:"\f8e2"}.fa-trumpet{--fa:"\f8e3"}.fa-turntable{--fa:"\f8e4"}.fa-tv-music{--fa:"\f8e6"}.fa-typewriter{--fa:"\f8e7"}.fa-usb-drive{--fa:"\f8e9"}.fa-user-cowboy{--fa:"\f8ea"}.fa-user-music{--fa:"\f8eb"}.fa-cassette-vhs,.fa-vhs{--fa:"\f8ec"}.fa-violin{--fa:"\f8ed"}.fa-wagon-covered{--fa:"\f8ee"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-watch-calculator{--fa:"\f8f0"}.fa-waveform{--fa:"\f8f1"}.fa-waveform-lines,.fa-waveform-path{--fa:"\f8f2"}.fa-scanner-image{--fa:"\f8f3"}.fa-air-conditioner{--fa:"\f8f4"}.fa-alien{--fa:"\f8f5"}.fa-alien-8bit,.fa-alien-monster{--fa:"\f8f6"}.fa-bed-alt,.fa-bed-front{--fa:"\f8f7"}.fa-bed-bunk{--fa:"\f8f8"}.fa-bed-empty{--fa:"\f8f9"}.fa-bell-on{--fa:"\f8fa"}.fa-blinds{--fa:"\f8fb"}.fa-blinds-open{--fa:"\f8fc"}.fa-blinds-raised{--fa:"\f8fd"}.fa-camera-home,.fa-camera-security{--fa:"\f8fe"}.fa-caravan{--fa:"\f8ff"}:host,:root{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-3.woff2)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-2.woff2);unicode-range:u+f166-f6ca}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-1.woff2);unicode-range:u+e85e-f15a,u+f168-f36c,u+f3ef,u+f425,u+f4e6}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-0.woff2);unicode-range:u+e007-e85d,u+f08c,u+f099-f0d2,u+f13b,u+f167,u+f16a-f16d,u+f179-f17c,u+f17e,u+f18c,u+f19a-f19b,u+f1a0,u+f1b4,u+f1bc,u+f1be,u+f1e8,u+f1ed,u+f1f0-f1f1,u+f20e-f210,u+f213-f214,u+f230,u+f232,u+f23a,u+f26b,u+f270,u+f288,u+f299-f29b,u+f2a6,u+f2b0,u+f2c5-f2c6,u+f2e0,u+f368,u+f379,u+f392-f393,u+f39f,u+f3a9,u+f3ab-f3ac,u+f3c0,u+f3c7,u+f3ca,u+f3e2,u+f3eb-f3ec,u+f3f8,u+f3fe,u+f419,u+f41b,u+f4d5-f4e4,u+f4f8-f4f9,u+f514,u+f5b5,u+f6c9,u+f731,u+f77b,u+f7af,u+f7e1,u+f83b}.fa-brands,.fa-classic.fa-brands,.fab{--fa-family:var(--fa-family-brands);--fa-style:400}.fa-firefox-browser{--fa:"\e007"}.fa-ideal{--fa:"\e013"}.fa-microblog{--fa:"\e01a"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-unity{--fa:"\e049"}.fa-dailymotion{--fa:"\e052"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-mixer{--fa:"\e056"}.fa-shopify{--fa:"\e057"}.fa-deezer{--fa:"\e077"}.fa-edge-legacy{--fa:"\e078"}.fa-google-pay{--fa:"\e079"}.fa-rust{--fa:"\e07a"}.fa-tiktok{--fa:"\e07b"}.fa-unsplash{--fa:"\e07c"}.fa-cloudflare{--fa:"\e07d"}.fa-guilded{--fa:"\e07e"}.fa-hive{--fa:"\e07f"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-instalod{--fa:"\e081"}.fa-octopus-deploy{--fa:"\e082"}.fa-perbyte{--fa:"\e083"}.fa-uncharted{--fa:"\e084"}.fa-watchman-monitoring{--fa:"\e087"}.fa-wodu{--fa:"\e088"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-bots{--fa:"\e340"}.fa-cmplid{--fa:"\e360"}.fa-bilibili{--fa:"\e3d9"}.fa-golang{--fa:"\e40f"}.fa-pix{--fa:"\e43a"}.fa-sitrox{--fa:"\e44a"}.fa-hashnode{--fa:"\e499"}.fa-meta{--fa:"\e49b"}.fa-padlet{--fa:"\e4a0"}.fa-nfc-directional{--fa:"\e530"}.fa-nfc-symbol{--fa:"\e531"}.fa-screenpal{--fa:"\e570"}.fa-space-awesome{--fa:"\e5ac"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-odysee{--fa:"\e5c6"}.fa-stubber{--fa:"\e5c7"}.fa-debian{--fa:"\e60b"}.fa-shoelace{--fa:"\e60c"}.fa-threads{--fa:"\e618"}.fa-square-threads{--fa:"\e619"}.fa-square-x-twitter{--fa:"\e61a"}.fa-x-twitter{--fa:"\e61b"}.fa-opensuse{--fa:"\e62b"}.fa-letterboxd{--fa:"\e62d"}.fa-square-letterboxd{--fa:"\e62e"}.fa-mintbit{--fa:"\e62f"}.fa-google-scholar{--fa:"\e63b"}.fa-brave{--fa:"\e63c"}.fa-brave-reverse{--fa:"\e63d"}.fa-pixiv{--fa:"\e640"}.fa-upwork{--fa:"\e641"}.fa-webflow{--fa:"\e65c"}.fa-signal-messenger{--fa:"\e663"}.fa-bluesky{--fa:"\e671"}.fa-jxl{--fa:"\e67b"}.fa-square-upwork{--fa:"\e67c"}.fa-web-awesome{--fa:"\e682"}.fa-square-web-awesome{--fa:"\e683"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-dart-lang{--fa:"\e693"}.fa-flutter{--fa:"\e694"}.fa-files-pinwheel{--fa:"\e69f"}.fa-css{--fa:"\e6a2"}.fa-square-bluesky{--fa:"\e6a3"}.fa-openai{--fa:"\e7cf"}.fa-square-linkedin{--fa:"\e7d0"}.fa-cash-app{--fa:"\e7d4"}.fa-disqus{--fa:"\e7d5"}.fa-11ty,.fa-eleventy{--fa:"\e7d6"}.fa-kakao-talk{--fa:"\e7d7"}.fa-linktree{--fa:"\e7d8"}.fa-notion{--fa:"\e7d9"}.fa-pandora{--fa:"\e7da"}.fa-pixelfed{--fa:"\e7db"}.fa-tidal{--fa:"\e7dc"}.fa-vsco{--fa:"\e7dd"}.fa-w3c{--fa:"\e7de"}.fa-lumon{--fa:"\e7e2"}.fa-lumon-drop{--fa:"\e7e3"}.fa-square-figma{--fa:"\e7e4"}.fa-tex{--fa:"\e7ff"}.fa-duolingo{--fa:"\e812"}.fa-supportnow{--fa:"\e833"}.fa-tor-browser{--fa:"\e838"}.fa-typescript{--fa:"\e840"}.fa-square-deskpro{--fa:"\e844"}.fa-circle-zulip{--fa:"\e851"}.fa-julia{--fa:"\e852"}.fa-zulip{--fa:"\e853"}.fa-unison{--fa:"\e854"}.fa-bgg,.fa-board-game-geek{--fa:"\e855"}.fa-ko-fi{--fa:"\e856"}.fa-kubernetes{--fa:"\e857"}.fa-postgresql{--fa:"\e858"}.fa-scaleway{--fa:"\e859"}.fa-venmo{--fa:"\e85a"}.fa-venmo-v{--fa:"\e85b"}.fa-unreal-engine{--fa:"\e85c"}.fa-globaleaks{--fa:"\e85d"}.fa-solana{--fa:"\e85e"}.fa-threema{--fa:"\e85f"}.fa-forgejo{--fa:"\e860"}.fa-claude{--fa:"\e861"}.fa-gitee{--fa:"\e863"}.fa-xmpp{--fa:"\e864"}.fa-fediverse{--fa:"\e865"}.fa-tailwind-css{--fa:"\e866"}.fa-arch-linux{--fa:"\e867"}.fa-svelte{--fa:"\e868"}.fa-hugging-face{--fa:"\e869"}.fa-leetcode{--fa:"\e86a"}.fa-openstreetmap{--fa:"\e86b"}.fa-ultralytics{--fa:"\e86d"}.fa-ultralytics-hub{--fa:"\e86e"}.fa-ultralytics-yolo{--fa:"\e86f"}.fa-obsidian{--fa:"\e879"}.fa-zoom{--fa:"\e87b"}.fa-vim{--fa:"\e88a"}.fa-symfonycasts{--fa:"\e8ab"}.fa-build-awesome{--fa:"\e8ac"}.fa-codeberg{--fa:"\e8ad"}.fa-devpost{--fa:"\e8ae"}.fa-internet-archive{--fa:"\e8b1"}.fa-lets-encrypt{--fa:"\e8b2"}.fa-matrix{--fa:"\e8b3"}.fa-mattermost{--fa:"\e8b4"}.fa-nextcloud{--fa:"\e8b5"}.fa-roblox-creator-studio{--fa:"\e8b6"}.fa-square-build-awesome-stroke{--fa:"\e8b7"}.fa-substack{--fa:"\e8b8"}.fa-tesla{--fa:"\e8b9"}.fa-xrp{--fa:"\e8ba"}.fa-xrpl{--fa:"\e8bb"}.fa-youtube-shorts{--fa:"\e8bc"}.fa-ror{--fa:"\e8bd"}.fa-visual-studio{--fa:"\e8be"}.fa-dolibarr{--fa:"\e8bf"}.fa-obs-studio{--fa:"\e8c0"}.fa-storybook{--fa:"\e8c1"}.fa-a11y-project{--fa:"\e8c2"}.fa-copilot{--fa:"\e8c7"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-linkedin{--fa:"\f08c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-twitter{--fa:"\f099"}.fa-facebook{--fa:"\f09a"}.fa-github{--fa:"\f09b"}.fa-pinterest{--fa:"\f0d2"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-google-plus-g{--fa:"\f0d5"}.fa-linkedin-in{--fa:"\f0e1"}.fa-github-alt{--fa:"\f113"}.fa-maxcdn{--fa:"\f136"}.fa-html5{--fa:"\f13b"}.fa-css3{--fa:"\f13c"}.fa-btc{--fa:"\f15a"}.fa-youtube{--fa:"\f167"}.fa-xing{--fa:"\f168"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-dropbox{--fa:"\f16b"}.fa-stack-overflow{--fa:"\f16c"}.fa-instagram{--fa:"\f16d"}.fa-flickr{--fa:"\f16e"}.fa-adn{--fa:"\f170"}.fa-bitbucket{--fa:"\f171"}.fa-tumblr{--fa:"\f173"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-apple{--fa:"\f179"}.fa-windows{--fa:"\f17a"}.fa-android{--fa:"\f17b"}.fa-linux{--fa:"\f17c"}.fa-dribbble{--fa:"\f17d"}.fa-skype{--fa:"\f17e"}.fa-foursquare{--fa:"\f180"}.fa-trello{--fa:"\f181"}.fa-gratipay{--fa:"\f184"}.fa-vk{--fa:"\f189"}.fa-weibo{--fa:"\f18a"}.fa-renren{--fa:"\f18b"}.fa-pagelines{--fa:"\f18c"}.fa-stack-exchange{--fa:"\f18d"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-wordpress{--fa:"\f19a"}.fa-openid{--fa:"\f19b"}.fa-yahoo{--fa:"\f19e"}.fa-google{--fa:"\f1a0"}.fa-reddit{--fa:"\f1a1"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-stumbleupon{--fa:"\f1a4"}.fa-delicious{--fa:"\f1a5"}.fa-digg{--fa:"\f1a6"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-drupal{--fa:"\f1a9"}.fa-joomla{--fa:"\f1aa"}.fa-behance{--fa:"\f1b4"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-steam{--fa:"\f1b6"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-spotify{--fa:"\f1bc"}.fa-deviantart{--fa:"\f1bd"}.fa-soundcloud{--fa:"\f1be"}.fa-vine{--fa:"\f1ca"}.fa-codepen{--fa:"\f1cb"}.fa-jsfiddle{--fa:"\f1cc"}.fa-rebel{--fa:"\f1d0"}.fa-empire{--fa:"\f1d1"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-git{--fa:"\f1d3"}.fa-hacker-news{--fa:"\f1d4"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-qq{--fa:"\f1d6"}.fa-weixin{--fa:"\f1d7"}.fa-slideshare{--fa:"\f1e7"}.fa-twitch{--fa:"\f1e8"}.fa-yelp{--fa:"\f1e9"}.fa-paypal{--fa:"\f1ed"}.fa-google-wallet{--fa:"\f1ee"}.fa-cc-visa{--fa:"\f1f0"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-cc-discover{--fa:"\f1f2"}.fa-cc-amex{--fa:"\f1f3"}.fa-cc-paypal{--fa:"\f1f4"}.fa-cc-stripe{--fa:"\f1f5"}.fa-lastfm{--fa:"\f202"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-ioxhost{--fa:"\f208"}.fa-angellist{--fa:"\f209"}.fa-buysellads{--fa:"\f20d"}.fa-connectdevelop{--fa:"\f20e"}.fa-dashcube{--fa:"\f210"}.fa-forumbee{--fa:"\f211"}.fa-leanpub{--fa:"\f212"}.fa-sellsy{--fa:"\f213"}.fa-shirtsinbulk{--fa:"\f214"}.fa-simplybuilt{--fa:"\f215"}.fa-skyatlas{--fa:"\f216"}.fa-pinterest-p{--fa:"\f231"}.fa-whatsapp{--fa:"\f232"}.fa-viacoin{--fa:"\f237"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-y-combinator{--fa:"\f23b"}.fa-optin-monster{--fa:"\f23c"}.fa-opencart{--fa:"\f23d"}.fa-expeditedssl{--fa:"\f23e"}.fa-cc-jcb{--fa:"\f24b"}.fa-cc-diners-club{--fa:"\f24c"}.fa-creative-commons{--fa:"\f25e"}.fa-gg{--fa:"\f260"}.fa-gg-circle{--fa:"\f261"}.fa-odnoklassniki{--fa:"\f263"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-get-pocket{--fa:"\f265"}.fa-wikipedia-w{--fa:"\f266"}.fa-safari{--fa:"\f267"}.fa-chrome{--fa:"\f268"}.fa-firefox{--fa:"\f269"}.fa-opera{--fa:"\f26a"}.fa-internet-explorer{--fa:"\f26b"}.fa-contao{--fa:"\f26d"}.fa-500px{--fa:"\f26e"}.fa-amazon{--fa:"\f270"}.fa-houzz{--fa:"\f27c"}.fa-vimeo-v{--fa:"\f27d"}.fa-black-tie{--fa:"\f27e"}.fa-fonticons{--fa:"\f280"}.fa-reddit-alien{--fa:"\f281"}.fa-edge{--fa:"\f282"}.fa-codiepie{--fa:"\f284"}.fa-modx{--fa:"\f285"}.fa-fort-awesome{--fa:"\f286"}.fa-usb{--fa:"\f287"}.fa-product-hunt{--fa:"\f288"}.fa-mixcloud{--fa:"\f289"}.fa-scribd{--fa:"\f28a"}.fa-bluetooth{--fa:"\f293"}.fa-bluetooth-b{--fa:"\f294"}.fa-gitlab{--fa:"\f296"}.fa-wpbeginner{--fa:"\f297"}.fa-wpforms{--fa:"\f298"}.fa-envira{--fa:"\f299"}.fa-glide{--fa:"\f2a5"}.fa-glide-g{--fa:"\f2a6"}.fa-viadeo{--fa:"\f2a9"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-pied-piper{--fa:"\f2ae"}.fa-first-order{--fa:"\f2b0"}.fa-yoast{--fa:"\f2b1"}.fa-themeisle{--fa:"\f2b2"}.fa-google-plus{--fa:"\f2b3"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-linode{--fa:"\f2b8"}.fa-quora{--fa:"\f2c4"}.fa-free-code-camp{--fa:"\f2c5"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-bandcamp{--fa:"\f2d5"}.fa-grav{--fa:"\f2d6"}.fa-etsy{--fa:"\f2d7"}.fa-imdb{--fa:"\f2d8"}.fa-ravelry{--fa:"\f2d9"}.fa-sellcast{--fa:"\f2da"}.fa-superpowers{--fa:"\f2dd"}.fa-wpexplorer{--fa:"\f2de"}.fa-meetup{--fa:"\f2e0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-accessible-icon{--fa:"\f368"}.fa-accusoft{--fa:"\f369"}.fa-adversal{--fa:"\f36a"}.fa-affiliatetheme{--fa:"\f36b"}.fa-algolia{--fa:"\f36c"}.fa-amilia{--fa:"\f36d"}.fa-angrycreative{--fa:"\f36e"}.fa-app-store{--fa:"\f36f"}.fa-app-store-ios{--fa:"\f370"}.fa-apper{--fa:"\f371"}.fa-asymmetrik{--fa:"\f372"}.fa-audible{--fa:"\f373"}.fa-avianex{--fa:"\f374"}.fa-aws{--fa:"\f375"}.fa-bimobject{--fa:"\f378"}.fa-bitcoin{--fa:"\f379"}.fa-bity{--fa:"\f37a"}.fa-blackberry{--fa:"\f37b"}.fa-blogger{--fa:"\f37c"}.fa-blogger-b{--fa:"\f37d"}.fa-buromobelexperte{--fa:"\f37f"}.fa-centercode{--fa:"\f380"}.fa-cloudscale{--fa:"\f383"}.fa-cloudsmith{--fa:"\f384"}.fa-cloudversify{--fa:"\f385"}.fa-cpanel{--fa:"\f388"}.fa-css3-alt{--fa:"\f38b"}.fa-cuttlefish{--fa:"\f38c"}.fa-d-and-d{--fa:"\f38d"}.fa-deploydog{--fa:"\f38e"}.fa-deskpro{--fa:"\f38f"}.fa-digital-ocean{--fa:"\f391"}.fa-discord{--fa:"\f392"}.fa-discourse{--fa:"\f393"}.fa-dochub{--fa:"\f394"}.fa-docker{--fa:"\f395"}.fa-draft2digital{--fa:"\f396"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-dyalog{--fa:"\f399"}.fa-earlybirds{--fa:"\f39a"}.fa-erlang{--fa:"\f39d"}.fa-facebook-f{--fa:"\f39e"}.fa-facebook-messenger{--fa:"\f39f"}.fa-firstdraft{--fa:"\f3a1"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-freebsd{--fa:"\f3a4"}.fa-gitkraken{--fa:"\f3a6"}.fa-gofore{--fa:"\f3a7"}.fa-goodreads{--fa:"\f3a8"}.fa-goodreads-g{--fa:"\f3a9"}.fa-google-drive{--fa:"\f3aa"}.fa-google-play{--fa:"\f3ab"}.fa-gripfire{--fa:"\f3ac"}.fa-grunt{--fa:"\f3ad"}.fa-gulp{--fa:"\f3ae"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-hotjar{--fa:"\f3b1"}.fa-hubspot{--fa:"\f3b2"}.fa-itunes{--fa:"\f3b4"}.fa-itunes-note{--fa:"\f3b5"}.fa-jenkins{--fa:"\f3b6"}.fa-joget{--fa:"\f3b7"}.fa-js{--fa:"\f3b8"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-keycdn{--fa:"\f3ba"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-laravel{--fa:"\f3bd"}.fa-line{--fa:"\f3c0"}.fa-lyft{--fa:"\f3c3"}.fa-magento{--fa:"\f3c4"}.fa-medapps{--fa:"\f3c6"}.fa-medrt{--fa:"\f3c8"}.fa-microsoft{--fa:"\f3ca"}.fa-mix{--fa:"\f3cb"}.fa-mizuni{--fa:"\f3cc"}.fa-monero{--fa:"\f3d0"}.fa-napster{--fa:"\f3d2"}.fa-node-js{--fa:"\f3d3"}.fa-npm{--fa:"\f3d4"}.fa-ns8{--fa:"\f3d5"}.fa-nutritionix{--fa:"\f3d6"}.fa-page4{--fa:"\f3d7"}.fa-palfed{--fa:"\f3d8"}.fa-patreon{--fa:"\f3d9"}.fa-periscope{--fa:"\f3da"}.fa-phabricator{--fa:"\f3db"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-playstation{--fa:"\f3df"}.fa-pushed{--fa:"\f3e1"}.fa-python{--fa:"\f3e2"}.fa-red-river{--fa:"\f3e3"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-replyd{--fa:"\f3e6"}.fa-resolving{--fa:"\f3e7"}.fa-rocketchat{--fa:"\f3e8"}.fa-rockrms{--fa:"\f3e9"}.fa-schlix{--fa:"\f3ea"}.fa-searchengin{--fa:"\f3eb"}.fa-servicestack{--fa:"\f3ec"}.fa-sistrix{--fa:"\f3ee"}.fa-speakap{--fa:"\f3f3"}.fa-staylinked{--fa:"\f3f5"}.fa-steam-symbol{--fa:"\f3f6"}.fa-sticker-mule{--fa:"\f3f7"}.fa-studiovinari{--fa:"\f3f8"}.fa-supple{--fa:"\f3f9"}.fa-uber{--fa:"\f402"}.fa-uikit{--fa:"\f403"}.fa-uniregistry{--fa:"\f404"}.fa-untappd{--fa:"\f405"}.fa-ussunnah{--fa:"\f407"}.fa-vaadin{--fa:"\f408"}.fa-viber{--fa:"\f409"}.fa-vimeo{--fa:"\f40a"}.fa-vnv{--fa:"\f40b"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-whmcs{--fa:"\f40d"}.fa-wordpress-simple{--fa:"\f411"}.fa-xbox{--fa:"\f412"}.fa-yandex{--fa:"\f413"}.fa-yandex-international{--fa:"\f414"}.fa-apple-pay{--fa:"\f415"}.fa-cc-apple-pay{--fa:"\f416"}.fa-fly{--fa:"\f417"}.fa-node{--fa:"\f419"}.fa-osi{--fa:"\f41a"}.fa-react{--fa:"\f41b"}.fa-autoprefixer{--fa:"\f41c"}.fa-less{--fa:"\f41d"}.fa-sass{--fa:"\f41e"}.fa-vuejs{--fa:"\f41f"}.fa-angular{--fa:"\f420"}.fa-aviato{--fa:"\f421"}.fa-ember{--fa:"\f423"}.fa-gitter{--fa:"\f426"}.fa-hooli{--fa:"\f427"}.fa-strava{--fa:"\f428"}.fa-stripe{--fa:"\f429"}.fa-stripe-s{--fa:"\f42a"}.fa-typo3{--fa:"\f42b"}.fa-amazon-pay{--fa:"\f42c"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-ethereum{--fa:"\f42e"}.fa-korvue{--fa:"\f42f"}.fa-elementor{--fa:"\f430"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-flipboard{--fa:"\f44d"}.fa-hips{--fa:"\f452"}.fa-php{--fa:"\f457"}.fa-quinscape{--fa:"\f459"}.fa-readme{--fa:"\f4d5"}.fa-java{--fa:"\f4e4"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-ebay{--fa:"\f4f4"}.fa-keybase{--fa:"\f4f5"}.fa-mastodon{--fa:"\f4f6"}.fa-r-project{--fa:"\f4f7"}.fa-researchgate{--fa:"\f4f8"}.fa-teamspeak{--fa:"\f4f9"}.fa-first-order-alt{--fa:"\f50a"}.fa-fulcrum{--fa:"\f50b"}.fa-galactic-republic{--fa:"\f50c"}.fa-galactic-senate{--fa:"\f50d"}.fa-jedi-order{--fa:"\f50e"}.fa-mandalorian{--fa:"\f50f"}.fa-old-republic{--fa:"\f510"}.fa-phoenix-squadron{--fa:"\f511"}.fa-sith{--fa:"\f512"}.fa-trade-federation{--fa:"\f513"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-hornbill{--fa:"\f592"}.fa-mailchimp{--fa:"\f59e"}.fa-megaport{--fa:"\f5a3"}.fa-nimblr{--fa:"\f5a8"}.fa-rev{--fa:"\f5b2"}.fa-shopware{--fa:"\f5b5"}.fa-squarespace{--fa:"\f5be"}.fa-themeco{--fa:"\f5c6"}.fa-weebly{--fa:"\f5cc"}.fa-wix{--fa:"\f5cf"}.fa-ello{--fa:"\f5f1"}.fa-hackerrank{--fa:"\f5f7"}.fa-kaggle{--fa:"\f5fa"}.fa-markdown{--fa:"\f60f"}.fa-neos{--fa:"\f612"}.fa-zhihu{--fa:"\f63f"}.fa-alipay{--fa:"\f642"}.fa-the-red-yeti{--fa:"\f69d"}.fa-critical-role{--fa:"\f6c9"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-dev{--fa:"\f6cc"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-think-peaks{--fa:"\f731"}.fa-reacteurope{--fa:"\f75d"}.fa-artstation{--fa:"\f77a"}.fa-atlassian{--fa:"\f77b"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-centos{--fa:"\f789"}.fa-confluence{--fa:"\f78d"}.fa-dhl{--fa:"\f790"}.fa-diaspora{--fa:"\f791"}.fa-fedex{--fa:"\f797"}.fa-fedora{--fa:"\f798"}.fa-figma{--fa:"\f799"}.fa-intercom{--fa:"\f7af"}.fa-invision{--fa:"\f7b0"}.fa-jira{--fa:"\f7b1"}.fa-mendeley{--fa:"\f7b3"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-redhat{--fa:"\f7bc"}.fa-sketch{--fa:"\f7c6"}.fa-sourcetree{--fa:"\f7d3"}.fa-suse{--fa:"\f7d6"}.fa-ubuntu{--fa:"\f7df"}.fa-ups{--fa:"\f7e0"}.fa-usps{--fa:"\f7e1"}.fa-yarn{--fa:"\f7e3"}.fa-airbnb{--fa:"\f834"}.fa-battle-net{--fa:"\f835"}.fa-bootstrap{--fa:"\f836"}.fa-buffer{--fa:"\f837"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-itch-io{--fa:"\f83a"}.fa-salesforce{--fa:"\f83b"}.fa-speaker-deck{--fa:"\f83c"}.fa-symfony{--fa:"\f83d"}.fa-waze{--fa:"\f83f"}.fa-yammer{--fa:"\f840"}.fa-git-alt{--fa:"\f841"}.fa-stackpath{--fa:"\f842"}.fa-cotton-bureau{--fa:"\f89e"}.fa-buy-n-large{--fa:"\f8a6"}.fa-mdb{--fa:"\f8ca"}.fa-orcid{--fa:"\f8d2"}.fa-swift{--fa:"\f8e1"}.fa-umbraco{--fa:"\f8e8"}:host,:root{--fa-font-duotone:normal 900 1em/1 var(--fa-family-duotone)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-35.woff2)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-34.woff2);unicode-range:u+2015-223f,u+2728-f8b0,u+1f335,u+1f4a4-1f4f9,u+1f4fe-1f523,u+1f576,u+1f57d-1f5ad,u+1fa95-10f8b0}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-33.woff2);unicode-range:u+2698,u+f7e5-f84c,u+1f32d-1f334,u+1f336-1f37f,u+1f3dd-1f477,u+1f4b0-1f4df,u+1f595,u+1f6b4-1f6cd,u+1f950-1f9c0,u+10f7e5-10f84c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-32.woff2);unicode-range:u+20b8,u+2603,u+2622-2623,u+26c4-26f8,u+e0cf-f7e4,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f955,u+1f97e-1f98c,u+1f9e3,u+10f775-10f7e4}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-31.woff2);unicode-range:u+2604,u+2694,u+26c6,u+f718-f774,u+1f305-1f32b,u+1f40b-1f422,u+1f578,u+1f5e1-1f69c,u+1f984,u+1f9fb,u+1faa6-10f774}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-30.woff2);unicode-range:u+20b4,u+2620,u+26b0,u+26c5,u+26e8-26f0,u+270a,u+f6bd-f717,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f404-1f408,u+1f40d-1f418,u+1f47b,u+1f54e,u+1f571,u+1f577,u+1f5dd,u+1f967,u+1f986,u+1f99b-1f9ae,u+1fa81,u+10f6bd-10f717}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-29.woff2);unicode-range:u+2211-221a,u+22c2-22c3,u+262a-262f,u+26e9,u+26fa,u+2721,u+f662-f6bc,u+1f3db,u+1f3f9,u+1f549-1f54d,u+1f56f,u+1f6d0,u+1f9a1,u+1f9e6,u+1fa93,u+10f662-10f6bc}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-28.woff2);unicode-range:u+2625,u+2638,u+f0e4-f661,u+1f3ad-1f3af,u+1f4c9-1f4d0,u+1f52c,u+1f5c4,u+1f6a6,u+1f6fb,u+1f9ee,u+1faa5,u+1fac1-10f661}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-27.woff2);unicode-range:u+269b,u+2711-2712,u+e2c6-e2c7,u+f59b-f602,u+1f34e-1f34f,u+1f392,u+1f3ca,u+1f442-1f453,u+1f4d5-1f4d9,u+1f58b,u+1f5e2,u+1f60a-1f697,u+1f6ec,u+1f9b4-1f9b7,u+10f59b-10f602}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-26.woff2);unicode-range:u+232b,u+e307,u+f53c-f59a,u+1f17f,u+1f30d-1f30f,u+1f36a-1f378,u+1f3a8,u+1f455,u+1f480,u+1f600-1f606,u+1f60d-1f620,u+1f626,u+1f62c,u+1f633,u+1f6ad,u+1f6b6,u+1f6ce,u+1f923-1f941,u+1f9f0,u+1fa9b,u+10f53c-10f59a}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-25.woff2);unicode-range:u+f7,u+221e,u+267e-2685,u+26fd,u+2797,u+f4b9-f53b,u+1f377,u+1f397,u+1f465,u+1f49f,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa,u+1f977,u+1f9f9,u+1fab6,u+10f4b9-10f53b}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-24.woff2);unicode-range:u+24bd,u+e207,u+f27b,u+f45d-f4b8,u+1f3be,u+1f3d0-1f3d3,u+1f489,u+1f4ac,u+1f4e6,u+1f6ac,u+1f9ea-1f9ec,u+1fa79,u+10e207,u+10f45d-10f4b8}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-23.woff2);unicode-range:u+265a-265f,u+26be,u+2708,u+2934-2b1c,u+f2d4-f3fc,u+f3ff-f45c,u+1f333,u+1f399,u+1f3c0,u+1f3c8,u+1f3cf,u+1f3d1,u+1f3ed,u+1f48e,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+10f365-10f3fc,u+10f3ff-10f45c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-22.woff2);unicode-range:u+2139-21e5,u+23f0,u+2663,u+27a1,u+2b05-2b0d,u+2b23-2b95,u+f01a-f01b,u+f18e-f190,u+f30a-f364,u+1f383,u+1f4dd,u+1f4e4-1f4e5,u+10f30a-10f364}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-21.woff2);unicode-range:u+2122,u+23f1,u+25ac,u+2660,u+270c,u+2744-274e,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f309,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f4a9,u+1f4cd,u+1f504-1f507,u+1f58a,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f944,u+10f25a-10f309,u+10f4e6,u+10f8e5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-20.woff2);unicode-range:u+b6,u+20a4-20aa,u+231b,u+23f3,u+263f-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+270b,u+f193-f1b0,u+f1b3-f259,u+1f382,u+1f393,u+1f4a3,u+1f4e0,u+1f50b-1f515,u+1f58c,u+1f596,u+1f5b7,u+1f5bb,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f91a,u+10f193-10f259}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-19.woff2);unicode-range:u+a3-ab,u+bb,u+201c-203a,u+20a8-20a9,u+20ac,u+20bd,u+2304,u+2600,u+2611,u+2639,u+2705,u+f01d-f088,u+f0f0-f0f4,u+f0f6-f187,u+f191-f192,u+f196,u+1f44e,u+1f518,u+1f5b9,u+1f5ce,u+1f610,u+1f642,u+1f691,u+1f9cd,u+1f9ef,u+1f9f3,u+1fa7a,u+10f0f0-10f192}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-18.woff2);unicode-range:u+21ba-21c4,u+2329-232a,u+23cf-23ee,u+25d0,u+26a0,u+2700-2704,u+f042-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0ee,u+f115,u+f123,u+f29c,u+f381-f382,u+1f34b,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f6ab,u+1f6d2,u+1f9f2,u+10f042-10f0e3,u+10f0e9-10f0ee,u+10f381-10f382}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-17.woff2);unicode-range:u+d7,u+21bb,u+2699,u+2715-2716,u+274c,u+e81d-f013,u+f01e-f03c,u+1f3f7,u+1f508-1f50a,u+1f50d,u+1f5d8-1f5d9,u+10f000-10f03c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-16.woff2);unicode-range:u+e756-e81c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-15.woff2);unicode-range:u+e69d-e755}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-14.woff2);unicode-range:u+203d,u+e5b9-e69c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-13.woff2);unicode-range:u+e502-e5b8,u+f8bc,u+1f3ae,u+1f68a,u+10f8bc}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-12.woff2);unicode-range:u+e454-e501,u+1f363,u+1f92d,u+1f979,u+1f9c7,u+1fae0-1fae5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-11.woff2);unicode-range:u+e3c8-e453,u+e550,u+e559,u+1f330,u+1f344-1f345,u+1f366-1f367,u+1f369,u+1f36b-1f373,u+1f4af,u+1f952,u+1f954,u+1f956,u+1f958-1f959,u+1f95c-1f966,u+1f968,u+1f96b-1f96f,u+1f980,u+1f990-1f991,u+1f99e,u+1f9c1-1f9c6,u+1f9c8,u+1fad1-1fad5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-10.woff2);unicode-range:u+e300-e306,u+e30c-e3c7,u+f80b,u+1f964,u+1fae2,u+10f80b}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-9.woff2);unicode-range:u+e22b-e2c5,u+e2c8-e2ff}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-8.woff2);unicode-range:u+e175-e206,u+e208-e229}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-7.woff2);unicode-range:u+e0bb-e0ce,u+e0d0-e174}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-6.woff2);unicode-range:u+e029-e0ba,u+1f320,u+1f52d,u+1f6f8,u+1fa9f,u+10e029-10e086}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-5.woff2);unicode-range:u+22-7e,u+102a-107e,u+2731,u+e000-e028,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f680,u+1f6b0,u+10e000-10e028,u+10f069,u+10f1fa,u+10f52c,u+10f531,u+10f536,u+10f69f,u+10f8d9,u+10f8df-10f8e0,u+10f8e7,u+10f8ee-10f8ef,u+10f8fd}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-4.woff2);unicode-range:u+d8,u+2205,u+2615,u+271d,u+273f,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3d9,u+1f409,u+1f4bd,u+1f4dc,u+1f4e3,u+1f4ea,u+1f4fb,u+1f509,u+1f528-1f52a,u+1f547,u+1f95b,u+1f9a6,u+1fa91,u+1fa99,u+10f621,u+10f63b,u+10f649-10f64a,u+10f64f,u+10f653-10f654,u+10f656,u+10f65b,u+10f664,u+10f673,u+10f675,u+10f67d,u+10f67f,u+10f695,u+10f69c,u+10f6a8,u+10f6bf-10f6c0,u+10f6d5,u+10f6e3,u+10f6e9,u+10f6f5,u+10f6fa,u+10f6ff-10f700,u+10f70b,u+10f70e,u+10f715,u+10f71b,u+10f72e-10f72f,u+10f733-10f734,u+10f747,u+10f755,u+10f757,u+10f75c,u+10f762,u+10f773,u+10f77c,u+10f781,u+10f784,u+10f788,u+10f7b2,u+10f7b6,u+10f7bd,u+10f7d5,u+10f7ee,u+10f7ff,u+10f801,u+10f804,u+10f813-10f814,u+10f82f-10f830,u+10f845-10f846,u+10f850,u+10f855,u+10f858-10f859,u+10f85c,u+10f866,u+10f86d,u+10f871,u+10f875,u+10f893-10f894,u+10f897,u+10f89f,u+10f8a9,u+10f8b1-10f8b2,u+10f8bb,u+10f8c7,u+10f8d6-10f8d7}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-3.woff2);unicode-range:u+26ea,u+270f,u+f040,u+f108,u+f112,u+f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+1f331,u+1f3b2,u+1f3c5,u+1f3d6,u+1f3e8-1f3eb,u+1f41f,u+1f451,u+1f4cb,u+1f4cf,u+1f4da,u+1f4f1,u+1f501,u+1f5a5,u+1f5d4,u+1f6eb,u+1f916,u+1f9e0,u+1f9fe,u+10f040,u+10f108,u+10f303,u+10f316,u+10f31a,u+10f328,u+10f335,u+10f363,u+10f37e,u+10f390,u+10f3c5,u+10f3ce,u+10f3e5,u+10f3f4,u+10f3fb,u+10f40e,u+10f435,u+10f44b,u+10f481,u+10f48a,u+10f48f-10f490,u+10f493-10f494,u+10f498,u+10f4b7,u+10f4ca,u+10f4cc,u+10f4d1,u+10f4d7-10f4d8,u+10f4e2,u+10f503,u+10f508,u+10f51b,u+10f51d-10f51e,u+10f521-10f522,u+10f52b,u+10f530,u+10f535,u+10f53e,u+10f543-10f545,u+10f548-10f549,u+10f54e,u+10f555,u+10f559,u+10f55d,u+10f564,u+10f56c,u+10f56e-10f570,u+10f577-10f578,u+10f590,u+10f594-10f595,u+10f5a1-10f5a2,u+10f5aa-10f5ab,u+10f5b0,u+10f5b7,u+10f5ba,u+10f5bf,u+10f5ca-10f5cb,u+10f5db-10f5dc,u+10f5ef,u+10f5f2,u+10f5f6,u+10f5fb,u+10f5fd}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-2.woff2);unicode-range:u+a9,u+ae,u+231a,u+23fe,u+25b2,u+2666-267b,u+2693,u+f016,u+f087,u+f0f7,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3cd,u+1f3e2,u+1f44d,u+1f4c4-1f4c6,u+1f4f0,u+1f50c,u+1f575,u+1f5a9,u+1f5cb,u+1f686,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f91d,u+1f9e9,u+1f9ed,u+10f121,u+10f126,u+10f129,u+10f12c-10f133,u+10f135,u+10f13d,u+10f140,u+10f145,u+10f14e,u+10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab,u+10f1ad-10f1ae,u+10f1b2,u+10f1b8,u+10f1bb-10f1c3,u+10f1ce-10f1d8,u+10f1dc,u+10f1e4-10f1ec,u+10f1f8-10f1f9,u+10f205,u+10f20a,u+10f217,u+10f219-10f21d,u+10f22d-10f234,u+10f238,u+10f246,u+10f24d,u+10f251,u+10f25d,u+10f275,u+10f29e-10f2a0,u+10f2a7,u+10f2b5,u+10f2bb,u+10f2cc-10f2cd,u+10f2d2,u+10f2db,u+10f2e1,u+10f2ec,u+10f2f7,u+10f2fc,u+10f302,u+10f4c6}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-1.woff2);unicode-range:u+2013,u+201d,u+2190-2193,u+2212,u+2303,u+2328,u+23e9,u+25a0,u+25cf,u+25fb-25fc,u+2601,u+261d,u+26a1,u+26aa-26ab,u+26df,u+2709,u+2796,u+2b24,u+f003,u+f04e,u+f05b,u+f060-f065,u+f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091-f093,u+f095-f096,u+f09c-f09d,u+f0a2-f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e5-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f109,u+f10c,u+f10e-f111,u+f114,u+f11c-f11e,u+f1db,u+f283,u+f47d,u+1f310,u+1f381,u+1f3c1,u+1f3c6,u+1f3e5,u+1f441,u+1f4a1,u+1f4b3-1f4bc,u+1f4c1,u+1f4ce,u+1f4de,u+1f511-1f514,u+1f517,u+1f525,u+1f527,u+1f534-1f535,u+1f57b,u+1f582,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f7e4,u+10f04e,u+10f05b,u+10f060-10f065,u+10f068,u+10f06b-10f06e,u+10f072,u+10f075,u+10f077-10f078,u+10f07b,u+10f084,u+10f086,u+10f091-10f093,u+10f095,u+10f09c-10f09d,u+10f0a3,u+10f0a6,u+10f0ac-10f0ad,u+10f0b0-10f0b1,u+10f0c0-10f0c2,u+10f0c5-10f0c6,u+10f0c8-10f0c9,u+10f0cc,u+10f0ce,u+10f0d1-10f0d7,u+10f0dc,u+10f0e0,u+10f0e7-10f0e8,u+10f0eb,u+10f0f3,u+10f0f8,u+10f106,u+10f109,u+10f10e-10f111,u+10f11c-10f11e,u+10f47d}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+1021-1025,u+102b,u+103f,u+2399,u+23ea,u+23f8-23fb,u+25b6,u+2665,u+2713-2714,u+2753-2795,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04d,u+f067,u+f08a,u+f097,u+f11d,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f39e,u+1f3a7,u+1f3b5,u+1f3e0,u+1f3f4,u+1f464,u+1f499-1f49c,u+1f4b2,u+1f4d4,u+1f4f6,u+1f512,u+1f516,u+1f553,u+1f5a4,u+1f5a8,u+1f5b6,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90,u+10e010,u+10e017,u+10e01b,u+10e01f-10e021,u+10e024,u+10e02f,u+10e03a,u+10e042,u+10e045-10e046,u+10e05f-10e060,u+10e068,u+10e06e,u+10e074,u+10e076,u+10f001,u+10f004-10f008,u+10f00c,u+10f011-10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02a,u+10f02c-10f031,u+10f03a,u+10f03d-10f03e,u+10f041,u+10f04a-10f04d,u+10f067,u+10f128,u+10f12a,u+10f155,u+10f292,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a,u+10f80c}.fa-duotone,.fad{--fa-family:var(--fa-family-duotone);--fa-style:900;position:relative;letter-spacing:normal}.fa-duotone:before,.fad:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-duotone:after,.fad:after{color:var(--fa-secondary-color,currentColor)}.fa-duotone.fa-swap-opacity:before,.fa-duotone:after,.fa-swap-opacity .fa-duotone:before,.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before,.fad:after{opacity:var(--fa-secondary-opacity,.4)}.fa-duotone.fa-swap-opacity:after,.fa-swap-opacity .fa-duotone:after,.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after{opacity:var(--fa-primary-opacity,1)}.fa-duotone.fa-li,.fa-duotone.fa-stack-1x,.fa-duotone.fa-stack-2x,.fad.fa-li,.fad.fa-stack-1x,.fad.fa-stack-2x{position:absolute}:host,:root{--fa-font-light:normal 300 1em/1 var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-25.woff2)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-24.woff2);unicode-range:u+2015-223f,u+2698-f8a7,u+1f32d-1f37f,u+1f3dd-1f477,u+1f4a4-1f4df,u+1f4fe-1f523,u+1f576,u+1f57d-1f595,u+1f6b4-1f6cd,u+1f950-1fa95}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-23.woff2);unicode-range:u+20b8,u+2603-2604,u+2622-2623,u+26c4-26f8,u+e0cf-f7eb,u+1f305-1f32b,u+1f35e,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f5f3-1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f953-1f955,u+1f97e-1f98c,u+1f9e3}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-22.woff2);unicode-range:u+20b4,u+22c3,u+2620,u+262a-2694,u+26b0,u+26c5,u+26e8-26f0,u+26fa-2721,u+f699-f732,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f3f9-1f422,u+1f47b,u+1f54d-1f54e,u+1f56f-1f571,u+1f577-1f578,u+1f5dd-1f5e1,u+1f69c,u+1f967,u+1f984-1f986,u+1f99b-1f9ae,u+1f9fb-1fa93,u+1faa6}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-21.woff2);unicode-range:u+2211-221a,u+22c2,u+2625,u+262c-262e,u+2638,u+e2c6-f698,u+1f3ad-1f3af,u+1f3db,u+1f442-1f453,u+1f4c9-1f4d0,u+1f52c-1f54c,u+1f5c4,u+1f5e2,u+1f6a6,u+1f6d0,u+1f6fb,u+1f9e6-1f9ee,u+1faa5,u+1fac1}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-20.woff2);unicode-range:u+232b,u+269b,u+2711-2712,u+e307,u+f54b-f5e9,u+1f30d-1f30f,u+1f34e-1f34f,u+1f36a-1f378,u+1f392,u+1f3ca,u+1f455,u+1f480,u+1f4d5-1f4d9,u+1f58b,u+1f600-1f697,u+1f6ad,u+1f6b6,u+1f6ce,u+1f6ec,u+1f923-1f941,u+1f9b4-1f9b7,u+1f9f0}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-19.woff2);unicode-range:u+f7,u+221e,u+24bd,u+267e-2685,u+26fd,u+2797,u+e207,u+f27b,u+f475-f54a,u+1f17f,u+1f377,u+1f397,u+1f3a8,u+1f465,u+1f489,u+1f49f,u+1f4ac,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa-1f6ac,u+1f977,u+1f9ea,u+1f9f9,u+1fa9b,u+1fab6}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-18.woff2);unicode-range:u+2197-21a7,u+23f0,u+265a-265f,u+26be,u+2708,u+27a1-2b95,u+f01a-f01b,u+f18e-f190,u+f2d4-f3fc,u+f3ff-f474,u+f4a1,u+1f333,u+1f399,u+1f3be-1f3c0,u+1f3c8,u+1f3cf-1f3d3,u+1f3ed,u+1f48e,u+1f4e6,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+1f9ec,u+1fa79}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-17.woff2);unicode-range:u+2122-2195,u+21a5-21a6,u+21e4-21e5,u+23f1-23f3,u+25ac,u+2660-2663,u+270b-270c,u+2744-274e,u+2b0d,u+2b23,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f343,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f383,u+1f4a9,u+1f4cd,u+1f4dd,u+1f4e4-1f4e5,u+1f504-1f507,u+1f58a,u+1f596,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f91a,u+1f944}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-16.woff2);unicode-range:u+a3-b6,u+201c-20ac,u+20bd,u+231b,u+2600,u+2611,u+2639-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+2705,u+f01d-f088,u+f0f6-f187,u+f191-f1b0,u+f1b3-f24e,u+f252-f253,u+1f382,u+1f393,u+1f44e,u+1f4a3,u+1f4e0,u+1f50b-1f518,u+1f58c,u+1f5b7,u+1f5b9-1f5bb,u+1f5ce,u+1f610,u+1f642,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f9cd,u+1f9ef}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-15.woff2);unicode-range:u+ab,u+bb-d7,u+2039-203a,u+21ba-21c4,u+2304,u+2329-232a,u+23cf-23ee,u+25d0,u+2699,u+26a0,u+2700-2704,u+2715-2716,u+274c,u+e8c5-f013,u+f01e-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0f4,u+f0f9-f10a,u+f115,u+f123,u+f196,u+f29c,u+f381-f382,u+1f34b,u+1f3f7,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f508-1f50a,u+1f50d,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f5d8-1f5d9,u+1f691,u+1f6ab,u+1f6d2,u+1f9f2-1f9f3,u+1fa7a}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-14.woff2);unicode-range:u+e7c2-e8c4}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-13.woff2);unicode-range:u+e70c-e7c1}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-12.woff2);unicode-range:u+e643-e70b}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-11.woff2);unicode-range:u+203d,u+e56f-e642,u+f8bc,u+1f3ae,u+1f68a}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-10.woff2);unicode-range:u+e4b6-e56e}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-9.woff2);unicode-range:u+e41c-e4b5,u+e4ec,u+e4ee,u+e550,u+e559,u+1f344,u+1f363,u+1f36d-1f373,u+1f4af,u+1f92d,u+1f954,u+1f958,u+1f95c-1f95e,u+1f968,u+1f96c,u+1f979,u+1f990-1f991,u+1f99e,u+1f9c2-1f9c7,u+1fad1-1fae5}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-8.woff2);unicode-range:u+e37f-e41b,u+f80b,u+1f330,u+1f345,u+1f366-1f367,u+1f369,u+1f36b-1f36c,u+1f36e-1f370,u+1f952,u+1f956,u+1f959,u+1f963-1f966,u+1f96b,u+1f96f,u+1f980,u+1f9c1,u+1f9c4,u+1f9c6,u+1f9c8,u+1fad3,u+1fad5}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-7.woff2);unicode-range:u+e298-e2c5,u+e2c8-e306,u+e30c-e37e,u+1f964,u+1fae2}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-6.woff2);unicode-range:u+e1de-e206,u+e208-e297}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-5.woff2);unicode-range:u+e126-e1dd}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-4.woff2);unicode-range:u+e058-e0ce,u+e0d0-e125}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-3.woff2);unicode-range:u+22-7e,u+2731,u+e000-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f320,u+1f4fb,u+1f52d,u+1f680,u+1f6b0,u+1f6f8,u+1fa9f}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-2.woff2);unicode-range:u+d8,u+2205,u+2615,u+26ea,u+271d,u+273f,u+f112,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+1f331,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3b2,u+1f3c5,u+1f3d6-1f3d9,u+1f3e8-1f3eb,u+1f409,u+1f41f,u+1f451,u+1f4bd,u+1f4cf,u+1f4da-1f4dc,u+1f4e3,u+1f4ea-1f4f1,u+1f509,u+1f528-1f52a,u+1f547,u+1f6eb,u+1f916,u+1f95b,u+1f9a6,u+1f9e0,u+1f9fe,u+1fa91,u+1fa99}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-1.woff2);unicode-range:u+a9,u+ae,u+201d,u+2303,u+231a,u+2328,u+23fe,u+25a0,u+25b2-25cf,u+25fb-25fc,u+2666-267b,u+2693,u+26a1,u+26aa-26ab,u+26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096,u+f0a2,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f7-f0f8,u+f106,u+f108-f109,u+f10c,u+f10e-f111,u+f11c-f11e,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1db-f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3c1,u+1f3cd,u+1f3e2-1f3e5,u+1f44d,u+1f4a1,u+1f4bb,u+1f4c4-1f4c6,u+1f4cb,u+1f4ce,u+1f4f0,u+1f501,u+1f50c,u+1f514,u+1f534-1f535,u+1f575,u+1f582,u+1f5a5-1f5a9,u+1f5cb,u+1f5d4,u+1f686,u+1f69a,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f7e0-1f7e4,u+1f91d,u+1f9e9,u+1f9ed}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+2013,u+2190-2193,u+2212,u+2399,u+23e9-23ea,u+23f8-23fb,u+25b6,u+2601,u+261d,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f08a,u+f091-f093,u+f095,u+f097,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f12a,u+f155,u+f283,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5,u+1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b2-1f4b3,u+1f4bc,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f513,u+1f516-1f517,u+1f525,u+1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90}.fal{--fa-family:var(--fa-family-classic);--fa-style:300}:host,:root{--fa-font-regular:normal 400 1em/1 var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-25.woff2)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-24.woff2);unicode-range:u+2015-223f,u+2698-f8a7,u+1f32d-1f37f,u+1f3dd-1f477,u+1f4a4-1f4df,u+1f4fe-1f523,u+1f576,u+1f57d-1f595,u+1f6b4-1f6cd,u+1f950-1fa95}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-23.woff2);unicode-range:u+20b8,u+2603-2604,u+2622-2623,u+26c4-26f8,u+e0cf-f7eb,u+1f305-1f32b,u+1f35e,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f5f3-1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f953-1f955,u+1f97e-1f98c,u+1f9e3}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-22.woff2);unicode-range:u+20b4,u+22c3,u+2620,u+262a-2694,u+26b0,u+26c5,u+26e8-26f0,u+26fa-2721,u+f699-f732,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f3f9-1f422,u+1f47b,u+1f54d-1f54e,u+1f56f-1f571,u+1f577-1f578,u+1f5dd-1f5e1,u+1f69c,u+1f967,u+1f984-1f986,u+1f99b-1f9ae,u+1f9fb-1fa93,u+1faa6}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-21.woff2);unicode-range:u+2211-221a,u+22c2,u+2625,u+262c-262e,u+2638,u+e2c6-f698,u+1f3ad-1f3af,u+1f3db,u+1f442-1f453,u+1f4c9-1f4d0,u+1f52c-1f54c,u+1f5c4,u+1f5e2,u+1f6a6,u+1f6d0,u+1f6fb,u+1f9e6-1f9ee,u+1faa5,u+1fac1}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-20.woff2);unicode-range:u+232b,u+269b,u+2711-2712,u+e307,u+f54b-f5e9,u+1f30d-1f30f,u+1f34e-1f34f,u+1f36a-1f378,u+1f392,u+1f3ca,u+1f455,u+1f480,u+1f4d5-1f4d9,u+1f58b,u+1f600-1f697,u+1f6ad,u+1f6b6,u+1f6ce,u+1f6ec,u+1f923-1f941,u+1f9b4-1f9b7,u+1f9f0}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-19.woff2);unicode-range:u+f7,u+221e,u+24bd,u+267e-2685,u+26fd,u+2797,u+e207,u+f27b,u+f475-f54a,u+1f17f,u+1f377,u+1f397,u+1f3a8,u+1f465,u+1f489,u+1f49f,u+1f4ac,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa-1f6ac,u+1f977,u+1f9ea,u+1f9f9,u+1fa9b,u+1fab6}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-18.woff2);unicode-range:u+2197-21a7,u+23f0,u+265a-265f,u+26be,u+2708,u+27a1-2b95,u+f01a-f01b,u+f18e-f190,u+f2d4-f3fc,u+f3ff-f474,u+f4a1,u+1f333,u+1f399,u+1f3be-1f3c0,u+1f3c8,u+1f3cf-1f3d3,u+1f3ed,u+1f48e,u+1f4e6,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+1f9ec,u+1fa79}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-17.woff2);unicode-range:u+2122-2195,u+21a5-21a6,u+21e4-21e5,u+23f1-23f3,u+25ac,u+2660-2663,u+270b-270c,u+2744-274e,u+2b0d,u+2b23,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f343,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f383,u+1f4a9,u+1f4cd,u+1f4dd,u+1f4e4-1f4e5,u+1f504-1f507,u+1f58a,u+1f596,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f91a,u+1f944}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-16.woff2);unicode-range:u+a3-b6,u+201c-20ac,u+20bd,u+231b,u+2600,u+2611,u+2639-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+2705,u+f01d-f088,u+f0f6-f187,u+f191-f1b0,u+f1b3-f24e,u+f252-f253,u+1f382,u+1f393,u+1f44e,u+1f4a3,u+1f4e0,u+1f50b-1f518,u+1f58c,u+1f5b7,u+1f5b9-1f5bb,u+1f5ce,u+1f610,u+1f642,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f9cd,u+1f9ef}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-15.woff2);unicode-range:u+ab,u+bb-d7,u+2039-203a,u+21ba-21c4,u+2304,u+2329-232a,u+23cf-23ee,u+25d0,u+2699,u+26a0,u+2700-2704,u+2715-2716,u+274c,u+e8c5-f013,u+f01e-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0f4,u+f0f9-f10a,u+f115,u+f123,u+f196,u+f29c,u+f381-f382,u+1f34b,u+1f3f7,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f508-1f50a,u+1f50d,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f5d8-1f5d9,u+1f691,u+1f6ab,u+1f6d2,u+1f9f2-1f9f3,u+1fa7a}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-14.woff2);unicode-range:u+e7c2-e8c4}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-13.woff2);unicode-range:u+e70c-e7c1}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-12.woff2);unicode-range:u+e643-e70b}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-11.woff2);unicode-range:u+203d,u+e56f-e642,u+f8bc,u+1f3ae,u+1f68a}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-10.woff2);unicode-range:u+e4b6-e56e}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-9.woff2);unicode-range:u+e41c-e4b5,u+e4ec,u+e4ee,u+e550,u+e559,u+1f344,u+1f363,u+1f36d-1f373,u+1f4af,u+1f92d,u+1f954,u+1f958,u+1f95c-1f95e,u+1f968,u+1f96c,u+1f979,u+1f990-1f991,u+1f99e,u+1f9c2-1f9c7,u+1fad1-1fae5}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-8.woff2);unicode-range:u+e37f-e41b,u+f80b,u+1f330,u+1f345,u+1f366-1f367,u+1f369,u+1f36b-1f36c,u+1f36e-1f370,u+1f952,u+1f956,u+1f959,u+1f963-1f966,u+1f96b,u+1f96f,u+1f980,u+1f9c1,u+1f9c4,u+1f9c6,u+1f9c8,u+1fad3,u+1fad5}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-7.woff2);unicode-range:u+e298-e2c5,u+e2c8-e306,u+e30c-e37e,u+1f964,u+1fae2}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-6.woff2);unicode-range:u+e1de-e206,u+e208-e297}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-5.woff2);unicode-range:u+e126-e1dd}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-4.woff2);unicode-range:u+e058-e0ce,u+e0d0-e125}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-3.woff2);unicode-range:u+22-7e,u+2731,u+e000-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f320,u+1f4fb,u+1f52d,u+1f680,u+1f6b0,u+1f6f8,u+1fa9f}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-2.woff2);unicode-range:u+d8,u+2205,u+2615,u+26ea,u+271d,u+273f,u+f112,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+1f331,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3b2,u+1f3c5,u+1f3d6-1f3d9,u+1f3e8-1f3eb,u+1f409,u+1f41f,u+1f451,u+1f4bd,u+1f4cf,u+1f4da-1f4dc,u+1f4e3,u+1f4ea-1f4f1,u+1f509,u+1f528-1f52a,u+1f547,u+1f6eb,u+1f916,u+1f95b,u+1f9a6,u+1f9e0,u+1f9fe,u+1fa91,u+1fa99}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-1.woff2);unicode-range:u+a9,u+ae,u+201d,u+2303,u+231a,u+2328,u+23fe,u+25a0,u+25b2-25cf,u+25fb-25fc,u+2666-267b,u+2693,u+26a1,u+26aa-26ab,u+26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096,u+f0a2,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f7-f0f8,u+f106,u+f108-f109,u+f10c,u+f10e-f111,u+f11c-f11e,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1db-f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3c1,u+1f3cd,u+1f3e2-1f3e5,u+1f44d,u+1f4a1,u+1f4bb,u+1f4c4-1f4c6,u+1f4cb,u+1f4ce,u+1f4f0,u+1f501,u+1f50c,u+1f514,u+1f534-1f535,u+1f575,u+1f582,u+1f5a5-1f5a9,u+1f5cb,u+1f5d4,u+1f686,u+1f69a,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f7e0-1f7e4,u+1f91d,u+1f9e9,u+1f9ed}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+2013,u+2190-2193,u+2212,u+2399,u+23e9-23ea,u+23f8-23fb,u+25b6,u+2601,u+261d,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f08a,u+f091-f093,u+f095,u+f097,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f12a,u+f155,u+f283,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5,u+1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b2-1f4b3,u+1f4bc,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f513,u+1f516-1f517,u+1f525,u+1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90}.far{--fa-family:var(--fa-family-classic);--fa-style:400}:host,:root{--fa-font-solid:normal 900 1em/1 var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-25.woff2)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-24.woff2);unicode-range:u+2015-223f,u+2698-f8a7,u+1f32d-1f37f,u+1f3dd-1f477,u+1f4a4-1f4df,u+1f4fe-1f523,u+1f576,u+1f57d-1f595,u+1f6b4-1f6cd,u+1f950-1fa95}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-23.woff2);unicode-range:u+20b8,u+2603-2604,u+2622-2623,u+26c4-26f8,u+e0cf-f7eb,u+1f305-1f32b,u+1f35e,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f5f3-1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f953-1f955,u+1f97e-1f98c,u+1f9e3}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-22.woff2);unicode-range:u+20b4,u+22c3,u+2620,u+262a-2694,u+26b0,u+26c5,u+26e8-26f0,u+26fa-2721,u+f699-f732,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f3f9-1f422,u+1f47b,u+1f54d-1f54e,u+1f56f-1f571,u+1f577-1f578,u+1f5dd-1f5e1,u+1f69c,u+1f967,u+1f984-1f986,u+1f99b-1f9ae,u+1f9fb-1fa93,u+1faa6}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-21.woff2);unicode-range:u+2211-221a,u+22c2,u+2625,u+262c-262e,u+2638,u+e2c6-f698,u+1f3ad-1f3af,u+1f3db,u+1f442-1f453,u+1f4c9-1f4d0,u+1f52c-1f54c,u+1f5c4,u+1f5e2,u+1f6a6,u+1f6d0,u+1f6fb,u+1f9e6-1f9ee,u+1faa5,u+1fac1}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-20.woff2);unicode-range:u+232b,u+269b,u+2711-2712,u+e307,u+f54b-f5e9,u+1f30d-1f30f,u+1f34e-1f34f,u+1f36a-1f378,u+1f392,u+1f3ca,u+1f455,u+1f480,u+1f4d5-1f4d9,u+1f58b,u+1f600-1f697,u+1f6ad,u+1f6b6,u+1f6ce,u+1f6ec,u+1f923-1f941,u+1f9b4-1f9b7,u+1f9f0}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-19.woff2);unicode-range:u+f7,u+221e,u+24bd,u+267e-2685,u+26fd,u+2797,u+e207,u+f27b,u+f475-f54a,u+1f17f,u+1f377,u+1f397,u+1f3a8,u+1f465,u+1f489,u+1f49f,u+1f4ac,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa-1f6ac,u+1f977,u+1f9ea,u+1f9f9,u+1fa9b,u+1fab6}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-18.woff2);unicode-range:u+2197-21a7,u+23f0,u+265a-265f,u+26be,u+2708,u+27a1-2b95,u+f01a-f01b,u+f18e-f190,u+f2d4-f3fc,u+f3ff-f474,u+f4a1,u+1f333,u+1f399,u+1f3be-1f3c0,u+1f3c8,u+1f3cf-1f3d3,u+1f3ed,u+1f48e,u+1f4e6,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+1f9ec,u+1fa79}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-17.woff2);unicode-range:u+2122-2195,u+21a5-21a6,u+21e4-21e5,u+23f1-23f3,u+25ac,u+2660-2663,u+270b-270c,u+2744-274e,u+2b0d,u+2b23,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f343,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f383,u+1f4a9,u+1f4cd,u+1f4dd,u+1f4e4-1f4e5,u+1f504-1f507,u+1f58a,u+1f596,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f91a,u+1f944}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-16.woff2);unicode-range:u+a3-b6,u+201c-20ac,u+20bd,u+231b,u+2600,u+2611,u+2639-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+2705,u+f01d-f088,u+f0f6-f187,u+f191-f1b0,u+f1b3-f24e,u+f252-f253,u+1f382,u+1f393,u+1f44e,u+1f4a3,u+1f4e0,u+1f50b-1f518,u+1f58c,u+1f5b7,u+1f5b9-1f5bb,u+1f5ce,u+1f610,u+1f642,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f9cd,u+1f9ef}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-15.woff2);unicode-range:u+ab,u+bb-d7,u+2039-203a,u+21ba-21c4,u+2304,u+2329-232a,u+23cf-23ee,u+25d0,u+2699,u+26a0,u+2700-2704,u+2715-2716,u+274c,u+e8c5-f013,u+f01e-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0f4,u+f0f9-f10a,u+f115,u+f123,u+f196,u+f29c,u+f381-f382,u+1f34b,u+1f3f7,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f508-1f50a,u+1f50d,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f5d8-1f5d9,u+1f691,u+1f6ab,u+1f6d2,u+1f9f2-1f9f3,u+1fa7a}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-14.woff2);unicode-range:u+e7c2-e8c4}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-13.woff2);unicode-range:u+e70c-e7c1}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-12.woff2);unicode-range:u+e643-e70b}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-11.woff2);unicode-range:u+203d,u+e56f-e642,u+f8bc,u+1f3ae,u+1f68a}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-10.woff2);unicode-range:u+e4b6-e56e}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-9.woff2);unicode-range:u+e41c-e4b5,u+e4ec,u+e4ee,u+e550,u+e559,u+1f344,u+1f363,u+1f36d-1f373,u+1f4af,u+1f92d,u+1f954,u+1f958,u+1f95c-1f95e,u+1f968,u+1f96c,u+1f979,u+1f990-1f991,u+1f99e,u+1f9c2-1f9c7,u+1fad1-1fae5}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-8.woff2);unicode-range:u+e37f-e41b,u+f80b,u+1f330,u+1f345,u+1f366-1f367,u+1f369,u+1f36b-1f36c,u+1f36e-1f370,u+1f952,u+1f956,u+1f959,u+1f963-1f966,u+1f96b,u+1f96f,u+1f980,u+1f9c1,u+1f9c4,u+1f9c6,u+1f9c8,u+1fad3,u+1fad5}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-7.woff2);unicode-range:u+e298-e2c5,u+e2c8-e306,u+e30c-e37e,u+1f964,u+1fae2}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-6.woff2);unicode-range:u+e1de-e206,u+e208-e297}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-5.woff2);unicode-range:u+e126-e1dd}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-4.woff2);unicode-range:u+e058-e0ce,u+e0d0-e125}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-3.woff2);unicode-range:u+22-7e,u+2731,u+e000-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f320,u+1f4fb,u+1f52d,u+1f680,u+1f6b0,u+1f6f8,u+1fa9f}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-2.woff2);unicode-range:u+d8,u+2205,u+2615,u+26ea,u+271d,u+273f,u+f112,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+1f331,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3b2,u+1f3c5,u+1f3d6-1f3d9,u+1f3e8-1f3eb,u+1f409,u+1f41f,u+1f451,u+1f4bd,u+1f4cf,u+1f4da-1f4dc,u+1f4e3,u+1f4ea-1f4f1,u+1f509,u+1f528-1f52a,u+1f547,u+1f6eb,u+1f916,u+1f95b,u+1f9a6,u+1f9e0,u+1f9fe,u+1fa91,u+1fa99}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-1.woff2);unicode-range:u+a9,u+ae,u+201d,u+2303,u+231a,u+2328,u+23fe,u+25a0,u+25b2-25cf,u+25fb-25fc,u+2666-267b,u+2693,u+26a1,u+26aa-26ab,u+26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096,u+f0a2,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f7-f0f8,u+f106,u+f108-f109,u+f10c,u+f10e-f111,u+f11c-f11e,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1db-f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3c1,u+1f3cd,u+1f3e2-1f3e5,u+1f44d,u+1f4a1,u+1f4bb,u+1f4c4-1f4c6,u+1f4cb,u+1f4ce,u+1f4f0,u+1f501,u+1f50c,u+1f514,u+1f534-1f535,u+1f575,u+1f582,u+1f5a5-1f5a9,u+1f5cb,u+1f5d4,u+1f686,u+1f69a,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f7e0-1f7e4,u+1f91d,u+1f9e9,u+1f9ed}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+2013,u+2190-2193,u+2212,u+2399,u+23e9-23ea,u+23f8-23fb,u+25b6,u+2601,u+261d,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f08a,u+f091-f093,u+f095,u+f097,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f12a,u+f155,u+f283,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5,u+1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b2-1f4b3,u+1f4bc,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f513,u+1f516-1f517,u+1f525,u+1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90}.fas{--fa-family:var(--fa-family-classic);--fa-style:900}:host,:root{--fa-family-classic:"Font Awesome 7 Pro";--fa-font-thin:normal 100 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-25.woff2)}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-24.woff2);unicode-range:u+2015-223f,u+2698-f8a7,u+1f32d-1f37f,u+1f3dd-1f477,u+1f4a4-1f4df,u+1f4fe-1f523,u+1f576,u+1f57d-1f595,u+1f6b4-1f6cd,u+1f950-1fa95}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-23.woff2);unicode-range:u+20b8,u+2603-2604,u+2622-2623,u+26c4-26f8,u+e0cf-f7eb,u+1f305-1f32b,u+1f35e,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f5f3-1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f953-1f955,u+1f97e-1f98c,u+1f9e3}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-22.woff2);unicode-range:u+20b4,u+22c3,u+2620,u+262a-2694,u+26b0,u+26c5,u+26e8-26f0,u+26fa-2721,u+f699-f732,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f3f9-1f422,u+1f47b,u+1f54d-1f54e,u+1f56f-1f571,u+1f577-1f578,u+1f5dd-1f5e1,u+1f69c,u+1f967,u+1f984-1f986,u+1f99b-1f9ae,u+1f9fb-1fa93,u+1faa6}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-21.woff2);unicode-range:u+2211-221a,u+22c2,u+2625,u+262c-262e,u+2638,u+e2c6-f698,u+1f3ad-1f3af,u+1f3db,u+1f442-1f453,u+1f4c9-1f4d0,u+1f52c-1f54c,u+1f5c4,u+1f5e2,u+1f6a6,u+1f6d0,u+1f6fb,u+1f9e6-1f9ee,u+1faa5,u+1fac1}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-20.woff2);unicode-range:u+232b,u+269b,u+2711-2712,u+e307,u+f54b-f5e9,u+1f30d-1f30f,u+1f34e-1f34f,u+1f36a-1f378,u+1f392,u+1f3ca,u+1f455,u+1f480,u+1f4d5-1f4d9,u+1f58b,u+1f600-1f697,u+1f6ad,u+1f6b6,u+1f6ce,u+1f6ec,u+1f923-1f941,u+1f9b4-1f9b7,u+1f9f0}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-19.woff2);unicode-range:u+f7,u+221e,u+24bd,u+267e-2685,u+26fd,u+2797,u+e207,u+f27b,u+f475-f54a,u+1f17f,u+1f377,u+1f397,u+1f3a8,u+1f465,u+1f489,u+1f49f,u+1f4ac,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa-1f6ac,u+1f977,u+1f9ea,u+1f9f9,u+1fa9b,u+1fab6}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-18.woff2);unicode-range:u+2197-21a7,u+23f0,u+265a-265f,u+26be,u+2708,u+27a1-2b95,u+f01a-f01b,u+f18e-f190,u+f2d4-f3fc,u+f3ff-f474,u+f4a1,u+1f333,u+1f399,u+1f3be-1f3c0,u+1f3c8,u+1f3cf-1f3d3,u+1f3ed,u+1f48e,u+1f4e6,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+1f9ec,u+1fa79}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-17.woff2);unicode-range:u+2122-2195,u+21a5-21a6,u+21e4-21e5,u+23f1-23f3,u+25ac,u+2660-2663,u+270b-270c,u+2744-274e,u+2b0d,u+2b23,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f343,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f383,u+1f4a9,u+1f4cd,u+1f4dd,u+1f4e4-1f4e5,u+1f504-1f507,u+1f58a,u+1f596,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f91a,u+1f944}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-16.woff2);unicode-range:u+a3-b6,u+201c-20ac,u+20bd,u+231b,u+2600,u+2611,u+2639-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+2705,u+f01d-f088,u+f0f6-f187,u+f191-f1b0,u+f1b3-f24e,u+f252-f253,u+1f382,u+1f393,u+1f44e,u+1f4a3,u+1f4e0,u+1f50b-1f518,u+1f58c,u+1f5b7,u+1f5b9-1f5bb,u+1f5ce,u+1f610,u+1f642,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f9cd,u+1f9ef}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-15.woff2);unicode-range:u+ab,u+bb-d7,u+2039-203a,u+21ba-21c4,u+2304,u+2329-232a,u+23cf-23ee,u+25d0,u+2699,u+26a0,u+2700-2704,u+2715-2716,u+274c,u+e8c5-f013,u+f01e-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0f4,u+f0f9-f10a,u+f115,u+f123,u+f196,u+f29c,u+f381-f382,u+1f34b,u+1f3f7,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f508-1f50a,u+1f50d,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f5d8-1f5d9,u+1f691,u+1f6ab,u+1f6d2,u+1f9f2-1f9f3,u+1fa7a}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-14.woff2);unicode-range:u+e7c2-e8c4}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-13.woff2);unicode-range:u+e70c-e7c1}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-12.woff2);unicode-range:u+e643-e70b}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-11.woff2);unicode-range:u+203d,u+e56f-e642,u+f8bc,u+1f3ae,u+1f68a}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-10.woff2);unicode-range:u+e4b6-e56e}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-9.woff2);unicode-range:u+e41c-e4b5,u+e4ec,u+e4ee,u+e550,u+e559,u+1f344,u+1f363,u+1f36d-1f373,u+1f4af,u+1f92d,u+1f954,u+1f958,u+1f95c-1f95e,u+1f968,u+1f96c,u+1f979,u+1f990-1f991,u+1f99e,u+1f9c2-1f9c7,u+1fad1-1fae5}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-8.woff2);unicode-range:u+e37f-e41b,u+f80b,u+1f330,u+1f345,u+1f366-1f367,u+1f369,u+1f36b-1f36c,u+1f36e-1f370,u+1f952,u+1f956,u+1f959,u+1f963-1f966,u+1f96b,u+1f96f,u+1f980,u+1f9c1,u+1f9c4,u+1f9c6,u+1f9c8,u+1fad3,u+1fad5}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-7.woff2);unicode-range:u+e298-e2c5,u+e2c8-e306,u+e30c-e37e,u+1f964,u+1fae2}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-6.woff2);unicode-range:u+e1de-e206,u+e208-e297}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-5.woff2);unicode-range:u+e126-e1dd}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-4.woff2);unicode-range:u+e058-e0ce,u+e0d0-e125}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-3.woff2);unicode-range:u+22-7e,u+2731,u+e000-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f320,u+1f4fb,u+1f52d,u+1f680,u+1f6b0,u+1f6f8,u+1fa9f}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-2.woff2);unicode-range:u+d8,u+2205,u+2615,u+26ea,u+271d,u+273f,u+f112,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+1f331,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3b2,u+1f3c5,u+1f3d6-1f3d9,u+1f3e8-1f3eb,u+1f409,u+1f41f,u+1f451,u+1f4bd,u+1f4cf,u+1f4da-1f4dc,u+1f4e3,u+1f4ea-1f4f1,u+1f509,u+1f528-1f52a,u+1f547,u+1f6eb,u+1f916,u+1f95b,u+1f9a6,u+1f9e0,u+1f9fe,u+1fa91,u+1fa99}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-1.woff2);unicode-range:u+a9,u+ae,u+201d,u+2303,u+231a,u+2328,u+23fe,u+25a0,u+25b2-25cf,u+25fb-25fc,u+2666-267b,u+2693,u+26a1,u+26aa-26ab,u+26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096,u+f0a2,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f7-f0f8,u+f106,u+f108-f109,u+f10c,u+f10e-f111,u+f11c-f11e,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1db-f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3c1,u+1f3cd,u+1f3e2-1f3e5,u+1f44d,u+1f4a1,u+1f4bb,u+1f4c4-1f4c6,u+1f4cb,u+1f4ce,u+1f4f0,u+1f501,u+1f50c,u+1f514,u+1f534-1f535,u+1f575,u+1f582,u+1f5a5-1f5a9,u+1f5cb,u+1f5d4,u+1f686,u+1f69a,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f7e0-1f7e4,u+1f91d,u+1f9e9,u+1f9ed}@font-face{font-family:"Font Awesome 7 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thin-100-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+2013,u+2190-2193,u+2212,u+2399,u+23e9-23ea,u+23f8-23fb,u+25b6,u+2601,u+261d,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f08a,u+f091-f093,u+f095,u+f097,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f12a,u+f155,u+f283,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5,u+1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b2-1f4b3,u+1f4bc,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f513,u+1f516-1f517,u+1f525,u+1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90}.fat{--fa-style:100}.fa-classic,.fat{--fa-family:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-0.woff2) format("woff2");unicode-range:u+e007,u+e013,u+e01a,u+e01e,u+e049,u+e052,u+e055-e057,u+e077-e084,u+e087-e088,u+e499,u+f08c,u+f099-f09b,u+f0d2,u+f13b,u+f167,u+f16b-f16d,u+f179-f17c,u+f17e,u+f18c,u+f19a-f19b,u+f1a0,u+f1b4,u+f1bc,u+f1be,u+f1e8,u+f1ed,u+f1f0-f1f1,u+f20e,u+f210,u+f213-f214,u+f232,u+f23a,u+f26b,u+f270,u+f288,u+f299,u+f2a6,u+f2b0,u+f2c5-f2c6,u+f2e0,u+f368,u+f379,u+f392-f393,u+f39f,u+f3a9,u+f3ab-f3ac,u+f3c0,u+f3c7,u+f3ca,u+f3e2,u+f3eb-f3ec,u+f3f8,u+f3fe,u+f419,u+f41b,u+f4d5,u+f4e4,u+f4f8-f4f9,u+f514,u+f5b5,u+f6c9,u+f731,u+f77b,u+f7af,u+f7e1,u+f83b}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-1.woff2) format("woff2");unicode-range:u+f081-f082,u+f092,u+f0d3-f0d5,u+f0e1,u+f113,u+f136,u+f13c,u+f15a,u+f168-f169,u+f16e,u+f170-f171,u+f173-f174,u+f17d,u+f180-f181,u+f184,u+f189-f18b,u+f18d,u+f194,u+f198,u+f19e,u+f1a1-f1aa,u+f1b5-f1b7,u+f1bd,u+f1ca-f1cc,u+f1d0-f1d7,u+f1e7,u+f1e9,u+f1ee,u+f1f2-f1f5,u+f202-f203,u+f208-f209,u+f20d,u+f211-f212,u+f215-f216,u+f231,u+f237,u+f23b-f23e,u+f24b-f24c,u+f25e,u+f260-f261,u+f263-f26a,u+f26d-f26e,u+f27c-f27e,u+f280-f282,u+f284-f287,u+f289-f28a,u+f293-f294,u+f296-f298,u+f2a5,u+f2a9-f2ae,u+f2b1-f2b4,u+f2b8,u+f2c4,u+f2d5-f2da,u+f2dd-f2de,u+f35c,u+f369-f36c,u+f3ef,u+f425,u+f4e6}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-2.woff2) format("woff2");unicode-range:u+f36d-f375,u+f378,u+f37a-f37d,u+f37f-f380,u+f383-f385,u+f388,u+f38b-f38f,u+f391,u+f394-f397,u+f399-f39a,u+f39d-f39e,u+f3a1-f3a4,u+f3a6-f3a8,u+f3aa,u+f3ad-f3b2,u+f3b4-f3bd,u+f3c3-f3c4,u+f3c6,u+f3c8,u+f3cb-f3cc,u+f3d0,u+f3d2-f3dc,u+f3df,u+f3e1,u+f3e3-f3e4,u+f3e6-f3ea,u+f3ee,u+f3f3,u+f3f5-f3f7,u+f3f9,u+f402-f405,u+f407-f40d,u+f411-f417,u+f41a,u+f41c-f421,u+f423,u+f426-f431,u+f44d,u+f452,u+f457,u+f459,u+f4e5,u+f4e7-f4f7,u+f50a-f513,u+f592,u+f59e,u+f5a3,u+f5a8,u+f5b2,u+f5be,u+f5c6,u+f5cc,u+f5cf,u+f5f1,u+f5f7,u+f5fa,u+f60f,u+f612,u+f63f,u+f642,u+f69d,u+f6ca}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-3.woff2) format("woff2");unicode-range:u+f6cc,u+f6dc,u+f730,u+f75d,u+f77a,u+f785,u+f789,u+f78d,u+f790-f791,u+f797-f799,u+f7b0-f7b1,u+f7b3,u+f7bb-f7bc,u+f7c6,u+f7d3,u+f7d6,u+f7df-f7e0,u+f7e3,u+f834-f83a,u+f83c-f83d,u+f83f-f842,u+f89e,u+f8a6,u+f8ca,u+f8d2,u+f8e1,u+f8e8}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-0.woff2) format("woff2");unicode-range:u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f005,u+f007-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091,u+f093,u+f095,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-1.woff2) format("woff2");unicode-range:u+f040,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1,u+f0d6-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f108-f109,u+f10e,u+f110-f111,u+f11c,u+f11e,u+f121,u+f126,u+f129,u+f12c-f12e,u+f130-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb,u+f1c0-f1c3,u+f1ce,u+f1d8,u+f1dc,u+f1e4-f1e6,u+f1ea-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d,u+f233-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e,u+f2a0,u+f2a7,u+f2b5,u+f2bb,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-2.woff2) format("woff2");unicode-range:u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-3.woff2) format("woff2");unicode-range:u+e000-e006,u+e008-e00f,u+e011-e012,u+e014-e016,u+e018-e019,u+e01c-e01d,u+e022-e023,u+e025-e02e,u+e030-e039,u+e03b-e041,u+e043-e044,u+e047-e048,u+e04a-e051,u+e053-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-4.woff2) format("woff2");unicode-range:u+e058-e05e,u+e061-e067,u+e069-e06d,u+e06f-e073,u+e075,u+e085-e086}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-8.woff2) format("woff2");unicode-range:u+f80b}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-11.woff2) format("woff2");unicode-range:u+f8bc}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-15.woff2) format("woff2");unicode-range:u+f000,u+f002,u+f009-f00b,u+f00d-f00e,u+f010,u+f013,u+f01e,u+f021-f022,u+f026-f029,u+f02b,u+f032-f039,u+f03b-f03c,u+f042-f044,u+f047-f049,u+f050-f05a,u+f05e,u+f066,u+f06a,u+f070-f071,u+f073-f074,u+f076,u+f079-f07a,u+f07c-f07e,u+f080,u+f083,u+f085,u+f089,u+f08b,u+f08d-f08e,u+f090,u+f094,u+f098,u+f09e,u+f0a0-f0a1,u+f0a4-f0a5,u+f0a7-f0ab,u+f0ae,u+f0b2,u+f0c3-f0c4,u+f0c7,u+f0ca-f0cb,u+f0cd,u+f0d0,u+f0d8-f0db,u+f0dd-f0de,u+f0e2-f0e3,u+f0e9-f0ea,u+f0ec-f0ee,u+f0f0-f0f2,u+f0f4,u+f0f9-f0fe,u+f100-f105,u+f107,u+f10a,u+f381-f382}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-16.woff2) format("woff2");unicode-range:u+f10b,u+f10d,u+f118-f11b,u+f120,u+f122,u+f124-f125,u+f127,u+f12b,u+f134,u+f137-f13a,u+f13e,u+f141-f144,u+f146,u+f148-f14d,u+f150-f154,u+f156-f159,u+f15c-f15e,u+f160-f163,u+f165,u+f175-f178,u+f182-f183,u+f185,u+f187,u+f191-f193,u+f195,u+f197,u+f199,u+f19c-f19d,u+f1ac,u+f1b0,u+f1b3,u+f1b9-f1ba,u+f1c4-f1c9,u+f1cd,u+f1da,u+f1dd-f1de,u+f1e0-f1e3,u+f1f6,u+f1fb-f1fe,u+f200-f201,u+f204,u+f206-f207,u+f20b,u+f218,u+f21e,u+f221-f22c,u+f235-f236,u+f239,u+f240-f245,u+f247-f249,u+f24e,u+f252-f253}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-17.woff2) format("woff2");unicode-range:u+f254-f25c,u+f26c,u+f271-f274,u+f276-f277,u+f279-f27a,u+f28b,u+f28d,u+f290-f291,u+f29a,u+f29d,u+f2a1-f2a4,u+f2a8,u+f2b6,u+f2b9,u+f2bd,u+f2c1-f2c2,u+f2c7-f2cb,u+f2ce,u+f2d0-f2d1,u+f2d3,u+f2dc,u+f2e2-f2eb,u+f2ed-f2ee,u+f2f0-f2f6,u+f2f8-f2fb,u+f2fd-f2fe,u+f300-f301,u+f304-f315,u+f317-f319,u+f31c-f31e,u+f320-f327,u+f329-f32e,u+f330-f331,u+f333-f334,u+f336-f33e,u+f340-f343,u+f4e6,u+f8e5}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-18.woff2) format("woff2");unicode-range:u+f344-f34e,u+f350-f35b,u+f35d,u+f360-f362,u+f364-f367,u+f376-f377,u+f386-f387,u+f389-f38a,u+f39b-f39c,u+f3a5,u+f3b3,u+f3be-f3bf,u+f3c1-f3c2,u+f3c9,u+f3cd,u+f3cf,u+f3d1,u+f3dd-f3de,u+f3e0,u+f3ed,u+f3f0-f3f2,u+f3fa,u+f3fc,u+f3ff-f401,u+f40f-f410,u+f422,u+f424,u+f432-f434,u+f436-f44a,u+f44c,u+f44e-f451,u+f453-f456,u+f458,u+f45a-f474,u+f4a1}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-19.woff2) format("woff2");unicode-range:u+f475-f47c,u+f47e-f480,u+f482-f489,u+f48b-f48e,u+f491-f492,u+f495-f497,u+f499-f4a0,u+f4a2-f4b6,u+f4b8-f4c5,u+f4c7-f4c9,u+f4cb,u+f4cd-f4d0,u+f4d2-f4d4,u+f4d6,u+f4d9-f4e1,u+f4e3,u+f4fa-f502,u+f504-f507,u+f509,u+f515-f51a,u+f51c,u+f51f-f520,u+f523-f52a,u+f52d-f52f,u+f532-f534,u+f537-f53d,u+f53f-f540,u+f542,u+f546-f547,u+f54a}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-20.woff2) format("woff2");unicode-range:u+f54b-f54d,u+f54f-f554,u+f556-f558,u+f55a-f55c,u+f55e-f563,u+f565-f56b,u+f56d,u+f571-f576,u+f579-f58e,u+f591,u+f593,u+f596-f59d,u+f59f-f5a0,u+f5a4-f5a7,u+f5a9,u+f5ac-f5af,u+f5b1,u+f5b3-f5b4,u+f5b6,u+f5b8-f5b9,u+f5bb-f5bd,u+f5c0-f5c5,u+f5c7-f5c9,u+f5cd-f5ce,u+f5d0-f5da,u+f5dd-f5e9}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-21.woff2) format("woff2");unicode-range:u+f0e4,u+f3fd,u+f5ea-f5ee,u+f5f0,u+f5f3-f5f5,u+f5f8-f5f9,u+f5fc,u+f5fe-f60e,u+f610-f611,u+f613-f620,u+f622-f63a,u+f63c-f63e,u+f640-f641,u+f643-f648,u+f64b-f64e,u+f650-f652,u+f655,u+f657-f65a,u+f65c-f663,u+f665-f672,u+f674,u+f676-f67c,u+f67e,u+f680-f694,u+f696-f698}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-22.woff2) format("woff2");unicode-range:u+f699-f69b,u+f69e,u+f6a0-f6a7,u+f6a9-f6ae,u+f6b0-f6be,u+f6c1-f6c8,u+f6cb,u+f6cd-f6d4,u+f6d6-f6db,u+f6dd-f6e2,u+f6e4-f6e8,u+f6ea-f6f4,u+f6f6-f6f9,u+f6fb-f6fe,u+f701-f703,u+f705-f70a,u+f70c-f70d,u+f70f-f714,u+f716-f71a,u+f71c-f72d,u+f732}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-23.woff2) format("woff2");unicode-range:u+f735-f746,u+f748-f754,u+f756,u+f758-f75b,u+f75e-f761,u+f763-f772,u+f774-f777,u+f779,u+f77d-f780,u+f782-f783,u+f786-f787,u+f78a-f78c,u+f78e-f78f,u+f792-f796,u+f79a-f7ae,u+f7b4-f7b5,u+f7b7-f7ba,u+f7be-f7c5,u+f7c7-f7d2,u+f7d4,u+f7d7-f7de,u+f7e2,u+f7e4-f7eb}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-24.woff2) format("woff2");unicode-range:u+f7ec-f7ed,u+f7ef-f7fe,u+f800,u+f802-f803,u+f805-f809,u+f80d-f812,u+f815-f82e,u+f831-f833,u+f83e,u+f843-f844,u+f847-f84f,u+f851-f854,u+f856-f857,u+f85a-f85b,u+f85d-f865,u+f867-f86c,u+f86e-f870,u+f872-f874,u+f876-f892,u+f895-f896,u+f898-f89d,u+f8a0-f8a5,u+f8a7}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-25.woff2) format("woff2");unicode-range:u+f8a8,u+f8aa-f8b0,u+f8b3-f8ba,u+f8bd-f8c6,u+f8c8-f8c9,u+f8cb-f8d1,u+f8d3-f8d5,u+f8d8,u+f8da-f8de,u+f8e2-f8e4,u+f8e6,u+f8e9-f8ed,u+f8f0-f8fc,u+f8fe-f8ff}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-0.woff2) format("woff2");unicode-range:u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f005,u+f007-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091,u+f093,u+f095,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-1.woff2) format("woff2");unicode-range:u+f040,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1,u+f0d6-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f108-f109,u+f10e,u+f110-f111,u+f11c,u+f11e,u+f121,u+f126,u+f129,u+f12c-f12e,u+f130-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb,u+f1c0-f1c3,u+f1ce,u+f1d8,u+f1dc,u+f1e4-f1e6,u+f1ea-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d,u+f233-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e,u+f2a0,u+f2a7,u+f2b5,u+f2bb,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-2.woff2) format("woff2");unicode-range:u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-3.woff2) format("woff2");unicode-range:u+e000-e006,u+e008-e00f,u+e011-e012,u+e014-e016,u+e018-e019,u+e01c-e01d,u+e022-e023,u+e025-e02e,u+e030-e039,u+e03b-e041,u+e043-e044,u+e047-e048,u+e04a-e051,u+e053-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-4.woff2) format("woff2");unicode-range:u+e058-e05e,u+e061-e067,u+e069-e06d,u+e06f-e073,u+e075,u+e085-e086}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-8.woff2) format("woff2");unicode-range:u+f80b}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-11.woff2) format("woff2");unicode-range:u+f8bc}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-15.woff2) format("woff2");unicode-range:u+f000,u+f002,u+f009-f00b,u+f00d-f00e,u+f010,u+f013,u+f01e,u+f021-f022,u+f026-f029,u+f02b,u+f032-f039,u+f03b-f03c,u+f042-f044,u+f047-f049,u+f050-f05a,u+f05e,u+f066,u+f06a,u+f070-f071,u+f073-f074,u+f076,u+f079-f07a,u+f07c-f07e,u+f080,u+f083,u+f085,u+f089,u+f08b,u+f08d-f08e,u+f090,u+f094,u+f098,u+f09e,u+f0a0-f0a1,u+f0a4-f0a5,u+f0a7-f0ab,u+f0ae,u+f0b2,u+f0c3-f0c4,u+f0c7,u+f0ca-f0cb,u+f0cd,u+f0d0,u+f0d8-f0db,u+f0dd-f0de,u+f0e2-f0e3,u+f0e9-f0ea,u+f0ec-f0ee,u+f0f0-f0f2,u+f0f4,u+f0f9-f0fe,u+f100-f105,u+f107,u+f10a,u+f381-f382}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-16.woff2) format("woff2");unicode-range:u+f10b,u+f10d,u+f118-f11b,u+f120,u+f122,u+f124-f125,u+f127,u+f12b,u+f134,u+f137-f13a,u+f13e,u+f141-f144,u+f146,u+f148-f14d,u+f150-f154,u+f156-f159,u+f15c-f15e,u+f160-f163,u+f165,u+f175-f178,u+f182-f183,u+f185,u+f187,u+f191-f193,u+f195,u+f197,u+f199,u+f19c-f19d,u+f1ac,u+f1b0,u+f1b3,u+f1b9-f1ba,u+f1c4-f1c9,u+f1cd,u+f1da,u+f1dd-f1de,u+f1e0-f1e3,u+f1f6,u+f1fb-f1fe,u+f200-f201,u+f204,u+f206-f207,u+f20b,u+f218,u+f21e,u+f221-f22c,u+f235-f236,u+f239,u+f240-f245,u+f247-f249,u+f24e,u+f252-f253}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-17.woff2) format("woff2");unicode-range:u+f254-f25c,u+f26c,u+f271-f274,u+f276-f277,u+f279-f27a,u+f28b,u+f28d,u+f290-f291,u+f29a,u+f29d,u+f2a1-f2a4,u+f2a8,u+f2b6,u+f2b9,u+f2bd,u+f2c1-f2c2,u+f2c7-f2cb,u+f2ce,u+f2d0-f2d1,u+f2d3,u+f2dc,u+f2e2-f2eb,u+f2ed-f2ee,u+f2f0-f2f6,u+f2f8-f2fb,u+f2fd-f2fe,u+f300-f301,u+f304-f315,u+f317-f319,u+f31c-f31e,u+f320-f327,u+f329-f32e,u+f330-f331,u+f333-f334,u+f336-f33e,u+f340-f343,u+f4e6,u+f8e5}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-18.woff2) format("woff2");unicode-range:u+f344-f34e,u+f350-f35b,u+f35d,u+f360-f362,u+f364-f367,u+f376-f377,u+f386-f387,u+f389-f38a,u+f39b-f39c,u+f3a5,u+f3b3,u+f3be-f3bf,u+f3c1-f3c2,u+f3c9,u+f3cd,u+f3cf,u+f3d1,u+f3dd-f3de,u+f3e0,u+f3ed,u+f3f0-f3f2,u+f3fa,u+f3fc,u+f3ff-f401,u+f40f-f410,u+f422,u+f424,u+f432-f434,u+f436-f44a,u+f44c,u+f44e-f451,u+f453-f456,u+f458,u+f45a-f474,u+f4a1}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-19.woff2) format("woff2");unicode-range:u+f475-f47c,u+f47e-f480,u+f482-f489,u+f48b-f48e,u+f491-f492,u+f495-f497,u+f499-f4a0,u+f4a2-f4b6,u+f4b8-f4c5,u+f4c7-f4c9,u+f4cb,u+f4cd-f4d0,u+f4d2-f4d4,u+f4d6,u+f4d9-f4e1,u+f4e3,u+f4fa-f502,u+f504-f507,u+f509,u+f515-f51a,u+f51c,u+f51f-f520,u+f523-f52a,u+f52d-f52f,u+f532-f534,u+f537-f53d,u+f53f-f540,u+f542,u+f546-f547,u+f54a}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-20.woff2) format("woff2");unicode-range:u+f54b-f54d,u+f54f-f554,u+f556-f558,u+f55a-f55c,u+f55e-f563,u+f565-f56b,u+f56d,u+f571-f576,u+f579-f58e,u+f591,u+f593,u+f596-f59d,u+f59f-f5a0,u+f5a4-f5a7,u+f5a9,u+f5ac-f5af,u+f5b1,u+f5b3-f5b4,u+f5b6,u+f5b8-f5b9,u+f5bb-f5bd,u+f5c0-f5c5,u+f5c7-f5c9,u+f5cd-f5ce,u+f5d0-f5da,u+f5dd-f5e9}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-21.woff2) format("woff2");unicode-range:u+f0e4,u+f3fd,u+f5ea-f5ee,u+f5f0,u+f5f3-f5f5,u+f5f8-f5f9,u+f5fc,u+f5fe-f60e,u+f610-f611,u+f613-f620,u+f622-f63a,u+f63c-f63e,u+f640-f641,u+f643-f648,u+f64b-f64e,u+f650-f652,u+f655,u+f657-f65a,u+f65c-f663,u+f665-f672,u+f674,u+f676-f67c,u+f67e,u+f680-f694,u+f696-f698}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-22.woff2) format("woff2");unicode-range:u+f699-f69b,u+f69e,u+f6a0-f6a7,u+f6a9-f6ae,u+f6b0-f6be,u+f6c1-f6c8,u+f6cb,u+f6cd-f6d4,u+f6d6-f6db,u+f6dd-f6e2,u+f6e4-f6e8,u+f6ea-f6f4,u+f6f6-f6f9,u+f6fb-f6fe,u+f701-f703,u+f705-f70a,u+f70c-f70d,u+f70f-f714,u+f716-f71a,u+f71c-f72d,u+f732}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-23.woff2) format("woff2");unicode-range:u+f735-f746,u+f748-f754,u+f756,u+f758-f75b,u+f75e-f761,u+f763-f772,u+f774-f777,u+f779,u+f77d-f780,u+f782-f783,u+f786-f787,u+f78a-f78c,u+f78e-f78f,u+f792-f796,u+f79a-f7ae,u+f7b4-f7b5,u+f7b7-f7ba,u+f7be-f7c5,u+f7c7-f7d2,u+f7d4,u+f7d7-f7de,u+f7e2,u+f7e4-f7eb}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-24.woff2) format("woff2");unicode-range:u+f7ec-f7ed,u+f7ef-f7fe,u+f800,u+f802-f803,u+f805-f809,u+f80d-f812,u+f815-f82e,u+f831-f833,u+f83e,u+f843-f844,u+f847-f84f,u+f851-f854,u+f856-f857,u+f85a-f85b,u+f85d-f865,u+f867-f86c,u+f86e-f870,u+f872-f874,u+f876-f892,u+f895-f896,u+f898-f89d,u+f8a0-f8a5,u+f8a7}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-25.woff2) format("woff2");unicode-range:u+f8a8,u+f8aa-f8b0,u+f8b3-f8ba,u+f8bd-f8c6,u+f8c8-f8c9,u+f8cb-f8d1,u+f8d3-f8d5,u+f8d8,u+f8da-f8de,u+f8e2-f8e4,u+f8e6,u+f8e9-f8ed,u+f8f0-f8fc,u+f8fe-f8ff}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-0.woff2) format("woff2");unicode-range:u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f005,u+f007-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091,u+f093,u+f095,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-1.woff2) format("woff2");unicode-range:u+f040,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1,u+f0d6-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f108-f109,u+f10e,u+f110-f111,u+f11c,u+f11e,u+f121,u+f126,u+f129,u+f12c-f12e,u+f130-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb,u+f1c0-f1c3,u+f1ce,u+f1d8,u+f1dc,u+f1e4-f1e6,u+f1ea-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d,u+f233-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e,u+f2a0,u+f2a7,u+f2b5,u+f2bb,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-2.woff2) format("woff2");unicode-range:u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-3.woff2) format("woff2");unicode-range:u+e000-e006,u+e008-e00f,u+e011-e012,u+e014-e016,u+e018-e019,u+e01c-e01d,u+e022-e023,u+e025-e02e,u+e030-e039,u+e03b-e041,u+e043-e044,u+e047-e048,u+e04a-e051,u+e053-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-4.woff2) format("woff2");unicode-range:u+e058-e05e,u+e061-e067,u+e069-e06d,u+e06f-e073,u+e075,u+e085-e086}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-8.woff2) format("woff2");unicode-range:u+f80b}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-11.woff2) format("woff2");unicode-range:u+f8bc}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-15.woff2) format("woff2");unicode-range:u+f000,u+f002,u+f009-f00b,u+f00d-f00e,u+f010,u+f013,u+f01e,u+f021-f022,u+f026-f029,u+f02b,u+f032-f039,u+f03b-f03c,u+f042-f044,u+f047-f049,u+f050-f05a,u+f05e,u+f066,u+f06a,u+f070-f071,u+f073-f074,u+f076,u+f079-f07a,u+f07c-f07e,u+f080,u+f083,u+f085,u+f089,u+f08b,u+f08d-f08e,u+f090,u+f094,u+f098,u+f09e,u+f0a0-f0a1,u+f0a4-f0a5,u+f0a7-f0ab,u+f0ae,u+f0b2,u+f0c3-f0c4,u+f0c7,u+f0ca-f0cb,u+f0cd,u+f0d0,u+f0d8-f0db,u+f0dd-f0de,u+f0e2-f0e3,u+f0e9-f0ea,u+f0ec-f0ee,u+f0f0-f0f2,u+f0f4,u+f0f9-f0fe,u+f100-f105,u+f107,u+f10a,u+f381-f382}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-16.woff2) format("woff2");unicode-range:u+f10b,u+f10d,u+f118-f11b,u+f120,u+f122,u+f124-f125,u+f127,u+f12b,u+f134,u+f137-f13a,u+f13e,u+f141-f144,u+f146,u+f148-f14d,u+f150-f154,u+f156-f159,u+f15c-f15e,u+f160-f163,u+f165,u+f175-f178,u+f182-f183,u+f185,u+f187,u+f191-f193,u+f195,u+f197,u+f199,u+f19c-f19d,u+f1ac,u+f1b0,u+f1b3,u+f1b9-f1ba,u+f1c4-f1c9,u+f1cd,u+f1da,u+f1dd-f1de,u+f1e0-f1e3,u+f1f6,u+f1fb-f1fe,u+f200-f201,u+f204,u+f206-f207,u+f20b,u+f218,u+f21e,u+f221-f22c,u+f235-f236,u+f239,u+f240-f245,u+f247-f249,u+f24e,u+f252-f253}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-17.woff2) format("woff2");unicode-range:u+f254-f25c,u+f26c,u+f271-f274,u+f276-f277,u+f279-f27a,u+f28b,u+f28d,u+f290-f291,u+f29a,u+f29d,u+f2a1-f2a4,u+f2a8,u+f2b6,u+f2b9,u+f2bd,u+f2c1-f2c2,u+f2c7-f2cb,u+f2ce,u+f2d0-f2d1,u+f2d3,u+f2dc,u+f2e2-f2eb,u+f2ed-f2ee,u+f2f0-f2f6,u+f2f8-f2fb,u+f2fd-f2fe,u+f300-f301,u+f304-f315,u+f317-f319,u+f31c-f31e,u+f320-f327,u+f329-f32e,u+f330-f331,u+f333-f334,u+f336-f33e,u+f340-f343,u+f4e6,u+f8e5}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-18.woff2) format("woff2");unicode-range:u+f344-f34e,u+f350-f35b,u+f35d,u+f360-f362,u+f364-f367,u+f376-f377,u+f386-f387,u+f389-f38a,u+f39b-f39c,u+f3a5,u+f3b3,u+f3be-f3bf,u+f3c1-f3c2,u+f3c9,u+f3cd,u+f3cf,u+f3d1,u+f3dd-f3de,u+f3e0,u+f3ed,u+f3f0-f3f2,u+f3fa,u+f3fc,u+f3ff-f401,u+f40f-f410,u+f422,u+f424,u+f432-f434,u+f436-f44a,u+f44c,u+f44e-f451,u+f453-f456,u+f458,u+f45a-f474,u+f4a1}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-19.woff2) format("woff2");unicode-range:u+f475-f47c,u+f47e-f480,u+f482-f489,u+f48b-f48e,u+f491-f492,u+f495-f497,u+f499-f4a0,u+f4a2-f4b6,u+f4b8-f4c5,u+f4c7-f4c9,u+f4cb,u+f4cd-f4d0,u+f4d2-f4d4,u+f4d6,u+f4d9-f4e1,u+f4e3,u+f4fa-f502,u+f504-f507,u+f509,u+f515-f51a,u+f51c,u+f51f-f520,u+f523-f52a,u+f52d-f52f,u+f532-f534,u+f537-f53d,u+f53f-f540,u+f542,u+f546-f547,u+f54a}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-20.woff2) format("woff2");unicode-range:u+f54b-f54d,u+f54f-f554,u+f556-f558,u+f55a-f55c,u+f55e-f563,u+f565-f56b,u+f56d,u+f571-f576,u+f579-f58e,u+f591,u+f593,u+f596-f59d,u+f59f-f5a0,u+f5a4-f5a7,u+f5a9,u+f5ac-f5af,u+f5b1,u+f5b3-f5b4,u+f5b6,u+f5b8-f5b9,u+f5bb-f5bd,u+f5c0-f5c5,u+f5c7-f5c9,u+f5cd-f5ce,u+f5d0-f5da,u+f5dd-f5e9}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-21.woff2) format("woff2");unicode-range:u+f0e4,u+f3fd,u+f5ea-f5ee,u+f5f0,u+f5f3-f5f5,u+f5f8-f5f9,u+f5fc,u+f5fe-f60e,u+f610-f611,u+f613-f620,u+f622-f63a,u+f63c-f63e,u+f640-f641,u+f643-f648,u+f64b-f64e,u+f650-f652,u+f655,u+f657-f65a,u+f65c-f663,u+f665-f672,u+f674,u+f676-f67c,u+f67e,u+f680-f694,u+f696-f698}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-22.woff2) format("woff2");unicode-range:u+f699-f69b,u+f69e,u+f6a0-f6a7,u+f6a9-f6ae,u+f6b0-f6be,u+f6c1-f6c8,u+f6cb,u+f6cd-f6d4,u+f6d6-f6db,u+f6dd-f6e2,u+f6e4-f6e8,u+f6ea-f6f4,u+f6f6-f6f9,u+f6fb-f6fe,u+f701-f703,u+f705-f70a,u+f70c-f70d,u+f70f-f714,u+f716-f71a,u+f71c-f72d,u+f732}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-23.woff2) format("woff2");unicode-range:u+f735-f746,u+f748-f754,u+f756,u+f758-f75b,u+f75e-f761,u+f763-f772,u+f774-f777,u+f779,u+f77d-f780,u+f782-f783,u+f786-f787,u+f78a-f78c,u+f78e-f78f,u+f792-f796,u+f79a-f7ae,u+f7b4-f7b5,u+f7b7-f7ba,u+f7be-f7c5,u+f7c7-f7d2,u+f7d4,u+f7d7-f7de,u+f7e2,u+f7e4-f7eb}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-24.woff2) format("woff2");unicode-range:u+f7ec-f7ed,u+f7ef-f7fe,u+f800,u+f802-f803,u+f805-f809,u+f80d-f812,u+f815-f82e,u+f831-f833,u+f83e,u+f843-f844,u+f847-f84f,u+f851-f854,u+f856-f857,u+f85a-f85b,u+f85d-f865,u+f867-f86c,u+f86e-f870,u+f872-f874,u+f876-f892,u+f895-f896,u+f898-f89d,u+f8a0-f8a5,u+f8a7}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-light-300-25.woff2) format("woff2");unicode-range:u+f8a8,u+f8aa-f8b0,u+f8b3-f8ba,u+f8bd-f8c6,u+f8c8-f8c9,u+f8cb-f8d1,u+f8d3-f8d5,u+f8d8,u+f8da-f8de,u+f8e2-f8e4,u+f8e6,u+f8e9-f8ed,u+f8f0-f8fc,u+f8fe-f8ff}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-0.woff2) format("woff2");unicode-range:u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f005,u+f007-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04d,u+f067,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+10e010,u+10e017,u+10e01b,u+10e01f-10e021,u+10e024,u+10e02f,u+10e03a,u+10e042,u+10e045-10e046,u+10e05f-10e060,u+10e068,u+10e06e,u+10e074,u+10e076,u+10f001,u+10f004-10f005,u+10f007-10f008,u+10f00c,u+10f011-10f012,u+10f015,u+10f017-10f019,u+10f01c,u+10f023-10f025,u+10f02a,u+10f02c-10f031,u+10f03a,u+10f03d-10f03e,u+10f041,u+10f04a-10f04d,u+10f067,u+10f128,u+10f12a,u+10f155,u+10f292,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a,u+10f80c}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-1.woff2) format("woff2");unicode-range:u+f04e,u+f05b,u+f060-f065,u+f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091,u+f093,u+f095,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1,u+f0d6-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f109,u+f10e,u+f110-f111,u+f11c,u+f11e,u+f47d,u+10f04e,u+10f05b,u+10f060-10f065,u+10f068,u+10f06b-10f06e,u+10f072,u+10f075,u+10f077-10f078,u+10f07b,u+10f084,u+10f086,u+10f091,u+10f093,u+10f095,u+10f09c-10f09d,u+10f0a3,u+10f0a6,u+10f0ac-10f0ad,u+10f0b0-10f0b1,u+10f0c0-10f0c2,u+10f0c5-10f0c6,u+10f0c8-10f0c9,u+10f0cc,u+10f0ce,u+10f0d1,u+10f0d6-10f0d7,u+10f0dc,u+10f0e0,u+10f0e7-10f0e8,u+10f0eb,u+10f0f3,u+10f0f8,u+10f106,u+10f109,u+10f10e,u+10f110-10f111,u+10f11c,u+10f11e,u+10f47d}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-2.woff2) format("woff2");unicode-range:u+f121,u+f126,u+f129,u+f12c-f12e,u+f130-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb,u+f1c0-f1c3,u+f1ce,u+f1d8,u+f1dc,u+f1e4-f1e6,u+f1ea-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d,u+f233-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e,u+f2a0,u+f2a7,u+f2b5,u+f2bb,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302,u+f4c6,u+10f121,u+10f126,u+10f129,u+10f12c-10f12e,u+10f130-10f133,u+10f135,u+10f13d,u+10f140,u+10f145,u+10f14e,u+10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab,u+10f1ad-10f1ae,u+10f1b2,u+10f1b8,u+10f1bb,u+10f1c0-10f1c3,u+10f1ce,u+10f1d8,u+10f1dc,u+10f1e4-10f1e6,u+10f1ea-10f1ec,u+10f1f8-10f1f9,u+10f205,u+10f20a,u+10f217,u+10f219-10f21d,u+10f22d,u+10f233-10f234,u+10f238,u+10f246,u+10f24d,u+10f251,u+10f25d,u+10f275,u+10f29e,u+10f2a0,u+10f2a7,u+10f2b5,u+10f2bb,u+10f2cc-10f2cd,u+10f2d2,u+10f2db,u+10f2e1,u+10f2ec,u+10f2f7,u+10f2fc,u+10f302,u+10f4c6}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-3.woff2) format("woff2");unicode-range:u+f040,u+f108,u+f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+10f040,u+10f108,u+10f303,u+10f316,u+10f31a,u+10f328,u+10f335,u+10f363,u+10f37e,u+10f390,u+10f3c5,u+10f3ce,u+10f3e5,u+10f3f4,u+10f3fb,u+10f40e,u+10f435,u+10f44b,u+10f481,u+10f48a,u+10f48f-10f490,u+10f493-10f494,u+10f498,u+10f4b7,u+10f4ca,u+10f4cc,u+10f4d1,u+10f4d7-10f4d8,u+10f4e2,u+10f503,u+10f508,u+10f51b,u+10f51d-10f51e,u+10f521-10f522,u+10f52b,u+10f530,u+10f535,u+10f53e,u+10f543-10f545,u+10f548-10f549,u+10f54e,u+10f555,u+10f559,u+10f55d,u+10f564,u+10f56c,u+10f56e-10f570,u+10f577-10f578,u+10f590,u+10f594-10f595,u+10f5a1-10f5a2,u+10f5aa-10f5ab,u+10f5b0,u+10f5b7,u+10f5ba,u+10f5bf,u+10f5ca-10f5cb,u+10f5db-10f5dc,u+10f5ef,u+10f5f2,u+10f5f6,u+10f5fb,u+10f5fd}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-4.woff2) format("woff2");unicode-range:u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+10f621,u+10f63b,u+10f649-10f64a,u+10f64f,u+10f653-10f654,u+10f656,u+10f65b,u+10f664,u+10f673,u+10f675,u+10f67d,u+10f67f,u+10f695,u+10f69c,u+10f6a8,u+10f6bf-10f6c0,u+10f6d5,u+10f6e3,u+10f6e9,u+10f6f5,u+10f6fa,u+10f6ff-10f700,u+10f70b,u+10f70e,u+10f715,u+10f71b,u+10f72e-10f72f,u+10f733-10f734,u+10f747,u+10f755,u+10f757,u+10f75c,u+10f762,u+10f773,u+10f77c,u+10f781,u+10f784,u+10f788,u+10f7b2,u+10f7b6,u+10f7bd,u+10f7d5,u+10f7ee,u+10f7ff,u+10f801,u+10f804,u+10f813-10f814,u+10f82f-10f830,u+10f845-10f846,u+10f850,u+10f855,u+10f858-10f859,u+10f85c,u+10f866,u+10f86d,u+10f871,u+10f875,u+10f893-10f894,u+10f897,u+10f89f,u+10f8a9,u+10f8b1-10f8b2,u+10f8bb,u+10f8c7,u+10f8d6-10f8d7}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-5.woff2) format("woff2");unicode-range:u+e000-e006,u+e008-e00f,u+e011-e012,u+e014-e016,u+e018-e019,u+e01c-e01d,u+e022-e023,u+e025-e028,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+10e000-10e006,u+10e008-10e00f,u+10e011-10e012,u+10e014-10e016,u+10e018-10e019,u+10e01c-10e01d,u+10e022-10e023,u+10e025-10e028,u+10f069,u+10f1fa,u+10f52c,u+10f531,u+10f536,u+10f69f,u+10f8d9,u+10f8df-10f8e0,u+10f8e7,u+10f8ee-10f8ef,u+10f8fd}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-6.woff2) format("woff2");unicode-range:u+e029-e02e,u+e030-e039,u+e03b-e041,u+e043-e044,u+e047-e048,u+e04a-e051,u+e053-e054,u+e058-e05e,u+e061-e067,u+e069-e06d,u+e06f-e073,u+e075,u+e085-e086,u+10e029-10e02e,u+10e030-10e039,u+10e03b-10e041,u+10e043-10e044,u+10e047-10e048,u+10e04a-10e051,u+10e053-10e054,u+10e058-10e05e,u+10e061-10e067,u+10e069-10e06d,u+10e06f-10e073,u+10e075,u+10e085-10e086}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-10.woff2) format("woff2");unicode-range:u+f80b,u+10f80b}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-13.woff2) format("woff2");unicode-range:u+f8bc,u+10f8bc}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-17.woff2) format("woff2");unicode-range:u+f000,u+f002,u+f009-f00b,u+f00d-f00e,u+f010,u+f013,u+f01e,u+f021-f022,u+f026-f029,u+f02b,u+f032-f039,u+f03b-f03c,u+10f000,u+10f002,u+10f009-10f00b,u+10f00d-10f00e,u+10f010,u+10f013,u+10f01e,u+10f021-10f022,u+10f026-10f029,u+10f02b,u+10f032-10f039,u+10f03b-10f03c}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-18.woff2) format("woff2");unicode-range:u+f042-f044,u+f047-f049,u+f050-f05a,u+f05e,u+f066,u+f06a,u+f070-f071,u+f073-f074,u+f076,u+f079-f07a,u+f07c-f07e,u+f080,u+f083,u+f085,u+f089,u+f08b,u+f08d-f08e,u+f090,u+f094,u+f098,u+f09e,u+f0a0-f0a1,u+f0a4-f0a5,u+f0a7-f0ab,u+f0ae,u+f0b2,u+f0c3-f0c4,u+f0c7,u+f0ca-f0cb,u+f0cd,u+f0d0,u+f0d8-f0db,u+f0dd-f0de,u+f0e2-f0e3,u+f0e9-f0ea,u+f0ec-f0ee,u+f381-f382,u+10f042-10f044,u+10f047-10f049,u+10f050-10f05a,u+10f05e,u+10f066,u+10f06a,u+10f070-10f071,u+10f073-10f074,u+10f076,u+10f079-10f07a,u+10f07c-10f07e,u+10f080,u+10f083,u+10f085,u+10f089,u+10f08b,u+10f08d-10f08e,u+10f090,u+10f094,u+10f098,u+10f09e,u+10f0a0-10f0a1,u+10f0a4-10f0a5,u+10f0a7-10f0ab,u+10f0ae,u+10f0b2,u+10f0c3-10f0c4,u+10f0c7,u+10f0ca-10f0cb,u+10f0cd,u+10f0d0,u+10f0d8-10f0db,u+10f0dd-10f0de,u+10f0e2-10f0e3,u+10f0e9-10f0ea,u+10f0ec-10f0ee,u+10f381-10f382}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-19.woff2) format("woff2");unicode-range:u+f0f0-f0f2,u+f0f4,u+f0f9-f0fe,u+f100-f105,u+f107,u+f10a-f10b,u+f10d,u+f118-f11b,u+f120,u+f122,u+f124-f125,u+f127,u+f12b,u+f134,u+f137-f13a,u+f13e,u+f141-f144,u+f146,u+f148-f14d,u+f150-f154,u+f156-f159,u+f15c-f15e,u+f160-f163,u+f165,u+f175-f178,u+f182-f183,u+f185,u+f187,u+f191-f192,u+10f0f0-10f0f2,u+10f0f4,u+10f0f9-10f0fe,u+10f100-10f105,u+10f107,u+10f10a-10f10b,u+10f10d,u+10f118-10f11b,u+10f120,u+10f122,u+10f124-10f125,u+10f127,u+10f12b,u+10f134,u+10f137-10f13a,u+10f13e,u+10f141-10f144,u+10f146,u+10f148-10f14d,u+10f150-10f154,u+10f156-10f159,u+10f15c-10f15e,u+10f160-10f163,u+10f165,u+10f175-10f178,u+10f182-10f183,u+10f185,u+10f187,u+10f191-10f192}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-20.woff2) format("woff2");unicode-range:u+f193,u+f195,u+f197,u+f199,u+f19c-f19d,u+f1ac,u+f1b0,u+f1b3,u+f1b9-f1ba,u+f1c4-f1c9,u+f1cd,u+f1da,u+f1dd-f1de,u+f1e0-f1e3,u+f1f6,u+f1fb-f1fe,u+f200-f201,u+f204,u+f206-f207,u+f20b,u+f218,u+f21e,u+f221-f22c,u+f235-f236,u+f239,u+f240-f245,u+f247-f249,u+f24e,u+f252-f259,u+10f193,u+10f195,u+10f197,u+10f199,u+10f19c-10f19d,u+10f1ac,u+10f1b0,u+10f1b3,u+10f1b9-10f1ba,u+10f1c4-10f1c9,u+10f1cd,u+10f1da,u+10f1dd-10f1de,u+10f1e0-10f1e3,u+10f1f6,u+10f1fb-10f1fe,u+10f200-10f201,u+10f204,u+10f206-10f207,u+10f20b,u+10f218,u+10f21e,u+10f221-10f22c,u+10f235-10f236,u+10f239,u+10f240-10f245,u+10f247-10f249,u+10f24e,u+10f252-10f259}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-21.woff2) format("woff2");unicode-range:u+f25a-f25c,u+f26c,u+f271-f274,u+f276-f277,u+f279-f27a,u+f28b,u+f28d,u+f290-f291,u+f29a,u+f29d,u+f2a1-f2a4,u+f2a8,u+f2b6,u+f2b9,u+f2bd,u+f2c1-f2c2,u+f2c7-f2cb,u+f2ce,u+f2d0-f2d1,u+f2d3,u+f2dc,u+f2e2-f2eb,u+f2ed-f2ee,u+f2f0-f2f6,u+f2f8-f2fb,u+f2fd-f2fe,u+f300-f301,u+f304-f309,u+f4e6,u+f8e5,u+10f25a-10f25c,u+10f26c,u+10f271-10f274,u+10f276-10f277,u+10f279-10f27a,u+10f28b,u+10f28d,u+10f290-10f291,u+10f29a,u+10f29d,u+10f2a1-10f2a4,u+10f2a8,u+10f2b6,u+10f2b9,u+10f2bd,u+10f2c1-10f2c2,u+10f2c7-10f2cb,u+10f2ce,u+10f2d0-10f2d1,u+10f2d3,u+10f2dc,u+10f2e2-10f2eb,u+10f2ed-10f2ee,u+10f2f0-10f2f6,u+10f2f8-10f2fb,u+10f2fd-10f2fe,u+10f300-10f301,u+10f304-10f309,u+10f4e6,u+10f8e5}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-22.woff2) format("woff2");unicode-range:u+f30a-f315,u+f317-f319,u+f31c-f31e,u+f320-f327,u+f329-f32e,u+f330-f331,u+f333-f334,u+f336-f33e,u+f340-f34e,u+f350-f35b,u+f35d,u+f360-f362,u+f364,u+10f30a-10f315,u+10f317-10f319,u+10f31c-10f31e,u+10f320-10f327,u+10f329-10f32e,u+10f330-10f331,u+10f333-10f334,u+10f336-10f33e,u+10f340-10f34e,u+10f350-10f35b,u+10f35d,u+10f360-10f362,u+10f364}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-23.woff2) format("woff2");unicode-range:u+f365-f367,u+f376-f377,u+f386-f387,u+f389-f38a,u+f39b-f39c,u+f3a5,u+f3b3,u+f3be-f3bf,u+f3c1-f3c2,u+f3c9,u+f3cd,u+f3cf,u+f3d1,u+f3dd-f3de,u+f3e0,u+f3ed,u+f3f0-f3f2,u+f3fa,u+f3fc,u+f3ff-f401,u+f40f-f410,u+f422,u+f424,u+f432-f434,u+f436-f44a,u+f44c,u+f44e-f451,u+f453-f456,u+f458,u+f45a-f45c,u+10f365-10f367,u+10f376-10f377,u+10f386-10f387,u+10f389-10f38a,u+10f39b-10f39c,u+10f3a5,u+10f3b3,u+10f3be-10f3bf,u+10f3c1-10f3c2,u+10f3c9,u+10f3cd,u+10f3cf,u+10f3d1,u+10f3dd-10f3de,u+10f3e0,u+10f3ed,u+10f3f0-10f3f2,u+10f3fa,u+10f3fc,u+10f3ff-10f401,u+10f40f-10f410,u+10f422,u+10f424,u+10f432-10f434,u+10f436-10f44a,u+10f44c,u+10f44e-10f451,u+10f453-10f456,u+10f458,u+10f45a-10f45c}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-24.woff2) format("woff2");unicode-range:u+f45d-f47c,u+f47e-f480,u+f482-f489,u+f48b-f48e,u+f491-f492,u+f495-f497,u+f499-f4b6,u+f4b8,u+10f45d-10f47c,u+10f47e-10f480,u+10f482-10f489,u+10f48b-10f48e,u+10f491-10f492,u+10f495-10f497,u+10f499-10f4b6,u+10f4b8}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-25.woff2) format("woff2");unicode-range:u+f4b9-f4c5,u+f4c7-f4c9,u+f4cb,u+f4cd-f4d0,u+f4d2-f4d4,u+f4d6,u+f4d9-f4e1,u+f4e3,u+f4fa-f502,u+f504-f507,u+f509,u+f515-f51a,u+f51c,u+f51f-f520,u+f523-f52a,u+f52d-f52f,u+f532-f534,u+f537-f53b,u+10f4b9-10f4c5,u+10f4c7-10f4c9,u+10f4cb,u+10f4cd-10f4d0,u+10f4d2-10f4d4,u+10f4d6,u+10f4d9-10f4e1,u+10f4e3,u+10f4fa-10f502,u+10f504-10f507,u+10f509,u+10f515-10f51a,u+10f51c,u+10f51f-10f520,u+10f523-10f52a,u+10f52d-10f52f,u+10f532-10f534,u+10f537-10f53b}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-26.woff2) format("woff2");unicode-range:u+f53c-f53d,u+f53f-f540,u+f542,u+f546-f547,u+f54a-f54d,u+f54f-f554,u+f556-f558,u+f55a-f55c,u+f55e-f563,u+f565-f56b,u+f56d,u+f571-f576,u+f579-f58e,u+f591,u+f593,u+f596-f59a,u+10f53c-10f53d,u+10f53f-10f540,u+10f542,u+10f546-10f547,u+10f54a-10f54d,u+10f54f-10f554,u+10f556-10f558,u+10f55a-10f55c,u+10f55e-10f563,u+10f565-10f56b,u+10f56d,u+10f571-10f576,u+10f579-10f58e,u+10f591,u+10f593,u+10f596-10f59a}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-27.woff2) format("woff2");unicode-range:u+f59b-f59d,u+f59f-f5a0,u+f5a4-f5a7,u+f5a9,u+f5ac-f5af,u+f5b1,u+f5b3-f5b4,u+f5b6,u+f5b8-f5b9,u+f5bb-f5bd,u+f5c0-f5c5,u+f5c7-f5c9,u+f5cd-f5ce,u+f5d0-f5da,u+f5dd-f5ee,u+f5f0,u+f5f3-f5f5,u+f5f8-f5f9,u+f5fc,u+f5fe-f602,u+10f59b-10f59d,u+10f59f-10f5a0,u+10f5a4-10f5a7,u+10f5a9,u+10f5ac-10f5af,u+10f5b1,u+10f5b3-10f5b4,u+10f5b6,u+10f5b8-10f5b9,u+10f5bb-10f5bd,u+10f5c0-10f5c5,u+10f5c7-10f5c9,u+10f5cd-10f5ce,u+10f5d0-10f5da,u+10f5dd-10f5ee,u+10f5f0,u+10f5f3-10f5f5,u+10f5f8-10f5f9,u+10f5fc,u+10f5fe-10f602}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-28.woff2) format("woff2");unicode-range:u+f0e4,u+f3fd,u+f603-f60e,u+f610-f611,u+f613-f620,u+f622-f63a,u+f63c-f63e,u+f640-f641,u+f643-f648,u+f64b-f64e,u+f650-f652,u+f655,u+f657-f65a,u+f65c-f661,u+10f0e4,u+10f3fd,u+10f603-10f60e,u+10f610-10f611,u+10f613-10f620,u+10f622-10f63a,u+10f63c-10f63e,u+10f640-10f641,u+10f643-10f648,u+10f64b-10f64e,u+10f650-10f652,u+10f655,u+10f657-10f65a,u+10f65c-10f661}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-29.woff2) format("woff2");unicode-range:u+f662-f663,u+f665-f672,u+f674,u+f676-f67c,u+f67e,u+f680-f694,u+f696-f69b,u+f69e,u+f6a0-f6a7,u+f6a9-f6ae,u+f6b0-f6bc,u+10f662-10f663,u+10f665-10f672,u+10f674,u+10f676-10f67c,u+10f67e,u+10f680-10f694,u+10f696-10f69b,u+10f69e,u+10f6a0-10f6a7,u+10f6a9-10f6ae,u+10f6b0-10f6bc}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-30.woff2) format("woff2");unicode-range:u+f6bd-f6be,u+f6c1-f6c8,u+f6cb,u+f6cd-f6d4,u+f6d6-f6db,u+f6dd-f6e2,u+f6e4-f6e8,u+f6ea-f6f4,u+f6f6-f6f9,u+f6fb-f6fe,u+f701-f703,u+f705-f70a,u+f70c-f70d,u+f70f-f714,u+f716-f717,u+10f6bd-10f6be,u+10f6c1-10f6c8,u+10f6cb,u+10f6cd-10f6d4,u+10f6d6-10f6db,u+10f6dd-10f6e2,u+10f6e4-10f6e8,u+10f6ea-10f6f4,u+10f6f6-10f6f9,u+10f6fb-10f6fe,u+10f701-10f703,u+10f705-10f70a,u+10f70c-10f70d,u+10f70f-10f714,u+10f716-10f717}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-31.woff2) format("woff2");unicode-range:u+f718-f71a,u+f71c-f72d,u+f732,u+f735-f746,u+f748-f754,u+f756,u+f758-f75b,u+f75e-f761,u+f763-f772,u+f774,u+10f718-10f71a,u+10f71c-10f72d,u+10f732,u+10f735-10f746,u+10f748-10f754,u+10f756,u+10f758-10f75b,u+10f75e-10f761,u+10f763-10f772,u+10f774}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-32.woff2) format("woff2");unicode-range:u+f775-f777,u+f779,u+f77d-f780,u+f782-f783,u+f786-f787,u+f78a-f78c,u+f78e-f78f,u+f792-f796,u+f79a-f7ae,u+f7b4-f7b5,u+f7b7-f7ba,u+f7be-f7c5,u+f7c7-f7d2,u+f7d4,u+f7d7-f7de,u+f7e2,u+f7e4,u+10f775-10f777,u+10f779,u+10f77d-10f780,u+10f782-10f783,u+10f786-10f787,u+10f78a-10f78c,u+10f78e-10f78f,u+10f792-10f796,u+10f79a-10f7ae,u+10f7b4-10f7b5,u+10f7b7-10f7ba,u+10f7be-10f7c5,u+10f7c7-10f7d2,u+10f7d4,u+10f7d7-10f7de,u+10f7e2,u+10f7e4}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-33.woff2) format("woff2");unicode-range:u+f7e5-f7ed,u+f7ef-f7fe,u+f800,u+f802-f803,u+f805-f809,u+f80d-f812,u+f815-f82e,u+f831-f833,u+f83e,u+f843-f844,u+f847-f84c,u+10f7e5-10f7ed,u+10f7ef-10f7fe,u+10f800,u+10f802-10f803,u+10f805-10f809,u+10f80d-10f812,u+10f815-10f82e,u+10f831-10f833,u+10f83e,u+10f843-10f844,u+10f847-10f84c}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-34.woff2) format("woff2");unicode-range:u+f84d-f84f,u+f851-f854,u+f856-f857,u+f85a-f85b,u+f85d-f865,u+f867-f86c,u+f86e-f870,u+f872-f874,u+f876-f892,u+f895-f896,u+f898-f89d,u+f8a0-f8a5,u+f8a7-f8a8,u+f8aa-f8b0,u+10f84d-10f84f,u+10f851-10f854,u+10f856-10f857,u+10f85a-10f85b,u+10f85d-10f865,u+10f867-10f86c,u+10f86e-10f870,u+10f872-10f874,u+10f876-10f892,u+10f895-10f896,u+10f898-10f89d,u+10f8a0-10f8a5,u+10f8a7-10f8a8,u+10f8aa-10f8b0}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-900-35.woff2) format("woff2");unicode-range:u+f8b3-f8ba,u+f8bd-f8c6,u+f8c8-f8c9,u+f8cb-f8d1,u+f8d3-f8d5,u+f8d8,u+f8da-f8de,u+f8e2-f8e4,u+f8e6,u+f8e9-f8ed,u+f8f0-f8fc,u+f8fe-f8ff,u+10f8b3-10f8ba,u+10f8bd-10f8c6,u+10f8c8-10f8c9,u+10f8cb-10f8d1,u+10f8d3-10f8d5,u+10f8d8,u+10f8da-10f8de,u+10f8e2-10f8e4,u+10f8e6,u+10f8e9-10f8ed,u+10f8f0-10f8fc,u+10f8fe-10f8ff}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-0.woff2) format("woff2");unicode-range:u+f001,u+f004-f005,u+f007-f008,u+f00c,u+f011-f012,u+f015,u+f018-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d,u+f04a-f04e,u+f05b,u+f060-f064,u+f067-f068,u+f06b-f06d,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091,u+f093,u+f095,u+f09c,u+f0a3,u+f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f128,u+f12a,u+f155,u+f283,u+f292,u+f295}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-1.woff2) format("woff2");unicode-range:u+f040,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1,u+f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0f3,u+f106,u+f108-f109,u+f10e,u+f110-f111,u+f11e,u+f121,u+f126,u+f129,u+f12c-f12e,u+f130-f132,u+f135,u+f13d,u+f140,u+f145,u+f15b,u+f164,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb,u+f1c0,u+f1ce,u+f1d8,u+f1dc,u+f1e4-f1e6,u+f1eb-f1ec,u+f205,u+f217,u+f21a-f21d,u+f22d,u+f233-f234,u+f238,u+f246,u+f251,u+f275,u+f29e,u+f2a0,u+f2a7,u+f2bb,u+f2cc-f2cd,u+f2db}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-2.woff2) format("woff2");unicode-range:u+f112}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-3.woff2) format("woff2");unicode-range:u+f069,u+f1fa}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-15.woff2) format("woff2");unicode-range:u+f000,u+f002,u+f009-f00b,u+f00d-f00e,u+f010,u+f013,u+f01e,u+f021,u+f026-f029,u+f02b,u+f032-f039,u+f03b-f03c,u+f042-f043,u+f048-f049,u+f050-f05a,u+f05e,u+f06a,u+f071,u+f073-f074,u+f076,u+f079-f07a,u+f07c,u+f083,u+f085,u+f089,u+f08d,u+f098,u+f09e,u+f0a1,u+f0a8-f0ab,u+f0c3-f0c4,u+f0ca-f0cb,u+f0cd,u+f0d8-f0db,u+f0dd-f0de,u+f0e2-f0e3,u+f0e9-f0ea,u+f0ed-f0ee,u+f0f0-f0f2,u+f0f4,u+f0f9-f0fe,u+f100-f105,u+f107}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-16.woff2) format("woff2");unicode-range:u+f045,u+f10d,u+f11b,u+f120,u+f122,u+f124-f125,u+f127,u+f12b,u+f134,u+f137-f13a,u+f141-f144,u+f146,u+f14a-f14b,u+f14d,u+f153-f154,u+f157-f159,u+f15c-f15d,u+f162,u+f165,u+f182-f183,u+f187,u+f193,u+f197,u+f199,u+f19c-f19d,u+f1ac,u+f1b0,u+f1b3,u+f1b9-f1ba,u+f1cd,u+f1da,u+f1dd-f1de,u+f1e0-f1e2,u+f1f6,u+f1fb-f1fe,u+f200-f201,u+f204,u+f206-f207,u+f20b,u+f218,u+f21e,u+f221-f22c,u+f235-f236,u+f239,u+f240-f245,u+f249,u+f24e,u+f252-f253}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-solid-900-17.woff2) format("woff2");unicode-range:u+f0f5,u+f1b1,u+f250,u+f254,u+f25c,u+f26c,u+f276-f277,u+f279,u+f28b,u+f28d,u+f290-f291,u+f29a,u+f29d,u+f2a1-f2a4,u+f2a8,u+f2b6,u+f2b9,u+f2bd,u+f2c2,u+f2c7-f2cb,u+f2ce,u+f2d1,u+f2d3}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-0.woff2) format("woff2");unicode-range:u+f08c,u+f099,u+f09b,u+f0d2,u+f13b,u+f167,u+f16a-f16d,u+f179-f17c,u+f17e,u+f18c,u+f19a-f19b,u+f1a0,u+f1b4,u+f1bc,u+f1be,u+f1e8,u+f1ed,u+f1f0-f1f1,u+f20e,u+f210,u+f213-f214,u+f230,u+f232,u+f23a,u+f26b,u+f270,u+f288,u+f299,u+f29b,u+f2a6,u+f2b0,u+f2c5-f2c6,u+f2e0}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-1.woff2) format("woff2");unicode-range:u+f081-f082,u+f092,u+f0d3-f0d5,u+f0e1,u+f113,u+f136,u+f13c,u+f15a,u+f168-f169,u+f16e,u+f170-f174,u+f17d,u+f180-f181,u+f184,u+f189-f18b,u+f18d,u+f194,u+f198,u+f19e,u+f1a1-f1aa,u+f1b5-f1b7,u+f1bd,u+f1ca-f1cc,u+f1d0-f1d7,u+f1e7,u+f1e9,u+f1ee,u+f1f2-f1f5,u+f202-f203,u+f208-f209,u+f20d,u+f211-f212,u+f215-f216,u+f231,u+f237,u+f23b-f23e,u+f24b-f24c,u+f25e,u+f260-f261,u+f263-f26a,u+f26d-f26e,u+f27c-f27e,u+f280-f282,u+f284-f287,u+f289-f28a,u+f293-f294,u+f296-f298,u+f2a5,u+f2a9-f2ae,u+f2b1-f2b4,u+f2b8,u+f2c4,u+f2d5-f2da,u+f2dd-f2de}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-brands-400-2.woff2) format("woff2");unicode-range:u+f166}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-0.woff2) format("woff2");unicode-range:u+f006,u+f017,u+f03e,u+f06e,u+f08a,u+f097,u+f09d,u+f0a6,u+f0c5,u+f0e5-f0e6,u+f114,u+f11d,u+f2c0}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-1.woff2) format("woff2");unicode-range:u+f003,u+f016,u+f087,u+f096,u+f0a2,u+f0eb,u+f0f7-f0f8,u+f10c,u+f11c,u+f133,u+f14e,u+f186,u+f1c1-f1c3,u+f1d9,u+f1db,u+f1ea,u+f1f9,u+f20a,u+f24d,u+f25d,u+f2b5,u+f2bc,u+f2d2}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-15.woff2) format("woff2");unicode-range:u+f022,u+f044,u+f05c-f05d,u+f070,u+f094,u+f0a0,u+f0a4-f0a5,u+f0a7,u+f0c7,u+f115,u+f196,u+f29c}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-16.woff2) format("woff2");unicode-range:u+f01d,u+f046,u+f088,u+f0f6,u+f118-f11a,u+f147,u+f150-f152,u+f185,u+f191-f192,u+f1c4-f1c9,u+f1e3,u+f1f7,u+f247-f248,u+f24a}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-17.woff2) format("woff2");unicode-range:u+f014,u+f255-f25b,u+f271-f274,u+f278,u+f28c,u+f28e,u+f2b7,u+f2ba,u+f2be,u+f2c1,u+f2c3,u+f2d0,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-18.woff2) format("woff2");unicode-range:u+f01a-f01b,u+f18e,u+f190,u+f2d4}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-regular-400-19.woff2) format("woff2");unicode-range:u+f27b}@font-face{font-family:"FontAwesome";font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-v4compatibility.woff2) format("woff2");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-font-duotone-regular:normal 400 1em/1 var(--fa-family-duotone)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-35.woff2)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-34.woff2);unicode-range:u+2015-223f,u+2728-f8b0,u+1f335,u+1f4a4-1f4f9,u+1f4fe-1f523,u+1f576,u+1f57d-1f5ad,u+1fa95-10f8b0}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-33.woff2);unicode-range:u+2698,u+f7e5-f84c,u+1f32d-1f334,u+1f336-1f37f,u+1f3dd-1f477,u+1f4b0-1f4df,u+1f595,u+1f6b4-1f6cd,u+1f950-1f9c0,u+10f7e5-10f84c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-32.woff2);unicode-range:u+20b8,u+2603,u+2622-2623,u+26c4-26f8,u+e0cf-f7e4,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f955,u+1f97e-1f98c,u+1f9e3,u+10f775-10f7e4}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-31.woff2);unicode-range:u+2604,u+2694,u+26c6,u+f718-f774,u+1f305-1f32b,u+1f40b-1f422,u+1f578,u+1f5e1-1f69c,u+1f984,u+1f9fb,u+1faa6-10f774}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-30.woff2);unicode-range:u+20b4,u+2620,u+26b0,u+26c5,u+26e8-26f0,u+270a,u+f6bd-f717,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f404-1f408,u+1f40d-1f418,u+1f47b,u+1f54e,u+1f571,u+1f577,u+1f5dd,u+1f967,u+1f986,u+1f99b-1f9ae,u+1fa81,u+10f6bd-10f717}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-29.woff2);unicode-range:u+2211-221a,u+22c2-22c3,u+262a-262f,u+26e9,u+26fa,u+2721,u+f662-f6bc,u+1f3db,u+1f3f9,u+1f549-1f54d,u+1f56f,u+1f6d0,u+1f9a1,u+1f9e6,u+1fa93,u+10f662-10f6bc}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-28.woff2);unicode-range:u+2625,u+2638,u+f0e4-f661,u+1f3ad-1f3af,u+1f4c9-1f4d0,u+1f52c,u+1f5c4,u+1f6a6,u+1f6fb,u+1f9ee,u+1faa5,u+1fac1-10f661}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-27.woff2);unicode-range:u+269b,u+2711-2712,u+e2c6-e2c7,u+f59b-f602,u+1f34e-1f34f,u+1f392,u+1f3ca,u+1f442-1f453,u+1f4d5-1f4d9,u+1f58b,u+1f5e2,u+1f60a-1f697,u+1f6ec,u+1f9b4-1f9b7,u+10f59b-10f602}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-26.woff2);unicode-range:u+232b,u+e307,u+f53c-f59a,u+1f17f,u+1f30d-1f30f,u+1f36a-1f378,u+1f3a8,u+1f455,u+1f480,u+1f600-1f606,u+1f60d-1f620,u+1f626,u+1f62c,u+1f633,u+1f6ad,u+1f6b6,u+1f6ce,u+1f923-1f941,u+1f9f0,u+1fa9b,u+10f53c-10f59a}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-25.woff2);unicode-range:u+f7,u+221e,u+267e-2685,u+26fd,u+2797,u+f4b9-f53b,u+1f377,u+1f397,u+1f465,u+1f49f,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa,u+1f977,u+1f9f9,u+1fab6,u+10f4b9-10f53b}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-24.woff2);unicode-range:u+24bd,u+e207,u+f27b,u+f45d-f4b8,u+1f3be,u+1f3d0-1f3d3,u+1f489,u+1f4ac,u+1f4e6,u+1f6ac,u+1f9ea-1f9ec,u+1fa79,u+10e207,u+10f45d-10f4b8}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-23.woff2);unicode-range:u+265a-265f,u+26be,u+2708,u+2934-2b1c,u+f2d4-f3fc,u+f3ff-f45c,u+1f333,u+1f399,u+1f3c0,u+1f3c8,u+1f3cf,u+1f3d1,u+1f3ed,u+1f48e,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+10f365-10f3fc,u+10f3ff-10f45c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-22.woff2);unicode-range:u+2139-21e5,u+23f0,u+2663,u+27a1,u+2b05-2b0d,u+2b23-2b95,u+f01a-f01b,u+f18e-f190,u+f30a-f364,u+1f383,u+1f4dd,u+1f4e4-1f4e5,u+10f30a-10f364}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-21.woff2);unicode-range:u+2122,u+23f1,u+25ac,u+2660,u+270c,u+2744-274e,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f309,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f4a9,u+1f4cd,u+1f504-1f507,u+1f58a,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f944,u+10f25a-10f309,u+10f4e6,u+10f8e5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-20.woff2);unicode-range:u+b6,u+20a4-20aa,u+231b,u+23f3,u+263f-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+270b,u+f193-f1b0,u+f1b3-f259,u+1f382,u+1f393,u+1f4a3,u+1f4e0,u+1f50b-1f515,u+1f58c,u+1f596,u+1f5b7,u+1f5bb,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f91a,u+10f193-10f259}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-19.woff2);unicode-range:u+a3-ab,u+bb,u+201c-203a,u+20a8-20a9,u+20ac,u+20bd,u+2304,u+2600,u+2611,u+2639,u+2705,u+f01d-f088,u+f0f0-f0f4,u+f0f6-f187,u+f191-f192,u+f196,u+1f44e,u+1f518,u+1f5b9,u+1f5ce,u+1f610,u+1f642,u+1f691,u+1f9cd,u+1f9ef,u+1f9f3,u+1fa7a,u+10f0f0-10f192}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-18.woff2);unicode-range:u+21ba-21c4,u+2329-232a,u+23cf-23ee,u+25d0,u+26a0,u+2700-2704,u+f042-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0ee,u+f115,u+f123,u+f29c,u+f381-f382,u+1f34b,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f6ab,u+1f6d2,u+1f9f2,u+10f042-10f0e3,u+10f0e9-10f0ee,u+10f381-10f382}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-17.woff2);unicode-range:u+d7,u+21bb,u+2699,u+2715-2716,u+274c,u+e81d-f013,u+f01e-f03c,u+1f3f7,u+1f508-1f50a,u+1f50d,u+1f5d8-1f5d9,u+10f000-10f03c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-16.woff2);unicode-range:u+e756-e81c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-15.woff2);unicode-range:u+e69d-e755}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-14.woff2);unicode-range:u+203d,u+e5b9-e69c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-13.woff2);unicode-range:u+e502-e5b8,u+f8bc,u+1f3ae,u+1f68a,u+10f8bc}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-12.woff2);unicode-range:u+e454-e501,u+1f363,u+1f92d,u+1f979,u+1f9c7,u+1fae0-1fae5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-11.woff2);unicode-range:u+e3c8-e453,u+e550,u+e559,u+1f330,u+1f344-1f345,u+1f366-1f367,u+1f369,u+1f36b-1f373,u+1f4af,u+1f952,u+1f954,u+1f956,u+1f958-1f959,u+1f95c-1f966,u+1f968,u+1f96b-1f96f,u+1f980,u+1f990-1f991,u+1f99e,u+1f9c1-1f9c6,u+1f9c8,u+1fad1-1fad5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-10.woff2);unicode-range:u+e300-e306,u+e30c-e3c7,u+f80b,u+1f964,u+1fae2,u+10f80b}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-9.woff2);unicode-range:u+e22b-e2c5,u+e2c8-e2ff}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-8.woff2);unicode-range:u+e175-e206,u+e208-e229}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-7.woff2);unicode-range:u+e0bb-e0ce,u+e0d0-e174}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-6.woff2);unicode-range:u+e029-e0ba,u+1f320,u+1f52d,u+1f6f8,u+1fa9f,u+10e029-10e086}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-5.woff2);unicode-range:u+22-7e,u+102a-107e,u+2731,u+e000-e028,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f680,u+1f6b0,u+10e000-10e028,u+10f069,u+10f1fa,u+10f52c,u+10f531,u+10f536,u+10f69f,u+10f8d9,u+10f8df-10f8e0,u+10f8e7,u+10f8ee-10f8ef,u+10f8fd}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-4.woff2);unicode-range:u+d8,u+2205,u+2615,u+271d,u+273f,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3d9,u+1f409,u+1f4bd,u+1f4dc,u+1f4e3,u+1f4ea,u+1f4fb,u+1f509,u+1f528-1f52a,u+1f547,u+1f95b,u+1f9a6,u+1fa91,u+1fa99,u+10f621,u+10f63b,u+10f649-10f64a,u+10f64f,u+10f653-10f654,u+10f656,u+10f65b,u+10f664,u+10f673,u+10f675,u+10f67d,u+10f67f,u+10f695,u+10f69c,u+10f6a8,u+10f6bf-10f6c0,u+10f6d5,u+10f6e3,u+10f6e9,u+10f6f5,u+10f6fa,u+10f6ff-10f700,u+10f70b,u+10f70e,u+10f715,u+10f71b,u+10f72e-10f72f,u+10f733-10f734,u+10f747,u+10f755,u+10f757,u+10f75c,u+10f762,u+10f773,u+10f77c,u+10f781,u+10f784,u+10f788,u+10f7b2,u+10f7b6,u+10f7bd,u+10f7d5,u+10f7ee,u+10f7ff,u+10f801,u+10f804,u+10f813-10f814,u+10f82f-10f830,u+10f845-10f846,u+10f850,u+10f855,u+10f858-10f859,u+10f85c,u+10f866,u+10f86d,u+10f871,u+10f875,u+10f893-10f894,u+10f897,u+10f89f,u+10f8a9,u+10f8b1-10f8b2,u+10f8bb,u+10f8c7,u+10f8d6-10f8d7}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-3.woff2);unicode-range:u+26ea,u+270f,u+f040,u+f108,u+f112,u+f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+1f331,u+1f3b2,u+1f3c5,u+1f3d6,u+1f3e8-1f3eb,u+1f41f,u+1f451,u+1f4cb,u+1f4cf,u+1f4da,u+1f4f1,u+1f501,u+1f5a5,u+1f5d4,u+1f6eb,u+1f916,u+1f9e0,u+1f9fe,u+10f040,u+10f108,u+10f303,u+10f316,u+10f31a,u+10f328,u+10f335,u+10f363,u+10f37e,u+10f390,u+10f3c5,u+10f3ce,u+10f3e5,u+10f3f4,u+10f3fb,u+10f40e,u+10f435,u+10f44b,u+10f481,u+10f48a,u+10f48f-10f490,u+10f493-10f494,u+10f498,u+10f4b7,u+10f4ca,u+10f4cc,u+10f4d1,u+10f4d7-10f4d8,u+10f4e2,u+10f503,u+10f508,u+10f51b,u+10f51d-10f51e,u+10f521-10f522,u+10f52b,u+10f530,u+10f535,u+10f53e,u+10f543-10f545,u+10f548-10f549,u+10f54e,u+10f555,u+10f559,u+10f55d,u+10f564,u+10f56c,u+10f56e-10f570,u+10f577-10f578,u+10f590,u+10f594-10f595,u+10f5a1-10f5a2,u+10f5aa-10f5ab,u+10f5b0,u+10f5b7,u+10f5ba,u+10f5bf,u+10f5ca-10f5cb,u+10f5db-10f5dc,u+10f5ef,u+10f5f2,u+10f5f6,u+10f5fb,u+10f5fd}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-2.woff2);unicode-range:u+a9,u+ae,u+231a,u+23fe,u+25b2,u+2666-267b,u+2693,u+f016,u+f087,u+f0f7,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3cd,u+1f3e2,u+1f44d,u+1f4c4-1f4c6,u+1f4f0,u+1f50c,u+1f575,u+1f5a9,u+1f5cb,u+1f686,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f91d,u+1f9e9,u+1f9ed,u+10f121,u+10f126,u+10f129,u+10f12c-10f133,u+10f135,u+10f13d,u+10f140,u+10f145,u+10f14e,u+10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab,u+10f1ad-10f1ae,u+10f1b2,u+10f1b8,u+10f1bb-10f1c3,u+10f1ce-10f1d8,u+10f1dc,u+10f1e4-10f1ec,u+10f1f8-10f1f9,u+10f205,u+10f20a,u+10f217,u+10f219-10f21d,u+10f22d-10f234,u+10f238,u+10f246,u+10f24d,u+10f251,u+10f25d,u+10f275,u+10f29e-10f2a0,u+10f2a7,u+10f2b5,u+10f2bb,u+10f2cc-10f2cd,u+10f2d2,u+10f2db,u+10f2e1,u+10f2ec,u+10f2f7,u+10f2fc,u+10f302,u+10f4c6}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-1.woff2);unicode-range:u+2013,u+201d,u+2190-2193,u+2212,u+2303,u+2328,u+23e9,u+25a0,u+25cf,u+25fb-25fc,u+2601,u+261d,u+26a1,u+26aa-26ab,u+26df,u+2709,u+2796,u+2b24,u+f003,u+f04e,u+f05b,u+f060-f065,u+f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091-f093,u+f095-f096,u+f09c-f09d,u+f0a2-f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e5-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f109,u+f10c,u+f10e-f111,u+f114,u+f11c-f11e,u+f1db,u+f283,u+f47d,u+1f310,u+1f381,u+1f3c1,u+1f3c6,u+1f3e5,u+1f441,u+1f4a1,u+1f4b3-1f4bc,u+1f4c1,u+1f4ce,u+1f4de,u+1f511-1f514,u+1f517,u+1f525,u+1f527,u+1f534-1f535,u+1f57b,u+1f582,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f7e4,u+10f04e,u+10f05b,u+10f060-10f065,u+10f068,u+10f06b-10f06e,u+10f072,u+10f075,u+10f077-10f078,u+10f07b,u+10f084,u+10f086,u+10f091-10f093,u+10f095,u+10f09c-10f09d,u+10f0a3,u+10f0a6,u+10f0ac-10f0ad,u+10f0b0-10f0b1,u+10f0c0-10f0c2,u+10f0c5-10f0c6,u+10f0c8-10f0c9,u+10f0cc,u+10f0ce,u+10f0d1-10f0d7,u+10f0dc,u+10f0e0,u+10f0e7-10f0e8,u+10f0eb,u+10f0f3,u+10f0f8,u+10f106,u+10f109,u+10f10e-10f111,u+10f11c-10f11e,u+10f47d}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-regular-400-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+1021-1025,u+102b,u+103f,u+2399,u+23ea,u+23f8-23fb,u+25b6,u+2665,u+2713-2714,u+2753-2795,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04d,u+f067,u+f08a,u+f097,u+f11d,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f39e,u+1f3a7,u+1f3b5,u+1f3e0,u+1f3f4,u+1f464,u+1f499-1f49c,u+1f4b2,u+1f4d4,u+1f4f6,u+1f512,u+1f516,u+1f553,u+1f5a4,u+1f5a8,u+1f5b6,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90,u+10e010,u+10e017,u+10e01b,u+10e01f-10e021,u+10e024,u+10e02f,u+10e03a,u+10e042,u+10e045-10e046,u+10e05f-10e060,u+10e068,u+10e06e,u+10e074,u+10e076,u+10f001,u+10f004-10f008,u+10f00c,u+10f011-10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02a,u+10f02c-10f031,u+10f03a,u+10f03d-10f03e,u+10f041,u+10f04a-10f04d,u+10f067,u+10f128,u+10f12a,u+10f155,u+10f292,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a,u+10f80c}.fadr{--fa-family:var(--fa-family-duotone);--fa-style:400;position:relative;letter-spacing:normal}.fa-duotone:before,.fadr:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-duotone:after,.fadr:after{color:var(--fa-secondary-color,currentColor)}.fa-duotone:after,.fa-swap-opacity.fa-duotone:before,.fa-swap-opacity .fa-duotone:before,.fa-swap-opacity.fadr:before,.fa-swap-opacity .fadr:before,.fadr:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-duotone:after,.fa-swap-opacity .fa-duotone:after,.fa-swap-opacity.fadr:after,.fa-swap-opacity .fadr:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-duotone,.fa-li.fadr,.fa-stack-1x.fa-duotone,.fa-stack-1x.fadr,.fa-stack-2x.fa-duotone,.fa-stack-2x.fadr{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-font-duotone-light:normal 300 1em/1 var(--fa-family-duotone)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-35.woff2)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-34.woff2);unicode-range:u+2015-223f,u+2728-f8b0,u+1f335,u+1f4a4-1f4f9,u+1f4fe-1f523,u+1f576,u+1f57d-1f5ad,u+1fa95-10f8b0}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-33.woff2);unicode-range:u+2698,u+f7e5-f84c,u+1f32d-1f334,u+1f336-1f37f,u+1f3dd-1f477,u+1f4b0-1f4df,u+1f595,u+1f6b4-1f6cd,u+1f950-1f9c0,u+10f7e5-10f84c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-32.woff2);unicode-range:u+20b8,u+2603,u+2622-2623,u+26c4-26f8,u+e0cf-f7e4,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f955,u+1f97e-1f98c,u+1f9e3,u+10f775-10f7e4}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-31.woff2);unicode-range:u+2604,u+2694,u+26c6,u+f718-f774,u+1f305-1f32b,u+1f40b-1f422,u+1f578,u+1f5e1-1f69c,u+1f984,u+1f9fb,u+1faa6-10f774}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-30.woff2);unicode-range:u+20b4,u+2620,u+26b0,u+26c5,u+26e8-26f0,u+270a,u+f6bd-f717,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f404-1f408,u+1f40d-1f418,u+1f47b,u+1f54e,u+1f571,u+1f577,u+1f5dd,u+1f967,u+1f986,u+1f99b-1f9ae,u+1fa81,u+10f6bd-10f717}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-29.woff2);unicode-range:u+2211-221a,u+22c2-22c3,u+262a-262f,u+26e9,u+26fa,u+2721,u+f662-f6bc,u+1f3db,u+1f3f9,u+1f549-1f54d,u+1f56f,u+1f6d0,u+1f9a1,u+1f9e6,u+1fa93,u+10f662-10f6bc}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-28.woff2);unicode-range:u+2625,u+2638,u+f0e4-f661,u+1f3ad-1f3af,u+1f4c9-1f4d0,u+1f52c,u+1f5c4,u+1f6a6,u+1f6fb,u+1f9ee,u+1faa5,u+1fac1-10f661}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-27.woff2);unicode-range:u+269b,u+2711-2712,u+e2c6-e2c7,u+f59b-f602,u+1f34e-1f34f,u+1f392,u+1f3ca,u+1f442-1f453,u+1f4d5-1f4d9,u+1f58b,u+1f5e2,u+1f60a-1f697,u+1f6ec,u+1f9b4-1f9b7,u+10f59b-10f602}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-26.woff2);unicode-range:u+232b,u+e307,u+f53c-f59a,u+1f17f,u+1f30d-1f30f,u+1f36a-1f378,u+1f3a8,u+1f455,u+1f480,u+1f600-1f606,u+1f60d-1f620,u+1f626,u+1f62c,u+1f633,u+1f6ad,u+1f6b6,u+1f6ce,u+1f923-1f941,u+1f9f0,u+1fa9b,u+10f53c-10f59a}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-25.woff2);unicode-range:u+f7,u+221e,u+267e-2685,u+26fd,u+2797,u+f4b9-f53b,u+1f377,u+1f397,u+1f465,u+1f49f,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa,u+1f977,u+1f9f9,u+1fab6,u+10f4b9-10f53b}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-24.woff2);unicode-range:u+24bd,u+e207,u+f27b,u+f45d-f4b8,u+1f3be,u+1f3d0-1f3d3,u+1f489,u+1f4ac,u+1f4e6,u+1f6ac,u+1f9ea-1f9ec,u+1fa79,u+10e207,u+10f45d-10f4b8}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-23.woff2);unicode-range:u+265a-265f,u+26be,u+2708,u+2934-2b1c,u+f2d4-f3fc,u+f3ff-f45c,u+1f333,u+1f399,u+1f3c0,u+1f3c8,u+1f3cf,u+1f3d1,u+1f3ed,u+1f48e,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+10f365-10f3fc,u+10f3ff-10f45c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-22.woff2);unicode-range:u+2139-21e5,u+23f0,u+2663,u+27a1,u+2b05-2b0d,u+2b23-2b95,u+f01a-f01b,u+f18e-f190,u+f30a-f364,u+1f383,u+1f4dd,u+1f4e4-1f4e5,u+10f30a-10f364}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-21.woff2);unicode-range:u+2122,u+23f1,u+25ac,u+2660,u+270c,u+2744-274e,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f309,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f4a9,u+1f4cd,u+1f504-1f507,u+1f58a,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f944,u+10f25a-10f309,u+10f4e6,u+10f8e5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-20.woff2);unicode-range:u+b6,u+20a4-20aa,u+231b,u+23f3,u+263f-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+270b,u+f193-f1b0,u+f1b3-f259,u+1f382,u+1f393,u+1f4a3,u+1f4e0,u+1f50b-1f515,u+1f58c,u+1f596,u+1f5b7,u+1f5bb,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f91a,u+10f193-10f259}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-19.woff2);unicode-range:u+a3-ab,u+bb,u+201c-203a,u+20a8-20a9,u+20ac,u+20bd,u+2304,u+2600,u+2611,u+2639,u+2705,u+f01d-f088,u+f0f0-f0f4,u+f0f6-f187,u+f191-f192,u+f196,u+1f44e,u+1f518,u+1f5b9,u+1f5ce,u+1f610,u+1f642,u+1f691,u+1f9cd,u+1f9ef,u+1f9f3,u+1fa7a,u+10f0f0-10f192}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-18.woff2);unicode-range:u+21ba-21c4,u+2329-232a,u+23cf-23ee,u+25d0,u+26a0,u+2700-2704,u+f042-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0ee,u+f115,u+f123,u+f29c,u+f381-f382,u+1f34b,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f6ab,u+1f6d2,u+1f9f2,u+10f042-10f0e3,u+10f0e9-10f0ee,u+10f381-10f382}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-17.woff2);unicode-range:u+d7,u+21bb,u+2699,u+2715-2716,u+274c,u+e81d-f013,u+f01e-f03c,u+1f3f7,u+1f508-1f50a,u+1f50d,u+1f5d8-1f5d9,u+10f000-10f03c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-16.woff2);unicode-range:u+e756-e81c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-15.woff2);unicode-range:u+e69d-e755}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-14.woff2);unicode-range:u+203d,u+e5b9-e69c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-13.woff2);unicode-range:u+e502-e5b8,u+f8bc,u+1f3ae,u+1f68a,u+10f8bc}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-12.woff2);unicode-range:u+e454-e501,u+1f363,u+1f92d,u+1f979,u+1f9c7,u+1fae0-1fae5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-11.woff2);unicode-range:u+e3c8-e453,u+e550,u+e559,u+1f330,u+1f344-1f345,u+1f366-1f367,u+1f369,u+1f36b-1f373,u+1f4af,u+1f952,u+1f954,u+1f956,u+1f958-1f959,u+1f95c-1f966,u+1f968,u+1f96b-1f96f,u+1f980,u+1f990-1f991,u+1f99e,u+1f9c1-1f9c6,u+1f9c8,u+1fad1-1fad5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-10.woff2);unicode-range:u+e300-e306,u+e30c-e3c7,u+f80b,u+1f964,u+1fae2,u+10f80b}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-9.woff2);unicode-range:u+e22b-e2c5,u+e2c8-e2ff}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-8.woff2);unicode-range:u+e175-e206,u+e208-e229}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-7.woff2);unicode-range:u+e0bb-e0ce,u+e0d0-e174}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-6.woff2);unicode-range:u+e029-e0ba,u+1f320,u+1f52d,u+1f6f8,u+1fa9f,u+10e029-10e086}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-5.woff2);unicode-range:u+22-7e,u+102a-107e,u+2731,u+e000-e028,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f680,u+1f6b0,u+10e000-10e028,u+10f069,u+10f1fa,u+10f52c,u+10f531,u+10f536,u+10f69f,u+10f8d9,u+10f8df-10f8e0,u+10f8e7,u+10f8ee-10f8ef,u+10f8fd}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-4.woff2);unicode-range:u+d8,u+2205,u+2615,u+271d,u+273f,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3d9,u+1f409,u+1f4bd,u+1f4dc,u+1f4e3,u+1f4ea,u+1f4fb,u+1f509,u+1f528-1f52a,u+1f547,u+1f95b,u+1f9a6,u+1fa91,u+1fa99,u+10f621,u+10f63b,u+10f649-10f64a,u+10f64f,u+10f653-10f654,u+10f656,u+10f65b,u+10f664,u+10f673,u+10f675,u+10f67d,u+10f67f,u+10f695,u+10f69c,u+10f6a8,u+10f6bf-10f6c0,u+10f6d5,u+10f6e3,u+10f6e9,u+10f6f5,u+10f6fa,u+10f6ff-10f700,u+10f70b,u+10f70e,u+10f715,u+10f71b,u+10f72e-10f72f,u+10f733-10f734,u+10f747,u+10f755,u+10f757,u+10f75c,u+10f762,u+10f773,u+10f77c,u+10f781,u+10f784,u+10f788,u+10f7b2,u+10f7b6,u+10f7bd,u+10f7d5,u+10f7ee,u+10f7ff,u+10f801,u+10f804,u+10f813-10f814,u+10f82f-10f830,u+10f845-10f846,u+10f850,u+10f855,u+10f858-10f859,u+10f85c,u+10f866,u+10f86d,u+10f871,u+10f875,u+10f893-10f894,u+10f897,u+10f89f,u+10f8a9,u+10f8b1-10f8b2,u+10f8bb,u+10f8c7,u+10f8d6-10f8d7}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-3.woff2);unicode-range:u+26ea,u+270f,u+f040,u+f108,u+f112,u+f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+1f331,u+1f3b2,u+1f3c5,u+1f3d6,u+1f3e8-1f3eb,u+1f41f,u+1f451,u+1f4cb,u+1f4cf,u+1f4da,u+1f4f1,u+1f501,u+1f5a5,u+1f5d4,u+1f6eb,u+1f916,u+1f9e0,u+1f9fe,u+10f040,u+10f108,u+10f303,u+10f316,u+10f31a,u+10f328,u+10f335,u+10f363,u+10f37e,u+10f390,u+10f3c5,u+10f3ce,u+10f3e5,u+10f3f4,u+10f3fb,u+10f40e,u+10f435,u+10f44b,u+10f481,u+10f48a,u+10f48f-10f490,u+10f493-10f494,u+10f498,u+10f4b7,u+10f4ca,u+10f4cc,u+10f4d1,u+10f4d7-10f4d8,u+10f4e2,u+10f503,u+10f508,u+10f51b,u+10f51d-10f51e,u+10f521-10f522,u+10f52b,u+10f530,u+10f535,u+10f53e,u+10f543-10f545,u+10f548-10f549,u+10f54e,u+10f555,u+10f559,u+10f55d,u+10f564,u+10f56c,u+10f56e-10f570,u+10f577-10f578,u+10f590,u+10f594-10f595,u+10f5a1-10f5a2,u+10f5aa-10f5ab,u+10f5b0,u+10f5b7,u+10f5ba,u+10f5bf,u+10f5ca-10f5cb,u+10f5db-10f5dc,u+10f5ef,u+10f5f2,u+10f5f6,u+10f5fb,u+10f5fd}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-2.woff2);unicode-range:u+a9,u+ae,u+231a,u+23fe,u+25b2,u+2666-267b,u+2693,u+f016,u+f087,u+f0f7,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3cd,u+1f3e2,u+1f44d,u+1f4c4-1f4c6,u+1f4f0,u+1f50c,u+1f575,u+1f5a9,u+1f5cb,u+1f686,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f91d,u+1f9e9,u+1f9ed,u+10f121,u+10f126,u+10f129,u+10f12c-10f133,u+10f135,u+10f13d,u+10f140,u+10f145,u+10f14e,u+10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab,u+10f1ad-10f1ae,u+10f1b2,u+10f1b8,u+10f1bb-10f1c3,u+10f1ce-10f1d8,u+10f1dc,u+10f1e4-10f1ec,u+10f1f8-10f1f9,u+10f205,u+10f20a,u+10f217,u+10f219-10f21d,u+10f22d-10f234,u+10f238,u+10f246,u+10f24d,u+10f251,u+10f25d,u+10f275,u+10f29e-10f2a0,u+10f2a7,u+10f2b5,u+10f2bb,u+10f2cc-10f2cd,u+10f2d2,u+10f2db,u+10f2e1,u+10f2ec,u+10f2f7,u+10f2fc,u+10f302,u+10f4c6}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-1.woff2);unicode-range:u+2013,u+201d,u+2190-2193,u+2212,u+2303,u+2328,u+23e9,u+25a0,u+25cf,u+25fb-25fc,u+2601,u+261d,u+26a1,u+26aa-26ab,u+26df,u+2709,u+2796,u+2b24,u+f003,u+f04e,u+f05b,u+f060-f065,u+f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091-f093,u+f095-f096,u+f09c-f09d,u+f0a2-f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e5-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f109,u+f10c,u+f10e-f111,u+f114,u+f11c-f11e,u+f1db,u+f283,u+f47d,u+1f310,u+1f381,u+1f3c1,u+1f3c6,u+1f3e5,u+1f441,u+1f4a1,u+1f4b3-1f4bc,u+1f4c1,u+1f4ce,u+1f4de,u+1f511-1f514,u+1f517,u+1f525,u+1f527,u+1f534-1f535,u+1f57b,u+1f582,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f7e4,u+10f04e,u+10f05b,u+10f060-10f065,u+10f068,u+10f06b-10f06e,u+10f072,u+10f075,u+10f077-10f078,u+10f07b,u+10f084,u+10f086,u+10f091-10f093,u+10f095,u+10f09c-10f09d,u+10f0a3,u+10f0a6,u+10f0ac-10f0ad,u+10f0b0-10f0b1,u+10f0c0-10f0c2,u+10f0c5-10f0c6,u+10f0c8-10f0c9,u+10f0cc,u+10f0ce,u+10f0d1-10f0d7,u+10f0dc,u+10f0e0,u+10f0e7-10f0e8,u+10f0eb,u+10f0f3,u+10f0f8,u+10f106,u+10f109,u+10f10e-10f111,u+10f11c-10f11e,u+10f47d}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-light-300-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+1021-1025,u+102b,u+103f,u+2399,u+23ea,u+23f8-23fb,u+25b6,u+2665,u+2713-2714,u+2753-2795,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04d,u+f067,u+f08a,u+f097,u+f11d,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f39e,u+1f3a7,u+1f3b5,u+1f3e0,u+1f3f4,u+1f464,u+1f499-1f49c,u+1f4b2,u+1f4d4,u+1f4f6,u+1f512,u+1f516,u+1f553,u+1f5a4,u+1f5a8,u+1f5b6,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90,u+10e010,u+10e017,u+10e01b,u+10e01f-10e021,u+10e024,u+10e02f,u+10e03a,u+10e042,u+10e045-10e046,u+10e05f-10e060,u+10e068,u+10e06e,u+10e074,u+10e076,u+10f001,u+10f004-10f008,u+10f00c,u+10f011-10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02a,u+10f02c-10f031,u+10f03a,u+10f03d-10f03e,u+10f041,u+10f04a-10f04d,u+10f067,u+10f128,u+10f12a,u+10f155,u+10f292,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a,u+10f80c}.fadl{--fa-family:var(--fa-family-duotone);--fa-style:300;position:relative;letter-spacing:normal}.fa-duotone:before,.fadl:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-duotone:after,.fadl:after{color:var(--fa-secondary-color,currentColor)}.fa-duotone:after,.fa-swap-opacity.fa-duotone:before,.fa-swap-opacity .fa-duotone:before,.fa-swap-opacity.fadl:before,.fa-swap-opacity .fadl:before,.fadl:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-duotone:after,.fa-swap-opacity .fa-duotone:after,.fa-swap-opacity.fadl:after,.fa-swap-opacity .fadl:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-duotone,.fa-li.fadl,.fa-stack-1x.fa-duotone,.fa-stack-1x.fadl,.fa-stack-2x.fa-duotone,.fa-stack-2x.fadl{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-duotone:"Font Awesome 7 Duotone";--fa-font-duotone-thin:normal 100 1em/1 var(--fa-family-duotone);--fa-style-family-duotone:var(--fa-family-duotone)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-35.woff2)}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-34.woff2);unicode-range:u+2015-223f,u+2728-f8b0,u+1f335,u+1f4a4-1f4f9,u+1f4fe-1f523,u+1f576,u+1f57d-1f5ad,u+1fa95-10f8b0}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-33.woff2);unicode-range:u+2698,u+f7e5-f84c,u+1f32d-1f334,u+1f336-1f37f,u+1f3dd-1f477,u+1f4b0-1f4df,u+1f595,u+1f6b4-1f6cd,u+1f950-1f9c0,u+10f7e5-10f84c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-32.woff2);unicode-range:u+20b8,u+2603,u+2622-2623,u+26c4-26f8,u+e0cf-f7e4,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f955,u+1f97e-1f98c,u+1f9e3,u+10f775-10f7e4}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-31.woff2);unicode-range:u+2604,u+2694,u+26c6,u+f718-f774,u+1f305-1f32b,u+1f40b-1f422,u+1f578,u+1f5e1-1f69c,u+1f984,u+1f9fb,u+1faa6-10f774}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-30.woff2);unicode-range:u+20b4,u+2620,u+26b0,u+26c5,u+26e8-26f0,u+270a,u+f6bd-f717,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f404-1f408,u+1f40d-1f418,u+1f47b,u+1f54e,u+1f571,u+1f577,u+1f5dd,u+1f967,u+1f986,u+1f99b-1f9ae,u+1fa81,u+10f6bd-10f717}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-29.woff2);unicode-range:u+2211-221a,u+22c2-22c3,u+262a-262f,u+26e9,u+26fa,u+2721,u+f662-f6bc,u+1f3db,u+1f3f9,u+1f549-1f54d,u+1f56f,u+1f6d0,u+1f9a1,u+1f9e6,u+1fa93,u+10f662-10f6bc}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-28.woff2);unicode-range:u+2625,u+2638,u+f0e4-f661,u+1f3ad-1f3af,u+1f4c9-1f4d0,u+1f52c,u+1f5c4,u+1f6a6,u+1f6fb,u+1f9ee,u+1faa5,u+1fac1-10f661}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-27.woff2);unicode-range:u+269b,u+2711-2712,u+e2c6-e2c7,u+f59b-f602,u+1f34e-1f34f,u+1f392,u+1f3ca,u+1f442-1f453,u+1f4d5-1f4d9,u+1f58b,u+1f5e2,u+1f60a-1f697,u+1f6ec,u+1f9b4-1f9b7,u+10f59b-10f602}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-26.woff2);unicode-range:u+232b,u+e307,u+f53c-f59a,u+1f17f,u+1f30d-1f30f,u+1f36a-1f378,u+1f3a8,u+1f455,u+1f480,u+1f600-1f606,u+1f60d-1f620,u+1f626,u+1f62c,u+1f633,u+1f6ad,u+1f6b6,u+1f6ce,u+1f923-1f941,u+1f9f0,u+1fa9b,u+10f53c-10f59a}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-25.woff2);unicode-range:u+f7,u+221e,u+267e-2685,u+26fd,u+2797,u+f4b9-f53b,u+1f377,u+1f397,u+1f465,u+1f49f,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa,u+1f977,u+1f9f9,u+1fab6,u+10f4b9-10f53b}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-24.woff2);unicode-range:u+24bd,u+e207,u+f27b,u+f45d-f4b8,u+1f3be,u+1f3d0-1f3d3,u+1f489,u+1f4ac,u+1f4e6,u+1f6ac,u+1f9ea-1f9ec,u+1fa79,u+10e207,u+10f45d-10f4b8}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-23.woff2);unicode-range:u+265a-265f,u+26be,u+2708,u+2934-2b1c,u+f2d4-f3fc,u+f3ff-f45c,u+1f333,u+1f399,u+1f3c0,u+1f3c8,u+1f3cf,u+1f3d1,u+1f3ed,u+1f48e,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+10f365-10f3fc,u+10f3ff-10f45c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-22.woff2);unicode-range:u+2139-21e5,u+23f0,u+2663,u+27a1,u+2b05-2b0d,u+2b23-2b95,u+f01a-f01b,u+f18e-f190,u+f30a-f364,u+1f383,u+1f4dd,u+1f4e4-1f4e5,u+10f30a-10f364}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-21.woff2);unicode-range:u+2122,u+23f1,u+25ac,u+2660,u+270c,u+2744-274e,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f309,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f4a9,u+1f4cd,u+1f504-1f507,u+1f58a,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f944,u+10f25a-10f309,u+10f4e6,u+10f8e5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-20.woff2);unicode-range:u+b6,u+20a4-20aa,u+231b,u+23f3,u+263f-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+270b,u+f193-f1b0,u+f1b3-f259,u+1f382,u+1f393,u+1f4a3,u+1f4e0,u+1f50b-1f515,u+1f58c,u+1f596,u+1f5b7,u+1f5bb,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f91a,u+10f193-10f259}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-19.woff2);unicode-range:u+a3-ab,u+bb,u+201c-203a,u+20a8-20a9,u+20ac,u+20bd,u+2304,u+2600,u+2611,u+2639,u+2705,u+f01d-f088,u+f0f0-f0f4,u+f0f6-f187,u+f191-f192,u+f196,u+1f44e,u+1f518,u+1f5b9,u+1f5ce,u+1f610,u+1f642,u+1f691,u+1f9cd,u+1f9ef,u+1f9f3,u+1fa7a,u+10f0f0-10f192}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-18.woff2);unicode-range:u+21ba-21c4,u+2329-232a,u+23cf-23ee,u+25d0,u+26a0,u+2700-2704,u+f042-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0ee,u+f115,u+f123,u+f29c,u+f381-f382,u+1f34b,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f6ab,u+1f6d2,u+1f9f2,u+10f042-10f0e3,u+10f0e9-10f0ee,u+10f381-10f382}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-17.woff2);unicode-range:u+d7,u+21bb,u+2699,u+2715-2716,u+274c,u+e81d-f013,u+f01e-f03c,u+1f3f7,u+1f508-1f50a,u+1f50d,u+1f5d8-1f5d9,u+10f000-10f03c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-16.woff2);unicode-range:u+e756-e81c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-15.woff2);unicode-range:u+e69d-e755}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-14.woff2);unicode-range:u+203d,u+e5b9-e69c}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-13.woff2);unicode-range:u+e502-e5b8,u+f8bc,u+1f3ae,u+1f68a,u+10f8bc}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-12.woff2);unicode-range:u+e454-e501,u+1f363,u+1f92d,u+1f979,u+1f9c7,u+1fae0-1fae5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-11.woff2);unicode-range:u+e3c8-e453,u+e550,u+e559,u+1f330,u+1f344-1f345,u+1f366-1f367,u+1f369,u+1f36b-1f373,u+1f4af,u+1f952,u+1f954,u+1f956,u+1f958-1f959,u+1f95c-1f966,u+1f968,u+1f96b-1f96f,u+1f980,u+1f990-1f991,u+1f99e,u+1f9c1-1f9c6,u+1f9c8,u+1fad1-1fad5}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-10.woff2);unicode-range:u+e300-e306,u+e30c-e3c7,u+f80b,u+1f964,u+1fae2,u+10f80b}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-9.woff2);unicode-range:u+e22b-e2c5,u+e2c8-e2ff}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-8.woff2);unicode-range:u+e175-e206,u+e208-e229}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-7.woff2);unicode-range:u+e0bb-e0ce,u+e0d0-e174}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-6.woff2);unicode-range:u+e029-e0ba,u+1f320,u+1f52d,u+1f6f8,u+1fa9f,u+10e029-10e086}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-5.woff2);unicode-range:u+22-7e,u+102a-107e,u+2731,u+e000-e028,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f680,u+1f6b0,u+10e000-10e028,u+10f069,u+10f1fa,u+10f52c,u+10f531,u+10f536,u+10f69f,u+10f8d9,u+10f8df-10f8e0,u+10f8e7,u+10f8ee-10f8ef,u+10f8fd}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-4.woff2);unicode-range:u+d8,u+2205,u+2615,u+271d,u+273f,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3d9,u+1f409,u+1f4bd,u+1f4dc,u+1f4e3,u+1f4ea,u+1f4fb,u+1f509,u+1f528-1f52a,u+1f547,u+1f95b,u+1f9a6,u+1fa91,u+1fa99,u+10f621,u+10f63b,u+10f649-10f64a,u+10f64f,u+10f653-10f654,u+10f656,u+10f65b,u+10f664,u+10f673,u+10f675,u+10f67d,u+10f67f,u+10f695,u+10f69c,u+10f6a8,u+10f6bf-10f6c0,u+10f6d5,u+10f6e3,u+10f6e9,u+10f6f5,u+10f6fa,u+10f6ff-10f700,u+10f70b,u+10f70e,u+10f715,u+10f71b,u+10f72e-10f72f,u+10f733-10f734,u+10f747,u+10f755,u+10f757,u+10f75c,u+10f762,u+10f773,u+10f77c,u+10f781,u+10f784,u+10f788,u+10f7b2,u+10f7b6,u+10f7bd,u+10f7d5,u+10f7ee,u+10f7ff,u+10f801,u+10f804,u+10f813-10f814,u+10f82f-10f830,u+10f845-10f846,u+10f850,u+10f855,u+10f858-10f859,u+10f85c,u+10f866,u+10f86d,u+10f871,u+10f875,u+10f893-10f894,u+10f897,u+10f89f,u+10f8a9,u+10f8b1-10f8b2,u+10f8bb,u+10f8c7,u+10f8d6-10f8d7}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-3.woff2);unicode-range:u+26ea,u+270f,u+f040,u+f108,u+f112,u+f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+1f331,u+1f3b2,u+1f3c5,u+1f3d6,u+1f3e8-1f3eb,u+1f41f,u+1f451,u+1f4cb,u+1f4cf,u+1f4da,u+1f4f1,u+1f501,u+1f5a5,u+1f5d4,u+1f6eb,u+1f916,u+1f9e0,u+1f9fe,u+10f040,u+10f108,u+10f303,u+10f316,u+10f31a,u+10f328,u+10f335,u+10f363,u+10f37e,u+10f390,u+10f3c5,u+10f3ce,u+10f3e5,u+10f3f4,u+10f3fb,u+10f40e,u+10f435,u+10f44b,u+10f481,u+10f48a,u+10f48f-10f490,u+10f493-10f494,u+10f498,u+10f4b7,u+10f4ca,u+10f4cc,u+10f4d1,u+10f4d7-10f4d8,u+10f4e2,u+10f503,u+10f508,u+10f51b,u+10f51d-10f51e,u+10f521-10f522,u+10f52b,u+10f530,u+10f535,u+10f53e,u+10f543-10f545,u+10f548-10f549,u+10f54e,u+10f555,u+10f559,u+10f55d,u+10f564,u+10f56c,u+10f56e-10f570,u+10f577-10f578,u+10f590,u+10f594-10f595,u+10f5a1-10f5a2,u+10f5aa-10f5ab,u+10f5b0,u+10f5b7,u+10f5ba,u+10f5bf,u+10f5ca-10f5cb,u+10f5db-10f5dc,u+10f5ef,u+10f5f2,u+10f5f6,u+10f5fb,u+10f5fd}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-2.woff2);unicode-range:u+a9,u+ae,u+231a,u+23fe,u+25b2,u+2666-267b,u+2693,u+f016,u+f087,u+f0f7,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3cd,u+1f3e2,u+1f44d,u+1f4c4-1f4c6,u+1f4f0,u+1f50c,u+1f575,u+1f5a9,u+1f5cb,u+1f686,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f91d,u+1f9e9,u+1f9ed,u+10f121,u+10f126,u+10f129,u+10f12c-10f133,u+10f135,u+10f13d,u+10f140,u+10f145,u+10f14e,u+10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab,u+10f1ad-10f1ae,u+10f1b2,u+10f1b8,u+10f1bb-10f1c3,u+10f1ce-10f1d8,u+10f1dc,u+10f1e4-10f1ec,u+10f1f8-10f1f9,u+10f205,u+10f20a,u+10f217,u+10f219-10f21d,u+10f22d-10f234,u+10f238,u+10f246,u+10f24d,u+10f251,u+10f25d,u+10f275,u+10f29e-10f2a0,u+10f2a7,u+10f2b5,u+10f2bb,u+10f2cc-10f2cd,u+10f2d2,u+10f2db,u+10f2e1,u+10f2ec,u+10f2f7,u+10f2fc,u+10f302,u+10f4c6}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-1.woff2);unicode-range:u+2013,u+201d,u+2190-2193,u+2212,u+2303,u+2328,u+23e9,u+25a0,u+25cf,u+25fb-25fc,u+2601,u+261d,u+26a1,u+26aa-26ab,u+26df,u+2709,u+2796,u+2b24,u+f003,u+f04e,u+f05b,u+f060-f065,u+f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091-f093,u+f095-f096,u+f09c-f09d,u+f0a2-f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e5-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f109,u+f10c,u+f10e-f111,u+f114,u+f11c-f11e,u+f1db,u+f283,u+f47d,u+1f310,u+1f381,u+1f3c1,u+1f3c6,u+1f3e5,u+1f441,u+1f4a1,u+1f4b3-1f4bc,u+1f4c1,u+1f4ce,u+1f4de,u+1f511-1f514,u+1f517,u+1f525,u+1f527,u+1f534-1f535,u+1f57b,u+1f582,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f7e4,u+10f04e,u+10f05b,u+10f060-10f065,u+10f068,u+10f06b-10f06e,u+10f072,u+10f075,u+10f077-10f078,u+10f07b,u+10f084,u+10f086,u+10f091-10f093,u+10f095,u+10f09c-10f09d,u+10f0a3,u+10f0a6,u+10f0ac-10f0ad,u+10f0b0-10f0b1,u+10f0c0-10f0c2,u+10f0c5-10f0c6,u+10f0c8-10f0c9,u+10f0cc,u+10f0ce,u+10f0d1-10f0d7,u+10f0dc,u+10f0e0,u+10f0e7-10f0e8,u+10f0eb,u+10f0f3,u+10f0f8,u+10f106,u+10f109,u+10f10e-10f111,u+10f11c-10f11e,u+10f47d}@font-face{font-family:"Font Awesome 7 Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-duotone-thin-100-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+1021-1025,u+102b,u+103f,u+2399,u+23ea,u+23f8-23fb,u+25b6,u+2665,u+2713-2714,u+2753-2795,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04d,u+f067,u+f08a,u+f097,u+f11d,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f39e,u+1f3a7,u+1f3b5,u+1f3e0,u+1f3f4,u+1f464,u+1f499-1f49c,u+1f4b2,u+1f4d4,u+1f4f6,u+1f512,u+1f516,u+1f553,u+1f5a4,u+1f5a8,u+1f5b6,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90,u+10e010,u+10e017,u+10e01b,u+10e01f-10e021,u+10e024,u+10e02f,u+10e03a,u+10e042,u+10e045-10e046,u+10e05f-10e060,u+10e068,u+10e06e,u+10e074,u+10e076,u+10f001,u+10f004-10f008,u+10f00c,u+10f011-10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02a,u+10f02c-10f031,u+10f03a,u+10f03d-10f03e,u+10f041,u+10f04a-10f04d,u+10f067,u+10f128,u+10f12a,u+10f155,u+10f292,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a,u+10f80c}.fadt{--fa-style:100}.fa-duotone,.fadt{--fa-family:var(--fa-family-duotone);position:relative;letter-spacing:normal}.fa-duotone:before,.fadt:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-duotone:after,.fadt:after{color:var(--fa-secondary-color,currentColor)}.fa-duotone:after,.fa-swap-opacity.fa-duotone:before,.fa-swap-opacity .fa-duotone:before,.fa-swap-opacity.fadt:before,.fa-swap-opacity .fadt:before,.fadt:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-duotone:after,.fa-swap-opacity .fa-duotone:after,.fa-swap-opacity.fadt:after,.fa-swap-opacity .fadt:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-duotone,.fa-li.fadt,.fa-stack-1x.fa-duotone,.fa-stack-1x.fadt,.fa-stack-2x.fa-duotone,.fa-stack-2x.fadt{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-font-sharp-solid:normal 900 1em/1 var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-25.woff2)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-24.woff2);unicode-range:u+2015-223f,u+2698-f8a7,u+1f32d-1f37f,u+1f3dd-1f477,u+1f4a4-1f4df,u+1f4fe-1f523,u+1f576,u+1f57d-1f595,u+1f6b4-1f6cd,u+1f950-1fa95}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-23.woff2);unicode-range:u+20b8,u+2603-2604,u+2622-2623,u+26c4-26f8,u+e0cf-f7eb,u+1f305-1f32b,u+1f35e,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f5f3-1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f953-1f955,u+1f97e-1f98c,u+1f9e3}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-22.woff2);unicode-range:u+20b4,u+22c3,u+2620,u+262a-2694,u+26b0,u+26c5,u+26e8-26f0,u+26fa-2721,u+f699-f732,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f3f9-1f422,u+1f47b,u+1f54d-1f54e,u+1f56f-1f571,u+1f577-1f578,u+1f5dd-1f5e1,u+1f69c,u+1f967,u+1f984-1f986,u+1f99b-1f9ae,u+1f9fb-1fa93,u+1faa6}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-21.woff2);unicode-range:u+2211-221a,u+22c2,u+2625,u+262c-262e,u+2638,u+e2c6-f698,u+1f3ad-1f3af,u+1f3db,u+1f442-1f453,u+1f4c9-1f4d0,u+1f52c-1f54c,u+1f5c4,u+1f5e2,u+1f6a6,u+1f6d0,u+1f6fb,u+1f9e6-1f9ee,u+1faa5,u+1fac1}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-20.woff2);unicode-range:u+232b,u+269b,u+2711-2712,u+e307,u+f54b-f5e9,u+1f30d-1f30f,u+1f34e-1f34f,u+1f36a-1f378,u+1f392,u+1f3ca,u+1f455,u+1f480,u+1f4d5-1f4d9,u+1f58b,u+1f600-1f697,u+1f6ad,u+1f6b6,u+1f6ce,u+1f6ec,u+1f923-1f941,u+1f9b4-1f9b7,u+1f9f0}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-19.woff2);unicode-range:u+f7,u+221e,u+24bd,u+267e-2685,u+26fd,u+2797,u+e207,u+f27b,u+f475-f54a,u+1f17f,u+1f377,u+1f397,u+1f3a8,u+1f465,u+1f489,u+1f49f,u+1f4ac,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa-1f6ac,u+1f977,u+1f9ea,u+1f9f9,u+1fa9b,u+1fab6}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-18.woff2);unicode-range:u+2197-21a7,u+23f0,u+265a-265f,u+26be,u+2708,u+27a1-2b95,u+f01a-f01b,u+f18e-f190,u+f2d4-f3fc,u+f3ff-f474,u+f4a1,u+1f333,u+1f399,u+1f3be-1f3c0,u+1f3c8,u+1f3cf-1f3d3,u+1f3ed,u+1f48e,u+1f4e6,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+1f9ec,u+1fa79}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-17.woff2);unicode-range:u+2122-2195,u+21a5-21a6,u+21e4-21e5,u+23f1-23f3,u+25ac,u+2660-2663,u+270b-270c,u+2744-274e,u+2b0d,u+2b23,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f343,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f383,u+1f4a9,u+1f4cd,u+1f4dd,u+1f4e4-1f4e5,u+1f504-1f507,u+1f58a,u+1f596,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f91a,u+1f944}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-16.woff2);unicode-range:u+a3-b6,u+201c-20ac,u+20bd,u+231b,u+2600,u+2611,u+2639-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+2705,u+f01d-f088,u+f0f6-f187,u+f191-f1b0,u+f1b3-f24e,u+f252-f253,u+1f382,u+1f393,u+1f44e,u+1f4a3,u+1f4e0,u+1f50b-1f518,u+1f58c,u+1f5b7,u+1f5b9-1f5bb,u+1f5ce,u+1f610,u+1f642,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f9cd,u+1f9ef}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-15.woff2);unicode-range:u+ab,u+bb-d7,u+2039-203a,u+21ba-21c4,u+2304,u+2329-232a,u+23cf-23ee,u+25d0,u+2699,u+26a0,u+2700-2704,u+2715-2716,u+274c,u+e8c5-f013,u+f01e-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0f4,u+f0f9-f10a,u+f115,u+f123,u+f196,u+f29c,u+f381-f382,u+1f34b,u+1f3f7,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f508-1f50a,u+1f50d,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f5d8-1f5d9,u+1f691,u+1f6ab,u+1f6d2,u+1f9f2-1f9f3,u+1fa7a}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-14.woff2);unicode-range:u+e7c2-e8c4}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-13.woff2);unicode-range:u+e70c-e7c1}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-12.woff2);unicode-range:u+e643-e70b}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-11.woff2);unicode-range:u+203d,u+e56f-e642,u+f8bc,u+1f3ae,u+1f68a}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-10.woff2);unicode-range:u+e4b6-e56e}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-9.woff2);unicode-range:u+e41c-e4b5,u+e4ec,u+e4ee,u+e550,u+e559,u+1f344,u+1f363,u+1f36d-1f373,u+1f4af,u+1f92d,u+1f954,u+1f958,u+1f95c-1f95e,u+1f968,u+1f96c,u+1f979,u+1f990-1f991,u+1f99e,u+1f9c2-1f9c7,u+1fad1-1fae5}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-8.woff2);unicode-range:u+e37f-e41b,u+f80b,u+1f330,u+1f345,u+1f366-1f367,u+1f369,u+1f36b-1f36c,u+1f36e-1f370,u+1f952,u+1f956,u+1f959,u+1f963-1f966,u+1f96b,u+1f96f,u+1f980,u+1f9c1,u+1f9c4,u+1f9c6,u+1f9c8,u+1fad3,u+1fad5}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-7.woff2);unicode-range:u+e298-e2c5,u+e2c8-e306,u+e30c-e37e,u+1f964,u+1fae2}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-6.woff2);unicode-range:u+e1de-e206,u+e208-e297}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-5.woff2);unicode-range:u+e126-e1dd}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-4.woff2);unicode-range:u+e058-e0ce,u+e0d0-e125}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-3.woff2);unicode-range:u+22-7e,u+2731,u+e000-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f320,u+1f4fb,u+1f52d,u+1f680,u+1f6b0,u+1f6f8,u+1fa9f}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-2.woff2);unicode-range:u+d8,u+2205,u+2615,u+26ea,u+271d,u+273f,u+f112,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+1f331,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3b2,u+1f3c5,u+1f3d6-1f3d9,u+1f3e8-1f3eb,u+1f409,u+1f41f,u+1f451,u+1f4bd,u+1f4cf,u+1f4da-1f4dc,u+1f4e3,u+1f4ea-1f4f1,u+1f509,u+1f528-1f52a,u+1f547,u+1f6eb,u+1f916,u+1f95b,u+1f9a6,u+1f9e0,u+1f9fe,u+1fa91,u+1fa99}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-1.woff2);unicode-range:u+a9,u+ae,u+201d,u+2303,u+231a,u+2328,u+23fe,u+25a0,u+25b2-25cf,u+25fb-25fc,u+2666-267b,u+2693,u+26a1,u+26aa-26ab,u+26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096,u+f0a2,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f7-f0f8,u+f106,u+f108-f109,u+f10c,u+f10e-f111,u+f11c-f11e,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1db-f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3c1,u+1f3cd,u+1f3e2-1f3e5,u+1f44d,u+1f4a1,u+1f4bb,u+1f4c4-1f4c6,u+1f4cb,u+1f4ce,u+1f4f0,u+1f501,u+1f50c,u+1f514,u+1f534-1f535,u+1f575,u+1f582,u+1f5a5-1f5a9,u+1f5cb,u+1f5d4,u+1f686,u+1f69a,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f7e0-1f7e4,u+1f91d,u+1f9e9,u+1f9ed}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-solid-900-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+2013,u+2190-2193,u+2212,u+2399,u+23e9-23ea,u+23f8-23fb,u+25b6,u+2601,u+261d,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f08a,u+f091-f093,u+f095,u+f097,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f12a,u+f155,u+f283,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5,u+1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b2-1f4b3,u+1f4bc,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f513,u+1f516-1f517,u+1f525,u+1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90}.fass{--fa-family:var(--fa-family-sharp);--fa-style:900}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-font-sharp-regular:normal 400 1em/1 var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-25.woff2)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-24.woff2);unicode-range:u+2015-223f,u+2698-f8a7,u+1f32d-1f37f,u+1f3dd-1f477,u+1f4a4-1f4df,u+1f4fe-1f523,u+1f576,u+1f57d-1f595,u+1f6b4-1f6cd,u+1f950-1fa95}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-23.woff2);unicode-range:u+20b8,u+2603-2604,u+2622-2623,u+26c4-26f8,u+e0cf-f7eb,u+1f305-1f32b,u+1f35e,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f5f3-1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f953-1f955,u+1f97e-1f98c,u+1f9e3}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-22.woff2);unicode-range:u+20b4,u+22c3,u+2620,u+262a-2694,u+26b0,u+26c5,u+26e8-26f0,u+26fa-2721,u+f699-f732,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f3f9-1f422,u+1f47b,u+1f54d-1f54e,u+1f56f-1f571,u+1f577-1f578,u+1f5dd-1f5e1,u+1f69c,u+1f967,u+1f984-1f986,u+1f99b-1f9ae,u+1f9fb-1fa93,u+1faa6}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-21.woff2);unicode-range:u+2211-221a,u+22c2,u+2625,u+262c-262e,u+2638,u+e2c6-f698,u+1f3ad-1f3af,u+1f3db,u+1f442-1f453,u+1f4c9-1f4d0,u+1f52c-1f54c,u+1f5c4,u+1f5e2,u+1f6a6,u+1f6d0,u+1f6fb,u+1f9e6-1f9ee,u+1faa5,u+1fac1}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-20.woff2);unicode-range:u+232b,u+269b,u+2711-2712,u+e307,u+f54b-f5e9,u+1f30d-1f30f,u+1f34e-1f34f,u+1f36a-1f378,u+1f392,u+1f3ca,u+1f455,u+1f480,u+1f4d5-1f4d9,u+1f58b,u+1f600-1f697,u+1f6ad,u+1f6b6,u+1f6ce,u+1f6ec,u+1f923-1f941,u+1f9b4-1f9b7,u+1f9f0}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-19.woff2);unicode-range:u+f7,u+221e,u+24bd,u+267e-2685,u+26fd,u+2797,u+e207,u+f27b,u+f475-f54a,u+1f17f,u+1f377,u+1f397,u+1f3a8,u+1f465,u+1f489,u+1f49f,u+1f4ac,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa-1f6ac,u+1f977,u+1f9ea,u+1f9f9,u+1fa9b,u+1fab6}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-18.woff2);unicode-range:u+2197-21a7,u+23f0,u+265a-265f,u+26be,u+2708,u+27a1-2b95,u+f01a-f01b,u+f18e-f190,u+f2d4-f3fc,u+f3ff-f474,u+f4a1,u+1f333,u+1f399,u+1f3be-1f3c0,u+1f3c8,u+1f3cf-1f3d3,u+1f3ed,u+1f48e,u+1f4e6,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+1f9ec,u+1fa79}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-17.woff2);unicode-range:u+2122-2195,u+21a5-21a6,u+21e4-21e5,u+23f1-23f3,u+25ac,u+2660-2663,u+270b-270c,u+2744-274e,u+2b0d,u+2b23,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f343,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f383,u+1f4a9,u+1f4cd,u+1f4dd,u+1f4e4-1f4e5,u+1f504-1f507,u+1f58a,u+1f596,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f91a,u+1f944}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-16.woff2);unicode-range:u+a3-b6,u+201c-20ac,u+20bd,u+231b,u+2600,u+2611,u+2639-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+2705,u+f01d-f088,u+f0f6-f187,u+f191-f1b0,u+f1b3-f24e,u+f252-f253,u+1f382,u+1f393,u+1f44e,u+1f4a3,u+1f4e0,u+1f50b-1f518,u+1f58c,u+1f5b7,u+1f5b9-1f5bb,u+1f5ce,u+1f610,u+1f642,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f9cd,u+1f9ef}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-15.woff2);unicode-range:u+ab,u+bb-d7,u+2039-203a,u+21ba-21c4,u+2304,u+2329-232a,u+23cf-23ee,u+25d0,u+2699,u+26a0,u+2700-2704,u+2715-2716,u+274c,u+e8c5-f013,u+f01e-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0f4,u+f0f9-f10a,u+f115,u+f123,u+f196,u+f29c,u+f381-f382,u+1f34b,u+1f3f7,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f508-1f50a,u+1f50d,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f5d8-1f5d9,u+1f691,u+1f6ab,u+1f6d2,u+1f9f2-1f9f3,u+1fa7a}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-14.woff2);unicode-range:u+e7c2-e8c4}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-13.woff2);unicode-range:u+e70c-e7c1}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-12.woff2);unicode-range:u+e643-e70b}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-11.woff2);unicode-range:u+203d,u+e56f-e642,u+f8bc,u+1f3ae,u+1f68a}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-10.woff2);unicode-range:u+e4b6-e56e}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-9.woff2);unicode-range:u+e41c-e4b5,u+e4ec,u+e4ee,u+e550,u+e559,u+1f344,u+1f363,u+1f36d-1f373,u+1f4af,u+1f92d,u+1f954,u+1f958,u+1f95c-1f95e,u+1f968,u+1f96c,u+1f979,u+1f990-1f991,u+1f99e,u+1f9c2-1f9c7,u+1fad1-1fae5}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-8.woff2);unicode-range:u+e37f-e41b,u+f80b,u+1f330,u+1f345,u+1f366-1f367,u+1f369,u+1f36b-1f36c,u+1f36e-1f370,u+1f952,u+1f956,u+1f959,u+1f963-1f966,u+1f96b,u+1f96f,u+1f980,u+1f9c1,u+1f9c4,u+1f9c6,u+1f9c8,u+1fad3,u+1fad5}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-7.woff2);unicode-range:u+e298-e2c5,u+e2c8-e306,u+e30c-e37e,u+1f964,u+1fae2}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-6.woff2);unicode-range:u+e1de-e206,u+e208-e297}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-5.woff2);unicode-range:u+e126-e1dd}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-4.woff2);unicode-range:u+e058-e0ce,u+e0d0-e125}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-3.woff2);unicode-range:u+22-7e,u+2731,u+e000-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f320,u+1f4fb,u+1f52d,u+1f680,u+1f6b0,u+1f6f8,u+1fa9f}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-2.woff2);unicode-range:u+d8,u+2205,u+2615,u+26ea,u+271d,u+273f,u+f112,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+1f331,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3b2,u+1f3c5,u+1f3d6-1f3d9,u+1f3e8-1f3eb,u+1f409,u+1f41f,u+1f451,u+1f4bd,u+1f4cf,u+1f4da-1f4dc,u+1f4e3,u+1f4ea-1f4f1,u+1f509,u+1f528-1f52a,u+1f547,u+1f6eb,u+1f916,u+1f95b,u+1f9a6,u+1f9e0,u+1f9fe,u+1fa91,u+1fa99}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-1.woff2);unicode-range:u+a9,u+ae,u+201d,u+2303,u+231a,u+2328,u+23fe,u+25a0,u+25b2-25cf,u+25fb-25fc,u+2666-267b,u+2693,u+26a1,u+26aa-26ab,u+26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096,u+f0a2,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f7-f0f8,u+f106,u+f108-f109,u+f10c,u+f10e-f111,u+f11c-f11e,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1db-f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3c1,u+1f3cd,u+1f3e2-1f3e5,u+1f44d,u+1f4a1,u+1f4bb,u+1f4c4-1f4c6,u+1f4cb,u+1f4ce,u+1f4f0,u+1f501,u+1f50c,u+1f514,u+1f534-1f535,u+1f575,u+1f582,u+1f5a5-1f5a9,u+1f5cb,u+1f5d4,u+1f686,u+1f69a,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f7e0-1f7e4,u+1f91d,u+1f9e9,u+1f9ed}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-regular-400-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+2013,u+2190-2193,u+2212,u+2399,u+23e9-23ea,u+23f8-23fb,u+25b6,u+2601,u+261d,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f08a,u+f091-f093,u+f095,u+f097,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f12a,u+f155,u+f283,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5,u+1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b2-1f4b3,u+1f4bc,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f513,u+1f516-1f517,u+1f525,u+1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90}.fasr{--fa-family:var(--fa-family-sharp);--fa-style:400}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-font-sharp-light:normal 300 1em/1 var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-25.woff2)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-24.woff2);unicode-range:u+2015-223f,u+2698-f8a7,u+1f32d-1f37f,u+1f3dd-1f477,u+1f4a4-1f4df,u+1f4fe-1f523,u+1f576,u+1f57d-1f595,u+1f6b4-1f6cd,u+1f950-1fa95}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-23.woff2);unicode-range:u+20b8,u+2603-2604,u+2622-2623,u+26c4-26f8,u+e0cf-f7eb,u+1f305-1f32b,u+1f35e,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f5f3-1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f953-1f955,u+1f97e-1f98c,u+1f9e3}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-22.woff2);unicode-range:u+20b4,u+22c3,u+2620,u+262a-2694,u+26b0,u+26c5,u+26e8-26f0,u+26fa-2721,u+f699-f732,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f3f9-1f422,u+1f47b,u+1f54d-1f54e,u+1f56f-1f571,u+1f577-1f578,u+1f5dd-1f5e1,u+1f69c,u+1f967,u+1f984-1f986,u+1f99b-1f9ae,u+1f9fb-1fa93,u+1faa6}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-21.woff2);unicode-range:u+2211-221a,u+22c2,u+2625,u+262c-262e,u+2638,u+e2c6-f698,u+1f3ad-1f3af,u+1f3db,u+1f442-1f453,u+1f4c9-1f4d0,u+1f52c-1f54c,u+1f5c4,u+1f5e2,u+1f6a6,u+1f6d0,u+1f6fb,u+1f9e6-1f9ee,u+1faa5,u+1fac1}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-20.woff2);unicode-range:u+232b,u+269b,u+2711-2712,u+e307,u+f54b-f5e9,u+1f30d-1f30f,u+1f34e-1f34f,u+1f36a-1f378,u+1f392,u+1f3ca,u+1f455,u+1f480,u+1f4d5-1f4d9,u+1f58b,u+1f600-1f697,u+1f6ad,u+1f6b6,u+1f6ce,u+1f6ec,u+1f923-1f941,u+1f9b4-1f9b7,u+1f9f0}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-19.woff2);unicode-range:u+f7,u+221e,u+24bd,u+267e-2685,u+26fd,u+2797,u+e207,u+f27b,u+f475-f54a,u+1f17f,u+1f377,u+1f397,u+1f3a8,u+1f465,u+1f489,u+1f49f,u+1f4ac,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa-1f6ac,u+1f977,u+1f9ea,u+1f9f9,u+1fa9b,u+1fab6}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-18.woff2);unicode-range:u+2197-21a7,u+23f0,u+265a-265f,u+26be,u+2708,u+27a1-2b95,u+f01a-f01b,u+f18e-f190,u+f2d4-f3fc,u+f3ff-f474,u+f4a1,u+1f333,u+1f399,u+1f3be-1f3c0,u+1f3c8,u+1f3cf-1f3d3,u+1f3ed,u+1f48e,u+1f4e6,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+1f9ec,u+1fa79}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-17.woff2);unicode-range:u+2122-2195,u+21a5-21a6,u+21e4-21e5,u+23f1-23f3,u+25ac,u+2660-2663,u+270b-270c,u+2744-274e,u+2b0d,u+2b23,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f343,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f383,u+1f4a9,u+1f4cd,u+1f4dd,u+1f4e4-1f4e5,u+1f504-1f507,u+1f58a,u+1f596,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f91a,u+1f944}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-16.woff2);unicode-range:u+a3-b6,u+201c-20ac,u+20bd,u+231b,u+2600,u+2611,u+2639-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+2705,u+f01d-f088,u+f0f6-f187,u+f191-f1b0,u+f1b3-f24e,u+f252-f253,u+1f382,u+1f393,u+1f44e,u+1f4a3,u+1f4e0,u+1f50b-1f518,u+1f58c,u+1f5b7,u+1f5b9-1f5bb,u+1f5ce,u+1f610,u+1f642,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f9cd,u+1f9ef}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-15.woff2);unicode-range:u+ab,u+bb-d7,u+2039-203a,u+21ba-21c4,u+2304,u+2329-232a,u+23cf-23ee,u+25d0,u+2699,u+26a0,u+2700-2704,u+2715-2716,u+274c,u+e8c5-f013,u+f01e-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0f4,u+f0f9-f10a,u+f115,u+f123,u+f196,u+f29c,u+f381-f382,u+1f34b,u+1f3f7,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f508-1f50a,u+1f50d,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f5d8-1f5d9,u+1f691,u+1f6ab,u+1f6d2,u+1f9f2-1f9f3,u+1fa7a}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-14.woff2);unicode-range:u+e7c2-e8c4}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-13.woff2);unicode-range:u+e70c-e7c1}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-12.woff2);unicode-range:u+e643-e70b}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-11.woff2);unicode-range:u+203d,u+e56f-e642,u+f8bc,u+1f3ae,u+1f68a}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-10.woff2);unicode-range:u+e4b6-e56e}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-9.woff2);unicode-range:u+e41c-e4b5,u+e4ec,u+e4ee,u+e550,u+e559,u+1f344,u+1f363,u+1f36d-1f373,u+1f4af,u+1f92d,u+1f954,u+1f958,u+1f95c-1f95e,u+1f968,u+1f96c,u+1f979,u+1f990-1f991,u+1f99e,u+1f9c2-1f9c7,u+1fad1-1fae5}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-8.woff2);unicode-range:u+e37f-e41b,u+f80b,u+1f330,u+1f345,u+1f366-1f367,u+1f369,u+1f36b-1f36c,u+1f36e-1f370,u+1f952,u+1f956,u+1f959,u+1f963-1f966,u+1f96b,u+1f96f,u+1f980,u+1f9c1,u+1f9c4,u+1f9c6,u+1f9c8,u+1fad3,u+1fad5}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-7.woff2);unicode-range:u+e298-e2c5,u+e2c8-e306,u+e30c-e37e,u+1f964,u+1fae2}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-6.woff2);unicode-range:u+e1de-e206,u+e208-e297}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-5.woff2);unicode-range:u+e126-e1dd}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-4.woff2);unicode-range:u+e058-e0ce,u+e0d0-e125}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-3.woff2);unicode-range:u+22-7e,u+2731,u+e000-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f320,u+1f4fb,u+1f52d,u+1f680,u+1f6b0,u+1f6f8,u+1fa9f}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-2.woff2);unicode-range:u+d8,u+2205,u+2615,u+26ea,u+271d,u+273f,u+f112,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+1f331,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3b2,u+1f3c5,u+1f3d6-1f3d9,u+1f3e8-1f3eb,u+1f409,u+1f41f,u+1f451,u+1f4bd,u+1f4cf,u+1f4da-1f4dc,u+1f4e3,u+1f4ea-1f4f1,u+1f509,u+1f528-1f52a,u+1f547,u+1f6eb,u+1f916,u+1f95b,u+1f9a6,u+1f9e0,u+1f9fe,u+1fa91,u+1fa99}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-1.woff2);unicode-range:u+a9,u+ae,u+201d,u+2303,u+231a,u+2328,u+23fe,u+25a0,u+25b2-25cf,u+25fb-25fc,u+2666-267b,u+2693,u+26a1,u+26aa-26ab,u+26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096,u+f0a2,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f7-f0f8,u+f106,u+f108-f109,u+f10c,u+f10e-f111,u+f11c-f11e,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1db-f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3c1,u+1f3cd,u+1f3e2-1f3e5,u+1f44d,u+1f4a1,u+1f4bb,u+1f4c4-1f4c6,u+1f4cb,u+1f4ce,u+1f4f0,u+1f501,u+1f50c,u+1f514,u+1f534-1f535,u+1f575,u+1f582,u+1f5a5-1f5a9,u+1f5cb,u+1f5d4,u+1f686,u+1f69a,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f7e0-1f7e4,u+1f91d,u+1f9e9,u+1f9ed}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-light-300-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+2013,u+2190-2193,u+2212,u+2399,u+23e9-23ea,u+23f8-23fb,u+25b6,u+2601,u+261d,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f08a,u+f091-f093,u+f095,u+f097,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f12a,u+f155,u+f283,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5,u+1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b2-1f4b3,u+1f4bc,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f513,u+1f516-1f517,u+1f525,u+1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90}.fasl{--fa-family:var(--fa-family-sharp);--fa-style:300}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-sharp:"Font Awesome 7 Sharp";--fa-font-sharp-thin:normal 100 1em/1 var(--fa-family-sharp);--fa-style-family-sharp:var(--fa-family-sharp)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-25.woff2)}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-24.woff2);unicode-range:u+2015-223f,u+2698-f8a7,u+1f32d-1f37f,u+1f3dd-1f477,u+1f4a4-1f4df,u+1f4fe-1f523,u+1f576,u+1f57d-1f595,u+1f6b4-1f6cd,u+1f950-1fa95}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-23.woff2);unicode-range:u+20b8,u+2603-2604,u+2622-2623,u+26c4-26f8,u+e0cf-f7eb,u+1f305-1f32b,u+1f35e,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f5f3-1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f953-1f955,u+1f97e-1f98c,u+1f9e3}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-22.woff2);unicode-range:u+20b4,u+22c3,u+2620,u+262a-2694,u+26b0,u+26c5,u+26e8-26f0,u+26fa-2721,u+f699-f732,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f3f9-1f422,u+1f47b,u+1f54d-1f54e,u+1f56f-1f571,u+1f577-1f578,u+1f5dd-1f5e1,u+1f69c,u+1f967,u+1f984-1f986,u+1f99b-1f9ae,u+1f9fb-1fa93,u+1faa6}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-21.woff2);unicode-range:u+2211-221a,u+22c2,u+2625,u+262c-262e,u+2638,u+e2c6-f698,u+1f3ad-1f3af,u+1f3db,u+1f442-1f453,u+1f4c9-1f4d0,u+1f52c-1f54c,u+1f5c4,u+1f5e2,u+1f6a6,u+1f6d0,u+1f6fb,u+1f9e6-1f9ee,u+1faa5,u+1fac1}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-20.woff2);unicode-range:u+232b,u+269b,u+2711-2712,u+e307,u+f54b-f5e9,u+1f30d-1f30f,u+1f34e-1f34f,u+1f36a-1f378,u+1f392,u+1f3ca,u+1f455,u+1f480,u+1f4d5-1f4d9,u+1f58b,u+1f600-1f697,u+1f6ad,u+1f6b6,u+1f6ce,u+1f6ec,u+1f923-1f941,u+1f9b4-1f9b7,u+1f9f0}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-19.woff2);unicode-range:u+f7,u+221e,u+24bd,u+267e-2685,u+26fd,u+2797,u+e207,u+f27b,u+f475-f54a,u+1f17f,u+1f377,u+1f397,u+1f3a8,u+1f465,u+1f489,u+1f49f,u+1f4ac,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa-1f6ac,u+1f977,u+1f9ea,u+1f9f9,u+1fa9b,u+1fab6}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-18.woff2);unicode-range:u+2197-21a7,u+23f0,u+265a-265f,u+26be,u+2708,u+27a1-2b95,u+f01a-f01b,u+f18e-f190,u+f2d4-f3fc,u+f3ff-f474,u+f4a1,u+1f333,u+1f399,u+1f3be-1f3c0,u+1f3c8,u+1f3cf-1f3d3,u+1f3ed,u+1f48e,u+1f4e6,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+1f9ec,u+1fa79}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-17.woff2);unicode-range:u+2122-2195,u+21a5-21a6,u+21e4-21e5,u+23f1-23f3,u+25ac,u+2660-2663,u+270b-270c,u+2744-274e,u+2b0d,u+2b23,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f343,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f383,u+1f4a9,u+1f4cd,u+1f4dd,u+1f4e4-1f4e5,u+1f504-1f507,u+1f58a,u+1f596,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f91a,u+1f944}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-16.woff2);unicode-range:u+a3-b6,u+201c-20ac,u+20bd,u+231b,u+2600,u+2611,u+2639-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+2705,u+f01d-f088,u+f0f6-f187,u+f191-f1b0,u+f1b3-f24e,u+f252-f253,u+1f382,u+1f393,u+1f44e,u+1f4a3,u+1f4e0,u+1f50b-1f518,u+1f58c,u+1f5b7,u+1f5b9-1f5bb,u+1f5ce,u+1f610,u+1f642,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f9cd,u+1f9ef}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-15.woff2);unicode-range:u+ab,u+bb-d7,u+2039-203a,u+21ba-21c4,u+2304,u+2329-232a,u+23cf-23ee,u+25d0,u+2699,u+26a0,u+2700-2704,u+2715-2716,u+274c,u+e8c5-f013,u+f01e-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0f4,u+f0f9-f10a,u+f115,u+f123,u+f196,u+f29c,u+f381-f382,u+1f34b,u+1f3f7,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f508-1f50a,u+1f50d,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f5d8-1f5d9,u+1f691,u+1f6ab,u+1f6d2,u+1f9f2-1f9f3,u+1fa7a}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-14.woff2);unicode-range:u+e7c2-e8c4}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-13.woff2);unicode-range:u+e70c-e7c1}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-12.woff2);unicode-range:u+e643-e70b}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-11.woff2);unicode-range:u+203d,u+e56f-e642,u+f8bc,u+1f3ae,u+1f68a}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-10.woff2);unicode-range:u+e4b6-e56e}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-9.woff2);unicode-range:u+e41c-e4b5,u+e4ec,u+e4ee,u+e550,u+e559,u+1f344,u+1f363,u+1f36d-1f373,u+1f4af,u+1f92d,u+1f954,u+1f958,u+1f95c-1f95e,u+1f968,u+1f96c,u+1f979,u+1f990-1f991,u+1f99e,u+1f9c2-1f9c7,u+1fad1-1fae5}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-8.woff2);unicode-range:u+e37f-e41b,u+f80b,u+1f330,u+1f345,u+1f366-1f367,u+1f369,u+1f36b-1f36c,u+1f36e-1f370,u+1f952,u+1f956,u+1f959,u+1f963-1f966,u+1f96b,u+1f96f,u+1f980,u+1f9c1,u+1f9c4,u+1f9c6,u+1f9c8,u+1fad3,u+1fad5}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-7.woff2);unicode-range:u+e298-e2c5,u+e2c8-e306,u+e30c-e37e,u+1f964,u+1fae2}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-6.woff2);unicode-range:u+e1de-e206,u+e208-e297}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-5.woff2);unicode-range:u+e126-e1dd}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-4.woff2);unicode-range:u+e058-e0ce,u+e0d0-e125}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-3.woff2);unicode-range:u+22-7e,u+2731,u+e000-e054,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f320,u+1f4fb,u+1f52d,u+1f680,u+1f6b0,u+1f6f8,u+1fa9f}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-2.woff2);unicode-range:u+d8,u+2205,u+2615,u+26ea,u+271d,u+273f,u+f112,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+1f331,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3b2,u+1f3c5,u+1f3d6-1f3d9,u+1f3e8-1f3eb,u+1f409,u+1f41f,u+1f451,u+1f4bd,u+1f4cf,u+1f4da-1f4dc,u+1f4e3,u+1f4ea-1f4f1,u+1f509,u+1f528-1f52a,u+1f547,u+1f6eb,u+1f916,u+1f95b,u+1f9a6,u+1f9e0,u+1f9fe,u+1fa91,u+1fa99}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-1.woff2);unicode-range:u+a9,u+ae,u+201d,u+2303,u+231a,u+2328,u+23fe,u+25a0,u+25b2-25cf,u+25fb-25fc,u+2666-267b,u+2693,u+26a1,u+26aa-26ab,u+26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096,u+f0a2,u+f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e7-f0e8,u+f0eb,u+f0f3,u+f0f7-f0f8,u+f106,u+f108-f109,u+f10c,u+f10e-f111,u+f11c-f11e,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1db-f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302-f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f47d,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3c1,u+1f3cd,u+1f3e2-1f3e5,u+1f44d,u+1f4a1,u+1f4bb,u+1f4c4-1f4c6,u+1f4cb,u+1f4ce,u+1f4f0,u+1f501,u+1f50c,u+1f514,u+1f534-1f535,u+1f575,u+1f582,u+1f5a5-1f5a9,u+1f5cb,u+1f5d4,u+1f686,u+1f69a,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f7e0-1f7e4,u+1f91d,u+1f9e9,u+1f9ed}@font-face{font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-thin-100-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+2013,u+2190-2193,u+2212,u+2399,u+23e9-23ea,u+23f8-23fb,u+25b6,u+2601,u+261d,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04e,u+f05b,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f08a,u+f091-f093,u+f095,u+f097,u+f09c-f09d,u+f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f12a,u+f155,u+f283,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5,u+1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b2-1f4b3,u+1f4bc,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f513,u+1f516-1f517,u+1f525,u+1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90}.fast{--fa-style:100}.fa-sharp,.fast{--fa-family:var(--fa-family-sharp)}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-font-sharp-duotone-solid:normal 900 1em/1 var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-35.woff2)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-34.woff2);unicode-range:u+2015-223f,u+2728-f8b0,u+1f335,u+1f4a4-1f4f9,u+1f4fe-1f523,u+1f576,u+1f57d-1f5ad,u+1fa95-10f8b0}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-33.woff2);unicode-range:u+2698,u+f7e5-f84c,u+1f32d-1f334,u+1f336-1f37f,u+1f3dd-1f477,u+1f4b0-1f4df,u+1f595,u+1f6b4-1f6cd,u+1f950-1f9c0,u+10f7e5-10f84c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-32.woff2);unicode-range:u+20b8,u+2603,u+2622-2623,u+26c4-26f8,u+e0cf-f7e4,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f955,u+1f97e-1f98c,u+1f9e3,u+10f775-10f7e4}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-31.woff2);unicode-range:u+2604,u+2694,u+26c6,u+f718-f774,u+1f305-1f32b,u+1f40b-1f422,u+1f578,u+1f5e1-1f69c,u+1f984,u+1f9fb,u+1faa6-10f774}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-30.woff2);unicode-range:u+20b4,u+2620,u+26b0,u+26c5,u+26e8-26f0,u+270a,u+f6bd-f717,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f404-1f408,u+1f40d-1f418,u+1f47b,u+1f54e,u+1f571,u+1f577,u+1f5dd,u+1f967,u+1f986,u+1f99b-1f9ae,u+1fa81,u+10f6bd-10f717}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-29.woff2);unicode-range:u+2211-221a,u+22c2-22c3,u+262a-262f,u+26e9,u+26fa,u+2721,u+f662-f6bc,u+1f3db,u+1f3f9,u+1f549-1f54d,u+1f56f,u+1f6d0,u+1f9a1,u+1f9e6,u+1fa93,u+10f662-10f6bc}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-28.woff2);unicode-range:u+2625,u+2638,u+f0e4-f661,u+1f3ad-1f3af,u+1f4c9-1f4d0,u+1f52c,u+1f5c4,u+1f6a6,u+1f6fb,u+1f9ee,u+1faa5,u+1fac1-10f661}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-27.woff2);unicode-range:u+269b,u+2711-2712,u+e2c6-e2c7,u+f59b-f602,u+1f34e-1f34f,u+1f392,u+1f3ca,u+1f442-1f453,u+1f4d5-1f4d9,u+1f58b,u+1f5e2,u+1f60a-1f697,u+1f6ec,u+1f9b4-1f9b7,u+10f59b-10f602}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-26.woff2);unicode-range:u+232b,u+e307,u+f53c-f59a,u+1f17f,u+1f30d-1f30f,u+1f36a-1f378,u+1f3a8,u+1f455,u+1f480,u+1f600-1f606,u+1f60d-1f620,u+1f626,u+1f62c,u+1f633,u+1f6ad,u+1f6b6,u+1f6ce,u+1f923-1f941,u+1f9f0,u+1fa9b,u+10f53c-10f59a}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-25.woff2);unicode-range:u+f7,u+221e,u+267e-2685,u+26fd,u+2797,u+f4b9-f53b,u+1f377,u+1f397,u+1f465,u+1f49f,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa,u+1f977,u+1f9f9,u+1fab6,u+10f4b9-10f53b}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-24.woff2);unicode-range:u+24bd,u+e207,u+f27b,u+f45d-f4b8,u+1f3be,u+1f3d0-1f3d3,u+1f489,u+1f4ac,u+1f4e6,u+1f6ac,u+1f9ea-1f9ec,u+1fa79,u+10e207,u+10f45d-10f4b8}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-23.woff2);unicode-range:u+265a-265f,u+26be,u+2708,u+2934-2b1c,u+f2d4-f3fc,u+f3ff-f45c,u+1f333,u+1f399,u+1f3c0,u+1f3c8,u+1f3cf,u+1f3d1,u+1f3ed,u+1f48e,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+10f365-10f3fc,u+10f3ff-10f45c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-22.woff2);unicode-range:u+2139-21e5,u+23f0,u+2663,u+27a1,u+2b05-2b0d,u+2b23-2b95,u+f01a-f01b,u+f18e-f190,u+f30a-f364,u+1f383,u+1f4dd,u+1f4e4-1f4e5,u+10f30a-10f364}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-21.woff2);unicode-range:u+2122,u+23f1,u+25ac,u+2660,u+270c,u+2744-274e,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f309,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f4a9,u+1f4cd,u+1f504-1f507,u+1f58a,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f944,u+10f25a-10f309,u+10f4e6,u+10f8e5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-20.woff2);unicode-range:u+b6,u+20a4-20aa,u+231b,u+23f3,u+263f-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+270b,u+f193-f1b0,u+f1b3-f259,u+1f382,u+1f393,u+1f4a3,u+1f4e0,u+1f50b-1f515,u+1f58c,u+1f596,u+1f5b7,u+1f5bb,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f91a,u+10f193-10f259}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-19.woff2);unicode-range:u+a3-ab,u+bb,u+201c-203a,u+20a8-20a9,u+20ac,u+20bd,u+2304,u+2600,u+2611,u+2639,u+2705,u+f01d-f088,u+f0f0-f0f4,u+f0f6-f187,u+f191-f192,u+f196,u+1f44e,u+1f518,u+1f5b9,u+1f5ce,u+1f610,u+1f642,u+1f691,u+1f9cd,u+1f9ef,u+1f9f3,u+1fa7a,u+10f0f0-10f192}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-18.woff2);unicode-range:u+21ba-21c4,u+2329-232a,u+23cf-23ee,u+25d0,u+26a0,u+2700-2704,u+f042-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0ee,u+f115,u+f123,u+f29c,u+f381-f382,u+1f34b,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f6ab,u+1f6d2,u+1f9f2,u+10f042-10f0e3,u+10f0e9-10f0ee,u+10f381-10f382}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-17.woff2);unicode-range:u+d7,u+21bb,u+2699,u+2715-2716,u+274c,u+e81d-f013,u+f01e-f03c,u+1f3f7,u+1f508-1f50a,u+1f50d,u+1f5d8-1f5d9,u+10f000-10f03c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-16.woff2);unicode-range:u+e756-e81c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-15.woff2);unicode-range:u+e69d-e755}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-14.woff2);unicode-range:u+203d,u+e5b9-e69c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-13.woff2);unicode-range:u+e502-e5b8,u+f8bc,u+1f3ae,u+1f68a,u+10f8bc}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-12.woff2);unicode-range:u+e454-e501,u+1f363,u+1f92d,u+1f979,u+1f9c7,u+1fae0-1fae5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-11.woff2);unicode-range:u+e3c8-e453,u+e550,u+e559,u+1f330,u+1f344-1f345,u+1f366-1f367,u+1f369,u+1f36b-1f373,u+1f4af,u+1f952,u+1f954,u+1f956,u+1f958-1f959,u+1f95c-1f966,u+1f968,u+1f96b-1f96f,u+1f980,u+1f990-1f991,u+1f99e,u+1f9c1-1f9c6,u+1f9c8,u+1fad1-1fad5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-10.woff2);unicode-range:u+e300-e306,u+e30c-e3c7,u+f80b,u+1f964,u+1fae2,u+10f80b}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-9.woff2);unicode-range:u+e22b-e2c5,u+e2c8-e2ff}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-8.woff2);unicode-range:u+e175-e206,u+e208-e229}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-7.woff2);unicode-range:u+e0bb-e0ce,u+e0d0-e174}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-6.woff2);unicode-range:u+e029-e0ba,u+1f320,u+1f52d,u+1f6f8,u+1fa9f,u+10e029-10e086}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-5.woff2);unicode-range:u+22-7e,u+102a-107e,u+2731,u+e000-e028,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f680,u+1f6b0,u+10e000-10e028,u+10f069,u+10f1fa,u+10f52c,u+10f531,u+10f536,u+10f69f,u+10f8d9,u+10f8df-10f8e0,u+10f8e7,u+10f8ee-10f8ef,u+10f8fd}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-4.woff2);unicode-range:u+d8,u+2205,u+2615,u+271d,u+273f,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3d9,u+1f409,u+1f4bd,u+1f4dc,u+1f4e3,u+1f4ea,u+1f4fb,u+1f509,u+1f528-1f52a,u+1f547,u+1f95b,u+1f9a6,u+1fa91,u+1fa99,u+10f621,u+10f63b,u+10f649-10f64a,u+10f64f,u+10f653-10f654,u+10f656,u+10f65b,u+10f664,u+10f673,u+10f675,u+10f67d,u+10f67f,u+10f695,u+10f69c,u+10f6a8,u+10f6bf-10f6c0,u+10f6d5,u+10f6e3,u+10f6e9,u+10f6f5,u+10f6fa,u+10f6ff-10f700,u+10f70b,u+10f70e,u+10f715,u+10f71b,u+10f72e-10f72f,u+10f733-10f734,u+10f747,u+10f755,u+10f757,u+10f75c,u+10f762,u+10f773,u+10f77c,u+10f781,u+10f784,u+10f788,u+10f7b2,u+10f7b6,u+10f7bd,u+10f7d5,u+10f7ee,u+10f7ff,u+10f801,u+10f804,u+10f813-10f814,u+10f82f-10f830,u+10f845-10f846,u+10f850,u+10f855,u+10f858-10f859,u+10f85c,u+10f866,u+10f86d,u+10f871,u+10f875,u+10f893-10f894,u+10f897,u+10f89f,u+10f8a9,u+10f8b1-10f8b2,u+10f8bb,u+10f8c7,u+10f8d6-10f8d7}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-3.woff2);unicode-range:u+26ea,u+270f,u+f040,u+f108,u+f112,u+f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+1f331,u+1f3b2,u+1f3c5,u+1f3d6,u+1f3e8-1f3eb,u+1f41f,u+1f451,u+1f4cb,u+1f4cf,u+1f4da,u+1f4f1,u+1f501,u+1f5a5,u+1f5d4,u+1f6eb,u+1f916,u+1f9e0,u+1f9fe,u+10f040,u+10f108,u+10f303,u+10f316,u+10f31a,u+10f328,u+10f335,u+10f363,u+10f37e,u+10f390,u+10f3c5,u+10f3ce,u+10f3e5,u+10f3f4,u+10f3fb,u+10f40e,u+10f435,u+10f44b,u+10f481,u+10f48a,u+10f48f-10f490,u+10f493-10f494,u+10f498,u+10f4b7,u+10f4ca,u+10f4cc,u+10f4d1,u+10f4d7-10f4d8,u+10f4e2,u+10f503,u+10f508,u+10f51b,u+10f51d-10f51e,u+10f521-10f522,u+10f52b,u+10f530,u+10f535,u+10f53e,u+10f543-10f545,u+10f548-10f549,u+10f54e,u+10f555,u+10f559,u+10f55d,u+10f564,u+10f56c,u+10f56e-10f570,u+10f577-10f578,u+10f590,u+10f594-10f595,u+10f5a1-10f5a2,u+10f5aa-10f5ab,u+10f5b0,u+10f5b7,u+10f5ba,u+10f5bf,u+10f5ca-10f5cb,u+10f5db-10f5dc,u+10f5ef,u+10f5f2,u+10f5f6,u+10f5fb,u+10f5fd}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-2.woff2);unicode-range:u+a9,u+ae,u+231a,u+23fe,u+25b2,u+2666-267b,u+2693,u+f016,u+f087,u+f0f7,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3cd,u+1f3e2,u+1f44d,u+1f4c4-1f4c6,u+1f4f0,u+1f50c,u+1f575,u+1f5a9,u+1f5cb,u+1f686,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f91d,u+1f9e9,u+1f9ed,u+10f121,u+10f126,u+10f129,u+10f12c-10f133,u+10f135,u+10f13d,u+10f140,u+10f145,u+10f14e,u+10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab,u+10f1ad-10f1ae,u+10f1b2,u+10f1b8,u+10f1bb-10f1c3,u+10f1ce-10f1d8,u+10f1dc,u+10f1e4-10f1ec,u+10f1f8-10f1f9,u+10f205,u+10f20a,u+10f217,u+10f219-10f21d,u+10f22d-10f234,u+10f238,u+10f246,u+10f24d,u+10f251,u+10f25d,u+10f275,u+10f29e-10f2a0,u+10f2a7,u+10f2b5,u+10f2bb,u+10f2cc-10f2cd,u+10f2d2,u+10f2db,u+10f2e1,u+10f2ec,u+10f2f7,u+10f2fc,u+10f302,u+10f4c6}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-1.woff2);unicode-range:u+2013,u+201d,u+2190-2193,u+2212,u+2303,u+2328,u+23e9,u+25a0,u+25cf,u+25fb-25fc,u+2601,u+261d,u+26a1,u+26aa-26ab,u+26df,u+2709,u+2796,u+2b24,u+f003,u+f04e,u+f05b,u+f060-f065,u+f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091-f093,u+f095-f096,u+f09c-f09d,u+f0a2-f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e5-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f109,u+f10c,u+f10e-f111,u+f114,u+f11c-f11e,u+f1db,u+f283,u+f47d,u+1f310,u+1f381,u+1f3c1,u+1f3c6,u+1f3e5,u+1f441,u+1f4a1,u+1f4b3-1f4bc,u+1f4c1,u+1f4ce,u+1f4de,u+1f511-1f514,u+1f517,u+1f525,u+1f527,u+1f534-1f535,u+1f57b,u+1f582,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f7e4,u+10f04e,u+10f05b,u+10f060-10f065,u+10f068,u+10f06b-10f06e,u+10f072,u+10f075,u+10f077-10f078,u+10f07b,u+10f084,u+10f086,u+10f091-10f093,u+10f095,u+10f09c-10f09d,u+10f0a3,u+10f0a6,u+10f0ac-10f0ad,u+10f0b0-10f0b1,u+10f0c0-10f0c2,u+10f0c5-10f0c6,u+10f0c8-10f0c9,u+10f0cc,u+10f0ce,u+10f0d1-10f0d7,u+10f0dc,u+10f0e0,u+10f0e7-10f0e8,u+10f0eb,u+10f0f3,u+10f0f8,u+10f106,u+10f109,u+10f10e-10f111,u+10f11c-10f11e,u+10f47d}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-solid-900-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+1021-1025,u+102b,u+103f,u+2399,u+23ea,u+23f8-23fb,u+25b6,u+2665,u+2713-2714,u+2753-2795,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04d,u+f067,u+f08a,u+f097,u+f11d,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f39e,u+1f3a7,u+1f3b5,u+1f3e0,u+1f3f4,u+1f464,u+1f499-1f49c,u+1f4b2,u+1f4d4,u+1f4f6,u+1f512,u+1f516,u+1f553,u+1f5a4,u+1f5a8,u+1f5b6,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90,u+10e010,u+10e017,u+10e01b,u+10e01f-10e021,u+10e024,u+10e02f,u+10e03a,u+10e042,u+10e045-10e046,u+10e05f-10e060,u+10e068,u+10e06e,u+10e074,u+10e076,u+10f001,u+10f004-10f008,u+10f00c,u+10f011-10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02a,u+10f02c-10f031,u+10f03a,u+10f03d-10f03e,u+10f041,u+10f04a-10f04d,u+10f067,u+10f128,u+10f12a,u+10f155,u+10f292,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a,u+10f80c}.fasds{--fa-family:var(--fa-family-sharp-duotone);--fa-style:900;position:relative;letter-spacing:normal}.fa-sharp-duotone:before,.fasds:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasds:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasds:before,.fa-swap-opacity .fasds:before,.fasds:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasds:after,.fa-swap-opacity .fasds:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasds,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasds,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasds{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-font-sharp-duotone-regular:normal 400 1em/1 var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-35.woff2)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-34.woff2);unicode-range:u+2015-223f,u+2728-f8b0,u+1f335,u+1f4a4-1f4f9,u+1f4fe-1f523,u+1f576,u+1f57d-1f5ad,u+1fa95-10f8b0}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-33.woff2);unicode-range:u+2698,u+f7e5-f84c,u+1f32d-1f334,u+1f336-1f37f,u+1f3dd-1f477,u+1f4b0-1f4df,u+1f595,u+1f6b4-1f6cd,u+1f950-1f9c0,u+10f7e5-10f84c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-32.woff2);unicode-range:u+20b8,u+2603,u+2622-2623,u+26c4-26f8,u+e0cf-f7e4,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f955,u+1f97e-1f98c,u+1f9e3,u+10f775-10f7e4}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-31.woff2);unicode-range:u+2604,u+2694,u+26c6,u+f718-f774,u+1f305-1f32b,u+1f40b-1f422,u+1f578,u+1f5e1-1f69c,u+1f984,u+1f9fb,u+1faa6-10f774}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-30.woff2);unicode-range:u+20b4,u+2620,u+26b0,u+26c5,u+26e8-26f0,u+270a,u+f6bd-f717,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f404-1f408,u+1f40d-1f418,u+1f47b,u+1f54e,u+1f571,u+1f577,u+1f5dd,u+1f967,u+1f986,u+1f99b-1f9ae,u+1fa81,u+10f6bd-10f717}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-29.woff2);unicode-range:u+2211-221a,u+22c2-22c3,u+262a-262f,u+26e9,u+26fa,u+2721,u+f662-f6bc,u+1f3db,u+1f3f9,u+1f549-1f54d,u+1f56f,u+1f6d0,u+1f9a1,u+1f9e6,u+1fa93,u+10f662-10f6bc}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-28.woff2);unicode-range:u+2625,u+2638,u+f0e4-f661,u+1f3ad-1f3af,u+1f4c9-1f4d0,u+1f52c,u+1f5c4,u+1f6a6,u+1f6fb,u+1f9ee,u+1faa5,u+1fac1-10f661}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-27.woff2);unicode-range:u+269b,u+2711-2712,u+e2c6-e2c7,u+f59b-f602,u+1f34e-1f34f,u+1f392,u+1f3ca,u+1f442-1f453,u+1f4d5-1f4d9,u+1f58b,u+1f5e2,u+1f60a-1f697,u+1f6ec,u+1f9b4-1f9b7,u+10f59b-10f602}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-26.woff2);unicode-range:u+232b,u+e307,u+f53c-f59a,u+1f17f,u+1f30d-1f30f,u+1f36a-1f378,u+1f3a8,u+1f455,u+1f480,u+1f600-1f606,u+1f60d-1f620,u+1f626,u+1f62c,u+1f633,u+1f6ad,u+1f6b6,u+1f6ce,u+1f923-1f941,u+1f9f0,u+1fa9b,u+10f53c-10f59a}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-25.woff2);unicode-range:u+f7,u+221e,u+267e-2685,u+26fd,u+2797,u+f4b9-f53b,u+1f377,u+1f397,u+1f465,u+1f49f,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa,u+1f977,u+1f9f9,u+1fab6,u+10f4b9-10f53b}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-24.woff2);unicode-range:u+24bd,u+e207,u+f27b,u+f45d-f4b8,u+1f3be,u+1f3d0-1f3d3,u+1f489,u+1f4ac,u+1f4e6,u+1f6ac,u+1f9ea-1f9ec,u+1fa79,u+10e207,u+10f45d-10f4b8}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-23.woff2);unicode-range:u+265a-265f,u+26be,u+2708,u+2934-2b1c,u+f2d4-f3fc,u+f3ff-f45c,u+1f333,u+1f399,u+1f3c0,u+1f3c8,u+1f3cf,u+1f3d1,u+1f3ed,u+1f48e,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+10f365-10f3fc,u+10f3ff-10f45c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-22.woff2);unicode-range:u+2139-21e5,u+23f0,u+2663,u+27a1,u+2b05-2b0d,u+2b23-2b95,u+f01a-f01b,u+f18e-f190,u+f30a-f364,u+1f383,u+1f4dd,u+1f4e4-1f4e5,u+10f30a-10f364}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-21.woff2);unicode-range:u+2122,u+23f1,u+25ac,u+2660,u+270c,u+2744-274e,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f309,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f4a9,u+1f4cd,u+1f504-1f507,u+1f58a,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f944,u+10f25a-10f309,u+10f4e6,u+10f8e5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-20.woff2);unicode-range:u+b6,u+20a4-20aa,u+231b,u+23f3,u+263f-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+270b,u+f193-f1b0,u+f1b3-f259,u+1f382,u+1f393,u+1f4a3,u+1f4e0,u+1f50b-1f515,u+1f58c,u+1f596,u+1f5b7,u+1f5bb,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f91a,u+10f193-10f259}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-19.woff2);unicode-range:u+a3-ab,u+bb,u+201c-203a,u+20a8-20a9,u+20ac,u+20bd,u+2304,u+2600,u+2611,u+2639,u+2705,u+f01d-f088,u+f0f0-f0f4,u+f0f6-f187,u+f191-f192,u+f196,u+1f44e,u+1f518,u+1f5b9,u+1f5ce,u+1f610,u+1f642,u+1f691,u+1f9cd,u+1f9ef,u+1f9f3,u+1fa7a,u+10f0f0-10f192}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-18.woff2);unicode-range:u+21ba-21c4,u+2329-232a,u+23cf-23ee,u+25d0,u+26a0,u+2700-2704,u+f042-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0ee,u+f115,u+f123,u+f29c,u+f381-f382,u+1f34b,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f6ab,u+1f6d2,u+1f9f2,u+10f042-10f0e3,u+10f0e9-10f0ee,u+10f381-10f382}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-17.woff2);unicode-range:u+d7,u+21bb,u+2699,u+2715-2716,u+274c,u+e81d-f013,u+f01e-f03c,u+1f3f7,u+1f508-1f50a,u+1f50d,u+1f5d8-1f5d9,u+10f000-10f03c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-16.woff2);unicode-range:u+e756-e81c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-15.woff2);unicode-range:u+e69d-e755}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-14.woff2);unicode-range:u+203d,u+e5b9-e69c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-13.woff2);unicode-range:u+e502-e5b8,u+f8bc,u+1f3ae,u+1f68a,u+10f8bc}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-12.woff2);unicode-range:u+e454-e501,u+1f363,u+1f92d,u+1f979,u+1f9c7,u+1fae0-1fae5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-11.woff2);unicode-range:u+e3c8-e453,u+e550,u+e559,u+1f330,u+1f344-1f345,u+1f366-1f367,u+1f369,u+1f36b-1f373,u+1f4af,u+1f952,u+1f954,u+1f956,u+1f958-1f959,u+1f95c-1f966,u+1f968,u+1f96b-1f96f,u+1f980,u+1f990-1f991,u+1f99e,u+1f9c1-1f9c6,u+1f9c8,u+1fad1-1fad5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-10.woff2);unicode-range:u+e300-e306,u+e30c-e3c7,u+f80b,u+1f964,u+1fae2,u+10f80b}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-9.woff2);unicode-range:u+e22b-e2c5,u+e2c8-e2ff}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-8.woff2);unicode-range:u+e175-e206,u+e208-e229}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-7.woff2);unicode-range:u+e0bb-e0ce,u+e0d0-e174}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-6.woff2);unicode-range:u+e029-e0ba,u+1f320,u+1f52d,u+1f6f8,u+1fa9f,u+10e029-10e086}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-5.woff2);unicode-range:u+22-7e,u+102a-107e,u+2731,u+e000-e028,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f680,u+1f6b0,u+10e000-10e028,u+10f069,u+10f1fa,u+10f52c,u+10f531,u+10f536,u+10f69f,u+10f8d9,u+10f8df-10f8e0,u+10f8e7,u+10f8ee-10f8ef,u+10f8fd}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-4.woff2);unicode-range:u+d8,u+2205,u+2615,u+271d,u+273f,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3d9,u+1f409,u+1f4bd,u+1f4dc,u+1f4e3,u+1f4ea,u+1f4fb,u+1f509,u+1f528-1f52a,u+1f547,u+1f95b,u+1f9a6,u+1fa91,u+1fa99,u+10f621,u+10f63b,u+10f649-10f64a,u+10f64f,u+10f653-10f654,u+10f656,u+10f65b,u+10f664,u+10f673,u+10f675,u+10f67d,u+10f67f,u+10f695,u+10f69c,u+10f6a8,u+10f6bf-10f6c0,u+10f6d5,u+10f6e3,u+10f6e9,u+10f6f5,u+10f6fa,u+10f6ff-10f700,u+10f70b,u+10f70e,u+10f715,u+10f71b,u+10f72e-10f72f,u+10f733-10f734,u+10f747,u+10f755,u+10f757,u+10f75c,u+10f762,u+10f773,u+10f77c,u+10f781,u+10f784,u+10f788,u+10f7b2,u+10f7b6,u+10f7bd,u+10f7d5,u+10f7ee,u+10f7ff,u+10f801,u+10f804,u+10f813-10f814,u+10f82f-10f830,u+10f845-10f846,u+10f850,u+10f855,u+10f858-10f859,u+10f85c,u+10f866,u+10f86d,u+10f871,u+10f875,u+10f893-10f894,u+10f897,u+10f89f,u+10f8a9,u+10f8b1-10f8b2,u+10f8bb,u+10f8c7,u+10f8d6-10f8d7}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-3.woff2);unicode-range:u+26ea,u+270f,u+f040,u+f108,u+f112,u+f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+1f331,u+1f3b2,u+1f3c5,u+1f3d6,u+1f3e8-1f3eb,u+1f41f,u+1f451,u+1f4cb,u+1f4cf,u+1f4da,u+1f4f1,u+1f501,u+1f5a5,u+1f5d4,u+1f6eb,u+1f916,u+1f9e0,u+1f9fe,u+10f040,u+10f108,u+10f303,u+10f316,u+10f31a,u+10f328,u+10f335,u+10f363,u+10f37e,u+10f390,u+10f3c5,u+10f3ce,u+10f3e5,u+10f3f4,u+10f3fb,u+10f40e,u+10f435,u+10f44b,u+10f481,u+10f48a,u+10f48f-10f490,u+10f493-10f494,u+10f498,u+10f4b7,u+10f4ca,u+10f4cc,u+10f4d1,u+10f4d7-10f4d8,u+10f4e2,u+10f503,u+10f508,u+10f51b,u+10f51d-10f51e,u+10f521-10f522,u+10f52b,u+10f530,u+10f535,u+10f53e,u+10f543-10f545,u+10f548-10f549,u+10f54e,u+10f555,u+10f559,u+10f55d,u+10f564,u+10f56c,u+10f56e-10f570,u+10f577-10f578,u+10f590,u+10f594-10f595,u+10f5a1-10f5a2,u+10f5aa-10f5ab,u+10f5b0,u+10f5b7,u+10f5ba,u+10f5bf,u+10f5ca-10f5cb,u+10f5db-10f5dc,u+10f5ef,u+10f5f2,u+10f5f6,u+10f5fb,u+10f5fd}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-2.woff2);unicode-range:u+a9,u+ae,u+231a,u+23fe,u+25b2,u+2666-267b,u+2693,u+f016,u+f087,u+f0f7,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3cd,u+1f3e2,u+1f44d,u+1f4c4-1f4c6,u+1f4f0,u+1f50c,u+1f575,u+1f5a9,u+1f5cb,u+1f686,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f91d,u+1f9e9,u+1f9ed,u+10f121,u+10f126,u+10f129,u+10f12c-10f133,u+10f135,u+10f13d,u+10f140,u+10f145,u+10f14e,u+10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab,u+10f1ad-10f1ae,u+10f1b2,u+10f1b8,u+10f1bb-10f1c3,u+10f1ce-10f1d8,u+10f1dc,u+10f1e4-10f1ec,u+10f1f8-10f1f9,u+10f205,u+10f20a,u+10f217,u+10f219-10f21d,u+10f22d-10f234,u+10f238,u+10f246,u+10f24d,u+10f251,u+10f25d,u+10f275,u+10f29e-10f2a0,u+10f2a7,u+10f2b5,u+10f2bb,u+10f2cc-10f2cd,u+10f2d2,u+10f2db,u+10f2e1,u+10f2ec,u+10f2f7,u+10f2fc,u+10f302,u+10f4c6}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-1.woff2);unicode-range:u+2013,u+201d,u+2190-2193,u+2212,u+2303,u+2328,u+23e9,u+25a0,u+25cf,u+25fb-25fc,u+2601,u+261d,u+26a1,u+26aa-26ab,u+26df,u+2709,u+2796,u+2b24,u+f003,u+f04e,u+f05b,u+f060-f065,u+f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091-f093,u+f095-f096,u+f09c-f09d,u+f0a2-f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e5-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f109,u+f10c,u+f10e-f111,u+f114,u+f11c-f11e,u+f1db,u+f283,u+f47d,u+1f310,u+1f381,u+1f3c1,u+1f3c6,u+1f3e5,u+1f441,u+1f4a1,u+1f4b3-1f4bc,u+1f4c1,u+1f4ce,u+1f4de,u+1f511-1f514,u+1f517,u+1f525,u+1f527,u+1f534-1f535,u+1f57b,u+1f582,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f7e4,u+10f04e,u+10f05b,u+10f060-10f065,u+10f068,u+10f06b-10f06e,u+10f072,u+10f075,u+10f077-10f078,u+10f07b,u+10f084,u+10f086,u+10f091-10f093,u+10f095,u+10f09c-10f09d,u+10f0a3,u+10f0a6,u+10f0ac-10f0ad,u+10f0b0-10f0b1,u+10f0c0-10f0c2,u+10f0c5-10f0c6,u+10f0c8-10f0c9,u+10f0cc,u+10f0ce,u+10f0d1-10f0d7,u+10f0dc,u+10f0e0,u+10f0e7-10f0e8,u+10f0eb,u+10f0f3,u+10f0f8,u+10f106,u+10f109,u+10f10e-10f111,u+10f11c-10f11e,u+10f47d}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-regular-400-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+1021-1025,u+102b,u+103f,u+2399,u+23ea,u+23f8-23fb,u+25b6,u+2665,u+2713-2714,u+2753-2795,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04d,u+f067,u+f08a,u+f097,u+f11d,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f39e,u+1f3a7,u+1f3b5,u+1f3e0,u+1f3f4,u+1f464,u+1f499-1f49c,u+1f4b2,u+1f4d4,u+1f4f6,u+1f512,u+1f516,u+1f553,u+1f5a4,u+1f5a8,u+1f5b6,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90,u+10e010,u+10e017,u+10e01b,u+10e01f-10e021,u+10e024,u+10e02f,u+10e03a,u+10e042,u+10e045-10e046,u+10e05f-10e060,u+10e068,u+10e06e,u+10e074,u+10e076,u+10f001,u+10f004-10f008,u+10f00c,u+10f011-10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02a,u+10f02c-10f031,u+10f03a,u+10f03d-10f03e,u+10f041,u+10f04a-10f04d,u+10f067,u+10f128,u+10f12a,u+10f155,u+10f292,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a,u+10f80c}.fasdr{--fa-family:var(--fa-family-sharp-duotone);--fa-style:400;position:relative;letter-spacing:normal}.fa-sharp-duotone:before,.fasdr:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasdr:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasdr:before,.fa-swap-opacity .fasdr:before,.fasdr:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasdr:after,.fa-swap-opacity .fasdr:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasdr,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasdr,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasdr{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-font-sharp-duotone-light:normal 300 1em/1 var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-35.woff2)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-34.woff2);unicode-range:u+2015-223f,u+2728-f8b0,u+1f335,u+1f4a4-1f4f9,u+1f4fe-1f523,u+1f576,u+1f57d-1f5ad,u+1fa95-10f8b0}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-33.woff2);unicode-range:u+2698,u+f7e5-f84c,u+1f32d-1f334,u+1f336-1f37f,u+1f3dd-1f477,u+1f4b0-1f4df,u+1f595,u+1f6b4-1f6cd,u+1f950-1f9c0,u+10f7e5-10f84c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-32.woff2);unicode-range:u+20b8,u+2603,u+2622-2623,u+26c4-26f8,u+e0cf-f7e4,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f955,u+1f97e-1f98c,u+1f9e3,u+10f775-10f7e4}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-31.woff2);unicode-range:u+2604,u+2694,u+26c6,u+f718-f774,u+1f305-1f32b,u+1f40b-1f422,u+1f578,u+1f5e1-1f69c,u+1f984,u+1f9fb,u+1faa6-10f774}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-30.woff2);unicode-range:u+20b4,u+2620,u+26b0,u+26c5,u+26e8-26f0,u+270a,u+f6bd-f717,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f404-1f408,u+1f40d-1f418,u+1f47b,u+1f54e,u+1f571,u+1f577,u+1f5dd,u+1f967,u+1f986,u+1f99b-1f9ae,u+1fa81,u+10f6bd-10f717}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-29.woff2);unicode-range:u+2211-221a,u+22c2-22c3,u+262a-262f,u+26e9,u+26fa,u+2721,u+f662-f6bc,u+1f3db,u+1f3f9,u+1f549-1f54d,u+1f56f,u+1f6d0,u+1f9a1,u+1f9e6,u+1fa93,u+10f662-10f6bc}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-28.woff2);unicode-range:u+2625,u+2638,u+f0e4-f661,u+1f3ad-1f3af,u+1f4c9-1f4d0,u+1f52c,u+1f5c4,u+1f6a6,u+1f6fb,u+1f9ee,u+1faa5,u+1fac1-10f661}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-27.woff2);unicode-range:u+269b,u+2711-2712,u+e2c6-e2c7,u+f59b-f602,u+1f34e-1f34f,u+1f392,u+1f3ca,u+1f442-1f453,u+1f4d5-1f4d9,u+1f58b,u+1f5e2,u+1f60a-1f697,u+1f6ec,u+1f9b4-1f9b7,u+10f59b-10f602}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-26.woff2);unicode-range:u+232b,u+e307,u+f53c-f59a,u+1f17f,u+1f30d-1f30f,u+1f36a-1f378,u+1f3a8,u+1f455,u+1f480,u+1f600-1f606,u+1f60d-1f620,u+1f626,u+1f62c,u+1f633,u+1f6ad,u+1f6b6,u+1f6ce,u+1f923-1f941,u+1f9f0,u+1fa9b,u+10f53c-10f59a}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-25.woff2);unicode-range:u+f7,u+221e,u+267e-2685,u+26fd,u+2797,u+f4b9-f53b,u+1f377,u+1f397,u+1f465,u+1f49f,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa,u+1f977,u+1f9f9,u+1fab6,u+10f4b9-10f53b}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-24.woff2);unicode-range:u+24bd,u+e207,u+f27b,u+f45d-f4b8,u+1f3be,u+1f3d0-1f3d3,u+1f489,u+1f4ac,u+1f4e6,u+1f6ac,u+1f9ea-1f9ec,u+1fa79,u+10e207,u+10f45d-10f4b8}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-23.woff2);unicode-range:u+265a-265f,u+26be,u+2708,u+2934-2b1c,u+f2d4-f3fc,u+f3ff-f45c,u+1f333,u+1f399,u+1f3c0,u+1f3c8,u+1f3cf,u+1f3d1,u+1f3ed,u+1f48e,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+10f365-10f3fc,u+10f3ff-10f45c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-22.woff2);unicode-range:u+2139-21e5,u+23f0,u+2663,u+27a1,u+2b05-2b0d,u+2b23-2b95,u+f01a-f01b,u+f18e-f190,u+f30a-f364,u+1f383,u+1f4dd,u+1f4e4-1f4e5,u+10f30a-10f364}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-21.woff2);unicode-range:u+2122,u+23f1,u+25ac,u+2660,u+270c,u+2744-274e,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f309,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f4a9,u+1f4cd,u+1f504-1f507,u+1f58a,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f944,u+10f25a-10f309,u+10f4e6,u+10f8e5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-20.woff2);unicode-range:u+b6,u+20a4-20aa,u+231b,u+23f3,u+263f-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+270b,u+f193-f1b0,u+f1b3-f259,u+1f382,u+1f393,u+1f4a3,u+1f4e0,u+1f50b-1f515,u+1f58c,u+1f596,u+1f5b7,u+1f5bb,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f91a,u+10f193-10f259}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-19.woff2);unicode-range:u+a3-ab,u+bb,u+201c-203a,u+20a8-20a9,u+20ac,u+20bd,u+2304,u+2600,u+2611,u+2639,u+2705,u+f01d-f088,u+f0f0-f0f4,u+f0f6-f187,u+f191-f192,u+f196,u+1f44e,u+1f518,u+1f5b9,u+1f5ce,u+1f610,u+1f642,u+1f691,u+1f9cd,u+1f9ef,u+1f9f3,u+1fa7a,u+10f0f0-10f192}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-18.woff2);unicode-range:u+21ba-21c4,u+2329-232a,u+23cf-23ee,u+25d0,u+26a0,u+2700-2704,u+f042-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0ee,u+f115,u+f123,u+f29c,u+f381-f382,u+1f34b,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f6ab,u+1f6d2,u+1f9f2,u+10f042-10f0e3,u+10f0e9-10f0ee,u+10f381-10f382}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-17.woff2);unicode-range:u+d7,u+21bb,u+2699,u+2715-2716,u+274c,u+e81d-f013,u+f01e-f03c,u+1f3f7,u+1f508-1f50a,u+1f50d,u+1f5d8-1f5d9,u+10f000-10f03c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-16.woff2);unicode-range:u+e756-e81c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-15.woff2);unicode-range:u+e69d-e755}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-14.woff2);unicode-range:u+203d,u+e5b9-e69c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-13.woff2);unicode-range:u+e502-e5b8,u+f8bc,u+1f3ae,u+1f68a,u+10f8bc}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-12.woff2);unicode-range:u+e454-e501,u+1f363,u+1f92d,u+1f979,u+1f9c7,u+1fae0-1fae5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-11.woff2);unicode-range:u+e3c8-e453,u+e550,u+e559,u+1f330,u+1f344-1f345,u+1f366-1f367,u+1f369,u+1f36b-1f373,u+1f4af,u+1f952,u+1f954,u+1f956,u+1f958-1f959,u+1f95c-1f966,u+1f968,u+1f96b-1f96f,u+1f980,u+1f990-1f991,u+1f99e,u+1f9c1-1f9c6,u+1f9c8,u+1fad1-1fad5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-10.woff2);unicode-range:u+e300-e306,u+e30c-e3c7,u+f80b,u+1f964,u+1fae2,u+10f80b}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-9.woff2);unicode-range:u+e22b-e2c5,u+e2c8-e2ff}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-8.woff2);unicode-range:u+e175-e206,u+e208-e229}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-7.woff2);unicode-range:u+e0bb-e0ce,u+e0d0-e174}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-6.woff2);unicode-range:u+e029-e0ba,u+1f320,u+1f52d,u+1f6f8,u+1fa9f,u+10e029-10e086}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-5.woff2);unicode-range:u+22-7e,u+102a-107e,u+2731,u+e000-e028,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f680,u+1f6b0,u+10e000-10e028,u+10f069,u+10f1fa,u+10f52c,u+10f531,u+10f536,u+10f69f,u+10f8d9,u+10f8df-10f8e0,u+10f8e7,u+10f8ee-10f8ef,u+10f8fd}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-4.woff2);unicode-range:u+d8,u+2205,u+2615,u+271d,u+273f,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3d9,u+1f409,u+1f4bd,u+1f4dc,u+1f4e3,u+1f4ea,u+1f4fb,u+1f509,u+1f528-1f52a,u+1f547,u+1f95b,u+1f9a6,u+1fa91,u+1fa99,u+10f621,u+10f63b,u+10f649-10f64a,u+10f64f,u+10f653-10f654,u+10f656,u+10f65b,u+10f664,u+10f673,u+10f675,u+10f67d,u+10f67f,u+10f695,u+10f69c,u+10f6a8,u+10f6bf-10f6c0,u+10f6d5,u+10f6e3,u+10f6e9,u+10f6f5,u+10f6fa,u+10f6ff-10f700,u+10f70b,u+10f70e,u+10f715,u+10f71b,u+10f72e-10f72f,u+10f733-10f734,u+10f747,u+10f755,u+10f757,u+10f75c,u+10f762,u+10f773,u+10f77c,u+10f781,u+10f784,u+10f788,u+10f7b2,u+10f7b6,u+10f7bd,u+10f7d5,u+10f7ee,u+10f7ff,u+10f801,u+10f804,u+10f813-10f814,u+10f82f-10f830,u+10f845-10f846,u+10f850,u+10f855,u+10f858-10f859,u+10f85c,u+10f866,u+10f86d,u+10f871,u+10f875,u+10f893-10f894,u+10f897,u+10f89f,u+10f8a9,u+10f8b1-10f8b2,u+10f8bb,u+10f8c7,u+10f8d6-10f8d7}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-3.woff2);unicode-range:u+26ea,u+270f,u+f040,u+f108,u+f112,u+f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+1f331,u+1f3b2,u+1f3c5,u+1f3d6,u+1f3e8-1f3eb,u+1f41f,u+1f451,u+1f4cb,u+1f4cf,u+1f4da,u+1f4f1,u+1f501,u+1f5a5,u+1f5d4,u+1f6eb,u+1f916,u+1f9e0,u+1f9fe,u+10f040,u+10f108,u+10f303,u+10f316,u+10f31a,u+10f328,u+10f335,u+10f363,u+10f37e,u+10f390,u+10f3c5,u+10f3ce,u+10f3e5,u+10f3f4,u+10f3fb,u+10f40e,u+10f435,u+10f44b,u+10f481,u+10f48a,u+10f48f-10f490,u+10f493-10f494,u+10f498,u+10f4b7,u+10f4ca,u+10f4cc,u+10f4d1,u+10f4d7-10f4d8,u+10f4e2,u+10f503,u+10f508,u+10f51b,u+10f51d-10f51e,u+10f521-10f522,u+10f52b,u+10f530,u+10f535,u+10f53e,u+10f543-10f545,u+10f548-10f549,u+10f54e,u+10f555,u+10f559,u+10f55d,u+10f564,u+10f56c,u+10f56e-10f570,u+10f577-10f578,u+10f590,u+10f594-10f595,u+10f5a1-10f5a2,u+10f5aa-10f5ab,u+10f5b0,u+10f5b7,u+10f5ba,u+10f5bf,u+10f5ca-10f5cb,u+10f5db-10f5dc,u+10f5ef,u+10f5f2,u+10f5f6,u+10f5fb,u+10f5fd}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-2.woff2);unicode-range:u+a9,u+ae,u+231a,u+23fe,u+25b2,u+2666-267b,u+2693,u+f016,u+f087,u+f0f7,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3cd,u+1f3e2,u+1f44d,u+1f4c4-1f4c6,u+1f4f0,u+1f50c,u+1f575,u+1f5a9,u+1f5cb,u+1f686,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f91d,u+1f9e9,u+1f9ed,u+10f121,u+10f126,u+10f129,u+10f12c-10f133,u+10f135,u+10f13d,u+10f140,u+10f145,u+10f14e,u+10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab,u+10f1ad-10f1ae,u+10f1b2,u+10f1b8,u+10f1bb-10f1c3,u+10f1ce-10f1d8,u+10f1dc,u+10f1e4-10f1ec,u+10f1f8-10f1f9,u+10f205,u+10f20a,u+10f217,u+10f219-10f21d,u+10f22d-10f234,u+10f238,u+10f246,u+10f24d,u+10f251,u+10f25d,u+10f275,u+10f29e-10f2a0,u+10f2a7,u+10f2b5,u+10f2bb,u+10f2cc-10f2cd,u+10f2d2,u+10f2db,u+10f2e1,u+10f2ec,u+10f2f7,u+10f2fc,u+10f302,u+10f4c6}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-1.woff2);unicode-range:u+2013,u+201d,u+2190-2193,u+2212,u+2303,u+2328,u+23e9,u+25a0,u+25cf,u+25fb-25fc,u+2601,u+261d,u+26a1,u+26aa-26ab,u+26df,u+2709,u+2796,u+2b24,u+f003,u+f04e,u+f05b,u+f060-f065,u+f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091-f093,u+f095-f096,u+f09c-f09d,u+f0a2-f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e5-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f109,u+f10c,u+f10e-f111,u+f114,u+f11c-f11e,u+f1db,u+f283,u+f47d,u+1f310,u+1f381,u+1f3c1,u+1f3c6,u+1f3e5,u+1f441,u+1f4a1,u+1f4b3-1f4bc,u+1f4c1,u+1f4ce,u+1f4de,u+1f511-1f514,u+1f517,u+1f525,u+1f527,u+1f534-1f535,u+1f57b,u+1f582,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f7e4,u+10f04e,u+10f05b,u+10f060-10f065,u+10f068,u+10f06b-10f06e,u+10f072,u+10f075,u+10f077-10f078,u+10f07b,u+10f084,u+10f086,u+10f091-10f093,u+10f095,u+10f09c-10f09d,u+10f0a3,u+10f0a6,u+10f0ac-10f0ad,u+10f0b0-10f0b1,u+10f0c0-10f0c2,u+10f0c5-10f0c6,u+10f0c8-10f0c9,u+10f0cc,u+10f0ce,u+10f0d1-10f0d7,u+10f0dc,u+10f0e0,u+10f0e7-10f0e8,u+10f0eb,u+10f0f3,u+10f0f8,u+10f106,u+10f109,u+10f10e-10f111,u+10f11c-10f11e,u+10f47d}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-light-300-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+1021-1025,u+102b,u+103f,u+2399,u+23ea,u+23f8-23fb,u+25b6,u+2665,u+2713-2714,u+2753-2795,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04d,u+f067,u+f08a,u+f097,u+f11d,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f39e,u+1f3a7,u+1f3b5,u+1f3e0,u+1f3f4,u+1f464,u+1f499-1f49c,u+1f4b2,u+1f4d4,u+1f4f6,u+1f512,u+1f516,u+1f553,u+1f5a4,u+1f5a8,u+1f5b6,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90,u+10e010,u+10e017,u+10e01b,u+10e01f-10e021,u+10e024,u+10e02f,u+10e03a,u+10e042,u+10e045-10e046,u+10e05f-10e060,u+10e068,u+10e06e,u+10e074,u+10e076,u+10f001,u+10f004-10f008,u+10f00c,u+10f011-10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02a,u+10f02c-10f031,u+10f03a,u+10f03d-10f03e,u+10f041,u+10f04a-10f04d,u+10f067,u+10f128,u+10f12a,u+10f155,u+10f292,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a,u+10f80c}.fasdl{--fa-family:var(--fa-family-sharp-duotone);--fa-style:300;position:relative;letter-spacing:normal}.fa-sharp-duotone:before,.fasdl:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasdl:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasdl:before,.fa-swap-opacity .fasdl:before,.fasdl:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasdl:after,.fa-swap-opacity .fasdl:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasdl,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasdl,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasdl{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-sharp-duotone:"Font Awesome 7 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 var(--fa-family-sharp-duotone);--fa-style-family-sharp-duotone:var(--fa-family-sharp-duotone)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-35.woff2)}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-34.woff2);unicode-range:u+2015-223f,u+2728-f8b0,u+1f335,u+1f4a4-1f4f9,u+1f4fe-1f523,u+1f576,u+1f57d-1f5ad,u+1fa95-10f8b0}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-33.woff2);unicode-range:u+2698,u+f7e5-f84c,u+1f32d-1f334,u+1f336-1f37f,u+1f3dd-1f477,u+1f4b0-1f4df,u+1f595,u+1f6b4-1f6cd,u+1f950-1f9c0,u+10f7e5-10f84c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-32.woff2);unicode-range:u+20b8,u+2603,u+2622-2623,u+26c4-26f8,u+e0cf-f7e4,u+1f384,u+1f3c2,u+1f494,u+1f4e1,u+1f6a1,u+1f6bd,u+1f6f0-1f943,u+1f955,u+1f97e-1f98c,u+1f9e3,u+10f775-10f7e4}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-31.woff2);unicode-range:u+2604,u+2694,u+26c6,u+f718-f774,u+1f305-1f32b,u+1f40b-1f422,u+1f578,u+1f5e1-1f69c,u+1f984,u+1f9fb,u+1faa6-10f774}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-30.woff2);unicode-range:u+20b4,u+2620,u+26b0,u+26c5,u+26e8-26f0,u+270a,u+f6bd-f717,u+1f33d-1f341,u+1f357,u+1f3c3-1f3d4,u+1f404-1f408,u+1f40d-1f418,u+1f47b,u+1f54e,u+1f571,u+1f577,u+1f5dd,u+1f967,u+1f986,u+1f99b-1f9ae,u+1fa81,u+10f6bd-10f717}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-29.woff2);unicode-range:u+2211-221a,u+22c2-22c3,u+262a-262f,u+26e9,u+26fa,u+2721,u+f662-f6bc,u+1f3db,u+1f3f9,u+1f549-1f54d,u+1f56f,u+1f6d0,u+1f9a1,u+1f9e6,u+1fa93,u+10f662-10f6bc}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-28.woff2);unicode-range:u+2625,u+2638,u+f0e4-f661,u+1f3ad-1f3af,u+1f4c9-1f4d0,u+1f52c,u+1f5c4,u+1f6a6,u+1f6fb,u+1f9ee,u+1faa5,u+1fac1-10f661}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-27.woff2);unicode-range:u+269b,u+2711-2712,u+e2c6-e2c7,u+f59b-f602,u+1f34e-1f34f,u+1f392,u+1f3ca,u+1f442-1f453,u+1f4d5-1f4d9,u+1f58b,u+1f5e2,u+1f60a-1f697,u+1f6ec,u+1f9b4-1f9b7,u+10f59b-10f602}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-26.woff2);unicode-range:u+232b,u+e307,u+f53c-f59a,u+1f17f,u+1f30d-1f30f,u+1f36a-1f378,u+1f3a8,u+1f455,u+1f480,u+1f600-1f606,u+1f60d-1f620,u+1f626,u+1f62c,u+1f633,u+1f6ad,u+1f6b6,u+1f6ce,u+1f923-1f941,u+1f9f0,u+1fa9b,u+10f53c-10f59a}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-25.woff2);unicode-range:u+f7,u+221e,u+267e-2685,u+26fd,u+2797,u+f4b9-f53b,u+1f377,u+1f397,u+1f465,u+1f49f,u+1f4bf-1f4c0,u+1f4d6,u+1f54a,u+1f56e,u+1f5b8,u+1f609,u+1f681,u+1f6aa,u+1f977,u+1f9f9,u+1fab6,u+10f4b9-10f53b}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-24.woff2);unicode-range:u+24bd,u+e207,u+f27b,u+f45d-f4b8,u+1f3be,u+1f3d0-1f3d3,u+1f489,u+1f4ac,u+1f4e6,u+1f6ac,u+1f9ea-1f9ec,u+1fa79,u+10e207,u+10f45d-10f4b8}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-23.woff2);unicode-range:u+265a-265f,u+26be,u+2708,u+2934-2b1c,u+f2d4-f3fc,u+f3ff-f45c,u+1f333,u+1f399,u+1f3c0,u+1f3c8,u+1f3cf,u+1f3d1,u+1f3ed,u+1f48e,u+1f4fa,u+1f502,u+1f6a9,u+1f7e5-1f7eb,u+1f94a-1f94e,u+10f365-10f3fc,u+10f3ff-10f45c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-22.woff2);unicode-range:u+2139-21e5,u+23f0,u+2663,u+27a1,u+2b05-2b0d,u+2b23-2b95,u+f01a-f01b,u+f18e-f190,u+f30a-f364,u+1f383,u+1f4dd,u+1f4e4-1f4e5,u+10f30a-10f364}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-21.woff2);unicode-range:u+2122,u+23f1,u+25ac,u+2660,u+270c,u+2744-274e,u+f014,u+f0f5,u+f1b1-f27a,u+f28b-f2d3,u+f2dc-f309,u+f425,u+f4e6,u+f8e5,u+1f321,u+1f374,u+1f4a9,u+1f4cd,u+1f504-1f507,u+1f58a,u+1f5d5-1f5d6,u+1f5fa,u+1f6d1,u+1f944,u+10f25a-10f309,u+10f4e6,u+10f8e5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-20.woff2);unicode-range:u+b6,u+20a4-20aa,u+231b,u+23f3,u+263f-2642,u+2696,u+26a2-26a9,u+26b2-26bd,u+270b,u+f193-f1b0,u+f1b3-f259,u+1f382,u+1f393,u+1f4a3,u+1f4e0,u+1f50b-1f515,u+1f58c,u+1f596,u+1f5b7,u+1f5bb,u+1f68d,u+1f696,u+1f698,u+1f6b2,u+1f6cc,u+1f91a,u+10f193-10f259}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-19.woff2);unicode-range:u+a3-ab,u+bb,u+201c-203a,u+20a8-20a9,u+20ac,u+20bd,u+2304,u+2600,u+2611,u+2639,u+2705,u+f01d-f088,u+f0f0-f0f4,u+f0f6-f187,u+f191-f192,u+f196,u+1f44e,u+1f518,u+1f5b9,u+1f5ce,u+1f610,u+1f642,u+1f691,u+1f9cd,u+1f9ef,u+1f9f3,u+1fa7a,u+10f0f0-10f192}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-18.woff2);unicode-range:u+21ba-21c4,u+2329-232a,u+23cf-23ee,u+25d0,u+26a0,u+2700-2704,u+f042-f044,u+f047-f085,u+f089-f0e3,u+f0e9-f0ee,u+f115,u+f123,u+f29c,u+f381-f382,u+1f34b,u+1f4a7,u+1f4be,u+1f4c2,u+1f4cc,u+1f4e2,u+1f4f7,u+1f500,u+1f56b,u+1f588,u+1f5aa,u+1f5b4,u+1f5c1,u+1f6ab,u+1f6d2,u+1f9f2,u+10f042-10f0e3,u+10f0e9-10f0ee,u+10f381-10f382}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-17.woff2);unicode-range:u+d7,u+21bb,u+2699,u+2715-2716,u+274c,u+e81d-f013,u+f01e-f03c,u+1f3f7,u+1f508-1f50a,u+1f50d,u+1f5d8-1f5d9,u+10f000-10f03c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-16.woff2);unicode-range:u+e756-e81c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-15.woff2);unicode-range:u+e69d-e755}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-14.woff2);unicode-range:u+203d,u+e5b9-e69c}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-13.woff2);unicode-range:u+e502-e5b8,u+f8bc,u+1f3ae,u+1f68a,u+10f8bc}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-12.woff2);unicode-range:u+e454-e501,u+1f363,u+1f92d,u+1f979,u+1f9c7,u+1fae0-1fae5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-11.woff2);unicode-range:u+e3c8-e453,u+e550,u+e559,u+1f330,u+1f344-1f345,u+1f366-1f367,u+1f369,u+1f36b-1f373,u+1f4af,u+1f952,u+1f954,u+1f956,u+1f958-1f959,u+1f95c-1f966,u+1f968,u+1f96b-1f96f,u+1f980,u+1f990-1f991,u+1f99e,u+1f9c1-1f9c6,u+1f9c8,u+1fad1-1fad5}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-10.woff2);unicode-range:u+e300-e306,u+e30c-e3c7,u+f80b,u+1f964,u+1fae2,u+10f80b}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-9.woff2);unicode-range:u+e22b-e2c5,u+e2c8-e2ff}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-8.woff2);unicode-range:u+e175-e206,u+e208-e229}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-7.woff2);unicode-range:u+e0bb-e0ce,u+e0d0-e174}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-6.woff2);unicode-range:u+e029-e0ba,u+1f320,u+1f52d,u+1f6f8,u+1fa9f,u+10e029-10e086}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-5.woff2);unicode-range:u+22-7e,u+102a-107e,u+2731,u+e000-e028,u+f069,u+f1fa,u+f52c,u+f531,u+f536,u+f69f,u+f8d9,u+f8df-f8e0,u+f8e7,u+f8ee-f8ef,u+f8fd,u+1f680,u+1f6b0,u+10e000-10e028,u+10f069,u+10f1fa,u+10f52c,u+10f531,u+10f536,u+10f69f,u+10f8d9,u+10f8df-10f8e0,u+10f8e7,u+10f8ee-10f8ef,u+10f8fd}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-4.woff2);unicode-range:u+d8,u+2205,u+2615,u+271d,u+273f,u+f621,u+f63b,u+f649-f64a,u+f64f,u+f653-f654,u+f656,u+f65b,u+f664,u+f673,u+f675,u+f67d,u+f67f,u+f695,u+f69c,u+f6a8,u+f6bf-f6c0,u+f6d5,u+f6e3,u+f6e9,u+f6f5,u+f6fa,u+f6ff-f700,u+f70b,u+f70e,u+f715,u+f71b,u+f72e-f72f,u+f733-f734,u+f747,u+f755,u+f757,u+f75c,u+f762,u+f773,u+f77c,u+f781,u+f784,u+f788,u+f7b2,u+f7b6,u+f7bd,u+f7d5,u+f7ee,u+f7ff,u+f801,u+f804,u+f813-f814,u+f82f-f830,u+f845-f846,u+f850,u+f855,u+f858-f859,u+f85c,u+f866,u+f86d,u+f871,u+f875,u+f893-f894,u+f897,u+f89f,u+f8a9,u+f8b1-f8b2,u+f8bb,u+f8c7,u+f8d6-f8d7,u+1f337-1f33c,u+1f356,u+1f3a5-1f3a6,u+1f3d9,u+1f409,u+1f4bd,u+1f4dc,u+1f4e3,u+1f4ea,u+1f4fb,u+1f509,u+1f528-1f52a,u+1f547,u+1f95b,u+1f9a6,u+1fa91,u+1fa99,u+10f621,u+10f63b,u+10f649-10f64a,u+10f64f,u+10f653-10f654,u+10f656,u+10f65b,u+10f664,u+10f673,u+10f675,u+10f67d,u+10f67f,u+10f695,u+10f69c,u+10f6a8,u+10f6bf-10f6c0,u+10f6d5,u+10f6e3,u+10f6e9,u+10f6f5,u+10f6fa,u+10f6ff-10f700,u+10f70b,u+10f70e,u+10f715,u+10f71b,u+10f72e-10f72f,u+10f733-10f734,u+10f747,u+10f755,u+10f757,u+10f75c,u+10f762,u+10f773,u+10f77c,u+10f781,u+10f784,u+10f788,u+10f7b2,u+10f7b6,u+10f7bd,u+10f7d5,u+10f7ee,u+10f7ff,u+10f801,u+10f804,u+10f813-10f814,u+10f82f-10f830,u+10f845-10f846,u+10f850,u+10f855,u+10f858-10f859,u+10f85c,u+10f866,u+10f86d,u+10f871,u+10f875,u+10f893-10f894,u+10f897,u+10f89f,u+10f8a9,u+10f8b1-10f8b2,u+10f8bb,u+10f8c7,u+10f8d6-10f8d7}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-3.woff2);unicode-range:u+26ea,u+270f,u+f040,u+f108,u+f112,u+f303,u+f316,u+f31a,u+f328,u+f335,u+f363,u+f37e,u+f390,u+f3c5,u+f3ce,u+f3e5,u+f3f4,u+f3fb,u+f40e,u+f435,u+f44b,u+f481,u+f48a,u+f48f-f490,u+f493-f494,u+f498,u+f4b7,u+f4ca,u+f4cc,u+f4d1,u+f4d7-f4d8,u+f4e2,u+f503,u+f508,u+f51b,u+f51d-f51e,u+f521-f522,u+f52b,u+f530,u+f535,u+f53e,u+f543-f545,u+f548-f549,u+f54e,u+f555,u+f559,u+f55d,u+f564,u+f56c,u+f56e-f570,u+f577-f578,u+f590,u+f594-f595,u+f5a1-f5a2,u+f5aa-f5ab,u+f5b0,u+f5b7,u+f5ba,u+f5bf,u+f5ca-f5cb,u+f5db-f5dc,u+f5ef,u+f5f2,u+f5f6,u+f5fb,u+f5fd,u+1f331,u+1f3b2,u+1f3c5,u+1f3d6,u+1f3e8-1f3eb,u+1f41f,u+1f451,u+1f4cb,u+1f4cf,u+1f4da,u+1f4f1,u+1f501,u+1f5a5,u+1f5d4,u+1f6eb,u+1f916,u+1f9e0,u+1f9fe,u+10f040,u+10f108,u+10f303,u+10f316,u+10f31a,u+10f328,u+10f335,u+10f363,u+10f37e,u+10f390,u+10f3c5,u+10f3ce,u+10f3e5,u+10f3f4,u+10f3fb,u+10f40e,u+10f435,u+10f44b,u+10f481,u+10f48a,u+10f48f-10f490,u+10f493-10f494,u+10f498,u+10f4b7,u+10f4ca,u+10f4cc,u+10f4d1,u+10f4d7-10f4d8,u+10f4e2,u+10f503,u+10f508,u+10f51b,u+10f51d-10f51e,u+10f521-10f522,u+10f52b,u+10f530,u+10f535,u+10f53e,u+10f543-10f545,u+10f548-10f549,u+10f54e,u+10f555,u+10f559,u+10f55d,u+10f564,u+10f56c,u+10f56e-10f570,u+10f577-10f578,u+10f590,u+10f594-10f595,u+10f5a1-10f5a2,u+10f5aa-10f5ab,u+10f5b0,u+10f5b7,u+10f5ba,u+10f5bf,u+10f5ca-10f5cb,u+10f5db-10f5dc,u+10f5ef,u+10f5f2,u+10f5f6,u+10f5fb,u+10f5fd}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-2.woff2);unicode-range:u+a9,u+ae,u+231a,u+23fe,u+25b2,u+2666-267b,u+2693,u+f016,u+f087,u+f0f7,u+f121,u+f126,u+f129,u+f12c-f133,u+f135,u+f13d,u+f140,u+f145,u+f14e,u+f15b,u+f164,u+f186,u+f188,u+f1ab,u+f1ad-f1ae,u+f1b2,u+f1b8,u+f1bb-f1c3,u+f1ce-f1d9,u+f1dc,u+f1e4-f1ec,u+f1f8-f1f9,u+f205,u+f20a,u+f217,u+f219-f21d,u+f22d-f234,u+f238,u+f246,u+f24d,u+f251,u+f25d,u+f275,u+f29e-f2a0,u+f2a7,u+f2b5,u+f2bb-f2bc,u+f2cc-f2cd,u+f2d2,u+f2db,u+f2e1,u+f2ec,u+f2f7,u+f2fc,u+f302,u+f4c6,u+1f319,u+1f332,u+1f39f,u+1f3cd,u+1f3e2,u+1f44d,u+1f4c4-1f4c6,u+1f4f0,u+1f50c,u+1f575,u+1f5a9,u+1f5cb,u+1f686,u+1f6a2,u+1f6bf-1f6c1,u+1f6e1,u+1f91d,u+1f9e9,u+1f9ed,u+10f121,u+10f126,u+10f129,u+10f12c-10f133,u+10f135,u+10f13d,u+10f140,u+10f145,u+10f14e,u+10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab,u+10f1ad-10f1ae,u+10f1b2,u+10f1b8,u+10f1bb-10f1c3,u+10f1ce-10f1d8,u+10f1dc,u+10f1e4-10f1ec,u+10f1f8-10f1f9,u+10f205,u+10f20a,u+10f217,u+10f219-10f21d,u+10f22d-10f234,u+10f238,u+10f246,u+10f24d,u+10f251,u+10f25d,u+10f275,u+10f29e-10f2a0,u+10f2a7,u+10f2b5,u+10f2bb,u+10f2cc-10f2cd,u+10f2d2,u+10f2db,u+10f2e1,u+10f2ec,u+10f2f7,u+10f2fc,u+10f302,u+10f4c6}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-1.woff2);unicode-range:u+2013,u+201d,u+2190-2193,u+2212,u+2303,u+2328,u+23e9,u+25a0,u+25cf,u+25fb-25fc,u+2601,u+261d,u+26a1,u+26aa-26ab,u+26df,u+2709,u+2796,u+2b24,u+f003,u+f04e,u+f05b,u+f060-f065,u+f068,u+f06b-f06e,u+f072,u+f075,u+f077-f078,u+f07b,u+f084,u+f086,u+f091-f093,u+f095-f096,u+f09c-f09d,u+f0a2-f0a3,u+f0a6,u+f0ac-f0ad,u+f0b0-f0b1,u+f0c0-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0ce,u+f0d1-f0d7,u+f0dc,u+f0e0,u+f0e5-f0e8,u+f0eb,u+f0f3,u+f0f8,u+f106,u+f109,u+f10c,u+f10e-f111,u+f114,u+f11c-f11e,u+f1db,u+f283,u+f47d,u+1f310,u+1f381,u+1f3c1,u+1f3c6,u+1f3e5,u+1f441,u+1f4a1,u+1f4b3-1f4bc,u+1f4c1,u+1f4ce,u+1f4de,u+1f511-1f514,u+1f517,u+1f525,u+1f527,u+1f534-1f535,u+1f57b,u+1f582,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f7e4,u+10f04e,u+10f05b,u+10f060-10f065,u+10f068,u+10f06b-10f06e,u+10f072,u+10f075,u+10f077-10f078,u+10f07b,u+10f084,u+10f086,u+10f091-10f093,u+10f095,u+10f09c-10f09d,u+10f0a3,u+10f0a6,u+10f0ac-10f0ad,u+10f0b0-10f0b1,u+10f0c0-10f0c2,u+10f0c5-10f0c6,u+10f0c8-10f0c9,u+10f0cc,u+10f0ce,u+10f0d1-10f0d7,u+10f0dc,u+10f0e0,u+10f0e7-10f0e8,u+10f0eb,u+10f0f3,u+10f0f8,u+10f106,u+10f109,u+10f10e-10f111,u+10f11c-10f11e,u+10f47d}@font-face{font-family:"Font Awesome 7 Sharp Duotone";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-sharp-duotone-thin-100-0.woff2);unicode-range:u+21,u+23-25,u+2b,u+3f,u+1021-1025,u+102b,u+103f,u+2399,u+23ea,u+23f8-23fb,u+25b6,u+2665,u+2713-2714,u+2753-2795,u+2b50,u+e010,u+e017,u+e01b,u+e01f-e021,u+e024,u+e02f,u+e03a,u+e042,u+e045-e046,u+e05f-e060,u+e068,u+e06e,u+e074,u+e076,u+f001,u+f004-f008,u+f00c,u+f011-f012,u+f015,u+f017-f019,u+f01c,u+f023-f025,u+f02a,u+f02c-f031,u+f03a,u+f03d-f03e,u+f041,u+f04a-f04d,u+f067,u+f08a,u+f097,u+f11d,u+f128,u+f12a,u+f155,u+f292,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a,u+f80c,u+1f39e,u+1f3a7,u+1f3b5,u+1f3e0,u+1f3f4,u+1f464,u+1f499-1f49c,u+1f4b2,u+1f4d4,u+1f4f6,u+1f512,u+1f516,u+1f553,u+1f5a4,u+1f5a8,u+1f5b6,u+1f6e3,u+1f90d-1f90e,u+1f9e1,u+1f9fc,u+1fa90,u+10e010,u+10e017,u+10e01b,u+10e01f-10e021,u+10e024,u+10e02f,u+10e03a,u+10e042,u+10e045-10e046,u+10e05f-10e060,u+10e068,u+10e06e,u+10e074,u+10e076,u+10f001,u+10f004-10f008,u+10f00c,u+10f011-10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02a,u+10f02c-10f031,u+10f03a,u+10f03d-10f03e,u+10f041,u+10f04a-10f04d,u+10f067,u+10f128,u+10f12a,u+10f155,u+10f292,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a,u+10f80c}.fasdt{--fa-style:100}.fa-sharp-duotone,.fasdt{--fa-family:var(--fa-family-sharp-duotone);position:relative;letter-spacing:normal}.fa-sharp-duotone:before,.fasdt:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-sharp-duotone:after,.fasdt:after{color:var(--fa-secondary-color,currentColor)}.fa-sharp-duotone:after,.fa-swap-opacity.fa-sharp-duotone:before,.fa-swap-opacity .fa-sharp-duotone:before,.fa-swap-opacity.fasdt:before,.fa-swap-opacity .fasdt:before,.fasdt:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-sharp-duotone:after,.fa-swap-opacity .fa-sharp-duotone:after,.fa-swap-opacity.fasdt:after,.fa-swap-opacity .fasdt:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-sharp-duotone,.fa-li.fasdt,.fa-stack-1x.fa-sharp-duotone,.fa-stack-1x.fasdt,.fa-stack-2x.fa-sharp-duotone,.fa-stack-2x.fasdt{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-slab:"Font Awesome 7 Slab";--fa-font-slab-regular:normal 400 1em/1 var(--fa-family-slab);--fa-style-family-slab:var(--fa-family-slab)}@font-face{font-family:"Font Awesome 7 Slab";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-regular-400-2.woff2)}@font-face{font-family:"Font Awesome 7 Slab";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-regular-400-1.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23f3-23fe,u+25b2-2615,u+2639-273f,u+274c-f0f2,u+f0f7-f279,u+f29c,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521-f52c,u+f578,u+f5fd,u+f64f,u+f6a8,u+f7b6-f7ff,u+f8e5-1f33c,u+1f382-1f39f,u+1f3d9,u+1f3e2-1f451,u+1f4a3-1f4a7,u+1f4c4-1f4cc,u+1f4f0-1f4f1,u+1f509-1f50d,u+1f588-1f5a5,u+1f5cb-1f5fa,u+1f610-1f6a2,u+1f6cc-1f9f3}@font-face{font-family:"Font Awesome 7 Slab";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-regular-400-0.woff2);unicode-range:u+25-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25cf,u+25fb-25fc,u+2601,u+2665,u+26a1-26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f0c2,u+f0c5-f0c9,u+f0d1-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f10c,u+f111-f114,u+f11d-f121,u+f128-f133,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b3-1f4bc,u+1f4c1,u+1f4c5-1f4c6,u+1f4ce-1f4d4,u+1f4de,u+1f4f6,u+1f511-1f553,u+1f57b-1f582,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f6e1-1f90e,u+1f9e1}.faslr{--fa-style:400}.fa-slab,.faslr{--fa-family:var(--fa-family-slab)}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-slab-press:"Font Awesome 7 Slab Press";--fa-font-slab-press-regular:normal 400 1em/1 var(--fa-family-slab-press);--fa-style-family-slab-press:var(--fa-family-slab-press)}@font-face{font-family:"Font Awesome 7 Slab Press";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-press-regular-400-2.woff2)}@font-face{font-family:"Font Awesome 7 Slab Press";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-press-regular-400-1.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23f3-23fe,u+25b2-2615,u+2639-273f,u+274c-f0f2,u+f0f7-f279,u+f29c,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521-f52c,u+f578,u+f5fd,u+f64f,u+f6a8,u+f7b6-f7ff,u+f8e5-1f33c,u+1f382-1f39f,u+1f3d9,u+1f3e2-1f451,u+1f4a3-1f4a7,u+1f4c4-1f4cc,u+1f4f0-1f4f1,u+1f509-1f50d,u+1f588-1f5a5,u+1f5cb-1f5fa,u+1f610-1f6a2,u+1f6cc-1f9f3}@font-face{font-family:"Font Awesome 7 Slab Press";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-press-regular-400-0.woff2);unicode-range:u+25-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25cf,u+25fb-25fc,u+2601,u+2665,u+26a1-26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f0c2,u+f0c5-f0c9,u+f0d1-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f10c,u+f111-f114,u+f11d-f121,u+f128-f133,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b3-1f4bc,u+1f4c1,u+1f4c5-1f4c6,u+1f4ce-1f4d4,u+1f4de,u+1f4f6,u+1f511-1f553,u+1f57b-1f582,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f6e1-1f90e,u+1f9e1}.faslpr{--fa-style:400}.fa-slab-press,.faslpr{--fa-family:var(--fa-family-slab-press)}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-slab-duo:"Font Awesome 7 Slab Duo";--fa-font-slab-duo-regular:normal 400 1em/1 var(--fa-family-slab-duo);--fa-style-family-slab-duo:var(--fa-family-slab-duo)}@font-face{font-family:"Font Awesome 7 Slab Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-duo-regular-400-3.woff2)}@font-face{font-family:"Font Awesome 7 Slab Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-duo-regular-400-2.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23f3,u+25d0-2600,u+2639-273f,u+274c-f0f2,u+f104-f279,u+f29c,u+f52c,u+f7ff,u+f8e5-1f33c,u+1f382,u+1f3f7-1f44e,u+1f4a3-1f4a7,u+1f4cc,u+1f50d,u+1f588,u+1f5d8-1f5fa,u+1f610-1f698,u+1f6cc-10f279,u+10f52c,u+10f7ff,u+10f8e5}@font-face{font-family:"Font Awesome 7 Slab Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-duo-regular-400-1.woff2);unicode-range:u+2303,u+23fe-25a0,u+25b2-25cf,u+25fb-25fc,u+2601-2615,u+2693,u+26a1-26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096-f0c2,u+f0c5-f0c9,u+f0d1-f0e0,u+f0e7,u+f0eb,u+f0f3,u+f0f7,u+f106,u+f108-f10c,u+f111,u+f121,u+f130-f15b,u+f164,u+f186,u+f188,u+f1ab-f1ad,u+f1bb-f1c0,u+f1d8-f1db,u+f1ea-f1f8,u+f21a,u+f238,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521,u+f578,u+f5fd,u+f64f,u+f6a8,u+f7b6,u+1f319-1f332,u+1f39f,u+1f3d9,u+1f3e2,u+1f41f-1f44d,u+1f451,u+1f4a1,u+1f4bb-1f4bc,u+1f4c4-1f4cb,u+1f4ce,u+1f4f0-1f4f1,u+1f509,u+1f514-1f535,u+1f582,u+1f5a5,u+1f5cb,u+1f686,u+1f69a-1f6a2,u+1f6e1-1f7e4,u+1f9ed,u+10f040,u+10f0ad-10f0c2,u+10f0c5-10f0c9,u+10f0d1-10f0e0,u+10f0e7,u+10f0eb,u+10f0f3,u+10f106,u+10f108-10f109,u+10f111,u+10f121,u+10f130-10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab-10f1ad,u+10f1bb-10f1c0,u+10f1d8,u+10f1ea-10f1f8,u+10f21a,u+10f238,u+10f2bb,u+10f2ec,u+10f2fc-10f328,u+10f390,u+10f3c5-10f3ce,u+10f4e2,u+10f521,u+10f578,u+10f5fd,u+10f64f,u+10f6a8,u+10f7b6}@font-face{font-family:"Font Awesome 7 Slab Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-duo-regular-400-0.woff2);unicode-range:u+25-2b,u+3f,u+1025-102b,u+103f-2013,u+2190-2193,u+2212,u+2399-23ea,u+23f8-23f9,u+25b6,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+f001,u+f004-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f095,u+f097-f09d,u+f0ac,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b3,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f512,u+1f516,u+1f525,u+1f553,u+1f57b,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f90d-1f90e,u+1f9e1,u+10f001,u+10f004-10f00c,u+10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02d-10f03e,u+10f04a-10f04e,u+10f060-10f065,u+10f067-10f06e,u+10f072-10f075,u+10f07b,u+10f084-10f086,u+10f091-10f0ac,u+10f128,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a-10f80c}.fasldr{--fa-style:400}.fa-slab-duo,.fasldr{--fa-family:var(--fa-family-slab-duo);position:relative;letter-spacing:normal}.fa-slab-duo:before,.fasldr:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-slab-duo:after,.fasldr:after{color:var(--fa-secondary-color,currentColor)}.fa-slab-duo:after,.fa-swap-opacity.fa-slab-duo:before,.fa-swap-opacity .fa-slab-duo:before,.fa-swap-opacity.fasldr:before,.fa-swap-opacity .fasldr:before,.fasldr:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-slab-duo:after,.fa-swap-opacity .fa-slab-duo:after,.fa-swap-opacity.fasldr:after,.fa-swap-opacity .fasldr:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-slab-duo,.fa-li.fasldr,.fa-stack-1x.fa-slab-duo,.fa-stack-1x.fasldr,.fa-stack-2x.fa-slab-duo,.fa-stack-2x.fasldr{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-slab-press-duo:"Font Awesome 7 Slab Press Duo";--fa-font-slab-press-duo-regular:normal 400 1em/1 var(--fa-family-slab-press-duo);--fa-style-family-slab-press-duo:var(--fa-family-slab-press-duo)}@font-face{font-family:"Font Awesome 7 Slab Press Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-press-duo-regular-400-3.woff2)}@font-face{font-family:"Font Awesome 7 Slab Press Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-press-duo-regular-400-2.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23f3,u+25d0-2600,u+2639-273f,u+274c-f0f2,u+f104-f279,u+f29c,u+f52c,u+f7ff,u+f8e5-1f33c,u+1f382,u+1f3f7-1f44e,u+1f4a3-1f4a7,u+1f4cc,u+1f50d,u+1f588,u+1f5d8-1f5fa,u+1f610-1f698,u+1f6cc-10f279,u+10f52c,u+10f7ff,u+10f8e5}@font-face{font-family:"Font Awesome 7 Slab Press Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-press-duo-regular-400-1.woff2);unicode-range:u+2303,u+23fe-25a0,u+25b2-25cf,u+25fb-25fc,u+2601-2615,u+2693,u+26a1-26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096-f0c2,u+f0c5-f0c9,u+f0d1-f0e0,u+f0e7,u+f0eb,u+f0f3,u+f0f7,u+f106,u+f108-f10c,u+f111,u+f121,u+f130-f15b,u+f164,u+f186,u+f188,u+f1ab-f1ad,u+f1bb-f1c0,u+f1d8-f1db,u+f1ea-f1f8,u+f21a,u+f238,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521,u+f578,u+f5fd,u+f64f,u+f6a8,u+f7b6,u+1f319-1f332,u+1f39f,u+1f3d9,u+1f3e2,u+1f41f-1f44d,u+1f451,u+1f4a1,u+1f4bb-1f4bc,u+1f4c4-1f4cb,u+1f4ce,u+1f4f0-1f4f1,u+1f509,u+1f514-1f535,u+1f582,u+1f5a5,u+1f5cb,u+1f686,u+1f69a-1f6a2,u+1f6e1-1f7e4,u+1f9ed,u+10f040,u+10f0ad-10f0c2,u+10f0c5-10f0c9,u+10f0d1-10f0e0,u+10f0e7,u+10f0eb,u+10f0f3,u+10f106,u+10f108-10f109,u+10f111,u+10f121,u+10f130-10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab-10f1ad,u+10f1bb-10f1c0,u+10f1d8,u+10f1ea-10f1f8,u+10f21a,u+10f238,u+10f2bb,u+10f2ec,u+10f2fc-10f328,u+10f390,u+10f3c5-10f3ce,u+10f4e2,u+10f521,u+10f578,u+10f5fd,u+10f64f,u+10f6a8,u+10f7b6}@font-face{font-family:"Font Awesome 7 Slab Press Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-slab-press-duo-regular-400-0.woff2);unicode-range:u+25-2b,u+3f,u+1025-102b,u+103f-2013,u+2190-2193,u+2212,u+2399-23ea,u+23f8-23f9,u+25b6,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+f001,u+f004-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f095,u+f097-f09d,u+f0ac,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b3,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f512,u+1f516,u+1f525,u+1f553,u+1f57b,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f90d-1f90e,u+1f9e1,u+10f001,u+10f004-10f00c,u+10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02d-10f03e,u+10f04a-10f04e,u+10f060-10f065,u+10f067-10f06e,u+10f072-10f075,u+10f07b,u+10f084-10f086,u+10f091-10f0ac,u+10f128,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a-10f80c}.faslpdr{--fa-style:400}.fa-slab-press-duo,.faslpdr{--fa-family:var(--fa-family-slab-press-duo);position:relative;letter-spacing:normal}.fa-slab-press-duo:before,.faslpdr:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-slab-press-duo:after,.faslpdr:after{color:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-slab-press-duo:before,.fa-swap-opacity .fa-slab-press-duo:before,.fa-swap-opacity.faslpdr:before,.fa-swap-opacity .faslpdr:before{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-slab-press-duo:after,.fa-swap-opacity .fa-slab-press-duo:after,.fa-swap-opacity.faslpdr:after,.fa-swap-opacity .faslpdr:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-slab-press-duo,.fa-li.faslpdr,.fa-stack-1x.fa-slab-press-duo,.fa-stack-1x.faslpdr,.fa-stack-2x.fa-slab-press-duo,.fa-stack-2x.faslpdr{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-pixel:"Font Awesome 7 Pixel";--fa-font-pixel-regular:normal 400 1em/1 var(--fa-family-pixel);--fa-style-family-pixel:var(--fa-family-pixel)}@font-face{font-family:"Font Awesome 7 Pixel";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-pixel-regular-400-2.woff2)}@font-face{font-family:"Font Awesome 7 Pixel";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-pixel-regular-400-1.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23fe,u+25b2-2704,u+270f-273f,u+274c-f0f2,u+f0f7-f186,u+f188,u+f1ab-f1ad,u+f1bb-f1c0,u+f1d8-f1d9,u+f1ea-f1eb,u+f1f8-f1fa,u+f21a,u+f238,u+f24d,u+f29c-f2a0,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521,u+f52c,u+f578,u+f5fd,u+f6a8,u+f7b6-f7ff,u+f8b1-f8bb,u+1f319-1f344,u+1f39f,u+1f3e2-1f451,u+1f4a7,u+1f4c4-1f4cc,u+1f4f0-1f4f1,u+1f509,u+1f50d,u+1f588-1f5a5,u+1f5cb-1f5d9,u+1f610-1f686,u+1f6a2,u+1f6d2,u+1f9ed-1f9f3}@font-face{font-family:"Font Awesome 7 Pixel";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-pixel-regular-400-0.woff2);unicode-range:u+25-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2328-23ea,u+23f8-23f9,u+25a0,u+25b6-25fc,u+2601,u+261d,u+2665,u+26a1-26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f0a2,u+f0a6,u+f0ac-f0c2,u+f0c6-f0d7,u+f0dc-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f10c,u+f111-f114,u+f11c-f121,u+f128-f132,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b3-1f4bb,u+1f4c1,u+1f4ce-1f4d4,u+1f4de,u+1f4f6,u+1f511-1f514,u+1f516-1f553,u+1f57b-1f582,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f6e1-1f90e,u+1f9e1}.fapr{--fa-style:400}.fa-pixel,.fapr{--fa-family:var(--fa-family-pixel)}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-mosaic:"Font Awesome 7 Mosaic";--fa-font-mosaic-solid:normal 900 1em/1 var(--fa-family-mosaic);--fa-style-family-mosaic:var(--fa-family-mosaic)}@font-face{font-family:"Font Awesome 7 Mosaic";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-mosaic-solid-900-2.woff2)}@font-face{font-family:"Font Awesome 7 Mosaic";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-mosaic-solid-900-1.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23f3-23fe,u+25b2-2600,u+2615,u+2639-273f,u+274c-f0f2,u+f0f7-f279,u+f29c,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521-f52c,u+f578,u+f5fd,u+f6a8,u+f7b6-f7ff,u+1f319-1f33c,u+1f382,u+1f3e2-1f451,u+1f4a3-1f4a7,u+1f4c4-1f4cc,u+1f4f0-1f4f1,u+1f509-1f50d,u+1f588-1f5a5,u+1f5cb-1f5fa,u+1f610-1f6a2,u+1f6cc-1f9f3}@font-face{font-family:"Font Awesome 7 Mosaic";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-mosaic-solid-900-0.woff2);unicode-range:u+25-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25cf,u+25fb-25fc,u+2601,u+2665-2693,u+26a1-26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b-f086,u+f08a,u+f091-f0c2,u+f0c6-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f10c,u+f111-f114,u+f11d-f121,u+f128-f145,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e-1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b3-1f4bb,u+1f4c1,u+1f4c5-1f4c6,u+1f4ce-1f4d4,u+1f4de,u+1f511-1f553,u+1f57b-1f582,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f6e1-1f90e,u+1f9e1}.fams{--fa-style:900}.fa-mosaic,.fams{--fa-family:var(--fa-family-mosaic)}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-vellum:"Font Awesome 7 Vellum";--fa-font-vellum-solid:normal 900 1em/1 var(--fa-family-vellum);--fa-style-family-vellum:var(--fa-family-vellum)}@font-face{font-family:"Font Awesome 7 Vellum";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-vellum-solid-900-3.woff2)}@font-face{font-family:"Font Awesome 7 Vellum";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-vellum-solid-900-2.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+25d0-2600,u+2639-2704,u+2715-2716,u+274c-f0f2,u+f104-f1e0,u+f1fa,u+f29c,u+f381-f382,u+f52c,u+1f344,u+1f369-1f370,u+1f3f7,u+1f44e,u+1f4a7,u+1f4c2-1f4cc,u+1f50d,u+1f588,u+1f5c1-1f5d9,u+1f610-1f642,u+1f698,u+1f6d2,u+1f963,u+1f9f3-10f1e0,u+10f1fa,u+10f381-10f382,u+10f52c}@font-face{font-family:"Font Awesome 7 Vellum";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-vellum-solid-900-1.woff2);unicode-range:u+2303,u+23fe-25a0,u+25b2-25cf,u+25fb-25fc,u+2601-2615,u+2693,u+26a1-26df,u+2709,u+270f,u+273f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096-f0c2,u+f0c6-f0e0,u+f0e7,u+f0eb,u+f0f3,u+f0f7,u+f106,u+f108-f10c,u+f111,u+f121,u+f130-f145,u+f14e-f15b,u+f164,u+f186,u+f188,u+f1ab-f1ad,u+f1bb-f1c0,u+f1d8-f1db,u+f1ea-f1f8,u+f21a,u+f238,u+f24d,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4d8-f4e2,u+f521,u+f578,u+f5fd,u+f6a8,u+f7b6-f7ff,u+1f319-1f332,u+1f33c,u+1f39f,u+1f3e2,u+1f41f,u+1f44d,u+1f451,u+1f4a1,u+1f4bb,u+1f4c4-1f4cb,u+1f4ce,u+1f4f0-1f4f1,u+1f509,u+1f514-1f535,u+1f582,u+1f5a5,u+1f5cb,u+1f686,u+1f69a-1f6a2,u+1f6e1-1f7e4,u+1f9ed,u+10f040,u+10f0b0-10f0c2,u+10f0c6-10f0e0,u+10f0e7,u+10f0eb,u+10f0f3,u+10f106,u+10f108-10f109,u+10f111,u+10f121,u+10f130-10f145,u+10f14e-10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab-10f1ad,u+10f1bb-10f1c0,u+10f1d8,u+10f1ea-10f1f8,u+10f21a,u+10f238,u+10f24d,u+10f2bb,u+10f2ec,u+10f2fc-10f328,u+10f390,u+10f3c5-10f3ce,u+10f4d8-10f4e2,u+10f521,u+10f578,u+10f5fd,u+10f6a8,u+10f7b6-10f7ff}@font-face{font-family:"Font Awesome 7 Vellum";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-vellum-solid-900-0.woff2);unicode-range:u+25-2b,u+3f,u+1025-102b,u+103f-2013,u+2190-2193,u+2212,u+2399-23ea,u+23f8-23f9,u+25b6,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+f001,u+f004-f00c,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f095,u+f097-f09d,u+f0ac-f0ad,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b3,u+1f4c1,u+1f4d4,u+1f4de,u+1f511-1f512,u+1f516,u+1f525-1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f90d-1f90e,u+1f9e1,u+10f001,u+10f004-10f00c,u+10f015-10f01c,u+10f023-10f025,u+10f02d-10f03e,u+10f04a-10f04e,u+10f060-10f065,u+10f067-10f06e,u+10f072-10f075,u+10f07b,u+10f084-10f086,u+10f091-10f0ad,u+10f128,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a-10f80c}.favs{--fa-style:900}.fa-vellum,.favs{--fa-family:var(--fa-family-vellum);position:relative;letter-spacing:normal}.fa-vellum:before,.favs:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-vellum:after,.favs:after{color:var(--fa-secondary-color,currentColor)}.fa-swap-opacity.fa-vellum:before,.fa-swap-opacity .fa-vellum:before,.fa-swap-opacity.favs:before,.fa-swap-opacity .favs:before,.fa-vellum:after,.favs:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-vellum:after,.fa-swap-opacity .fa-vellum:after,.fa-swap-opacity.favs:after,.fa-swap-opacity .favs:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-vellum,.fa-li.favs,.fa-stack-1x.fa-vellum,.fa-stack-1x.favs,.fa-stack-2x.fa-vellum,.fa-stack-2x.favs{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-whiteboard:"Font Awesome 7 Whiteboard";--fa-font-whiteboard-semibold:normal 600 1em/1 var(--fa-family-whiteboard);--fa-style-family-whiteboard:var(--fa-family-whiteboard)}@font-face{font-family:"Font Awesome 7 Whiteboard";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-whiteboard-semibold-600-3.woff2)}@font-face{font-family:"Font Awesome 7 Whiteboard";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-whiteboard-semibold-600-2.woff2);unicode-range:u+2039-2600,u+2639,u+2700-270b,u+2744-f3ed,u+f401-f599,u+f8e5,u+1f374-1f3a8,u+1f44e-1f455,u+1f480-1f56e,u+1f588-1f698,u+1f6cc,u+1f6d2-1fab6}@font-face{font-family:"Font Awesome 7 Whiteboard";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-whiteboard-semibold-600-1.woff2);unicode-range:u+3d-d7,u+21bb,u+2328,u+23fe,u+25b2-25d0,u+2615,u+2666-2699,u+270f,u+2715-2716,u+273f,u+274c-f059,u+f05d,u+f087,u+f0f7,u+f11c-f121,u+f130-f13d,u+f145-f15b,u+f164,u+f186,u+f188,u+f1ab-f1ad,u+f1bb-f1c0,u+f1d8-f1d9,u+f1ea-f1eb,u+f1f8-f1fa,u+f20a-f234,u+f238,u+f29c-f2a0,u+f2db,u+f2ec,u+f2f7,u+f2fc-f303,u+f316,u+f328,u+f3c5-f3ce,u+f4e2,u+f503,u+f521-f52c,u+f54e,u+f578,u+f5fd,u+f673,u+f695-f6a8,u+f72e,u+f773-f7ff,u+f866,u+f893-f8bc,u+f8d7-f8df,u+1f319,u+1f332-1f33c,u+1f39f,u+1f3ae,u+1f3e2-1f44d,u+1f451,u+1f4a7,u+1f4c4-1f4cb,u+1f4f0-1f4f1,u+1f4fb,u+1f508-1f509,u+1f50d,u+1f5cb-1f5d9,u+1f680-1f686,u+1f6a2,u+1f6e1,u+1f9ed}@font-face{font-family:"Font Awesome 7 Whiteboard";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-whiteboard-semibold-600-0.woff2);unicode-range:u+24-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25cf,u+25fb-25fc,u+2601,u+2665,u+26a1-26ab,u+26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f031,u+f03d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072-f075,u+f07b-f086,u+f08a,u+f091-f09d,u+f0a2,u+f0ac-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0d1-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f114,u+f11d,u+f128,u+f155,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b2-1f4bc,u+1f4c1,u+1f4ce-1f4d4,u+1f4de,u+1f4f6,u+1f511-1f514,u+1f516-1f553,u+1f57b-1f582,u+1f5a4-1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f90e,u+1f9e1}.fawsb{--fa-style:600}.fa-whiteboard,.fawsb{--fa-family:var(--fa-family-whiteboard)}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-thumbprint:"Font Awesome 7 Thumbprint";--fa-font-thumbprint-light:normal 300 1em/1 var(--fa-family-thumbprint);--fa-style-family-thumbprint:var(--fa-family-thumbprint)}@font-face{font-family:"Font Awesome 7 Thumbprint";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thumbprint-light-300-3.woff2)}@font-face{font-family:"Font Awesome 7 Thumbprint";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thumbprint-light-300-2.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23f3,u+25d0-2716,u+274c-f0f2,u+f104-f2b4,u+f425,u+f4e6,u+f52c,u+1f382,u+1f3f7-1f44e,u+1f4a3-1f4a7,u+1f4cc,u+1f50b-1f50d,u+1f588,u+1f5d8-1f5fa,u+1f610-1f698,u+1f6cc-10f2b4,u+10f4e6,u+10f52c}@font-face{font-family:"Font Awesome 7 Thumbprint";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thumbprint-light-300-1.woff2);unicode-range:u+2303,u+23fe-25a0,u+25b2-25cf,u+25fb-25fc,u+2601-2615,u+2693,u+26a1-26df,u+2709,u+270f,u+273f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096-f0c2,u+f0c6-f0e0,u+f0e7,u+f0eb,u+f0f3,u+f0f7,u+f106,u+f108-f10c,u+f111,u+f121,u+f130-f15b,u+f164,u+f186,u+f188,u+f1ab-f1ad,u+f1bb-f1c0,u+f1d8-f1db,u+f1ea-f1f8,u+f21a,u+f238,u+f24d,u+f2bb-f2bc,u+f2ec,u+f2fc-f303,u+f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521,u+f577-f578,u+f5fd,u+f6a8-f7ff,u+1f319-1f33c,u+1f39f,u+1f3e2,u+1f41f-1f44d,u+1f451,u+1f4a1,u+1f4bb,u+1f4c4-1f4cb,u+1f4ce,u+1f4f0-1f4f1,u+1f509,u+1f514-1f535,u+1f582,u+1f5a5,u+1f5cb,u+1f686,u+1f69a-1f6a2,u+1f6e1-1f7e4,u+1f9ed,u+10f040,u+10f0ad-10f0c2,u+10f0c6-10f0e0,u+10f0e7,u+10f0eb,u+10f0f3,u+10f106,u+10f108-10f109,u+10f111,u+10f121,u+10f130-10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab-10f1ad,u+10f1bb-10f1c0,u+10f1d8,u+10f1ea-10f1f8,u+10f21a,u+10f238,u+10f24d,u+10f2bb,u+10f2ec,u+10f2fc-10f303,u+10f328,u+10f390,u+10f3c5-10f3ce,u+10f4e2,u+10f521,u+10f577-10f578,u+10f5fd,u+10f6a8-10f7ff}@font-face{font-family:"Font Awesome 7 Thumbprint";font-style:normal;font-weight:300;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-thumbprint-light-300-0.woff2);unicode-range:u+25-2b,u+3f,u+1025-102b,u+103f-2013,u+2190-2193,u+2212,u+2399-23ea,u+23f8-23f9,u+25b6,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+f001,u+f004-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b-f086,u+f08a,u+f091-f095,u+f097-f09d,u+f0ac,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b3,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f512,u+1f516,u+1f525,u+1f553,u+1f57b,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f90d-1f90e,u+1f9e1,u+10f001,u+10f004-10f00c,u+10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02d-10f03e,u+10f04a-10f04e,u+10f060-10f065,u+10f067-10f06e,u+10f072-10f075,u+10f07b-10f086,u+10f091-10f0ac,u+10f128,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a-10f80c}.fatl{--fa-style:300}.fa-thumbprint,.fatl{--fa-family:var(--fa-family-thumbprint);position:relative;letter-spacing:normal}.fa-light{--fa-style:300}.fa-thumbprint:before,.fatl:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-thumbprint:after,.fatl:after{color:var(--fa-secondary-color,currentColor)}.fa-swap-opacity.fa-thumbprint:before,.fa-swap-opacity .fa-thumbprint:before,.fa-swap-opacity.fatl:before,.fa-swap-opacity .fatl:before,.fa-thumbprint:after,.fatl:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-thumbprint:after,.fa-swap-opacity .fa-thumbprint:after,.fa-swap-opacity.fatl:after,.fa-swap-opacity .fatl:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-thumbprint,.fa-li.fatl,.fa-stack-1x.fa-thumbprint,.fa-stack-1x.fatl,.fa-stack-2x.fa-thumbprint,.fa-stack-2x.fatl{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-notdog:"Font Awesome 7 Notdog";--fa-font-notdog-solid:normal 900 1em/1 var(--fa-family-notdog);--fa-style-family-notdog:var(--fa-family-notdog)}@font-face{font-family:"Font Awesome 7 Notdog";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-notdog-solid-900-2.woff2)}@font-face{font-family:"Font Awesome 7 Notdog";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-notdog-solid-900-1.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23fe,u+25b2-2704,u+270f-273f,u+274c-f0f2,u+f0f7-f21a,u+f238,u+f24d,u+f29c,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521-f52c,u+f578,u+f5fd,u+f64f,u+f6a8,u+f7b6-f7ff,u+1f319-1f33c,u+1f382,u+1f3d9,u+1f3e2-1f451,u+1f4a3-1f4a7,u+1f4c4-1f4cc,u+1f4f0-1f4f1,u+1f509-1f50d,u+1f588-1f5a5,u+1f5cb-1f5d9,u+1f610-1f6ab,u+1f6d2,u+1f964-1f9f3}@font-face{font-family:"Font Awesome 7 Notdog";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-notdog-solid-900-0.woff2);unicode-range:u+25-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25cf,u+25fb-25fc,u+2601,u+2665-2693,u+26a1-26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f0c2,u+f0c6-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f10c,u+f111-f114,u+f11d-f121,u+f128-f145,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e-1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b3-1f4bb,u+1f4c1,u+1f4c5-1f4c6,u+1f4ce-1f4d4,u+1f4de,u+1f511-1f553,u+1f57b-1f582,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f6e1-1f90e,u+1f9e1}.fans{--fa-style:900}.fa-notdog,.fans{--fa-family:var(--fa-family-notdog)}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-notdog-duo:"Font Awesome 7 Notdog Duo";--fa-font-notdog-duo-solid:normal 900 1em/1 var(--fa-family-notdog-duo);--fa-style-family-notdog-duo:var(--fa-family-notdog-duo)}@font-face{font-family:"Font Awesome 7 Notdog Duo";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-notdog-duo-solid-900-3.woff2)}@font-face{font-family:"Font Awesome 7 Notdog Duo";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-notdog-duo-solid-900-2.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23f3,u+25d0-2704,u+2715-2716,u+274c-f0f2,u+f104-f254,u+f29c,u+f52c,u+1f382,u+1f3f7-1f44e,u+1f4a3-1f4a7,u+1f4cc,u+1f50d,u+1f588,u+1f5d8-1f5d9,u+1f610-1f6ab,u+1f6cc-1f6d2,u+1f964-10f254,u+10f52c}@font-face{font-family:"Font Awesome 7 Notdog Duo";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-notdog-duo-solid-900-1.woff2);unicode-range:u+2303,u+23fe-25a0,u+25b2-25cf,u+25fb-25fc,u+2601-2615,u+2693,u+26a1-26df,u+2709,u+270f,u+273f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096-f0c2,u+f0c6-f0e0,u+f0e7,u+f0eb,u+f0f3,u+f0f7,u+f106,u+f108-f10c,u+f111,u+f121,u+f130-f15b,u+f164,u+f186,u+f188,u+f1ab-f1ad,u+f1bb-f1c0,u+f1d8-f1db,u+f1ea-f1f8,u+f21a,u+f238,u+f24d,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521,u+f578,u+f5fd,u+f64f,u+f6a8,u+f7b6-f7ff,u+1f319-1f33c,u+1f39f,u+1f3d9,u+1f3e2,u+1f41f-1f44d,u+1f451,u+1f4a1,u+1f4bb,u+1f4c4-1f4cb,u+1f4ce,u+1f4f0-1f4f1,u+1f509,u+1f514-1f535,u+1f582,u+1f5a5,u+1f5cb,u+1f686,u+1f69a-1f6a2,u+1f6e1-1f7e4,u+1f9ed,u+10f040,u+10f0b0-10f0c2,u+10f0c6-10f0e0,u+10f0e7,u+10f0eb,u+10f0f3,u+10f106,u+10f108-10f109,u+10f111,u+10f121,u+10f130-10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab-10f1ad,u+10f1bb-10f1c0,u+10f1d8,u+10f1ea-10f1f8,u+10f21a,u+10f238,u+10f24d,u+10f2bb,u+10f2ec,u+10f2fc-10f328,u+10f390,u+10f3c5-10f3ce,u+10f4e2,u+10f521,u+10f578,u+10f5fd,u+10f64f,u+10f6a8,u+10f7b6-10f7ff}@font-face{font-family:"Font Awesome 7 Notdog Duo";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-notdog-duo-solid-900-0.woff2);unicode-range:u+25-2b,u+3f,u+1025-102b,u+103f-2013,u+2190-2193,u+2212,u+2399-23ea,u+23f8-23f9,u+25b6,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+f001,u+f004-f00c,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f095,u+f097-f09d,u+f0ac-f0ad,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b3,u+1f4c1,u+1f4d4,u+1f4de,u+1f511-1f512,u+1f516,u+1f525-1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f90d-1f90e,u+1f9e1,u+10f001,u+10f004-10f00c,u+10f015-10f01c,u+10f023-10f025,u+10f02d-10f03e,u+10f04a-10f04e,u+10f060-10f065,u+10f067-10f06e,u+10f072-10f075,u+10f07b,u+10f084-10f086,u+10f091-10f0ad,u+10f128,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a-10f80c}.fands{--fa-style:900}.fa-notdog-duo,.fands{--fa-family:var(--fa-family-notdog-duo);position:relative;letter-spacing:normal}.fa-notdog-duo:before,.fands:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-notdog-duo:after,.fands:after{color:var(--fa-secondary-color,currentColor)}.fa-notdog-duo:after,.fa-swap-opacity.fa-notdog-duo:before,.fa-swap-opacity .fa-notdog-duo:before,.fa-swap-opacity.fands:before,.fa-swap-opacity .fands:before,.fands:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-notdog-duo:after,.fa-swap-opacity .fa-notdog-duo:after,.fa-swap-opacity.fands:after,.fa-swap-opacity .fands:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-notdog-duo,.fa-li.fands,.fa-stack-1x.fa-notdog-duo,.fa-stack-1x.fands,.fa-stack-2x.fa-notdog-duo,.fa-stack-2x.fands{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-etch:"Font Awesome 7 Etch";--fa-font-etch-solid:normal 900 1em/1 var(--fa-family-etch);--fa-style-family-etch:var(--fa-family-etch)}@font-face{font-family:"Font Awesome 7 Etch";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-etch-solid-900-2.woff2)}@font-face{font-family:"Font Awesome 7 Etch";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-etch-solid-900-1.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23f3-23fe,u+25b2-273f,u+274c-f0f2,u+f0f7-f290,u+f29c,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521-f52c,u+f578,u+f5fd,u+f6a8-f7ff,u+1f319-1f33c,u+1f382,u+1f3e2-1f451,u+1f4a3-1f4a7,u+1f4c4-1f4cc,u+1f4f0-1f4f1,u+1f509-1f515,u+1f588-1f5a5,u+1f5cb-1f5fa,u+1f610-1f6a2,u+1f6cc-1f9f3}@font-face{font-family:"Font Awesome 7 Etch";font-style:normal;font-weight:900;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-etch-solid-900-0.woff2);unicode-range:u+25-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25cf,u+25fb-25fc,u+2601,u+2665-2693,u+26a1-26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072-f075,u+f07b-f086,u+f08a,u+f091-f0c2,u+f0c6-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f10c,u+f111-f114,u+f11d-f121,u+f128-f145,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e-1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b3-1f4bb,u+1f4c1,u+1f4c5-1f4c6,u+1f4ce-1f4d4,u+1f4de,u+1f511-1f514,u+1f516-1f553,u+1f57b-1f582,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f6e1-1f90e,u+1f9e1}.faes{--fa-style:900}.fa-etch,.faes{--fa-family:var(--fa-family-etch)}.fa-solid{--fa-style:900}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-graphite:"Font Awesome 7 Graphite";--fa-font-graphite-thin:normal 100 1em/1 var(--fa-family-graphite);--fa-style-family-graphite:var(--fa-family-graphite)}@font-face{font-family:"Font Awesome 7 Graphite";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-graphite-thin-100-2.woff2)}@font-face{font-family:"Font Awesome 7 Graphite";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-graphite-thin-100-1.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23f3-23fe,u+25b2-2615,u+2639-2704,u+270f-273f,u+274c-f0f2,u+f0f7-f254,u+f29c,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521-f52c,u+f578,u+f5fd,u+f6a8,u+f7b6-f7ff,u+f893-1f370,u+1f382-1f39f,u+1f3e2-1f451,u+1f4a3-1f4a7,u+1f4c4-1f4cc,u+1f4f0-1f4f1,u+1f509-1f50d,u+1f588-1f5a5,u+1f5cb-1f5d9,u+1f610-1f6a2,u+1f6cc-1f6d2,u+1f9ed-1f9f3}@font-face{font-family:"Font Awesome 7 Graphite";font-style:normal;font-weight:100;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-graphite-thin-100-0.woff2);unicode-range:u+25-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25fc,u+2601,u+2665-2693,u+26a1-26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b-f086,u+f08a,u+f091-f0c2,u+f0c6-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f10c,u+f111-f114,u+f11d-f121,u+f128-f13d,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b3-1f4bb,u+1f4c1,u+1f4c5-1f4c6,u+1f4ce-1f4d4,u+1f4de,u+1f511-1f553,u+1f57b-1f582,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f6e1-1f90e,u+1f9e1}.fagt{--fa-style:100}.fa-graphite,.fagt{--fa-family:var(--fa-family-graphite)}.fa-thin{--fa-style:100}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-jelly:"Font Awesome 7 Jelly";--fa-font-jelly-regular:normal 400 1em/1 var(--fa-family-jelly);--fa-style-family-jelly:var(--fa-family-jelly)}@font-face{font-family:"Font Awesome 7 Jelly";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-jelly-regular-400-2.woff2)}@font-face{font-family:"Font Awesome 7 Jelly";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-jelly-regular-400-1.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23fe,u+25b2-2704,u+270f-2716,u+273f,u+274c-f0f2,u+f0f7-f1d9,u+f1ea-f1fa,u+f21a,u+f238,u+f24d,u+f29c,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521,u+f52c,u+f578,u+f5fd,u+f64f,u+f6a8,u+f7b6-f7ff,u+f866,u+1f319-1f33c,u+1f39f,u+1f3d9,u+1f3e2-1f451,u+1f4a7,u+1f4c4-1f4cc,u+1f4f0-1f4f1,u+1f508-1f50d,u+1f588-1f5a5,u+1f5cb-1f5d9,u+1f610-1f686,u+1f698-1f6a2,u+1f6d2,u+1f9ed-1f9f3}@font-face{font-family:"Font Awesome 7 Jelly";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-jelly-regular-400-0.woff2);unicode-range:u+25-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25cf,u+25fb-25fc,u+2601,u+2665-2693,u+26a1-26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f031,u+f03a-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f0c2,u+f0c6-f0c9,u+f0cc-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f10c,u+f111-f114,u+f11d,u+f121,u+f128-f13d,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b3-1f4bb,u+1f4c1,u+1f4c5-1f4c6,u+1f4ce-1f4d4,u+1f4de,u+1f511-1f553,u+1f57b-1f582,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f6e1-1f90e,u+1f9e1}.fajr{--fa-style:400}.fa-jelly,.fajr{--fa-family:var(--fa-family-jelly)}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-jelly-fill:"Font Awesome 7 Jelly Fill";--fa-font-jelly-fill-regular:normal 400 1em/1 var(--fa-family-jelly-fill);--fa-style-family-jelly-fill:var(--fa-family-jelly-fill)}@font-face{font-family:"Font Awesome 7 Jelly Fill";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-jelly-fill-regular-400-2.woff2)}@font-face{font-family:"Font Awesome 7 Jelly Fill";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-jelly-fill-regular-400-1.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23fe,u+25b2-2704,u+270f-2716,u+273f,u+274c-f0f2,u+f0f7-f1d9,u+f1ea-f1fa,u+f21a,u+f238,u+f24d,u+f29c,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521,u+f52c,u+f578,u+f5fd,u+f64f,u+f6a8,u+f7b6-f7ff,u+f866,u+1f319-1f33c,u+1f39f,u+1f3d9,u+1f3e2-1f451,u+1f4a7,u+1f4c4-1f4cc,u+1f4f0-1f4f1,u+1f508-1f50d,u+1f588-1f5a5,u+1f5cb-1f5d9,u+1f610-1f686,u+1f698-1f6a2,u+1f6d2,u+1f9ed-1f9f3}@font-face{font-family:"Font Awesome 7 Jelly Fill";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-jelly-fill-regular-400-0.woff2);unicode-range:u+25-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25cf,u+25fb-25fc,u+2601,u+2665-2693,u+26a1-26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f031,u+f03a-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f0c2,u+f0c6-f0c9,u+f0cc-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f10c,u+f111-f114,u+f11d,u+f121,u+f128-f13d,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b3-1f4bb,u+1f4c1,u+1f4c5-1f4c6,u+1f4ce-1f4d4,u+1f4de,u+1f511-1f553,u+1f57b-1f582,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f6e1-1f90e,u+1f9e1}.fajfr{--fa-style:400}.fa-jelly-fill,.fajfr{--fa-family:var(--fa-family-jelly-fill)}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-jelly-duo:"Font Awesome 7 Jelly Duo";--fa-font-jelly-duo-regular:normal 400 1em/1 var(--fa-family-jelly-duo);--fa-style-family-jelly-duo:var(--fa-family-jelly-duo)}@font-face{font-family:"Font Awesome 7 Jelly Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-jelly-duo-regular-400-3.woff2)}@font-face{font-family:"Font Awesome 7 Jelly Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-jelly-duo-regular-400-2.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+25d0-2704,u+2715-2716,u+273f,u+274c-f0f2,u+f104-f1de,u+f1fa,u+f29c,u+f52c,u+f7ff,u+f866,u+1f33c,u+1f3f7-1f44e,u+1f4a7,u+1f4cc,u+1f508-1f50d,u+1f588,u+1f5d8-1f5d9,u+1f610-1f642,u+1f698,u+1f6d2,u+1f9f3-10f1de,u+10f1fa,u+10f52c,u+10f7ff,u+10f866}@font-face{font-family:"Font Awesome 7 Jelly Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-jelly-duo-regular-400-1.woff2);unicode-range:u+2303,u+23fe-25a0,u+25b2-25cf,u+25fb-25fc,u+2601-2615,u+2693,u+26a1-26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096-f0c2,u+f0c6-f0c9,u+f0cc-f0e0,u+f0e7,u+f0eb,u+f0f3,u+f0f7,u+f106,u+f108-f10c,u+f111,u+f121,u+f130-f13d,u+f145-f15b,u+f164,u+f186,u+f188-f1ad,u+f1bb-f1c0,u+f1d8-f1db,u+f1ea-f1f8,u+f21a,u+f238,u+f24d,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521,u+f578,u+f5fd,u+f64f,u+f6a8,u+f7b6,u+1f319-1f332,u+1f39f,u+1f3d9,u+1f3e2,u+1f41f-1f44d,u+1f451,u+1f4a1,u+1f4bb,u+1f4c4-1f4cb,u+1f4ce,u+1f4f0-1f4f1,u+1f509,u+1f514-1f535,u+1f582,u+1f5a5,u+1f5cb,u+1f686,u+1f69a-1f6a2,u+1f6e1-1f7e4,u+1f9ed,u+10f040,u+10f0b0-10f0c2,u+10f0c6-10f0c9,u+10f0cc-10f0e0,u+10f0e7,u+10f0eb,u+10f0f3,u+10f106,u+10f108-10f109,u+10f111,u+10f121,u+10f130-10f13d,u+10f145-10f15b,u+10f164,u+10f186,u+10f188-10f1ad,u+10f1bb-10f1c0,u+10f1d8,u+10f1ea-10f1f8,u+10f21a,u+10f238,u+10f24d,u+10f2bb,u+10f2ec,u+10f2fc-10f328,u+10f390,u+10f3c5-10f3ce,u+10f4e2,u+10f521,u+10f578,u+10f5fd,u+10f64f,u+10f6a8,u+10f7b6}@font-face{font-family:"Font Awesome 7 Jelly Duo";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-jelly-duo-regular-400-0.woff2);unicode-range:u+25-2b,u+3f,u+1025-102b,u+103f-2013,u+2190-2193,u+2212,u+2399-23ea,u+23f8-23f9,u+25b6,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+f001,u+f004-f00c,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f031,u+f03a-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f095,u+f097-f09d,u+f0ac-f0ad,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b3,u+1f4c1,u+1f4d4,u+1f4de,u+1f511-1f512,u+1f516,u+1f525-1f527,u+1f553,u+1f57b,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f90d-1f90e,u+1f9e1,u+10f001,u+10f004-10f00c,u+10f015-10f01c,u+10f023-10f025,u+10f02d-10f031,u+10f03a-10f03e,u+10f04a-10f04e,u+10f060-10f065,u+10f067-10f06e,u+10f072-10f075,u+10f07b,u+10f084-10f086,u+10f091-10f0ad,u+10f128,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a-10f80c}.fajdr{--fa-style:400}.fa-jelly-duo,.fajdr{--fa-family:var(--fa-family-jelly-duo);position:relative;letter-spacing:normal}.fa-jelly-duo:before,.fajdr:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-jelly-duo:after,.fajdr:after{color:var(--fa-secondary-color,currentColor)}.fa-jelly-duo:after,.fa-swap-opacity.fa-jelly-duo:before,.fa-swap-opacity .fa-jelly-duo:before,.fa-swap-opacity.fajdr:before,.fa-swap-opacity .fajdr:before,.fajdr:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-jelly-duo:after,.fa-swap-opacity .fa-jelly-duo:after,.fa-swap-opacity.fajdr:after,.fa-swap-opacity .fajdr:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-jelly-duo,.fa-li.fajdr,.fa-stack-1x.fa-jelly-duo,.fa-stack-1x.fajdr,.fa-stack-2x.fa-jelly-duo,.fa-stack-2x.fajdr{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-chisel:"Font Awesome 7 Chisel";--fa-font-chisel-regular:normal 400 1em/1 var(--fa-family-chisel);--fa-style-family-chisel:var(--fa-family-chisel)}@font-face{font-family:"Font Awesome 7 Chisel";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-chisel-regular-400-2.woff2)}@font-face{font-family:"Font Awesome 7 Chisel";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-chisel-regular-400-1.woff2);unicode-range:u+3d-203a,u+21ba-2304,u+23f3-23fe,u+25b2-273f,u+274c-f0f2,u+f0f7-f256,u+f29c,u+f2bb-f2bc,u+f2ec,u+f2fc-f328,u+f390,u+f3c5-f3ce,u+f4e2,u+f521-f52c,u+f578,u+f5fd,u+f6a8,u+f7b6-f7ff,u+1f319-1f33c,u+1f382-1f39f,u+1f3e2-1f451,u+1f4a3-1f4a7,u+1f4c4-1f4cc,u+1f4f0-1f4f1,u+1f509-1f50d,u+1f588-1f5a5,u+1f5cb-1f5d9,u+1f610-1f6a2,u+1f6cc-1f91a,u+1f9ed-1f9f3}@font-face{font-family:"Font Awesome 7 Chisel";font-style:normal;font-weight:400;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-chisel-regular-400-0.woff2);unicode-range:u+25-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25fc,u+2601,u+2665,u+26a1-26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f031,u+f03a-f03e,u+f04a-f04e,u+f060-f065,u+f067-f06e,u+f072-f075,u+f07b,u+f084-f086,u+f08a,u+f091-f0c2,u+f0c6-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f10c,u+f111-f114,u+f11d-f121,u+f128-f133,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b3-1f4bb,u+1f4c1,u+1f4c5-1f4c6,u+1f4ce-1f4d4,u+1f4de,u+1f4f6,u+1f511-1f553,u+1f57b-1f582,u+1f5a4,u+1f5a8-1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f6e1-1f90e,u+1f9e1}.facr{--fa-style:400}.fa-chisel,.facr{--fa-family:var(--fa-family-chisel)}.fa-regular{--fa-style:400}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-utility:"Font Awesome 7 Utility";--fa-font-utility-semibold:normal 600 1em/1 var(--fa-family-utility);--fa-style-family-utility:var(--fa-family-utility)}@font-face{font-family:"Font Awesome 7 Utility";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-semibold-600-3.woff2)}@font-face{font-family:"Font Awesome 7 Utility";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-semibold-600-2.woff2);unicode-range:u+2039-2600,u+2639,u+2700-270b,u+2744-f3ed,u+f401-f599,u+f8e5,u+1f374-1f3a8,u+1f44e-1f455,u+1f480-1f56e,u+1f588-1f698,u+1f6cc,u+1f6d2-1fab6}@font-face{font-family:"Font Awesome 7 Utility";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-semibold-600-1.woff2);unicode-range:u+3d-d7,u+21bb,u+2328,u+23fe,u+25b2-25d0,u+2615,u+2666-2699,u+270f,u+2715-2716,u+273f,u+274c-f059,u+f05d,u+f087,u+f0f7,u+f11c-f121,u+f130-f13d,u+f145-f15b,u+f164,u+f186,u+f188,u+f1ab-f1ad,u+f1bb-f1c0,u+f1d8-f1d9,u+f1ea-f1eb,u+f1f8-f1fa,u+f20a-f234,u+f238,u+f29c-f2a0,u+f2db,u+f2ec,u+f2f7,u+f2fc-f303,u+f316,u+f328,u+f3c5-f3ce,u+f4e2,u+f503,u+f521-f52c,u+f54e,u+f578,u+f5fd,u+f673,u+f695-f6a8,u+f72e,u+f773-f7ff,u+f866,u+f893-f8bc,u+f8d7-f8df,u+1f319,u+1f332-1f33c,u+1f39f,u+1f3ae,u+1f3e2-1f44d,u+1f451,u+1f4a7,u+1f4c4-1f4cb,u+1f4f0-1f4f1,u+1f4fb,u+1f508-1f509,u+1f50d,u+1f5cb-1f5d9,u+1f680-1f686,u+1f6a2,u+1f6e1,u+1f9ed}@font-face{font-family:"Font Awesome 7 Utility";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-semibold-600-0.woff2);unicode-range:u+24-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25cf,u+25fb-25fc,u+2601,u+2665,u+26a1-26ab,u+26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f031,u+f03d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072-f075,u+f07b-f086,u+f08a,u+f091-f09d,u+f0a2,u+f0ac-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0d1-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f114,u+f11d,u+f128,u+f155,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b2-1f4bc,u+1f4c1,u+1f4ce-1f4d4,u+1f4de,u+1f4f6,u+1f511-1f514,u+1f516-1f553,u+1f57b-1f582,u+1f5a4-1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f90e,u+1f9e1}.fausb{--fa-style:600}.fa-utility,.fausb{--fa-family:var(--fa-family-utility)}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-utility-duo:"Font Awesome 7 Utility Duo";--fa-font-utility-duo-semibold:normal 600 1em/1 var(--fa-family-utility-duo);--fa-style-family-utility-duo:var(--fa-family-utility-duo)}@font-face{font-family:"Font Awesome 7 Utility Duo";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-duo-semibold-600-4.woff2)}@font-face{font-family:"Font Awesome 7 Utility Duo";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-duo-semibold-600-3.woff2);unicode-range:u+2039-203a,u+21ba-21c4,u+2304,u+23f3,u+2600,u+2639,u+2700-270b,u+2744-f0f4,u+f104-f2dc,u+f381-f382,u+f425,u+f4e6,u+f8e5,u+1f382,u+1f44e,u+1f4a3-1f4be,u+1f50b-1f515,u+1f58c-1f5b4,u+1f5fa-1f698,u+1f6cc,u+1f91a-1f9f3,u+10f08e-10f2dc,u+10f381-10f382,u+10f4e6,u+10f8e5}@font-face{font-family:"Font Awesome 7 Utility Duo";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-duo-semibold-600-2.woff2);unicode-range:u+3d-103d,u+21bb,u+25d0,u+2615,u+2699,u+2715-2716,u+273f,u+274c-f07a,u+f089-f08d,u+f123,u+f1fa,u+f29c,u+f4e2,u+f503,u+f521-f52c,u+f54e,u+f578,u+f5fd,u+f673,u+f695-f6a8,u+f72e,u+f773-f7ff,u+f866,u+f893-f8bc,u+f8d7-f8df,u+1f33c,u+1f3ae,u+1f3f7-1f41f,u+1f451,u+1f4a7,u+1f4cc,u+1f4fb,u+1f508-1f509,u+1f50d,u+1f588,u+1f5d8-1f5d9,u+1f680,u+1f6d2,u+10e027-10f08d,u+10f1fa,u+10f4e2,u+10f503,u+10f521-10f52c,u+10f54e,u+10f578,u+10f5fd,u+10f673,u+10f695-10f6a8,u+10f72e,u+10f773-10f7ff,u+10f866,u+10f893-10f8bc,u+10f8d7-10f8df}@font-face{font-family:"Font Awesome 7 Utility Duo";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-duo-semibold-600-1.woff2);unicode-range:u+2303,u+2328,u+23fe-25a0,u+25b2-25cf,u+25fb-25fc,u+2601,u+2666-2693,u+26a1-26ab,u+26df,u+2709,u+270f,u+2b24,u+f003,u+f016,u+f040,u+f087,u+f096,u+f0a2,u+f0ac-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0d1-f0e0,u+f0e7,u+f0eb,u+f0f3,u+f0f7,u+f106,u+f109-f111,u+f11c-f121,u+f130-f13d,u+f145-f15b,u+f164,u+f186,u+f188,u+f1ab-f1ad,u+f1bb-f1c0,u+f1d8-f1db,u+f1ea-f1eb,u+f1f8,u+f20a-f234,u+f238,u+f2a0,u+f2db,u+f2ec,u+f2f7,u+f2fc-f303,u+f316,u+f328,u+f3c5-f3ce,u+1f310-1f319,u+1f332,u+1f39f,u+1f3e2,u+1f44d,u+1f4a1,u+1f4bb-1f4bc,u+1f4c4-1f4cb,u+1f4ce,u+1f4f0-1f4f1,u+1f514,u+1f517-1f535,u+1f582,u+1f5cb,u+1f686,u+1f69a-1f6a2,u+1f6e1-1f7e4,u+1f9ed,u+10f040,u+10f0ac-10f0c2,u+10f0c5-10f0c6,u+10f0c8-10f0c9,u+10f0cc,u+10f0d1-10f0e0,u+10f0e7,u+10f0eb,u+10f0f3,u+10f106,u+10f109-10f111,u+10f11c-10f121,u+10f130-10f13d,u+10f145-10f15b,u+10f164,u+10f186,u+10f188,u+10f1ab-10f1ad,u+10f1bb-10f1c0,u+10f1d8,u+10f1ea-10f1eb,u+10f1f8,u+10f20a-10f234,u+10f238,u+10f2a0,u+10f2db,u+10f2ec,u+10f2f7,u+10f2fc-10f303,u+10f316,u+10f328,u+10f3c5-10f3ce}@font-face{font-family:"Font Awesome 7 Utility Duo";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-duo-semibold-600-0.woff2);unicode-range:u+24-2b,u+3f,u+1024-102b,u+103f-2013,u+2190-2193,u+2212,u+2399-23ea,u+23f8-23f9,u+25b6,u+2665,u+2713-2714,u+2753-2796,u+2b50,u+f001,u+f004-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f031,u+f03d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072-f075,u+f07b-f086,u+f08a,u+f091-f095,u+f097-f09d,u+f0e5-f0e6,u+f114,u+f11d,u+f128,u+f155,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f49c,u+1f4b2-1f4b3,u+1f4c1,u+1f4d4,u+1f4de,u+1f4f6,u+1f511-1f513,u+1f516,u+1f525,u+1f553,u+1f57b,u+1f5a4-1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f90d-1f90e,u+1f9e1,u+10f001,u+10f004-10f00c,u+10f012,u+10f015-10f01c,u+10f023-10f025,u+10f02d-10f031,u+10f03d-10f03e,u+10f04a-10f04e,u+10f060-10f065,u+10f067-10f068,u+10f06b-10f06e,u+10f072-10f075,u+10f07b-10f086,u+10f091-10f09d,u+10f128,u+10f155,u+10f295,u+10f332,u+10f3a0,u+10f406,u+10f541,u+10f58f,u+10f80a-10f80c}.faudsb{--fa-style:600}.fa-utility-duo,.faudsb{--fa-family:var(--fa-family-utility-duo);position:relative;letter-spacing:normal}.fa-utility-duo:before,.faudsb:before{position:absolute;color:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.fa-utility-duo:after,.faudsb:after{color:var(--fa-secondary-color,currentColor)}.fa-swap-opacity.fa-utility-duo:before,.fa-swap-opacity .fa-utility-duo:before,.fa-swap-opacity.faudsb:before,.fa-swap-opacity .faudsb:before,.fa-utility-duo:after,.faudsb:after{opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity.fa-utility-duo:after,.fa-swap-opacity .fa-utility-duo:after,.fa-swap-opacity.faudsb:after,.fa-swap-opacity .faudsb:after{opacity:var(--fa-primary-opacity,1)}.fa-li.fa-utility-duo,.fa-li.faudsb,.fa-stack-1x.fa-utility-duo,.fa-stack-1x.faudsb,.fa-stack-2x.fa-utility-duo,.fa-stack-2x.faudsb{position:absolute}

/*!
 * Font Awesome Pro 7.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2026 Fonticons, Inc.
 */:host,:root{--fa-family-utility-fill:"Font Awesome 7 Utility Fill";--fa-font-utility-fill-semibold:normal 600 1em/1 var(--fa-family-utility-fill);--fa-style-family-utility-fill:var(--fa-family-utility-fill)}@font-face{font-family:"Font Awesome 7 Utility Fill";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-fill-semibold-600-3.woff2)}@font-face{font-family:"Font Awesome 7 Utility Fill";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-fill-semibold-600-2.woff2);unicode-range:u+2039-2600,u+2639,u+2700-270b,u+2744-f3ed,u+f401-f599,u+f8e5,u+1f374-1f3a8,u+1f44e-1f455,u+1f480-1f56e,u+1f588-1f698,u+1f6cc,u+1f6d2-1fab6}@font-face{font-family:"Font Awesome 7 Utility Fill";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-fill-semibold-600-1.woff2);unicode-range:u+3d-d7,u+21bb,u+2328,u+23fe,u+25b2-25d0,u+2615,u+2666-2699,u+270f,u+2715-2716,u+273f,u+274c-f059,u+f05d,u+f087,u+f0f7,u+f11c-f121,u+f130-f13d,u+f145-f15b,u+f164,u+f186,u+f188,u+f1ab-f1ad,u+f1bb-f1c0,u+f1d8-f1d9,u+f1ea-f1eb,u+f1f8-f1fa,u+f20a-f234,u+f238,u+f29c-f2a0,u+f2db,u+f2ec,u+f2f7,u+f2fc-f303,u+f316,u+f328,u+f3c5-f3ce,u+f4e2,u+f503,u+f521-f52c,u+f54e,u+f578,u+f5fd,u+f673,u+f695-f6a8,u+f72e,u+f773-f7ff,u+f866,u+f893-f8bc,u+f8d7-f8df,u+1f319,u+1f332-1f33c,u+1f39f,u+1f3ae,u+1f3e2-1f44d,u+1f451,u+1f4a7,u+1f4c4-1f4cb,u+1f4f0-1f4f1,u+1f4fb,u+1f508-1f509,u+1f50d,u+1f5cb-1f5d9,u+1f680-1f686,u+1f6a2,u+1f6e1,u+1f9ed}@font-face{font-family:"Font Awesome 7 Utility Fill";font-style:normal;font-weight:600;font-display:block;src:url(../../frontend/DGX/horizon/en_US/fontawesome/7.3.1/webfonts/pro-fa-utility-fill-semibold-600-0.woff2);unicode-range:u+24-2b,u+3f,u+2013,u+2190-2193,u+2212-2303,u+2399-23ea,u+23f8-23f9,u+25a0,u+25b6-25cf,u+25fb-25fc,u+2601,u+2665,u+26a1-26ab,u+26df,u+2709,u+2713-2714,u+2753-2b50,u+f001,u+f003-f00c,u+f012,u+f015,u+f017-f01c,u+f023-f025,u+f02d-f031,u+f03d-f03e,u+f04a-f04e,u+f060-f065,u+f067-f068,u+f06b-f06e,u+f072-f075,u+f07b-f086,u+f08a,u+f091-f09d,u+f0a2,u+f0ac-f0c2,u+f0c5-f0c6,u+f0c8-f0c9,u+f0cc,u+f0d1-f0e0,u+f0e5-f0e7,u+f0eb,u+f0f3,u+f106,u+f109-f114,u+f11d,u+f128,u+f155,u+f1db,u+f283,u+f295,u+f2c0,u+f332,u+f3a0,u+f406,u+f541,u+f58f,u+f80a-f80c,u+1f310,u+1f381,u+1f39e,u+1f3a7,u+1f3b5-1f3c6,u+1f3e0,u+1f3f4,u+1f441,u+1f464,u+1f499-1f4a1,u+1f4b2-1f4bc,u+1f4c1,u+1f4ce-1f4d4,u+1f4de,u+1f4f6,u+1f511-1f514,u+1f516-1f553,u+1f57b-1f582,u+1f5a4-1f5a8,u+1f5b6,u+1f5bf,u+1f5e9-1f5ea,u+1f69a,u+1f7e0-1f90e,u+1f9e1}.faufsb{--fa-style:600}.fa-utility-fill,.faufsb{--fa-family:var(--fa-family-utility-fill)}.fa-semibold{--fa-style:600}@font-face{font-family:'Google Sans';font-style:normal;font-weight:400 700;font-display:swap;src:url('../../frontend/DGX/horizon/en_US/fonts/google-sans-latin.woff2') format('woff2')}body{color:#333;background:#fff;font-family:'Google Sans',Roboto,Arial,sans-serif;font-size:16px;line-height:1.5}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #2274ba;outline-offset:4px}.page-title{color:#444}.message{color:#333}a:not([href*='.divegearexpress.']):not([href^='#']):not([id]):not([href^='/']):not([href*='javascript']):not([href*='tel']):not([href*='mailto']):not([data-bind*='click'])::after{content:'\f35d';display:inline-block;margin-left:.22em;font-family:'Font Awesome 7 Sharp';font-size:.78em;font-style:normal;font-weight:400;line-height:1}.page-wrapper .page-header{background:#000;color:#fff;border:0;margin-bottom:0}.page-wrapper .page-header .panel.wrapper{background:#000;color:#fff;border:0}.page-wrapper .page-header .header.panel{border:0}.page-header a,.page-header a:visited{color:#fff}.header.content{padding-top:16px;padding-bottom:20px}.logo{max-width:65%;margin-bottom:12px}.page-wrapper .page-header .logo{margin-right:auto}.logo img{width:384px;max-width:100%;height:auto}.dgx-utility{display:flex;align-items:center;flex-wrap:wrap;width:100%}.dgx-utility a{display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}.dgx-utility .dgx-info-link{margin-left:auto}.dgx-utility i,.dgx-footer i{color:currentColor;flex-shrink:0;text-align:center}.dgx-utility i{width:18px;font-size:18px}.dgx-utility .fa-lightbulb,.dgx-utility .fa-arrow-down{font-size:16px}.dgx-utility .fa-user{font-size:17px}.dgx-footer i{font-size:24px}.dgx-footer-primary i{font-size:38px}.block-search input{background:#000;border:1px solid #aaa;color:#fff}.page-wrapper .block-search input::placeholder{color:#eee;opacity:1}.page-wrapper .page-header .block-search .action.search:before,.minicart-wrapper .action.showcart:before,.nav-toggle:before,.block-search .label:before{color:#fff;font-family:'Font Awesome 7 Sharp';font-style:normal;font-weight:400;line-height:1}.page-wrapper .page-header .block-search .action.search:before,.block-search .label:before{content:'\f002'}.minicart-wrapper .action.showcart:before{content:'\f07a'}.nav-toggle:before{content:'\f0c9'}.page-wrapper .page-header .block-search .action.search{opacity:1}.page-wrapper .page-header{position:sticky;top:0;z-index:100}.page-wrapper .page-header .panel.wrapper{max-height:64px;overflow:hidden;opacity:1;transition:max-height 180ms ease,opacity 140ms ease}.dgx-header-compact .page-wrapper .page-header .panel.wrapper{max-height:0;opacity:0;pointer-events:none}@media (prefers-reduced-motion:reduce){.page-wrapper .page-header .panel.wrapper{transition:none}}.page-main{max-width:1280px}.cms-index-index .page-main{padding-bottom:60px}.cms-index-index .columns .column.main{padding-bottom:0}.page-wrapper .page-footer{background:#000;color:#fff;margin-top:auto;padding-bottom:0}.page-wrapper .footer.content{border:0;padding-top:12px;padding-bottom:20px}.dgx-footer-row{display:flex;justify-content:center;align-items:center;gap:12px}.dgx-footer a{display:inline-flex;align-items:center;justify-content:center;width:44px;min-height:44px}.dgx-footer-primary{gap:28px;margin-bottom:18px}.dgx-footer-primary a{width:56px;min-height:56px}@media (min-width:768px) and (max-width:1023px){.page-wrapper .page-header .nav-toggle{align-items:center;border:0;display:flex !important;height:44px;left:14px;text-decoration:none;top:8px;width:44px;justify-content:center}.page-wrapper .page-header .header.panel{max-width:1280px;padding:0 20px}.dgx-utility{gap:6px}.dgx-utility a{flex:0 1 auto;flex-direction:row;gap:5px;min-height:32px;padding:0 6px;font-size:12px;line-height:1.2}.dgx-utility .dgx-info-link{margin-left:auto}.page-wrapper .page-header .header.content{align-items:center;box-sizing:border-box;display:flex;gap:16px;max-width:1280px;min-height:60px;padding:8px 20px}.page-wrapper .page-header .header.content:before,.page-wrapper .page-header .header.content:after{display:none}.page-wrapper .page-header .logo{flex:0 1 384px;float:none;margin:0 auto 0 44px;max-width:calc(100% - 341px - 44px);order:0}.page-wrapper .page-header .block-search{flex:0 0 285px;float:none;margin:0;order:1;padding:0;width:285px}.page-wrapper .page-header .minicart-wrapper{flex:0 0 24px;float:none;margin:0;order:2}.page-wrapper .nav-sections{-webkit-overflow-scrolling:touch;background:#fff;height:100%;left:calc(-1 * (100% - 54px));margin:0;overflow:auto;position:fixed;top:0;transition:left .3s;width:calc(100% - 54px)}.page-wrapper .nav-sections-items{position:relative;z-index:1}.page-wrapper .nav-sections-item-title{background:#e3e3e3;border:solid #d7d7d7;border-width:0 0 1px 1px;box-sizing:border-box;display:block;float:left;height:71px;padding-top:24px;text-align:center;width:33.333%}.page-wrapper .nav-sections-item-title.active{background:transparent;border-bottom:0}.page-wrapper .nav-sections-item-content{box-sizing:border-box;display:none !important;float:right;margin-left:-100%;margin-top:71px;padding:25px 0;width:100%}.page-wrapper .nav-sections-item-content.active{display:block !important}.page-wrapper .navigation{background:#fff;padding:0;text-align:left}.page-wrapper .navigation ul{display:block;margin:0;padding:0}.page-wrapper .navigation .level0{border-top:1px solid #d1d1d1;display:block;margin:0}.page-wrapper .navigation .level0>.level-top{color:#333;display:block;font-size:16px;font-weight:700;line-height:1.4;padding:10px 40px 10px 20px;position:relative;text-transform:uppercase;white-space:normal}.page-wrapper .navigation .parent>.level-top:after{font-size:16px;position:absolute;right:18px;top:10px}.page-wrapper .navigation .submenu:not(:first-child){background:transparent;border:0;box-shadow:none;font-weight:400;left:auto !important;overflow-x:hidden;padding:0;position:relative;top:auto !important;transition:left .3s ease-out}.page-wrapper .navigation .submenu:not(:first-child)>li>a{color:#333;display:block;padding:10px 20px 10px 35px}.nav-before-open{height:100%;overflow-x:hidden;width:100%}.nav-before-open .page-wrapper{height:100%;left:0;overflow:hidden;position:relative;transition:left .3s}.nav-before-open body{height:100%;overflow:hidden;position:relative;width:100%}.nav-open .page-wrapper{left:calc(100% - 54px)}.nav-open .page-wrapper .nav-sections{box-shadow:0 0 5px rgba(50,50,50,0.75);left:0;z-index:99}.nav-open .page-wrapper .nav-toggle:after{background:rgba(0,0,0,0.5);content:"";display:block;height:100%;position:fixed;right:0;top:0;width:100%;z-index:1}}@media (min-width:1024px){.page-wrapper .page-header .header.panel{padding:0 20px;max-width:1280px}.dgx-utility{gap:6px}.dgx-utility a{min-height:32px;padding:0 6px;gap:5px;font-size:12px;line-height:1.2}.page-wrapper .page-header .header.content{display:flex;align-items:center;gap:16px;max-width:1280px;padding:10px 20px;min-height:60px;box-sizing:border-box}.page-wrapper .page-header .header.content:before,.page-wrapper .page-header .header.content:after{display:none}.page-wrapper .page-header .logo{order:0;float:none;flex:0 1 384px;margin:0 auto 0 0;max-width:calc(100% - 341px)}.page-wrapper .page-header .block-search{order:1;float:none;flex:0 0 285px;width:285px;margin:0;padding:0}.page-wrapper .page-header .minicart-wrapper{order:2;float:none;flex:0 0 24px;margin:0}.page-wrapper .nav-sections{background:#c02327;margin-bottom:0}.page-wrapper .navigation{background:#c02327;max-width:1280px}.page-wrapper .navigation ul{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:6px;padding:0 24px}.navigation .level0{margin:0}.page-wrapper .navigation .level0>.level-top{color:#fff;line-height:30px;font-size:12px;padding:0;white-space:nowrap}.page-wrapper .navigation .level0.active>.level-top,.page-wrapper .navigation .level0.has-active>.level-top{border-color:#fff;color:#fff}.page-wrapper .navigation .level0>.level-top:hover{background:#a91b20;color:#fff}.page-wrapper .navigation .level0.parent>.level-top>.ui-menu-icon{display:none}}.dgx-catalog-content{margin:1rem 0}.dgx-catalog-content:empty{display:none}.dgx-catalog-bullets ul{padding-left:1.25rem}.dgx-catalog-warning,.dgx-catalog-category_warning{border-left:4px solid #c00;padding:1rem 1.25rem;background:#fff5f5}.dgx-catalog-warning h2,.dgx-catalog-category_warning h2{font-size:1.2rem;margin-top:0}.dgx-catalog-shipping{font-weight:600;margin:.5rem 0}.dgx-catalog-category_spotlight{margin-top:0}.dgx-catalog-category_spotlight h2{color:#c62127;font-size:18px;font-weight:600;margin:0 0 10px;text-transform:uppercase}.dgx-catalog-category_spotlight a{display:block;margin-bottom:14px}.dgx-catalog-category_spotlight img{border:1px solid #ccc;box-sizing:border-box;display:block;height:auto;max-width:100%;width:100%}.dgx-utility .dgx-logout-link[hidden]{display:none}body:not(.page-layout-blank) .page-wrapper>.nav-sections+.page-main,body:not(.page-layout-blank) .page-wrapper>.nav-sections+.breadcrumbs{padding-top:16px}@media (max-width:767px){body.account:not(.page-layout-blank) .page-wrapper>.nav-sections+.page-main{padding-top:78px}.account .page-wrapper .block-collapsible-nav{top:16px}}.page-wrapper .page-header .block-search .action.search:before,.page-wrapper .page-header .minicart-wrapper .action.showcart:before,.page-wrapper .page-header .nav-toggle:before,.page-wrapper .page-header .block-search .label:before{font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .page-header .block-search .action.search:before,.page-wrapper .page-header .block-search .label:before{content:'\f002' !important}.page-wrapper .page-header .minicart-wrapper .action.showcart:before{content:'\f07a' !important}.page-wrapper .page-header .nav-toggle:before{content:'\f0c9' !important}.page-wrapper .page-header .dgx-utility i::before,.page-wrapper .page-footer .dgx-footer i::before{font-size:inherit}.fa:not(.fa-brands){font-family:"Font Awesome 7 Sharp";font-style:normal;font-weight:400}.page-wrapper .breadcrumbs .items>.item:not(:last-child)::after{content:'\f105' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .action-close::before,.page-wrapper .modal-custom .action-close::before,.page-wrapper .modal-popup .action-close::before,.page-wrapper .modal-slide .action-close::before{content:'\f00d' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .message.info>*:first-child::before,.page-wrapper .message.notice>*:first-child::before{content:'\f05a' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .message.warning>*:first-child::before,.page-wrapper .message.error>*:first-child::before{content:'\f071' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:900 !important}.page-wrapper .message.success>*:first-child::before{content:'\f058' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .action.towishlist::before{content:'\f004' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .data.item.title>.data.switch::after{content:'\f078' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .data.item.title.active>.data.switch::after{content:'\f077' !important}.page-wrapper .modes-mode::before{font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .mode-grid::before{content:'\f00a' !important}.page-wrapper .mode-list::before{content:'\f03a' !important}.page-wrapper .sorter-action::before{font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .sorter-action.sort-desc::before{content:'\f175' !important}.page-wrapper .sorter-action.sort-asc::before{content:'\f176' !important}.page-wrapper .cart-summary .block.shipping>.title::after{content:'\f078' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .cart-summary .block.shipping.active>.title::after{content:'\f077' !important}.page-wrapper .cart.table-wrapper .action-edit::before{content:'\f303' !important;font-family:'Font Awesome 7 Sharp' !important;font-size:18px !important;font-style:normal !important;font-weight:400 !important;line-height:1 !important}.page-wrapper .cart.table-wrapper .action-delete::before{content:'\f2ed' !important;font-family:'Font Awesome 7 Sharp' !important;font-size:18px !important;font-style:normal !important;font-weight:400 !important;line-height:1 !important}.page-wrapper .cart.table-wrapper .actions-toolbar>.action-edit,.page-wrapper .cart.table-wrapper .actions-toolbar>.action-delete{align-items:center;display:inline-flex;justify-content:center;min-height:32px;min-width:32px}.page-wrapper .cart.table-wrapper .actions-toolbar>.action-edit:hover,.page-wrapper .cart.table-wrapper .actions-toolbar>.action-edit:focus,.page-wrapper .cart.table-wrapper .actions-toolbar>.action-delete:hover,.page-wrapper .cart.table-wrapper .actions-toolbar>.action-delete:focus{color:#cc0000}.page-wrapper .page-header .dgx-utility a,.page-wrapper .page-header .dgx-utility a:visited,.page-wrapper .page-footer .dgx-footer a,.page-wrapper .page-footer .dgx-footer a:visited,.page-wrapper .page-header .minicart-wrapper .action.showcart,.page-wrapper .page-header .minicart-wrapper .action.showcart:visited{color:#fff !important;text-decoration:none !important}.page-wrapper .page-header .dgx-utility a:hover,.page-wrapper .page-header .dgx-utility a:focus,.page-wrapper .page-header .dgx-utility a:active,.page-wrapper .page-footer .dgx-footer a:hover,.page-wrapper .page-footer .dgx-footer a:focus,.page-wrapper .page-footer .dgx-footer a:active,.page-wrapper .page-header .minicart-wrapper .action.showcart:hover,.page-wrapper .page-header .minicart-wrapper .action.showcart:focus,.page-wrapper .page-header .minicart-wrapper .action.showcart:active{color:#e51b23 !important;text-decoration:none !important}.page-wrapper .page-header .dgx-utility a:hover span,.page-wrapper .page-header .dgx-utility a:focus span,.page-wrapper .page-header .dgx-utility a:active span{text-decoration:none !important}.page-wrapper .page-header .minicart-wrapper .action.showcart::before{color:currentColor !important}.checkout-index-index .opc-progress-bar-item._complete>span::after,.checkout-index-index .shipping-address-item.selected-item::after{content:'\f00c' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:900 !important}.checkout-index-index .field-tooltip-action::before{content:'\f059' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.checkout-index-index .form.methods-shipping .field-tooltip-action::before{content:'\f05a' !important}.catalog-product-view img[class^='option-select-tooltip-'],.catalog-product-view img[class^='option-value-tooltip-']{background:center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23cc0000' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E") !important;box-sizing:content-box;height:16px !important;object-position:-9999px;padding-left:16px;width:0 !important}.checkout-index-index .opc-block-summary>.title::after,.checkout-index-index .opc-block-summary .product-item-details .product.options .toggle::after{content:'\f078' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.checkout-index-index .opc-block-summary>.title[aria-expanded="true"]::after,.checkout-index-index .opc-block-summary .product-item-details .product.options.active .toggle::after{content:'\f077' !important}.checkout-index-index .opc-progress-bar-item._active>span::after{content:'\f00c' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:900 !important}.checkout-index-index .opc-block-summary .block.items-in-cart>.title::after{content:'\f078' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.checkout-index-index .opc-block-summary .block.items-in-cart.active>.title::after{content:'\f077' !important}body .action-close::before{content:'\f00d' !important;font-family:'Font Awesome 7 Sharp' !important;font-style:normal !important;font-weight:400 !important}.page-wrapper .page-header .block-search .action.search{top:0;height:32px;display:flex;align-items:center;justify-content:center}.page-wrapper .page-header .block-search .action.search::before{line-height:1 !important}.page-wrapper .page-header .nav-toggle,.page-wrapper .page-header .nav-toggle:visited{color:#fff !important;text-decoration:none !important}.page-wrapper .page-header .nav-toggle:hover,.page-wrapper .page-header .nav-toggle:focus,.page-wrapper .page-header .nav-toggle:active{color:#e51b23 !important;text-decoration:none !important}.page-wrapper .page-header .nav-toggle::before{color:currentColor !important}@media (max-width:767px){.page-wrapper .page-header .nav-toggle{top:18px}.page-wrapper .page-header .minicart-wrapper .action.showcart{display:inline-flex;align-items:center;min-height:34px}.page-wrapper .page-header .block-search .action.search{display:none}.page-wrapper .page-header .block-search .label,.page-wrapper .page-header .block-search .label:visited{color:#fff !important;text-decoration:none !important}.page-wrapper .page-header .block-search .label:hover,.page-wrapper .page-header .block-search .label:focus,.page-wrapper .page-header .block-search .label:active{color:#e51b23 !important;text-decoration:none !important}.page-wrapper .page-header .block-search .label::before{color:currentColor !important}.page-wrapper .page-header .header.panel{padding:2px 12px}.dgx-utility .dgx-info-link{margin-left:0}.navigation,.nav-sections{background:#fff}.navigation .level0>a{color:#333}.page-wrapper .page-header .panel.wrapper{max-height:58px}.dgx-test-login__label,.dgx-utility a>span{display:none}.dgx-test-login{margin-left:10px}.dgx-test-login__button{min-width:24px;min-height:20px;justify-content:center}.dgx-test-login__icon{font-size:15px}.dgx-utility{gap:0;clear:both}.dgx-utility a{flex:1 1 0;min-height:34px;padding:0;flex-direction:row;gap:0;font-size:inherit;line-height:1}.dgx-utility i{width:auto;font-size:20px}.dgx-utility .fa-lightbulb,.dgx-utility .fa-arrow-down,.dgx-utility .fa-user{font-size:20px}.page-wrapper .page-header .header.content{display:grid;grid-template-columns:28px minmax(0, 1fr) 32px 52px;align-items:center;column-gap:10px;min-height:62px;padding:10px 15px 12px}.page-wrapper .page-header .nav-toggle{grid-column:1;position:static;width:28px;height:32px;display:flex;align-items:center;justify-content:flex-start}.page-wrapper .page-header .logo{grid-column:2;float:none;margin:0;max-width:none;width:100%}.page-wrapper .page-header .logo img{display:block;width:100%;max-width:290px;height:auto}.page-wrapper .page-header .block-search{grid-column:3;float:none;width:32px;margin:0;padding:0;min-width:0;height:34px;position:relative}.page-wrapper .page-header .block-search .control{border-top:0}.page-wrapper .page-header .block-search .label{position:static;width:32px;height:34px;display:flex;align-items:center;justify-content:center}.page-wrapper .page-header .block-search .label::before{margin:0;width:auto;font-size:24px;line-height:1}.page-wrapper .page-header .minicart-wrapper{grid-column:4;float:none;margin:0;width:52px;height:34px}.page-wrapper .page-header .minicart-wrapper .action.showcart{width:52px;height:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:flex-start}.page-wrapper .page-header .nav-toggle,.page-wrapper .page-header .logo,.page-wrapper .page-header .block-search,.page-wrapper .page-header .minicart-wrapper{grid-row:1}.page-wrapper .page-header .header.content::before,.page-wrapper .page-header .header.content::after{display:none}.dgx-utility a{min-height:30px}.page-wrapper .page-header .header.content{min-height:0;height:56px;box-sizing:border-box}.page-wrapper .page-header .minicart-wrapper .action.showcart .counter.qty:not(.empty){margin:0 0 0 2px;height:24px;line-height:24px;display:inline-flex;align-items:center;justify-content:center;align-self:center}.page-wrapper .page-header{position:relative}.page-wrapper .page-header .block-search{position:static}.page-wrapper .page-header .block-search .label.active+.control{position:absolute;top:100%;left:15px;right:15px;width:auto;margin:0;padding:8px 0 10px;border:0;box-sizing:border-box;background:#000;z-index:20}.page-wrapper .page-header .block-search .label.active+.control input{position:static;left:auto;top:auto;width:100%;margin:0;box-sizing:border-box}}/* DGX brand red, matching the Horizon design token (#c02327). */
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before {
    background: #c02327;
    border-color: #c02327;
}
.opc-progress-bar-item._active > span:after { border-color: #c02327; }
.minicart-wrapper .action.showcart .counter.qty { background: #c02327; }

/* Preserve production's prominent terms label and larger checkbox. */
.checkout-agreements .checkout-agreement label,
.checkout-agreements .checkout-agreement .action-show { font-size: 20px; }
.checkout-agreements .checkout-agreement input[type="checkbox"] {
    transform: scale(1.5);
    margin: 0 30px 0 0;
}

/* Position terms below the header without changing the header's stacking. */
.modal-popup.agreements-modal {
    top: var(--dgx-terms-top, 160px);
}
.modal-popup.agreements-modal .modal-inner-wrap {
    margin-top: 0;
    margin-bottom: 20px;
    max-height: calc(100vh - var(--dgx-terms-top, 160px) - 20px);
}

/* Keep each saved shipping address visually self-contained. */
.checkout-index-index .opc-wrapper .shipping-address-item {
    border: 1px solid #d1d1d1;
}
.checkout-index-index .opc-wrapper .shipping-address-item .action-select-shipping-item {
    float: none;
    margin-top: 20px;
}

/* Selected shipping address uses DGX red. */
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item { border-color: #c02327; }
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after { background: #c02327; }/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}.tooltipster-base{position:absolute;display:flex;pointer-events:none}.tooltipster-box{flex:1 1 auto}.tooltipster-content{overflow:auto;box-sizing:border-box;max-width:100%;max-height:100%}.tooltipster-ruler{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{transition-property:transform;transform:scale(0,0);-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.tooltipster-swing{opacity:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-ms-transition-property:-ms-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);transform:rotateZ(4deg)}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-ms-transform:rotateZ(0);-o-transform:rotateZ(0);transform:rotateZ(0)}.tooltipster-fall{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:top;-moz-transition-property:top;-ms-transition-property:top;-o-transition-property:top;transition-property:top}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{top:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}.tooltipster-slide{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:left;-moz-transition-property:left;-ms-transition-property:left;-o-transition-property:left;transition-property:left}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{left:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{border:2px solid #000;border-radius:4px;background:#565656}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{padding:6px 14px;line-height:18px}.tooltipster-sidetip .tooltipster-arrow{position:absolute;overflow:hidden}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{top:0;right:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{top:0;left:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{position:absolute;width:0;height:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:3px;left:0;border-bottom-color:#565656}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{top:0;left:-3px;border-left-color:#565656}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{top:0;left:3px;border-right-color:#565656}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{top:-3px;left:0;border-top-color:#565656}.tooltipster-sidetip .tooltipster-arrow-border{top:-4px;left:2px;width:8px;height:8px;background:#000;transform:rotate(45deg)}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{margin-left:-6px;width:12px;height:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{margin-top:-6px;margin-left:0;width:6px;height:12px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{top:8px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{top:-4px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}.dgx-beacon-facade {position:fixed;bottom:var(--dgx-beacon-y,40px);z-index:var(--dgx-beacon-z,1600)}
.dgx-beacon-facade[data-side="right"] {right:var(--dgx-beacon-x,40px)}
.dgx-beacon-facade[data-side="left"] {left:var(--dgx-beacon-x,40px)}
.dgx-beacon-trigger {display:block;border:0;padding:0;background:transparent;border-radius:50%;width:60px;height:60px;cursor:pointer;box-shadow:0 4px 7px #0002}
.dgx-beacon-trigger img {display:block;width:60px;height:60px}
.dgx-beacon-trigger:hover,.dgx-beacon-trigger:active {background:transparent}
.dgx-beacon-trigger:focus-visible {outline:3px solid #c00;outline-offset:4px}
.dgx-beacon-status:empty {display:none}
.dgx-beacon-status {display:block;position:absolute;bottom:70px;max-width:calc(100vw - 40px);width:240px;background:#fff;color:#222;padding:12px;box-shadow:0 2px 8px #0003;border-radius:4px}
[data-side="right"] .dgx-beacon-status {right:0}
[data-side="left"] .dgx-beacon-status {left:0}
@media(max-width:450px) {
 .dgx-beacon-facade {bottom:var(--dgx-beacon-my,10px)}
 .dgx-beacon-facade[data-side="right"] {right:var(--dgx-beacon-mx,20px)}
 .dgx-beacon-facade[data-side="left"] {left:var(--dgx-beacon-mx,20px)}
}

.dgx-beacon-facade[hidden]{display:none!important}
.dgx-beacon-trigger,.dgx-beacon-trigger:hover,.dgx-beacon-trigger:active{background:var(--dgx-beacon-color,#cc0000);border-radius:42%;}

.dgx-beacon-trigger{border-radius:0;clip-path:path("M60 30C60 51.25 51.25 60 30 60C8.75 60 0 51.25 0 30C0 8.75 8.75 0 30 0C51.25 0 60 8.75 60 30Z");}
.dgx-beacon-facade:focus-within{outline:3px solid #cc0000;outline-offset:4px;border-radius:42%;}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: none;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: none;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .65);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: none;
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: none;
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* Discovery: FA7 Pro storefront chrome replaces Fancybox 2 sprite artwork. */
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: none !important;
    background: none !important;
}
#fancybox-loading {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fancybox-loading div {
    display: none;
}
#fancybox-loading::before {
    content: '\f110';
    font-family: 'Font Awesome 7 Sharp';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    animation: fa-spin 1s infinite linear;
}
.fancybox-close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}
.fancybox-close::before {
    content: '\f00d';
    font-family: 'Font Awesome 7 Sharp';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
}
.fancybox-prev span,
.fancybox-next span {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.fancybox-prev span::before,
.fancybox-next span::before {
    font-family: 'Font Awesome 7 Sharp';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
}
.fancybox-prev span::before { content: '\f053'; }
.fancybox-next span::before { content: '\f054'; }/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */



.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}









.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}.faqcategory-sidebar .question-list .panel-heading#faqpage .question-answer {
    margin-bottom: 15px;
    margin-left: 25px;
}

.question-list .panel-title a {
    padding-left: 5px;
}

.question-list .panel-heading.collapsed a {
    font-weight: 400;
}

.question-list a:hover, .question-list .panel-title>a:focus {
    text-decoration: none;
}

.question-list .panel-title>a {
    color: #3399cc
}

.question-list .panel-collapse {
    padding-left: 0;
}

.question-list .panel-body {
    padding: 10px;
    overflow: hidden;
}

.question-meta {
    font-size: 0.9em;
    margin-top: 5px;
}

.faq-toolbar .pages {
    float: right
}

#faqpage ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-loading {
    background: none;
}

.faq-loading #faqpage {
    opacity: 0.6;
}

.lof-faq {
    min-height: 200px;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.question-list .panel-heading {
    padding-left: 0;
    border-radius: 0;
    border: 1px solid #cccccc;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}

.question-list {
    overflow: hidden;
}

.faqcategory-sidebar.block {
    border: 1px solid #cccccc;
    margin-top: 6px;
    float: left;
    width: 100%;
}

.faqcategory-sidebar .block-title {
    border-bottom: 1px solid #cccccc;
    padding: 7px 10px 7px 10px;
    background-color: #f4f4f4;
    color: #636363;
    text-transform: uppercase;
}

.faqcategory-sidebar ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

#faq-search .faqkeyword:focus {
    box-shadow: none;
    border-color: #3399cc
}

#faq-search .faqkeyword {
    width: 100%;
    float: left;
    padding: 12px 80px 12px 10px;
    height: 36px;
}

#faq-search .btn-submit {
    background: #3399cc;
    box-shadow: none;
    color: #FFF;
    border: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    padding: 0 15px;
    line-height: 36px;
    font-size: inherit;
}

#faq-search .btn-submit:hover {
    background: #2e8ab8
}

#faq-search label {
    width: 110px;
    font-size: 1.2em;
    font-weight: normal;
    float: left;
    padding: 10px 0
}

.faqcategory-sidebar a {
    color: #3399cc
}

.faqcategory-sidebar a:hover {
    color: #2e8ab8;
    text-decoration: none;
}

.lof-faq a {
    color: #3399cc;
}

.lof-faq a:hover {
    color: #2e8ab8;
}

.lof-faq h3 {
    font-weight: normal;
}

.faqcat-block {
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.faqcat-block .row {
    margin-left: -15px;
    margin-right: -15px;
}

#faqpage .faqcat-block:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.ask-question-form h2.legend {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.popquestion .input-text {
    border: 1px solid #C0C0C0;
    padding: 5px;
    width: 100% !important;
    max-width: 100%;
}

.popquestion {
    border: 6px solid #F4F4F4;
    padding: 20px 20px 50px 20px;
    margin: 10px;
}

.popquestion em {
    color: #FF2525;
    font-weight: normal
}

.popquestion .input-box::after {
    content: "";
    display: table;
    clear: both;
}

.popquestion ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.popquestion textarea {
    min-height: 200px
}

#faqpage.question-list {
    padding: 0;
}

.faqcategory-sidebar.block .question-list .panel-collapse {
    padding: 0
}

.faqcat-image {
    margin-bottom: 20px;
}

.faq-cat-title {
    margin-top: 0
}

.faqcat-block .question-list {
    padding-left: 0
}

.faqcat-block h3 {
    color: #3399cc;
}

.catalog-product-view .btnfancy {
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    float: right;
}

.catalog-product-view .lof-faq {
    float: left;
    width: 100%;
}

.question-list .collapse {
    display: none;
    padding-left: 0;
    overflow: hidden;
}

.question-list .collapse.in {
    display: block;
}

.question-list .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

#faq-questions-featured {
    padding-top: 0
}

#faq-search {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.question-list .panel-title {
    padding: 10px 0 10px 15px;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.question-list .panel-title .question-icon {
    color: #000;
}

#faq-search .main-form {
    float: left;
    width: 100%;
}

.question-list .panel {
    margin-bottom: 5px;
}

*/.loffaq-tag-view .panel-title a, .catalog-product-view .panel-title a, .question-list1 .panel-title a, .question-list2 .panel-title a {
    padding-left: 25px;
    background: none;
}

.loffaq-tag-view .panel-title a.collapsed, .catalog-product-view .panel-title a.collapsed, .question-list1 .panel-heading a.collapsed, .question-list2 .panel-heading a.collapsed {
    background: none;
    padding-left: 25px;
    font-weight: 400;
}

*/ .catalog-product-view .faqcat-block {
    border-bottom: 0
}

.faqlike-sidebar .faq-widget-content .postags li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    display: inline-block;
    padding: 4px 6px !important;
    margin: 2px 0;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 3px;
    float: left;
    margin-bottom: 3px;
}

.faqlike-sidebar {
    float: left;
    width: 100%;
}

.faqlike-sidebar .postags {
    float: left;
}

.faqlike-sidebar .faq-widget-content .postags li:hover {
    background: #4db2ec;
    color: #FFF;
}

.faqlike-sidebar .faq-widget-content .postags li:hover a {
    color: #FFF
}

.lof-faq-social .icon i {
    color: #fff;
}

.lof-faq-social .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
}

.lof-faq-social .addthis_button_facebook {
    background: #3b5998;
}

.lof-faq-social .addthis_button_google {
    background: #dd4b39;
}

.lof-faq-social .addthis_button_instagram_follow {
    background: #517fa4;
}

.lof-faq-social .addthis_button_twitter {
    background: #00aced;
}

.lof-faq-social .addthis_button_linkedin {
    background: #0077B5;
}

.lof-faq-social .addthis_button_pinterest_share {
    background: #cb2027;
}

.lof-faq-social .addthis_button_compact {
    background: #f1703d;
}

.lof-faq-social {
    float: left;
    padding-left: 75px;
}

.lof-faq-details .question-detail {
    margin-bottom: 30px;
}

.lof-faq-details #like-dislike {
    float: left;
    width: 50%;
    margin: 0px 0px 10px 0px;
}

.lof-faq-details .like-text {
    font-weight: 600;
    float: left;
    padding: 8px 8px 8px 0px;
}

.lof-faq-details .like-button {
    float: left;
}

.lof-faq-details .post-error {
    color: #da2531;
    margin-top: 6px;
}

.lof-faq-details .post-success {
    color: #5cb85c;
    margin-top: 6px;
}

.lof-faq-details .post-tag a:hover:before {
    border-right-color: #4db2ec;
}

.lof-faq-details .post-tag a:before {
    border-top: 12px solid transparent;
    border-right: 8px solid #444;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.lof-faq-details .post-tag a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

.lof-faq-details .post-tag a:hover {
    background: #4db2ec;
    color: #FFF;
    text-decoration: none;
}

.lof-faq-details .post-tag a {
    background-color: #444;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 2px 10px;
    padding: 4px 7px 3px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.faq-tags-details {
    width: 100%;
    float: left;
}

.faq-tags-title {
    padding-right: 20px;
}

.faqform-loading.ajax-loading {
    background: none;
    height: 27px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 27px;
    z-index: 9999;
}

.lof-faq h3.faqcat-title {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-weight: normal;
}

.faqcat-title i.line {
    float: left;
    width: 2.15em;
    border-bottom: 1px solid #b55;
    position: absolute;
    bottom: -1px;
    z-index: 9999;
}

.faqcat-block > .faqcat-title {
    position: relative;
}

.question-list .faq-category a:hover {
    background: #fafafa none repeat scroll 0 0;
}

.question-list .faq-category a {
    display: table;
    min-height: 75px;
    padding: 20px 10px;
    width: 100%;
    display: table;
    min-height: 75px;
    padding: 20px 10px;
    width: 100%
}

.faq-category .faq-category-icon {
    height: 35px;
    margin: 0 25px 0 0;
    width: 35px;
    font-size: 45px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.faq-category .faq-category-title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.faq-category-title h3 {
    margin: 0;
}

#faqpage .faqcat-block {
    margin-bottom: 50px;
}

.faqcategory-sidebar .question-list .panel-heading {
    padding-right: 0;
}

.faqcategory-sidebar .question-list .panel-title a {
    padding: 0;
}

.faqcategory-sidebar .question-list .panel-title {
    padding: 10px;
    float: inherit;
}

.faqcategory-sidebar .question-list .panel {
    margin-bottom: 0
}

.question-list5#faqpage .faq-category {
    border-bottom: 1px solid #e6e6e6;
}

.question-list5#faqpage .faqcat-desc {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #8a8a8a;
}

.loffaq-search {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.loffaq-search-wrapper {
    float: left;
    width: 100%;
}

.column .faqcat-desc {
    margin-bottom: 5px;
}

.loffaq-category-view .column .faqcat-desc {
    margin-bottom: 20px;
}

.lof-faq-related ul {
    list-style: inherit;
    padding: 0;
    margin: 0;
}

.lof-faq-related ul li a {
    color: #5c5c5c
}

.lof-faq-related {
    margin-top: 50px;
}

#faqpage {
    margin-top: 10px
}

.faq-backpage {
    display: none;
}

.faq-backpage {
    margin-bottom: 20px;
}

.lofsearch-loader {
    position: absolute;
    right: 85px;
    top: 30%;
    height: 20px;
    width: 40px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none;
}

@media (max-width: 480px) {
    .lof-faq-details #like-dislike {
        width:100%;
    }

    .lof-faq-social {
        float: left;
        padding: 0px;
    }

    .lof-faq-details .like-text {
        font-weight: 600;
        width: 100%;
        float: left;
    }
}

.faq-cats .parent .head a {
    color: #333;
    display: block;
    height: 15px;
    margin-top: 5px;
    padding: 0;
    width: 15px;
}

.faq-cats .children {
    display: none;
    padding: 0 0 0 15px;
    margin: 10px;
    margin-right: 0;
}

.faq-cats .opener.item-active i:before {
    content: "\f147";
}

.faq-cats li {
    position: relative;
}

.faq-cats .opener {
    position: absolute;
    right: 0
}

/* DGX KB-style helpful voting */
.lof-faq-details #like-dislike {
    display: flex;
    align-items: center;
    gap: 10px;
    float: none;
    width: auto;
    margin: 0 0 10px;
}
.lof-faq-details .like-text {
    float: none;
    padding: 0;
    font-weight: 500;
    white-space: nowrap;
}
.lof-faq-details .like-button {
    display: flex;
    align-items: center;
    gap: 8px;
    float: none;
}
.lof-faq-details .like-button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    background: #fff;
    color: #c2c2c2;
    font-size: 20px;
    line-height: 1;
    box-shadow: none;
    transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}
.lof-faq-details .like-button button:hover,
.lof-faq-details .like-button button:focus {
    border-color: #999;
    background: #fafafa;
    color: #999;
}
.lof-faq-details .faq-vote-icon {
    display: block;
}/* Discovery storefront: render migrated FAQ icon names with self-hosted FA7 Pro Sharp Regular. */
.fa-sharp.fa-regular.fa-hdd-o { --fa: "\f0a0"; }
.fa-sharp.fa-regular.fa-plus-square-o { --fa: "\f0fe"; }
.fa-sharp.fa-regular.fa-minus-square-o { --fa: "\f146"; }
.fa-sharp.fa-regular.fa-undo { --fa: "\f0e2"; }

/* Replace legacy FAQ image-based controls/loaders with FA7 Pro. */
.loffaq-tag-view .panel-title a,
.catalog-product-view .panel-title a,
.question-list1 .panel-title a,
.question-list2 .panel-title a {
    position: relative;
    padding-left: 25px;
    background: none !important;
}

.loffaq-tag-view .panel-title a::before,
.catalog-product-view .panel-title a::before,
.question-list1 .panel-title a::before,
.question-list2 .panel-title a::before {
    content: '\f146';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 7 Sharp';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.loffaq-tag-view .panel-title a.collapsed::before,
.catalog-product-view .panel-title a.collapsed::before,
.question-list1 .panel-heading a.collapsed::before,
.question-list2 .panel-heading a.collapsed::before {
    content: '\f0fe';
}

.faq-loading {
    position: relative;
    background: none !important;
}

.faq-loading::before,
.faqform-loading.ajax-loading::before {
    content: '\f110';
    font-family: 'Font Awesome 7 Sharp';
    font-style: normal;
    font-weight: 400;
    color: #555;
    animation: fa-spin 1s infinite linear;
}

.faq-loading::before {
    position: absolute;
    left: 50%;
    top: 50px;
    transform-origin: center;
    font-size: 24px;
    z-index: 2;
}

.faqform-loading.ajax-loading {
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqform-loading.ajax-loading::before {
    font-size: 24px;
}

.lofsearch-loader {
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1;
}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}.dgx-about .contact-em-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}
/* Magento clearfix pseudo-elements otherwise become phantom grid items. */
.dgx-about .contact-em-wrapper::before,
.dgx-about .contact-em-wrapper::after {
    display: none;
    content: none;
}

.dgx-about .contact-em-left,
.dgx-about .contact-em-right {
    float: none;
    width: auto;
    min-width: 0;
}

.dgx-about .contact-em-wrapper img {
    max-width: 100%;
    height: auto;
}

.dgx-about .contact-em-left > hr:first-child,
.dgx-about .contact-em-right > br:first-child {
    display: none;
}

.dgx-about .contact-em-left h2 {
    margin-top: 0;
}

.dgx-about .contact-em-left p[style*="white-space"] {
    white-space: normal !important;
}

.dgx-about .contact-em-left .fa-3x {
    width: 1.2em;
    height: 1.2em;
    margin-right: 6px;
    padding: 0 !important;
}

.dgx-about .contact-em-right > div[style*="background-color"] {
    box-sizing: border-box;
    padding: 14px 18px;
}

.dgx-about .sidebar .block-compare,
.dgx-about .sidebar .block-wishlist {
    display: none;
}

.dgx-about-faq {
    margin-bottom: 34px;
}

.dgx-about-faq .block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 12px 10px;
    border: 1px solid #c8c8c8;
    background: #f5f5f5;
    text-transform: uppercase;
}

.dgx-about-faq-count {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
}

.dgx-about-faq-count .fa {
    width: 12px;
    height: 12px;
}

.dgx-about-faq-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dgx-about-faq-list li {
    margin: 0;
    border: 1px solid #c8c8c8;
    border-top: 0;
}

.dgx-about-faq-list a {
    display: block;
    padding: 9px 10px;
    line-height: 1.25;
}

@media (max-width: 1023px) {
    .dgx-about .contact-em-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .dgx-about .page-layout-2columns-left .sidebar-main {
        order: 2;
    }

    .dgx-about .page-layout-2columns-left .column.main {
        order: 1;
    }

    .dgx-about .contact-em-left p a span {
        font-size: x-large !important;
    }
}/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_CloudflareTurnstile
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-turnstile-wrapper {
    max-width: 100%;
    box-sizing: border-box
}

.wk-turnstile-label {
    font-weight: 600
}

.wk-turnstile-helper {
    line-height: 1.3
}

.wk-admin-turnstile {
    max-width: 100%;
    box-sizing: border-box
}

.load.indicator {
    position: relative !important;
}

.block.newsletter .wk-turnstile-wrapper {
    position: absolute;
    left: 0;
    top: 30px;
}

.block.newsletter .form.subscribe {
    position: relative;
}.dgx-directions {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);
    gap:32px;
    align-items:start
}
.dgx-directions-map {
    grid-column:2;
    grid-row:1;
    min-width:0
}
.dgx-directions-map img {
    display:block;
    width:100%;
    height:auto
}
.dgx-directions-text {
    grid-column:1;
    grid-row:1;
    min-width:0
}
.dgx-directions-text h2 {
    margin-top:0
}
.dgx-directions-text li {
    margin-bottom:12px
}
.dgx-map-caption {
    text-align:center;
    font-size:13px;
    color:#555
}
.dgx-directions-staff {
    max-width:600px;
    margin:32px auto;
    text-align:center
}
.dgx-directions-staff img {
    max-width:100%;
    height:auto
}
@media(max-width:767px) {
    .dgx-directions {
        display:flex;
        flex-direction:column;
        gap:20px
    }
    .dgx-directions-map,.dgx-directions-text {
        width:100%
    }
}