/*106f605897c55f17700952486810fd30*/
@charset "UTF-8";
/*!
 * Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Pro");font-weight:var(--fa-style, 900)}.fa,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin,.fad,.fa-duotone,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.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:0.625em;line-height:0.1em;vertical-align:0.225em}.fa-xs{font-size:0.75em;line-height:0.0833333337em;vertical-align:0.125em}.fa-sm{font-size:0.875em;line-height:0.0714285718em;vertical-align:0.0535714295em}.fa-lg{font-size:1.25em;line-height:0.05em;vertical-align:-0.075em}.fa-xl{font-size:1.5em;line-height:0.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:0.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0);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, 0);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(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0);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(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0);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(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0);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-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0);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, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0);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))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;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::before{content:"0"}.fa-1::before{content:"1"}.fa-2::before{content:"2"}.fa-3::before{content:"3"}.fa-4::before{content:"4"}.fa-5::before{content:"5"}.fa-6::before{content:"6"}.fa-7::before{content:"7"}.fa-8::before{content:"8"}.fa-9::before{content:"9"}.fa-00::before{content:""}.fa-360-degrees::before{content:""}.fa-a::before{content:"A"}.fa-abacus::before{content:""}.fa-accent-grave::before{content:"`"}.fa-acorn::before{content:""}.fa-address-book::before{content:""}.fa-contact-book::before{content:""}.fa-address-card::before{content:""}.fa-contact-card::before{content:""}.fa-vcard::before{content:""}.fa-air-conditioner::before{content:""}.fa-airplay::before{content:""}.fa-alarm-clock::before{content:""}.fa-alarm-exclamation::before{content:""}.fa-alarm-plus::before{content:""}.fa-alarm-snooze::before{content:""}.fa-album::before{content:""}.fa-album-circle-plus::before{content:""}.fa-album-circle-user::before{content:""}.fa-album-collection::before{content:""}.fa-album-collection-circle-plus::before{content:""}.fa-album-collection-circle-user::before{content:""}.fa-alicorn::before{content:""}.fa-alien::before{content:""}.fa-alien-8bit::before{content:""}.fa-alien-monster::before{content:""}.fa-align-center::before{content:""}.fa-align-justify::before{content:""}.fa-align-left::before{content:""}.fa-align-right::before{content:""}.fa-align-slash::before{content:""}.fa-alt::before{content:""}.fa-amp-guitar::before{content:""}.fa-ampersand::before{content:"&"}.fa-anchor::before{content:""}.fa-anchor-circle-check::before{content:""}.fa-anchor-circle-exclamation::before{content:""}.fa-anchor-circle-xmark::before{content:""}.fa-anchor-lock::before{content:""}.fa-angel::before{content:""}.fa-angle::before{content:""}.fa-angle-90::before{content:""}.fa-angle-down::before{content:""}.fa-angle-left::before{content:""}.fa-angle-right::before{content:""}.fa-angle-up::before{content:""}.fa-angles-down::before{content:""}.fa-angle-double-down::before{content:""}.fa-angles-left::before{content:""}.fa-angle-double-left::before{content:""}.fa-angles-right::before{content:""}.fa-angle-double-right::before{content:""}.fa-angles-up::before{content:""}.fa-angle-double-up::before{content:""}.fa-ankh::before{content:""}.fa-apartment::before{content:""}.fa-aperture::before{content:""}.fa-apostrophe::before{content:"'"}.fa-apple-core::before{content:""}.fa-apple-whole::before{content:""}.fa-apple-alt::before{content:""}.fa-archway::before{content:""}.fa-arrow-down::before{content:""}.fa-arrow-down-1-9::before{content:""}.fa-sort-numeric-asc::before{content:""}.fa-sort-numeric-down::before{content:""}.fa-arrow-down-9-1::before{content:""}.fa-sort-numeric-desc::before{content:""}.fa-sort-numeric-down-alt::before{content:""}.fa-arrow-down-a-z::before{content:""}.fa-sort-alpha-asc::before{content:""}.fa-sort-alpha-down::before{content:""}.fa-arrow-down-arrow-up::before{content:""}.fa-sort-alt::before{content:""}.fa-arrow-down-big-small::before{content:""}.fa-sort-size-down::before{content:""}.fa-arrow-down-from-dotted-line::before{content:""}.fa-arrow-down-from-line::before{content:""}.fa-arrow-from-top::before{content:""}.fa-arrow-down-left::before{content:""}.fa-arrow-down-left-and-arrow-up-right-to-center::before{content:""}.fa-arrow-down-long::before{content:""}.fa-long-arrow-down::before{content:""}.fa-arrow-down-right::before{content:""}.fa-arrow-down-short-wide::before{content:""}.fa-sort-amount-desc::before{content:""}.fa-sort-amount-down-alt::before{content:""}.fa-arrow-down-small-big::before{content:""}.fa-sort-size-down-alt::before{content:""}.fa-arrow-down-square-triangle::before{content:""}.fa-sort-shapes-down-alt::before{content:""}.fa-arrow-down-to-arc::before{content:""}.fa-arrow-down-to-bracket::before{content:""}.fa-arrow-down-to-dotted-line::before{content:""}.fa-arrow-down-to-line::before{content:""}.fa-arrow-to-bottom::before{content:""}.fa-arrow-down-to-square::before{content:""}.fa-arrow-down-triangle-square::before{content:""}.fa-sort-shapes-down::before{content:""}.fa-arrow-down-up-across-line::before{content:""}.fa-arrow-down-up-lock::before{content:""}.fa-arrow-down-wide-short::before{content:""}.fa-sort-amount-asc::before{content:""}.fa-sort-amount-down::before{content:""}.fa-arrow-down-z-a::before{content:""}.fa-sort-alpha-desc::before{content:""}.fa-sort-alpha-down-alt::before{content:""}.fa-arrow-left::before{content:""}.fa-arrow-left-from-line::before{content:""}.fa-arrow-from-right::before{content:""}.fa-arrow-left-long::before{content:""}.fa-long-arrow-left::before{content:""}.fa-arrow-left-long-to-line::before{content:""}.fa-arrow-left-to-line::before{content:""}.fa-arrow-to-left::before{content:""}.fa-arrow-pointer::before{content:""}.fa-mouse-pointer::before{content:""}.fa-arrow-right::before{content:""}.fa-arrow-right-arrow-left::before{content:""}.fa-exchange::before{content:""}.fa-arrow-right-from-arc::before{content:""}.fa-arrow-right-from-bracket::before{content:""}.fa-sign-out::before{content:""}.fa-arrow-right-from-line::before{content:""}.fa-arrow-from-left::before{content:""}.fa-arrow-right-long::before{content:""}.fa-long-arrow-right::before{content:""}.fa-arrow-right-long-to-line::before{content:""}.fa-arrow-right-to-arc::before{content:""}.fa-arrow-right-to-bracket::before{content:""}.fa-sign-in::before{content:""}.fa-arrow-right-to-city::before{content:""}.fa-arrow-right-to-line::before{content:""}.fa-arrow-to-right::before{content:""}.fa-arrow-rotate-left::before{content:""}.fa-arrow-left-rotate::before{content:""}.fa-arrow-rotate-back::before{content:""}.fa-arrow-rotate-backward::before{content:""}.fa-undo::before{content:""}.fa-arrow-rotate-right::before{content:""}.fa-arrow-right-rotate::before{content:""}.fa-arrow-rotate-forward::before{content:""}.fa-redo::before{content:""}.fa-arrow-trend-down::before{content:""}.fa-arrow-trend-up::before{content:""}.fa-arrow-turn-down::before{content:""}.fa-level-down::before{content:""}.fa-arrow-turn-down-left::before{content:""}.fa-arrow-turn-down-right::before{content:""}.fa-arrow-turn-up::before{content:""}.fa-level-up::before{content:""}.fa-arrow-up::before{content:""}.fa-arrow-up-1-9::before{content:""}.fa-sort-numeric-up::before{content:""}.fa-arrow-up-9-1::before{content:""}.fa-sort-numeric-up-alt::before{content:""}.fa-arrow-up-a-z::before{content:""}.fa-sort-alpha-up::before{content:""}.fa-arrow-up-arrow-down::before{content:""}.fa-sort-up-down::before{content:""}.fa-arrow-up-big-small::before{content:""}.fa-sort-size-up::before{content:""}.fa-arrow-up-from-arc::before{content:""}.fa-arrow-up-from-bracket::before{content:""}.fa-arrow-up-from-dotted-line::before{content:""}.fa-arrow-up-from-ground-water::before{content:""}.fa-arrow-up-from-line::before{content:""}.fa-arrow-from-bottom::before{content:""}.fa-arrow-up-from-square::before{content:""}.fa-arrow-up-from-water-pump::before{content:""}.fa-arrow-up-left::before{content:""}.fa-arrow-up-left-from-circle::before{content:""}.fa-arrow-up-long::before{content:""}.fa-long-arrow-up::before{content:""}.fa-arrow-up-right::before{content:""}.fa-arrow-up-right-and-arrow-down-left-from-center::before{content:""}.fa-arrow-up-right-dots::before{content:""}.fa-arrow-up-right-from-square::before{content:""}.fa-external-link::before{content:""}.fa-arrow-up-short-wide::before{content:""}.fa-sort-amount-up-alt::before{content:""}.fa-arrow-up-small-big::before{content:""}.fa-sort-size-up-alt::before{content:""}.fa-arrow-up-square-triangle::before{content:""}.fa-sort-shapes-up-alt::before{content:""}.fa-arrow-up-to-dotted-line::before{content:""}.fa-arrow-up-to-line::before{content:""}.fa-arrow-to-top::before{content:""}.fa-arrow-up-triangle-square::before{content:""}.fa-sort-shapes-up::before{content:""}.fa-arrow-up-wide-short::before{content:""}.fa-sort-amount-up::before{content:""}.fa-arrow-up-z-a::before{content:""}.fa-sort-alpha-up-alt::before{content:""}.fa-arrows-cross::before{content:""}.fa-arrows-down-to-line::before{content:""}.fa-arrows-down-to-people::before{content:""}.fa-arrows-from-dotted-line::before{content:""}.fa-arrows-from-line::before{content:""}.fa-arrows-left-right::before{content:""}.fa-arrows-h::before{content:""}.fa-arrows-left-right-to-line::before{content:""}.fa-arrows-maximize::before{content:""}.fa-expand-arrows::before{content:""}.fa-arrows-minimize::before{content:""}.fa-compress-arrows::before{content:""}.fa-arrows-repeat::before{content:""}.fa-repeat-alt::before{content:""}.fa-arrows-repeat-1::before{content:""}.fa-repeat-1-alt::before{content:""}.fa-arrows-retweet::before{content:""}.fa-retweet-alt::before{content:""}.fa-arrows-rotate::before{content:""}.fa-refresh::before{content:""}.fa-sync::before{content:""}.fa-arrows-spin::before{content:""}.fa-arrows-split-up-and-left::before{content:""}.fa-arrows-to-circle::before{content:""}.fa-arrows-to-dot::before{content:""}.fa-arrows-to-dotted-line::before{content:""}.fa-arrows-to-eye::before{content:""}.fa-arrows-to-line::before{content:""}.fa-arrows-turn-right::before{content:""}.fa-arrows-turn-to-dots::before{content:""}.fa-arrows-up-down::before{content:""}.fa-arrows-v::before{content:""}.fa-arrows-up-down-left-right::before{content:""}.fa-arrows::before{content:""}.fa-arrows-up-to-line::before{content:""}.fa-asterisk::before{content:"*"}.fa-at::before{content:"@"}.fa-atom::before{content:""}.fa-atom-simple::before{content:""}.fa-atom-alt::before{content:""}.fa-audio-description::before{content:""}.fa-audio-description-slash::before{content:""}.fa-austral-sign::before{content:""}.fa-avocado::before{content:""}.fa-award::before{content:""}.fa-award-simple::before{content:""}.fa-axe::before{content:""}.fa-axe-battle::before{content:""}.fa-b::before{content:"B"}.fa-baby::before{content:""}.fa-baby-carriage::before{content:""}.fa-carriage-baby::before{content:""}.fa-backpack::before{content:""}.fa-backward::before{content:""}.fa-backward-fast::before{content:""}.fa-fast-backward::before{content:""}.fa-backward-step::before{content:""}.fa-step-backward::before{content:""}.fa-bacon::before{content:""}.fa-bacteria::before{content:""}.fa-bacterium::before{content:""}.fa-badge::before{content:""}.fa-badge-check::before{content:""}.fa-badge-dollar::before{content:""}.fa-badge-percent::before{content:""}.fa-badge-sheriff::before{content:""}.fa-badger-honey::before{content:""}.fa-badminton::before{content:""}.fa-bag-shopping::before{content:""}.fa-shopping-bag::before{content:""}.fa-bagel::before{content:""}.fa-bags-shopping::before{content:""}.fa-baguette::before{content:""}.fa-bahai::before{content:""}.fa-haykal::before{content:""}.fa-baht-sign::before{content:""}.fa-ball-pile::before{content:""}.fa-balloon::before{content:""}.fa-balloons::before{content:""}.fa-ballot::before{content:""}.fa-ballot-check::before{content:""}.fa-ban::before{content:""}.fa-cancel::before{content:""}.fa-ban-bug::before{content:""}.fa-debug::before{content:""}.fa-ban-parking::before{content:""}.fa-parking-circle-slash::before{content:""}.fa-ban-smoking::before{content:""}.fa-smoking-ban::before{content:""}.fa-banana::before{content:""}.fa-bandage::before{content:""}.fa-band-aid::before{content:""}.fa-bangladeshi-taka-sign::before{content:""}.fa-banjo::before{content:""}.fa-barcode::before{content:""}.fa-barcode-read::before{content:""}.fa-barcode-scan::before{content:""}.fa-bars::before{content:""}.fa-navicon::before{content:""}.fa-bars-filter::before{content:""}.fa-bars-progress::before{content:""}.fa-tasks-alt::before{content:""}.fa-bars-sort::before{content:""}.fa-bars-staggered::before{content:""}.fa-reorder::before{content:""}.fa-stream::before{content:""}.fa-baseball::before{content:""}.fa-baseball-ball::before{content:""}.fa-baseball-bat-ball::before{content:""}.fa-basket-shopping::before{content:""}.fa-shopping-basket::before{content:""}.fa-basket-shopping-simple::before{content:""}.fa-shopping-basket-alt::before{content:""}.fa-basketball::before{content:""}.fa-basketball-ball::before{content:""}.fa-basketball-hoop::before{content:""}.fa-bat::before{content:""}.fa-bath::before{content:""}.fa-bathtub::before{content:""}.fa-battery-bolt::before{content:""}.fa-battery-empty::before{content:""}.fa-battery-0::before{content:""}.fa-battery-exclamation::before{content:""}.fa-battery-full::before{content:""}.fa-battery::before{content:""}.fa-battery-5::before{content:""}.fa-battery-half::before{content:""}.fa-battery-3::before{content:""}.fa-battery-low::before{content:""}.fa-battery-1::before{content:""}.fa-battery-quarter::before{content:""}.fa-battery-2::before{content:""}.fa-battery-slash::before{content:""}.fa-battery-three-quarters::before{content:""}.fa-battery-4::before{content:""}.fa-bed::before{content:""}.fa-bed-bunk::before{content:""}.fa-bed-empty::before{content:""}.fa-bed-front::before{content:""}.fa-bed-alt::before{content:""}.fa-bed-pulse::before{content:""}.fa-procedures::before{content:""}.fa-bee::before{content:""}.fa-beer-mug::before{content:""}.fa-beer-foam::before{content:""}.fa-beer-mug-empty::before{content:""}.fa-beer::before{content:""}.fa-bell::before{content:""}.fa-bell-concierge::before{content:""}.fa-concierge-bell::before{content:""}.fa-bell-exclamation::before{content:""}.fa-bell-on::before{content:""}.fa-bell-plus::before{content:""}.fa-bell-school::before{content:""}.fa-bell-school-slash::before{content:""}.fa-bell-slash::before{content:""}.fa-bells::before{content:""}.fa-bench-tree::before{content:""}.fa-bezier-curve::before{content:""}.fa-bicycle::before{content:""}.fa-binary::before{content:""}.fa-binary-circle-check::before{content:""}.fa-binary-lock::before{content:""}.fa-binary-slash::before{content:""}.fa-binoculars::before{content:""}.fa-biohazard::before{content:""}.fa-bird::before{content:""}.fa-bitcoin-sign::before{content:""}.fa-blanket::before{content:""}.fa-blanket-fire::before{content:""}.fa-blender::before{content:""}.fa-blender-phone::before{content:""}.fa-blinds::before{content:""}.fa-blinds-open::before{content:""}.fa-blinds-raised::before{content:""}.fa-block::before{content:""}.fa-block-brick::before{content:""}.fa-wall-brick::before{content:""}.fa-block-brick-fire::before{content:""}.fa-firewall::before{content:""}.fa-block-question::before{content:""}.fa-block-quote::before{content:""}.fa-blog::before{content:""}.fa-blueberries::before{content:""}.fa-bold::before{content:""}.fa-bolt::before{content:""}.fa-zap::before{content:""}.fa-bolt-auto::before{content:""}.fa-bolt-lightning::before{content:""}.fa-bolt-slash::before{content:""}.fa-bomb::before{content:""}.fa-bone::before{content:""}.fa-bone-break::before{content:""}.fa-bong::before{content:""}.fa-book::before{content:""}.fa-book-arrow-right::before{content:""}.fa-book-arrow-up::before{content:""}.fa-book-atlas::before{content:""}.fa-atlas::before{content:""}.fa-book-bible::before{content:""}.fa-bible::before{content:""}.fa-book-blank::before{content:""}.fa-book-alt::before{content:""}.fa-book-bookmark::before{content:""}.fa-book-circle-arrow-right::before{content:""}.fa-book-circle-arrow-up::before{content:""}.fa-book-copy::before{content:""}.fa-book-font::before{content:""}.fa-book-heart::before{content:""}.fa-book-journal-whills::before{content:""}.fa-journal-whills::before{content:""}.fa-book-medical::before{content:""}.fa-book-open::before{content:""}.fa-book-open-cover::before{content:""}.fa-book-open-alt::before{content:""}.fa-book-open-reader::before{content:""}.fa-book-reader::before{content:""}.fa-book-quran::before{content:""}.fa-quran::before{content:""}.fa-book-section::before{content:""}.fa-book-law::before{content:""}.fa-book-skull::before{content:""}.fa-book-dead::before{content:""}.fa-book-sparkles::before{content:""}.fa-book-spells::before{content:""}.fa-book-tanakh::before{content:""}.fa-tanakh::before{content:""}.fa-book-user::before{content:""}.fa-bookmark::before{content:""}.fa-bookmark-slash::before{content:""}.fa-books::before{content:""}.fa-books-medical::before{content:""}.fa-boombox::before{content:""}.fa-boot::before{content:""}.fa-boot-heeled::before{content:""}.fa-booth-curtain::before{content:""}.fa-border-all::before{content:""}.fa-border-bottom::before{content:""}.fa-border-bottom-right::before{content:""}.fa-border-style-alt::before{content:""}.fa-border-center-h::before{content:""}.fa-border-center-v::before{content:""}.fa-border-inner::before{content:""}.fa-border-left::before{content:""}.fa-border-none::before{content:""}.fa-border-outer::before{content:""}.fa-border-right::before{content:""}.fa-border-top::before{content:""}.fa-border-top-left::before{content:""}.fa-border-style::before{content:""}.fa-bore-hole::before{content:""}.fa-bottle-droplet::before{content:""}.fa-bottle-water::before{content:""}.fa-bow-arrow::before{content:""}.fa-bowl-chopsticks::before{content:""}.fa-bowl-chopsticks-noodles::before{content:""}.fa-bowl-food::before{content:""}.fa-bowl-hot::before{content:""}.fa-soup::before{content:""}.fa-bowl-rice::before{content:""}.fa-bowl-scoop::before{content:""}.fa-bowl-shaved-ice::before{content:""}.fa-bowl-scoops::before{content:""}.fa-bowl-soft-serve::before{content:""}.fa-bowl-spoon::before{content:""}.fa-bowling-ball::before{content:""}.fa-bowling-ball-pin::before{content:""}.fa-bowling-pins::before{content:""}.fa-box::before{content:""}.fa-box-archive::before{content:""}.fa-archive::before{content:""}.fa-box-ballot::before{content:""}.fa-box-check::before{content:""}.fa-box-circle-check::before{content:""}.fa-box-dollar::before{content:""}.fa-box-usd::before{content:""}.fa-box-heart::before{content:""}.fa-box-open::before{content:""}.fa-box-open-full::before{content:""}.fa-box-full::before{content:""}.fa-box-taped::before{content:""}.fa-box-alt::before{content:""}.fa-box-tissue::before{content:""}.fa-boxes-packing::before{content:""}.fa-boxes-stacked::before{content:""}.fa-boxes::before{content:""}.fa-boxes-alt::before{content:""}.fa-boxing-glove::before{content:""}.fa-glove-boxing::before{content:""}.fa-bracket-curly::before{content:"{"}.fa-bracket-curly-left::before{content:"{"}.fa-bracket-curly-right::before{content:"}"}.fa-bracket-round::before{content:"("}.fa-parenthesis::before{content:"("}.fa-bracket-round-right::before{content:")"}.fa-bracket-square::before{content:"["}.fa-bracket::before{content:"["}.fa-bracket-left::before{content:"["}.fa-bracket-square-right::before{content:"]"}.fa-brackets-curly::before{content:""}.fa-brackets-round::before{content:""}.fa-parentheses::before{content:""}.fa-brackets-square::before{content:""}.fa-brackets::before{content:""}.fa-braille::before{content:""}.fa-brain::before{content:""}.fa-brain-arrow-curved-right::before{content:""}.fa-mind-share::before{content:""}.fa-brain-circuit::before{content:""}.fa-brake-warning::before{content:""}.fa-brazilian-real-sign::before{content:""}.fa-bread-loaf::before{content:""}.fa-bread-slice::before{content:""}.fa-bread-slice-butter::before{content:""}.fa-bridge::before{content:""}.fa-bridge-circle-check::before{content:""}.fa-bridge-circle-exclamation::before{content:""}.fa-bridge-circle-xmark::before{content:""}.fa-bridge-lock::before{content:""}.fa-bridge-suspension::before{content:""}.fa-bridge-water::before{content:""}.fa-briefcase::before{content:""}.fa-briefcase-arrow-right::before{content:""}.fa-briefcase-blank::before{content:""}.fa-briefcase-medical::before{content:""}.fa-brightness::before{content:""}.fa-brightness-low::before{content:""}.fa-bring-forward::before{content:""}.fa-bring-front::before{content:""}.fa-broccoli::before{content:""}.fa-broom::before{content:""}.fa-broom-ball::before{content:""}.fa-quidditch::before{content:""}.fa-quidditch-broom-ball::before{content:""}.fa-browser::before{content:""}.fa-browsers::before{content:""}.fa-brush::before{content:""}.fa-bucket::before{content:""}.fa-bug::before{content:""}.fa-bug-slash::before{content:""}.fa-bugs::before{content:""}.fa-building::before{content:""}.fa-building-circle-arrow-right::before{content:""}.fa-building-circle-check::before{content:""}.fa-building-circle-exclamation::before{content:""}.fa-building-circle-xmark::before{content:""}.fa-building-columns::before{content:""}.fa-bank::before{content:""}.fa-institution::before{content:""}.fa-museum::before{content:""}.fa-university::before{content:""}.fa-building-flag::before{content:""}.fa-building-lock::before{content:""}.fa-building-ngo::before{content:""}.fa-building-shield::before{content:""}.fa-building-un::before{content:""}.fa-building-user::before{content:""}.fa-building-wheat::before{content:""}.fa-buildings::before{content:""}.fa-bullhorn::before{content:""}.fa-bullseye::before{content:""}.fa-bullseye-arrow::before{content:""}.fa-bullseye-pointer::before{content:""}.fa-burger::before{content:""}.fa-hamburger::before{content:""}.fa-burger-cheese::before{content:""}.fa-cheeseburger::before{content:""}.fa-burger-fries::before{content:""}.fa-burger-glass::before{content:""}.fa-burger-lettuce::before{content:""}.fa-burger-soda::before{content:""}.fa-burrito::before{content:""}.fa-burst::before{content:""}.fa-bus::before{content:""}.fa-bus-school::before{content:""}.fa-bus-simple::before{content:""}.fa-bus-alt::before{content:""}.fa-business-time::before{content:""}.fa-briefcase-clock::before{content:""}.fa-butter::before{content:""}.fa-c::before{content:"C"}.fa-cabin::before{content:""}.fa-cabinet-filing::before{content:""}.fa-cable-car::before{content:""}.fa-tram::before{content:""}.fa-cactus::before{content:""}.fa-cake-candles::before{content:""}.fa-birthday-cake::before{content:""}.fa-cake::before{content:""}.fa-cake-slice::before{content:""}.fa-shortcake::before{content:""}.fa-calculator::before{content:""}.fa-calculator-simple::before{content:""}.fa-calculator-alt::before{content:""}.fa-calendar::before{content:""}.fa-calendar-arrow-down::before{content:""}.fa-calendar-download::before{content:""}.fa-calendar-arrow-up::before{content:""}.fa-calendar-upload::before{content:""}.fa-calendar-check::before{content:""}.fa-calendar-circle-exclamation::before{content:""}.fa-calendar-circle-minus::before{content:""}.fa-calendar-circle-plus::before{content:""}.fa-calendar-circle-user::before{content:""}.fa-calendar-clock::before{content:""}.fa-calendar-time::before{content:""}.fa-calendar-day::before{content:""}.fa-calendar-days::before{content:""}.fa-calendar-alt::before{content:""}.fa-calendar-exclamation::before{content:""}.fa-calendar-heart::before{content:""}.fa-calendar-image::before{content:""}.fa-calendar-lines::before{content:""}.fa-calendar-note::before{content:""}.fa-calendar-lines-pen::before{content:""}.fa-calendar-minus::before{content:""}.fa-calendar-pen::before{content:""}.fa-calendar-edit::before{content:""}.fa-calendar-plus::before{content:""}.fa-calendar-range::before{content:""}.fa-calendar-star::before{content:""}.fa-calendar-week::before{content:""}.fa-calendar-xmark::before{content:""}.fa-calendar-times::before{content:""}.fa-calendars::before{content:""}.fa-camcorder::before{content:""}.fa-video-handheld::before{content:""}.fa-camera::before{content:""}.fa-camera-alt::before{content:""}.fa-camera-cctv::before{content:""}.fa-cctv::before{content:""}.fa-camera-movie::before{content:""}.fa-camera-polaroid::before{content:""}.fa-camera-retro::before{content:""}.fa-camera-rotate::before{content:""}.fa-camera-security::before{content:""}.fa-camera-home::before{content:""}.fa-camera-slash::before{content:""}.fa-camera-viewfinder::before{content:""}.fa-screenshot::before{content:""}.fa-camera-web::before{content:""}.fa-webcam::before{content:""}.fa-camera-web-slash::before{content:""}.fa-webcam-slash::before{content:""}.fa-campfire::before{content:""}.fa-campground::before{content:""}.fa-can-food::before{content:""}.fa-candle-holder::before{content:""}.fa-candy::before{content:""}.fa-candy-bar::before{content:""}.fa-chocolate-bar::before{content:""}.fa-candy-cane::before{content:""}.fa-candy-corn::before{content:""}.fa-cannabis::before{content:""}.fa-capsules::before{content:""}.fa-car::before{content:""}.fa-automobile::before{content:""}.fa-car-battery::before{content:""}.fa-battery-car::before{content:""}.fa-car-bolt::before{content:""}.fa-car-building::before{content:""}.fa-car-bump::before{content:""}.fa-car-burst::before{content:""}.fa-car-crash::before{content:""}.fa-car-bus::before{content:""}.fa-car-circle-bolt::before{content:""}.fa-car-garage::before{content:""}.fa-car-mirrors::before{content:""}.fa-car-on::before{content:""}.fa-car-rear::before{content:""}.fa-car-alt::before{content:""}.fa-car-side::before{content:""}.fa-car-side-bolt::before{content:""}.fa-car-tilt::before{content:""}.fa-car-tunnel::before{content:""}.fa-car-wash::before{content:""}.fa-car-wrench::before{content:""}.fa-car-mechanic::before{content:""}.fa-caravan::before{content:""}.fa-caravan-simple::before{content:""}.fa-caravan-alt::before{content:""}.fa-card-club::before{content:""}.fa-card-diamond::before{content:""}.fa-card-heart::before{content:""}.fa-card-spade::before{content:""}.fa-cards::before{content:""}.fa-cards-blank::before{content:""}.fa-caret-down::before{content:""}.fa-caret-left::before{content:""}.fa-caret-right::before{content:""}.fa-caret-up::before{content:""}.fa-carrot::before{content:""}.fa-cars::before{content:""}.fa-cart-arrow-down::before{content:""}.fa-cart-arrow-up::before{content:""}.fa-cart-circle-arrow-down::before{content:""}.fa-cart-circle-arrow-up::before{content:""}.fa-cart-circle-check::before{content:""}.fa-cart-circle-exclamation::before{content:""}.fa-cart-circle-plus::before{content:""}.fa-cart-circle-xmark::before{content:""}.fa-cart-flatbed::before{content:""}.fa-dolly-flatbed::before{content:""}.fa-cart-flatbed-boxes::before{content:""}.fa-dolly-flatbed-alt::before{content:""}.fa-cart-flatbed-empty::before{content:""}.fa-dolly-flatbed-empty::before{content:""}.fa-cart-flatbed-suitcase::before{content:""}.fa-luggage-cart::before{content:""}.fa-cart-minus::before{content:""}.fa-cart-plus::before{content:""}.fa-cart-shopping::before{content:""}.fa-shopping-cart::before{content:""}.fa-cart-shopping-fast::before{content:""}.fa-cart-xmark::before{content:""}.fa-cash-register::before{content:""}.fa-cassette-betamax::before{content:""}.fa-betamax::before{content:""}.fa-cassette-tape::before{content:""}.fa-cassette-vhs::before{content:""}.fa-vhs::before{content:""}.fa-castle::before{content:""}.fa-cat::before{content:""}.fa-cat-space::before{content:""}.fa-cauldron::before{content:""}.fa-cedi-sign::before{content:""}.fa-cent-sign::before{content:""}.fa-certificate::before{content:""}.fa-chair::before{content:""}.fa-chair-office::before{content:""}.fa-chalkboard::before{content:""}.fa-blackboard::before{content:""}.fa-chalkboard-user::before{content:""}.fa-chalkboard-teacher::before{content:""}.fa-champagne-glass::before{content:""}.fa-glass-champagne::before{content:""}.fa-champagne-glasses::before{content:""}.fa-glass-cheers::before{content:""}.fa-charging-station::before{content:""}.fa-chart-area::before{content:""}.fa-area-chart::before{content:""}.fa-chart-bar::before{content:""}.fa-bar-chart::before{content:""}.fa-chart-bullet::before{content:""}.fa-chart-candlestick::before{content:""}.fa-chart-column::before{content:""}.fa-chart-gantt::before{content:""}.fa-chart-line::before{content:""}.fa-line-chart::before{content:""}.fa-chart-line-down::before{content:""}.fa-chart-line-up::before{content:""}.fa-chart-mixed::before{content:""}.fa-analytics::before{content:""}.fa-chart-network::before{content:""}.fa-chart-pie::before{content:""}.fa-pie-chart::before{content:""}.fa-chart-pie-simple::before{content:""}.fa-chart-pie-alt::before{content:""}.fa-chart-pyramid::before{content:""}.fa-chart-radar::before{content:""}.fa-chart-scatter::before{content:""}.fa-chart-scatter-3d::before{content:""}.fa-chart-scatter-bubble::before{content:""}.fa-chart-simple::before{content:""}.fa-chart-simple-horizontal::before{content:""}.fa-chart-tree-map::before{content:""}.fa-chart-user::before{content:""}.fa-user-chart::before{content:""}.fa-chart-waterfall::before{content:""}.fa-check::before{content:""}.fa-check-double::before{content:""}.fa-check-to-slot::before{content:""}.fa-vote-yea::before{content:""}.fa-cheese::before{content:""}.fa-cheese-swiss::before{content:""}.fa-cherries::before{content:""}.fa-chess::before{content:""}.fa-chess-bishop::before{content:""}.fa-chess-bishop-piece::before{content:""}.fa-chess-bishop-alt::before{content:""}.fa-chess-board::before{content:""}.fa-chess-clock::before{content:""}.fa-chess-clock-flip::before{content:""}.fa-chess-clock-alt::before{content:""}.fa-chess-king::before{content:""}.fa-chess-king-piece::before{content:""}.fa-chess-king-alt::before{content:""}.fa-chess-knight::before{content:""}.fa-chess-knight-piece::before{content:""}.fa-chess-knight-alt::before{content:""}.fa-chess-pawn::before{content:""}.fa-chess-pawn-piece::before{content:""}.fa-chess-pawn-alt::before{content:""}.fa-chess-queen::before{content:""}.fa-chess-queen-piece::before{content:""}.fa-chess-queen-alt::before{content:""}.fa-chess-rook::before{content:""}.fa-chess-rook-piece::before{content:""}.fa-chess-rook-alt::before{content:""}.fa-chestnut::before{content:""}.fa-chevron-down::before{content:""}.fa-chevron-left::before{content:""}.fa-chevron-right::before{content:""}.fa-chevron-up::before{content:""}.fa-chevrons-down::before{content:""}.fa-chevron-double-down::before{content:""}.fa-chevrons-left::before{content:""}.fa-chevron-double-left::before{content:""}.fa-chevrons-right::before{content:""}.fa-chevron-double-right::before{content:""}.fa-chevrons-up::before{content:""}.fa-chevron-double-up::before{content:""}.fa-child::before{content:""}.fa-child-dress::before{content:""}.fa-child-reaching::before{content:""}.fa-child-rifle::before{content:""}.fa-children::before{content:""}.fa-chimney::before{content:""}.fa-chopsticks::before{content:""}.fa-church::before{content:""}.fa-circle::before{content:""}.fa-circle-0::before{content:""}.fa-circle-1::before{content:""}.fa-circle-2::before{content:""}.fa-circle-3::before{content:""}.fa-circle-4::before{content:""}.fa-circle-5::before{content:""}.fa-circle-6::before{content:""}.fa-circle-7::before{content:""}.fa-circle-8::before{content:""}.fa-circle-9::before{content:""}.fa-circle-a::before{content:""}.fa-circle-ampersand::before{content:""}.fa-circle-arrow-down::before{content:""}.fa-arrow-circle-down::before{content:""}.fa-circle-arrow-down-left::before{content:""}.fa-circle-arrow-down-right::before{content:""}.fa-circle-arrow-left::before{content:""}.fa-arrow-circle-left::before{content:""}.fa-circle-arrow-right::before{content:""}.fa-arrow-circle-right::before{content:""}.fa-circle-arrow-up::before{content:""}.fa-arrow-circle-up::before{content:""}.fa-circle-arrow-up-left::before{content:""}.fa-circle-arrow-up-right::before{content:""}.fa-circle-b::before{content:""}.fa-circle-bolt::before{content:""}.fa-circle-book-open::before{content:""}.fa-book-circle::before{content:""}.fa-circle-bookmark::before{content:""}.fa-bookmark-circle::before{content:""}.fa-circle-c::before{content:""}.fa-circle-calendar::before{content:""}.fa-calendar-circle::before{content:""}.fa-circle-camera::before{content:""}.fa-camera-circle::before{content:""}.fa-circle-caret-down::before{content:""}.fa-caret-circle-down::before{content:""}.fa-circle-caret-left::before{content:""}.fa-caret-circle-left::before{content:""}.fa-circle-caret-right::before{content:""}.fa-caret-circle-right::before{content:""}.fa-circle-caret-up::before{content:""}.fa-caret-circle-up::before{content:""}.fa-circle-check::before{content:""}.fa-check-circle::before{content:""}.fa-circle-chevron-down::before{content:""}.fa-chevron-circle-down::before{content:""}.fa-circle-chevron-left::before{content:""}.fa-chevron-circle-left::before{content:""}.fa-circle-chevron-right::before{content:""}.fa-chevron-circle-right::before{content:""}.fa-circle-chevron-up::before{content:""}.fa-chevron-circle-up::before{content:""}.fa-circle-d::before{content:""}.fa-circle-dashed::before{content:""}.fa-circle-divide::before{content:""}.fa-circle-dollar::before{content:""}.fa-dollar-circle::before{content:""}.fa-usd-circle::before{content:""}.fa-circle-dollar-to-slot::before{content:""}.fa-donate::before{content:""}.fa-circle-dot::before{content:""}.fa-dot-circle::before{content:""}.fa-circle-down::before{content:""}.fa-arrow-alt-circle-down::before{content:""}.fa-circle-down-left::before{content:""}.fa-circle-down-right::before{content:""}.fa-circle-e::before{content:""}.fa-circle-ellipsis::before{content:""}.fa-circle-ellipsis-vertical::before{content:""}.fa-circle-envelope::before{content:""}.fa-envelope-circle::before{content:""}.fa-circle-exclamation::before{content:""}.fa-exclamation-circle::before{content:""}.fa-circle-exclamation-check::before{content:""}.fa-circle-f::before{content:""}.fa-circle-g::before{content:""}.fa-circle-h::before{content:""}.fa-hospital-symbol::before{content:""}.fa-circle-half::before{content:""}.fa-circle-half-stroke::before{content:""}.fa-adjust::before{content:""}.fa-circle-heart::before{content:""}.fa-heart-circle::before{content:""}.fa-circle-i::before{content:""}.fa-circle-info::before{content:""}.fa-info-circle::before{content:""}.fa-circle-j::before{content:""}.fa-circle-k::before{content:""}.fa-circle-l::before{content:""}.fa-circle-left::before{content:""}.fa-arrow-alt-circle-left::before{content:""}.fa-circle-location-arrow::before{content:""}.fa-location-circle::before{content:""}.fa-circle-m::before{content:""}.fa-circle-microphone::before{content:""}.fa-microphone-circle::before{content:""}.fa-circle-microphone-lines::before{content:""}.fa-microphone-circle-alt::before{content:""}.fa-circle-minus::before{content:""}.fa-minus-circle::before{content:""}.fa-circle-n::before{content:""}.fa-circle-nodes::before{content:""}.fa-circle-notch::before{content:""}.fa-circle-o::before{content:""}.fa-circle-p::before{content:""}.fa-circle-parking::before{content:""}.fa-parking-circle::before{content:""}.fa-circle-pause::before{content:""}.fa-pause-circle::before{content:""}.fa-circle-phone::before{content:""}.fa-phone-circle::before{content:""}.fa-circle-phone-flip::before{content:""}.fa-phone-circle-alt::before{content:""}.fa-circle-phone-hangup::before{content:""}.fa-phone-circle-down::before{content:""}.fa-circle-play::before{content:""}.fa-play-circle::before{content:""}.fa-circle-plus::before{content:""}.fa-plus-circle::before{content:""}.fa-circle-q::before{content:""}.fa-circle-quarter::before{content:""}.fa-circle-quarters::before{content:""}.fa-circle-question::before{content:""}.fa-question-circle::before{content:""}.fa-circle-r::before{content:""}.fa-circle-radiation::before{content:""}.fa-radiation-alt::before{content:""}.fa-circle-right::before{content:""}.fa-arrow-alt-circle-right::before{content:""}.fa-circle-s::before{content:""}.fa-circle-small::before{content:""}.fa-circle-sort::before{content:""}.fa-sort-circle::before{content:""}.fa-circle-sort-down::before{content:""}.fa-sort-circle-down::before{content:""}.fa-circle-sort-up::before{content:""}.fa-sort-circle-up::before{content:""}.fa-circle-star::before{content:""}.fa-star-circle::before{content:""}.fa-circle-stop::before{content:""}.fa-stop-circle::before{content:""}.fa-circle-t::before{content:""}.fa-circle-three-quarters::before{content:""}.fa-circle-trash::before{content:""}.fa-trash-circle::before{content:""}.fa-circle-u::before{content:""}.fa-circle-up::before{content:""}.fa-arrow-alt-circle-up::before{content:""}.fa-circle-up-left::before{content:""}.fa-circle-up-right::before{content:""}.fa-circle-user::before{content:""}.fa-user-circle::before{content:""}.fa-circle-v::before{content:""}.fa-circle-video::before{content:""}.fa-video-circle::before{content:""}.fa-circle-w::before{content:""}.fa-circle-waveform-lines::before{content:""}.fa-waveform-circle::before{content:""}.fa-circle-x::before{content:""}.fa-circle-xmark::before{content:""}.fa-times-circle::before{content:""}.fa-xmark-circle::before{content:""}.fa-circle-y::before{content:""}.fa-circle-z::before{content:""}.fa-citrus::before{content:""}.fa-citrus-slice::before{content:""}.fa-city::before{content:""}.fa-clapperboard::before{content:""}.fa-clapperboard-play::before{content:""}.fa-clarinet::before{content:""}.fa-claw-marks::before{content:""}.fa-clipboard::before{content:""}.fa-clipboard-check::before{content:""}.fa-clipboard-list::before{content:""}.fa-clipboard-list-check::before{content:""}.fa-clipboard-medical::before{content:""}.fa-clipboard-prescription::before{content:""}.fa-clipboard-question::before{content:""}.fa-clipboard-user::before{content:""}.fa-clock::before{content:""}.fa-clock-four::before{content:""}.fa-clock-desk::before{content:""}.fa-clock-eight::before{content:""}.fa-clock-eight-thirty::before{content:""}.fa-clock-eleven::before{content:""}.fa-clock-eleven-thirty::before{content:""}.fa-clock-five::before{content:""}.fa-clock-five-thirty::before{content:""}.fa-clock-four-thirty::before{content:""}.fa-clock-nine::before{content:""}.fa-clock-nine-thirty::before{content:""}.fa-clock-one::before{content:""}.fa-clock-one-thirty::before{content:""}.fa-clock-rotate-left::before{content:""}.fa-history::before{content:""}.fa-clock-seven::before{content:""}.fa-clock-seven-thirty::before{content:""}.fa-clock-six::before{content:""}.fa-clock-six-thirty::before{content:""}.fa-clock-ten::before{content:""}.fa-clock-ten-thirty::before{content:""}.fa-clock-three::before{content:""}.fa-clock-three-thirty::before{content:""}.fa-clock-twelve::before{content:""}.fa-clock-twelve-thirty::before{content:""}.fa-clock-two::before{content:""}.fa-clock-two-thirty::before{content:""}.fa-clone::before{content:""}.fa-closed-captioning::before{content:""}.fa-closed-captioning-slash::before{content:""}.fa-clothes-hanger::before{content:""}.fa-cloud::before{content:""}.fa-cloud-arrow-down::before{content:""}.fa-cloud-download::before{content:""}.fa-cloud-download-alt::before{content:""}.fa-cloud-arrow-up::before{content:""}.fa-cloud-upload::before{content:""}.fa-cloud-upload-alt::before{content:""}.fa-cloud-bolt::before{content:""}.fa-thunderstorm::before{content:""}.fa-cloud-bolt-moon::before{content:""}.fa-thunderstorm-moon::before{content:""}.fa-cloud-bolt-sun::before{content:""}.fa-thunderstorm-sun::before{content:""}.fa-cloud-check::before{content:""}.fa-cloud-drizzle::before{content:""}.fa-cloud-exclamation::before{content:""}.fa-cloud-fog::before{content:""}.fa-fog::before{content:""}.fa-cloud-hail::before{content:""}.fa-cloud-hail-mixed::before{content:""}.fa-cloud-meatball::before{content:""}.fa-cloud-minus::before{content:""}.fa-cloud-moon::before{content:""}.fa-cloud-moon-rain::before{content:""}.fa-cloud-music::before{content:""}.fa-cloud-plus::before{content:""}.fa-cloud-question::before{content:""}.fa-cloud-rain::before{content:""}.fa-cloud-rainbow::before{content:""}.fa-cloud-showers::before{content:""}.fa-cloud-showers-heavy::before{content:""}.fa-cloud-showers-water::before{content:""}.fa-cloud-slash::before{content:""}.fa-cloud-sleet::before{content:""}.fa-cloud-snow::before{content:""}.fa-cloud-sun::before{content:""}.fa-cloud-sun-rain::before{content:""}.fa-cloud-word::before{content:""}.fa-cloud-xmark::before{content:""}.fa-clouds::before{content:""}.fa-clouds-moon::before{content:""}.fa-clouds-sun::before{content:""}.fa-clover::before{content:""}.fa-club::before{content:""}.fa-coconut::before{content:""}.fa-code::before{content:""}.fa-code-branch::before{content:""}.fa-code-commit::before{content:""}.fa-code-compare::before{content:""}.fa-code-fork::before{content:""}.fa-code-merge::before{content:""}.fa-code-pull-request::before{content:""}.fa-code-pull-request-closed::before{content:""}.fa-code-pull-request-draft::before{content:""}.fa-code-simple::before{content:""}.fa-coffee-bean::before{content:""}.fa-coffee-beans::before{content:""}.fa-coffee-pot::before{content:""}.fa-coffin::before{content:""}.fa-coffin-cross::before{content:""}.fa-coin::before{content:""}.fa-coin-blank::before{content:""}.fa-coin-front::before{content:""}.fa-coin-vertical::before{content:""}.fa-coins::before{content:""}.fa-colon::before{content:":"}.fa-colon-sign::before{content:""}.fa-columns-3::before{content:""}.fa-comet::before{content:""}.fa-comma::before{content:","}.fa-command::before{content:""}.fa-comment::before{content:""}.fa-comment-arrow-down::before{content:""}.fa-comment-arrow-up::before{content:""}.fa-comment-arrow-up-right::before{content:""}.fa-comment-captions::before{content:""}.fa-comment-check::before{content:""}.fa-comment-code::before{content:""}.fa-comment-dollar::before{content:""}.fa-comment-dots::before{content:""}.fa-commenting::before{content:""}.fa-comment-exclamation::before{content:""}.fa-comment-image::before{content:""}.fa-comment-lines::before{content:""}.fa-comment-medical::before{content:""}.fa-comment-middle::before{content:""}.fa-comment-middle-top::before{content:""}.fa-comment-minus::before{content:""}.fa-comment-music::before{content:""}.fa-comment-pen::before{content:""}.fa-comment-edit::before{content:""}.fa-comment-plus::before{content:""}.fa-comment-question::before{content:""}.fa-comment-quote::before{content:""}.fa-comment-slash::before{content:""}.fa-comment-smile::before{content:""}.fa-comment-sms::before{content:""}.fa-sms::before{content:""}.fa-comment-text::before{content:""}.fa-comment-xmark::before{content:""}.fa-comment-times::before{content:""}.fa-comments::before{content:""}.fa-comments-dollar::before{content:""}.fa-comments-question::before{content:""}.fa-comments-question-check::before{content:""}.fa-compact-disc::before{content:""}.fa-compass::before{content:""}.fa-compass-drafting::before{content:""}.fa-drafting-compass::before{content:""}.fa-compass-slash::before{content:""}.fa-compress::before{content:""}.fa-compress-wide::before{content:""}.fa-computer::before{content:""}.fa-computer-classic::before{content:""}.fa-computer-mouse::before{content:""}.fa-mouse::before{content:""}.fa-computer-mouse-scrollwheel::before{content:""}.fa-mouse-alt::before{content:""}.fa-computer-speaker::before{content:""}.fa-container-storage::before{content:""}.fa-conveyor-belt::before{content:""}.fa-conveyor-belt-boxes::before{content:""}.fa-conveyor-belt-alt::before{content:""}.fa-conveyor-belt-empty::before{content:""}.fa-cookie::before{content:""}.fa-cookie-bite::before{content:""}.fa-copy::before{content:""}.fa-copyright::before{content:""}.fa-corn::before{content:""}.fa-corner::before{content:""}.fa-couch::before{content:""}.fa-cow::before{content:""}.fa-cowbell::before{content:""}.fa-cowbell-circle-plus::before{content:""}.fa-cowbell-more::before{content:""}.fa-crab::before{content:""}.fa-crate-apple::before{content:""}.fa-apple-crate::before{content:""}.fa-crate-empty::before{content:""}.fa-credit-card::before{content:""}.fa-credit-card-alt::before{content:""}.fa-credit-card-blank::before{content:""}.fa-credit-card-front::before{content:""}.fa-cricket-bat-ball::before{content:""}.fa-cricket::before{content:""}.fa-croissant::before{content:""}.fa-crop::before{content:""}.fa-crop-simple::before{content:""}.fa-crop-alt::before{content:""}.fa-cross::before{content:""}.fa-crosshairs::before{content:""}.fa-crosshairs-simple::before{content:""}.fa-crow::before{content:""}.fa-crown::before{content:""}.fa-crutch::before{content:""}.fa-crutches::before{content:""}.fa-cruzeiro-sign::before{content:""}.fa-crystal-ball::before{content:""}.fa-cube::before{content:""}.fa-cubes::before{content:""}.fa-cubes-stacked::before{content:""}.fa-cucumber::before{content:""}.fa-cup-straw::before{content:""}.fa-cup-straw-swoosh::before{content:""}.fa-cup-togo::before{content:""}.fa-coffee-togo::before{content:""}.fa-cupcake::before{content:""}.fa-curling-stone::before{content:""}.fa-curling::before{content:""}.fa-custard::before{content:""}.fa-d::before{content:"D"}.fa-dagger::before{content:""}.fa-dash::before{content:""}.fa-minus-large::before{content:""}.fa-database::before{content:""}.fa-deer::before{content:""}.fa-deer-rudolph::before{content:""}.fa-delete-left::before{content:""}.fa-backspace::before{content:""}.fa-delete-right::before{content:""}.fa-democrat::before{content:""}.fa-desktop::before{content:""}.fa-desktop-alt::before{content:""}.fa-desktop-arrow-down::before{content:""}.fa-dharmachakra::before{content:""}.fa-diagram-cells::before{content:""}.fa-diagram-lean-canvas::before{content:""}.fa-diagram-nested::before{content:""}.fa-diagram-next::before{content:""}.fa-diagram-predecessor::before{content:""}.fa-diagram-previous::before{content:""}.fa-diagram-project::before{content:""}.fa-project-diagram::before{content:""}.fa-diagram-sankey::before{content:""}.fa-diagram-subtask::before{content:""}.fa-diagram-successor::before{content:""}.fa-diagram-venn::before{content:""}.fa-dial::before{content:""}.fa-dial-med-high::before{content:""}.fa-dial-high::before{content:""}.fa-dial-low::before{content:""}.fa-dial-max::before{content:""}.fa-dial-med::before{content:""}.fa-dial-med-low::before{content:""}.fa-dial-min::before{content:""}.fa-dial-off::before{content:""}.fa-diamond::before{content:""}.fa-diamond-exclamation::before{content:""}.fa-diamond-turn-right::before{content:""}.fa-directions::before{content:""}.fa-dice::before{content:""}.fa-dice-d10::before{content:""}.fa-dice-d12::before{content:""}.fa-dice-d20::before{content:""}.fa-dice-d4::before{content:""}.fa-dice-d6::before{content:""}.fa-dice-d8::before{content:""}.fa-dice-five::before{content:""}.fa-dice-four::before{content:""}.fa-dice-one::before{content:""}.fa-dice-six::before{content:""}.fa-dice-three::before{content:""}.fa-dice-two::before{content:""}.fa-diploma::before{content:""}.fa-scroll-ribbon::before{content:""}.fa-disc-drive::before{content:""}.fa-disease::before{content:""}.fa-display::before{content:""}.fa-display-arrow-down::before{content:""}.fa-display-code::before{content:""}.fa-desktop-code::before{content:""}.fa-display-medical::before{content:""}.fa-desktop-medical::before{content:""}.fa-display-slash::before{content:""}.fa-desktop-slash::before{content:""}.fa-distribute-spacing-horizontal::before{content:""}.fa-distribute-spacing-vertical::before{content:""}.fa-ditto::before{content:"""}.fa-divide::before{content:""}.fa-dna::before{content:""}.fa-do-not-enter::before{content:""}.fa-dog::before{content:""}.fa-dog-leashed::before{content:""}.fa-dollar-sign::before{content:"$"}.fa-dollar::before{content:"$"}.fa-usd::before{content:"$"}.fa-dolly::before{content:""}.fa-dolly-box::before{content:""}.fa-dolly-empty::before{content:""}.fa-dolphin::before{content:""}.fa-dong-sign::before{content:""}.fa-donut::before{content:""}.fa-doughnut::before{content:""}.fa-door-closed::before{content:""}.fa-door-open::before{content:""}.fa-dove::before{content:""}.fa-down::before{content:""}.fa-arrow-alt-down::before{content:""}.fa-down-from-dotted-line::before{content:""}.fa-down-from-line::before{content:""}.fa-arrow-alt-from-top::before{content:""}.fa-down-left::before{content:""}.fa-down-left-and-up-right-to-center::before{content:""}.fa-compress-alt::before{content:""}.fa-down-long::before{content:""}.fa-long-arrow-alt-down::before{content:""}.fa-down-right::before{content:""}.fa-down-to-bracket::before{content:""}.fa-down-to-dotted-line::before{content:""}.fa-down-to-line::before{content:""}.fa-arrow-alt-to-bottom::before{content:""}.fa-download::before{content:""}.fa-dragon::before{content:""}.fa-draw-circle::before{content:""}.fa-draw-polygon::before{content:""}.fa-draw-square::before{content:""}.fa-dreidel::before{content:""}.fa-drone::before{content:""}.fa-drone-front::before{content:""}.fa-drone-alt::before{content:""}.fa-droplet::before{content:""}.fa-tint::before{content:""}.fa-droplet-degree::before{content:""}.fa-dewpoint::before{content:""}.fa-droplet-percent::before{content:""}.fa-humidity::before{content:""}.fa-droplet-slash::before{content:""}.fa-tint-slash::before{content:""}.fa-drum::before{content:""}.fa-drum-steelpan::before{content:""}.fa-drumstick::before{content:""}.fa-drumstick-bite::before{content:""}.fa-dryer::before{content:""}.fa-dryer-heat::before{content:""}.fa-dryer-alt::before{content:""}.fa-duck::before{content:""}.fa-dumbbell::before{content:""}.fa-dumpster::before{content:""}.fa-dumpster-fire::before{content:""}.fa-dungeon::before{content:""}.fa-e::before{content:"E"}.fa-ear::before{content:""}.fa-ear-deaf::before{content:""}.fa-deaf::before{content:""}.fa-deafness::before{content:""}.fa-hard-of-hearing::before{content:""}.fa-ear-listen::before{content:""}.fa-assistive-listening-systems::before{content:""}.fa-ear-muffs::before{content:""}.fa-earth-africa::before{content:""}.fa-globe-africa::before{content:""}.fa-earth-americas::before{content:""}.fa-earth::before{content:""}.fa-earth-america::before{content:""}.fa-globe-americas::before{content:""}.fa-earth-asia::before{content:""}.fa-globe-asia::before{content:""}.fa-earth-europe::before{content:""}.fa-globe-europe::before{content:""}.fa-earth-oceania::before{content:""}.fa-globe-oceania::before{content:""}.fa-eclipse::before{content:""}.fa-egg::before{content:""}.fa-egg-fried::before{content:""}.fa-eggplant::before{content:""}.fa-eject::before{content:""}.fa-elephant::before{content:""}.fa-elevator::before{content:""}.fa-ellipsis::before{content:""}.fa-ellipsis-h::before{content:""}.fa-ellipsis-stroke::before{content:""}.fa-ellipsis-h-alt::before{content:""}.fa-ellipsis-stroke-vertical::before{content:""}.fa-ellipsis-v-alt::before{content:""}.fa-ellipsis-vertical::before{content:""}.fa-ellipsis-v::before{content:""}.fa-empty-set::before{content:""}.fa-engine::before{content:""}.fa-engine-warning::before{content:""}.fa-engine-exclamation::before{content:""}.fa-envelope::before{content:""}.fa-envelope-circle-check::before{content:""}.fa-envelope-dot::before{content:""}.fa-envelope-badge::before{content:""}.fa-envelope-open::before{content:""}.fa-envelope-open-dollar::before{content:""}.fa-envelope-open-text::before{content:""}.fa-envelopes::before{content:""}.fa-envelopes-bulk::before{content:""}.fa-mail-bulk::before{content:""}.fa-equals::before{content:"="}.fa-eraser::before{content:""}.fa-escalator::before{content:""}.fa-ethernet::before{content:""}.fa-euro-sign::before{content:""}.fa-eur::before{content:""}.fa-euro::before{content:""}.fa-exclamation::before{content:"!"}.fa-expand::before{content:""}.fa-expand-wide::before{content:""}.fa-explosion::before{content:""}.fa-eye::before{content:""}.fa-eye-dropper::before{content:""}.fa-eye-dropper-empty::before{content:""}.fa-eyedropper::before{content:""}.fa-eye-dropper-full::before{content:""}.fa-eye-dropper-half::before{content:""}.fa-eye-evil::before{content:""}.fa-eye-low-vision::before{content:""}.fa-low-vision::before{content:""}.fa-eye-slash::before{content:""}.fa-eyes::before{content:""}.fa-f::before{content:"F"}.fa-face-angry::before{content:""}.fa-angry::before{content:""}.fa-face-angry-horns::before{content:""}.fa-face-anguished::before{content:""}.fa-face-anxious-sweat::before{content:""}.fa-face-astonished::before{content:""}.fa-face-awesome::before{content:""}.fa-gave-dandy::before{content:""}.fa-face-beam-hand-over-mouth::before{content:""}.fa-face-clouds::before{content:""}.fa-face-confounded::before{content:""}.fa-face-confused::before{content:""}.fa-face-cowboy-hat::before{content:""}.fa-face-diagonal-mouth::before{content:""}.fa-face-disappointed::before{content:""}.fa-face-disguise::before{content:""}.fa-face-dizzy::before{content:""}.fa-dizzy::before{content:""}.fa-face-dotted::before{content:""}.fa-face-downcast-sweat::before{content:""}.fa-face-drooling::before{content:""}.fa-face-exhaling::before{content:""}.fa-face-explode::before{content:""}.fa-exploding-head::before{content:""}.fa-face-expressionless::before{content:""}.fa-face-eyes-xmarks::before{content:""}.fa-face-fearful::before{content:""}.fa-face-flushed::before{content:""}.fa-flushed::before{content:""}.fa-face-frown::before{content:""}.fa-frown::before{content:""}.fa-face-frown-open::before{content:""}.fa-frown-open::before{content:""}.fa-face-frown-slight::before{content:""}.fa-face-glasses::before{content:""}.fa-face-grimace::before{content:""}.fa-grimace::before{content:""}.fa-face-grin::before{content:""}.fa-grin::before{content:""}.fa-face-grin-beam::before{content:""}.fa-grin-beam::before{content:""}.fa-face-grin-beam-sweat::before{content:""}.fa-grin-beam-sweat::before{content:""}.fa-face-grin-hearts::before{content:""}.fa-grin-hearts::before{content:""}.fa-face-grin-squint::before{content:""}.fa-grin-squint::before{content:""}.fa-face-grin-squint-tears::before{content:""}.fa-grin-squint-tears::before{content:""}.fa-face-grin-stars::before{content:""}.fa-grin-stars::before{content:""}.fa-face-grin-tears::before{content:""}.fa-grin-tears::before{content:""}.fa-face-grin-tongue::before{content:""}.fa-grin-tongue::before{content:""}.fa-face-grin-tongue-squint::before{content:""}.fa-grin-tongue-squint::before{content:""}.fa-face-grin-tongue-wink::before{content:""}.fa-grin-tongue-wink::before{content:""}.fa-face-grin-wide::before{content:""}.fa-grin-alt::before{content:""}.fa-face-grin-wink::before{content:""}.fa-grin-wink::before{content:""}.fa-face-hand-over-mouth::before{content:""}.fa-face-hand-peeking::before{content:""}.fa-face-hand-yawn::before{content:""}.fa-face-head-bandage::before{content:""}.fa-face-holding-back-tears::before{content:""}.fa-face-hushed::before{content:""}.fa-face-icicles::before{content:""}.fa-face-kiss::before{content:""}.fa-kiss::before{content:""}.fa-face-kiss-beam::before{content:""}.fa-kiss-beam::before{content:""}.fa-face-kiss-closed-eyes::before{content:""}.fa-face-kiss-wink-heart::before{content:""}.fa-kiss-wink-heart::before{content:""}.fa-face-laugh::before{content:""}.fa-laugh::before{content:""}.fa-face-laugh-beam::before{content:""}.fa-laugh-beam::before{content:""}.fa-face-laugh-squint::before{content:""}.fa-laugh-squint::before{content:""}.fa-face-laugh-wink::before{content:""}.fa-laugh-wink::before{content:""}.fa-face-lying::before{content:""}.fa-face-mask::before{content:""}.fa-face-meh::before{content:""}.fa-meh::before{content:""}.fa-face-meh-blank::before{content:""}.fa-meh-blank::before{content:""}.fa-face-melting::before{content:""}.fa-face-monocle::before{content:""}.fa-face-nauseated::before{content:""}.fa-face-nose-steam::before{content:""}.fa-face-party::before{content:""}.fa-face-pensive::before{content:""}.fa-face-persevering::before{content:""}.fa-face-pleading::before{content:""}.fa-face-pouting::before{content:""}.fa-face-raised-eyebrow::before{content:""}.fa-face-relieved::before{content:""}.fa-face-rolling-eyes::before{content:""}.fa-meh-rolling-eyes::before{content:""}.fa-face-sad-cry::before{content:""}.fa-sad-cry::before{content:""}.fa-face-sad-sweat::before{content:""}.fa-face-sad-tear::before{content:""}.fa-sad-tear::before{content:""}.fa-face-saluting::before{content:""}.fa-face-scream::before{content:""}.fa-face-shush::before{content:""}.fa-face-sleeping::before{content:""}.fa-face-sleepy::before{content:""}.fa-face-smile::before{content:""}.fa-smile::before{content:""}.fa-face-smile-beam::before{content:""}.fa-smile-beam::before{content:""}.fa-face-smile-halo::before{content:""}.fa-face-smile-hearts::before{content:""}.fa-face-smile-horns::before{content:""}.fa-face-smile-plus::before{content:""}.fa-smile-plus::before{content:""}.fa-face-smile-relaxed::before{content:""}.fa-face-smile-tear::before{content:""}.fa-face-smile-tongue::before{content:""}.fa-face-smile-upside-down::before{content:""}.fa-face-smile-wink::before{content:""}.fa-smile-wink::before{content:""}.fa-face-smiling-hands::before{content:""}.fa-face-smirking::before{content:""}.fa-face-spiral-eyes::before{content:""}.fa-face-sunglasses::before{content:""}.fa-face-surprise::before{content:""}.fa-surprise::before{content:""}.fa-face-swear::before{content:""}.fa-face-thermometer::before{content:""}.fa-face-thinking::before{content:""}.fa-face-tired::before{content:""}.fa-tired::before{content:""}.fa-face-tissue::before{content:""}.fa-face-tongue-money::before{content:""}.fa-face-tongue-sweat::before{content:""}.fa-face-unamused::before{content:""}.fa-face-viewfinder::before{content:""}.fa-face-vomit::before{content:""}.fa-face-weary::before{content:""}.fa-face-woozy::before{content:""}.fa-face-worried::before{content:""}.fa-face-zany::before{content:""}.fa-face-zipper::before{content:""}.fa-falafel::before{content:""}.fa-family::before{content:""}.fa-family-dress::before{content:""}.fa-family-pants::before{content:""}.fa-fan::before{content:""}.fa-fan-table::before{content:""}.fa-farm::before{content:""}.fa-barn-silo::before{content:""}.fa-faucet::before{content:""}.fa-faucet-drip::before{content:""}.fa-fax::before{content:""}.fa-feather::before{content:""}.fa-feather-pointed::before{content:""}.fa-feather-alt::before{content:""}.fa-fence::before{content:""}.fa-ferris-wheel::before{content:""}.fa-ferry::before{content:""}.fa-field-hockey-stick-ball::before{content:""}.fa-field-hockey::before{content:""}.fa-file::before{content:""}.fa-file-arrow-down::before{content:""}.fa-file-download::before{content:""}.fa-file-arrow-up::before{content:""}.fa-file-upload::before{content:""}.fa-file-audio::before{content:""}.fa-file-binary::before{content:""}.fa-file-certificate::before{content:""}.fa-file-award::before{content:""}.fa-file-chart-column::before{content:""}.fa-file-chart-line::before{content:""}.fa-file-chart-pie::before{content:""}.fa-file-check::before{content:""}.fa-file-circle-check::before{content:""}.fa-file-circle-exclamation::before{content:""}.fa-file-circle-info::before{content:""}.fa-file-circle-minus::before{content:""}.fa-file-circle-plus::before{content:""}.fa-file-circle-question::before{content:""}.fa-file-circle-xmark::before{content:""}.fa-file-code::before{content:""}.fa-file-contract::before{content:""}.fa-file-csv::before{content:""}.fa-file-dashed-line::before{content:""}.fa-page-break::before{content:""}.fa-file-excel::before{content:""}.fa-file-exclamation::before{content:""}.fa-file-export::before{content:""}.fa-arrow-right-from-file::before{content:""}.fa-file-heart::before{content:""}.fa-file-image::before{content:""}.fa-file-import::before{content:""}.fa-arrow-right-to-file::before{content:""}.fa-file-invoice::before{content:""}.fa-file-invoice-dollar::before{content:""}.fa-file-lines::before{content:""}.fa-file-alt::before{content:""}.fa-file-text::before{content:""}.fa-file-lock::before{content:""}.fa-file-magnifying-glass::before{content:""}.fa-file-search::before{content:""}.fa-file-medical::before{content:""}.fa-file-minus::before{content:""}.fa-file-music::before{content:""}.fa-file-pdf::before{content:""}.fa-file-pen::before{content:""}.fa-file-edit::before{content:""}.fa-file-plus::before{content:""}.fa-file-plus-minus::before{content:""}.fa-file-powerpoint::before{content:""}.fa-file-prescription::before{content:""}.fa-file-shield::before{content:""}.fa-file-signature::before{content:""}.fa-file-slash::before{content:""}.fa-file-spreadsheet::before{content:""}.fa-file-user::before{content:""}.fa-file-video::before{content:""}.fa-file-waveform::before{content:""}.fa-file-medical-alt::before{content:""}.fa-file-word::before{content:""}.fa-file-xmark::before{content:""}.fa-file-times::before{content:""}.fa-file-zipper::before{content:""}.fa-file-archive::before{content:""}.fa-files::before{content:""}.fa-files-medical::before{content:""}.fa-fill::before{content:""}.fa-fill-drip::before{content:""}.fa-film::before{content:""}.fa-film-canister::before{content:""}.fa-film-cannister::before{content:""}.fa-film-simple::before{content:""}.fa-film-alt::before{content:""}.fa-film-slash::before{content:""}.fa-films::before{content:""}.fa-filter::before{content:""}.fa-filter-circle-dollar::before{content:""}.fa-funnel-dollar::before{content:""}.fa-filter-circle-xmark::before{content:""}.fa-filter-list::before{content:""}.fa-filter-slash::before{content:""}.fa-filters::before{content:""}.fa-fingerprint::before{content:""}.fa-fire::before{content:""}.fa-fire-burner::before{content:""}.fa-fire-extinguisher::before{content:""}.fa-fire-flame::before{content:""}.fa-flame::before{content:""}.fa-fire-flame-curved::before{content:""}.fa-fire-alt::before{content:""}.fa-fire-flame-simple::before{content:""}.fa-burn::before{content:""}.fa-fire-hydrant::before{content:""}.fa-fire-smoke::before{content:""}.fa-fireplace::before{content:""}.fa-fish::before{content:""}.fa-fish-bones::before{content:""}.fa-fish-cooked::before{content:""}.fa-fish-fins::before{content:""}.fa-fishing-rod::before{content:""}.fa-flag::before{content:""}.fa-flag-checkered::before{content:""}.fa-flag-pennant::before{content:""}.fa-pennant::before{content:""}.fa-flag-swallowtail::before{content:""}.fa-flag-alt::before{content:""}.fa-flag-usa::before{content:""}.fa-flashlight::before{content:""}.fa-flask::before{content:""}.fa-flask-round-poison::before{content:""}.fa-flask-poison::before{content:""}.fa-flask-round-potion::before{content:""}.fa-flask-potion::before{content:""}.fa-flask-vial::before{content:""}.fa-flatbread::before{content:""}.fa-flatbread-stuffed::before{content:""}.fa-floppy-disk::before{content:""}.fa-save::before{content:""}.fa-floppy-disk-circle-arrow-right::before{content:""}.fa-save-circle-arrow-right::before{content:""}.fa-floppy-disk-circle-xmark::before{content:""}.fa-floppy-disk-times::before{content:""}.fa-save-circle-xmark::before{content:""}.fa-save-times::before{content:""}.fa-floppy-disk-pen::before{content:""}.fa-floppy-disks::before{content:""}.fa-florin-sign::before{content:""}.fa-flower::before{content:""}.fa-flower-daffodil::before{content:""}.fa-flower-tulip::before{content:""}.fa-flute::before{content:""}.fa-flux-capacitor::before{content:""}.fa-flying-disc::before{content:""}.fa-folder::before{content:""}.fa-folder-blank::before{content:""}.fa-folder-arrow-down::before{content:""}.fa-folder-download::before{content:""}.fa-folder-arrow-up::before{content:""}.fa-folder-upload::before{content:""}.fa-folder-bookmark::before{content:""}.fa-folder-closed::before{content:""}.fa-folder-gear::before{content:""}.fa-folder-cog::before{content:""}.fa-folder-grid::before{content:""}.fa-folder-heart::before{content:""}.fa-folder-image::before{content:""}.fa-folder-magnifying-glass::before{content:""}.fa-folder-search::before{content:""}.fa-folder-medical::before{content:""}.fa-folder-minus::before{content:""}.fa-folder-music::before{content:""}.fa-folder-open::before{content:""}.fa-folder-plus::before{content:""}.fa-folder-tree::before{content:""}.fa-folder-user::before{content:""}.fa-folder-xmark::before{content:""}.fa-folder-times::before{content:""}.fa-folders::before{content:""}.fa-fondue-pot::before{content:""}.fa-font::before{content:""}.fa-font-case::before{content:""}.fa-football::before{content:""}.fa-football-ball::before{content:""}.fa-football-helmet::before{content:""}.fa-fork::before{content:""}.fa-utensil-fork::before{content:""}.fa-fork-knife::before{content:""}.fa-utensils-alt::before{content:""}.fa-forklift::before{content:""}.fa-fort::before{content:""}.fa-forward::before{content:""}.fa-forward-fast::before{content:""}.fa-fast-forward::before{content:""}.fa-forward-step::before{content:""}.fa-step-forward::before{content:""}.fa-frame::before{content:""}.fa-franc-sign::before{content:""}.fa-french-fries::before{content:""}.fa-frog::before{content:""}.fa-function::before{content:""}.fa-futbol::before{content:""}.fa-futbol-ball::before{content:""}.fa-soccer-ball::before{content:""}.fa-g::before{content:"G"}.fa-galaxy::before{content:""}.fa-gallery-thumbnails::before{content:""}.fa-game-board::before{content:""}.fa-game-board-simple::before{content:""}.fa-game-board-alt::before{content:""}.fa-game-console-handheld::before{content:""}.fa-gamepad::before{content:""}.fa-gamepad-modern::before{content:""}.fa-gamepad-alt::before{content:""}.fa-garage::before{content:""}.fa-garage-car::before{content:""}.fa-garage-open::before{content:""}.fa-garlic::before{content:""}.fa-gas-pump::before{content:""}.fa-gas-pump-slash::before{content:""}.fa-gauge::before{content:""}.fa-dashboard::before{content:""}.fa-gauge-med::before{content:""}.fa-tachometer-alt-average::before{content:""}.fa-gauge-circle-bolt::before{content:""}.fa-gauge-circle-minus::before{content:""}.fa-gauge-circle-plus::before{content:""}.fa-gauge-high::before{content:""}.fa-tachometer-alt::before{content:""}.fa-tachometer-alt-fast::before{content:""}.fa-gauge-low::before{content:""}.fa-tachometer-alt-slow::before{content:""}.fa-gauge-max::before{content:""}.fa-tachometer-alt-fastest::before{content:""}.fa-gauge-min::before{content:""}.fa-tachometer-alt-slowest::before{content:""}.fa-gauge-simple::before{content:""}.fa-gauge-simple-med::before{content:""}.fa-tachometer-average::before{content:""}.fa-gauge-simple-high::before{content:""}.fa-tachometer::before{content:""}.fa-tachometer-fast::before{content:""}.fa-gauge-simple-low::before{content:""}.fa-tachometer-slow::before{content:""}.fa-gauge-simple-max::before{content:""}.fa-tachometer-fastest::before{content:""}.fa-gauge-simple-min::before{content:""}.fa-tachometer-slowest::before{content:""}.fa-gavel::before{content:""}.fa-legal::before{content:""}.fa-gear::before{content:""}.fa-cog::before{content:""}.fa-gears::before{content:""}.fa-cogs::before{content:""}.fa-gem::before{content:""}.fa-genderless::before{content:""}.fa-ghost::before{content:""}.fa-gif::before{content:""}.fa-gift::before{content:""}.fa-gift-card::before{content:""}.fa-gifts::before{content:""}.fa-gingerbread-man::before{content:""}.fa-glass::before{content:""}.fa-glass-citrus::before{content:""}.fa-glass-empty::before{content:""}.fa-glass-half::before{content:""}.fa-glass-half-empty::before{content:""}.fa-glass-half-full::before{content:""}.fa-glass-water::before{content:""}.fa-glass-water-droplet::before{content:""}.fa-glasses::before{content:""}.fa-glasses-round::before{content:""}.fa-glasses-alt::before{content:""}.fa-globe::before{content:""}.fa-globe-snow::before{content:""}.fa-globe-stand::before{content:""}.fa-goal-net::before{content:""}.fa-golf-ball-tee::before{content:""}.fa-golf-ball::before{content:""}.fa-golf-club::before{content:""}.fa-golf-flag-hole::before{content:""}.fa-gopuram::before{content:""}.fa-graduation-cap::before{content:""}.fa-mortar-board::before{content:""}.fa-gramophone::before{content:""}.fa-grapes::before{content:""}.fa-grate::before{content:""}.fa-grate-droplet::before{content:""}.fa-greater-than::before{content:">"}.fa-greater-than-equal::before{content:""}.fa-grid::before{content:""}.fa-grid-3::before{content:""}.fa-grid-2::before{content:""}.fa-grid-2-plus::before{content:""}.fa-grid-4::before{content:""}.fa-grid-5::before{content:""}.fa-grid-dividers::before{content:""}.fa-grid-horizontal::before{content:""}.fa-grill::before{content:""}.fa-grill-fire::before{content:""}.fa-grill-hot::before{content:""}.fa-grip::before{content:""}.fa-grip-horizontal::before{content:""}.fa-grip-dots::before{content:""}.fa-grip-dots-vertical::before{content:""}.fa-grip-lines::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-grip-vertical::before{content:""}.fa-group-arrows-rotate::before{content:""}.fa-guarani-sign::before{content:""}.fa-guitar::before{content:""}.fa-guitar-electric::before{content:""}.fa-guitars::before{content:""}.fa-gun::before{content:""}.fa-gun-slash::before{content:""}.fa-gun-squirt::before{content:""}.fa-h::before{content:"H"}.fa-h1::before{content:""}.fa-h2::before{content:""}.fa-h3::before{content:""}.fa-h4::before{content:""}.fa-h5::before{content:""}.fa-h6::before{content:""}.fa-hammer::before{content:""}.fa-hammer-crash::before{content:""}.fa-hammer-war::before{content:""}.fa-hamsa::before{content:""}.fa-hand::before{content:""}.fa-hand-paper::before{content:""}.fa-hand-back-fist::before{content:""}.fa-hand-rock::before{content:""}.fa-hand-back-point-down::before{content:""}.fa-hand-back-point-left::before{content:""}.fa-hand-back-point-ribbon::before{content:""}.fa-hand-back-point-right::before{content:""}.fa-hand-back-point-up::before{content:""}.fa-hand-dots::before{content:""}.fa-allergies::before{content:""}.fa-hand-fingers-crossed::before{content:""}.fa-hand-fist::before{content:""}.fa-fist-raised::before{content:""}.fa-hand-heart::before{content:""}.fa-hand-holding::before{content:""}.fa-hand-holding-box::before{content:""}.fa-hand-holding-dollar::before{content:""}.fa-hand-holding-usd::before{content:""}.fa-hand-holding-droplet::before{content:""}.fa-hand-holding-water::before{content:""}.fa-hand-holding-hand::before{content:""}.fa-hand-holding-heart::before{content:""}.fa-hand-holding-magic::before{content:""}.fa-hand-holding-medical::before{content:""}.fa-hand-holding-seedling::before{content:""}.fa-hand-holding-skull::before{content:""}.fa-hand-horns::before{content:""}.fa-hand-lizard::before{content:""}.fa-hand-love::before{content:""}.fa-hand-middle-finger::before{content:""}.fa-hand-peace::before{content:""}.fa-hand-point-down::before{content:""}.fa-hand-point-left::before{content:""}.fa-hand-point-ribbon::before{content:""}.fa-hand-point-right::before{content:""}.fa-hand-point-up::before{content:""}.fa-hand-pointer::before{content:""}.fa-hand-scissors::before{content:""}.fa-hand-sparkles::before{content:""}.fa-hand-spock::before{content:""}.fa-hand-wave::before{content:""}.fa-handcuffs::before{content:""}.fa-hands::before{content:""}.fa-sign-language::before{content:""}.fa-signing::before{content:""}.fa-hands-asl-interpreting::before{content:""}.fa-american-sign-language-interpreting::before{content:""}.fa-asl-interpreting::before{content:""}.fa-hands-american-sign-language-interpreting::before{content:""}.fa-hands-bound::before{content:""}.fa-hands-bubbles::before{content:""}.fa-hands-wash::before{content:""}.fa-hands-clapping::before{content:""}.fa-hands-holding::before{content:""}.fa-hands-holding-child::before{content:""}.fa-hands-holding-circle::before{content:""}.fa-hands-holding-diamond::before{content:""}.fa-hand-receiving::before{content:""}.fa-hands-holding-dollar::before{content:""}.fa-hands-usd::before{content:""}.fa-hands-holding-heart::before{content:""}.fa-hands-heart::before{content:""}.fa-hands-praying::before{content:""}.fa-praying-hands::before{content:""}.fa-handshake::before{content:""}.fa-handshake-angle::before{content:""}.fa-hands-helping::before{content:""}.fa-handshake-simple::before{content:""}.fa-handshake-alt::before{content:""}.fa-handshake-simple-slash::before{content:""}.fa-handshake-alt-slash::before{content:""}.fa-handshake-slash::before{content:""}.fa-hanukiah::before{content:""}.fa-hard-drive::before{content:""}.fa-hdd::before{content:""}.fa-hashtag::before{content:"#"}.fa-hashtag-lock::before{content:""}.fa-hat-chef::before{content:""}.fa-hat-cowboy::before{content:""}.fa-hat-cowboy-side::before{content:""}.fa-hat-santa::before{content:""}.fa-hat-winter::before{content:""}.fa-hat-witch::before{content:""}.fa-hat-wizard::before{content:""}.fa-head-side::before{content:""}.fa-head-side-brain::before{content:""}.fa-head-side-cough::before{content:""}.fa-head-side-cough-slash::before{content:""}.fa-head-side-goggles::before{content:""}.fa-head-vr::before{content:""}.fa-head-side-headphones::before{content:""}.fa-head-side-heart::before{content:""}.fa-head-side-mask::before{content:""}.fa-head-side-medical::before{content:""}.fa-head-side-virus::before{content:""}.fa-heading::before{content:""}.fa-header::before{content:""}.fa-headphones::before{content:""}.fa-headphones-simple::before{content:""}.fa-headphones-alt::before{content:""}.fa-headset::before{content:""}.fa-heart::before{content:""}.fa-heart-circle-bolt::before{content:""}.fa-heart-circle-check::before{content:""}.fa-heart-circle-exclamation::before{content:""}.fa-heart-circle-minus::before{content:""}.fa-heart-circle-plus::before{content:""}.fa-heart-circle-xmark::before{content:""}.fa-heart-crack::before{content:""}.fa-heart-broken::before{content:""}.fa-heart-half::before{content:""}.fa-heart-half-stroke::before{content:""}.fa-heart-half-alt::before{content:""}.fa-heart-pulse::before{content:""}.fa-heartbeat::before{content:""}.fa-heat::before{content:""}.fa-helicopter::before{content:""}.fa-helicopter-symbol::before{content:""}.fa-helmet-battle::before{content:""}.fa-helmet-safety::before{content:""}.fa-hard-hat::before{content:""}.fa-hat-hard::before{content:""}.fa-helmet-un::before{content:""}.fa-hexagon::before{content:""}.fa-hexagon-check::before{content:""}.fa-hexagon-divide::before{content:""}.fa-hexagon-exclamation::before{content:""}.fa-hexagon-image::before{content:""}.fa-hexagon-minus::before{content:""}.fa-minus-hexagon::before{content:""}.fa-hexagon-plus::before{content:""}.fa-plus-hexagon::before{content:""}.fa-hexagon-vertical-nft::before{content:""}.fa-hexagon-vertical-nft-slanted::before{content:""}.fa-hexagon-xmark::before{content:""}.fa-times-hexagon::before{content:""}.fa-xmark-hexagon::before{content:""}.fa-high-definition::before{content:""}.fa-rectangle-hd::before{content:""}.fa-highlighter::before{content:""}.fa-highlighter-line::before{content:""}.fa-hill-avalanche::before{content:""}.fa-hill-rockslide::before{content:""}.fa-hippo::before{content:""}.fa-hockey-mask::before{content:""}.fa-hockey-puck::before{content:""}.fa-hockey-stick-puck::before{content:""}.fa-hockey-sticks::before{content:""}.fa-holly-berry::before{content:""}.fa-honey-pot::before{content:""}.fa-hood-cloak::before{content:""}.fa-horizontal-rule::before{content:""}.fa-horse::before{content:""}.fa-horse-head::before{content:""}.fa-horse-saddle::before{content:""}.fa-hose::before{content:""}.fa-hose-reel::before{content:""}.fa-hospital::before{content:""}.fa-hospital-alt::before{content:""}.fa-hospital-wide::before{content:""}.fa-hospital-user::before{content:""}.fa-hospitals::before{content:""}.fa-hot-tub-person::before{content:""}.fa-hot-tub::before{content:""}.fa-hotdog::before{content:""}.fa-hotel::before{content:""}.fa-hourglass::before{content:""}.fa-hourglass-empty::before{content:""}.fa-hourglass-clock::before{content:""}.fa-hourglass-end::before{content:""}.fa-hourglass-3::before{content:""}.fa-hourglass-half::before{content:""}.fa-hourglass-2::before{content:""}.fa-hourglass-start::before{content:""}.fa-hourglass-1::before{content:""}.fa-house::before{content:""}.fa-home::before{content:""}.fa-home-alt::before{content:""}.fa-home-lg-alt::before{content:""}.fa-house-blank::before{content:""}.fa-home-blank::before{content:""}.fa-house-building::before{content:""}.fa-house-chimney::before{content:""}.fa-home-lg::before{content:""}.fa-house-chimney-blank::before{content:""}.fa-house-chimney-crack::before{content:""}.fa-house-damage::before{content:""}.fa-house-chimney-heart::before{content:""}.fa-house-chimney-medical::before{content:""}.fa-clinic-medical::before{content:""}.fa-house-chimney-user::before{content:""}.fa-house-chimney-window::before{content:""}.fa-house-circle-check::before{content:""}.fa-house-circle-exclamation::before{content:""}.fa-house-circle-xmark::before{content:""}.fa-house-crack::before{content:""}.fa-house-day::before{content:""}.fa-house-fire::before{content:""}.fa-house-flag::before{content:""}.fa-house-flood-water::before{content:""}.fa-house-flood-water-circle-arrow-right::before{content:""}.fa-house-heart::before{content:""}.fa-home-heart::before{content:""}.fa-house-laptop::before{content:""}.fa-laptop-house::before{content:""}.fa-house-lock::before{content:""}.fa-house-medical::before{content:""}.fa-house-medical-circle-check::before{content:""}.fa-house-medical-circle-exclamation::before{content:""}.fa-house-medical-circle-xmark::before{content:""}.fa-house-medical-flag::before{content:""}.fa-house-night::before{content:""}.fa-house-person-leave::before{content:""}.fa-house-leave::before{content:""}.fa-house-person-depart::before{content:""}.fa-house-person-return::before{content:""}.fa-house-person-arrive::before{content:""}.fa-house-return::before{content:""}.fa-house-signal::before{content:""}.fa-house-tree::before{content:""}.fa-house-tsunami::before{content:""}.fa-house-turret::before{content:""}.fa-house-user::before{content:""}.fa-home-user::before{content:""}.fa-house-water::before{content:""}.fa-house-flood::before{content:""}.fa-house-window::before{content:""}.fa-hryvnia-sign::before{content:""}.fa-hryvnia::before{content:""}.fa-hundred-points::before{content:""}.fa-100::before{content:""}.fa-hurricane::before{content:""}.fa-hyphen::before{content:"-"}.fa-i::before{content:"I"}.fa-i-cursor::before{content:""}.fa-ice-cream::before{content:""}.fa-ice-skate::before{content:""}.fa-icicles::before{content:""}.fa-icons::before{content:""}.fa-heart-music-camera-bolt::before{content:""}.fa-id-badge::before{content:""}.fa-id-card::before{content:""}.fa-drivers-license::before{content:""}.fa-id-card-clip::before{content:""}.fa-id-card-alt::before{content:""}.fa-igloo::before{content:""}.fa-image::before{content:""}.fa-image-landscape::before{content:""}.fa-landscape::before{content:""}.fa-image-polaroid::before{content:""}.fa-image-polaroid-user::before{content:""}.fa-image-portrait::before{content:""}.fa-portrait::before{content:""}.fa-image-slash::before{content:""}.fa-image-user::before{content:""}.fa-images::before{content:""}.fa-images-user::before{content:""}.fa-inbox::before{content:""}.fa-inbox-full::before{content:""}.fa-inbox-in::before{content:""}.fa-inbox-arrow-down::before{content:""}.fa-inbox-out::before{content:""}.fa-inbox-arrow-up::before{content:""}.fa-inboxes::before{content:""}.fa-indent::before{content:""}.fa-indian-rupee-sign::before{content:""}.fa-indian-rupee::before{content:""}.fa-inr::before{content:""}.fa-industry::before{content:""}.fa-industry-windows::before{content:""}.fa-industry-alt::before{content:""}.fa-infinity::before{content:""}.fa-info::before{content:""}.fa-inhaler::before{content:""}.fa-input-numeric::before{content:""}.fa-input-pipe::before{content:""}.fa-input-text::before{content:""}.fa-integral::before{content:""}.fa-intersection::before{content:""}.fa-island-tropical::before{content:""}.fa-island-tree-palm::before{content:""}.fa-italic::before{content:""}.fa-j::before{content:"J"}.fa-jack-o-lantern::before{content:""}.fa-jar::before{content:""}.fa-jar-wheat::before{content:""}.fa-jedi::before{content:""}.fa-jet-fighter::before{content:""}.fa-fighter-jet::before{content:""}.fa-jet-fighter-up::before{content:""}.fa-joint::before{content:""}.fa-joystick::before{content:""}.fa-jug::before{content:""}.fa-jug-detergent::before{content:""}.fa-k::before{content:"K"}.fa-kaaba::before{content:""}.fa-kazoo::before{content:""}.fa-kerning::before{content:""}.fa-key::before{content:""}.fa-key-skeleton::before{content:""}.fa-key-skeleton-left-right::before{content:""}.fa-keyboard::before{content:""}.fa-keyboard-brightness::before{content:""}.fa-keyboard-brightness-low::before{content:""}.fa-keyboard-down::before{content:""}.fa-keyboard-left::before{content:""}.fa-keynote::before{content:""}.fa-khanda::before{content:""}.fa-kidneys::before{content:""}.fa-kip-sign::before{content:""}.fa-kit-medical::before{content:""}.fa-first-aid::before{content:""}.fa-kitchen-set::before{content:""}.fa-kite::before{content:""}.fa-kiwi-bird::before{content:""}.fa-kiwi-fruit::before{content:""}.fa-knife::before{content:""}.fa-utensil-knife::before{content:""}.fa-knife-kitchen::before{content:""}.fa-l::before{content:"L"}.fa-lacrosse-stick::before{content:""}.fa-lacrosse-stick-ball::before{content:""}.fa-lambda::before{content:""}.fa-lamp::before{content:""}.fa-lamp-desk::before{content:""}.fa-lamp-floor::before{content:""}.fa-lamp-street::before{content:""}.fa-land-mine-on::before{content:""}.fa-landmark::before{content:""}.fa-landmark-dome::before{content:""}.fa-landmark-alt::before{content:""}.fa-landmark-flag::before{content:""}.fa-language::before{content:""}.fa-laptop::before{content:""}.fa-laptop-arrow-down::before{content:""}.fa-laptop-code::before{content:""}.fa-laptop-file::before{content:""}.fa-laptop-medical::before{content:""}.fa-laptop-mobile::before{content:""}.fa-phone-laptop::before{content:""}.fa-laptop-slash::before{content:""}.fa-lari-sign::before{content:""}.fa-lasso::before{content:""}.fa-lasso-sparkles::before{content:""}.fa-layer-group::before{content:""}.fa-layer-minus::before{content:""}.fa-layer-group-minus::before{content:""}.fa-layer-plus::before{content:""}.fa-layer-group-plus::before{content:""}.fa-leaf::before{content:""}.fa-leaf-heart::before{content:""}.fa-leaf-maple::before{content:""}.fa-leaf-oak::before{content:""}.fa-leafy-green::before{content:""}.fa-left::before{content:""}.fa-arrow-alt-left::before{content:""}.fa-left-from-line::before{content:""}.fa-arrow-alt-from-right::before{content:""}.fa-left-long::before{content:""}.fa-long-arrow-alt-left::before{content:""}.fa-left-long-to-line::before{content:""}.fa-left-right::before{content:""}.fa-arrows-alt-h::before{content:""}.fa-left-to-line::before{content:""}.fa-arrow-alt-to-left::before{content:""}.fa-lemon::before{content:""}.fa-less-than::before{content:"<"}.fa-less-than-equal::before{content:""}.fa-life-ring::before{content:""}.fa-light-ceiling::before{content:""}.fa-light-emergency::before{content:""}.fa-light-emergency-on::before{content:""}.fa-light-switch::before{content:""}.fa-light-switch-off::before{content:""}.fa-light-switch-on::before{content:""}.fa-lightbulb::before{content:""}.fa-lightbulb-cfl::before{content:""}.fa-lightbulb-cfl-on::before{content:""}.fa-lightbulb-dollar::before{content:""}.fa-lightbulb-exclamation::before{content:""}.fa-lightbulb-exclamation-on::before{content:""}.fa-lightbulb-on::before{content:""}.fa-lightbulb-slash::before{content:""}.fa-lights-holiday::before{content:""}.fa-line-columns::before{content:""}.fa-line-height::before{content:""}.fa-lines-leaning::before{content:""}.fa-link::before{content:""}.fa-chain::before{content:""}.fa-link-horizontal::before{content:""}.fa-chain-horizontal::before{content:""}.fa-link-horizontal-slash::before{content:""}.fa-chain-horizontal-slash::before{content:""}.fa-link-simple::before{content:""}.fa-link-simple-slash::before{content:""}.fa-link-slash::before{content:""}.fa-chain-broken::before{content:""}.fa-chain-slash::before{content:""}.fa-unlink::before{content:""}.fa-lips::before{content:""}.fa-lira-sign::before{content:""}.fa-list::before{content:""}.fa-list-squares::before{content:""}.fa-list-check::before{content:""}.fa-tasks::before{content:""}.fa-list-dropdown::before{content:""}.fa-list-music::before{content:""}.fa-list-ol::before{content:""}.fa-list-1-2::before{content:""}.fa-list-numeric::before{content:""}.fa-list-radio::before{content:""}.fa-list-timeline::before{content:""}.fa-list-tree::before{content:""}.fa-list-ul::before{content:""}.fa-list-dots::before{content:""}.fa-litecoin-sign::before{content:""}.fa-loader::before{content:""}.fa-lobster::before{content:""}.fa-location-arrow::before{content:""}.fa-location-check::before{content:""}.fa-map-marker-check::before{content:""}.fa-location-crosshairs::before{content:""}.fa-location::before{content:""}.fa-location-crosshairs-slash::before{content:""}.fa-location-slash::before{content:""}.fa-location-dot::before{content:""}.fa-map-marker-alt::before{content:""}.fa-location-dot-slash::before{content:""}.fa-map-marker-alt-slash::before{content:""}.fa-location-exclamation::before{content:""}.fa-map-marker-exclamation::before{content:""}.fa-location-minus::before{content:""}.fa-map-marker-minus::before{content:""}.fa-location-pen::before{content:""}.fa-map-marker-edit::before{content:""}.fa-location-pin::before{content:""}.fa-map-marker::before{content:""}.fa-location-pin-lock::before{content:""}.fa-location-pin-slash::before{content:""}.fa-map-marker-slash::before{content:""}.fa-location-plus::before{content:""}.fa-map-marker-plus::before{content:""}.fa-location-question::before{content:""}.fa-map-marker-question::before{content:""}.fa-location-smile::before{content:""}.fa-map-marker-smile::before{content:""}.fa-location-xmark::before{content:""}.fa-map-marker-times::before{content:""}.fa-map-marker-xmark::before{content:""}.fa-lock::before{content:""}.fa-lock-a::before{content:""}.fa-lock-hashtag::before{content:""}.fa-lock-keyhole::before{content:""}.fa-lock-alt::before{content:""}.fa-lock-keyhole-open::before{content:""}.fa-lock-open-alt::before{content:""}.fa-lock-open::before{content:""}.fa-locust::before{content:""}.fa-lollipop::before{content:""}.fa-lollypop::before{content:""}.fa-loveseat::before{content:""}.fa-couch-small::before{content:""}.fa-luchador-mask::before{content:""}.fa-luchador::before{content:""}.fa-mask-luchador::before{content:""}.fa-lungs::before{content:""}.fa-lungs-virus::before{content:""}.fa-m::before{content:"M"}.fa-mace::before{content:""}.fa-magnet::before{content:""}.fa-magnifying-glass::before{content:""}.fa-search::before{content:""}.fa-magnifying-glass-arrow-right::before{content:""}.fa-magnifying-glass-chart::before{content:""}.fa-magnifying-glass-dollar::before{content:""}.fa-search-dollar::before{content:""}.fa-magnifying-glass-location::before{content:""}.fa-search-location::before{content:""}.fa-magnifying-glass-minus::before{content:""}.fa-search-minus::before{content:""}.fa-magnifying-glass-plus::before{content:""}.fa-search-plus::before{content:""}.fa-mailbox::before{content:""}.fa-manat-sign::before{content:""}.fa-mandolin::before{content:""}.fa-mango::before{content:""}.fa-manhole::before{content:""}.fa-map::before{content:""}.fa-map-location::before{content:""}.fa-map-marked::before{content:""}.fa-map-location-dot::before{content:""}.fa-map-marked-alt::before{content:""}.fa-map-pin::before{content:""}.fa-marker::before{content:""}.fa-mars::before{content:""}.fa-mars-and-venus::before{content:""}.fa-mars-and-venus-burst::before{content:""}.fa-mars-double::before{content:""}.fa-mars-stroke::before{content:""}.fa-mars-stroke-right::before{content:""}.fa-mars-stroke-h::before{content:""}.fa-mars-stroke-up::before{content:""}.fa-mars-stroke-v::before{content:""}.fa-martini-glass::before{content:""}.fa-glass-martini-alt::before{content:""}.fa-martini-glass-citrus::before{content:""}.fa-cocktail::before{content:""}.fa-martini-glass-empty::before{content:""}.fa-glass-martini::before{content:""}.fa-mask::before{content:""}.fa-mask-face::before{content:""}.fa-mask-snorkel::before{content:""}.fa-mask-ventilator::before{content:""}.fa-masks-theater::before{content:""}.fa-theater-masks::before{content:""}.fa-mattress-pillow::before{content:""}.fa-maximize::before{content:""}.fa-expand-arrows-alt::before{content:""}.fa-meat::before{content:""}.fa-medal::before{content:""}.fa-megaphone::before{content:""}.fa-melon::before{content:""}.fa-melon-slice::before{content:""}.fa-memo::before{content:""}.fa-memo-circle-check::before{content:""}.fa-memo-circle-info::before{content:""}.fa-memo-pad::before{content:""}.fa-memory::before{content:""}.fa-menorah::before{content:""}.fa-mercury::before{content:""}.fa-merge::before{content:""}.fa-message::before{content:""}.fa-comment-alt::before{content:""}.fa-message-arrow-down::before{content:""}.fa-comment-alt-arrow-down::before{content:""}.fa-message-arrow-up::before{content:""}.fa-comment-alt-arrow-up::before{content:""}.fa-message-arrow-up-right::before{content:""}.fa-message-bot::before{content:""}.fa-message-captions::before{content:""}.fa-comment-alt-captions::before{content:""}.fa-message-check::before{content:""}.fa-comment-alt-check::before{content:""}.fa-message-code::before{content:""}.fa-message-dollar::before{content:""}.fa-comment-alt-dollar::before{content:""}.fa-message-dots::before{content:""}.fa-comment-alt-dots::before{content:""}.fa-messaging::before{content:""}.fa-message-exclamation::before{content:""}.fa-comment-alt-exclamation::before{content:""}.fa-message-image::before{content:""}.fa-comment-alt-image::before{content:""}.fa-message-lines::before{content:""}.fa-comment-alt-lines::before{content:""}.fa-message-medical::before{content:""}.fa-comment-alt-medical::before{content:""}.fa-message-middle::before{content:""}.fa-comment-middle-alt::before{content:""}.fa-message-middle-top::before{content:""}.fa-comment-middle-top-alt::before{content:""}.fa-message-minus::before{content:""}.fa-comment-alt-minus::before{content:""}.fa-message-music::before{content:""}.fa-comment-alt-music::before{content:""}.fa-message-pen::before{content:""}.fa-comment-alt-edit::before{content:""}.fa-message-edit::before{content:""}.fa-message-plus::before{content:""}.fa-comment-alt-plus::before{content:""}.fa-message-question::before{content:""}.fa-message-quote::before{content:""}.fa-comment-alt-quote::before{content:""}.fa-message-slash::before{content:""}.fa-comment-alt-slash::before{content:""}.fa-message-smile::before{content:""}.fa-comment-alt-smile::before{content:""}.fa-message-sms::before{content:""}.fa-message-text::before{content:""}.fa-comment-alt-text::before{content:""}.fa-message-xmark::before{content:""}.fa-comment-alt-times::before{content:""}.fa-message-times::before{content:""}.fa-messages::before{content:""}.fa-comments-alt::before{content:""}.fa-messages-dollar::before{content:""}.fa-comments-alt-dollar::before{content:""}.fa-messages-question::before{content:""}.fa-meteor::before{content:""}.fa-meter::before{content:""}.fa-meter-bolt::before{content:""}.fa-meter-droplet::before{content:""}.fa-meter-fire::before{content:""}.fa-microchip::before{content:""}.fa-microchip-ai::before{content:""}.fa-microphone::before{content:""}.fa-microphone-lines::before{content:""}.fa-microphone-alt::before{content:""}.fa-microphone-lines-slash::before{content:""}.fa-microphone-alt-slash::before{content:""}.fa-microphone-slash::before{content:""}.fa-microphone-stand::before{content:""}.fa-microscope::before{content:""}.fa-microwave::before{content:""}.fa-mill-sign::before{content:""}.fa-minimize::before{content:""}.fa-compress-arrows-alt::before{content:""}.fa-minus::before{content:""}.fa-subtract::before{content:""}.fa-mistletoe::before{content:""}.fa-mitten::before{content:""}.fa-mobile::before{content:""}.fa-mobile-android::before{content:""}.fa-mobile-phone::before{content:""}.fa-mobile-button::before{content:""}.fa-mobile-notch::before{content:""}.fa-mobile-iphone::before{content:""}.fa-mobile-retro::before{content:""}.fa-mobile-screen::before{content:""}.fa-mobile-android-alt::before{content:""}.fa-mobile-screen-button::before{content:""}.fa-mobile-alt::before{content:""}.fa-mobile-signal::before{content:""}.fa-mobile-signal-out::before{content:""}.fa-money-bill::before{content:""}.fa-money-bill-1::before{content:""}.fa-money-bill-alt::before{content:""}.fa-money-bill-1-wave::before{content:""}.fa-money-bill-wave-alt::before{content:""}.fa-money-bill-simple::before{content:""}.fa-money-bill-simple-wave::before{content:""}.fa-money-bill-transfer::before{content:""}.fa-money-bill-trend-up::before{content:""}.fa-money-bill-wave::before{content:""}.fa-money-bill-wheat::before{content:""}.fa-money-bills::before{content:""}.fa-money-bills-simple::before{content:""}.fa-money-bills-alt::before{content:""}.fa-money-check::before{content:""}.fa-money-check-dollar::before{content:""}.fa-money-check-alt::before{content:""}.fa-money-check-dollar-pen::before{content:""}.fa-money-check-edit-alt::before{content:""}.fa-money-check-pen::before{content:""}.fa-money-check-edit::before{content:""}.fa-money-from-bracket::before{content:""}.fa-money-simple-from-bracket::before{content:""}.fa-monitor-waveform::before{content:""}.fa-monitor-heart-rate::before{content:""}.fa-monkey::before{content:""}.fa-monument::before{content:""}.fa-moon::before{content:""}.fa-moon-cloud::before{content:""}.fa-moon-over-sun::before{content:""}.fa-eclipse-alt::before{content:""}.fa-moon-stars::before{content:""}.fa-moped::before{content:""}.fa-mortar-pestle::before{content:""}.fa-mosque::before{content:""}.fa-mosquito::before{content:""}.fa-mosquito-net::before{content:""}.fa-motorcycle::before{content:""}.fa-mound::before{content:""}.fa-mountain::before{content:""}.fa-mountain-city::before{content:""}.fa-mountain-sun::before{content:""}.fa-mountains::before{content:""}.fa-mouse-field::before{content:""}.fa-mp3-player::before{content:""}.fa-mug::before{content:""}.fa-mug-hot::before{content:""}.fa-mug-marshmallows::before{content:""}.fa-mug-saucer::before{content:""}.fa-coffee::before{content:""}.fa-mug-tea::before{content:""}.fa-mug-tea-saucer::before{content:""}.fa-mushroom::before{content:""}.fa-music::before{content:""}.fa-music-note::before{content:""}.fa-music-alt::before{content:""}.fa-music-note-slash::before{content:""}.fa-music-alt-slash::before{content:""}.fa-music-slash::before{content:""}.fa-n::before{content:"N"}.fa-naira-sign::before{content:""}.fa-narwhal::before{content:""}.fa-nesting-dolls::before{content:""}.fa-network-wired::before{content:""}.fa-neuter::before{content:""}.fa-newspaper::before{content:""}.fa-nfc::before{content:""}.fa-nfc-lock::before{content:""}.fa-nfc-magnifying-glass::before{content:""}.fa-nfc-pen::before{content:""}.fa-nfc-signal::before{content:""}.fa-nfc-slash::before{content:""}.fa-nfc-trash::before{content:""}.fa-not-equal::before{content:""}.fa-notdef::before{content:""}.fa-note::before{content:""}.fa-note-medical::before{content:""}.fa-note-sticky::before{content:""}.fa-sticky-note::before{content:""}.fa-notebook::before{content:""}.fa-notes::before{content:""}.fa-notes-medical::before{content:""}.fa-o::before{content:"O"}.fa-object-exclude::before{content:""}.fa-object-group::before{content:""}.fa-object-intersect::before{content:""}.fa-object-subtract::before{content:""}.fa-object-ungroup::before{content:""}.fa-object-union::before{content:""}.fa-objects-align-bottom::before{content:""}.fa-objects-align-center-horizontal::before{content:""}.fa-objects-align-center-vertical::before{content:""}.fa-objects-align-left::before{content:""}.fa-objects-align-right::before{content:""}.fa-objects-align-top::before{content:""}.fa-objects-column::before{content:""}.fa-octagon::before{content:""}.fa-octagon-check::before{content:""}.fa-octagon-divide::before{content:""}.fa-octagon-exclamation::before{content:""}.fa-octagon-minus::before{content:""}.fa-minus-octagon::before{content:""}.fa-octagon-plus::before{content:""}.fa-plus-octagon::before{content:""}.fa-octagon-xmark::before{content:""}.fa-times-octagon::before{content:""}.fa-xmark-octagon::before{content:""}.fa-oil-can::before{content:""}.fa-oil-can-drip::before{content:""}.fa-oil-temperature::before{content:""}.fa-oil-temp::before{content:""}.fa-oil-well::before{content:""}.fa-olive::before{content:""}.fa-olive-branch::before{content:""}.fa-om::before{content:""}.fa-omega::before{content:""}.fa-onion::before{content:""}.fa-option::before{content:""}.fa-ornament::before{content:""}.fa-otter::before{content:""}.fa-outdent::before{content:""}.fa-dedent::before{content:""}.fa-outlet::before{content:""}.fa-oven::before{content:""}.fa-overline::before{content:""}.fa-p::before{content:"P"}.fa-page::before{content:""}.fa-page-caret-down::before{content:""}.fa-file-caret-down::before{content:""}.fa-page-caret-up::before{content:""}.fa-file-caret-up::before{content:""}.fa-pager::before{content:""}.fa-paint-roller::before{content:""}.fa-paintbrush::before{content:""}.fa-paint-brush::before{content:""}.fa-paintbrush-fine::before{content:""}.fa-paint-brush-alt::before{content:""}.fa-paint-brush-fine::before{content:""}.fa-paintbrush-alt::before{content:""}.fa-paintbrush-pencil::before{content:""}.fa-palette::before{content:""}.fa-pallet::before{content:""}.fa-pallet-box::before{content:""}.fa-pallet-boxes::before{content:""}.fa-palette-boxes::before{content:""}.fa-pallet-alt::before{content:""}.fa-pan-food::before{content:""}.fa-pan-frying::before{content:""}.fa-pancakes::before{content:""}.fa-panel-ews::before{content:""}.fa-panel-fire::before{content:""}.fa-panorama::before{content:""}.fa-paper-plane::before{content:""}.fa-paper-plane-top::before{content:""}.fa-paper-plane-alt::before{content:""}.fa-send::before{content:""}.fa-paperclip::before{content:""}.fa-paperclip-vertical::before{content:""}.fa-parachute-box::before{content:""}.fa-paragraph::before{content:""}.fa-paragraph-left::before{content:""}.fa-paragraph-rtl::before{content:""}.fa-party-bell::before{content:""}.fa-party-horn::before{content:""}.fa-passport::before{content:""}.fa-paste::before{content:""}.fa-file-clipboard::before{content:""}.fa-pause::before{content:""}.fa-paw::before{content:""}.fa-paw-claws::before{content:""}.fa-paw-simple::before{content:""}.fa-paw-alt::before{content:""}.fa-peace::before{content:""}.fa-peach::before{content:""}.fa-peanut::before{content:""}.fa-peanuts::before{content:""}.fa-peapod::before{content:""}.fa-pear::before{content:""}.fa-pedestal::before{content:""}.fa-pegasus::before{content:""}.fa-pen::before{content:""}.fa-pen-circle::before{content:""}.fa-pen-clip::before{content:""}.fa-pen-alt::before{content:""}.fa-pen-clip-slash::before{content:""}.fa-pen-alt-slash::before{content:""}.fa-pen-fancy::before{content:""}.fa-pen-fancy-slash::before{content:""}.fa-pen-field::before{content:""}.fa-pen-line::before{content:""}.fa-pen-nib::before{content:""}.fa-pen-nib-slash::before{content:""}.fa-pen-paintbrush::before{content:""}.fa-pencil-paintbrush::before{content:""}.fa-pen-ruler::before{content:""}.fa-pencil-ruler::before{content:""}.fa-pen-slash::before{content:""}.fa-pen-swirl::before{content:""}.fa-pen-to-square::before{content:""}.fa-edit::before{content:""}.fa-pencil::before{content:""}.fa-pencil-alt::before{content:""}.fa-pencil-slash::before{content:""}.fa-people::before{content:""}.fa-people-arrows::before{content:""}.fa-people-arrows-left-right::before{content:""}.fa-people-carry-box::before{content:""}.fa-people-carry::before{content:""}.fa-people-dress::before{content:""}.fa-people-dress-simple::before{content:""}.fa-people-group::before{content:""}.fa-people-line::before{content:""}.fa-people-pants::before{content:""}.fa-people-pants-simple::before{content:""}.fa-people-pulling::before{content:""}.fa-people-robbery::before{content:""}.fa-people-roof::before{content:""}.fa-people-simple::before{content:""}.fa-pepper::before{content:""}.fa-pepper-hot::before{content:""}.fa-percent::before{content:"%"}.fa-percentage::before{content:"%"}.fa-period::before{content:"."}.fa-person::before{content:""}.fa-male::before{content:""}.fa-person-arrow-down-to-line::before{content:""}.fa-person-arrow-up-from-line::before{content:""}.fa-person-biking::before{content:""}.fa-biking::before{content:""}.fa-person-biking-mountain::before{content:""}.fa-biking-mountain::before{content:""}.fa-person-booth::before{content:""}.fa-person-breastfeeding::before{content:""}.fa-person-burst::before{content:""}.fa-person-cane::before{content:""}.fa-person-carry-box::before{content:""}.fa-person-carry::before{content:""}.fa-person-chalkboard::before{content:""}.fa-person-circle-check::before{content:""}.fa-person-circle-exclamation::before{content:""}.fa-person-circle-minus::before{content:""}.fa-person-circle-plus::before{content:""}.fa-person-circle-question::before{content:""}.fa-person-circle-xmark::before{content:""}.fa-person-digging::before{content:""}.fa-digging::before{content:""}.fa-person-dolly::before{content:""}.fa-person-dolly-empty::before{content:""}.fa-person-dots-from-line::before{content:""}.fa-diagnoses::before{content:""}.fa-person-dress::before{content:""}.fa-female::before{content:""}.fa-person-dress-burst::before{content:""}.fa-person-dress-simple::before{content:""}.fa-person-drowning::before{content:""}.fa-person-falling::before{content:""}.fa-person-falling-burst::before{content:""}.fa-person-from-portal::before{content:""}.fa-portal-exit::before{content:""}.fa-person-half-dress::before{content:""}.fa-person-harassing::before{content:""}.fa-person-hiking::before{content:""}.fa-hiking::before{content:""}.fa-person-military-pointing::before{content:""}.fa-person-military-rifle::before{content:""}.fa-person-military-to-person::before{content:""}.fa-person-pinball::before{content:""}.fa-person-praying::before{content:""}.fa-pray::before{content:""}.fa-person-pregnant::before{content:""}.fa-person-rays::before{content:""}.fa-person-rifle::before{content:""}.fa-person-running::before{content:""}.fa-running::before{content:""}.fa-person-seat::before{content:""}.fa-person-seat-reclined::before{content:""}.fa-person-shelter::before{content:""}.fa-person-sign::before{content:""}.fa-person-simple::before{content:""}.fa-person-skating::before{content:""}.fa-skating::before{content:""}.fa-person-ski-jumping::before{content:""}.fa-ski-jump::before{content:""}.fa-person-ski-lift::before{content:""}.fa-ski-lift::before{content:""}.fa-person-skiing::before{content:""}.fa-skiing::before{content:""}.fa-person-skiing-nordic::before{content:""}.fa-skiing-nordic::before{content:""}.fa-person-sledding::before{content:""}.fa-sledding::before{content:""}.fa-person-snowboarding::before{content:""}.fa-snowboarding::before{content:""}.fa-person-snowmobiling::before{content:""}.fa-snowmobile::before{content:""}.fa-person-swimming::before{content:""}.fa-swimmer::before{content:""}.fa-person-through-window::before{content:""}.fa-person-to-door::before{content:""}.fa-person-to-portal::before{content:""}.fa-portal-enter::before{content:""}.fa-person-walking::before{content:""}.fa-walking::before{content:""}.fa-person-walking-arrow-loop-left::before{content:""}.fa-person-walking-arrow-right::before{content:""}.fa-person-walking-dashed-line-arrow-right::before{content:""}.fa-person-walking-luggage::before{content:""}.fa-person-walking-with-cane::before{content:""}.fa-blind::before{content:""}.fa-peseta-sign::before{content:""}.fa-peso-sign::before{content:""}.fa-phone::before{content:""}.fa-phone-arrow-down-left::before{content:""}.fa-phone-arrow-down::before{content:""}.fa-phone-incoming::before{content:""}.fa-phone-arrow-up-right::before{content:""}.fa-phone-arrow-up::before{content:""}.fa-phone-outgoing::before{content:""}.fa-phone-flip::before{content:""}.fa-phone-alt::before{content:""}.fa-phone-hangup::before{content:""}.fa-phone-intercom::before{content:""}.fa-phone-missed::before{content:""}.fa-phone-office::before{content:""}.fa-phone-plus::before{content:""}.fa-phone-rotary::before{content:""}.fa-phone-slash::before{content:""}.fa-phone-volume::before{content:""}.fa-volume-control-phone::before{content:""}.fa-phone-xmark::before{content:""}.fa-photo-film::before{content:""}.fa-photo-video::before{content:""}.fa-photo-film-music::before{content:""}.fa-pi::before{content:""}.fa-piano::before{content:""}.fa-piano-keyboard::before{content:""}.fa-pickleball::before{content:""}.fa-pie::before{content:""}.fa-pig::before{content:""}.fa-piggy-bank::before{content:""}.fa-pills::before{content:""}.fa-pinata::before{content:""}.fa-pinball::before{content:""}.fa-pineapple::before{content:""}.fa-pipe::before{content:"|"}.fa-pipe-circle-check::before{content:""}.fa-pipe-collar::before{content:""}.fa-pipe-section::before{content:""}.fa-pipe-smoking::before{content:""}.fa-pipe-valve::before{content:""}.fa-pizza::before{content:""}.fa-pizza-slice::before{content:""}.fa-place-of-worship::before{content:""}.fa-plane::before{content:""}.fa-plane-arrival::before{content:""}.fa-plane-circle-check::before{content:""}.fa-plane-circle-exclamation::before{content:""}.fa-plane-circle-xmark::before{content:""}.fa-plane-departure::before{content:""}.fa-plane-engines::before{content:""}.fa-plane-alt::before{content:""}.fa-plane-lock::before{content:""}.fa-plane-prop::before{content:""}.fa-plane-slash::before{content:""}.fa-plane-tail::before{content:""}.fa-plane-up::before{content:""}.fa-plane-up-slash::before{content:""}.fa-planet-moon::before{content:""}.fa-planet-ringed::before{content:""}.fa-plant-wilt::before{content:""}.fa-plate-utensils::before{content:""}.fa-plate-wheat::before{content:""}.fa-play::before{content:""}.fa-play-pause::before{content:""}.fa-plug::before{content:""}.fa-plug-circle-bolt::before{content:""}.fa-plug-circle-check::before{content:""}.fa-plug-circle-exclamation::before{content:""}.fa-plug-circle-minus::before{content:""}.fa-plug-circle-plus::before{content:""}.fa-plug-circle-xmark::before{content:""}.fa-plus::before{content:"+"}.fa-add::before{content:"+"}.fa-plus-large::before{content:""}.fa-plus-minus::before{content:""}.fa-podcast::before{content:""}.fa-podium::before{content:""}.fa-podium-star::before{content:""}.fa-police-box::before{content:""}.fa-poll-people::before{content:""}.fa-pompebled::before{content:""}.fa-poo::before{content:""}.fa-poo-storm::before{content:""}.fa-poo-bolt::before{content:""}.fa-pool-8-ball::before{content:""}.fa-poop::before{content:""}.fa-popcorn::before{content:""}.fa-popsicle::before{content:""}.fa-pot-food::before{content:""}.fa-potato::before{content:""}.fa-power-off::before{content:""}.fa-prescription::before{content:""}.fa-prescription-bottle::before{content:""}.fa-prescription-bottle-medical::before{content:""}.fa-prescription-bottle-alt::before{content:""}.fa-presentation-screen::before{content:""}.fa-presentation::before{content:""}.fa-pretzel::before{content:""}.fa-print::before{content:""}.fa-print-magnifying-glass::before{content:""}.fa-print-search::before{content:""}.fa-print-slash::before{content:""}.fa-projector::before{content:""}.fa-pump::before{content:""}.fa-pump-medical::before{content:""}.fa-pump-soap::before{content:""}.fa-pumpkin::before{content:""}.fa-puzzle::before{content:""}.fa-puzzle-piece::before{content:""}.fa-puzzle-piece-simple::before{content:""}.fa-puzzle-piece-alt::before{content:""}.fa-q::before{content:"Q"}.fa-qrcode::before{content:""}.fa-question::before{content:"?"}.fa-quote-left::before{content:""}.fa-quote-left-alt::before{content:""}.fa-quote-right::before{content:""}.fa-quote-right-alt::before{content:""}.fa-quotes::before{content:""}.fa-r::before{content:"R"}.fa-rabbit::before{content:""}.fa-rabbit-running::before{content:""}.fa-rabbit-fast::before{content:""}.fa-racquet::before{content:""}.fa-radar::before{content:""}.fa-radiation::before{content:""}.fa-radio::before{content:""}.fa-radio-tuner::before{content:""}.fa-radio-alt::before{content:""}.fa-rainbow::before{content:""}.fa-raindrops::before{content:""}.fa-ram::before{content:""}.fa-ramp-loading::before{content:""}.fa-ranking-star::before{content:""}.fa-raygun::before{content:""}.fa-receipt::before{content:""}.fa-record-vinyl::before{content:""}.fa-rectangle::before{content:""}.fa-rectangle-landscape::before{content:""}.fa-rectangle-ad::before{content:""}.fa-ad::before{content:""}.fa-rectangle-barcode::before{content:""}.fa-barcode-alt::before{content:""}.fa-rectangle-code::before{content:""}.fa-rectangle-history::before{content:""}.fa-rectangle-history-circle-plus::before{content:""}.fa-rectangle-history-circle-user::before{content:""}.fa-rectangle-list::before{content:""}.fa-list-alt::before{content:""}.fa-rectangle-pro::before{content:""}.fa-pro::before{content:""}.fa-rectangle-terminal::before{content:""}.fa-rectangle-vertical::before{content:""}.fa-rectangle-portrait::before{content:""}.fa-rectangle-vertical-history::before{content:""}.fa-rectangle-wide::before{content:""}.fa-rectangle-xmark::before{content:""}.fa-rectangle-times::before{content:""}.fa-times-rectangle::before{content:""}.fa-window-close::before{content:""}.fa-rectangles-mixed::before{content:""}.fa-recycle::before{content:""}.fa-reel::before{content:""}.fa-refrigerator::before{content:""}.fa-registered::before{content:""}.fa-repeat::before{content:""}.fa-repeat-1::before{content:""}.fa-reply::before{content:""}.fa-mail-reply::before{content:""}.fa-reply-all::before{content:""}.fa-mail-reply-all::before{content:""}.fa-reply-clock::before{content:""}.fa-reply-time::before{content:""}.fa-republican::before{content:""}.fa-restroom::before{content:""}.fa-restroom-simple::before{content:""}.fa-retweet::before{content:""}.fa-rhombus::before{content:""}.fa-ribbon::before{content:""}.fa-right::before{content:""}.fa-arrow-alt-right::before{content:""}.fa-right-from-bracket::before{content:""}.fa-sign-out-alt::before{content:""}.fa-right-from-line::before{content:""}.fa-arrow-alt-from-left::before{content:""}.fa-right-left::before{content:""}.fa-exchange-alt::before{content:""}.fa-right-long::before{content:""}.fa-long-arrow-alt-right::before{content:""}.fa-right-long-to-line::before{content:""}.fa-right-to-bracket::before{content:""}.fa-sign-in-alt::before{content:""}.fa-right-to-line::before{content:""}.fa-arrow-alt-to-right::before{content:""}.fa-ring::before{content:""}.fa-ring-diamond::before{content:""}.fa-rings-wedding::before{content:""}.fa-road::before{content:""}.fa-road-barrier::before{content:""}.fa-road-bridge::before{content:""}.fa-road-circle-check::before{content:""}.fa-road-circle-exclamation::before{content:""}.fa-road-circle-xmark::before{content:""}.fa-road-lock::before{content:""}.fa-road-spikes::before{content:""}.fa-robot::before{content:""}.fa-robot-astromech::before{content:""}.fa-rocket::before{content:""}.fa-rocket-launch::before{content:""}.fa-roller-coaster::before{content:""}.fa-rotate::before{content:""}.fa-sync-alt::before{content:""}.fa-rotate-exclamation::before{content:""}.fa-rotate-left::before{content:""}.fa-rotate-back::before{content:""}.fa-rotate-backward::before{content:""}.fa-undo-alt::before{content:""}.fa-rotate-right::before{content:""}.fa-redo-alt::before{content:""}.fa-rotate-forward::before{content:""}.fa-route::before{content:""}.fa-route-highway::before{content:""}.fa-route-interstate::before{content:""}.fa-router::before{content:""}.fa-rss::before{content:""}.fa-feed::before{content:""}.fa-ruble-sign::before{content:""}.fa-rouble::before{content:""}.fa-rub::before{content:""}.fa-ruble::before{content:""}.fa-rug::before{content:""}.fa-rugby-ball::before{content:""}.fa-ruler::before{content:""}.fa-ruler-combined::before{content:""}.fa-ruler-horizontal::before{content:""}.fa-ruler-triangle::before{content:""}.fa-ruler-vertical::before{content:""}.fa-rupee-sign::before{content:""}.fa-rupee::before{content:""}.fa-rupiah-sign::before{content:""}.fa-rv::before{content:""}.fa-s::before{content:"S"}.fa-sack::before{content:""}.fa-sack-dollar::before{content:""}.fa-sack-xmark::before{content:""}.fa-sailboat::before{content:""}.fa-salad::before{content:""}.fa-bowl-salad::before{content:""}.fa-salt-shaker::before{content:""}.fa-sandwich::before{content:""}.fa-satellite::before{content:""}.fa-satellite-dish::before{content:""}.fa-sausage::before{content:""}.fa-saxophone::before{content:""}.fa-saxophone-fire::before{content:""}.fa-sax-hot::before{content:""}.fa-scale-balanced::before{content:""}.fa-balance-scale::before{content:""}.fa-scale-unbalanced::before{content:""}.fa-balance-scale-left::before{content:""}.fa-scale-unbalanced-flip::before{content:""}.fa-balance-scale-right::before{content:""}.fa-scalpel::before{content:""}.fa-scalpel-line-dashed::before{content:""}.fa-scalpel-path::before{content:""}.fa-scanner-gun::before{content:""}.fa-scanner::before{content:""}.fa-scanner-image::before{content:""}.fa-scanner-keyboard::before{content:""}.fa-scanner-touchscreen::before{content:""}.fa-scarecrow::before{content:""}.fa-scarf::before{content:""}.fa-school::before{content:""}.fa-school-circle-check::before{content:""}.fa-school-circle-exclamation::before{content:""}.fa-school-circle-xmark::before{content:""}.fa-school-flag::before{content:""}.fa-school-lock::before{content:""}.fa-scissors::before{content:""}.fa-cut::before{content:""}.fa-screen-users::before{content:""}.fa-users-class::before{content:""}.fa-screencast::before{content:""}.fa-screwdriver::before{content:""}.fa-screwdriver-wrench::before{content:""}.fa-tools::before{content:""}.fa-scribble::before{content:""}.fa-scroll::before{content:""}.fa-scroll-old::before{content:""}.fa-scroll-torah::before{content:""}.fa-torah::before{content:""}.fa-scrubber::before{content:""}.fa-scythe::before{content:""}.fa-sd-card::before{content:""}.fa-sd-cards::before{content:""}.fa-seal::before{content:""}.fa-seal-exclamation::before{content:""}.fa-seal-question::before{content:""}.fa-seat-airline::before{content:""}.fa-section::before{content:""}.fa-seedling::before{content:""}.fa-sprout::before{content:""}.fa-semicolon::before{content:";"}.fa-send-back::before{content:""}.fa-send-backward::before{content:""}.fa-sensor::before{content:""}.fa-sensor-cloud::before{content:""}.fa-sensor-smoke::before{content:""}.fa-sensor-fire::before{content:""}.fa-sensor-on::before{content:""}.fa-sensor-triangle-exclamation::before{content:""}.fa-sensor-alert::before{content:""}.fa-server::before{content:""}.fa-shapes::before{content:""}.fa-triangle-circle-square::before{content:""}.fa-share::before{content:""}.fa-arrow-turn-right::before{content:""}.fa-mail-forward::before{content:""}.fa-share-all::before{content:""}.fa-share-from-square::before{content:""}.fa-share-square::before{content:""}.fa-share-nodes::before{content:""}.fa-share-alt::before{content:""}.fa-sheep::before{content:""}.fa-sheet-plastic::before{content:""}.fa-shekel-sign::before{content:""}.fa-ils::before{content:""}.fa-shekel::before{content:""}.fa-sheqel::before{content:""}.fa-sheqel-sign::before{content:""}.fa-shelves::before{content:""}.fa-inventory::before{content:""}.fa-shelves-empty::before{content:""}.fa-shield::before{content:""}.fa-shield-blank::before{content:""}.fa-shield-cat::before{content:""}.fa-shield-check::before{content:""}.fa-shield-cross::before{content:""}.fa-shield-dog::before{content:""}.fa-shield-exclamation::before{content:""}.fa-shield-halved::before{content:""}.fa-shield-alt::before{content:""}.fa-shield-heart::before{content:""}.fa-shield-keyhole::before{content:""}.fa-shield-minus::before{content:""}.fa-shield-plus::before{content:""}.fa-shield-quartered::before{content:""}.fa-shield-slash::before{content:""}.fa-shield-virus::before{content:""}.fa-shield-xmark::before{content:""}.fa-shield-times::before{content:""}.fa-ship::before{content:""}.fa-shirt::before{content:""}.fa-t-shirt::before{content:""}.fa-tshirt::before{content:""}.fa-shirt-long-sleeve::before{content:""}.fa-shirt-running::before{content:""}.fa-shirt-tank-top::before{content:""}.fa-shish-kebab::before{content:""}.fa-shoe-prints::before{content:""}.fa-shop::before{content:""}.fa-store-alt::before{content:""}.fa-shop-lock::before{content:""}.fa-shop-slash::before{content:""}.fa-store-alt-slash::before{content:""}.fa-shovel::before{content:""}.fa-shovel-snow::before{content:""}.fa-shower::before{content:""}.fa-shower-down::before{content:""}.fa-shower-alt::before{content:""}.fa-shredder::before{content:""}.fa-shrimp::before{content:""}.fa-shuffle::before{content:""}.fa-random::before{content:""}.fa-shutters::before{content:""}.fa-shuttle-space::before{content:""}.fa-space-shuttle::before{content:""}.fa-shuttlecock::before{content:""}.fa-sickle::before{content:""}.fa-sidebar::before{content:""}.fa-sidebar-flip::before{content:""}.fa-sigma::before{content:""}.fa-sign-hanging::before{content:""}.fa-sign::before{content:""}.fa-signal::before{content:""}.fa-signal-5::before{content:""}.fa-signal-perfect::before{content:""}.fa-signal-bars::before{content:""}.fa-signal-alt::before{content:""}.fa-signal-alt-4::before{content:""}.fa-signal-bars-strong::before{content:""}.fa-signal-bars-fair::before{content:""}.fa-signal-alt-2::before{content:""}.fa-signal-bars-good::before{content:""}.fa-signal-alt-3::before{content:""}.fa-signal-bars-slash::before{content:""}.fa-signal-alt-slash::before{content:""}.fa-signal-bars-weak::before{content:""}.fa-signal-alt-1::before{content:""}.fa-signal-fair::before{content:""}.fa-signal-2::before{content:""}.fa-signal-good::before{content:""}.fa-signal-3::before{content:""}.fa-signal-slash::before{content:""}.fa-signal-stream::before{content:""}.fa-signal-stream-slash::before{content:""}.fa-signal-strong::before{content:""}.fa-signal-4::before{content:""}.fa-signal-weak::before{content:""}.fa-signal-1::before{content:""}.fa-signature::before{content:""}.fa-signature-lock::before{content:""}.fa-signature-slash::before{content:""}.fa-signs-post::before{content:""}.fa-map-signs::before{content:""}.fa-sim-card::before{content:""}.fa-sim-cards::before{content:""}.fa-sink::before{content:""}.fa-siren::before{content:""}.fa-siren-on::before{content:""}.fa-sitemap::before{content:""}.fa-skeleton::before{content:""}.fa-ski-boot::before{content:""}.fa-ski-boot-ski::before{content:""}.fa-skull::before{content:""}.fa-skull-cow::before{content:""}.fa-skull-crossbones::before{content:""}.fa-slash::before{content:""}.fa-slash-back::before{content:"\"}.fa-slash-forward::before{content:"/"}.fa-sleigh::before{content:""}.fa-slider::before{content:""}.fa-sliders::before{content:""}.fa-sliders-h::before{content:""}.fa-sliders-simple::before{content:""}.fa-sliders-up::before{content:""}.fa-sliders-v::before{content:""}.fa-slot-machine::before{content:""}.fa-smog::before{content:""}.fa-smoke::before{content:""}.fa-smoking::before{content:""}.fa-snake::before{content:""}.fa-snooze::before{content:""}.fa-zzz::before{content:""}.fa-snow-blowing::before{content:""}.fa-snowflake::before{content:""}.fa-snowflakes::before{content:""}.fa-snowman::before{content:""}.fa-snowman-head::before{content:""}.fa-frosty-head::before{content:""}.fa-snowplow::before{content:""}.fa-soap::before{content:""}.fa-socks::before{content:""}.fa-soft-serve::before{content:""}.fa-creemee::before{content:""}.fa-solar-panel::before{content:""}.fa-solar-system::before{content:""}.fa-sort::before{content:""}.fa-unsorted::before{content:""}.fa-sort-down::before{content:""}.fa-sort-desc::before{content:""}.fa-sort-up::before{content:""}.fa-sort-asc::before{content:""}.fa-spa::before{content:""}.fa-space-station-moon::before{content:""}.fa-space-station-moon-construction::before{content:""}.fa-space-station-moon-alt::before{content:""}.fa-spade::before{content:""}.fa-spaghetti-monster-flying::before{content:""}.fa-pastafarianism::before{content:""}.fa-sparkles::before{content:""}.fa-speaker::before{content:""}.fa-speakers::before{content:""}.fa-spell-check::before{content:""}.fa-spider::before{content:""}.fa-spider-black-widow::before{content:""}.fa-spider-web::before{content:""}.fa-spinner::before{content:""}.fa-spinner-third::before{content:""}.fa-split::before{content:""}.fa-splotch::before{content:""}.fa-spoon::before{content:""}.fa-utensil-spoon::before{content:""}.fa-sportsball::before{content:""}.fa-spray-can::before{content:""}.fa-spray-can-sparkles::before{content:""}.fa-air-freshener::before{content:""}.fa-sprinkler::before{content:""}.fa-sprinkler-ceiling::before{content:""}.fa-square::before{content:""}.fa-square-0::before{content:""}.fa-square-1::before{content:""}.fa-square-2::before{content:""}.fa-square-3::before{content:""}.fa-square-4::before{content:""}.fa-square-5::before{content:""}.fa-square-6::before{content:""}.fa-square-7::before{content:""}.fa-square-8::before{content:""}.fa-square-9::before{content:""}.fa-square-a::before{content:""}.fa-square-a-lock::before{content:""}.fa-square-ampersand::before{content:""}.fa-square-arrow-down::before{content:""}.fa-arrow-square-down::before{content:""}.fa-square-arrow-down-left::before{content:""}.fa-square-arrow-down-right::before{content:""}.fa-square-arrow-left::before{content:""}.fa-arrow-square-left::before{content:""}.fa-square-arrow-right::before{content:""}.fa-arrow-square-right::before{content:""}.fa-square-arrow-up::before{content:""}.fa-arrow-square-up::before{content:""}.fa-square-arrow-up-left::before{content:""}.fa-square-arrow-up-right::before{content:""}.fa-external-link-square::before{content:""}.fa-square-b::before{content:""}.fa-square-bolt::before{content:""}.fa-square-c::before{content:""}.fa-square-caret-down::before{content:""}.fa-caret-square-down::before{content:""}.fa-square-caret-left::before{content:""}.fa-caret-square-left::before{content:""}.fa-square-caret-right::before{content:""}.fa-caret-square-right::before{content:""}.fa-square-caret-up::before{content:""}.fa-caret-square-up::before{content:""}.fa-square-check::before{content:""}.fa-check-square::before{content:""}.fa-square-chevron-down::before{content:""}.fa-chevron-square-down::before{content:""}.fa-square-chevron-left::before{content:""}.fa-chevron-square-left::before{content:""}.fa-square-chevron-right::before{content:""}.fa-chevron-square-right::before{content:""}.fa-square-chevron-up::before{content:""}.fa-chevron-square-up::before{content:""}.fa-square-code::before{content:""}.fa-square-d::before{content:""}.fa-square-dashed::before{content:""}.fa-square-divide::before{content:""}.fa-square-dollar::before{content:""}.fa-dollar-square::before{content:""}.fa-usd-square::before{content:""}.fa-square-down::before{content:""}.fa-arrow-alt-square-down::before{content:""}.fa-square-down-left::before{content:""}.fa-square-down-right::before{content:""}.fa-square-e::before{content:""}.fa-square-ellipsis::before{content:""}.fa-square-ellipsis-vertical::before{content:""}.fa-square-envelope::before{content:""}.fa-envelope-square::before{content:""}.fa-square-exclamation::before{content:""}.fa-exclamation-square::before{content:""}.fa-square-f::before{content:""}.fa-square-fragile::before{content:""}.fa-box-fragile::before{content:""}.fa-square-wine-glass-crack::before{content:""}.fa-square-full::before{content:""}.fa-square-g::before{content:""}.fa-square-h::before{content:""}.fa-h-square::before{content:""}.fa-square-heart::before{content:""}.fa-heart-square::before{content:""}.fa-square-i::before{content:""}.fa-square-info::before{content:""}.fa-info-square::before{content:""}.fa-square-j::before{content:""}.fa-square-k::before{content:""}.fa-square-kanban::before{content:""}.fa-square-l::before{content:""}.fa-square-left::before{content:""}.fa-arrow-alt-square-left::before{content:""}.fa-square-list::before{content:""}.fa-square-m::before{content:""}.fa-square-minus::before{content:""}.fa-minus-square::before{content:""}.fa-square-n::before{content:""}.fa-square-nfi::before{content:""}.fa-square-o::before{content:""}.fa-square-p::before{content:""}.fa-square-parking::before{content:""}.fa-parking::before{content:""}.fa-square-parking-slash::before{content:""}.fa-parking-slash::before{content:""}.fa-square-pen::before{content:""}.fa-pen-square::before{content:""}.fa-pencil-square::before{content:""}.fa-square-person-confined::before{content:""}.fa-square-phone::before{content:""}.fa-phone-square::before{content:""}.fa-square-phone-flip::before{content:""}.fa-phone-square-alt::before{content:""}.fa-square-phone-hangup::before{content:""}.fa-phone-square-down::before{content:""}.fa-square-plus::before{content:""}.fa-plus-square::before{content:""}.fa-square-poll-horizontal::before{content:""}.fa-poll-h::before{content:""}.fa-square-poll-vertical::before{content:""}.fa-poll::before{content:""}.fa-square-q::before{content:""}.fa-square-quarters::before{content:""}.fa-square-question::before{content:""}.fa-question-square::before{content:""}.fa-square-quote::before{content:""}.fa-square-r::before{content:""}.fa-square-right::before{content:""}.fa-arrow-alt-square-right::before{content:""}.fa-square-ring::before{content:""}.fa-square-root::before{content:""}.fa-square-root-variable::before{content:""}.fa-square-root-alt::before{content:""}.fa-square-rss::before{content:""}.fa-rss-square::before{content:""}.fa-square-s::before{content:""}.fa-square-share-nodes::before{content:""}.fa-share-alt-square::before{content:""}.fa-square-sliders::before{content:""}.fa-sliders-h-square::before{content:""}.fa-square-sliders-vertical::before{content:""}.fa-sliders-v-square::before{content:""}.fa-square-small::before{content:""}.fa-square-star::before{content:""}.fa-square-t::before{content:""}.fa-square-terminal::before{content:""}.fa-square-this-way-up::before{content:""}.fa-box-up::before{content:""}.fa-square-u::before{content:""}.fa-square-up::before{content:""}.fa-arrow-alt-square-up::before{content:""}.fa-square-up-left::before{content:""}.fa-square-up-right::before{content:""}.fa-external-link-square-alt::before{content:""}.fa-square-user::before{content:""}.fa-square-v::before{content:""}.fa-square-virus::before{content:""}.fa-square-w::before{content:""}.fa-square-x::before{content:""}.fa-square-xmark::before{content:""}.fa-times-square::before{content:""}.fa-xmark-square::before{content:""}.fa-square-y::before{content:""}.fa-square-z::before{content:""}.fa-squid::before{content:""}.fa-squirrel::before{content:""}.fa-staff::before{content:""}.fa-staff-snake::before{content:""}.fa-rod-asclepius::before{content:""}.fa-rod-snake::before{content:""}.fa-staff-aesculapius::before{content:""}.fa-stairs::before{content:""}.fa-stamp::before{content:""}.fa-standard-definition::before{content:""}.fa-rectangle-sd::before{content:""}.fa-stapler::before{content:""}.fa-star::before{content:""}.fa-star-and-crescent::before{content:""}.fa-star-christmas::before{content:""}.fa-star-exclamation::before{content:""}.fa-star-half::before{content:""}.fa-star-half-stroke::before{content:""}.fa-star-half-alt::before{content:""}.fa-star-of-david::before{content:""}.fa-star-of-life::before{content:""}.fa-star-sharp::before{content:""}.fa-star-sharp-half::before{content:""}.fa-star-sharp-half-stroke::before{content:""}.fa-star-sharp-half-alt::before{content:""}.fa-star-shooting::before{content:""}.fa-starfighter::before{content:""}.fa-starfighter-twin-ion-engine::before{content:""}.fa-starfighter-alt::before{content:""}.fa-starfighter-twin-ion-engine-advanced::before{content:""}.fa-starfighter-alt-advanced::before{content:""}.fa-stars::before{content:""}.fa-starship::before{content:""}.fa-starship-freighter::before{content:""}.fa-steak::before{content:""}.fa-steering-wheel::before{content:""}.fa-sterling-sign::before{content:""}.fa-gbp::before{content:""}.fa-pound-sign::before{content:""}.fa-stethoscope::before{content:""}.fa-stocking::before{content:""}.fa-stomach::before{content:""}.fa-stop::before{content:""}.fa-stopwatch::before{content:""}.fa-stopwatch-20::before{content:""}.fa-store::before{content:""}.fa-store-lock::before{content:""}.fa-store-slash::before{content:""}.fa-strawberry::before{content:""}.fa-street-view::before{content:""}.fa-stretcher::before{content:""}.fa-strikethrough::before{content:""}.fa-stroopwafel::before{content:""}.fa-subscript::before{content:""}.fa-suitcase::before{content:""}.fa-suitcase-medical::before{content:""}.fa-medkit::before{content:""}.fa-suitcase-rolling::before{content:""}.fa-sun::before{content:""}.fa-sun-bright::before{content:""}.fa-sun-alt::before{content:""}.fa-sun-cloud::before{content:""}.fa-sun-dust::before{content:""}.fa-sun-haze::before{content:""}.fa-sun-plant-wilt::before{content:""}.fa-sunglasses::before{content:""}.fa-sunrise::before{content:""}.fa-sunset::before{content:""}.fa-superscript::before{content:""}.fa-sushi::before{content:""}.fa-nigiri::before{content:""}.fa-sushi-roll::before{content:""}.fa-maki-roll::before{content:""}.fa-makizushi::before{content:""}.fa-swatchbook::before{content:""}.fa-sword::before{content:""}.fa-sword-laser::before{content:""}.fa-sword-laser-alt::before{content:""}.fa-swords::before{content:""}.fa-swords-laser::before{content:""}.fa-symbols::before{content:""}.fa-icons-alt::before{content:""}.fa-synagogue::before{content:""}.fa-syringe::before{content:""}.fa-t::before{content:"T"}.fa-table::before{content:""}.fa-table-cells::before{content:""}.fa-th::before{content:""}.fa-table-cells-large::before{content:""}.fa-th-large::before{content:""}.fa-table-columns::before{content:""}.fa-columns::before{content:""}.fa-table-layout::before{content:""}.fa-table-list::before{content:""}.fa-th-list::before{content:""}.fa-table-picnic::before{content:""}.fa-table-pivot::before{content:""}.fa-table-rows::before{content:""}.fa-rows::before{content:""}.fa-table-tennis-paddle-ball::before{content:""}.fa-ping-pong-paddle-ball::before{content:""}.fa-table-tennis::before{content:""}.fa-table-tree::before{content:""}.fa-tablet::before{content:""}.fa-tablet-android::before{content:""}.fa-tablet-button::before{content:""}.fa-tablet-rugged::before{content:""}.fa-tablet-screen::before{content:""}.fa-tablet-android-alt::before{content:""}.fa-tablet-screen-button::before{content:""}.fa-tablet-alt::before{content:""}.fa-tablets::before{content:""}.fa-tachograph-digital::before{content:""}.fa-digital-tachograph::before{content:""}.fa-taco::before{content:""}.fa-tag::before{content:""}.fa-tags::before{content:""}.fa-tally::before{content:""}.fa-tally-5::before{content:""}.fa-tally-1::before{content:""}.fa-tally-2::before{content:""}.fa-tally-3::before{content:""}.fa-tally-4::before{content:""}.fa-tamale::before{content:""}.fa-tank-water::before{content:""}.fa-tape::before{content:""}.fa-tarp::before{content:""}.fa-tarp-droplet::before{content:""}.fa-taxi::before{content:""}.fa-cab::before{content:""}.fa-taxi-bus::before{content:""}.fa-teddy-bear::before{content:""}.fa-teeth::before{content:""}.fa-teeth-open::before{content:""}.fa-telescope::before{content:""}.fa-temperature-arrow-down::before{content:""}.fa-temperature-down::before{content:""}.fa-temperature-arrow-up::before{content:""}.fa-temperature-up::before{content:""}.fa-temperature-empty::before{content:""}.fa-temperature-0::before{content:""}.fa-thermometer-0::before{content:""}.fa-thermometer-empty::before{content:""}.fa-temperature-full::before{content:""}.fa-temperature-4::before{content:""}.fa-thermometer-4::before{content:""}.fa-thermometer-full::before{content:""}.fa-temperature-half::before{content:""}.fa-temperature-2::before{content:""}.fa-thermometer-2::before{content:""}.fa-thermometer-half::before{content:""}.fa-temperature-high::before{content:""}.fa-temperature-list::before{content:""}.fa-temperature-low::before{content:""}.fa-temperature-quarter::before{content:""}.fa-temperature-1::before{content:""}.fa-thermometer-1::before{content:""}.fa-thermometer-quarter::before{content:""}.fa-temperature-snow::before{content:""}.fa-temperature-frigid::before{content:""}.fa-temperature-sun::before{content:""}.fa-temperature-hot::before{content:""}.fa-temperature-three-quarters::before{content:""}.fa-temperature-3::before{content:""}.fa-thermometer-3::before{content:""}.fa-thermometer-three-quarters::before{content:""}.fa-tenge-sign::before{content:""}.fa-tenge::before{content:""}.fa-tennis-ball::before{content:""}.fa-tent::before{content:""}.fa-tent-arrow-down-to-line::before{content:""}.fa-tent-arrow-left-right::before{content:""}.fa-tent-arrow-turn-left::before{content:""}.fa-tent-arrows-down::before{content:""}.fa-tents::before{content:""}.fa-terminal::before{content:""}.fa-text::before{content:""}.fa-text-height::before{content:""}.fa-text-size::before{content:""}.fa-text-slash::before{content:""}.fa-remove-format::before{content:""}.fa-text-width::before{content:""}.fa-thermometer::before{content:""}.fa-theta::before{content:""}.fa-thought-bubble::before{content:""}.fa-thumbs-down::before{content:""}.fa-thumbs-up::before{content:""}.fa-thumbtack::before{content:""}.fa-thumb-tack::before{content:""}.fa-tick::before{content:""}.fa-ticket::before{content:""}.fa-ticket-airline::before{content:""}.fa-ticket-simple::before{content:""}.fa-ticket-alt::before{content:""}.fa-tickets-airline::before{content:""}.fa-tilde::before{content:"~"}.fa-timeline::before{content:""}.fa-timeline-arrow::before{content:""}.fa-timer::before{content:""}.fa-tire::before{content:""}.fa-tire-flat::before{content:""}.fa-tire-pressure-warning::before{content:""}.fa-tire-rugged::before{content:""}.fa-toggle-large-off::before{content:""}.fa-toggle-large-on::before{content:""}.fa-toggle-off::before{content:""}.fa-toggle-on::before{content:""}.fa-toilet::before{content:""}.fa-toilet-paper::before{content:""}.fa-toilet-paper-blank::before{content:""}.fa-toilet-paper-alt::before{content:""}.fa-toilet-paper-blank-under::before{content:""}.fa-toilet-paper-reverse-alt::before{content:""}.fa-toilet-paper-check::before{content:""}.fa-toilet-paper-slash::before{content:""}.fa-toilet-paper-under::before{content:""}.fa-toilet-paper-reverse::before{content:""}.fa-toilet-paper-under-slash::before{content:""}.fa-toilet-paper-reverse-slash::before{content:""}.fa-toilet-paper-xmark::before{content:""}.fa-toilet-portable::before{content:""}.fa-toilets-portable::before{content:""}.fa-tomato::before{content:""}.fa-tombstone::before{content:""}.fa-tombstone-blank::before{content:""}.fa-tombstone-alt::before{content:""}.fa-toolbox::before{content:""}.fa-tooth::before{content:""}.fa-toothbrush::before{content:""}.fa-torii-gate::before{content:""}.fa-tornado::before{content:""}.fa-tower-broadcast::before{content:""}.fa-broadcast-tower::before{content:""}.fa-tower-cell::before{content:""}.fa-tower-control::before{content:""}.fa-tower-observation::before{content:""}.fa-tractor::before{content:""}.fa-trademark::before{content:""}.fa-traffic-cone::before{content:""}.fa-traffic-light::before{content:""}.fa-traffic-light-go::before{content:""}.fa-traffic-light-slow::before{content:""}.fa-traffic-light-stop::before{content:""}.fa-trailer::before{content:""}.fa-train::before{content:""}.fa-train-subway::before{content:""}.fa-subway::before{content:""}.fa-train-subway-tunnel::before{content:""}.fa-subway-tunnel::before{content:""}.fa-train-track::before{content:""}.fa-train-tram::before{content:""}.fa-train-tunnel::before{content:""}.fa-transformer-bolt::before{content:""}.fa-transgender::before{content:""}.fa-transgender-alt::before{content:""}.fa-transporter::before{content:""}.fa-transporter-1::before{content:""}.fa-transporter-2::before{content:""}.fa-transporter-3::before{content:""}.fa-transporter-4::before{content:""}.fa-transporter-5::before{content:""}.fa-transporter-6::before{content:""}.fa-transporter-7::before{content:""}.fa-transporter-empty::before{content:""}.fa-trash::before{content:""}.fa-trash-arrow-up::before{content:""}.fa-trash-restore::before{content:""}.fa-trash-can::before{content:""}.fa-trash-alt::before{content:""}.fa-trash-can-arrow-up::before{content:""}.fa-trash-restore-alt::before{content:""}.fa-trash-can-check::before{content:""}.fa-trash-can-clock::before{content:""}.fa-trash-can-list::before{content:""}.fa-trash-can-plus::before{content:""}.fa-trash-can-slash::before{content:""}.fa-trash-alt-slash::before{content:""}.fa-trash-can-undo::before{content:""}.fa-trash-can-arrow-turn-left::before{content:""}.fa-trash-undo-alt::before{content:""}.fa-trash-can-xmark::before{content:""}.fa-trash-check::before{content:""}.fa-trash-clock::before{content:""}.fa-trash-list::before{content:""}.fa-trash-plus::before{content:""}.fa-trash-slash::before{content:""}.fa-trash-undo::before{content:""}.fa-trash-arrow-turn-left::before{content:""}.fa-trash-xmark::before{content:""}.fa-treasure-chest::before{content:""}.fa-tree::before{content:""}.fa-tree-christmas::before{content:""}.fa-tree-city::before{content:""}.fa-tree-deciduous::before{content:""}.fa-tree-alt::before{content:""}.fa-tree-decorated::before{content:""}.fa-tree-large::before{content:""}.fa-tree-palm::before{content:""}.fa-trees::before{content:""}.fa-triangle::before{content:""}.fa-triangle-exclamation::before{content:""}.fa-exclamation-triangle::before{content:""}.fa-warning::before{content:""}.fa-triangle-instrument::before{content:""}.fa-triangle-music::before{content:""}.fa-triangle-person-digging::before{content:""}.fa-construction::before{content:""}.fa-trillium::before{content:""}.fa-trophy::before{content:""}.fa-trophy-star::before{content:""}.fa-trophy-alt::before{content:""}.fa-trowel::before{content:""}.fa-trowel-bricks::before{content:""}.fa-truck::before{content:""}.fa-truck-arrow-right::before{content:""}.fa-truck-bolt::before{content:""}.fa-truck-clock::before{content:""}.fa-shipping-timed::before{content:""}.fa-truck-container::before{content:""}.fa-truck-container-empty::before{content:""}.fa-truck-droplet::before{content:""}.fa-truck-fast::before{content:""}.fa-shipping-fast::before{content:""}.fa-truck-field::before{content:""}.fa-truck-field-un::before{content:""}.fa-truck-flatbed::before{content:""}.fa-truck-front::before{content:""}.fa-truck-medical::before{content:""}.fa-ambulance::before{content:""}.fa-truck-monster::before{content:""}.fa-truck-moving::before{content:""}.fa-truck-pickup::before{content:""}.fa-truck-plane::before{content:""}.fa-truck-plow::before{content:""}.fa-truck-ramp::before{content:""}.fa-truck-ramp-box::before{content:""}.fa-truck-loading::before{content:""}.fa-truck-ramp-couch::before{content:""}.fa-truck-couch::before{content:""}.fa-truck-tow::before{content:""}.fa-trumpet::before{content:""}.fa-tty::before{content:""}.fa-teletype::before{content:""}.fa-tty-answer::before{content:""}.fa-teletype-answer::before{content:""}.fa-tugrik-sign::before{content:""}.fa-turkey::before{content:""}.fa-turkish-lira-sign::before{content:""}.fa-try::before{content:""}.fa-turkish-lira::before{content:""}.fa-turn-down::before{content:""}.fa-level-down-alt::before{content:""}.fa-turn-down-left::before{content:""}.fa-turn-down-right::before{content:""}.fa-turn-up::before{content:""}.fa-level-up-alt::before{content:""}.fa-turntable::before{content:""}.fa-turtle::before{content:""}.fa-tv::before{content:""}.fa-television::before{content:""}.fa-tv-alt::before{content:""}.fa-tv-music::before{content:""}.fa-tv-retro::before{content:""}.fa-typewriter::before{content:""}.fa-u::before{content:"U"}.fa-ufo::before{content:""}.fa-ufo-beam::before{content:""}.fa-umbrella::before{content:""}.fa-umbrella-beach::before{content:""}.fa-umbrella-simple::before{content:""}.fa-umbrella-alt::before{content:""}.fa-underline::before{content:""}.fa-unicorn::before{content:""}.fa-uniform-martial-arts::before{content:""}.fa-union::before{content:""}.fa-universal-access::before{content:""}.fa-unlock::before{content:""}.fa-unlock-keyhole::before{content:""}.fa-unlock-alt::before{content:""}.fa-up::before{content:""}.fa-arrow-alt-up::before{content:""}.fa-up-down::before{content:""}.fa-arrows-alt-v::before{content:""}.fa-up-down-left-right::before{content:""}.fa-arrows-alt::before{content:""}.fa-up-from-bracket::before{content:""}.fa-up-from-dotted-line::before{content:""}.fa-up-from-line::before{content:""}.fa-arrow-alt-from-bottom::before{content:""}.fa-up-left::before{content:""}.fa-up-long::before{content:""}.fa-long-arrow-alt-up::before{content:""}.fa-up-right::before{content:""}.fa-up-right-and-down-left-from-center::before{content:""}.fa-expand-alt::before{content:""}.fa-up-right-from-square::before{content:""}.fa-external-link-alt::before{content:""}.fa-up-to-dotted-line::before{content:""}.fa-up-to-line::before{content:""}.fa-arrow-alt-to-top::before{content:""}.fa-upload::before{content:""}.fa-usb-drive::before{content:""}.fa-user::before{content:""}.fa-user-alien::before{content:""}.fa-user-astronaut::before{content:""}.fa-user-bounty-hunter::before{content:""}.fa-user-check::before{content:""}.fa-user-chef::before{content:""}.fa-user-clock::before{content:""}.fa-user-cowboy::before{content:""}.fa-user-crown::before{content:""}.fa-user-doctor::before{content:""}.fa-user-md::before{content:""}.fa-user-doctor-hair::before{content:""}.fa-user-doctor-hair-long::before{content:""}.fa-user-doctor-message::before{content:""}.fa-user-md-chat::before{content:""}.fa-user-gear::before{content:""}.fa-user-cog::before{content:""}.fa-user-graduate::before{content:""}.fa-user-group::before{content:""}.fa-user-friends::before{content:""}.fa-user-group-crown::before{content:""}.fa-users-crown::before{content:""}.fa-user-hair::before{content:""}.fa-user-hair-buns::before{content:""}.fa-user-hair-long::before{content:""}.fa-user-hair-mullet::before{content:""}.fa-business-front::before{content:""}.fa-party-back::before{content:""}.fa-trian-balbot::before{content:""}.fa-user-headset::before{content:""}.fa-user-helmet-safety::before{content:""}.fa-user-construction::before{content:""}.fa-user-hard-hat::before{content:""}.fa-user-injured::before{content:""}.fa-user-large::before{content:""}.fa-user-alt::before{content:""}.fa-user-large-slash::before{content:""}.fa-user-alt-slash::before{content:""}.fa-user-lock::before{content:""}.fa-user-minus::before{content:""}.fa-user-music::before{content:""}.fa-user-ninja::before{content:""}.fa-user-nurse::before{content:""}.fa-user-nurse-hair::before{content:""}.fa-user-nurse-hair-long::before{content:""}.fa-user-pen::before{content:""}.fa-user-edit::before{content:""}.fa-user-pilot::before{content:""}.fa-user-pilot-tie::before{content:""}.fa-user-plus::before{content:""}.fa-user-police::before{content:""}.fa-user-police-tie::before{content:""}.fa-user-robot::before{content:""}.fa-user-robot-xmarks::before{content:""}.fa-user-secret::before{content:""}.fa-user-shakespeare::before{content:""}.fa-user-shield::before{content:""}.fa-user-slash::before{content:""}.fa-user-tag::before{content:""}.fa-user-tie::before{content:""}.fa-user-tie-hair::before{content:""}.fa-user-tie-hair-long::before{content:""}.fa-user-unlock::before{content:""}.fa-user-visor::before{content:""}.fa-user-vneck::before{content:""}.fa-user-vneck-hair::before{content:""}.fa-user-vneck-hair-long::before{content:""}.fa-user-xmark::before{content:""}.fa-user-times::before{content:""}.fa-users::before{content:""}.fa-users-between-lines::before{content:""}.fa-users-gear::before{content:""}.fa-users-cog::before{content:""}.fa-users-line::before{content:""}.fa-users-medical::before{content:""}.fa-users-rays::before{content:""}.fa-users-rectangle::before{content:""}.fa-users-slash::before{content:""}.fa-users-viewfinder::before{content:""}.fa-utensils::before{content:""}.fa-cutlery::before{content:""}.fa-utensils-slash::before{content:""}.fa-utility-pole::before{content:""}.fa-utility-pole-double::before{content:""}.fa-v::before{content:"V"}.fa-vacuum::before{content:""}.fa-vacuum-robot::before{content:""}.fa-value-absolute::before{content:""}.fa-van-shuttle::before{content:""}.fa-shuttle-van::before{content:""}.fa-vault::before{content:""}.fa-vector-circle::before{content:""}.fa-vector-polygon::before{content:""}.fa-vector-square::before{content:""}.fa-vent-damper::before{content:""}.fa-venus::before{content:""}.fa-venus-double::before{content:""}.fa-venus-mars::before{content:""}.fa-vest::before{content:""}.fa-vest-patches::before{content:""}.fa-vial::before{content:""}.fa-vial-circle-check::before{content:""}.fa-vial-virus::before{content:""}.fa-vials::before{content:""}.fa-video::before{content:""}.fa-video-camera::before{content:""}.fa-video-arrow-down-left::before{content:""}.fa-video-arrow-up-right::before{content:""}.fa-video-plus::before{content:""}.fa-video-slash::before{content:""}.fa-vihara::before{content:""}.fa-violin::before{content:""}.fa-virus::before{content:""}.fa-virus-covid::before{content:""}.fa-virus-covid-slash::before{content:""}.fa-virus-slash::before{content:""}.fa-viruses::before{content:""}.fa-voicemail::before{content:""}.fa-volcano::before{content:""}.fa-volleyball::before{content:""}.fa-volleyball-ball::before{content:""}.fa-volume::before{content:""}.fa-volume-medium::before{content:""}.fa-volume-high::before{content:""}.fa-volume-up::before{content:""}.fa-volume-low::before{content:""}.fa-volume-down::before{content:""}.fa-volume-off::before{content:""}.fa-volume-slash::before{content:""}.fa-volume-xmark::before{content:""}.fa-volume-mute::before{content:""}.fa-volume-times::before{content:""}.fa-vr-cardboard::before{content:""}.fa-w::before{content:"W"}.fa-waffle::before{content:""}.fa-wagon-covered::before{content:""}.fa-walker::before{content:""}.fa-walkie-talkie::before{content:""}.fa-wallet::before{content:""}.fa-wand::before{content:""}.fa-wand-magic::before{content:""}.fa-magic::before{content:""}.fa-wand-magic-sparkles::before{content:""}.fa-magic-wand-sparkles::before{content:""}.fa-wand-sparkles::before{content:""}.fa-warehouse::before{content:""}.fa-warehouse-full::before{content:""}.fa-warehouse-alt::before{content:""}.fa-washing-machine::before{content:""}.fa-washer::before{content:""}.fa-watch::before{content:""}.fa-watch-apple::before{content:""}.fa-watch-calculator::before{content:""}.fa-watch-fitness::before{content:""}.fa-watch-smart::before{content:""}.fa-water::before{content:""}.fa-water-arrow-down::before{content:""}.fa-water-lower::before{content:""}.fa-water-arrow-up::before{content:""}.fa-water-rise::before{content:""}.fa-water-ladder::before{content:""}.fa-ladder-water::before{content:""}.fa-swimming-pool::before{content:""}.fa-watermelon-slice::before{content:""}.fa-wave-pulse::before{content:""}.fa-heart-rate::before{content:""}.fa-wave-sine::before{content:""}.fa-wave-square::before{content:""}.fa-wave-triangle::before{content:""}.fa-waveform::before{content:""}.fa-waveform-lines::before{content:""}.fa-waveform-path::before{content:""}.fa-weight-hanging::before{content:""}.fa-weight-scale::before{content:""}.fa-weight::before{content:""}.fa-whale::before{content:""}.fa-wheat::before{content:""}.fa-wheat-awn::before{content:""}.fa-wheat-alt::before{content:""}.fa-wheat-awn-circle-exclamation::before{content:""}.fa-wheat-awn-slash::before{content:""}.fa-wheat-slash::before{content:""}.fa-wheelchair::before{content:""}.fa-wheelchair-move::before{content:""}.fa-wheelchair-alt::before{content:""}.fa-whiskey-glass::before{content:""}.fa-glass-whiskey::before{content:""}.fa-whiskey-glass-ice::before{content:""}.fa-glass-whiskey-rocks::before{content:""}.fa-whistle::before{content:""}.fa-wifi::before{content:""}.fa-wifi-3::before{content:""}.fa-wifi-strong::before{content:""}.fa-wifi-exclamation::before{content:""}.fa-wifi-fair::before{content:""}.fa-wifi-2::before{content:""}.fa-wifi-slash::before{content:""}.fa-wifi-weak::before{content:""}.fa-wifi-1::before{content:""}.fa-wind::before{content:""}.fa-wind-turbine::before{content:""}.fa-wind-warning::before{content:""}.fa-wind-circle-exclamation::before{content:""}.fa-window::before{content:""}.fa-window-flip::before{content:""}.fa-window-alt::before{content:""}.fa-window-frame::before{content:""}.fa-window-frame-open::before{content:""}.fa-window-maximize::before{content:""}.fa-window-minimize::before{content:""}.fa-window-restore::before{content:""}.fa-windsock::before{content:""}.fa-wine-bottle::before{content:""}.fa-wine-glass::before{content:""}.fa-wine-glass-crack::before{content:""}.fa-fragile::before{content:""}.fa-wine-glass-empty::before{content:""}.fa-wine-glass-alt::before{content:""}.fa-won-sign::before{content:""}.fa-krw::before{content:""}.fa-won::before{content:""}.fa-worm::before{content:""}.fa-wreath::before{content:""}.fa-wrench::before{content:""}.fa-wrench-simple::before{content:""}.fa-x::before{content:"X"}.fa-x-ray::before{content:""}.fa-xmark::before{content:""}.fa-close::before{content:""}.fa-multiply::before{content:""}.fa-remove::before{content:""}.fa-times::before{content:""}.fa-xmark-large::before{content:""}.fa-xmark-to-slot::before{content:""}.fa-times-to-slot::before{content:""}.fa-vote-nay::before{content:""}.fa-xmarks-lines::before{content:""}.fa-y::before{content:"Y"}.fa-yen-sign::before{content:""}.fa-cny::before{content:""}.fa-jpy::before{content:""}.fa-rmb::before{content:""}.fa-yen::before{content:""}.fa-yin-yang::before{content:""}.fa-z::before{content:"Z"}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */:root,:host{--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url('../fonts/fontawesome/fa-solid-900.woff2') format("woff2"), url('../fonts/fontawesome/fa-solid-900.ttf') format("truetype")}.fas,.fa-solid{font-family:"Font Awesome 6 Pro";font-weight:900}/*!
 * Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */:root,:host{--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url('../fonts/fontawesome/fa-brands-400.woff2') format("woff2"), url('../fonts/fontawesome/fa-brands-400.ttf') format("truetype")}.fab,.fa-brands{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before{content:""}.fa-innosoft:before{content:""}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-alipay:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-amilia:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-pay:before{content:""}.fa-artstation:before{content:""}.fa-asymmetrik:before{content:""}.fa-atlassian:before{content:""}.fa-audible:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-aws:before{content:""}.fa-bandcamp:before{content:""}.fa-battle-net:before{content:""}.fa-behance:before{content:""}.fa-bilibili:before{content:""}.fa-bimobject:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bootstrap:before{content:""}.fa-bots:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-buromobelexperte:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-cloudflare:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cmplid:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cotton-bureau:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-critical-role:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dhl:before{content:""}.fa-diaspora:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-draft2digital:before{content:""}.fa-dribbble:before{content:""}.fa-dropbox:before{content:""}.fa-drupal:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-elementor:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-etsy:before{content:""}.fa-evernote:before{content:""}.fa-expeditedssl:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-figma:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-fly:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-fulcrum:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-gofore:before{content:""}.fa-golang:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-wallet:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guilded:before{content:""}.fa-gulp:before{content:""}.fa-hacker-news:before{content:""}.fa-hackerrank:before{content:""}.fa-hashnode:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-hive:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-hotjar:before{content:""}.fa-houzz:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-ideal:before{content:""}.fa-imdb:before{content:""}.fa-instagram:before{content:""}.fa-instalod:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joomla:before{content:""}.fa-js:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaggle:before{content:""}.fa-keybase:before{content:""}.fa-keycdn:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-korvue:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-leanpub:before{content:""}.fa-less:before{content:""}.fa-line:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-mailchimp:before{content:""}.fa-mandalorian:before{content:""}.fa-markdown:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-mendeley:before{content:""}.fa-meta:before{content:""}.fa-microblog:before{content:""}.fa-microsoft:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-nfc-directional:before{content:""}.fa-nfc-symbol:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-octopus-deploy:before{content:""}.fa-odnoklassniki:before{content:""}.fa-old-republic:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-padlet:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-palfed:before{content:""}.fa-patreon:before{content:""}.fa-paypal:before{content:""}.fa-perbyte:before{content:""}.fa-periscope:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pix:before{content:""}.fa-playstation:before{content:""}.fa-product-hunt:before{content:""}.fa-pushed:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-r-project:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-redhat:before{content:""}.fa-renren:before{content:""}.fa-replyd:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-rev:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-rust:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-schlix:before{content:""}.fa-screenpal:before{content:""}.fa-scribd:before{content:""}.fa-searchengin:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-servicestack:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shopify:before{content:""}.fa-shopware:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sith:before{content:""}.fa-sitrox:before{content:""}.fa-sketch:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slideshare:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-space-awesome:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spotify:before{content:""}.fa-square-behance:before{content:""}.fa-behance-square:before{content:""}.fa-square-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-square-facebook:before{content:""}.fa-facebook-square:before{content:""}.fa-square-font-awesome:before{content:""}.fa-square-font-awesome-stroke:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-square-git:before{content:""}.fa-git-square:before{content:""}.fa-square-github:before{content:""}.fa-github-square:before{content:""}.fa-square-gitlab:before{content:""}.fa-gitlab-square:before{content:""}.fa-square-google-plus:before{content:""}.fa-google-plus-square:before{content:""}.fa-square-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-square-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-square-js:before{content:""}.fa-js-square:before{content:""}.fa-square-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-square-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-square-pied-piper:before{content:""}.fa-pied-piper-square:before{content:""}.fa-square-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-square-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-square-snapchat:before{content:""}.fa-snapchat-square:before{content:""}.fa-square-steam:before{content:""}.fa-steam-square:before{content:""}.fa-square-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-square-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-square-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-square-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-square-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-square-xing:before{content:""}.fa-xing-square:before{content:""}.fa-square-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-symbol:before{content:""}.fa-sticker-mule:before{content:""}.fa-strava:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-superpowers:before{content:""}.fa-supple:before{content:""}.fa-suse:before{content:""}.fa-swift:before{content:""}.fa-symfony:before{content:""}.fa-teamspeak:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-tencent-weibo:before{content:""}.fa-the-red-yeti:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-think-peaks:before{content:""}.fa-tiktok:before{content:""}.fa-trade-federation:before{content:""}.fa-trello:before{content:""}.fa-tumblr:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-uncharted:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-vaadin:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viber:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-vuejs:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whmcs:before{content:""}.fa-wikipedia-w:before{content:""}.fa-windows:before{content:""}.fa-wirsindhandwerk:before{content:""}.fa-wsh:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wodu:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-rendact:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-zhihu:before{content:""}/*!
 * Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */:root,:host{--fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url('../fonts/fontawesome/fa-light-300.woff2') format("woff2"), url('../fonts/fontawesome/fa-light-300.ttf') format("truetype")}.fal,.fa-light{font-family:"Font Awesome 6 Pro";font-weight:300}/*!
 * Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */:root,:host{--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url('../fonts/fontawesome/fa-regular-400.woff2') format("woff2"), url('../fonts/fontawesome/fa-regular-400.ttf') format("truetype")}.far,.fa-regular{font-family:"Font Awesome 6 Pro";font-weight:400}@font-face{font-family:"dana-light";font-style:normal;font-weight:300;src:url('../fonts/dana/dana_light/dana-light.eot#iefix') format("embedded-opentype"), url('../fonts/dana/dana_light/dana-light.woff2') format("woff2"), url('../fonts/dana/dana_light/dana-light.woff') format("woff"), url('../fonts/dana/dana_light/dana-light.ttf') format("truetype"), url('../fonts/dana/dana_light/dana-light.svg#dana-light') format("svg")}@font-face{font-family:"dana";font-style:normal;font-weight:400;src:url('../fonts/dana/dana_regular/dana-regular.eot#iefix') format("embedded-opentype"), url('../fonts/dana/dana_regular/dana-regular.woff2') format("woff2"), url('../fonts/dana/dana_regular/dana-regular.woff') format("woff"), url('../fonts/dana/dana_regular/dana-regular.ttf') format("truetype"), url('../fonts/dana/dana_regular/dana-regular.svg#dana') format("svg")}@font-face{font-family:"dana-medium";font-style:normal;font-weight:500;src:url('../fonts/dana/dana_medium/dana-medium.eot#iefix') format("embedded-opentype"), url('../fonts/dana/dana_medium/dana-medium.woff2') format("woff2"), url('../fonts/dana/dana_medium/dana-medium.woff') format("woff"), url('../fonts/dana/dana_medium/dana-medium.ttf') format("truetype"), url('../fonts/dana/dana_medium/dana-medium.svg#dana-medium') format("svg")}@font-face{font-family:"dana-bold";font-style:normal;font-weight:900;src:url('../fonts/dana/dana_bold/dana-bold.eot#iefix') format("embedded-opentype"), url('../fonts/dana/dana_bold/dana-bold.woff2') format("woff2"), url('../fonts/dana/dana_bold/dana-bold.woff') format("woff"), url('../fonts/dana/dana_bold/dana-bold.ttf') format("truetype"), url('../fonts/dana/dana_bold/dana-bold.svg#dana-bold') format("svg")}@media only all and (max-width:74.99rem){#g-mainbar .container{padding-left:0;padding-right:0}#g-mainbar .container .row{margin-left:calc(var(--bs-gutter-x) * -0.5) !important}body.site{margin-top:8.125rem}body.site:not(:has(.rppdate)){margin-top:7.125rem}}@media only all and (min-width:75rem){#g-mainbar .container{padding-left:0;padding-right:0}}.com-rppusers-start .container,.com-rppusers-verify .container,.com-users-registration .container,.com-rppusers-login .container,.com-users-reset .container,.com-users-editmobile .container,.com-users-editemail .container,.com-users-profile__edit .container{padding:1.5rem !important}@media only all and (max-width:74.99rem){.itemid-101 #g-above .g-content{padding:0;margin:0}}.rpp-home #g-above{padding:0}#g-breadcrumb .g-content{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}.rpp-blog #g-breadcrumb .platform-content:first-child{margin:0;padding:0}.rpp-blog #g-breadcrumb .platform-content:last-child{margin:0 0 0.625rem;padding:0 0 0.938rem}#g-container-main #g-mainbar{padding:0}@media only all and (min-width:75rem){#g-container-main #g-mainbar .g-content{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}}@media only all and (max-width:74.99rem){#g-container-main #g-mainbar .g-content{padding-top:0;padding-bottom:0;margin-top:0}#g-container-main #g-mainbar .g-content .platform-content:nth-child(2){padding:0;margin:0}#g-container-main #g-mainbar .g-content .platform-content .container{padding-left:0}}@media only all and (min-width:75rem){#g-container-main #g-aside{padding:0 0 3rem}#g-container-main #g-aside .g-content{padding:0;margin:0;padding-right:0.938rem;margin-right:0.625rem}#g-container-main #g-aside .g-content .platform-content:first-child,#g-container-main #g-aside .g-content .platform-content:last-child{margin:0;padding:0}}@media only all and (max-width:74.99rem){#g-container-main #g-aside{padding:0}#g-container-main #g-aside .platform-content:last-child{padding:0;margin:0}}@media only all and (max-width:74.99rem){.rpp-blog #g-container-main .g-grid .g-block:first-child,.rpp-tags #g-container-main .g-grid .g-block:first-child{order:2}.rpp-blog #g-container-main .g-grid .g-block:first-child #g-aside,.rpp-tags #g-container-main .g-grid .g-block:first-child #g-aside{padding:0}.rpp-blog #g-container-main .g-grid .g-block:first-child #g-aside .g-content,.rpp-tags #g-container-main .g-grid .g-block:first-child #g-aside .g-content{margin-top:0;padding-top:0}}.rpp-contact #g-container-main{margin:0 0 1rem}.rpp-contact #g-container-main .g-grid{justify-content:space-between}.rpp-contact #g-container-main .g-grid .contact-box{flex:0 32.5%;width:32.5%;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;background:white;overflow:hidden}.rpp-contact #g-container-main .g-grid .contact-box .g-title{font-size:1.125rem;font-weight:900;margin:0 0 2rem}.rpp-contact #g-container-main .g-grid .contact-box #g-mainbar,.rpp-contact #g-container-main .g-grid .contact-box #g-aside,.rpp-contact #g-container-main .g-grid .contact-box #g-sidebar{background:white;padding:0}.rpp-contact #g-container-main .g-grid .contact-box #g-mainbar .g-content,.rpp-contact #g-container-main .g-grid .contact-box #g-aside .g-content,.rpp-contact #g-container-main .g-grid .contact-box #g-sidebar .g-content{margin:0.625rem;padding:0.938rem}@media only all and (max-width:74.99rem){.rpp-contact #g-container-main{margin:1rem}.rpp-contact #g-container-main .g-grid .contact-box{flex:0 100%;width:100%;margin:1rem 0rem}.rpp-contact #g-container-main .g-grid .contact-box:first-child{order:1}.rpp-contact #g-container-main .g-grid .contact-box:nth-child(2){order:3}.rpp-contact #g-container-main .g-grid .contact-box:last-child{order:2}}@media only all and (max-width:74.99rem){.rpp-product-page #g-container-main #g-mainbar .g-grid:last-child .g-content{margin:0;padding:0}}@media only all and (max-width:74.99rem){.rpp-category #g-container-main #g-aside .g-content{display:flex;flex-direction:column;margin:0;padding:0}.rpp-category #g-container-main #g-aside .g-content .platform-content{order:1}.rpp-category #g-container-main #g-aside .g-content .platform-content:first-child{order:2;position:relative;padding:0;margin:0}}#g-copyright{background:white}@media only all and (max-width:74.99rem){#g-copyright{margin-bottom:76px}}#g-copyright .g-container{padding:0.25rem 0}#g-copyright .g-container .g-content{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}#g-copyright .g-container #g-totop{font-size:0.875rem;background:#6d6e71;color:white;float:left;width:72px;height:32px;text-align:center;line-height:32px;border-radius:4px}#g-copyright .g-container img{width:40px;height:35px;margin:0}@media only all and (max-width:74.99rem){#g-copyright .g-container .g-grid{align-items:center}#g-copyright .g-container .g-grid .g-block{flex:0 50% !important;width:50% !important}}#g-expanded{padding:0}.rpp-contact #g-expanded,.rpp-about #g-expanded{padding:0;background:none}.rpp-contact #g-expanded .expanded-a .g-title,.rpp-about #g-expanded .expanded-a .g-title{font-size:1.25rem;font-weight:900}.rpp-contact #g-expanded .image-box-a .g-content,.rpp-about #g-expanded .image-box-a .g-content{padding-top:0;margin-top:0}.rpp-home #g-features{padding:0}@media only all and (max-width:74.99rem){#g-footer{padding:0}}#g-footer .g-content{margin:0.625rem}body:not(.itemid-101) #g-footer{border-top:1px solid #57c5c6}body.itemid-101 #g-footer{border-top:none}.rpp-home #g-header{padding:0}.rpp-home #g-intro{padding:0}#g-navbar{padding:0.45rem 0;background:#ebf1ff}#g-navbar .g-grid{align-items:center}@media only all and (max-width:74.99rem){#g-navbar .g-grid{flex-direction:column-reverse;justify-content:center}#g-navbar .g-grid .g-block{flex:0 100%;width:100%}}#g-navbar .g-content{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}#g-navbar .rppdate{font-size:0.875rem;text-align:left}@media only all and (max-width:74.99rem){#g-navbar .rppdate{text-align:center}}#g-navigation{box-shadow:2px 2px 4px 0px rgba(2, 25, 89, 0.07)}#g-navigation .g-container .g-grid{align-items:center}#g-navigation .g-container .g-grid:first-child{flex-wrap:nowrap}#g-navigation .g-container .g-grid:first-child>.g-block>.g-content{margin-top:0;margin-bottom:0}#g-navigation .g-container .g-grid:nth-child(2)>.g-block>.g-content{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}#g-navigation .g-main-nav .g-toplevel{line-height:2.5 !important}#g-navigation .g-main-nav .g-toplevel .g-menu-item .g-menu-item-content{font-size:0.875rem;font-weight:400;box-shadow:none !important;padding:0 !important;border:0;transition:border-bottom 0.3s ease-in-out;border-bottom:1px solid #fff}#g-navigation .g-main-nav .g-toplevel .g-menu-item .g-menu-item-content:hover{border-bottom:1px solid black;color:black}#g-navigation .g-main-nav .g-toplevel .g-menu-item.active .g-menu-item-content{color:#081469;font-weight:900}#g-navigation .g-main-nav .g-toplevel .g-menu-item .g-dropdown{border:none;border-radius:8px;box-shadow:0 12px 40px rgba(6, 23, 48, 0.08)}#g-navigation .g-main-nav .g-toplevel .g-menu-item .g-dropdown .g-menu-item{margin:0;padding:0}#g-navigation .g-main-nav .g-toplevel .g-menu-item .g-dropdown .g-menu-item .g-menu-item-container{border:none;padding:0.5rem 1rem}#g-navigation .g-main-nav .g-toplevel .g-menu-item .g-dropdown .g-menu-item .g-menu-item-container span{width:100%;border:none}#g-navigation .g-main-nav .g-toplevel .g-menu-item .g-dropdown .g-dropdown.g-dropdown-right{left:auto;right:100%;top:0.1rem}#g-navigation .g-main-nav .g-toplevel .g-menu-item .rpp-mega-parent{position:unset !important}#g-navigation .g-main-nav .g-toplevel .g-menu-item .rpp-mega-parent ul.g-sublevel{display:flex;padding:0.3rem 0.1rem}#g-navigation .g-main-nav .g-toplevel .g-menu-item .rpp-mega-parent ul.g-sublevel li{width:fit-content}#g-navigation .g-main-nav .g-toplevel .g-menu-item .rpp-mega-parent ul.g-sublevel li .rpp-modmenu .moduletable.rpp-submainmenu .g-title{font-size:1rem;margin-bottom:0.5rem;border-bottom:1px solid #eee;padding-bottom:0.5rem}#g-navigation .g-main-nav .g-toplevel .g-menu-item .rpp-mega-parent ul.g-sublevel li .rpp-modmenu .moduletable.rpp-submainmenu ul li{font-weight:400;line-height:2.2}#g-navigation::after{content:"";display:block;width:100%;height:1px;background:#e2eff1;position:absolute;bottom:40px}#g-navigation .g-logo.g-logo-helium img{max-height:unset}@media only all and (max-width:48rem){#g-navigation .g-logo.g-logo-helium{padding:0 2.5rem 0 0}}@media only all and (min-width:48.01rem) and (max-width:63.99rem){#g-navigation .g-container .g-grid{justify-content:flex-end}#g-navigation .g-container .g-grid:first-child>.g-block>.g-content{display:flex;justify-content:flex-end}#g-navigation .g-container .g-grid:first-child>.g-block:first-child>.g-content{justify-content:center}}@media only all and (min-width:64rem) and (max-width:74.99rem){#g-navigation .g-container .g-grid{justify-content:flex-end}#g-navigation .g-container .g-grid:first-child>.g-block>.g-content{display:flex;justify-content:flex-end}}@media only all and (max-width:74.99rem){#g-navigation{position:fixed;top:0;width:100%}#g-navigation .platform-content,#g-navigation .widget{margin:0;padding:0}#g-navigation .g-block.nav-c .g-content{display:flex;flex-direction:row-reverse}#g-navigation .g-block.nav-c .g-content .platform-content{margin:0;padding:0}}@media only all and (min-width:75rem){#g-navigation .g-block.nav-b .g-content{display:flex;flex-direction:row-reverse}#g-navigation .g-block.nav-b .g-content .platform-content{margin:0;padding:0}}.g-main-nav .g-sublevel>li.g-parent .g-menu-parent-indicator{margin:0}.g-main-nav .g-sublevel>li.g-parent .g-menu-parent-indicator:after{top:-8px;left:0}[dir="rtl"] .g-main-nav .g-sublevel>li.g-parent .g-menu-parent-indicator{left:0}.g-main-nav .g-sublevel>li.g-parent .g-menu-parent-indicator{top:-3px}#g-navigation .g-main-nav .g-toplevel .g-menu-item .g-dropdown .g-menu-item .g-menu-item-container span{width:auto}.g-main-nav .g-standard .g-dropdown.g-dropdown-right{right:0;left:auto}.g-offcanvas-toggle{width:40px;height:40px;background:#f5f5f5;border-radius:4px;right:1.5rem !important;top:1.2rem !important;z-index:12;position:fixed}.g-offcanvas-toggle i{line-height:40px}@media only all and (min-width:48.01rem) and (max-width:63.99rem){.g-offcanvas-toggle{right:2rem !important;top:0.8rem !important}}@media only all and (min-width:64rem) and (max-width:74.99rem){.g-offcanvas-toggle{text-align:center;top:4.8rem !important;width:32px;height:32px}.g-offcanvas-toggle i{line-height:32px;font-size:1.25rem}}#g-page-surround{transform:none !important}#g-offcanvas{z-index:1000001;display:block;transition:transform 0.4s ease-in-out;-webkit-transition:transform 0.4s ease-in-out;-moz-transition:transform 0.4s ease-in-out;-ms-transition:transform 0.4s ease-in-out}@media only all and (max-width:63.99rem){#g-offcanvas .moduletable.rpp-submainmenu .mod-custom.custom ul{display:none}#g-offcanvas .moduletable.rpp-submainmenu .g-title:after{content:"";font-family:"Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome;float:left}#g-offcanvas .moduletable.rpp-submainmenu.rpp-active .mod-custom.custom ul{display:block}#g-offcanvas .moduletable.rpp-submainmenu.rpp-active .g-title:after{content:""}}#g-offcanvas .g-grid:last-child .g-content{margin:0;padding:0}.g-offcanvas-open #g-offcanvas{box-shadow:0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12)}.dir-rtl.g-offcanvas-right #g-offcanvas{text-align:right;-ms-transform:translateX(100%);-moz-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas,.g-offcanvas-open .dir-ltr.g-offcanvas-left #g-offcanvas{transform:translateX(0%);-ms-transform:translateX(0%);-moz-transform:translateX(0%);-webkit-transform:translateX(0%)}.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas{right:0}.g-offcanvas-open body:before{content:" ";position:fixed;left:0;right:0;top:0;bottom:0;background:black;opacity:0.2;z-index:9999}#g-mobilemenu-container{margin:0;padding:0.5rem 0 0}#g-mobilemenu-container .g-toplevel>li.g-parent{position:relative !important}#g-mobilemenu-container .g-toplevel>li>a,#g-offcanvas .moduletable .nav li>a,#g-offcanvas .moduletable .nav.menu li>a{border-bottom:1px solid #e9eef2}#g-mobilemenu-container .g-sublevel li>a,#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column{border-bottom:0}#g-offcanvas #g-mobilemenu-container ul>li>.g-menu-item-container,#g-offcanvas .moduletable .nav li a,#g-offcanvas .moduletable .nav.menu li a{padding:0 1rem;line-height:40px;font-size:0.75rem;font-weight:400;color:#6d6e71;display:block}#g-offcanvas #g-mobilemenu-container ul.g-sublevel>li>.g-menu-item-container{padding-right:3rem}#g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active,#g-offcanvas .moduletable .nav li.active,#g-offcanvas .moduletable .nav.menu li.active,#g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover,#g-offcanvas #g-mobilemenu-container ul>li.g-selected,#g-offcanvas #g-mobilemenu-container ul>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator:hover,#g-mobilemenu-container .g-toplevel .g-dropdown .g-block:first-child .g-go-back{background:#57c5c6}#g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active>.g-menu-item-container,#g-offcanvas #g-mobilemenu-container ul>li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover>.g-menu-item-container,#g-offcanvas .moduletable .nav li.active a,#g-offcanvas .moduletable .nav.menu li.active a,#g-offcanvas #g-mobilemenu-container ul>li.g-selected>a{color:white}#g-offcanvas #g-mobilemenu-container ul>li.g-menu-item-link-parent>.g-menu-item-container>.g-menu-parent-indicator,#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator,#g-mobilemenu-container .g-toplevel .g-dropdown .g-block .g-go-back{border:none;background:none;border-radius:0;padding:0;width:40px;height:40px;line-height:40px;text-align:center;position:absolute;top:0;margin:0;right:auto;left:0;font-size:1.5rem;font-weight:400}#g-mobilemenu-container .g-toplevel .g-dropdown .g-block:first-child .g-go-back{display:inline-block;position:absolute !important;left:0;top:0}#g-offcanvas #g-mobilemenu-container .g-toplevel .g-dropdown .g-block .g-go-back>.g-menu-item-container{padding:0;line-height:inherit;color:#081469}#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after,.g-go-back a:before{content:"";opacity:1;width:16px;height:16px;line-height:16px;display:inline-block;text-align:center;font-size:0.875rem}.g-go-back a:before{content:"";opacity:1;color:white}#g-mobilemenu-container .g-toplevel .g-dropdown{position:unset;left:auto;right:auto;z-index:1;height:0;display:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;transition:all 0.2s ease-out}#g-mobilemenu-container .g-toplevel li.g-selected>.g-dropdown.g-active{height:100%;display:block}#g-mobilemenu-container .g-toplevel.g-slide-out>.g-menu-item>.g-menu-item-container,#g-mobilemenu-container .g-toplevel.g-slide-out>.g-go-back>.g-menu-item-container,#g-mobilemenu-container .g-sublevel.g-slide-out>.g-menu-item>.g-menu-item-container,#g-mobilemenu-container .g-sublevel.g-slide-out>.g-go-back>.g-menu-item-container,#g-mobilemenu-container .g-toplevel .g-dropdown,#g-mobilemenu-container .g-toplevel .g-dropdown.g-active{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}#g-mobilemenu-container .g-sublevel{height:100% !important}.mobile-logo{padding:15px;border-bottom:1px solid #d9d9d9}@media only all and (max-width:74.99rem){.mobile-menu-logo{padding:16px}.mobile-menu-logo .g-logo.g-logo-helium img,.mobile-menu-logo .g-logo.g-logo-helium svg{max-height:70px;max-width:210px}.moduletable.mobile-menu{border-top:1px solid rgba(0, 0, 0, 0.12);border-bottom:1px solid rgba(0, 0, 0, 0.12);line-height:0}.moduletable.mobile-menu ul{margin:0;list-style:none;display:inline-block;width:100%;box-sizing:border-box}.moduletable.mobile-menu ul li{float:right;width:50%;text-align:center;position:relative}.moduletable.mobile-menu ul li:first-child:after{content:" ";width:1px;background:#ccc;position:absolute;left:0;top:0;bottom:0;margin:16px 0}.moduletable.mobile-menu ul li a{color:#6d6e71;line-height:20px;padding:15px 0;font-size:0.875rem;display:inline-block}.moduletable.mobile-menu ul li a .fa{font-size:1.125rem;margin-left:5px}.moduletable.top-menu{text-align:right}.moduletable.nemad{background:none;height:auto;border:none;border-radius:0;padding:0.5rem 1rem}.moduletable.nemad .custom{float:none;margin:0}}.rpp-home #g-testimonials{padding:0}.rpp-home #g-testimonials .g-content{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.rpp-home #g-testimonials .g-content .platform-content:last-child{margin:0.625rem;padding:0.938rem}.rpp-contact #g-testimonials,.rpp-about #g-testimonials{padding:0;background:none;margin-bottom:2rem}.rpp-contact #g-testimonials .g-content{margin:0;padding:0}.rpp-home #g-utility{padding:0}.com-content-category-blog h1{font-size:20px;font-weight:700;border-radius:8px;background:white;margin:0 0 1.5rem;padding:1rem}@media only all and (max-width:74.99rem){.com-content-category-blog h1{margin:0 0 2rem}}.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item{border-radius:8px;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);padding:1rem}.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-image{margin:0}.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-image img{width:100%;height:180px;object-fit:cover;border-radius:4px}.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .content_rating{display:none}.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .page-header h2{margin:1.25rem 0 0;line-height:1}.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .page-header h2 a{color:#081469;font-size:1rem;font-weight:900}.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .article-info{margin-bottom:1rem}.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .article-info .published span,.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .article-info .published time{font-size:0.75rem;color:#6d6e71}.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .article-info .published span i,.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .article-info .published time i{display:none}.com-content-category-blog .com-content-category-blog__items .com-content-category-blog__item .item-content .introtext{color:#6d6e71;margin:0;text-align:justify}@media only all and (min-width:75rem){.rpp-weight-table .com-content-category-blog__items.columns-5{grid-template-columns:repeat(5, 1fr)}}.rpp-weight-table .com-content-category-blog__items.columns-5 .com-content-category-blog__item{background:url('../../../../images/rppgallery/sky.png') no-repeat center bottom;background-size:cover;align-items:center;padding:1rem 0.5rem}.rpp-weight-table .com-content-category-blog__items.columns-5 .com-content-category-blog__item .item-image{position:relative}.rpp-weight-table .com-content-category-blog__items.columns-5 .com-content-category-blog__item .item-image::after{content:"";background:url('../../../../images/rppgallery/chart2.png');background-size:cover;width:56px;height:56px;display:block;position:absolute;bottom:0;left:35%}.rpp-weight-table .com-content-category-blog__items.columns-5 .com-content-category-blog__item .item-image img{object-fit:contain;height:150px}@media only all and (max-width:74.99rem){.rpp-weight-table .com-content-category-blog__items.columns-5 .com-content-category-blog__item{flex-direction:row;gap:1.5rem}.rpp-weight-table .com-content-category-blog__items.columns-5 .com-content-category-blog__item .item-image{flex:0 50%;width:50%}.rpp-weight-table .com-content-category-blog__items.columns-5 .com-content-category-blog__item .item-image::after{bottom:1rem}.rpp-weight-table .com-content-category-blog__items.columns-5 .com-content-category-blog__item .item-image img{width:180px}.rpp-weight-table .com-content-category-blog__items.columns-5 .com-content-category-blog__item .itme-content{flex:0 50%;width:50%}}.com-content-article{border-radius:8px;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);padding:1rem 2rem;margin:0 0 1.5rem}.com-content-article .page-header h1{margin:0 0 1rem;padding-bottom:1rem;border-bottom:1px solid #d9d9d9;font-weight:900;font-size:1.5rem}.com-content-article .article-info{display:inline-block;width:75%;margin:0}.com-content-article .article-info .published span,.com-content-article .article-info .published time{font-size:0.75rem;color:#6d6e71}.com-content-article .article-info .published span i,.com-content-article .article-info .published time i{display:none}.com-content-article .content_rating{display:inline-block}.com-content-article .content_rating ul{margin:0}.com-content-article .form-inline{display:inline-block;margin:0}.com-content-article .item-image{margin:2rem 0 0}.com-content-article .item-image img{object-fit:cover;border-radius:8px;margin:0 auto;display:block;height:450px;width:850px}.com-content-article .com-content-article__body{text-align:justify}.com-content-article .com-content-article__body img{border-radius:8px;margin:0 auto;display:block}.com-content-article .com-content-article__body a{color:#388080}.com-content-article #jc #comments,.com-content-article #jc form{border-bottom:0;background:#ebf1ff;box-shadow:none}.com-content-article #jc .h6{background:#ebf1ff;box-shadow:none}@media only all and (max-width:74.99rem){.com-content-article{margin-top:0;padding:1rem}.com-content-article .item-image img{height:auto}.com-content-article .com-content-article__body img{height:auto}.com-content-article .page-header h1{font-size:1rem}}.rpp-weight-table .com-content-article{border-radius:0;background:none;box-shadow:none;padding:0}.rpp-weight-table .com-content-article .page-header h1{margin:0 0 1rem;padding:1rem 2rem;border-bottom:1px solid #d9d9d9;border-radius:8px 8px 0 0;background:white;font-weight:900;font-size:1.5rem}.rpp-weight-table .com-content-article .item-image{margin:1.5rem 0}.rpp-weight-table .com-content-article .item-image img{height:auto;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07)}.rpp-weight-table .com-content-article .com-content-article__body{text-align:justify;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;padding:1rem 1.5rem}.rpp-weight-table .com-content-article .com-content-article__body table{border:none;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);text-align:center;border-radius:8px;overflow:hidden;font-size:0.875rem;width:unset;margin:0 auto}.rpp-weight-table .com-content-article .com-content-article__body table thead th{background:#ebf1ff;color:#081469;text-align:center;padding:0.5rem 1rem}.rpp-weight-table .com-content-article .com-content-article__body table tbody tr{border-bottom:1px solid #d9d9d9;border-top:1px solid #d9d9d9}@media only all and (max-width:74.99rem){.rpp-weight-table .com-content-article .com-content-article__body table{overflow-x:auto;white-space:nowrap;width:100%;display:block}}.com-tags-tag.tag-category h1{font-size:20px;font-weight:700;border-radius:8px;background:white;margin:0 0 2rem;padding:1rem}.com-tags-tag.tag-category h1 p{margin:0}.com-tags-tag.tag-category .com-tags__items .com-tags-tag__category.list-group{margin:0;margin-bottom:2rem;gap:1rem}.com-tags-tag.tag-category .com-tags__items .com-tags-tag__category.list-group .list-group-item{border-radius:8px;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border:none;padding:1rem;display:flex;flex-direction:column}.com-tags-tag.tag-category .com-tags__items .com-tags-tag__category.list-group .list-group-item h3{margin:1.25rem 0 0;line-height:1;order:2}.com-tags-tag.tag-category .com-tags__items .com-tags-tag__category.list-group .list-group-item h3 a{color:#081469;font-size:1rem;font-weight:900}.com-tags-tag.tag-category .com-tags__items .com-tags-tag__category.list-group .list-group-item a{margin:0;order:1}.com-tags-tag.tag-category .com-tags__items .com-tags-tag__category.list-group .list-group-item a img{width:100%;height:180px;object-fit:cover;border-radius:4px}.com-tags-tag.tag-category .com-tags__items .com-tags-tag__category.list-group .list-group-item .tag-body{order:3}.com-tags-tag.tag-category .com-tags__items .com-tags-tag__category.list-group .list-group-item .tag-body .introtext{color:#6d6e71;margin:0;margin-top:1rem;text-align:justify}@media only all and (min-width:75rem){.com-tags-tag.tag-category .com-tags__items .com-tags-tag__category.list-group{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}}.com-tags.tag-category .com-tags__items .com-tags__category.list-group{margin:0;margin-bottom:2rem;gap:1rem}.com-tags.tag-category .com-tags__items .com-tags__category.list-group .list-group-item{border-radius:8px;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border:none;padding:1rem;display:flex;flex-direction:column}.com-tags.tag-category .com-tags__items .com-tags__category.list-group .list-group-item h3{margin:1.25rem 0 0;line-height:1;order:2}.com-tags.tag-category .com-tags__items .com-tags__category.list-group .list-group-item h3 a{color:#081469;font-size:1rem;font-weight:900}.com-tags.tag-category .com-tags__items .com-tags__category.list-group .list-group-item .tag-body{order:1}.com-tags.tag-category .com-tags__items .com-tags__category.list-group .list-group-item .tag-body .item-image{margin:0}.com-tags.tag-category .com-tags__items .com-tags__category.list-group .list-group-item .tag-body .item-image img{width:100%;height:180px;object-fit:cover;border-radius:4px}@media only all and (min-width:75rem){.com-tags.tag-category .com-tags__items .com-tags__category.list-group{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}}.rpp-block.rpp-introduction{background:#ebf1ff;border-radius:8px;padding:0.5rem 1rem;margin-bottom:1rem;display:flex;flex-wrap:wrap}.rpp-block.rpp-introduction>p{width:100%;font-weight:900;margin:0;color:#081469;margin-right:0.6rem;margin-bottom:1rem}@media only all and (max-width:74.99rem){.rpp-block.rpp-introduction>p{margin-right:0}}.rpp-block.rpp-introduction .pull-.item-image{overflow:hidden;margin-left:1rem !important;margin:0;width:50px;height:50px}.rpp-block.rpp-introduction .pull-.item-image a{display:block;width:100%}.rpp-block.rpp-introduction .pull-.item-image a img{width:50px;height:50px;margin:0;padding:0.25rem;border:2px solid #dedfdf;border-radius:50%;background:white}.rpp-block.rpp-introduction .rpploadarticle-title{margin:0;display:flex;align-items:center}.rpp-block.rpp-introduction .rpploadarticle-title a{font-size:1rem;color:#6d6e71;font-weight:300}.rpp-block.rpp-introduction .rpp-info{display:flex;align-items:center;font-size:1rem;color:#6d6e71;font-weight:300;margin-right:3rem}@media only all and (max-width:74.99rem){.rpp-block.rpp-introduction .rpp-info{font-size:0.875rem}}.headings-list.rpp-plugin-content{margin:1.5rem 0;box-sizing:border-box;max-width:50%}.headings-list.rpp-plugin-content .rpp-plugin-title{font-size:1rem;font-weight:900;padding:1rem 1.25rem;border-radius:8px;background:#ebf1ff;margin-bottom:2px;position:relative;cursor:pointer}.headings-list.rpp-plugin-content .rpp-plugin-title::after{content:"";font-family:"Font Awesome 6 Pro";position:absolute;left:1.25rem;color:#6d6e71}.headings-list.rpp-plugin-content .rpp-plugin-title.rpp-hide::after{content:""}.headings-list.rpp-plugin-content ul{list-style:none;margin:0}.headings-list.rpp-plugin-content ul li{font-size:1rem;font-weight:900;padding:1rem 1.25rem;border-radius:8px;background:#fafafa;margin-bottom:2px}.headings-list.rpp-plugin-content ul li a{color:#081469;font-weight:400}@media only all and (max-width:74.99rem){.headings-list.rpp-plugin-content{max-width:100%}.headings-list.rpp-plugin-content ul li a{font-size:0.875rem}}.rpp-single-article{border-radius:8px;display:grid;grid-template-columns:1fr auto;align-items:start;grid-template-areas:"title image" "text image";background:linear-gradient(90deg, #f4f9fa 59.5%, #f4f9fa 100%, rgba(189, 228, 228, 0.3) 100%);padding-top:1rem;overflow:hidden}.rpp-single-article .item-title{grid-area:title;padding:1rem 4rem 0;margin:0;font-size:1.5rem;font-weight:900}.rpp-single-article .item-content{grid-area:text;text-align:justify;font-size:0.875rem;font-weight:300;margin:0;padding:0 4rem 2rem}.rpp-single-article .item-content .title{color:#6d6e71;font-size:0.875rem;margin:0}.rpp-single-article .item-content p{margin:0.5rem 0 1rem}.rpp-single-article .item-content .read-more{border-radius:4px;border:1px solid #081469;color:#081469 !important;background:none;padding:0.5rem;letter-spacing:0;line-height:unset;font-size:0.75rem;font-weight:400}.rpp-single-article .item-image{grid-area:image;align-self:end;margin:0}@media only all and (max-width:74.99rem){.rpp-single-article{display:flex !important;flex-direction:column;border-radius:0;padding-top:1.5rem}.rpp-single-article .item-image{order:4;margin:auto}.rpp-single-article .item-title,.rpp-single-article .item-content{padding:0 1.5rem 1.5rem}}#hikashop_category_information_menu_143.hikashop_categories_listing_main,#hikashop_category_information_menu_139.hikashop_categories_listing_main{display:flex;flex-direction:column;margin-bottom:2rem}#hikashop_category_information_menu_143.hikashop_categories_listing_main>*,#hikashop_category_information_menu_139.hikashop_categories_listing_main>*{order:1}#hikashop_category_information_menu_143.hikashop_categories_listing_main .category_title_area,#hikashop_category_information_menu_139.hikashop_categories_listing_main .category_title_area{border-radius:8px;background:white;padding:1rem;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07)}#hikashop_category_information_menu_143.hikashop_categories_listing_main .category_title_area .category_title_name_area *,#hikashop_category_information_menu_139.hikashop_categories_listing_main .category_title_area .category_title_name_area *{font-size:1.25rem;font-weight:900;margin:0 0 1rem}#hikashop_category_information_menu_143.hikashop_categories_listing_main .category_title_area .category_title_area_end .rpp-category-subtitle,#hikashop_category_information_menu_139.hikashop_categories_listing_main .category_title_area .category_title_area_end .rpp-category-subtitle{font-size:1rem;margin:0}#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_category_description,#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_category_description{order:2;background:white;padding:1rem;margin-top:2rem;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px}#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category:nth-child(5n+1),#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category:nth-child(5n+1){padding-right:0}#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category:nth-child(5n+1) .hikashop_container,#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category:nth-child(5n+1) .hikashop_container{margin-right:0 !important}#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category:nth-child(5n),#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category:nth-child(5n){padding-left:0}#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category:nth-child(5n) .hikashop_container,#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category:nth-child(5n) .hikashop_container{margin-left:0 !important}#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container,#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container{margin:0 5px 20px !important}#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer,#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer{border:none;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px !important;padding:1rem}#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_name a,#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_name a{color:#081469;font-weight:900;margin-top:2rem}@media only all and (max-width:74.99rem){#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category,#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category{padding:0}#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container,#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container{margin:0 0 20px !important}#hikashop_category_information_menu_143.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer,#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer{display:flex;align-items:center;justify-content:space-around;padding:0}}#hikashop_category_information_menu_143 .rppPriceTaxSwitch,#hikashop_category_information_menu_139 .rppPriceTaxSwitch{padding:0;margin:0;text-align:left}#hikashop_category_information_menu_143 .rppPriceTaxSwitch label,#hikashop_category_information_menu_139 .rppPriceTaxSwitch label{font-size:0.875rem}#hikashop_category_information_menu_143 .rppPriceTaxSwitch input,#hikashop_category_information_menu_139 .rppPriceTaxSwitch input{margin-top:0.5rem;margin-left:0;float:unset;display:inline-block}@media only all and (max-width:74.99rem){#hikashop_category_information_menu_143 .rppPriceTaxSwitch,#hikashop_category_information_menu_139 .rppPriceTaxSwitch{text-align:right}}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information{margin-top:2rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information>div:nth-child(3),#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information>div:nth-child(3){margin:-1rem 0 0}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area{border-radius:0.5rem 0.5rem 0 0;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);margin:1rem 0 0;font-size:1.125rem;font-weight:900;padding:0.3rem 0.8rem;display:flex;align-items:center}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_start,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_start{flex:0 6%;width:6%}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area{flex:0 44%;width:44%}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area h4,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area h4{margin:0;color:#081469;font-size:1.125rem;font-weight:900}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area .category_name_end,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area .category_name_end{color:#6d6e71;font-size:0.75rem;font-weight:400}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area .category_name_end .hikashop_category_custom_value,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area .category_name_end .hikashop_category_custom_value{font-weight:900;color:#d70000}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end{flex:0 50%;width:50%;display:flex;justify-content:flex-end;gap:1rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end button,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end button{background:white;color:black;font-size:0.75rem;font-weight:400;padding:0 0.5rem;transition:0.5s ease all;border-radius:8px;border:1px solid #ebf1ff;text-decoration:none;text-align:center;width:fit-content;height:40px;line-height:26px}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end button:hover,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end button:hover{background:#ebf1ff;border-color:#ebf1ff}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end button span.fa,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end button span.fa{font-weight:400;color:#081469}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing{border-radius:0 0 8px 8px;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);overflow:hidden}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table{margin:0;border:none}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead{background:white;border-top:1px solid #ebf1ff;border-bottom:1px solid #ebf1ff;font-size:0.875rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead th,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead th{padding:0.3rem 0.5rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead th.hikashop_product_name,#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead th.hikashop_product_price,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead th.hikashop_product_name,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead th.hikashop_product_price{padding-right:4rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead th.hikashop_product_price .price_type,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead th.hikashop_product_price .price_type{color:#d70000;font-size:0.75rem;font-weight:400}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tfoot td,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tfoot td{padding:0}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row{border-bottom:1px solid #ebf1ff}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row:last-child,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row:last-child{border:none}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td{background:white;padding:0.3rem 0.5rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .hikashop_product_name,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .hikashop_product_name{display:initial;text-align:inherit}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .hikashop_product_name a,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .hikashop_product_name a{color:#081469}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn{float:right;margin-left:1rem;border-radius:8px;letter-spacing:0;color:#081469;background:#f2f8f9}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn.active,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn.active{background:#57c5c6;color:white}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn.active span.fa::before,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn.active span.fa::before{content:""}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row{display:flex;justify-content:flex-start;padding-right:4rem;align-items:center}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row span.hikashop_product_price_full,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row span.hikashop_product_price_full{flex:0 40%}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff{padding:0.2rem 0;padding:0.2rem 0;background:#f4f7fa;color:#535456 !important;flex:0 40%}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff.up,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff.up{color:#325d2d !important}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff.down,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff.down{color:#ac0000 !important}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td .hikashop_product_price_full .hikashop_product_price,#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td .hikashop_product_fieldrpp_size,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td .hikashop_product_price_full .hikashop_product_price,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td .hikashop_product_fieldrpp_size{color:black;margin:0}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row{padding:0.3rem 1rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row .hikabtn,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row .hikabtn{background:#57c5c6;color:white;border:none;margin:0;width:100%}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded{background:#ebf1ff;border-bottom:1px solid #57c5c6}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td{padding:0.2rem 0.5rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td .row-extra-container,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td .row-extra-container{display:flex}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td .row-extra-container>div,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td .row-extra-container>div{margin-left:1rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td .row-extra-container .label,#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td .row-extra-container .value,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td .row-extra-container .label,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td .row-extra-container .value{color:#081469;font-size:0.875rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td .row-extra-container .value,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded td .row-extra-container .value{font-weight:900}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded:hover td,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded:hover td{background:inherit}@media only all and (max-width:74.99rem){#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_start,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_start{flex:0 15%;width:15%}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area{flex:0 83%;width:83%}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area h4,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_name_area h4{font-size:1rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end{flex:0 7%;width:7%;overflow:hidden;position:relative;margin-right:auto}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end.show,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end.show{flex:0 100%;width:100%;overflow:visible;position:fixed;bottom:0;left:0;background:white;padding:2rem 0 0;border-radius:8px 8px 0 0;z-index:15;flex-direction:column-reverse;box-shadow:0px -10px 0 50rem rgba(0, 0, 0, 0.7);gap:0}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end.show::after,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end.show::after{content:"";bottom:unset;right:unset;left:calc(50% - 30px);top:0.5rem;width:60px;height:5px;background:#6d6e71;border-radius:8px}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end.show .btn,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end.show .btn{font-size:1rem;border:none;border-bottom:1px solid #d9d9d9;border-radius:0;text-align:right;width:100%;height:unset;padding:1rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end.show .btn:hover,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end.show .btn:hover{background:#ebf1ff;border-color:#ebf1ff}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end.show .btn span.fa,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end.show .btn span.fa{margin-left:1rem;font-size:1.125rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end::after,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .category_title_area .category_title_area_end::after{content:"";font-family:"Font Awesome 6 Pro";position:absolute;top:0;bottom:0;left:0;right:0;background:#fff;text-align:center;font-size:1.5rem;line-height:2.5rem;color:#6d6e71}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing{border-radius:0 0 8px 8px;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);overflow:hidden}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead{display:table-row}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead tr,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead tr{display:flex;justify-content:space-between}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead tr th.hikashop_product_field,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead tr th.hikashop_product_field{display:none}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row{display:flex;align-items:center}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td:not([class]),#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td:not([class]){display:none}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row{width:50%;display:flex;flex-direction:row-reverse;align-items:center}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn{margin:0}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .hikashop_product_name,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .hikashop_product_name{font-size:0.75rem;font-weight:900}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td .hikashop_product_price_full .hikashop_product_price,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td .hikashop_product_price_full .hikashop_product_price{font-weight:900}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row{display:block;padding:0;width:35%}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff{display:none}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .hikashop_product_price.hikashop_product_price_0,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .hikashop_product_price.hikashop_product_price_0{font-size:0.75rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row{padding:0.3rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row .hikabtn,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row .hikabtn{font-size:0.75rem}#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded .row-extra-container,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded .row-extra-container{flex-wrap:wrap}}@media only all and (max-width:74.99rem) and (max-width:63.99rem){#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead tr,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead tr{justify-content:start;gap:0.5rem}}@media only all and (max-width:74.99rem) and (min-width:48.01rem) and (max-width:63.99rem){#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead tr,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead tr{justify-content:space-between}}@media only all and (max-width:74.99rem) and (min-width:64rem) and (max-width:74.99rem){#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead tr,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table thead tr{justify-content:space-between}}@media only all and (max-width:74.99rem) and (min-width:48.01rem) and (max-width:63.99rem){#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row{justify-content:flex-end}}@media only all and (max-width:74.99rem) and (min-width:64rem) and (max-width:74.99rem){#hikashop_category_information_menu_143 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row,#hikashop_category_information_menu_139 .hikashop_submodules .hikashop_category_information .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row{justify-content:flex-end}}#hikashop_category_information_menu_139.hikashop_categories_listing_main .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer{background:url('../../../../images/rppgallery/sky.png') no-repeat center bottom !important;background-size:cover !important}.category_title_area_end_wrapper{position:fixed;top:0;bottom:0;right:0;left:0;z-index:1}.hikashop_category_description_content ul{margin:0 1.1rem 0 0}#hikashop_checkout{box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07) !important;border-radius:8px !important;border:none !important;background:white;margin-bottom:2rem}#hikashop_checkout .hikashop_wizardbar{background:none;border:none;margin:0;padding:1rem;box-shadow:none;border-bottom:1px solid #d9d9d9;border-radius:0}#hikashop_checkout .hikashop_wizardbar ul{margin:0 !important;position:relative;display:flex;justify-content:space-between}#hikashop_checkout .hikashop_wizardbar ul li{float:right;width:calc(100% / 7);padding:3.75rem 0.25rem 0.25rem !important;box-sizing:border-box;text-align:center;background:white;border:none;color:#6d6e71;font-size:0.75rem;position:relative;height:auto;border-radius:0 !important;line-height:1.5rem}#hikashop_checkout .hikashop_wizardbar ul li .hikashop_chevron{display:none}#hikashop_checkout .hikashop_wizardbar ul li:after{content:" ";width:100%;right:100%;height:2px;background:#f5f4f8;position:absolute;top:50%}#hikashop_checkout .hikashop_wizardbar ul li:last-child:after{content:unset !important}#hikashop_checkout .hikashop_wizardbar ul li:before{content:"";width:3.125rem;height:3.125rem;position:absolute;top:0;right:0;left:0;margin:0 auto;font-family:"Font Awesome 6 Pro";line-height:3.125rem;font-size:2rem;font-weight:300}#hikashop_checkout .hikashop_wizardbar ul li:nth-child(2):before{content:""}#hikashop_checkout .hikashop_wizardbar ul li:nth-child(3):before{content:""}#hikashop_checkout .hikashop_wizardbar ul li:nth-child(4):before{content:""}#hikashop_checkout .hikashop_wizardbar ul li:nth-child(5):before{content:""}#hikashop_checkout .hikashop_wizardbar ul li .hkbadge{background:none;margin:0 0 0 0.25rem;padding:0;color:inherit;box-shadow:none;font-size:inherit;line-height:inherit;border-radius:0;min-width:auto}#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_current{color:#081469;background:#ffffff}#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_current::after{content:" ";width:100%;right:100%;height:2px;background:#6d6e71;position:absolute;top:50%}#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_finished,#hikashop_checkout .hikashop_wizardbar ul li a{background:#fff;color:#081469}#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_finished{background:none}#hikashop_checkout .hikashop_wizardbar ul li.hikashop_cart_step_finished::after{content:" ";width:100%;right:100%;height:2px;background:#081469 !important;position:absolute;top:50%}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_wizardbar{padding:1rem 0}#hikashop_checkout .hikashop_wizardbar ul{flex-wrap:wrap}#hikashop_checkout .hikashop_wizardbar ul li{font-size:0.75rem;line-height:1;width:50%}#hikashop_checkout .hikashop_wizardbar ul li:after{width:50% !important;right:75% !important}#hikashop_checkout .hikashop_wizardbar ul li:before{width:2rem}#hikashop_checkout .hikashop_wizardbar ul li .hkbadge{display:block}#hikashop_checkout .hikashop_wizardbar ul li:nth-child(2)::after{content:none}}#hikashop_checkout .rppPriceTaxSwitch{padding:0;margin:0.5rem;text-align:left}#hikashop_checkout .rppPriceTaxSwitch label{font-size:0.875rem}#hikashop_checkout .rppPriceTaxSwitch input{margin-top:0.5rem;margin-left:0;float:unset;display:inline-block}@media only all and (max-width:74.99rem){#hikashop_checkout .rppPriceTaxSwitch{text-align:right}}#hikashop_checkout .hikashop_checkout_cart .table{border:none}#hikashop_checkout .hikashop_checkout_cart .table .hikashop_cart_title{background:#eceff3 !important;font-weight:500;color:#6d6e71;font-size:0.875rem}#hikashop_checkout .hikashop_checkout_cart .table tbody tr[class^="row"] td{border:1px solid #d9d9d9}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_cart .table tbody tr.margin{margin:2rem 0}}#hikashop_checkout .hikashop_checkout_cart .table tbody td{background:white !important;font-weight:500}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_name_value{width:60%;text-align:right}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_name_value a{color:#081469}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_name_value{width:100%}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_name_value:before{float:unset}}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_price_value,#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_total_value{font-weight:900}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value{padding-bottom:3rem !important}}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_product_quantity_div{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;width:100%;padding:0.35rem 0.55rem;margin:0;border:1px solid #d9d9d9;border-radius:4px}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_product_quantity_div .add-on{position:unset !important;margin:0 !important;padding:0 !important;background:none !important;border:none;width:32px}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_product_quantity_div .add-on .hikabtn{display:block;line-height:100%;margin-top:0 !important;border:none;width:32px;height:32px;line-height:32px;border-radius:4px !important;background:#57c5c6;color:white}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_product_quantity_div input{background:#e2eff1;font-weight:900;font-size:1.25rem;border-radius:4px;border:none;height:35px;width:5rem}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_product_quantity_div input:hover,#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_product_quantity_div input:focus{box-shadow:none;border:none}@media only all and (max-width:63.99rem){#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_product_quantity_div input{width:10rem}}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_product_quantity_div .hikashop_product_quantity_field{max-width:unset !important}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh,#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete{line-height:2.25rem;height:2.25rem;display:inline-block;margin:0.25rem;text-align:center;border-radius:8px;width:47%;background:#e2eff1}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh i,#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete i{color:black}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh{margin-right:0}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh{margin-right:0.25rem;margin-left:0}}#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete{margin-left:0}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_cart .table tbody td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete{margin-left:0.25rem;margin-right:0}}#hikashop_checkout .hikashop_checkout_cart .table tbody td .hikashop_product_price_title{display:none}#hikashop_checkout .hikashop_checkout_address{border-bottom:1px solid #d9d9d9}#hikashop_checkout .hikashop_checkout_address .hika_address_field{margin:0;padding:1rem}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element{position:relative;padding:1rem 2.875rem 1rem 6rem;border-radius:8px;border:1px solid #d9d9d9 !important;background:transparent;display:block;margin-bottom:1rem}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element{padding-left:1rem;padding-bottom:4.375rem;width:100%}}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element .hika_edit{background-color:transparent;padding:0}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element .hika_edit input[type="radio"]{float:right;position:absolute;right:1rem;top:2rem;margin:-0.5rem 0 0;appearance:none;outline:none !important;width:1rem;height:1rem;border:1px solid #d9d9d9;background:#f3f6f9;border-radius:50rem}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element .hika_edit input[type="radio"]:checked{border:5px solid #4d4947}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element .hika_edit a{position:absolute;left:1rem;top:50%;margin:-1.5rem 0 0;width:2rem;height:2rem;line-height:2rem;text-align:center;display:inline-block;border-radius:8px;border:1px solid green}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element .hika_edit a i{color:green;font-size:0.75rem}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element .hika_edit a:last-child{left:3.75rem;border:1px solid red}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element .hika_edit a:last-child i{color:red}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element .hika_edit a{top:auto;bottom:1rem;margin:0}}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hika_address_element .hika_address_display{text-align:justify;font-size:0.75rem}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal{display:flex;flex-flow:row wrap;margin:-0.5rem}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group{flex:0 calc(25% - 1rem);width:calc(25% - 1rem);margin:0.5rem}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group .hkcontrol-label{display:block;padding:0;width:100%;float:none;font-size:0.875rem;margin-bottom:0.5rem;text-align:right}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group div{display:block;padding:0;width:100%;float:none}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group div input,#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group div select{line-height:1.5;height:2.45rem;font-size:0.875rem}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group div input{padding:0 1rem}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group.hikashop_checkout_address_default,#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group.hikashop_checkout_address_same{flex:0 100%;width:100%}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group.hikashop_checkout_address_default label,#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group.hikashop_checkout_address_same label{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_address .hika_address_field .hkform-horizontal .hkform-group{flex:0 100%;width:100%}}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hikabtn{background:white;color:#6d6e71;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;border:1px solid #d9d9d9;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;float:left}#hikashop_checkout .hikashop_checkout_address .hika_address_field .hikabtn:hover{background:#ebf1ff;border-color:#ebf1ff}#hikashop_checkout .hikashop_checkout_address .hikashop_address_required_info_line{margin:0;font-size:0.75rem;padding-right:1rem}#hikashop_checkout .hikashop_checkout_address .hikashop_checkout_address_ok_button{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;margin:1rem}#hikashop_checkout .hikashop_checkout_address .hikashop_checkout_address_ok_button:hover{background:#081469}#hikashop_checkout .hikashop_checkout_address .hikashop_checkout_address_cancel_button{background:white;color:#6d6e71;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;border:1px solid #d9d9d9;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;margin:1rem}#hikashop_checkout .hikashop_checkout_address .hikashop_checkout_address_cancel_button:hover{background:#ebf1ff;border-color:#ebf1ff}#hikashop_checkout .hikashop_checkout_shipping{padding:1rem;font-size:0.75rem;line-height:1.5rem}#hikashop_checkout .hikashop_checkout_shipping .hikashop_shipping_group .hikashop_shipping_methods_table{margin:0;border:none}#hikashop_checkout .hikashop_checkout_shipping .hikashop_shipping_group .hikashop_shipping_methods_table tr{width:calc(100% / 4);padding:0.75rem;float:right;display:block}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_shipping .hikashop_shipping_group .hikashop_shipping_methods_table tr{width:100%;padding:0;float:none;margin:0 0 1.5rem}}#hikashop_checkout .hikashop_checkout_shipping .hikashop_shipping_group .hikashop_shipping_methods_table tr td{position:relative;padding-right:3.75rem !important;border-radius:8px;border:1px solid #d9d9d9 !important;background:transparent;display:block}#hikashop_checkout .hikashop_checkout_shipping .hikashop_shipping_group .hikashop_shipping_methods_table tr td .hikashop_checkout_shipping_radio{position:absolute;right:1rem;top:1.2rem;margin:-0.5rem 0 0;appearance:none;outline:none !important;width:1rem;height:1rem;border:1px solid #d9d9d9;background:#f3f6f9;border-radius:50rem}#hikashop_checkout .hikashop_checkout_shipping .hikashop_shipping_group .hikashop_shipping_methods_table tr td .hikashop_checkout_shipping_radio:checked{border:5px solid #4d4947}#hikashop_checkout .hikashop_checkout_shipping .hikashop_shipping_group .hikashop_shipping_methods_table tr td .hikashop_checkout_shipping_cost{color:#6d6e71}#hikashop_checkout .hikashop_checkout_shipping .hikashop_shipping_group .hikashop_shipping_methods_table tr td .hikashop_checkout_shipping_name{color:black}#hikashop_checkout .hikashop_checkout_payment{padding:1rem;border-bottom:1px solid #d9d9d9}#hikashop_checkout .hikashop_checkout_payment .hikashop_payment_methods_table{margin:0;border:none}#hikashop_checkout .hikashop_checkout_payment .hikashop_payment_methods_table tr{width:calc(100% / 4);padding:0.75rem;float:right}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_payment .hikashop_payment_methods_table tr{width:100%;padding:0;float:none;margin:0 0 1.5rem}}#hikashop_checkout .hikashop_checkout_payment .hikashop_payment_methods_table tr td{position:relative;padding-right:3.75rem !important;border-radius:8px;border:1px solid #d9d9d9 !important;background:transparent;display:block}#hikashop_checkout .hikashop_checkout_payment .hikashop_payment_methods_table tr td .hikashop_checkout_payment_radio{position:absolute;right:1rem;top:1.2rem;margin:-0.5rem 0 0;appearance:none;outline:none !important;width:1rem;height:1rem;border:1px solid #d9d9d9;background:#f3f6f9;border-radius:50rem}#hikashop_checkout .hikashop_checkout_payment .hikashop_payment_methods_table tr td .hikashop_checkout_payment_radio:checked{border:5px solid #4d4947}#hikashop_checkout .hikashop_checkout_payment .hikashop_payment_methods_table tr td .hikashop_checkout_payment_cost{color:#6d6e71}#hikashop_checkout .hikashop_checkout_payment .hikashop_payment_methods_table tr td .hikashop_checkout_payment_name{color:black;font-size:0.75rem}#hikashop_checkout .hikashop_checkout_coupon{padding:1.5rem}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_coupon{padding:1rem}#hikashop_checkout .hikashop_checkout_coupon .input-group{gap:1rem}}#hikashop_checkout .hikashop_checkout_coupon .input-group{gap:1.5rem}#hikashop_checkout .hikashop_checkout_coupon .input-group .hikashop_checkout_coupon_field{border-radius:8px;font-size:0.875rem}#hikashop_checkout .hikashop_checkout_coupon .input-group .hikabtn_checkout_coupon_add{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;letter-spacing:0}#hikashop_checkout .hikashop_checkout_coupon .input-group .hikabtn_checkout_coupon_add:hover{background:#081469}#hikashop_checkout .hikashop_checkout_buttons{margin:0;padding:1rem;border-top:1px solid #d9d9d9}#hikashop_checkout .hikashop_checkout_buttons .buttons_left{float:right}#hikashop_checkout .hikashop_checkout_buttons .buttons_left button,#hikashop_checkout .hikashop_checkout_buttons .buttons_left a{background:white;color:#6d6e71;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;border:1px solid #d9d9d9;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;min-width:11rem}#hikashop_checkout .hikashop_checkout_buttons .buttons_left button:hover,#hikashop_checkout .hikashop_checkout_buttons .buttons_left a:hover{background:#ebf1ff;border-color:#ebf1ff}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_buttons .buttons_left{width:100%}#hikashop_checkout .hikashop_checkout_buttons .buttons_left button,#hikashop_checkout .hikashop_checkout_buttons .buttons_left a{min-width:100%}}#hikashop_checkout .hikashop_checkout_buttons .buttons_right{float:left}#hikashop_checkout .hikashop_checkout_buttons .buttons_right button{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;border:none;min-width:10rem}#hikashop_checkout .hikashop_checkout_buttons .buttons_right button:hover{background:#081469}@media only all and (max-width:74.99rem){#hikashop_checkout .hikashop_checkout_buttons .buttons_right{width:100%}#hikashop_checkout .hikashop_checkout_buttons .buttons_right button{min-width:100%}}#hikashop_checkout .hikashop_checkout_status{font-size:0.75rem;padding:1rem}#hikashop_checkout .hikashop_checkout_status .label{color:white;background:#081469}#hikashop_checkout .hikashop_checkout_fields .hkform-horizontal .hkform-group{font-size:0.875rem}#hikashop_checkout .hikashop_checkout_fields .hkform-horizontal .hkform-group textarea{font-size:0.875rem}#hikashop_checkout legend{padding:0 0 1rem;margin:0 0 1rem;color:#000;line-height:30px;font-size:1.25rem;font-weight:900}#hikashop_rppcart .checkout-side-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:box;-webkit-box-orient:inline-axis;-moz-box-orient:inline-axis;box-orient:inline-axis;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-ms-flex-pack:start;-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;-ms-flex-align:stretch}#hikashop_rppcart .checkout-side-container .checkout-side-items{margin:0}#hikashop_rppcart .checkout-side-container .checkout-side-items .checkout-button{padding:0;margin:0}#hikashop_rppcart .checkout-side-container .checkout-side-items .checkout-button button{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px}#hikashop_rppcart .checkout-side-container .checkout-side-items .checkout-button button:hover{background:#081469}#hikashop_rppcart .checkout-side-container .checkout-side-items .checkout-button a{background:white;color:#6d6e71;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;border:1px solid #d9d9d9;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px}#hikashop_rppcart .checkout-side-container .checkout-side-items .checkout-button a:hover{background:#ebf1ff;border-color:#ebf1ff}#hikashop_rppcart .rpp-checkout-footer-items button{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px}#hikashop_rppcart .rpp-checkout-footer-items button:hover{background:#081469}#hikashop_rppcart .rpp-checkout-footer-items a{background:white;color:#6d6e71;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;border:1px solid #d9d9d9;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px}#hikashop_rppcart .rpp-checkout-footer-items a:hover{background:#ebf1ff;border-color:#ebf1ff}.hikashop_banktransfer_end{border-radius:8px;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);padding:1.5rem}#hikashop_category_information_menu_140 .hikashop_products_listing{border-radius:0 0 8px 8px;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);overflow:hidden}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table{margin:0;border:none}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table thead{background:white;border-top:1px solid #ebf1ff;border-bottom:1px solid #ebf1ff;font-size:0.875rem}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table thead th{padding:0.8rem 0.5rem}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table thead th.hikashop_product_name{padding-right:4rem}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table thead th.hikashop_product_price .price_type{color:#d70000;font-size:0.75rem;font-weight:400}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tfoot td{padding:0}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row{border-bottom:1px solid #ebf1ff}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row:last-child{border:none}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td{background:white}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .hikashop_product_name{display:initial;text-align:inherit}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .hikashop_product_name a{color:#081469}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn{float:right;margin-left:1rem;border-radius:8px;letter-spacing:0;color:#081469;background:#f2f8f9}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn.active{background:#57c5c6;color:white}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn.active span.fa::before{content:""}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row{display:flex;justify-content:space-evenly;align-items:center}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff{padding:0.5rem 0;background:#f4f7fa;color:#6d6e71 !important}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff.up{color:#67c15e !important}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_price_row .rpp_price_diff.down{color:#d70000 !important}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td .hikashop_product_price_full .hikashop_product_price,#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td .hikashop_product_fieldrpp_size{color:black;margin:0}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row{padding:0.5rem 1rem}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row .hikabtn{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;border:none;width:100%}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row .hikabtn:hover{background:#081469}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded{background:#ebf1ff;border-bottom:1px solid #57c5c6}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded .row-extra-container{display:flex;gap:1.5rem}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded .row-extra-container .label,#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded .row-extra-container .value{color:#081469;font-size:0.875rem}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded .row-extra-container .value{font-weight:900}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded:hover td{background:inherit}@media only all and (max-width:74.99rem){#hikashop_category_information_menu_140 .hikashop_products_listing{border-radius:0 0 8px 8px;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);overflow:hidden}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table thead{display:none}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row{display:flex;flex-direction:column;position:relative}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td:not([class]){display:none}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_add_to_cart_row .hikabtn{width:calc(100% - 50px);margin-right:auto}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .hikashop_product_table_row td.hikashop_product_name_row .btn{margin:0;position:absolute;bottom:0.8rem;right:1rem;height:42px;width:42px;line-height:28px;border-radius:4px}#hikashop_category_information_menu_140 .hikashop_products_listing .hikashop_products_table tbody .temprow.nowadded .row-extra-container{flex-wrap:wrap}}.hikashop_product_page{display:flex;flex-direction:column;margin-bottom:1rem}.hikashop_product_page form .hikashop_product_top_part{border-radius:0.5rem 0.5rem 0 0;border-bottom:1px solid #d9d9d9;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07)}.hikashop_product_page form .hikashop_product_top_part h1{margin:0;padding:1.25rem 1.5rem;font-size:1.5rem;color:black}.hikashop_product_page form .hk-row-fluid{border-radius:0 0 0.5rem 0.5rem;border-bottom:1px solid #d9d9d9;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);z-index:2;position:relative;padding:2rem 1rem}.hikashop_product_page form .hk-row-fluid #hikashop_product_left_part{display:flex !important;padding:0;width:68%}@media only all and (max-width:63.99rem){.hikashop_product_page form .hk-row-fluid #hikashop_product_left_part{width:100%;flex-direction:column}}.hikashop_product_page form .hk-row-fluid #hikashop_product_right_part{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:space-between;width:32%}@media only all and (max-width:63.99rem){.hikashop_product_page form .hk-row-fluid #hikashop_product_right_part{width:100%}}.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_global_image_div{width:55%}@media only all and (max-width:63.99rem){.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_global_image_div{width:100%}}.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_global_image_div .hikashop_product_main_image{border-radius:0.5rem;border:1px solid #e2eff1;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07)}@media only all and (max-width:74.99rem){.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_global_image_div .hikashop_product_main_image img{margin:0 !important}}@media only all and (max-width:63.99rem){.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_global_image_div .hikashop_product_main_image_subdiv{border:none}}.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner{width:60%;padding:0 2rem}@media only all and (max-width:63.99rem){.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner{width:100%;padding:0 1rem;border-radius:0.5rem;border:1px solid #e2eff1;background:white;box-shadow:2px 2px 4px 0px rgba(2, 25, 89, 0.07);margin:1rem 0;font-size:0.75rem}}.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner .hikashop_product_custom_info_main_table{border:none}.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner .hikashop_product_custom_info_main_table tr{border-bottom:1px solid #d9d9d9}.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner .hikashop_product_custom_info_main_table tr .key,.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner .hikashop_product_custom_info_main_table tr .value{color:black}.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner .hikashop_product_custom_info_main_table tr .key a,.hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner .hikashop_product_custom_info_main_table tr .value a{color:#081469;font-weight:900}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part{border-radius:0.5rem;border:1px solid #e2eff1;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);padding:2rem}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main{order:4;display:flex;flex-direction:column;width:100%}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start{display:flex;align-items:center;justify-content:space-between;column-gap:1rem}@media only all and (max-width:74.99rem){.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start{margin-top:2rem;column-gap:0}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start .hikashop_quantity_form .control-group{padding:0.4rem !important}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start .hikashop_product_quantity_div{gap:6px}}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start .rpp_quantity_help{font-size:0.75rem;font-weight:900;color:#585858}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start .hikashop_quantity_form .control-group{padding:0.75rem 1.25rem;margin:0;border:1px solid #d9d9d9;border-radius:4px}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start .hikashop_quantity_form .control-group input{background:#e2eff1;font-weight:900;font-size:1.25rem;border-radius:4px;border:none;height:35px;width:92px}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start .hikashop_quantity_form .control-group input:hover,.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start .hikashop_quantity_form .control-group input:focus{box-shadow:none;border:none}@media only all and (max-width:63.99rem){.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start .hikashop_quantity_form .control-group input{width:80px}}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_div{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;width:100%;gap:14px}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_div .add-on{position:unset !important;margin:0 !important;padding:0 !important;background:none !important;border:none;width:32px}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_div .add-on .hikabtn{display:block;line-height:100%;margin-top:0 !important;border:none;width:32px;height:32px;line-height:32px;border-radius:4px !important;background:#57c5c6;color:white}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_div .hikashop_product_quantity_field{max-width:unset !important}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock_count{order:2;font-size:0.75rem;font-weight:900;color:#57c5c6}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .hikacart{background:#57c5c6;border:none;padding:10px;transition:0.5s ease all;color:white;margin-top:20px;width:100%;font-weight:900}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_price_main{width:50%}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price{color:#356330 !important;font-weight:900;width:100%;text-align:left}@media only all and (max-width:74.99rem){.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_price_main{width:100%}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price{font-size:1rem}}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .rppPriceTaxSwitch{padding:0;width:50%}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .rppPriceTaxSwitch .form-check-input{margin-left:-1em}@media only all and (max-width:74.99rem){.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .rpp_price_diff{width:100%}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .rppPriceTaxSwitch{width:100%}.hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .rppPriceTaxSwitch .form-check-input{margin-left:0}}.hikashop_product_page form .hikashop_product_bottom_part{display:flex;flex-direction:column}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_description_main{border-radius:0.5rem;border-bottom:1px solid #d9d9d9;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);padding:2rem;margin-top:1rem;text-align:justify;order:3}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_description_main p{margin:0}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistorylist{border-radius:0.5rem;border-bottom:1px solid #d9d9d9;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);margin-top:1rem;padding-top:0.8rem;overflow:hidden;order:2}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistorylist .table{border:none;margin:0}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistorylist .table .right{text-align:right}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistorylist .table tr th:first-child,.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistorylist .table tr td:first-child{padding-right:2rem}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistorylist .g-title{color:black;font-size:1.125rem;font-weight:900;display:block;padding:0 2rem 0.8rem}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistory{border-radius:0.5rem;border-bottom:1px solid #d9d9d9;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);padding:0.8rem 2rem;margin-top:1rem;order:1}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistory .g-title{color:black;font-size:1.125rem;font-weight:900;border-bottom:1px solid #d9d9d9;display:block;padding-bottom:0.8rem}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistory .highcharts-root{font-family:inherit !important}.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistory .highcharts-root .highcharts-title,.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistory .highcharts-root .highcharts-axis-title,.hikashop_product_page form .hikashop_product_bottom_part .hikashop_product_pricehistory .highcharts-root .highcharts-legend-item>text{font-family:inherit !important;font-size:1rem !important;font-weight:400 !important}.hikashop_product_page .hikashop_external_comments{order:2}body.rpp-product-page.g-bodyonly{margin-top:2rem;background:#fff}@media only all and (max-width:74.99rem){body.rpp-product-page.g-bodyonly{margin-top:2rem}}@media only all and (max-width:63.99rem){body.rpp-product-page.g-bodyonly{margin-top:0rem}}body.rpp-product-page.g-bodyonly .hikashop_product_page form .hikashop_product_top_part h1{padding:0 1rem}@media only all and (max-width:63.99rem){body.rpp-product-page.g-bodyonly .hikashop_product_page form .hikashop_product_top_part h1{font-size:1rem}}body.rpp-product-page.g-bodyonly .hikashop_product_page form .hk-row-fluid{padding:0.25rem 0.5rem}body.rpp-product-page.g-bodyonly .hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner{width:100%;margin:0.75rem 0}body.rpp-product-page.g-bodyonly .hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner table.hikashop_product_custom_info_main_table tbody{display:flex;flex-wrap:wrap}body.rpp-product-page.g-bodyonly .hikashop_product_page form .hk-row-fluid .hikashop_product_left_part .hikashop_product_topfields_inner tbody tr{display:inline-flex;width:50%}body.rpp-product-page.g-bodyonly .hikashop_product_page form .hk-row-fluid .hikashop_product_right_part{padding:0.25rem 2rem}body.rpp-product-page.g-bodyonly .hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .hikacart{margin-top:1rem}body.rpp-product-page.g-bodyonly .hikashop_product_page form .hk-row-fluid .hikashop_product_right_part .hikashop_product_quantity_main .rpp_quantity_start{margin-top:0.5rem}body.rpp-product-page.g-bodyonly .hikashop_product_page form .hk-row-fluid .hikashop_product_right_part br{display:none}body.rpp-product-page.g-bodyonly .hikashop_product_page .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price{text-align:center;font-size:1.25rem}@media only all and (max-width:63.99rem){body.rpp-product-page.g-bodyonly .hikashop_product_page .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price{font-size:1.15rem}}body.rpp-product-page.g-bodyonly div#hikashop_product_image_main{display:none;width:0}body.rpp-product-page.g-bodyonly div#hikashop_product_pricehistorylist,body.rpp-product-page.g-bodyonly div#hikashop_product_pricehistory,body.rpp-product-page.g-bodyonly div#hikashop_product_description_main,body.rpp-product-page.g-bodyonly div#hikashop_submodules,body.rpp-product-page.g-bodyonly div#hikashop_external_comments{display:none !important;visibility:hidden}body.rpp-product-page.g-bodyonly div#hikashop_product_bottom_part{display:none}#jc #comments{text-align:right;border-radius:8px;border-bottom:1px solid #d9d9d9;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);padding:0.8rem;margin-top:1rem}#jc #comments .h6{font-size:1.125rem;font-weight:900;padding-bottom:0.5rem;border-bottom:1px solid #d9d9d9;margin-bottom:1rem}#jc #comments .container-fluid.comments-list{padding:0 0.5rem}#jc #comments .container-fluid.comments-list .comments-list-child{padding-right:3rem}#jc #comments .container-fluid.comments-list .comments-list-child .comment{margin-left:0;background:none}#jc #comments dl.comment-info.text-break.text-muted{display:flex;justify-content:space-between;width:100%;border-bottom:1px solid #d9d9d9;margin:0;padding:0.5rem 0.8rem}#jc #comments dd.permalink,#jc #comments .comments-list-footer,#jc #comments .parent-comment,#jc #comments a#hide-button-2,#jc #comments dd.comments-vote{display:none}#jc #comments dd.createdby{margin:0 0 0 0;font-size:0.75rem;color:black}#jc #comments dd.published{display:flex;justify-content:flex-start;flex-direction:row-reverse;align-items:center;font-size:0.75rem}#jc #comments dd.published time{line-height:1.5rem;background:none;padding:0;display:block}#jc #comments dd.published span.icon-calendar.icon-fw{margin-right:0.5rem}#jc #comments .border.rounded.rbox{padding:0;margin:1rem 0;background:white}#jc #comments .comment-body{font-size:0.75rem;font-weight:900;border-bottom:1px solid #d9d9d9;background:#f6f8f9;color:black;margin:0;padding:0.5rem 0.8rem}#jc #comments .comments-buttons{display:block;width:100%;font-size:0.75rem;float:unset}#jc #comments .comments-buttons a:first-child::before{content:"";font-family:"Font Awesome 6 Pro"}#jc #comments .comments-buttons a{color:#081469}#jc>.h6{border-radius:0.5rem 0.5rem 0 0;border-bottom:1px solid #d9d9d9;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);margin:1rem 0 0;font-size:1.125rem;font-weight:900;padding:0.8rem}#jc form{border-radius:0 0 8px 8px;border-bottom:1px solid #d9d9d9;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);padding:2rem;z-index:2;position:relative;display:flex !important;flex-wrap:wrap;justify-content:space-between;gap:1rem !important;width:100%}@media only all and (max-width:63.99rem){#jc form{flex-direction:column}}#jc form .row{width:50%;flex:0 50%;flex-direction:column-reverse;align-items:flex-start !important}#jc form .row .col-5{width:100%}@media only all and (max-width:74.99rem){#jc form .row{width:100%;flex:0 100%}#jc form .row .col-5{padding:0}}#jc form .form-label{font-weight:900}#jc form input{border-radius:8px;border:1px solid #f5f5f5;background:#f6f8f9}#jc form textarea{min-height:150px;border-radius:8px;border:1px solid #d9d9d9;background:white;box-shadow:none}#jc form .grippie{display:none}#jc form #comments-form-buttons{width:calc(50% - 1rem);flex:0 calc(50% - 2rem);display:flex;gap:1.25rem;justify-content:flex-end}@media only all and (max-width:74.99rem){#jc form #comments-form-buttons{width:100%;flex:0 100%;margin:0 !important;gap:0.3rem}#jc form #comments-form-buttons .btn{padding:0.7rem 2.7rem !important}}#jc form #comments-form-buttons .btn{padding:1rem 3rem;color:white;font-size:1rem;font-weight:900;background:#6d6e71;border-radius:4px}#jc form #comments-form-buttons .btn.btn-success{background:#67c15e}#jc form #comments-form-buttons div{display:none}#jc form br{display:none}#jc .captcha-container{display:flex;gap:1rem;align-items:center;width:calc(50% - 1rem);flex:0 calc(50% - 2rem)}@media only all and (max-width:74.99rem){#jc .captcha-container{width:100%;flex:0 100%;flex-wrap:wrap}}#jc .captcha-container .captcha-reload{width:fit-content}#jc .captcha-container input.captcha{width:10rem;border-radius:4px;border:1px solid #737a80;background:#fafafa}#jc .captcha-container img.captcha{border-radius:8px;border:1px solid #737a80;background:#f6f6f6}#jc .captcha-container .captcha-reload a{font-size:0.875rem}#jc .captcha-container .captcha-reload a span{margin-left:0.5rem}.com-users-profile.profile{padding:1.5rem;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;margin-bottom:2rem}.com-users-profile.profile .com-users-profile__edit{display:none}.com-users-profile.profile fieldset{margin:25px 0;padding:0;box-shadow:none}.com-users-profile.profile fieldset legend{border-bottom:1px solid #d9d9d9;font-size:1.125rem;display:block;width:100%;padding-bottom:1rem}.com-users-profile.profile fieldset .dl-horizontal{margin:0}.com-users-profile.profile fieldset#users-profile-core{margin-top:0}.com-users-profile__edit.profile-edit{max-width:unset;margin:0;font-size:1rem;padding:1.5rem;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;margin-bottom:2rem}.com-users-profile__edit.profile-edit fieldset{margin:0 0 25px !important;box-shadow:none}.com-users-profile__edit.profile-edit fieldset legend{border-bottom:1px solid #d9d9d9;font-size:1.125rem;margin:0}.com-users-profile__edit.profile-edit fieldset .dl-horizontal{margin:0}#hikashop_order_listing{padding:1.5rem;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;margin-bottom:2rem}#hikashop_order_listing #adminForm .hk-row-fluid{align-items:center;justify-content:space-between}#hikashop_order_listing #adminForm .hk-row-fluid::before,#hikashop_order_listing #adminForm .hk-row-fluid::after{display:none}#hikashop_order_listing #adminForm .hk-row-fluid .hkc-md-6{width:fit-content}#hikashop_order_listing #adminForm .hk-row-fluid .hkc-md-6 .hikashop_search_block{flex-direction:row-reverse}#hikashop_order_listing #adminForm .hk-row-fluid .hkc-md-6 .hikashop_search_block input{border-radius:4px 0 0 4px}#hikashop_order_listing #adminForm .hk-row-fluid .hkc-md-6 .hikashop_order_sort{line-height:41px}#hikashop_order_listing #adminForm .hk-row-fluid .hkc-md-6 .hikashop_order_sort br{display:none}#hikashop_order_listing #adminForm .hk-row-fluid .hkc-md-6 .hikashop_order_sort select{border-radius:4px;padding:0 1rem;outline:none;height:41px}#hikashop_order_listing #adminForm .hk-row-fluid .hkc-md-6 .hikashop_order_sort select#filter_order_status{margin:0 1rem}#hikashop_order_listing #adminForm .hikashop_order_listing .hk-card.hk-card-order{border:1px solid #ebf1ff;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;margin:1rem 0 1.5rem}#hikashop_order_listing #adminForm .hikashop_order_listing .hk-card.hk-card-order .hk-card-header{background:#f2f8f9}#hikashop_order_listing #adminForm .hikashop_order_listing .hk-card.hk-card-order .hk-card-header a{color:black;font-size:0.875rem}#hikashop_order_main .hika_toolbar{display:none}#hikashop_order_main .hikashop_header_title{padding:1.5rem;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;margin-bottom:1.5rem;width:100%}#hikashop_order_main .hikashop_header_title h1{font-size:2rem;margin:0}#hikashop_order_main .hikashop_order_main_table{border:none;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;margin-bottom:2rem}#hikashop_order_main .hikashop_order_main_table tbody tr:not(:last-child) td{padding-bottom:0}#hikashop_order_main .hikashop_order_main_table tbody tr td{padding:1.5rem}#hikashop_order_main .hikashop_order_main_table tbody tr td #hikashop_order_right_part{float:right !important}#hikashop_address_listing{padding:1.5rem;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;margin-bottom:2rem}#hikashop_address_listing #hikashop_user_addresses_default{display:flex}#hikashop_address_listing #hikashop_user_addresses_default .hika_options{flex:0 50%;width:50%;margin:0}#hikashop_address_listing #hikashop_user_addresses_default .hika_options dt{width:unset;line-height:unset;text-align:right !important}#hikashop_address_listing #hikashop_user_addresses_default .hika_options dt label{margin:0}#hikashop_address_listing #hikashop_user_addresses_default .hika_options dd{margin:0 !important}@media only all and (min-width:75rem){#hikashop_address_listing #hikashop_user_addresses_default .hika_options.hikashop_default_billing_address{margin-left:1rem}}@media only all and (max-width:74.99rem){#hikashop_address_listing #hikashop_user_addresses_default{flex-wrap:wrap}#hikashop_address_listing #hikashop_user_addresses_default .hika_options{flex:0 100% !important;width:100% !important}#hikashop_address_listing #hikashop_user_addresses_default .hika_options.hikashop_default_billing_address{margin-bottom:1rem}}#hikashop_address_listing #hikashop_user_addresses_show{margin-top:1.5rem}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 h3{margin:0.5rem 0;font-size:1.125rem;font-weight:900}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikashop_user_address{margin:0;position:relative;padding:1rem 3rem 1rem 7rem;border-radius:8px;border:1px solid #d9d9d9;display:block;margin-bottom:1rem;font-size:0.875rem}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikashop_user_address .hika_edit{background-color:transparent;padding:0}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikashop_user_address .hika_edit::before{content:"";position:absolute;right:1rem;top:2rem;margin:-0.5rem 0 0;width:1rem;height:1rem;border:5px solid #333;background:#f3f6f9;border-radius:50rem}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikashop_user_address .hika_edit::before:checked{border:5px solid #4d4947}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikashop_user_address .hika_edit a{position:absolute;left:1rem;top:50%;margin:-1.5rem 0 0;width:2rem;height:2rem;line-height:2rem;text-align:center;display:inline-block;border-radius:8px;border:1px solid green}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikashop_user_address .hika_edit a i{color:green;font-size:0.75rem}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikashop_user_address .hika_edit a:last-child{left:3.75rem;border:1px solid red}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikashop_user_address .hika_edit a:last-child i{color:red}@media only all and (max-width:74.99rem){#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikashop_user_address .hika_edit a{top:auto;bottom:1rem;margin:0}}@media only all and (max-width:74.99rem){#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikashop_user_address{padding:1rem 3rem 3rem 1rem}}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikabtn{background:white;color:#6d6e71;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;border:1px solid #d9d9d9;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;float:left}#hikashop_address_listing #hikashop_user_addresses_show .hk-row-fluid .hkc-md-6 .hikabtn:hover{background:#ebf1ff;border-color:#ebf1ff}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition h3{margin:0.5rem 0;font-size:1.125rem;font-weight:900}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal{display:flex;flex-flow:row wrap;margin:0}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group{flex:0 calc(25% - 1rem);width:calc(25% - 1rem);margin:0.5rem}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group .hkcontrol-label{display:block;padding:0;width:100%;float:none;font-size:0.875rem;margin-bottom:0.5rem;text-align:right}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group div{display:block;padding:0;width:100%;float:none}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group div input,#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group div select{line-height:1.5;height:2.45rem;font-size:0.875rem}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group div input{padding:0 1rem}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group.hikashop_checkout_address_default,#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group.hikashop_checkout_address_same{flex:0 100%;width:100%}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group.hikashop_checkout_address_default label,#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group.hikashop_checkout_address_same label{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem}@media only all and (max-width:74.99rem){#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hkform-horizontal .hkform-group{flex:0 100%;width:100%}}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hikashop_address_required_info_line{margin:0;font-size:0.75rem;padding-right:1rem}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hikashop_checkout_address_ok_button{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;border:none;margin:1rem}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hikashop_checkout_address_ok_button:hover{background:#081469}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hikashop_checkout_address_cancel_button{background:white;color:#6d6e71;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;border:1px solid #d9d9d9;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;margin:1rem}#hikashop_address_listing #hikashop_user_addresses_show .hikashop_address_edition .hikashop_checkout_address_cancel_button:hover{background:#ebf1ff;border-color:#ebf1ff}.formResponsive{margin:0}.formResponsive select,.formResponsive textarea,.formResponsive input[type="text"],.formResponsive input[type="number"],.formResponsive input[type="email"],.formResponsive input[type="tel"],.formResponsive input[type="url"],.formResponsive input[type="password"]{background:white;color:rgba(0, 0, 0, 0.4);border-radius:8px;border:1px solid rgba(0, 0, 0, 0.32);width:100% !important;height:40px;line-height:40px;padding:0 10px !important;box-shadow:none;margin:0;font-size:0.875rem;text-align:right;box-sizing:border-box}@media only all and (max-width:74.99rem){.formResponsive select,.formResponsive textarea,.formResponsive input[type="text"],.formResponsive input[type="number"],.formResponsive input[type="email"],.formResponsive input[type="tel"],.formResponsive input[type="url"],.formResponsive input[type="password"]{width:fit-content;margin:auto;font-weight:500}}.formResponsive select:focus,.formResponsive textarea:focus,.formResponsive input[type="text"]:focus,.formResponsive input[type="number"]:focus,.formResponsive input[type="email"]:focus,.formResponsive input[type="tel"]:focus,.formResponsive input[type="url"]:focus,.formResponsive input[type="password"]:focus{box-shadow:none;outline:none;border-color:#d9d9d9}.formResponsive .formHorizontal .formControls{margin-left:0}.formResponsive .formHorizontal .formControlLabel{float:unset;margin-bottom:0;display:block;width:100%;font-size:0.875rem;font-weight:900}.formResponsive .formHorizontal label{font-size:0.875rem;display:flex;align-items:center}.formResponsive .formHorizontal textarea{height:fit-content;min-height:133px}.formResponsive .formHorizontal .rsform-block{margin-bottom:0}.formResponsive .formHorizontal .rsform-block .rsform-submit-button{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;width:100%;text-shadow:none}.formResponsive .formHorizontal .rsform-block .rsform-submit-button:hover{background:#081469}.formResponsive .formBody{float:unset;line-height:0}.formResponsive input[type="submit"],.formResponsive button[type="submit"]{background-color:inherit;background-repeat:inherit;border-color:inherit;color:inherit}.rsform-captcha-refresh-button{display:none}.sidebar.moduletable .rsform{padding:0.5rem 1rem}[dir="ltr"] .formResponsive .formHorizontal .formControlLabel{text-align:left}iframe{border:unset}.com_content .sidebar .g-title{text-align:right;padding:1rem}.com_content .formResponsive .formHorizontal .rsform-block .rsform-submit-button{float:left}@media only all and (max-width:74.99rem){.formResponsive .formRow{width:100%;display:flex;flex-direction:column-reverse}.formResponsive .formRow [class*="formSpan"]{width:100%}}.rsform-block-time .uk-form-controls label:has(input:checked){border-color:rgba(8, 20, 105, 0.6) !important;box-shadow:0 0 10px rgba(8, 20, 105, 0.6) !important;color:#fff;background-color:#081469 !important}.rsform-block-time .uk-form-controls label:hover{border-color:rgba(8, 20, 105, 0.6) !important;box-shadow:0 0 10px rgba(8, 20, 105, 0.6) !important}.uk-button-primary{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;width:fit-content !important}.uk-button-primary:hover{background:#081469}.uk-button-primary:hover{background:#081469}.uk-input:focus,.uk-select:focus,.uk-textarea:focus{border-color:#081469}.search,.searchmanufacturers-menu{display:flex;flex-wrap:wrap;margin:1rem 0 2rem}.search .page-title,.searchmanufacturers-menu .page-title{display:none}.search #searchForm,.searchmanufacturers-menu #searchForm{flex:0 0 25%;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;background:white}.search #searchForm .btn-toolbar,.searchmanufacturers-menu #searchForm .btn-toolbar{padding:1rem;margin:0;border-bottom:1px solid #d9d9d9}.search #searchForm .btn-toolbar .btn-group:first-child,.searchmanufacturers-menu #searchForm .btn-toolbar .btn-group:first-child{width:calc(100% - 2rem)}.search #searchForm .btn-toolbar .btn-group:first-child label,.searchmanufacturers-menu #searchForm .btn-toolbar .btn-group:first-child label{display:none}.search #searchForm .btn-toolbar .btn-group:first-child input,.searchmanufacturers-menu #searchForm .btn-toolbar .btn-group:first-child input{font-size:0.75rem;background:#ebf1ff;height:2.25rem;border:none;float:right;color:#6d6e71;width:100%;line-height:40px;padding:0 20px;box-shadow:none;margin:0;text-shadow:none;border-radius:0 8px 8px 0}.search #searchForm .btn-toolbar .btn-group:first-child input:hover,.search #searchForm .btn-toolbar .btn-group:first-child input:focus,.searchmanufacturers-menu #searchForm .btn-toolbar .btn-group:first-child input:hover,.searchmanufacturers-menu #searchForm .btn-toolbar .btn-group:first-child input:focus{box-shadow:0 0 4px rgba(8, 20, 105, 0.5)}.search #searchForm .btn-toolbar .btn-group:nth-child(2),.searchmanufacturers-menu #searchForm .btn-toolbar .btn-group:nth-child(2){width:2rem}.search #searchForm .btn-toolbar .btn-group:nth-child(2) .btn,.searchmanufacturers-menu #searchForm .btn-toolbar .btn-group:nth-child(2) .btn{background:#ebf1ff;padding:0;border:none;overflow:hidden;float:left;height:100%;width:100%;line-height:2rem;margin:0;font-size:1rem;font-weight:normal;border-radius:8px 0 0 8px}.search #searchForm .btn-toolbar .btn-group:nth-child(2) .btn .icon-search,.searchmanufacturers-menu #searchForm .btn-toolbar .btn-group:nth-child(2) .btn .icon-search{color:#081469;margin-right:0.7rem}.search #searchForm .searchintro,.searchmanufacturers-menu #searchForm .searchintro{padding:1rem}.search #searchForm .searchintro strong,.searchmanufacturers-menu #searchForm .searchintro strong{color:#081469}.search #searchForm .searchintro .badge-info:hover,.searchmanufacturers-menu #searchForm .searchintro .badge-info:hover{color:white}.search #searchForm fieldset legend,.searchmanufacturers-menu #searchForm fieldset legend{font-size:1.5rem;line-height:40px;margin:0 auto 1.5rem;color:black;font-weight:bold}.search #searchForm fieldset input[type="radio"],.searchmanufacturers-menu #searchForm fieldset input[type="radio"]{margin-right:0;margin-left:10px;float:right}.search #searchForm fieldset input[type="radio"]:checked,.searchmanufacturers-menu #searchForm fieldset input[type="radio"]:checked{background-color:#081469;border-color:#081469}.search #searchForm fieldset input[type="checkbox"],.searchmanufacturers-menu #searchForm fieldset input[type="checkbox"]{appearance:none;-webkit-appearance:none;display:inline-block;width:20px;height:20px;border:1px solid #d9d9d9;border-radius:4px;overflow:hidden}.search #searchForm fieldset input[type="checkbox"]::before,.searchmanufacturers-menu #searchForm fieldset input[type="checkbox"]::before{content:"";font-family:"Font Awesome 6 Pro";background:none;display:block;border-radius:2px;color:white;line-height:19px;text-align:center}.search #searchForm fieldset input[type="checkbox"]:checked::before,.searchmanufacturers-menu #searchForm fieldset input[type="checkbox"]:checked::before{content:"";font-family:"Font Awesome 6 Pro";background-color:#081469;border-color:#081469}.search #searchForm fieldset input[type="checkbox"]:hover,.searchmanufacturers-menu #searchForm fieldset input[type="checkbox"]:hover{color:black}.search #searchForm fieldset select,.searchmanufacturers-menu #searchForm fieldset select{background:#ebf1ff;color:#6d6e71;border:none;width:100%;box-sizing:border-box;height:40px;line-height:40px;border-radius:10px;box-shadow:none;margin:0;text-shadow:none;padding:0 5px}.search #searchForm fieldset label,.searchmanufacturers-menu #searchForm fieldset label{float:none;width:auto;padding:0;margin:0;font-size:0.75rem;display:block;line-height:30px;color:#6d6e71;text-align:right;white-space:nowrap}.search #searchForm .form-check:first-child,.searchmanufacturers-menu #searchForm .form-check:first-child{margin-right:0;padding-right:0}.search #searchForm .form-limit,.searchmanufacturers-menu #searchForm .form-limit{float:right;margin-left:0.5rem;padding:1rem}.search #searchForm .form-limit label,.searchmanufacturers-menu #searchForm .form-limit label{margin:0;font-size:0.75rem;display:block;line-height:30px;color:#6d6e71;float:right;margin-left:0.5rem}.search #searchForm .form-limit #limit,.searchmanufacturers-menu #searchForm .form-limit #limit{width:auto;height:1.5rem;line-height:1.5rem;font-size:0.75rem;padding:0 5px !important;float:left}.search #searchForm .counter,.searchmanufacturers-menu #searchForm .counter{float:left;margin-right:0.5rem;padding:1rem}.search .search-results,.search .search-resultsmanufacturers-menu,.searchmanufacturers-menu .search-results,.searchmanufacturers-menu .search-resultsmanufacturers-menu{display:flex;flex-wrap:wrap;align-content:flex-start;align-items:stretch;padding:0.75rem;flex:0 calc(75% - 2rem);margin:0;margin-right:2rem;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;background:white}.search .search-results .result-title,.search .search-resultsmanufacturers-menu .result-title,.searchmanufacturers-menu .search-results .result-title,.searchmanufacturers-menu .search-resultsmanufacturers-menu .result-title{color:#081469;font-size:0.875rem;line-height:1.5;font-weight:bold;display:block;flex:0 0 calc(100% - 250px)}.search .search-results .result-title a,.search .search-resultsmanufacturers-menu .result-title a,.searchmanufacturers-menu .search-results .result-title a,.searchmanufacturers-menu .search-resultsmanufacturers-menu .result-title a{color:#081469}.search .search-results .result-category,.search .search-resultsmanufacturers-menu .result-category,.searchmanufacturers-menu .search-results .result-category,.searchmanufacturers-menu .search-resultsmanufacturers-menu .result-category{color:#a2aab2;background:#efefef;line-height:2rem;border-radius:4px;font-size:0.75rem;min-width:5rem;text-align:center;display:inline-block;padding:0 0.5rem;flex:0 0 250px;margin:0}.search .search-results .result-text,.search .search-resultsmanufacturers-menu .result-text,.searchmanufacturers-menu .search-results .result-text,.searchmanufacturers-menu .search-resultsmanufacturers-menu .result-text{color:#a2aab2;font-size:0.75rem;flex:0 0 100%;margin:0;border-bottom:1px dotted;margin-bottom:2rem;margin-top:0.5rem;min-height:1rem}@media only all and (max-width:47.99rem){.search #searchForm,.search .search-results,.search .search-resultsmanufacturers-menu,.searchmanufacturers-menu #searchForm,.searchmanufacturers-menu .search-results,.searchmanufacturers-menu .search-resultsmanufacturers-menu{width:100%;flex:0 100%;margin-left:0;margin-right:0}.search .search-results,.search .search-resultsmanufacturers-menu,.searchmanufacturers-menu .search-results,.searchmanufacturers-menu .search-resultsmanufacturers-menu{margin:0;margin-top:1.5rem}.search .search-results .result-title,.search .search-results .result-category,.search .search-resultsmanufacturers-menu .result-title,.search .search-resultsmanufacturers-menu .result-category,.searchmanufacturers-menu .search-results .result-title,.searchmanufacturers-menu .search-results .result-category,.searchmanufacturers-menu .search-resultsmanufacturers-menu .result-title,.searchmanufacturers-menu .search-resultsmanufacturers-menu .result-category{flex:0 0 100%;margin:0 0 1rem 0}}li.mod-breadcrumbs__divider.float-start,.breadcrumb-item+.breadcrumb-item::before{display:none}.breadcrumb{background:none}.mod-breadcrumbs.breadcrumb{background:none;margin:0 !important}.mod-breadcrumbs__wrapper{padding:0.5rem 0}@media only all and (max-width:74.99rem){.mod-breadcrumbs__wrapper{overflow-x:auto}}.mod-breadcrumbs__wrapper ol{display:flex;margin:0;padding:0 !important;margin-top:10px}@media only all and (max-width:74.99rem){.mod-breadcrumbs__wrapper ol{overflow-x:auto;flex-wrap:nowrap}.mod-breadcrumbs__wrapper ol li{min-width:max-content}}.mod-breadcrumbs__wrapper ol li:nth-child(3)::before{content:unset}.mod-breadcrumbs__wrapper ol li a span{padding-left:8px}.mod-breadcrumbs__wrapper ol .divider.icon-location.icon-fw::before{position:absolute;content:"" !important;font-family:"Font Awesome 6 Pro";text-align:center;right:88px;top:9px;font-size:0.75rem;font-weight:900;color:black}.mod-breadcrumbs__wrapper ol li:nth-child(2) .pathway span{font-size:0.75rem;line-height:1.5;color:black !important}.mod-breadcrumbs__wrapper ol li:nth-child(2) .pathway span::before{content:"";font-family:"Font Awesome 6 Pro";position:unset;color:black;padding-left:13px;font-size:0.75rem;font-weight:400}.mod-breadcrumbs__wrapper ol li:nth-child(3) span{color:black}.mod-breadcrumbs__wrapper ol .mod-breadcrumbs__item.breadcrumb-item::before{content:unset}.mod-breadcrumbs__wrapper ol .mod-breadcrumbs__item.breadcrumb-item span{font-weight:500}.mod-breadcrumbs__wrapper ol .mod-breadcrumbs__item.breadcrumb-item span::before{content:"";font-family:"Font Awesome 6 Pro";color:black;font-weight:500;padding-left:10px;font-size:0.875rem}.mod-breadcrumbs__wrapper ol .breadcrumb-item span{font-size:0.75rem;color:#6d6e71}.mod-breadcrumbs__wrapper ol .breadcrumb-item.active span{font-size:0.75rem;font-weight:900;color:#081469}.rpphikaproductcat{display:flex;gap:15px;list-style:none}.rpp-hikashop-breadcrumb{padding-bottom:0 !important}.rpp-hikashop-breadcrumb .rpphikaproductcat{padding:0.5rem 0;margin:0;gap:2rem}@media only all and (max-width:74.99rem){.rpp-hikashop-breadcrumb .rpphikaproductcat{overflow-x:auto}.rpp-hikashop-breadcrumb .rpphikaproductcat li{min-width:max-content}}.rpp-hikashop-breadcrumb .rpphikaproductcat li:nth-child(1) a span{font-size:0.75rem;line-height:1.5;color:black !important}.rpp-hikashop-breadcrumb .rpphikaproductcat li:nth-child(1) a span::before{content:"";font-family:"Font Awesome 6 Pro";position:unset;color:black;padding-left:13px;font-size:0.75rem;font-weight:400}.rpp-hikashop-breadcrumb .rpphikaproductcat li{position:relative}.rpp-hikashop-breadcrumb .rpphikaproductcat li::before{position:absolute;content:"";font-family:"Font Awesome 6 Pro";line-height:inherit;left:-20px}.rpp-hikashop-breadcrumb .rpphikaproductcat li a,.rpp-hikashop-breadcrumb .rpphikaproductcat li span{font-size:0.75rem;line-height:1.5;color:black !important}.rpp-hikashop-breadcrumb .rpphikaproductcat li:last-child::before{content:unset}.rpp-hikashop-breadcrumb .rpphikaproductcat li:last-child span{font-size:0.75rem;font-weight:900;color:#081469}.rpp-blogs{position:relative}.rpp-blogs .g-title{font-size:1.5rem;font-weight:900}.rpp-blogs .rpp-before{font-size:0.875rem;position:absolute;left:0;top:0.3rem;color:black !important}.rpp-blogs .mod-articlescategory{border:none;padding:0;display:flex;gap:1rem}.rpp-blogs .mod-articlescategory li{border:1px solid #d9d9d9 !important;border-radius:8px;margin:0;padding:0 !important;width:calc(100% / 4);transition:0.5s ease all;overflow:hidden}.rpp-blogs .mod-articlescategory li .rpp-block{display:flex;gap:1rem;flex-direction:column}.rpp-blogs .mod-articlescategory li .rpp-block .rpp-img .articles_img{height:175px;width:100%;object-fit:cover}.rpp-blogs .mod-articlescategory li .rpp-block .rpp-content{display:flex;flex-direction:column;justify-content:space-between;padding:0 1rem 1rem}.rpp-blogs .mod-articlescategory li .rpp-block .rpp-content .mod-articles-category-title{font-size:0.875rem;font-weight:900;color:black;text-decoration:none !important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;line-height:1.7em;max-height:3.4em;min-height:3.4em}.rpp-blogs .mod-articlescategory li .rpp-block .rpp-content .rpp-info{font-size:0.75rem;font-weight:900;color:#6d6e71}.rpp-blogs .mod-articlescategory li:hover{box-shadow:0 12px 40px rgba(6, 23, 48, 0.08)}@media only all and (max-width:74.99rem){.rpp-blogs .g-title{font-size:1.25rem;width:fit-content}.rpp-blogs .rpp-before{font-size:0.75rem;left:0.1rem;top:0.5rem}.rpp-blogs .mod-articlescategory{overflow-x:scroll}.rpp-blogs .mod-articlescategory li{min-width:100%}}@media only all and (min-width:48.01rem) and (max-width:63.99rem){.rpp-blogs .mod-articlescategory li{min-width:45%}}@media only all and (min-width:64rem) and (max-width:74.99rem){.rpp-blogs .mod-articlescategory li{min-width:35%}}.rpp-slideshow .rpp-img{border-radius:1rem;overflow:hidden}.rpp-slideshow .rpp-img img{width:100%}.mod-tagspopular ul{margin:0;list-style:none;display:flex;gap:1rem}.mod-tagspopular ul li{padding:3px 10px;border-radius:8px;background:white}.mod-tagspopular ul li a{color:#081469}.mod-tagspopular ul li:first-child{background:#081469}.mod-tagspopular ul li:first-child a{color:white}.rpp-aside-content{background:white;border-radius:8px;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07)}.rpp-aside-content .g-title{color:#2e475d;font-size:1.125rem;font-weight:900;padding:16px 10px 22px;margin:0}.rpp-aside-content .category-module{padding:0;border:none;display:block}.rpp-aside-content .category-module li{padding:10px 20px !important;margin:0;border-bottom:1px solid #e5ecff}.rpp-aside-content .category-module li a{font-size:0.875rem;color:#081469}.rpp-product-page .hikashop_submodules{text-align:right;border-radius:8px;border-bottom:1px solid #d9d9d9;background:white;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);margin-top:1rem;order:3;position:relative}.rpp-product-page .hikashop_submodules .rpp-related-products-mod h2{margin:0;padding:1rem;font-size:1.25rem;font-weight:900;color:black;border-bottom:1px solid #d9d9d9}.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container{margin:1rem 3px !important}.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer{padding:0;line-height:unset;border:none;box-shadow:none;transition:unset}.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title{display:flex;flex-wrap:wrap;justify-content:center;border:1px solid #ebf1ff;border-radius:8px;padding:0.5rem}@media only all and (min-width:64rem) and (max-width:74.99rem){.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title .hikashop_product_image{height:auto !important}.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title .hikashop_product_image .hikashop_product_image_subdiv{width:auto !important}}.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title .hikashop_product_price_full{order:2;width:100%;margin:1rem 0 1.5rem}.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title .hikashop_product_price_full .hikashop_product_price_0{float:none;color:#468340;font-weight:900;font-size:1.25rem}.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title .hikashop_product_name{font-size:1.125rem;font-weight:900;padding:0 1rem}.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title .hikashop_product_name a{color:black}.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title .rpp_price_diff{display:inline-flex;justify-content:center;width:fit-content;gap:0.5rem;padding:0.3rem;order:3;width:60%}@media only all and (max-width:74.99rem){.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title .rpp_price_diff{padding:0.5rem;margin-bottom:0.5rem}}.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_listing_img_title .hikashop_product_custom_rpp_size_line{display:none}@media only all and (max-width:74.99rem){.rpp-product-page .hikashop_submodules .rpp-related-products-mod .hk-row-fluid{flex-wrap:nowrap;overflow-x:scroll}}.rpp-product-page .hikashop_submodules .rpp-before{font-size:0.875rem;position:absolute;left:1.5rem;top:1.4rem;color:#6d6e71 !important}.moduletable.rpp-cart{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;box-shadow:-4px -4px 0px 0px rgba(87, 197, 198, 0.18), -2px -2px 0px 0px rgba(87, 197, 198, 0.5);font-weight:500;color:unset}.moduletable.rpp-cart:hover{background:#081469}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .rpp-hikashop-cartmodule span{color:white;font-family:"dana", "Font Awesome 6 Pro";font-weight:400}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .rpp-hikashop-cartmodule span::before{margin-left:0.5rem}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content{border:none;border-radius:4px;text-align:right;font-size:0.875rem;box-shadow:0 12px 40px rgba(6, 23, 48, 0.08);font-weight:400}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content p{margin:0}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content th,.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content td{border:1px solid #d9d9d9}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart thead .hikashop_cart_title{text-align:right;background:#f2f8f9}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value{display:flex;align-items:center;width:100%;max-width:100%;border:none}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_product_quantity_div{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;gap:1rem;width:100%;padding:0.35rem 0.55rem;margin:0;border:1px solid #d9d9d9;border-radius:4px}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_product_quantity_div .add-on{position:unset !important;margin:0 !important;padding:0 !important;background:none !important;border:none;width:32px}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_product_quantity_div .add-on .hikabtn{display:block;line-height:100%;margin-top:0 !important;border:none;width:32px;height:32px;line-height:32px;border-radius:4px !important;background:#57c5c6;color:white}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_product_quantity_div input{background:#e2eff1;font-weight:900;font-size:1.25rem;border-radius:4px;border:none;height:35px;width:5rem}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_product_quantity_div input:hover,.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_product_quantity_div input:focus{box-shadow:none;border:none}@media only all and (max-width:63.99rem){.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_product_quantity_div input{width:80px}}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_product_quantity_div .hikashop_product_quantity_field{max-width:unset !important}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_cart_product_quantity_refresh{display:inline-block;width:40px;height:32px;line-height:32px;margin:0.25rem;text-align:center;border-radius:8px;background:#e2eff1}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_cart_product_quantity_refresh i{color:black}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikashop_product_stock_count{order:2;font-size:0.75rem;font-weight:900;color:#57c5c6}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart tbody .hikashop_cart_module_product_quantity_value .hikacart{background:#57c5c6;border:none;padding:10px;transition:0.5s ease all;color:white;margin-top:20px;width:100%;font-weight:900}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart_proceed_to_checkout{margin:30px auto 0;float:left;background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart .hikashop_cart_dropdown_content .hikashop_cart_proceed_to_checkout:hover{background:#081469}.moduletable.rpp-cart .close-btn{display:none;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;z-index:9999999;width:100%;padding:4px;font-size:1.125rem;font-weight:900}.moduletable.rpp-cart .close-btn i{background:#333;color:white;width:32px;height:32px;line-height:32px;text-align:center;border-radius:50rem}@media only all and (max-width:74.99rem){.moduletable.rpp-cart{box-shadow:none;height:32px;padding:0.4rem;font-size:0.75rem}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_content{left:0;top:0;width:100%;height:100%;position:fixed;overflow:scroll;padding-top:3rem}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_content .hikashop_cart{border:none}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_content .hikashop_cart thead{display:none}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_content .hikashop_cart tfoot tr{display:flex;flex-direction:column;border:1px solid #d9d9d9}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_content .hikashop_cart tfoot tr td{border:none}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_content .hikashop_cart tbody tr{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;border:1px solid #d9d9d9;margin-bottom:1rem}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_content .hikashop_cart tbody tr td{border:none}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_content .hikashop_cart tbody tr td.hikashop_cart_module_product_image{display:none}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_content .hikashop_cart tbody tr td.hikashop_cart_module_product_quantity_value input{width:10rem !important}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_content .hikashop_cart_proceed_to_checkout{width:100% !important}}@media only all and (min-width:75rem){.moduletable.rpp-cart .close-btn{display:none !important}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_container{right:-37rem;top:0.5rem}.moduletable.rpp-cart #hikashop_cart_module .hikashop_cart_dropdown_container .hikashop_cart_dropdown_content{width:max-content}}.moduletable.rpp-category{display:flex;flex-wrap:wrap;align-items:center;column-gap:1rem}.moduletable.rpp-category .g-title{width:fit-content;font-size:1.5rem;font-weight:900}.moduletable.rpp-category .rpp-before{width:fit-content;color:#6d6e71;font-size:0.875rem;font-weight:500}.moduletable.rpp-category .hikashop_module.rpp-category{width:100%;margin-top:1rem}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category{padding:0 8px}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category:first-child{padding-right:0}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category:last-child{padding-left:0}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category .hikashop_container{margin:0 !important}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category .hikashop_container .hikashop_subcontainer{border:none;box-shadow:none;padding:0}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_image{height:150px !important;border-radius:4px;background:#ebf1ff;transition:0.5s ease all;margin-bottom:1rem}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_image:hover{background:#57c5c6}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_image .hikashop_product_listing_image{height:150px;width:100%;object-fit:none}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category .hikashop_container .hikashop_subcontainer br{display:none}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_name a{color:black;font-weight:900}@media only all and (max-width:74.99rem){.moduletable.rpp-category .g-title{font-size:1.25rem}.moduletable.rpp-category .rpp-before{font-size:0.75rem}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_subcategories .hk-row-fluid{flex-wrap:nowrap;overflow:hidden;overflow-x:scroll}.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_subcategories .hk-row-fluid .hikashop_category{padding:5px 8px;min-width:85%}}@media only all and (min-width:48.01rem) and (max-width:63.99rem){.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category{min-width:40% !important}}@media only all and (min-width:64rem) and (max-width:74.99rem){.moduletable.rpp-category .hikashop_module.rpp-category .hikashop_category{min-width:40% !important}}.moduletable.rpp-categorylist{box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;background:white}.moduletable.rpp-categorylist .hikashop_subcategories .hk-row-fluid .hikashop_category{padding:0}.moduletable.rpp-categorylist .hikashop_subcategories .hk-row-fluid .hikashop_category:not(:last-child){border-bottom:1px solid #d9d9d9}.moduletable.rpp-categorylist .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_subcontainer{text-align:right !important;border:none;box-shadow:none;padding:0.5rem;background:white}.moduletable.rpp-categorylist .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_subcontainer a{color:black}.moduletable.rpp-categorylist .g-title{color:#081469;font-size:1.125rem;font-weight:900;padding:1rem 1.125rem !important;margin:0}@media only all and (max-width:74.99rem){.moduletable.rpp-categorylist .g-title{cursor:pointer}.moduletable.rpp-categorylist .g-title::before{content:"";font-family:"Font Awesome 6 Pro";margin-left:0.5rem}.moduletable.rpp-categorylist .hikashop_module{display:none}}.rpp-company{position:relative}.rpp-company .g-title{margin:0 0 0.8rem;font-size:1rem;font-weight:900}.rpp-company .rpp-before{font-size:0.875rem;position:absolute;left:0;top:0.3rem;color:black !important}.rpp-company .hikashop_subcategories .hk-row-fluid{flex-wrap:nowrap;gap:1.172rem}.rpp-company .hikashop_subcategories .hk-row-fluid::after,.rpp-company .hikashop_subcategories .hk-row-fluid::before{content:none}.rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category{padding:0;transition:0.5s ease all}.rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category:hover{box-shadow:0 12px 40px rgba(6, 23, 48, 0.08)}.rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container{margin:0 !important}.rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer{display:flex;flex-direction:row-reverse;width:100%;justify-content:space-evenly;align-items:center;padding:0.657rem;border:1px solid #d9d9d9}.rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_name{display:flex;flex-direction:column;align-items:flex-start}.rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_name a{font-weight:900;color:black !important}.rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_name::before{content:"شرکت";color:#6d6e71;font-size:0.75rem;margin-bottom:0.5rem}@media only all and (max-width:74.99rem){.rpp-company .g-title{font-size:0.875rem;width:fit-content}.rpp-company .rpp-before{font-size:0.75rem;left:0.1rem;top:0}.rpp-company .hikashop_subcategories .hk-row-fluid{overflow-x:scroll}.rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category{min-width:80%}}@media only all and (min-width:48.01rem) and (max-width:63.99rem){.rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category{min-width:45%}}@media only all and (min-width:64rem) and (max-width:74.99rem){.rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category{min-width:35%}}.rpp-about .rpp-company .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer{border:none;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07)}.rpp_price_diff{order:3;width:35%;max-width:unset;border-radius:8px;padding:0.6rem;text-align:center;color:#0a0a0a !important;font-size:0.875rem;font-weight:900}.rpp_price_diff.down{background:#fa6e6e}.rpp_price_diff.up{background:#67c15e}@media only all and (max-width:74.99rem){.rpp_price_diff{padding:0.4rem;font-weight:400}}.moduletable.rpp-priceform{box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;padding:1rem 1.125rem !important;background:white}.moduletable.rpp-priceform .hikashop_filter_main_div{display:flex;flex-flow:row wrap}.moduletable.rpp-priceform .hikashop_filter_main_div form{flex:0 75%;width:75%;display:flex}.moduletable.rpp-priceform .hikashop_filter_main_div form .hikashop_filter_main{min-height:unset !important}.moduletable.rpp-priceform .hikashop_filter_main_div form .hikashop_filter_main>div{margin-left:20px}.moduletable.rpp-priceform .hikashop_filter_main_div form .hikashop_filter_main>div select.form-select{max-width:100% !important;height:42px;color:rgba(0, 0, 0, 0.4);border-radius:8px;border:1px solid #d9d9d9;line-height:42px;padding:0 40px 0 10px;font-size:0.875rem}@media only all and (max-width:74.99rem){.moduletable.rpp-priceform .hikashop_filter_main_div form .hikashop_filter_main>div select.form-select{font-weight:500}}.moduletable.rpp-priceform .hikashop_filter_main_div form .hikashop_filter_main>div select.form-select:focus{box-shadow:none;outline:none;border-color:#d9d9d9}.moduletable.rpp-priceform .hikashop_filter_main_div .hikashop_filter_button_outside{flex:0 25%;width:25%;margin:0 !important}.moduletable.rpp-priceform .hikashop_filter_main_div .hikashop_filter_button_outside .hikabtn{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;padding:0 1rem;margin:0;width:100%}.moduletable.rpp-priceform .hikashop_filter_main_div .hikashop_filter_button_outside .hikabtn:hover{background:#081469}.moduletable.rpp-priceform .g-title{color:#6d6e71;font-size:1.125rem;font-weight:900;margin:0;padding-bottom:0.5rem}@media only all and (max-width:74.99rem){.moduletable.rpp-priceform .g-title{font-size:1.125rem;margin-bottom:1rem}.moduletable.rpp-priceform .hikashop_filter_main_div{flex-direction:column}.moduletable.rpp-priceform .hikashop_filter_main_div form{flex:0 100%;width:100%;flex-direction:column}.moduletable.rpp-priceform .hikashop_filter_main_div form .hikashop_filter_main>div{margin-left:0;margin-bottom:20px}.moduletable.rpp-priceform .hikashop_filter_main_div form .hikashop_filter_main>div select.form-select{font-weight:500}.moduletable.rpp-priceform .hikashop_filter_main_div .hikashop_filter_button_outside{flex:0 100%;width:100%}}.moduletable.rpp-priceform.shadow-hover{border:1px solid #d9d9d9;transition:0.5s ease all;box-shadow:0 12px 40px rgba(6, 23, 48, 0.08);border-radius:4px;margin-top:2rem}.moduletable.rpp-priceform.shadow-hover:hover{box-shadow:4px 4px 0 #cad9d4}.moduletable.rpp-priceform.shadow-hover form .hikashop_filter_main select.form-select{border:1px solid rgba(0, 0, 0, 0.32)}.moduletable.rpp-productsfilter{box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px;padding:1rem 1.125rem !important;background:white}.moduletable.rpp-productsfilter .hikashop_filter_main_div form .hikashop_filter_main{min-height:unset !important}.moduletable.rpp-productsfilter .hikashop_filter_main_div form .hikashop_filter_main select.form-select{max-width:100% !important;height:50px;line-height:50px;color:#333;border-radius:8px;border:1px solid #d9d9d9;padding:0 40px 0 10px;margin-top:1rem;font-size:0.875rem}@media only all and (max-width:74.99rem){.moduletable.rpp-productsfilter .hikashop_filter_main_div form .hikashop_filter_main select.form-select{font-weight:500}}.moduletable.rpp-productsfilter .hikashop_filter_main_div form .hikashop_filter_main select.form-select:focus{box-shadow:none;outline:none;border-color:#d9d9d9}.moduletable.rpp-productsfilter .g-title{color:#081469;font-size:1.125rem;font-weight:900;margin:0}@media only all and (max-width:74.99rem){.moduletable.rpp-productsfilter{padding:0.2rem 0.6rem !important;position:absolute;bottom:-10.5rem;left:2rem}.moduletable.rpp-productsfilter .g-title{font-size:1rem;cursor:pointer}.moduletable.rpp-productsfilter .g-title::before{content:"";font-family:"Font Awesome 6 Pro";margin-left:0.5rem}.moduletable.rpp-productsfilter .hikashop_filter_module{display:none;position:fixed;bottom:0;left:0;width:100%;z-index:1000001;background:white;padding:0 1rem 1rem;box-shadow:0px -1px 0 100rem rgba(0, 0, 0, 0.5);border-radius:8px 8px 0 0}.moduletable.rpp-productsfilter .hikashop_filter_module .hikashop_filter_main_div form .hikashop_filter_main>div{margin:0}.moduletable.rpp-productsfilter .hikashop_filter_module .hikashop_filter_main_div form .hikashop_filter_main>div select.form-select{font-weight:500}}.moduletable.rpp-related-category{margin-bottom:1rem}.moduletable.rpp-related-category .hikashop_subcategories .hk-row-fluid{gap:1rem;overflow-x:auto;flex-wrap:nowrap}.moduletable.rpp-related-category .hikashop_subcategories .hk-row-fluid::before,.moduletable.rpp-related-category .hikashop_subcategories .hk-row-fluid::after{content:none}.moduletable.rpp-related-category .hikashop_subcategories .hk-row-fluid .hikashop_category{padding:0;min-width:fit-content;max-width:fit-content}.moduletable.rpp-related-category .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container{margin:0 !important}.moduletable.rpp-related-category .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer{padding:3px 15px;border-radius:8px}.moduletable.rpp-related-category .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer a{color:#081469}.moduletable.rpp-related-category .hikashop_subcategories .hk-row-fluid .hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_list{display:none}.rpp_update_price{order:2;width:60%;display:flex;justify-content:center;align-items:center;border-radius:8px;text-align:center;padding:0.5rem;margin-left:1rem;border:1px solid #6d6e71;background:#6d6e71;color:white;font-size:0.875rem;font-weight:900}.rpp_update_price>.rpp_update_price_title{display:none !important}.rpp_update_price::before{content:"";font-family:"Font Awesome 6 Pro";margin-left:0.5rem;margin-top:-0.4rem;font-weight:500}@media only all and (max-width:74.99rem){.rpp_update_price{margin:0 0 1rem;padding:0.3rem;font-weight:400;width:100%}}.rpp-banner .phone{display:none;width:100%}@media only all and (max-width:48rem){.rpp-banner .phone{border-radius:4px;display:block}}.rpp-banner .desktop{display:block;width:100%;border-radius:4px;transition:0.5s ease all}@media only all and (max-width:48rem){.rpp-banner .desktop{display:none}}.rpp-banner .desktop:hover{box-shadow:4px 4px 0 #cad9d4}.rpp-contact .rpp-banner .desktop,.rpp-contact .rpp-banner .desktop:hover{box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07)}.intro-a.moduletable.rpp-banner{margin-top:2.5rem}@media only all and (max-width:74.99rem){.intro-a.moduletable.rpp-banner{margin-top:1rem}}.rpp-contact-address .mod-custom{display:flex;flex-direction:column;gap:20px}.rpp-contact-address .mod-custom .rpp-icon-box{border-radius:8px;border:1px solid #d9d9d9;display:flex;flex-direction:column;gap:18px;padding:1rem}.rpp-contact-address .mod-custom .rpp-icon-box .box{display:flex;align-items:center;gap:1rem;font-weight:900}.rpp-contact-address .mod-custom .rpp-icon-box .box i{width:40px;height:40px;background:#67c15e;border-radius:8px;line-height:40px;text-align:center;color:white;font-size:1.25rem}.rpp-contact-address .mod-custom .slider{display:flex;overflow-x:scroll}.rpp-contact-address .mod-custom .slider .slider-item{display:flex;flex-direction:column;align-items:center;gap:0.5rem;min-width:100%;margin-left:1rem;margin-bottom:1rem;background:url('../../../../images/rppgallery/sky.png') no-repeat;background-size:cover;padding:1rem;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);border-radius:8px}.rpp-contact-address .mod-custom .slider .slider-item:last-child{margin-left:0}.rpp-contact-address .mod-custom .slider .slider-item .number{color:#081469;background:white;padding:2px 32px;border-radius:50rem 50rem 50rem 0;font-size:1.125rem;font-weight:900;text-align:center}.rpp-contact-address .mod-custom .slider .slider-item .image img{border-radius:50rem;border:2px solid #57c5c6;width:75px;height:75px;object-fit:cover}.rpp-contact-address .mod-custom .slider .slider-item .name{font-size:1.125rem;font-weight:900}.rpp-contact-address .mod-custom .slider .slider-item .career{font-size:0.875rem}.rpp-contact-address .mod-custom .slider .slider-item .phone a{border-radius:50rem;background:#57c5c6;color:white;font-size:0.875rem;padding:0.3rem 1rem}.rpp-contact-way .mod-custom{display:flex;flex-direction:column;gap:24px}.rpp-contact-way .mod-custom .social-icon a{display:flex;align-items:center;gap:1rem;padding:2rem 1rem;background:#f2f8f9;border-radius:8px;color:black;font-weight:900}.rpp-faq{display:flex;gap:2.5rem;border-radius:8px;border:1px solid #d9d9d9;padding:2rem !important}.rpp-faq .rpp-before{width:30%;display:flex;flex-direction:column;justify-content:space-between}.rpp-faq .rpp-before .title{font-size:2rem;font-weight:900}.rpp-faq .rpp-before .text{font-size:1.125rem;text-align:justify}.rpp-faq .rpp-before .rpp-button a{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px;box-shadow:4px 4px 0 #cad9d4;width:100% !important}.rpp-faq .rpp-before .rpp-button a:hover{background:#081469}.rpp-faq .rppfaqshema{width:100%}.rpp-faq .rppfaqshema .rppgarow{background:#f9f9f9;border-radius:8px}.rpp-faq .rppfaqshema .rppgarow .rppquestion,.rpp-faq .rppfaqshema .rppgarow .rppanswer{box-shadow:none;background:none}.rpp-faq .rppfaqshema .rppgarow .rppquestion::before,.rpp-faq .rppfaqshema .rppgarow .rppanswer::before{font-family:"Font Awesome 6 Pro"}.rpp-faq .rppfaqshema .rppgarow.active .rppquestion{color:#081469;margin:0}.rpp-faq .rppfaqshema .rppgarow .rppanswer{padding-top:0}.rpp-faq .rppfaqshema .rppgarow:last-child .rppquestion{margin:0}@media only all and (max-width:74.99rem){.rpp-faq{padding:1rem !important;flex-direction:column}.rpp-faq .rpp-before{width:100%;align-items:center}.rpp-faq .rpp-before .title{font-size:1.5rem}.rpp-faq .rpp-before .text{font-size:1rem}.rpp-faq .rpp-before .rpp-button a{padding:1rem 2rem}.rpp-faq .rppfaqshema .rppgarow{font-size:0.875rem}}.rpp-footercontact .g-title{font-weight:900;color:#002a47;font-size:1.25rem;margin-bottom:1rem}.rpp-footercontact .info .address,.rpp-footercontact .info .phone{display:flex;gap:1rem}.rpp-footercontact .info .address i,.rpp-footercontact .info .phone i{font-size:1.5rem;padding-top:5px}.rpp-footercontact .info .phone .text{font-size:0.875rem}.rpp-footercontact .info .phone .text a{color:black;margin-left:1rem}.rpp-footercontact .info .phone .text a span{color:#ab0000;font-size:1rem;font-weight:900}.rpp-footercontact .social{display:flex;gap:1rem;margin-top:1rem}.rpp-footercontact .social a{color:white;display:flex;align-items:center;justify-content:space-between;padding:8px 14px;width:100%;border-radius:8px}.rpp-footercontact .social a.whatsapp{background:#25d366}.rpp-footercontact .social a.telegram{background:#08c}.rpp-footercontact .social a.eta{background:#ff8000;color:black}.rpp-footercontact .social a.robika{background:#6f00ff}.rpp-footercontact .social a .text{font-size:0.875rem;font-weight:900}.rpp-footercontact .social a i{font-size:1.5rem}@media only all and (max-width:74.99rem){.rpp-footercontact .social.mobile-fixed{position:fixed;width:100%;bottom:0;right:0;z-index:12;background:white;height:76px;align-items:center;justify-content:center;box-shadow:0 2px 4px 0 rgba(14, 30, 37, 0.12), 0 2px 16px 0 rgba(14, 30, 37, 0.32)}.rpp-footercontact .social.mobile-fixed a.whatsapp{width:fit-content;gap:1rem;padding:0.5rem 4rem}}@media only all and (max-width:48rem){.rpp-footercontact .info .address .text{font-size:0.875rem}}.rpp-footermenu{display:flex;gap:1.25rem}.rpp-footermenu .menus{display:flex;gap:3.75rem}.rpp-footermenu .menus .menu .title{font-weight:900;margin-bottom:10px}.rpp-footermenu .menus .menu .menu-items{margin:0;list-style:none}.rpp-footermenu .menus .menu .menu-items .menu-item a{color:black;font-weight:300}.rpp-footermenu .menus .menu:last-child div{display:flex;gap:1.5rem}@media only all and (max-width:48rem){.rpp-footermenu{flex-direction:row-reverse;justify-content:space-between}.rpp-footermenu .menus{flex-direction:column;gap:1rem}.rpp-footermenu .menus .menu .title{margin:0}.rpp-footermenu .menus .menu .menu-items .menu-item a{font-size:0.875rem}}@media only all and (max-width:74.99rem){.rpp-footermenu .menus{gap:2rem}}.rpp-image-content{background:white;border-radius:8px;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);padding:3rem 4rem !important;display:flex;flex-wrap:wrap;column-gap:12px}.rpp-image-content .g-title{font-size:1.125rem;font-weight:400;display:inline;order:2}.rpp-image-content i.fa-regular.fa-square{color:#57c5c6;background:rgba(87, 197, 198, 0.3);width:36px;height:36px;line-height:36px;text-align:center;border-radius:8px;order:1;position:relative}.rpp-image-content i.fa-regular.fa-square::before{position:absolute;top:50%;left:50%;width:36px;height:36px;transform:translate(-50%, -50%) rotate(45deg)}.rpp-image-content .mod-custom{display:flex;order:3}.rpp-image-content .mod-custom>div{flex:0 50%;width:50%}.rpp-image-content .mod-custom>div .title{font-size:2rem;font-weight:900;margin:12px 0}.rpp-image-content .mod-custom>div .text{text-align:justify}.rpp-image-content .mod-custom>div img:hover{box-shadow:none}@media only all and (max-width:74.99rem){.rpp-image-content{padding:2rem !important}.rpp-image-content .mod-custom{flex-direction:column}.rpp-image-content .mod-custom>div{flex:0 100%;width:100%}.rpp-image-content .mod-custom>div .title{font-size:1.5rem}}.image-content-a .rpp-image-content .g-title,.image-content-a .rpp-image-content i.fa-regular.fa-square{margin-top:4rem}.image-content-a .rpp-image-content img{margin-top:-5rem}.image-content-a .rpp-image-content .text{padding-bottom:2rem;border-bottom:1px solid #d9d9d9}@media only all and (max-width:74.99rem){.image-content-a .rpp-image-content .g-title,.image-content-a .rpp-image-content i.fa-regular.fa-square{margin-top:0}.image-content-a .rpp-image-content img{margin-top:3rem}}.image-content-b .rpp-image-content i.fa-regular.fa-square{margin-right:50%;margin-bottom:2rem}@media only all and (max-width:74.99rem){.image-content-b .rpp-image-content .g-title,.image-content-b .rpp-image-content i.fa-regular.fa-square{margin:1rem 0 2rem}}.rpp-navbuttons .mod-menu{margin:0;justify-content:flex-end;gap:1rem}.rpp-navbuttons .mod-menu .nav-item{margin:0;padding:0}.rpp-navbuttons .mod-menu .nav-item span{padding-right:0 !important}.rpp-navbuttons .mod-menu .nav-item .login{background:white;color:#6d6e71;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;border:1px solid #d9d9d9;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px}.rpp-navbuttons .mod-menu .nav-item .login:hover{background:#ebf1ff;border-color:#ebf1ff}.rpp-navbuttons .mod-menu .nav-item .login.mobile{display:none}@media only all and (max-width:74.99rem){.rpp-navbuttons .mod-menu{gap:10px;margin-bottom:0.25rem}.rpp-navbuttons .mod-menu .nav-item .login.mobile{display:flex;box-shadow:none;height:32px;width:32px;margin-left:0.5rem;padding:0.4rem;font-size:0.75rem}.rpp-navbuttons .mod-menu .nav-item .login.mobile span{padding:0 !important}.rpp-navbuttons .mod-menu .nav-item .login.desktop{display:none}}.rpp-navcall .mod-custom{display:flex;justify-content:flex-end;align-items:center;gap:0.5rem;width:fit-content;float:left;padding:0.25rem 0.5rem;transition:0.5s ease all;cursor:pointer}@media only all and (max-width:74.99rem){.rpp-navcall .mod-custom{width:100%;float:unset;padding:0}.rpp-navcall .mod-custom:hover{background:none !important}}.rpp-navcall .mod-custom:hover{background:#ebf1ff}.rpp-navcall .mod-custom i{background:#67c15e;color:white;padding:0.5rem;border-radius:50rem}.rpp-navcall .mod-custom a{color:#081469;font-weight:900;font-size:1rem}@media only all and (max-width:74.99rem){.rpp-navcall .mod-custom a{font-size:0.75rem}}.rpp-navcall .mod-custom span{color:#081469;font-size:0.75rem;font-weight:900}.rpp-navcall .mod-custom>div{display:flex;gap:0.5rem;align-items:center}@media only all and (max-width:74.99rem){.rpp-navcall .mod-custom>div{flex-direction:column-reverse;gap:0}.rpp-navcall .mod-custom>div a{letter-spacing:2px}}@media only all and (min-width:64rem) and (max-width:74.99rem){.rpp-navcall .mod-custom>div{line-height:1.5}}@media only all and (min-width:48.01rem) and (max-width:63.99rem){.rpp-navcall .mod-custom>div{line-height:1.5}}.rpp-customtextcall a{color:#081469;font-weight:600;display:block;margin:1rem 0}@media only all and (max-width:74.99rem){.rpp-customtextcall a{font-size:12px}}.rpp-product-guide .mod-custom{background:url('../../../../images/rppgallery/bg.webp') no-repeat center bottom;background-size:cover;border-radius:8px;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);padding:40px 50px;margin-bottom:2rem}.rpp-product-guide .mod-custom .text-box{color:white;text-align:center;margin-bottom:3rem}.rpp-product-guide .mod-custom .text-box a{color:white}.rpp-product-guide .mod-custom .text-box a span{color:#67c15e;font-weight:900}.rpp-product-guide .mod-custom .text-box div:first-child{font-size:1.125rem;font-weight:900}.rpp-product-guide .mod-custom .text-box div:nth-child(2){font-size:1rem;font-weight:500}.rpp-product-guide .mod-custom .rpp-icons-box{display:flex;justify-content:space-between}.rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box{border-radius:8px;border:1px solid white;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;gap:1.5rem;width:200px}.rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box .icon{width:60px;height:60px;background:white;color:#293462;border-radius:50rem;font-size:26px;display:flex;align-items:center;justify-content:center}.rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box .title{padding-bottom:1rem;border-bottom:2px solid #d9d9d9;color:white;text-align:center;line-height:1.8}.rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box .text{color:white;font-weight:normal;text-align:center;line-height:1.8}.rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box.green .icon{border:2px solid #67c15e;color:#67c15e}.rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box.green .text a{color:#67c15e;font-weight:900}@media only all and (max-width:74.99rem){.rpp-product-guide .mod-custom{padding:28px 26px;border-radius:0}.rpp-product-guide .mod-custom .text-box{margin-bottom:1rem}.rpp-product-guide .mod-custom .text-box div:first-child{font-size:1rem}.rpp-product-guide .mod-custom .text-box div:nth-child(2){font-size:0.875rem;margin-top:1rem}.rpp-product-guide .mod-custom .rpp-icons-box{flex-wrap:wrap;gap:1rem}.rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box{width:100% !important;flex-direction:row;gap:0;padding:0.7rem 1.5rem;border-radius:50rem}.rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box .icon{flex:0 18%}.rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box .title{padding:0 0.2rem;flex:0 42%;border-bottom:0}.rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box .text{flex:0 40%;padding:0 0.5rem;border-right:2px solid #d9d9d9}}@media only all and (max-width:74.99rem){.rpp-product-page .rpp-product-guide .mod-custom{padding:28px 16px;margin-bottom:0}.rpp-product-page .rpp-product-guide .mod-custom .rpp-icons-box .rpp-icon-box{padding:0.7rem 0.7rem}}.moduletable.rpp-profilemenu{border-radius:8px;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07);background:white;overflow:hidden}.moduletable.rpp-profilemenu .g-title{padding:0.8rem 1rem;font-weight:900;color:#081469;background:#ebf1ff}.moduletable.rpp-profilemenu .mod-menu{margin:0;flex-direction:column}.moduletable.rpp-profilemenu .mod-menu .nav-item{margin:0;padding:0;font-size:0.875rem}.moduletable.rpp-profilemenu .mod-menu .nav-item a{text-decoration:none;color:#6d6e71}.moduletable.rpp-profilemenu .mod-menu .nav-item a span{font-size:1rem}.moduletable.rpp-profilemenu .mod-menu .nav-item.parent>a{display:block;border-bottom:1px solid #d9d9d9;padding:0.8rem 1rem}.moduletable.rpp-profilemenu .mod-menu .nav-item .mod-menu__sub{margin:0;padding:0;list-style:none}.moduletable.rpp-profilemenu .mod-menu .nav-item .mod-menu__sub .nav-item{padding:0.8rem 1rem;border-bottom:1px solid #d9d9d9}.moduletable.rpp-profilemenu .mod-menu .nav-item .mod-menu__sub .nav-item:last-child{border:none;font-weight:900}.moduletable.rpp-profilemenu .mod-menu .nav-item .mod-menu__sub .nav-item:last-child a{color:#57c5c6}.rpp-search .finderrpp-search{position:relative}.rpp-search .finderrpp-search label{display:none}.rpp-search .finderrpp-search input{background:#f5f5f5;border-radius:4px;font-size:0.875rem;color:#333;border:none;height:42px;transition:0.5s ease all;padding-right:2rem}.rpp-search .finderrpp-search input:hover,.rpp-search .finderrpp-search input:focus{border:none;box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15)}.rpp-search .finderrpp-search::before{content:"";position:absolute;top:0.3rem;right:0.6rem;font-family:"Font Awesome 6 Pro";font-size:1rem;z-index:50;color:#6d6e71}.rpp-search .open-search{width:32px;height:32px;position:absolute;right:1.5rem;top:4.9rem;z-index:10;background:#f5f5f5;color:#6d6e71;border-radius:4px;text-align:center;line-height:32px}@media only all and (min-width:75rem){.rpp-search .open-search{display:none}}@media only all and (min-width:64rem) and (max-width:74.99rem){.rpp-search .open-search{right:4.5rem;top:4.8rem}}@media only all and (min-width:48.01rem) and (max-width:63.99rem){.rpp-search .open-search{top:4.1rem}}.rpp-search .rpp_search_item_more a{background:#57c5c6;color:black;font-size:0.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;transition:0.5s ease all;border-radius:4px;padding:1rem;text-decoration:none;width:fit-content;height:42px;line-height:42px}.rpp-search .rpp_search_item_more a:hover{background:#081469}@media only all and (max-width:74.99rem){.rpp-search .btn-search.icon-search,.rpp-search .btn-back.icon-arrow-right{display:none !important}.rpp-search .mod-rppfinderpro-search{position:absolute;top:8rem;right:1.5rem;width:calc(100% - 3rem);display:none}.rpp-search .mod-rppfinderpro-search.show-search{display:block !important}.rpp-search .mod-rppfinderpro-search .rpp_searchparts.leftpos{top:2rem}.rpp-search .finderrpp-search input{font-size:0.75rem;box-shadow:2px 2px 4px rgba(2, 25, 89, 0.07)}}.rppshortnews_grouped{display:flex !important}.rppshortnews_grouped .rppshortcategory{width:15% !important;padding:0 !important;border-radius:8px;background:#57c5c6 !important;color:white}.rppshortnews_grouped .rppshortcategory .owl-item{padding:0.1rem 0}.rppshortnews_grouped .rppshortcategory .owl-nav{margin:0;top:2px !important}.rppshortnews_grouped .rppshortcategory .owl-nav .owl-prev,.rppshortnews_grouped .rppshortcategory .owl-nav .owl-next{color:white !important}.rppshortnews_grouped .rppshortnews .rppshortnews_item{display:flex;margin-top:-4px}.rppshortnews_grouped .rppshortnews .rppshortnews_item .rppshortnews_text{width:calc(100% - 12rem)}.rppshortnews_grouped .rppshortnews .rppshortnews_item .rppshortnews_text a{color:black}.rppshortnews_grouped .rppshortnews .owl-nav .owl-prev,.rppshortnews_grouped .rppshortnews .owl-nav .owl-next{color:black !important}.rppshortnews_grouped .rppshortnews .owl-nav .owl-prev{top:-15px !important}.rppshortnews_grouped .rppshortnews .owl-nav .owl-next{bottom:0 !important}.rppshortnews_grouped .owl-item{height:30px}@media only all and (max-width:74.99rem){.rppshortnews_grouped{flex-direction:column}.rppshortnews_grouped .rppshortcategory{width:100% !important}.rppshortnews_grouped .rppshortnews{width:100% !important}.rppshortnews_grouped .rppshortnews .rppshortnews_item .rppshortnews_text{width:100%}.rppshortnews_grouped .rppshortnews .rppshortnews_item .rppshortnews_text a{font-size:10px}}.rpp-social-banner .desktop{display:flex;gap:1rem;margin-top:3rem}.rpp-social-banner .desktop .instagram,.rpp-social-banner .desktop .telegram{display:flex;align-items:center;position:relative;border-radius:8px;width:100%;height:150px}.rpp-social-banner .desktop .instagram .image,.rpp-social-banner .desktop .telegram .image{width:230px;position:absolute;z-index:2;transition:transform 1s ease}.rpp-social-banner .desktop .instagram .wrapper,.rpp-social-banner .desktop .telegram .wrapper{position:relative;border-radius:10px;background:#fff;width:calc(100% - 8rem);height:70px;margin:auto;text-align:center}.rpp-social-banner .desktop .instagram .wrapper .first-text,.rpp-social-banner .desktop .instagram .wrapper .second-text,.rpp-social-banner .desktop .telegram .wrapper .first-text,.rpp-social-banner .desktop .telegram .wrapper .second-text{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%, -50%);transition:opacity 0.8s ease}.rpp-social-banner .desktop .instagram .wrapper .first-text,.rpp-social-banner .desktop .telegram .wrapper .first-text{color:#6d6e71;font-weight:900;opacity:1}.rpp-social-banner .desktop .instagram .wrapper .second-text,.rpp-social-banner .desktop .telegram .wrapper .second-text{opacity:0}.rpp-social-banner .desktop .instagram:hover .wrapper .first-text,.rpp-social-banner .desktop .telegram:hover .wrapper .first-text{opacity:0}.rpp-social-banner .desktop .instagram:hover .wrapper .second-text,.rpp-social-banner .desktop .telegram:hover .wrapper .second-text{opacity:1}.rpp-social-banner .desktop .instagram{background:#f5d5be}.rpp-social-banner .desktop .instagram .image{right:-60px}.rpp-social-banner .desktop .instagram .wrapper{box-shadow:-6px 6px 0 #d54192}.rpp-social-banner .desktop .instagram .wrapper .second-text{color:#6a0254}.rpp-social-banner .desktop .instagram:hover .image{transform:translateX(-560px)}.rpp-social-banner .desktop .telegram{background:#c7e3fc}.rpp-social-banner .desktop .telegram .image{left:-80px}.rpp-social-banner .desktop .telegram .image img{width:210px}.rpp-social-banner .desktop .telegram .wrapper{box-shadow:6px 6px 0px 0px #081469}.rpp-social-banner .desktop .telegram .wrapper .second-text{color:#081469}.rpp-social-banner .desktop .telegram:hover .image{transform:translateX(570px)}@media only all and (max-width:48rem){.rpp-social-banner .desktop{display:none}}@media only all and (min-width:48.01rem) and (max-width:63.99rem){.rpp-social-banner .desktop{flex-direction:column}.rpp-social-banner .desktop .instagram .image{right:-40px}.rpp-social-banner .desktop .telegram .image{left:-50px}}@media only all and (min-width:64rem) and (max-width:74.99rem){.rpp-social-banner .desktop{flex-direction:column}.rpp-social-banner .desktop .instagram .wrapper{font-size:1.25rem}.rpp-social-banner .desktop .instagram:hover .image{transform:translateX(-790px)}.rpp-social-banner .desktop .instagram .image{right:-40px}.rpp-social-banner .desktop .telegram .wrapper{font-size:1.25rem}.rpp-social-banner .desktop .telegram:hover .image{transform:translateX(790px)}.rpp-social-banner .desktop .telegram .image{left:-50px}}