.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-feature-settings:normal;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:Font Awesome\ 6 Free}.fa-brands,.fab{font-family:Font Awesome\ 6 Brands}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.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);line-height:inherit;position:absolute;text-align:center;width:var(--fa-li-width,2em)}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-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) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.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)}24%,8%{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%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,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:"\30 "}.fa-1:before{content:"\31 "}.fa-2:before{content:"\32 "}.fa-3:before{content:"\33 "}.fa-4:before{content:"\34 "}.fa-5:before{content:"\35 "}.fa-6:before{content:"\36 "}.fa-7:before{content:"\37 "}.fa-8:before{content:"\38 "}.fa-9:before{content:"\39 "}.fa-fill-drip:before{content:""}.fa-arrows-to-circle:before{content:""}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:""}.fa-at:before{content:"\@"}.fa-trash-alt:before,.fa-trash-can:before{content:""}.fa-text-height:before{content:""}.fa-user-times:before,.fa-user-xmark:before{content:""}.fa-stethoscope:before{content:""}.fa-comment-alt:before,.fa-message:before{content:""}.fa-info:before{content:""}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:""}.fa-explosion:before{content:""}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:""}.fa-wave-square:before{content:""}.fa-ring:before{content:""}.fa-building-un:before{content:""}.fa-dice-three:before{content:""}.fa-calendar-alt:before,.fa-calendar-days:before{content:""}.fa-anchor-circle-check:before{content:""}.fa-building-circle-arrow-right:before{content:""}.fa-volleyball-ball:before,.fa-volleyball:before{content:""}.fa-arrows-up-to-line:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-circle-minus:before,.fa-minus-circle:before{content:""}.fa-door-open:before{content:""}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:""}.fa-atom:before{content:""}.fa-soap:before{content:""}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:""}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:""}.fa-bridge-circle-check:before{content:""}.fa-pump-medical:before{content:""}.fa-fingerprint:before{content:""}.fa-hand-point-right:before{content:""}.fa-magnifying-glass-location:before,.fa-search-location:before{content:""}.fa-forward-step:before,.fa-step-forward:before{content:""}.fa-face-smile-beam:before,.fa-smile-beam:before{content:""}.fa-flag-checkered:before{content:""}.fa-football-ball:before,.fa-football:before{content:""}.fa-school-circle-exclamation:before{content:""}.fa-crop:before{content:""}.fa-angle-double-down:before,.fa-angles-down:before{content:""}.fa-users-rectangle:before{content:""}.fa-people-roof:before{content:""}.fa-people-line:before{content:""}.fa-beer-mug-empty:before,.fa-beer:before{content:""}.fa-diagram-predecessor:before{content:""}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:""}.fa-burn:before,.fa-fire-flame-simple:before{content:""}.fa-male:before,.fa-person:before{content:""}.fa-laptop:before{content:""}.fa-file-csv:before{content:""}.fa-menorah:before{content:""}.fa-truck-plane:before{content:""}.fa-record-vinyl:before{content:""}.fa-face-grin-stars:before,.fa-grin-stars:before{content:""}.fa-bong:before{content:""}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:""}.fa-arrow-down-up-across-line:before{content:""}.fa-spoon:before,.fa-utensil-spoon:before{content:""}.fa-jar-wheat:before{content:""}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:""}.fa-file-circle-exclamation:before{content:""}.fa-circle-h:before,.fa-hospital-symbol:before{content:""}.fa-pager:before{content:""}.fa-address-book:before,.fa-contact-book:before{content:""}.fa-strikethrough:before{content:""}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:""}.fa-pencil-alt:before,.fa-pencil:before{content:""}.fa-backward:before{content:""}.fa-caret-right:before{content:""}.fa-comments:before{content:""}.fa-file-clipboard:before,.fa-paste:before{content:""}.fa-code-pull-request:before{content:""}.fa-clipboard-list:before{content:""}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:""}.fa-user-check:before{content:""}.fa-vial-virus:before{content:""}.fa-sheet-plastic:before{content:""}.fa-blog:before{content:""}.fa-user-ninja:before{content:""}.fa-person-arrow-up-from-line:before{content:""}.fa-scroll-torah:before,.fa-torah:before{content:""}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:""}.fa-toggle-off:before{content:""}.fa-archive:before,.fa-box-archive:before{content:""}.fa-person-drowning:before{content:""}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:""}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:""}.fa-spray-can:before{content:""}.fa-truck-monster:before{content:""}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:""}.fa-rainbow:before{content:""}.fa-circle-notch:before{content:""}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:""}.fa-paw:before{content:""}.fa-cloud:before{content:""}.fa-trowel-bricks:before{content:""}.fa-face-flushed:before,.fa-flushed:before{content:""}.fa-hospital-user:before{content:""}.fa-tent-arrow-left-right:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-binoculars:before{content:""}.fa-microphone-slash:before{content:""}.fa-box-tissue:before{content:""}.fa-motorcycle:before{content:""}.fa-bell-concierge:before,.fa-concierge-bell:before{content:""}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:""}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:""}.fa-mars-and-venus-burst:before{content:""}.fa-caret-square-right:before,.fa-square-caret-right:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-sun-plant-wilt:before{content:""}.fa-toilets-portable:before{content:""}.fa-hockey-puck:before{content:""}.fa-table:before{content:""}.fa-magnifying-glass-arrow-right:before{content:""}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:""}.fa-users-slash:before{content:""}.fa-clover:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-star-and-crescent:before{content:""}.fa-house-fire:before{content:""}.fa-minus-square:before,.fa-square-minus:before{content:""}.fa-helicopter:before{content:""}.fa-compass:before{content:""}.fa-caret-square-down:before,.fa-square-caret-down:before{content:""}.fa-file-circle-question:before{content:""}.fa-laptop-code:before{content:""}.fa-swatchbook:before{content:""}.fa-prescription-bottle:before{content:""}.fa-bars:before,.fa-navicon:before{content:""}.fa-people-group:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-heart-broken:before,.fa-heart-crack:before{content:""}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:""}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:""}.fa-film:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-people-robbery:before{content:""}.fa-lightbulb:before{content:""}.fa-caret-left:before{content:""}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:""}.fa-school-circle-xmark:before{content:""}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:""}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:""}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-headphones-alt:before,.fa-headphones-simple:before{content:""}.fa-sitemap:before{content:""}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:""}.fa-memory:before{content:""}.fa-road-spikes:before{content:""}.fa-fire-burner:before{content:""}.fa-flag:before{content:""}.fa-hanukiah:before{content:""}.fa-feather:before{content:""}.fa-volume-down:before,.fa-volume-low:before{content:""}.fa-comment-slash:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-compress:before{content:""}.fa-wheat-alt:before,.fa-wheat-awn:before{content:""}.fa-ankh:before{content:""}.fa-hands-holding-child:before{content:""}.fa-asterisk:before{content:"\*"}.fa-check-square:before,.fa-square-check:before{content:""}.fa-peseta-sign:before{content:""}.fa-header:before,.fa-heading:before{content:""}.fa-ghost:before{content:""}.fa-list-squares:before,.fa-list:before{content:""}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:""}.fa-cart-plus:before{content:""}.fa-gamepad:before{content:""}.fa-circle-dot:before,.fa-dot-circle:before{content:""}.fa-dizzy:before,.fa-face-dizzy:before{content:""}.fa-egg:before{content:""}.fa-house-medical-circle-xmark:before{content:""}.fa-campground:before{content:""}.fa-folder-plus:before{content:""}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:""}.fa-paint-brush:before,.fa-paintbrush:before{content:""}.fa-lock:before{content:""}.fa-gas-pump:before{content:""}.fa-hot-tub-person:before,.fa-hot-tub:before{content:""}.fa-map-location:before,.fa-map-marked:before{content:""}.fa-house-flood-water:before{content:""}.fa-tree:before{content:""}.fa-bridge-lock:before{content:""}.fa-sack-dollar:before{content:""}.fa-edit:before,.fa-pen-to-square:before{content:""}.fa-car-side:before{content:""}.fa-share-alt:before,.fa-share-nodes:before{content:""}.fa-heart-circle-minus:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-microscope:before{content:""}.fa-sink:before{content:""}.fa-bag-shopping:before,.fa-shopping-bag:before{content:""}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:""}.fa-mitten:before{content:""}.fa-person-rays:before{content:""}.fa-users:before{content:""}.fa-eye-slash:before{content:""}.fa-flask-vial:before{content:""}.fa-hand-paper:before,.fa-hand:before{content:""}.fa-om:before{content:""}.fa-worm:before{content:""}.fa-house-circle-xmark:before{content:""}.fa-plug:before{content:""}.fa-chevron-up:before{content:""}.fa-hand-spock:before{content:""}.fa-stopwatch:before{content:""}.fa-face-kiss:before,.fa-kiss:before{content:""}.fa-bridge-circle-xmark:before{content:""}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:""}.fa-chess-bishop:before{content:""}.fa-face-grin-wink:before,.fa-grin-wink:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:""}.fa-road-circle-check:before{content:""}.fa-dice-five:before{content:""}.fa-rss-square:before,.fa-square-rss:before{content:""}.fa-land-mine-on:before{content:""}.fa-i-cursor:before{content:""}.fa-stamp:before{content:""}.fa-stairs:before{content:""}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:""}.fa-pills:before{content:""}.fa-face-grin-wide:before,.fa-grin-alt:before{content:""}.fa-tooth:before{content:""}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:""}.fa-bicycle:before{content:""}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-ambulance:before,.fa-truck-medical:before{content:""}.fa-wheat-awn-circle-exclamation:before{content:""}.fa-snowman:before{content:""}.fa-mortar-pestle:before{content:""}.fa-road-barrier:before{content:""}.fa-school:before{content:""}.fa-igloo:before{content:""}.fa-joint:before{content:""}.fa-angle-right:before{content:""}.fa-horse:before{content:""}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:""}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-dong-sign:before{content:""}.fa-capsules:before{content:""}.fa-poo-bolt:before,.fa-poo-storm:before{content:""}.fa-face-frown-open:before,.fa-frown-open:before{content:""}.fa-hand-point-up:before{content:""}.fa-money-bill:before{content:""}.fa-bookmark:before{content:""}.fa-align-justify:before{content:""}.fa-umbrella-beach:before{content:""}.fa-helmet-un:before{content:""}.fa-bullseye:before{content:""}.fa-bacon:before{content:""}.fa-hand-point-down:before{content:""}.fa-arrow-up-from-bracket:before{content:""}.fa-folder-blank:before,.fa-folder:before{content:""}.fa-file-medical-alt:before,.fa-file-waveform:before{content:""}.fa-radiation:before{content:""}.fa-chart-simple:before{content:""}.fa-mars-stroke:before{content:""}.fa-vial:before{content:""}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:""}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:""}.fa-e:before{content:"E"}.fa-pen-alt:before,.fa-pen-clip:before{content:""}.fa-bridge-circle-exclamation:before{content:""}.fa-user:before{content:""}.fa-school-circle-check:before{content:""}.fa-dumpster:before{content:""}.fa-shuttle-van:before,.fa-van-shuttle:before{content:""}.fa-building-user:before{content:""}.fa-caret-square-left:before,.fa-square-caret-left:before{content:""}.fa-highlighter:before{content:""}.fa-key:before{content:""}.fa-bullhorn:before{content:""}.fa-globe:before{content:""}.fa-synagogue:before{content:""}.fa-person-half-dress:before{content:""}.fa-road-bridge:before{content:""}.fa-location-arrow:before{content:""}.fa-c:before{content:"C"}.fa-tablet-button:before{content:""}.fa-building-lock:before{content:""}.fa-pizza-slice:before{content:""}.fa-money-bill-wave:before{content:""}.fa-area-chart:before,.fa-chart-area:before{content:""}.fa-house-flag:before{content:""}.fa-person-circle-minus:before{content:""}.fa-ban:before,.fa-cancel:before{content:""}.fa-camera-rotate:before{content:""}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:""}.fa-star:before{content:""}.fa-repeat:before{content:""}.fa-cross:before{content:""}.fa-box:before{content:""}.fa-venus-mars:before{content:""}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:""}.fa-expand-arrows-alt:before,.fa-maximize:before{content:""}.fa-charging-station:before{content:""}.fa-shapes:before,.fa-triangle-circle-square:before{content:""}.fa-random:before,.fa-shuffle:before{content:""}.fa-person-running:before,.fa-running:before{content:""}.fa-mobile-retro:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-spider:before{content:""}.fa-hands-bound:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-plane-circle-exclamation:before{content:""}.fa-x-ray:before{content:""}.fa-spell-check:before{content:""}.fa-slash:before{content:""}.fa-computer-mouse:before,.fa-mouse:before{content:""}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:""}.fa-shop-slash:before,.fa-store-alt-slash:before{content:""}.fa-server:before{content:""}.fa-virus-covid-slash:before{content:""}.fa-shop-lock:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-blender-phone:before{content:""}.fa-building-wheat:before{content:""}.fa-person-breastfeeding:before{content:""}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:""}.fa-venus:before{content:""}.fa-passport:before{content:""}.fa-heart-pulse:before,.fa-heartbeat:before{content:""}.fa-people-carry-box:before,.fa-people-carry:before{content:""}.fa-temperature-high:before{content:""}.fa-microchip:before{content:""}.fa-crown:before{content:""}.fa-weight-hanging:before{content:""}.fa-xmarks-lines:before{content:""}.fa-file-prescription:before{content:""}.fa-weight-scale:before,.fa-weight:before{content:""}.fa-user-friends:before,.fa-user-group:before{content:""}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:""}.fa-chess-knight:before{content:""}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:""}.fa-wheelchair:before{content:""}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:""}.fa-toggle-on:before{content:""}.fa-person-walking:before,.fa-walking:before{content:""}.fa-l:before{content:"L"}.fa-fire:before{content:""}.fa-bed-pulse:before,.fa-procedures:before{content:""}.fa-shuttle-space:before,.fa-space-shuttle:before{content:""}.fa-face-laugh:before,.fa-laugh:before{content:""}.fa-folder-open:before{content:""}.fa-heart-circle-plus:before{content:""}.fa-code-fork:before{content:""}.fa-city:before{content:""}.fa-microphone-alt:before,.fa-microphone-lines:before{content:""}.fa-pepper-hot:before{content:""}.fa-unlock:before{content:""}.fa-colon-sign:before{content:""}.fa-headset:before{content:""}.fa-store-slash:before{content:""}.fa-road-circle-xmark:before{content:""}.fa-user-minus:before{content:""}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:""}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:""}.fa-clipboard:before{content:""}.fa-house-circle-exclamation:before{content:""}.fa-file-arrow-up:before,.fa-file-upload:before{content:""}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:""}.fa-bath:before,.fa-bathtub:before{content:""}.fa-underline:before{content:""}.fa-user-edit:before,.fa-user-pen:before{content:""}.fa-signature:before{content:""}.fa-stroopwafel:before{content:""}.fa-bold:before{content:""}.fa-anchor-lock:before{content:""}.fa-building-ngo:before{content:""}.fa-manat-sign:before{content:""}.fa-not-equal:before{content:""}.fa-border-style:before,.fa-border-top-left:before{content:""}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:""}.fa-jedi:before{content:""}.fa-poll:before,.fa-square-poll-vertical:before{content:""}.fa-mug-hot:before{content:""}.fa-battery-car:before,.fa-car-battery:before{content:""}.fa-gift:before{content:""}.fa-dice-two:before{content:""}.fa-chess-queen:before{content:""}.fa-glasses:before{content:""}.fa-chess-board:before{content:""}.fa-building-circle-check:before{content:""}.fa-person-chalkboard:before{content:""}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:""}.fa-hand-back-fist:before,.fa-hand-rock:before{content:""}.fa-caret-square-up:before,.fa-square-caret-up:before{content:""}.fa-cloud-showers-water:before{content:""}.fa-bar-chart:before,.fa-chart-bar:before{content:""}.fa-hands-bubbles:before,.fa-hands-wash:before{content:""}.fa-less-than-equal:before{content:""}.fa-train:before{content:""}.fa-eye-low-vision:before,.fa-low-vision:before{content:""}.fa-crow:before{content:""}.fa-sailboat:before{content:""}.fa-window-restore:before{content:""}.fa-plus-square:before,.fa-square-plus:before{content:""}.fa-torii-gate:before{content:""}.fa-frog:before{content:""}.fa-bucket:before{content:""}.fa-image:before{content:""}.fa-microphone:before{content:""}.fa-cow:before{content:""}.fa-caret-up:before{content:""}.fa-screwdriver:before{content:""}.fa-folder-closed:before{content:""}.fa-house-tsunami:before{content:""}.fa-square-nfi:before{content:""}.fa-arrow-up-from-ground-water:before{content:""}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:""}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:""}.fa-columns:before,.fa-table-columns:before{content:""}.fa-lemon:before{content:""}.fa-head-side-mask:before{content:""}.fa-handshake:before{content:""}.fa-gem:before{content:""}.fa-dolly-box:before,.fa-dolly:before{content:""}.fa-smoking:before{content:""}.fa-compress-arrows-alt:before,.fa-minimize:before{content:""}.fa-monument:before{content:""}.fa-snowplow:before{content:""}.fa-angle-double-right:before,.fa-angles-right:before{content:""}.fa-cannabis:before{content:""}.fa-circle-play:before,.fa-play-circle:before{content:""}.fa-tablets:before{content:""}.fa-ethernet:before{content:""}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:""}.fa-chair:before{content:""}.fa-check-circle:before,.fa-circle-check:before{content:""}.fa-circle-stop:before,.fa-stop-circle:before{content:""}.fa-compass-drafting:before,.fa-drafting-compass:before{content:""}.fa-plate-wheat:before{content:""}.fa-icicles:before{content:""}.fa-person-shelter:before{content:""}.fa-neuter:before{content:""}.fa-id-badge:before{content:""}.fa-marker:before{content:""}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:""}.fa-helicopter-symbol:before{content:""}.fa-universal-access:before{content:""}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:""}.fa-lari-sign:before{content:""}.fa-volcano:before{content:""}.fa-person-walking-dashed-line-arrow-right:before{content:""}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:""}.fa-viruses:before{content:""}.fa-square-person-confined:before{content:""}.fa-user-tie:before{content:""}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:""}.fa-tent-arrow-down-to-line:before{content:""}.fa-certificate:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-suitcase:before{content:""}.fa-person-skating:before,.fa-skating:before{content:""}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:""}.fa-camera-retro:before{content:""}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:""}.fa-arrow-right-to-file:before,.fa-file-import:before{content:""}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:""}.fa-box-open:before{content:""}.fa-scroll:before{content:""}.fa-spa:before{content:""}.fa-location-pin-lock:before{content:""}.fa-pause:before{content:""}.fa-hill-avalanche:before{content:""}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-bomb:before{content:""}.fa-registered:before{content:""}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:""}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:""}.fa-subscript:before{content:""}.fa-diamond-turn-right:before,.fa-directions:before{content:""}.fa-burst:before{content:""}.fa-house-laptop:before,.fa-laptop-house:before{content:""}.fa-face-tired:before,.fa-tired:before{content:""}.fa-money-bills:before{content:""}.fa-smog:before{content:""}.fa-crutch:before{content:""}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:""}.fa-palette:before{content:""}.fa-arrows-turn-right:before{content:""}.fa-vest:before{content:""}.fa-ferry:before{content:""}.fa-arrows-down-to-people:before{content:""}.fa-seedling:before,.fa-sprout:before{content:""}.fa-arrows-alt-h:before,.fa-left-right:before{content:""}.fa-boxes-packing:before{content:""}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:""}.fa-group-arrows-rotate:before{content:""}.fa-bowl-food:before{content:""}.fa-candy-cane:before{content:""}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:""}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:""}.fa-remove-format:before,.fa-text-slash:before{content:""}.fa-face-smile-wink:before,.fa-smile-wink:before{content:""}.fa-file-word:before{content:""}.fa-file-powerpoint:before{content:""}.fa-arrows-h:before,.fa-arrows-left-right:before{content:""}.fa-house-lock:before{content:""}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:""}.fa-children:before{content:""}.fa-blackboard:before,.fa-chalkboard:before{content:""}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:""}.fa-envelope-open:before{content:""}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:""}.fa-mattress-pillow:before{content:""}.fa-guarani-sign:before{content:""}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-cruzeiro-sign:before{content:""}.fa-greater-than-equal:before{content:""}.fa-shield-alt:before,.fa-shield-halved:before{content:""}.fa-atlas:before,.fa-book-atlas:before{content:""}.fa-virus:before{content:""}.fa-envelope-circle-check:before{content:""}.fa-layer-group:before{content:""}.fa-arrows-to-dot:before{content:""}.fa-archway:before{content:""}.fa-heart-circle-check:before{content:""}.fa-house-chimney-crack:before,.fa-house-damage:before{content:""}.fa-file-archive:before,.fa-file-zipper:before{content:""}.fa-square:before{content:""}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:""}.fa-couch:before{content:""}.fa-cedi-sign:before{content:""}.fa-italic:before{content:""}.fa-church:before{content:""}.fa-comments-dollar:before{content:""}.fa-democrat:before{content:""}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:""}.fa-road-lock:before{content:""}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:""}.fa-feather-alt:before,.fa-feather-pointed:before{content:""}.fa-p:before{content:"P"}.fa-snowflake:before{content:""}.fa-newspaper:before{content:""}.fa-ad:before,.fa-rectangle-ad:before{content:""}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:""}.fa-filter-circle-xmark:before{content:""}.fa-locust:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:""}.fa-person-dress-burst:before{content:""}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:""}.fa-vector-square:before{content:""}.fa-bread-slice:before{content:""}.fa-language:before{content:""}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:""}.fa-filter:before{content:""}.fa-question:before{content:"\?"}.fa-file-signature:before{content:""}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:""}.fa-house-chimney-user:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-puzzle-piece:before{content:""}.fa-money-check:before{content:""}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:""}.fa-code:before{content:""}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:""}.fa-building-circle-exclamation:before{content:""}.fa-magnifying-glass-chart:before{content:""}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:""}.fa-cubes-stacked:before{content:""}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:""}.fa-virus-covid:before{content:""}.fa-austral-sign:before{content:""}.fa-f:before{content:"F"}.fa-leaf:before{content:""}.fa-road:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-person-circle-plus:before{content:""}.fa-chart-pie:before,.fa-pie-chart:before{content:""}.fa-bolt-lightning:before{content:""}.fa-sack-xmark:before{content:""}.fa-file-excel:before{content:""}.fa-file-contract:before{content:""}.fa-fish-fins:before{content:""}.fa-building-flag:before{content:""}.fa-face-grin-beam:before,.fa-grin-beam:before{content:""}.fa-object-ungroup:before{content:""}.fa-poop:before{content:""}.fa-location-pin:before,.fa-map-marker:before{content:""}.fa-kaaba:before{content:""}.fa-toilet-paper:before{content:""}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:""}.fa-eject:before{content:""}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:""}.fa-plane-circle-check:before{content:""}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:""}.fa-object-group:before{content:""}.fa-chart-line:before,.fa-line-chart:before{content:""}.fa-mask-ventilator:before{content:""}.fa-arrow-right:before{content:""}.fa-map-signs:before,.fa-signs-post:before{content:""}.fa-cash-register:before{content:""}.fa-person-circle-question:before{content:""}.fa-h:before{content:"H"}.fa-tarp:before{content:""}.fa-screwdriver-wrench:before,.fa-tools:before{content:""}.fa-arrows-to-eye:before{content:""}.fa-plug-circle-bolt:before{content:""}.fa-heart:before{content:""}.fa-mars-and-venus:before{content:""}.fa-home-user:before,.fa-house-user:before{content:""}.fa-dumpster-fire:before{content:""}.fa-house-crack:before{content:""}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:""}.fa-face-surprise:before,.fa-surprise:before{content:""}.fa-bottle-water:before{content:""}.fa-circle-pause:before,.fa-pause-circle:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-apple-alt:before,.fa-apple-whole:before{content:""}.fa-kitchen-set:before{content:""}.fa-r:before{content:"R"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-cube:before{content:""}.fa-bitcoin-sign:before{content:""}.fa-shield-dog:before{content:""}.fa-solar-panel:before{content:""}.fa-lock-open:before{content:""}.fa-elevator:before{content:""}.fa-money-bill-transfer:before{content:""}.fa-money-bill-trend-up:before{content:""}.fa-house-flood-water-circle-arrow-right:before{content:""}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:""}.fa-circle:before{content:""}.fa-backward-fast:before,.fa-fast-backward:before{content:""}.fa-recycle:before{content:""}.fa-user-astronaut:before{content:""}.fa-plane-slash:before{content:""}.fa-trademark:before{content:""}.fa-basketball-ball:before,.fa-basketball:before{content:""}.fa-satellite-dish:before{content:""}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:""}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:""}.fa-volume-high:before,.fa-volume-up:before{content:""}.fa-users-rays:before{content:""}.fa-wallet:before{content:""}.fa-clipboard-check:before{content:""}.fa-file-audio:before{content:""}.fa-burger:before,.fa-hamburger:before{content:""}.fa-wrench:before{content:""}.fa-bugs:before{content:""}.fa-rupee-sign:before,.fa-rupee:before{content:""}.fa-file-image:before{content:""}.fa-circle-question:before,.fa-question-circle:before{content:""}.fa-plane-departure:before{content:""}.fa-handshake-slash:before{content:""}.fa-book-bookmark:before{content:""}.fa-code-branch:before{content:""}.fa-hat-cowboy:before{content:""}.fa-bridge:before{content:""}.fa-phone-alt:before,.fa-phone-flip:before{content:""}.fa-truck-front:before{content:""}.fa-cat:before{content:""}.fa-anchor-circle-exclamation:before{content:""}.fa-truck-field:before{content:""}.fa-route:before{content:""}.fa-clipboard-question:before{content:""}.fa-panorama:before{content:""}.fa-comment-medical:before{content:""}.fa-teeth-open:before{content:""}.fa-file-circle-minus:before{content:""}.fa-tags:before{content:""}.fa-wine-glass:before{content:""}.fa-fast-forward:before,.fa-forward-fast:before{content:""}.fa-face-meh-blank:before,.fa-meh-blank:before{content:""}.fa-parking:before,.fa-square-parking:before{content:""}.fa-house-signal:before{content:""}.fa-bars-progress:before,.fa-tasks-alt:before{content:""}.fa-faucet-drip:before{content:""}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:""}.fa-ban-smoking:before,.fa-smoking-ban:before{content:""}.fa-terminal:before{content:""}.fa-mobile-button:before{content:""}.fa-house-medical-flag:before{content:""}.fa-basket-shopping:before,.fa-shopping-basket:before{content:""}.fa-tape:before{content:""}.fa-bus-alt:before,.fa-bus-simple:before{content:""}.fa-eye:before{content:""}.fa-face-sad-cry:before,.fa-sad-cry:before{content:""}.fa-audio-description:before{content:""}.fa-person-military-to-person:before{content:""}.fa-file-shield:before{content:""}.fa-user-slash:before{content:""}.fa-pen:before{content:""}.fa-tower-observation:before{content:""}.fa-file-code:before{content:""}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:""}.fa-bus:before{content:""}.fa-heart-circle-xmark:before{content:""}.fa-home-lg:before,.fa-house-chimney:before{content:""}.fa-window-maximize:before{content:""}.fa-face-frown:before,.fa-frown:before{content:""}.fa-prescription:before{content:""}.fa-shop:before,.fa-store-alt:before{content:""}.fa-floppy-disk:before,.fa-save:before{content:""}.fa-vihara:before{content:""}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-comment-dots:before,.fa-commenting:before{content:""}.fa-plant-wilt:before{content:""}.fa-diamond:before{content:""}.fa-face-grin-squint:before,.fa-grin-squint:before{content:""}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:""}.fa-bacterium:before{content:""}.fa-hand-pointer:before{content:""}.fa-drum-steelpan:before{content:""}.fa-hand-scissors:before{content:""}.fa-hands-praying:before,.fa-praying-hands:before{content:""}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:""}.fa-biohazard:before{content:""}.fa-location-crosshairs:before,.fa-location:before{content:""}.fa-mars-double:before{content:""}.fa-child-dress:before{content:""}.fa-users-between-lines:before{content:""}.fa-lungs-virus:before{content:""}.fa-face-grin-tears:before,.fa-grin-tears:before{content:""}.fa-phone:before{content:""}.fa-calendar-times:before,.fa-calendar-xmark:before{content:""}.fa-child-reaching:before{content:""}.fa-head-side-virus:before{content:""}.fa-user-cog:before,.fa-user-gear:before{content:""}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:""}.fa-door-closed:before{content:""}.fa-shield-virus:before{content:""}.fa-dice-six:before{content:""}.fa-mosquito-net:before{content:""}.fa-bridge-water:before{content:""}.fa-person-booth:before{content:""}.fa-text-width:before{content:""}.fa-hat-wizard:before{content:""}.fa-pen-fancy:before{content:""}.fa-digging:before,.fa-person-digging:before{content:""}.fa-trash:before{content:""}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:""}.fa-book-medical:before{content:""}.fa-poo:before{content:""}.fa-quote-right-alt:before,.fa-quote-right:before{content:""}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:""}.fa-cubes:before{content:""}.fa-divide:before{content:""}.fa-tenge-sign:before,.fa-tenge:before{content:""}.fa-headphones:before{content:""}.fa-hands-holding:before{content:""}.fa-hands-clapping:before{content:""}.fa-republican:before{content:""}.fa-arrow-left:before{content:""}.fa-person-circle-xmark:before{content:""}.fa-ruler:before{content:""}.fa-align-left:before{content:""}.fa-dice-d6:before{content:""}.fa-restroom:before{content:""}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:""}.fa-file-video:before{content:""}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:""}.fa-table-cells:before,.fa-th:before{content:""}.fa-file-pdf:before{content:""}.fa-bible:before,.fa-book-bible:before{content:""}.fa-o:before{content:"O"}.fa-medkit:before,.fa-suitcase-medical:before{content:""}.fa-user-secret:before{content:""}.fa-otter:before{content:""}.fa-female:before,.fa-person-dress:before{content:""}.fa-comment-dollar:before{content:""}.fa-briefcase-clock:before,.fa-business-time:before{content:""}.fa-table-cells-large:before,.fa-th-large:before{content:""}.fa-book-tanakh:before,.fa-tanakh:before{content:""}.fa-phone-volume:before,.fa-volume-control-phone:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-clipboard-user:before{content:""}.fa-child:before{content:""}.fa-lira-sign:before{content:""}.fa-satellite:before{content:""}.fa-plane-lock:before{content:""}.fa-tag:before{content:""}.fa-comment:before{content:""}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:""}.fa-envelope:before{content:""}.fa-angle-double-up:before,.fa-angles-up:before{content:""}.fa-paperclip:before{content:""}.fa-arrow-right-to-city:before{content:""}.fa-ribbon:before{content:""}.fa-lungs:before{content:""}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:""}.fa-litecoin-sign:before{content:""}.fa-border-none:before{content:""}.fa-circle-nodes:before{content:""}.fa-parachute-box:before{content:""}.fa-indent:before{content:""}.fa-truck-field-un:before{content:""}.fa-hourglass-empty:before,.fa-hourglass:before{content:""}.fa-mountain:before{content:""}.fa-user-doctor:before,.fa-user-md:before{content:""}.fa-circle-info:before,.fa-info-circle:before{content:""}.fa-cloud-meatball:before{content:""}.fa-camera-alt:before,.fa-camera:before{content:""}.fa-square-virus:before{content:""}.fa-meteor:before{content:""}.fa-car-on:before{content:""}.fa-sleigh:before{content:""}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:""}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:""}.fa-water:before{content:""}.fa-calendar-check:before{content:""}.fa-braille:before{content:""}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:""}.fa-landmark:before{content:""}.fa-truck:before{content:""}.fa-crosshairs:before{content:""}.fa-person-cane:before{content:""}.fa-tent:before{content:""}.fa-vest-patches:before{content:""}.fa-check-double:before{content:""}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:""}.fa-money-bill-wheat:before{content:""}.fa-cookie:before{content:""}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:""}.fa-hard-drive:before,.fa-hdd:before{content:""}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:""}.fa-dumbbell:before{content:""}.fa-list-alt:before,.fa-rectangle-list:before{content:""}.fa-tarp-droplet:before{content:""}.fa-house-medical-circle-check:before{content:""}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:""}.fa-calendar-plus:before{content:""}.fa-plane-arrival:before{content:""}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:""}.fa-subway:before,.fa-train-subway:before{content:""}.fa-chart-gantt:before{content:""}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:""}.fa-crop-alt:before,.fa-crop-simple:before{content:""}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:""}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:""}.fa-dna:before{content:""}.fa-virus-slash:before{content:""}.fa-minus:before,.fa-subtract:before{content:""}.fa-chess:before{content:""}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:""}.fa-plug-circle-check:before{content:""}.fa-street-view:before{content:""}.fa-franc-sign:before{content:""}.fa-volume-off:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-droplet-slash:before,.fa-tint-slash:before{content:""}.fa-mosque:before{content:""}.fa-mosquito:before{content:""}.fa-star-of-david:before{content:""}.fa-person-military-rifle:before{content:""}.fa-cart-shopping:before,.fa-shopping-cart:before{content:""}.fa-vials:before{content:""}.fa-plug-circle-plus:before{content:""}.fa-place-of-worship:before{content:""}.fa-grip-vertical:before{content:""}.fa-arrow-turn-up:before,.fa-level-up:before{content:""}.fa-u:before{content:"U"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:""}.fa-clock-four:before,.fa-clock:before{content:""}.fa-backward-step:before,.fa-step-backward:before{content:""}.fa-pallet:before{content:""}.fa-faucet:before{content:""}.fa-baseball-bat-ball:before{content:""}.fa-s:before{content:"S"}.fa-timeline:before{content:""}.fa-keyboard:before{content:""}.fa-caret-down:before{content:""}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:""}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:""}.fa-plane-up:before{content:""}.fa-piggy-bank:before{content:""}.fa-battery-3:before,.fa-battery-half:before{content:""}.fa-mountain-city:before{content:""}.fa-coins:before{content:""}.fa-khanda:before{content:""}.fa-sliders-h:before,.fa-sliders:before{content:""}.fa-folder-tree:before{content:""}.fa-network-wired:before{content:""}.fa-map-pin:before{content:""}.fa-hamsa:before{content:""}.fa-cent-sign:before{content:""}.fa-flask:before{content:""}.fa-person-pregnant:before{content:""}.fa-wand-sparkles:before{content:""}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:""}.fa-ticket:before{content:""}.fa-power-off:before{content:""}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:""}.fa-flag-usa:before{content:""}.fa-laptop-file:before{content:""}.fa-teletype:before,.fa-tty:before{content:""}.fa-diagram-next:before{content:""}.fa-person-rifle:before{content:""}.fa-house-medical-circle-exclamation:before{content:""}.fa-closed-captioning:before{content:""}.fa-hiking:before,.fa-person-hiking:before{content:""}.fa-venus-double:before{content:""}.fa-images:before{content:""}.fa-calculator:before{content:""}.fa-people-pulling:before{content:""}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:""}.fa-cloud-rain:before{content:""}.fa-building-circle-xmark:before{content:""}.fa-ship:before{content:""}.fa-arrows-down-to-line:before{content:""}.fa-download:before{content:""}.fa-face-grin:before,.fa-grin:before{content:""}.fa-backspace:before,.fa-delete-left:before{content:""}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:""}.fa-file-circle-check:before{content:""}.fa-forward:before{content:""}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-face-meh:before,.fa-meh:before{content:""}.fa-align-center:before{content:""}.fa-book-dead:before,.fa-book-skull:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-heart-circle-exclamation:before{content:""}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:""}.fa-calendar-week:before{content:""}.fa-laptop-medical:before{content:""}.fa-b:before{content:"B"}.fa-file-medical:before{content:""}.fa-dice-one:before{content:""}.fa-kiwi-bird:before{content:""}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:""}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:""}.fa-cutlery:before,.fa-utensils:before{content:""}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:""}.fa-mill-sign:before{content:""}.fa-bowl-rice:before{content:""}.fa-skull:before{content:""}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:""}.fa-truck-pickup:before{content:""}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:""}.fa-stop:before{content:""}.fa-code-merge:before{content:""}.fa-upload:before{content:""}.fa-hurricane:before{content:""}.fa-mound:before{content:""}.fa-toilet-portable:before{content:""}.fa-compact-disc:before{content:""}.fa-file-arrow-down:before,.fa-file-download:before{content:""}.fa-caravan:before{content:""}.fa-shield-cat:before{content:""}.fa-bolt:before,.fa-zap:before{content:""}.fa-glass-water:before{content:""}.fa-oil-well:before{content:""}.fa-vault:before{content:""}.fa-mars:before{content:""}.fa-toilet:before{content:""}.fa-plane-circle-xmark:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:""}.fa-sun:before{content:""}.fa-guitar:before{content:""}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:""}.fa-horse-head:before{content:""}.fa-bore-hole:before{content:""}.fa-industry:before{content:""}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:""}.fa-arrows-turn-to-dots:before{content:""}.fa-florin-sign:before{content:""}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:""}.fa-less-than:before{content:"\<"}.fa-angle-down:before{content:""}.fa-car-tunnel:before{content:""}.fa-head-side-cough:before{content:""}.fa-grip-lines:before{content:""}.fa-thumbs-down:before{content:""}.fa-user-lock:before{content:""}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:""}.fa-anchor-circle-xmark:before{content:""}.fa-ellipsis-h:before,.fa-ellipsis:before{content:""}.fa-chess-pawn:before{content:""}.fa-first-aid:before,.fa-kit-medical:before{content:""}.fa-person-through-window:before{content:""}.fa-toolbox:before{content:""}.fa-hands-holding-circle:before{content:""}.fa-bug:before{content:""}.fa-credit-card-alt:before,.fa-credit-card:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-hand-holding-hand:before{content:""}.fa-book-open-reader:before,.fa-book-reader:before{content:""}.fa-mountain-sun:before{content:""}.fa-arrows-left-right-to-line:before{content:""}.fa-dice-d20:before{content:""}.fa-truck-droplet:before{content:""}.fa-file-circle-xmark:before{content:""}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:""}.fa-medal:before{content:""}.fa-bed:before{content:""}.fa-h-square:before,.fa-square-h:before{content:""}.fa-podcast:before{content:""}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:""}.fa-bell:before{content:""}.fa-superscript:before{content:""}.fa-plug-circle-xmark:before{content:""}.fa-star-of-life:before{content:""}.fa-phone-slash:before{content:""}.fa-paint-roller:before{content:""}.fa-hands-helping:before,.fa-handshake-angle:before{content:""}.fa-location-dot:before,.fa-map-marker-alt:before{content:""}.fa-file:before{content:""}.fa-greater-than:before{content:"\>"}.fa-person-swimming:before,.fa-swimmer:before{content:""}.fa-arrow-down:before{content:""}.fa-droplet:before,.fa-tint:before{content:""}.fa-eraser:before{content:""}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:""}.fa-person-burst:before{content:""}.fa-dove:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-socks:before{content:""}.fa-inbox:before{content:""}.fa-section:before{content:""}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:""}.fa-envelope-open-text:before{content:""}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:""}.fa-wine-bottle:before{content:""}.fa-chess-rook:before{content:""}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:""}.fa-dharmachakra:before{content:""}.fa-hotdog:before{content:""}.fa-blind:before,.fa-person-walking-with-cane:before{content:""}.fa-drum:before{content:""}.fa-ice-cream:before{content:""}.fa-heart-circle-bolt:before{content:""}.fa-fax:before{content:""}.fa-paragraph:before{content:""}.fa-check-to-slot:before,.fa-vote-yea:before{content:""}.fa-star-half:before{content:""}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:""}.fa-tree-city:before{content:""}.fa-play:before{content:""}.fa-font:before{content:""}.fa-rupiah-sign:before{content:""}.fa-magnifying-glass:before,.fa-search:before{content:""}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:""}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:""}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:""}.fa-naira-sign:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-walkie-talkie:before{content:""}.fa-file-edit:before,.fa-file-pen:before{content:""}.fa-receipt:before{content:""}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-person-circle-exclamation:before{content:""}.fa-chevron-down:before{content:""}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-skull-crossbones:before{content:""}.fa-code-compare:before{content:""}.fa-list-dots:before,.fa-list-ul:before{content:""}.fa-school-lock:before{content:""}.fa-tower-cell:before{content:""}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:""}.fa-ranking-star:before{content:""}.fa-chess-king:before{content:""}.fa-person-harassing:before{content:""}.fa-brazilian-real-sign:before{content:""}.fa-landmark-alt:before,.fa-landmark-dome:before{content:""}.fa-arrow-up:before{content:""}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:""}.fa-shrimp:before{content:""}.fa-list-check:before,.fa-tasks:before{content:""}.fa-jug-detergent:before{content:""}.fa-circle-user:before,.fa-user-circle:before{content:""}.fa-user-shield:before{content:""}.fa-wind:before{content:""}.fa-car-burst:before,.fa-car-crash:before{content:""}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:""}.fa-shipping-fast:before,.fa-truck-fast:before{content:""}.fa-fish:before{content:""}.fa-user-graduate:before{content:""}.fa-adjust:before,.fa-circle-half-stroke:before{content:""}.fa-clapperboard:before{content:""}.fa-circle-radiation:before,.fa-radiation-alt:before{content:""}.fa-baseball-ball:before,.fa-baseball:before{content:""}.fa-jet-fighter-up:before{content:""}.fa-diagram-project:before,.fa-project-diagram:before{content:""}.fa-copy:before{content:""}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:""}.fa-hand-sparkles:before{content:""}.fa-grip-horizontal:before,.fa-grip:before{content:""}.fa-share-from-square:before,.fa-share-square:before{content:""}.fa-child-combatant:before,.fa-child-rifle:before{content:""}.fa-gun:before{content:""}.fa-phone-square:before,.fa-square-phone:before{content:""}.fa-add:before,.fa-plus:before{content:"\+"}.fa-expand:before{content:""}.fa-computer:before{content:""}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:""}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:""}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:""}.fa-peso-sign:before{content:""}.fa-building-shield:before{content:""}.fa-baby:before{content:""}.fa-users-line:before{content:""}.fa-quote-left-alt:before,.fa-quote-left:before{content:""}.fa-tractor:before{content:""}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:""}.fa-arrow-down-up-lock:before{content:""}.fa-lines-leaning:before{content:""}.fa-ruler-combined:before{content:""}.fa-copyright:before{content:""}.fa-equals:before{content:"\="}.fa-blender:before{content:""}.fa-teeth:before{content:""}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:""}.fa-map:before{content:""}.fa-rocket:before{content:""}.fa-photo-film:before,.fa-photo-video:before{content:""}.fa-folder-minus:before{content:""}.fa-store:before{content:""}.fa-arrow-trend-up:before{content:""}.fa-plug-circle-minus:before{content:""}.fa-sign-hanging:before,.fa-sign:before{content:""}.fa-bezier-curve:before{content:""}.fa-bell-slash:before{content:""}.fa-tablet-android:before,.fa-tablet:before{content:""}.fa-school-flag:before{content:""}.fa-fill:before{content:""}.fa-angle-up:before{content:""}.fa-drumstick-bite:before{content:""}.fa-holly-berry:before{content:""}.fa-chevron-left:before{content:""}.fa-bacteria:before{content:""}.fa-hand-lizard:before{content:""}.fa-notdef:before{content:""}.fa-disease:before{content:""}.fa-briefcase-medical:before{content:""}.fa-genderless:before{content:""}.fa-chevron-right:before{content:""}.fa-retweet:before{content:""}.fa-car-alt:before,.fa-car-rear:before{content:""}.fa-pump-soap:before{content:""}.fa-video-slash:before{content:""}.fa-battery-2:before,.fa-battery-quarter:before{content:""}.fa-radio:before{content:""}.fa-baby-carriage:before,.fa-carriage-baby:before{content:""}.fa-traffic-light:before{content:""}.fa-thermometer:before{content:""}.fa-vr-cardboard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-percent:before,.fa-percentage:before{content:"\%"}.fa-truck-moving:before{content:""}.fa-glass-water-droplet:before{content:""}.fa-display:before{content:""}.fa-face-smile:before,.fa-smile:before{content:""}.fa-thumb-tack:before,.fa-thumbtack:before{content:""}.fa-trophy:before{content:""}.fa-person-praying:before,.fa-pray:before{content:""}.fa-hammer:before{content:""}.fa-hand-peace:before{content:""}.fa-rotate:before,.fa-sync-alt:before{content:""}.fa-spinner:before{content:""}.fa-robot:before{content:""}.fa-peace:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-warehouse:before{content:""}.fa-arrow-up-right-dots:before{content:""}.fa-splotch:before{content:""}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:""}.fa-dice-four:before{content:""}.fa-sim-card:before{content:""}.fa-transgender-alt:before,.fa-transgender:before{content:""}.fa-mercury:before{content:""}.fa-arrow-turn-down:before,.fa-level-down:before{content:""}.fa-person-falling-burst:before{content:""}.fa-award:before{content:""}.fa-ticket-alt:before,.fa-ticket-simple:before{content:""}.fa-building:before{content:""}.fa-angle-double-left:before,.fa-angles-left:before{content:""}.fa-qrcode:before{content:""}.fa-clock-rotate-left:before,.fa-history:before{content:""}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:""}.fa-arrow-right-from-file:before,.fa-file-export:before{content:""}.fa-shield-blank:before,.fa-shield:before{content:""}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:""}.fa-house-medical:before{content:""}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:""}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:""}.fa-house-chimney-window:before{content:""}.fa-pen-nib:before{content:""}.fa-tent-arrow-turn-left:before{content:""}.fa-tents:before{content:""}.fa-magic:before,.fa-wand-magic:before{content:""}.fa-dog:before{content:""}.fa-carrot:before{content:""}.fa-moon:before{content:""}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:""}.fa-cheese:before{content:""}.fa-yin-yang:before{content:""}.fa-music:before{content:""}.fa-code-commit:before{content:""}.fa-temperature-low:before{content:""}.fa-biking:before,.fa-person-biking:before{content:""}.fa-broom:before{content:""}.fa-shield-heart:before{content:""}.fa-gopuram:before{content:""}.fa-earth-oceania:before,.fa-globe-oceania:before{content:""}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:""}.fa-hashtag:before{content:"\#"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:""}.fa-oil-can:before{content:""}.fa-t:before{content:"T"}.fa-hippo:before{content:""}.fa-chart-column:before{content:""}.fa-infinity:before{content:""}.fa-vial-circle-check:before{content:""}.fa-person-arrow-down-to-line:before{content:""}.fa-voicemail:before{content:""}.fa-fan:before{content:""}.fa-person-walking-luggage:before{content:""}.fa-arrows-alt-v:before,.fa-up-down:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-calendar:before{content:""}.fa-trailer:before{content:""}.fa-bahai:before,.fa-haykal:before{content:""}.fa-sd-card:before{content:""}.fa-dragon:before{content:""}.fa-shoe-prints:before{content:""}.fa-circle-plus:before,.fa-plus-circle:before{content:""}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:""}.fa-hand-holding:before{content:""}.fa-plug-circle-exclamation:before{content:""}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:""}.fa-clone:before{content:""}.fa-person-walking-arrow-loop-left:before{content:""}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:""}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:""}.fa-tornado:before{content:""}.fa-file-circle-plus:before{content:""}.fa-book-quran:before,.fa-quran:before{content:""}.fa-anchor:before{content:""}.fa-border-all:before{content:""}.fa-angry:before,.fa-face-angry:before{content:""}.fa-cookie-bite:before{content:""}.fa-arrow-trend-down:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-draw-polygon:before{content:""}.fa-balance-scale:before,.fa-scale-balanced:before{content:""}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:""}.fa-shower:before{content:""}.fa-desktop-alt:before,.fa-desktop:before{content:""}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:""}.fa-comment-sms:before,.fa-sms:before{content:""}.fa-book:before{content:""}.fa-user-plus:before{content:""}.fa-check:before{content:""}.fa-battery-4:before,.fa-battery-three-quarters:before{content:""}.fa-house-circle-check:before{content:""}.fa-angle-left:before{content:""}.fa-diagram-successor:before{content:""}.fa-truck-arrow-right:before{content:""}.fa-arrows-split-up-and-left:before{content:""}.fa-fist-raised:before,.fa-hand-fist:before{content:""}.fa-cloud-moon:before{content:""}.fa-briefcase:before{content:""}.fa-person-falling:before{content:""}.fa-image-portrait:before,.fa-portrait:before{content:""}.fa-user-tag:before{content:""}.fa-rug:before{content:""}.fa-earth-europe:before,.fa-globe-europe:before{content:""}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:""}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-baht-sign:before{content:""}.fa-book-open:before{content:""}.fa-book-journal-whills:before,.fa-journal-whills:before{content:""}.fa-handcuffs:before{content:""}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:""}.fa-database:before{content:""}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:""}.fa-bottle-droplet:before{content:""}.fa-mask-face:before{content:""}.fa-hill-rockslide:before{content:""}.fa-exchange-alt:before,.fa-right-left:before{content:""}.fa-paper-plane:before{content:""}.fa-road-circle-exclamation:before{content:""}.fa-dungeon:before{content:""}.fa-align-right:before{content:""}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:""}.fa-life-ring:before{content:""}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:""}.fa-calendar-day:before{content:""}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:""}.fa-arrows-up-down:before,.fa-arrows-v:before{content:""}.fa-face-grimace:before,.fa-grimace:before{content:""}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:""}.fa-level-down-alt:before,.fa-turn-down:before{content:""}.fa-person-walking-arrow-right:before{content:""}.fa-envelope-square:before,.fa-square-envelope:before{content:""}.fa-dice:before{content:""}.fa-bowling-ball:before{content:""}.fa-brain:before{content:""}.fa-band-aid:before,.fa-bandage:before{content:""}.fa-calendar-minus:before{content:""}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:""}.fa-gifts:before{content:""}.fa-hotel:before{content:""}.fa-earth-asia:before,.fa-globe-asia:before{content:""}.fa-id-card-alt:before,.fa-id-card-clip:before{content:""}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:""}.fa-thumbs-up:before{content:""}.fa-user-clock:before{content:""}.fa-allergies:before,.fa-hand-dots:before{content:""}.fa-file-invoice:before{content:""}.fa-window-minimize:before{content:""}.fa-coffee:before,.fa-mug-saucer:before{content:""}.fa-brush:before{content:""}.fa-mask:before{content:""}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:""}.fa-ruler-vertical:before{content:""}.fa-user-alt:before,.fa-user-large:before{content:""}.fa-train-tram:before{content:""}.fa-user-nurse:before{content:""}.fa-syringe:before{content:""}.fa-cloud-sun:before{content:""}.fa-stopwatch-20:before{content:""}.fa-square-full:before{content:""}.fa-magnet:before{content:""}.fa-jar:before{content:""}.fa-note-sticky:before,.fa-sticky-note:before{content:""}.fa-bug-slash:before{content:""}.fa-arrow-up-from-water-pump:before{content:""}.fa-bone:before{content:""}.fa-user-injured:before{content:""}.fa-face-sad-tear:before,.fa-sad-tear:before{content:""}.fa-plane:before{content:""}.fa-tent-arrows-down:before{content:""}.fa-exclamation:before{content:"\!"}.fa-arrows-spin:before{content:""}.fa-print:before{content:""}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:""}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:""}.fa-users-cog:before,.fa-users-gear:before{content:""}.fa-person-military-pointing:before{content:""}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:""}.fa-umbrella:before{content:""}.fa-trowel:before{content:""}.fa-d:before{content:"D"}.fa-stapler:before{content:""}.fa-masks-theater:before,.fa-theater-masks:before{content:""}.fa-kip-sign:before{content:""}.fa-hand-point-left:before{content:""}.fa-handshake-alt:before,.fa-handshake-simple:before{content:""}.fa-fighter-jet:before,.fa-jet-fighter:before{content:""}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:""}.fa-barcode:before{content:""}.fa-plus-minus:before{content:""}.fa-video-camera:before,.fa-video:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-person-circle-check:before{content:""}.fa-level-up-alt:before,.fa-turn-up:before{content:""}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:block;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(/app/themes/sage/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.b6033b.woff2) format("woff2"),url(/app/themes/sage/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.9a9057.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-js-square:before,.fa-square-js:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-reddit-square:before,.fa-square-reddit:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-sistrix:before{content:""}.fa-instagram-square:before,.fa-square-instagram:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:""}.fa-edge:before{content:""}.fa-threads:before{content:""}.fa-napster:before{content:""}.fa-snapchat-square:before,.fa-square-snapchat:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before,.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-dribbble-square:before,.fa-square-dribbble:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-debian:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before,.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before,.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-rendact:before,.fa-wpressr:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before,.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before,.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-github-square:before,.fa-square-github:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-square-threads:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-gitlab-square:before,.fa-square-gitlab:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-pinterest-square:before,.fa-square-pinterest:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-facebook-f:before{content:""}.fa-google-plus-square:before,.fa-square-google-plus:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before,.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-x-twitter:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before,.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-facebook-square:before,.fa-square-facebook:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-lastfm-square:before,.fa-square-lastfm:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before,.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat-ghost:before,.fa-snapchat:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-behance-square:before,.fa-square-behance:before{content:""}.fa-supple:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-git-square:before,.fa-square-git:before{content:""}.fa-square-tumblr:before,.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram-plane:before,.fa-telegram:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack-hash:before,.fa-slack:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-square-x-twitter:before{content:""}.fa-reacteurope:before{content:""}.fa-medium-m:before,.fa-medium:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;src:url(/app/themes/sage/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.3580b4.woff2) format("woff2"),url(/app/themes/sage/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.67a0fb.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;src:url(/app/themes/sage/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.fd0b15.woff2) format("woff2"),url(/app/themes/sage/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.6a8db5.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/open-sans/files/open-sans-cyrillic-ext-400-normal.64b77e.woff2) format("woff2"),url(/app/themes/sage/public/fonts/vendor/@fontsource/open-sans/files/open-sans-cyrillic-ext-400-normal.280a00.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/open-sans/files/open-sans-cyrillic-400-normal.d94032.woff2) format("woff2"),url(/app/themes/sage/public/fonts/vendor/@fontsource/open-sans/files/open-sans-cyrillic-400-normal.afc1ba.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/open-sans/files/open-sans-greek-400-normal.be5f46.woff2) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAByQAA8AAAAAJwwAAQABAAAAAAAAAAAAAAAAAAAAAAAAAABHREVGAAABWAAAADsAAABMAa0BikdQT1MAAAGUAAABkgAAAqCGcYiCR1NVQgAAAygAAABvAAAAmlmIVfFPUy8yAAADmAAAAEsAAABgc31nBVNUQVQAAAPkAAAASQAAAF5e+0M1Y21hcAAABDAAAABVAAAAdAvfDIxnYXNwAAAEiAAAABAAAAAQABUAI2dseWYAAASYAAASbwAAGH5D/DbfaGVhZAAAFwgAAAA2AAAANhy2M9poaGVhAAAXQAAAAB8AAAAkDuEFP2htdHgAABdgAAABKQAAAZjd2yp8bG9jYQAAGIwAAADOAAAAzhB2CgdtYXhwAAAZXAAAABwAAAAgAHAAi25hbWUAABl4AAABMAAAAng/22RucG9zdAAAGqgAAAHlAAADaLbisDl42h3BwQ1AQAAEwNnz4OXrLsRfVCDUItd/FRIzopgBj2K0qAZNE6tN7A5xusTtFV2XP5MoFvUDau0DOAB42h3PA7TgQBQD0KRY27Zt27Zt27YP1rZt27Zt29Z/TXGbeR2CAGIhEsJZygB2bNqtPbLAL1GqQg1kat63Wwdkat2tZXtkatOyWTdk6tC0RydkQlgARDQJRNDXM6MA//+rRqsmMmOglOkgNuKYwC4AByyFQly7gfhIAFrPtHCRHnkRGfnRyNpN7C6G4tiBKZiFBViGNdhkrX04ggs4Ze81/MIdPMILvMMX/CIYihEYjX+YiHHsTcF0zMJcLMBiLMNKrMF6bMJBbMUO7MY+lkZwHCdwGudwEVdwHbdwFw/wGM/wEm/wHp/wFT/wG/+ATl2vjFkl0I3hbzOny+6ym2wVSCfUFus5MsjONNlRdpXV5Be5SrbT2FnSVSWnciLl13KYLCmzy0rqk0UmUaVg6KJmn1BdzXhyciAd5e7aVR+dYkqoxGZ45VahYoF8GypG0F+VRqGSBqOU48kUQcXpp5w+kM/Uv50qs2Vb1d8p91B+ptxd3peZAl0/VDQzpvo4/qWgj2wXSvs07a9yQX9bCDR+cpQAAHjaPYZDAkIBAAUnY9UFMlZ/l23b22y7y2c8DiJAhwY1YhxPixfr/gLXewPIEqlCA0f/ulvgGe+GczyTYW+HZ9E9rAgggmeF134ZbPwkjlYqGSzZ1wqIsSClT48BQ7jf4b2i/78sxYybGO0Hl+QZFgB42mNgYZnIOIGBlYGB1ZjlLAMDwywIzXSWwYhpEgMqaETmuPv7uzMeYGBgvsbR+3cFAwPHP6ZuBgbG+SA5Fg/WbUBKgYEFAJBzDlAAeNoFwbGBAUAABMDZu3+kkAAQKwoAZKANBSnOjIiWip6KpfLePU4J7+PpEXJ+rG8ZKRo6FoKSgR2qKPnLh/JFVZSMQfgBpagHzQAAAHjaY2BgYAJiZiAWAZKMYJqFIQFMCwBFWIAsXgYF5i7mHuaFzOeYLzFf+/8fKAYRbQGK9jEvZr4IFmX8//X/4z+T/0z6M/HPhD99f7pB5mECAKlmGm8AAAAAAQADAAgACgANAAf//wAPeNqFWAdAFFcT3ve23NG5xmG/Y+HOSjvusKCAIIKN3quGGJo1SsRQ7Y2OZ0PsDewgGqNp9vSekN57j38K3i7/7O6d5a8K7L7Z9+bNfG/mm9klEGEd+AKtIb4lXAgiNMRiCvbSqBnWx2CNDjLFxJiCootiJk2KmRYeThCYgH+0G32JkBFKgtCTepJFJoRIf2x0xzKSyu3heruP47AdeDxf3MUMGerkrPWSn0Sv8oH0pf5o/Ah6SZmUMWRU4jRv3kQQJHGTIKhLdC9oG0L4EYRKr6Ngd0amGY6FK6tX6YMt5hADyyoU0p2BvYk6kBKpIyuzC9pSqr5o5506kffTraeetqHAK/vjDmygew9eS12foXD2SGhatP5iPhlVXVG1kGvkPtyxKrkc/EDCvuQfsC/4rNcr9Br7L/mH7XXSn6vE+dw+vIbutfLGNu5zaT491D6fVegVrMIEf0300E6O6OwkiU58houne7lmvEiajZbCbJIgTDDxZifd2z9DklNfgdxd0IJkohaLJRQgpL66xf3a3tk5YcUk1HWDu4hvbOGugT5jZN1U9Ba3zm4zUwKrtbAasQCQsB7Bf7iGgBoWkTN5jZxiqA4bekWG3u4/SjGknPeg3UeVb461FdK9dyKoZ/pnkEcjVy8f03/b7lc46FQJFt2n1B+bwbvwq7bP5aSc7rhCDpZhht5LvRhUVR9nuwCaxrN1WyPIeIiJqoEf6Ev0S4SC0IGZaswI0WPA5hClrymYUtJqpZcp2KI0e2LWh8H0pbRj/Yc6uSPJbWjc531o1I47y0reP9bZV/Tjnc4PSvGHx/jvb5SV3URexz5BSZcu8qe+vMj/0taGPC+iISi8hf8d4lBEcj7Y7Up4wZ5C0LhjlgXbaVYBmwmBgmNgPj15w4d7z3aihVf3bHky7yLd++HLuUdq4rhn6d5m7njY+sUtjQQSYplKBm0y6XTNEAt4YxcfQkXyFlpntQroMzBnuyMCEIIfk/BDbX+WX84vOoe+5iddRgvQoh4+DK+BCOrHl7gn8HRuOqyFf1QFrJUThLAGzEQmPBmtPc8P6uS9L+I+/KGtjruFA8j1MHsOzJ4Gs52E2DQjwRykp6bZnEgVJydv2H4gR9VSHdtr78wTkFg68ANVQOU40AcYfPwBe4uQyF602svLDocBwKcKYtY8Wb7w/Nq4lZ/vtn5aZXsqpuXRpa0xMS3LuvZgw/o3W2bPbnlzfQ+3dh3Xvea5kpLn1qx+uugzAiML7UmW0q+D9xB96D6W8LvvHllCDEaz2WgIQbUhfgaLBZ7SS4P9/YOD4J/9KmB5ildTUVQsMQwGCtbICkYbjI7oU6glmxVU1PrBTj55VYlpFSPlJIUPH66tq2yYTMXeubDdMnuUxd97eqaZP8OEcGFrN+Z21+FIQTeg5wu64UydsCPJ1IzMJCQahfm56NnrfFPj6dMymlKPU6EGKpYfyrWjvyv51XD7WdKegCGhg9AbYBqWU33kIGYJ4QoD8xQy1KQBlsNy92GD1Ey3y/gYH6pviKGg6OHRXgGbmiYApSAd4NTE9Ig4sbBKWMCap+BQmQMkOBr9fffkcHX4DL9ET1bn9JPBZDLAL/rc12LxHRkUxPSox5QuCtSOLlkU8JkDRMeVGBiQ2JihsIGg4VZGaHnVQCvIrWQuWkPNwzKCAqMqBgYGeEBlB0MRRph1QJrL/QFzxSf00+IT+b8/wYPEJ07EkQefDPzAKOCJgXBL/VddJ8UVCmR+YMVvwF3jGQZWTIiR5N8NbAX5WwM/4FamBzyIE+d78+eIu57RlzBD0MLYUSdgzBAO/uYgR2gBY4GOSY5bDjS7vf8zkGKhllBV4nNPmAFTzE5YKlIIH0Lv3jmK3kHX+J/UvsNdXIfqVfx3wNCn5xfRc/o/IXVhS0sCAooXTrC9CzvbKwXsLBMscWQnjJXC2FEZYCwnYKqDDeFOQ/iK1pnp/8eJVCpXT773P3mRDGprS/m/1CjZg5aK9jjdRe4rcexMEHYuek2qQQKL2UFhEX4GK7r5UxqDzs15uEHDn+3BHkLZIs9NXloMcCwJs8XBMkkjUyJqdLmLQLg4dhURiBIyUKx+MmGGSeAv+28U+altJ/7edoVstFrx2a1b8UKrFXQ4UAMdbo7zpZ0kRhYKLQu/N6nIo5xCMInW9X9i92y+uK+7uCYWxlmwRiHsiYTt9MAqCAVbTHpNLPqO9yFf4HYEZHijd3j1TGs8NmzBi/G4+u0IcR9xVmwFnfZKADo9HHFIVYhjhehbMdj5D/oFwpvQE6OF0/WiIJcBQQ1r9ifNIZDpZoU71gDvalWKKVggXnL1N0i5IqLp1zNHz/3WMHlq6y8nDt/ImHtr19G9N/MybtAv9FBNv+0ouro7n/z0U3Jex3OFi65sTSd7+EvUQ6dXVJ9/mCb9ba/TRRcqK07NBZvslQhs8hT9XgRY/UT3SmwKtghl0Ecs4ArBDLhMgQH90+TGX7oPd/+8Jawz73r74T3Xc+hefsTC51pT+Sh0Oa3t2VL0Oa9fcyIVkfNtO1Ha8Tr0GWiPB+2/QTwbQbsPw4ieQUzr/e8GswbCW6YHmd3dEYf6Sqa313C96LGs1rQONOaNd9DY9tSWbFTO9da1Ty97nw6t+mZfw6+vZG+wRj830P48GnVgH//uC7sHiCtR1g1Zr/6+Zf83lZKneJIsEtjBSWQHNf8qWuQ4FVGukOQDPwhysRbeYJaAPBLkDKFlCZBmDvxAbhGl0yTp8yAVa1CkKJ0uSacK0qMiHwnSODujnhLj4ABoXiTyVKo425t11N4bVA7ErIkg/ISaJbSqPgJIWh+s8FRCadQKhccEISGVtVCNvdi5Yxz/6OaIzd27rK2rX/zjjw9XHghxleu81nho3YL9PP2cnX3HeM3KV7mNyFxdnvVEvefr73705utvb0JDkTfSIGNGmiFF59+wdyafGDNeRq1kXOSzCgMTAsEu0bfDzAiIUhiiYC+h3Mg04oURNpcaRq1wnApoEOx9NWuW7rB1w2uPdWztvfzYR7uXH5x2pOqDTelNqXEdxd1HMvcvXpi9b/teZkT6ibrWU4PkmptPbL4yfyTLfcCY979auDm8rc7WMDJwf1tZfXT9zlW1qyCCnMAaFypW7BwQAMGGiD2vajjWmiBfVJQLX6Yb590zJGA4H3XiN81YViaX6UcqPoNC35fyVM/0sFOXk6iJ3DFT5RJf/bLHx+J88HExYJ/LeAHHmkQftTKhxZHiczi2e2owC3uJ/ZBKykpHc7h5w/Wk2Dmdj8zNtawsXHkip+rznS2f1i68Uh3/aPirvVnnVsxpmV+6dU4j4xU1avXYiRlTQhJTQqPazlfs+3hZ6UvNq65t8Bs3t3zWlmYuziv/+Ka8poSUfY82nAVTpHiDqBgr8AMr5Yx09Iy96IeaJctM95ttwi+3lNTHzF6XuvhE9JTTlV9/1FiYt7D00oplRxOnRDXm1dR2teDaDWMzpkanGEJ0rbpR5zasrBjqPPTxuXl1UUa/tSNGpiTkJgoWLOWXkPsZNTEKchdOnpUS0yjgAIBDAAo9JYMZB1rk3tnBh/QTWd/SstVnMgs6P6l1za6eyt/Bv70+sNY/affiotpJWRntkWMKcnx1ptEqben5ddv4z99bhkhyU9VZ/pvPnkpfVj1Fqw7PtHd3keC/1h57QrQJPjJidyecOe5ddTrzYOWqFc2Rh9cNcmLL1lE5KWfq78ygujZuyOlezT1HxXZMjAfzSWIJnHMco4ccUxNDpPcLFnIrRAnoKVGwUqVXKlU+mNRjTMUVvnem/+fCd0/cuc0rDrbLuBW09fDebc54nfNOUm7j2y+h/ajChh56kn/ozi8oCAXxr/Mv0r785/yXUEEFApUYgIoV+wZHytpjSYFmxaeOyRs8tMSUtWkOFWv7+5H5HvI6N8Wk1tWky8CAo/cEZvYSmHngNtg+A2wfRxAsMooHLQOWFDpzLRqO79GBwUj6k0aWYWTIFfVN8IlP8w3VKEcHeD9cmToKFbsP89V6sM7urFEbGGPS7HcdNtSLkSkn6Pi/qPH7sufJ6fW0jI5pWWpzMQRqZWQl48LoYieiW77JKbOGRu2cxe2xM16UaJ3mbieAwFPgUIWUjRal0mxSY2hZj3+nGGN0kte0RRyMf/roWSqW2zj28XJDDdKhxOf7+M38iSOgYTHE2R6IszCCUAmJZpbePIQIY816iH0x50wmKQvsmflAQC5OXDtnWqElZUvykPjcgCj89PiMrk3Juy8c7qo+lZ2+d2FxZeiscR36UB27YOGa7mx0pKi9SOuiil0cP69mjpakyU11xviKpAVLa5ObcosXWrRekRkT03dHjsvP8RsRNEatnX8YPLe/I4HnKtHzQTD+B3juLbK2Iy/FPoM1h4LhcPBUzVB/D8/ogLIlvO/Bj61UTJ9lmZtsjdyzrga/ZosiL8+M2MyFxYHrmDgIyOZBxGsIH1BvJ1lWCn37m5ifz31cS+Ute9ea3jHJiaaOLu/bWv9mOe+ze1vY7rSDW5ux3xP8qqBxfvWZ/FuU/onbK1dxv7/2Mn/cFPLeW2+/5cjug7Cb4T/z3j10STNkCa5J3DUhJLQq+vyBSbsaiqtCZ48FPH18y8rS2xaErfmBytF7b1aP+Oq9lU1JIwC9SRl7J4/NzzHogseoFdPKz1S9iGS19lrXTcU63jPv0quvCUr/3TdNcWMwh8p99NPD2z5Z2YhcLqCf+b8S5tmejW5ZdqJj5OzQqLdfRX9bf9pY/dvJF7jyzfGfrCnvLXrnWNb+hsm3BP/UA9+RTbCTRuye/zUH9eZQsolPKcsel68bVjYpvz2X77NSsfVca0Whm1OVq3pi61pcMzsCFktVW6o8NCyWOiLJSqMJwPIk8OIzt5IPt+09ckA/4ohmmAfPq9d924YzuRPnXvy5v/6LlYnbDxXyV/nXBQR4NT0DcB8m8CrS2iNaESKer9gEwXGLbREtHLZ0CiiqdnZewaGHj7ZVnsm39lv37/ppfTl+d2rWwuOFE+dTyZmFHzdbL2Q64UUXnl7/+/4rPL/WiTeiPqeKv64eQSpVSR3X6FR8rXlVT57AKL9ApM2hEoSzVwksokImBKl7H0JGErGItHONxXI6IilsmBWFn+HTrwwKjAgc7K/0mjgqffEM3U5++1n08plhUSYV664JoxJCi2fza3EBR/DKiORRNFnHuERUpKIWroCMQTcS0hlmtcxZQBVw2MQoiRFgkOSl0fQAAI7Gk8x8/OxcH90hna6V27e/45d1Bx86Mp9R9hc7P3Kltf6nzet/3fAKz1U78X7ofWb5nzewjvtgZ2+KjN4BuzwKnfZlKlbsYO7WcyN7X1k3MSCWCrq0o1TbsZGOGm0ZnNZVu7Re7zSicXHlicwhltHHIiZXlkzLHLPHPzM8rmj85EgqNq/7Yum+v7cUZGcXbPzzcOnFs/lN/J0DL7wS83g8mshfT6+IyD2/7gCim6ADHPhWqAv063c7QzXffa8zBLmjM1TrCQfjiH2kSuou1XfngtQxVzsMpJKnojRT6jmJZ+CKCVeY/TJUj0nEdCHTBYLWsBLQjOMjj9RvyowiyQggSYgohUMx+Io4ae3k4E/i6IXHqxOVjWswnrr+1frihjQ/D3eDfpDJ05fND5mb6O4xf0nlkVSMbfyLW2bsWpabVfTN026TM5cy+oQdH2zZ7DV++D7+p+cXT3y4LmbCoofYQIPCqVzhXZQQULp8Su66jUj9svcEL3LJsxWpGxM25iYlVMfhBZ3Lw+y1ppa+Ir6jwIcUsQZqNVKUupMy6YvYBHbmjKmDh06eHTJsrKerzn3YBD/vOVlZfid4/UX8cuKpo5vHBU31kcvXkqRv5Oitl18p5D4Rv5lhwgu+SFRCtAwhQsSu618jRgwYoA5a724PGrPZpLnHWUzl36xpaHpX7ZJGvcyncdHFG/qJfvwPLdR424/6CezjZYWF+4KywktXDAmkYjfHHz6W2v7WAiFwfvw1tevw7BmRm6cf6Eq9snPHYzdvQtzsfib12H4hX7+CXPGgX3ogX9H/yter01LDhn+AKnv5QcjH12TxUwQNHj7DkFgQF/gerzuP4zg21KIKGjEsnH7Jf94c7lv8ka2Um5GcqWeYahe36JblWGM7QKnwwxk5cpcaF5XQQ10B1oCPI4Qa8DeKX9m9HvzKrmD/w3f2K6gLDRqIrs54pCFuzQ8d/GudnUjds7/3PIdGdp9OOlRD917oTV+b5in3TKkvangyB3wdW11ZXc5t4t5oa8woD4PodryLQO2dSsDYwWAwTieIfwKBbSE2AAABAAAAAwBC6qeVTF8PPPUACwgAAAAAANnMwvcAAAAA3XcmUf/V/hQGfAdBAAAABgACAAAAAAAAeNpjYGRg4Oj9u4KBgd3o/9X//9hqgCKoIA0AqI4HLwB42j2PM2CdYRSG3/z3fF9td6m91LaX2m63dgmXcmobLHGyxdzuFtu2bTuZ759zouFYz6FSZAKAsXlBdiJQrQPUMRSQMwpUHwqMy+yzXXYSBVqzXMAfquDcV2ykEGj6AZA/HnLOmSLsztIUrHSaJdhYTsF2u3nf/N4tpk17mDajh62XaVNWtv/MKSPerF26eYQlHAfktuyU+3JvkYGqgUUOvn9LaqqafeFxx31hEh79Gd+ETX+Bg76GRzw/z9kNZ0sV3tAArEY8YqkTEZJTBCttwwoqhaPULY1wlh5KgpP0yT9035yR3+g5YCmGo/yrzmAHlSPS0sL9vby7EJtlp0rh+J05oVcgQp+AC/84KHmZESs5GsVqcgN0CraqvWaf2ols4ZC5WVgxc+4AAAAAAAAAAAAAAAAAABYAPgB6AJIAqQC1ANQA/gEgAVoBgQGTAbEByAHfAhICOQJnAo0CpgLdAukC8gL/AwwDGQMlAzIDPgNKA1IDWgNqA48DlwOfA6cD5wPvA/cEGAQgBCgEQgRKBFwEZASGBI4ElgTYBOAFDwVNBVkFZQVwBXsFhgWSBZ0F6QYwBlsGqAbpBygHTweHB6UHrQf0B/wIHQhxCHkIoQjYCRMJSAltCZQJ1goYCksKkwqfCqoKtQrACswLMgtiC64L8QwvDDcMPwAAeNpjYGRgYEhj8GBgZnBkYAHzEICJgREAGAcA/HjaRMwBBoRQAEXR++rPMMnHADJD0hISoKW0qBYQgJBAANICWlTRI+CAA0QWUhQ+wAy2+DLbCZHNTmk57EClxH5RqLbflOrsSKP+tiDXYItMox2eXwW5Jvt3ebX/ZNrPwshBuYEoDKPnUTqsPWwHtc3x1IvgbhW8fU7sZBYffl2wTyCjyg8JETF/zLDBGn6yB51P8ZpMLMrueRV/ZTfWBFL9d6xil38xJugbZw67+WSqLVZ9IhLMMO+NFasCBXTFQESeT75kRXN+9UNr5m9r4vyIVdypI/vl1T9s2nUNH7Y55trnWNauatcs91eN3Ft/xpPqRz8hYF53zrTe7RNo7f+Xd71E7Q7tYUfyYtCNjF9zxAXPfLbvQp7wIcZcYRYFu+Y51RGNvXOnr0uxBuucXZF42mzB00EGAAAGwO/+bNu2bdtaoXFaoGaNz92lkD9fH1nMf14TBUUpSkOGM5LxTGU6s5nPQhazlLVsZTs7ecybYiVKlSlXoVKVajVq1anXoFGTZi1atWnXoVOXbj169ek3YNCQYSNGjRk3YdKUaTNmzZm3YNGSZStWrVm3YdOWbTt2827PvgOHjhw7cerMuQuXrly7cevOvQePnopvX66vC0ffXZGFbsMwEIalwErj7T3KJBwz8ya8JlZyIYeKTz/bcSavoWP998UvlWmErdZJf9N3UkKiACIbLTOnEc22bCQpyTATUf04iF0Qbg0impOAIGyexxkGNBLp6nku69dUepuPIVqprG++K831x5A4RdMesvZ/WqbQMk5IDuYlhCGILbvjXkXqGT+spDM9881lnsEFzVuIY9i4g3Big3Y/1R6m2hdW5AbaE+ovLjVf0QlBf4NpRW6jP7mon7L3KcNC5ni8ea1stCMby7gOfz9ik6j4pMTHEv9wqo6WcCDgJhzO4XCmTYIcKkSirTgaL+YCDTmaL9ACgVYseXKqRVNtgRVa8OmpS4vKacfMBGTOIKcSMmaAFntZaFL+5zdRRVzbc5OqxzZVj00MC7dQO2tL25F2wO3x8KQrbU/avrAn/e4vrFnxxgAAAA==) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/open-sans/files/open-sans-vietnamese-400-normal.ab606e.woff2) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/open-sans/files/open-sans-latin-ext-400-normal.67fd40.woff2) format("woff2"),url(/app/themes/sage/public/fonts/vendor/@fontsource/open-sans/files/open-sans-latin-ext-400-normal.a1aae3.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/open-sans/files/open-sans-latin-400-normal.78b92b.woff2) format("woff2"),url(/app/themes/sage/public/fonts/vendor/@fontsource/open-sans/files/open-sans-latin-400-normal.ed4baf.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/ubuntu/files/ubuntu-cyrillic-ext-400-normal.38dc9e.woff2) format("woff2"),url(/app/themes/sage/public/fonts/vendor/@fontsource/ubuntu/files/ubuntu-cyrillic-ext-400-normal.df77d7.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/ubuntu/files/ubuntu-cyrillic-400-normal.cd977e.woff2) format("woff2"),url(/app/themes/sage/public/fonts/vendor/@fontsource/ubuntu/files/ubuntu-cyrillic-400-normal.06d44b.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/ubuntu/files/ubuntu-greek-ext-400-normal.420a56.woff2) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/ubuntu/files/ubuntu-greek-400-normal.fd714f.woff2) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/ubuntu/files/ubuntu-latin-ext-400-normal.87d0bf.woff2) format("woff2"),url(/app/themes/sage/public/fonts/vendor/@fontsource/ubuntu/files/ubuntu-latin-ext-400-normal.94a166.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Ubuntu;font-style:normal;font-weight:400;src:url(/app/themes/sage/public/fonts/vendor/@fontsource/ubuntu/files/ubuntu-latin-400-normal.e82090.woff2) format("woff2"),url(/app/themes/sage/public/fonts/vendor/@fontsource/ubuntu/files/ubuntu-latin-400-normal.cc39a7.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--color-neutral-90:#252626;--color-neutral-40:#d9dcde;--color-blue-50:#0087e0;--color-white:#fff;--color-radius-m:20px;--color-radius-l:30px;--color-signal-red:#f01245;--color-signal-green:#0fab4d;--color-signal-blue:#007aca;--color-signal-blue-dark:#006ab0;--color-darkest-gray:#282828;--color-navbg:#f5f5f5;--color-signal-red:#e81143;--color-signal-red-dark:#c20e38;--color-gray:#f0f2f5;--color-silver:#e0e0e0;--color-6b6b6b:#6b6b6b;--color-8a8a8a:#8a8a8a;--color-dark-gray:#6d6d6d;--font-size--xtra-small:1rem;--font-size--small:1.5rem;--font-size--basic:1.8rem;--font-size--large:2rem;--font-size--h1:6.4rem;--font-size--h2:4.8rem;--font-size--h3:3.2rem;--font-size--h4:2.4rem;--font-size--h5:2.2rem;--font-family--basic:"Open Sans","Segoe UI",Tahoma,sans-serif;--font-family--basic-bold:"Open Sans Semibold","Segoe UI",Tahoma,sans-serif;--font-family--headings:"Ubuntu",sans-serif;--font-weight--normal:400;--font-weight--bold:700;--font-weight--boldest:900;--wrap--default:1440px;--wrap--desktop:1200px;font-size:62.5%}@media(max-width:801px){:root{--font-size--h1:3.2rem;--font-size--h2:2.4rem;--font-size--h3:2.2rem;--font-size--h4:2rem;--font-size--h5:1.8rem;--font-size--large:1.8rem}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}a{color:var(--color-signal-blue)}a:hover{color:#000}body{background-color:#fff;color:var(--color-darkest-gray);font-family:var(--font-family--basic);height:100%;line-height:1.5;margin:0;overflow-x:hidden;padding:0;position:relative;width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-family--headings)}h1{font-size:var(--font-size--h1)}h2{font-size:var(--font-size--h2)}h3{font-size:var(--font-size--h3)}h4{font-size:var(--font-size--h4)}h5{font-size:var(--font-size--h5)}h6{font-size:var(--font-size--large)}p{margin:1rem 0}.wrap{margin:auto;max-width:var(--wrap--default);padding:0 25px;width:100%}.wrap.small{max-width:60%}@media(max-width:1200px){.wrap{max-width:var(--wrap--desktop);padding:0 47px}}@media(max-width:801px){.wrap{max-width:800px;padding:0 20px}}@media(max-width:480px){.wrap{padding:0 10px}}.aligncenter{margin:auto}.align-text-center{margin:auto;text-align:center}.align-text-left{text-align:left}.align-text-right{text-align:right}.bg-white{background-color:#fff}.box-shadow{box-shadow:2px 7px 15px 0 #8b8b8b33}.breadcrumbs,.breadcrumbs a{color:#000}.breadcrumbs a:active{color:var(--color-signal-blue-dark)}.btn{background-color:var(--color-signal-blue);border-radius:20px;color:#fff;display:inline-flex;font-size:var(--font-size--basic);font-weight:var(--font-weight--bold);margin:15px 0;padding:8px 24px;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease-in-out 0s;width:-moz-fit-content;width:fit-content}.btn:hover{background-color:var(--color-signal-blue-dark);color:#fff}.btn.basic{background-color:#0000;color:var(--color-signal-blue);font-weight:400;-webkit-text-decoration:underline;text-decoration:underline}.btn.basic:hover{color:#000}.btn.basic:after{content:none}.btn.red{background-color:var(--color-signal-red)}.btn.red:hover{background-color:var(--color-signal-red-dark);color:#fff}.btn.red:active{inset:2px #fff}.btn.white{background-color:#fff;border:2px solid #d3d3d3;color:#000}.btn.white:hover{box-shadow:0 0 20px #0974b333}.btn.white:active{inset:2px #fff}.btn:after{content:"";font-family:dashicons;margin-left:10px}.btn.category{background-color:#fff;border:2px solid var(--color-signal-blue);color:var(--color-signal-blue-dark);margin:0 5px;padding:10px}.btn.category:after{content:none}.btn.category:first-of-type{margin-left:0}.btn.category:hover{box-shadow:0 0 20px #0974b333}.btn.category.active{background-color:var(--color-gray);inset:2px #fff}.c-bn:hover{color:var(--color-dark-blue)!important}.checkmark{background-image:url(/app/themes/sage/public/images/icons/check.a3ee9a.svg);background-size:cover;content:"";display:inline-flex;height:20px;margin:10px;padding:10px;width:20px}.dark-gray{background-color:var(--color-dark-gray)}.external{color:var(--color-signal-blue)!important}.external a{font-family:var(--font-family--basic-bold)!important;font-size:var(--font-size--large)!important;letter-spacing:-1px!important}.external a:hover{color:#000!important;-webkit-text-decoration:none!important;text-decoration:none!important}.external:after{content:"";font-family:dashicons}.flex{display:flex;flex-flow:row wrap;width:100%}.flex.flex-align-center{align-items:center}.flex.flex-align-end{align-items:end}.flex.flex-column{flex-direction:column}.flex.flex-column-reverse{flex-direction:column-reverse!important}.flex.flex-grow{flex-grow:1}.flex.flex-justify-center{justify-content:center}.flex.flex-justify-end{justify-content:flex-end}.flex.flex-row-reverse{flex-direction:row-reverse}.flex.flex-space-between{justify-content:space-between}.flex-item.two{width:calc(25% - 20px)}.flex-item.three{width:calc(33.3333% - 3rem)}.flex-item.five{width:50%}.flex-item.six{width:calc(66.6667% - 3rem)}.form-text{line-height:2.5;margin:auto;text-align:center}@media(max-width:801px){.form-text{line-height:2}}.fullwidth{width:100%}.halfwidth{width:50%}.gray{background-color:var(--color-gray)}.homepage a{font-family:var(--font-family--basic-bold)!important;font-size:var(--font-size--large)!important;letter-spacing:-1px}.homepage:before{background:url(/app/themes/sage/public/images/l7.eb732a.svg);background-repeat:no-repeat;background-size:contain;content:"";height:50px;margin-right:1rem;width:50px}@media(max-width:1200px){.homepage:before{display:none}}.image{align-items:center;aspect-ratio:unset;display:flex;justify-content:center;max-height:none}.image img{height:100%;object-fit:contain;width:100%}.image.tiny{aspect-ratio:4/3;margin:auto;max-width:100px}.image.small{aspect-ratio:4/3;max-width:200px;width:100px}.image.medium{margin:auto;max-width:400px}.image.large,.image.medium{aspect-ratio:4/3}.image.large img{object-fit:cover}.image.full{height:auto;width:100%}.is-style-gray{background-color:var(--color-gray)}.no-padding{padding:0}.padding{padding:25px}.page-header{text-align:center}.recommended{justify-content:flex-end;margin:auto;min-height:60px}.recommended img{width:100px}.remark{border:1px solid var(--color-gray);display:flex;flex-direction:row;margin:50px 0}.remark:before{background-image:url(/app/themes/sage/public/images/icons/remark.ec43063cfcbe6f1c.png);background-size:cover;content:"";display:inline-flex;height:10px;margin:15px;padding:15px;width:10px}@media(max-width:666px){.remark{flex-direction:column}}.sr-only{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.table{display:table}@media(max-width:1024px){.table{display:flex;flex-flow:column}}.xtra-margin{margin:50px 0}.xtra-padding{padding:50px}header{position:relative}header .visma-header{display:flex;height:80px}header .visma-header a{height:100%;max-width:140px}header .visma-header a img{height:100%;object-fit:contain;width:100%}@media(max-width:801px){header .visma-header a{max-width:170px}}header #nav-toggler{display:none}header #nav-toggler .nav-button{align-items:center;display:flex;font-family:var(--font-family--basic-bold);font-size:var(--font-size--large)}header #nav-toggler .nav-button:before{background:url(/app/themes/sage/public/images/l7.eb732a.svg);background-size:contain;content:"";height:50px;margin-right:1rem;width:50px}@media(max-width:1200px){header #nav-toggler{background-color:var(--color-navbg);border:none;display:flex;font-size:var(--font-size--basic);justify-content:center;padding:20px;position:relative;width:100%}}header nav{background-color:var(--color-navbg);display:flex;left:50%;margin-left:-50vw;margin-right:-50vw;position:sticky;right:50%;top:100px}header nav.primary ul{display:flex;flex-direction:row;font-weight:600;height:100px;justify-content:center;list-style-type:none;margin:0;padding:0;width:100%}header nav.primary ul li a{align-items:center;color:#000;display:flex;font-size:var(--font-size--basic);height:100%;letter-spacing:-1px;padding:0 2.5rem;-webkit-text-decoration:none;text-decoration:none}header nav.primary ul li:active,header nav.primary ul li:hover{background-color:var(--color-neutral-40)}header nav.primary ul li.has-children{display:flex;flex-direction:row;position:relative}header nav.primary ul li.has-children button.show-submenu{align-items:center;background-color:#0000;border:none;color:#000;cursor:pointer;display:flex;font-family:var(--font-family--basic);font-size:var(--font-size--basic);font-weight:600;height:100%;letter-spacing:-1px;padding:0 3rem;-webkit-text-decoration:none;text-decoration:none}header nav.primary ul li.has-children button.show-submenu:after{background:url(/app/themes/sage/public/images/icons/caret-down-solid.ea593a.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:20px;margin-left:10px;width:20px}header nav.primary ul li.has-children button.show-submenu.submenu-visible{display:flex}header nav.primary ul li.has-children button.show-submenu.submenu-visible:after{transform:rotate(180deg)}header nav.primary ul li.has-children ul.submenu{background-color:#fff;display:none;filter:drop-shadow(2px 4px 6px grey);flex-direction:row;height:auto;justify-content:center;left:-72px;padding:3rem;position:absolute;top:100%;transform:translateX(0);width:auto}header nav.primary ul li.has-children ul.submenu.submenu-visible{display:flex}header nav.primary ul li.has-children ul.submenu li{padding-right:2.875rem}header nav.primary ul li.has-children ul.submenu li h6{margin:0 0 20px}header nav.primary ul li.has-children ul.submenu li:first-of-type a{font-family:var(--font-family--basic)}header nav.primary ul li.has-children ul.submenu li:hover{background-color:#0000}header nav.primary ul li.has-children ul.submenu li ul.sub-children-menu{display:flex;flex-direction:column;justify-content:flex-start;width:auto}header nav.primary ul li.has-children ul.submenu li ul.sub-children-menu li a{color:inherit;font-size:var(--font-size--basic);font-weight:var(--font-weight--normal);padding:.75rem 0;white-space:normal}header nav.primary ul li.has-children ul.submenu li ul.sub-children-menu li a:hover{background-color:#0000;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-thickness:2px}@media(max-width:1200px){header nav.primary ul{background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0;position:relative;width:90%}header nav.primary ul li{padding:1.3rem 3rem}header nav.primary ul li a{font-size:var(--font-size--basic);text-align:left}header nav.primary ul li a:first-of-type{padding:1.3rem 3rem}header nav.primary ul li:nth-last-of-type(-n+2){align-self:center}header nav.primary ul li.has-children{flex-direction:column}header nav.primary ul li.has-children button.show-submenu{font-size:var(--font-size--basic);padding:1.3rem 3rem}header nav.primary ul li.has-children button.show-submenu:after{background:url(/app/themes/sage/public/images/icons/caret-down-solid.ea593a.svg);background-repeat:no-repeat;background-size:contain;content:" ";height:50px;margin-right:1rem;width:50px}}@media(max-width:1200px)and (max-width:1200px){header nav.primary ul li.has-children button.show-submenu:after{height:25px;width:25px}}@media(max-width:1200px){header nav.primary ul li.has-children ul.submenu{align-self:center;flex-direction:column;left:0;padding:30px;position:relative;top:0;width:100%}header nav.primary ul li.has-children ul.submenu li{align-self:flex-start;padding:0}header nav.primary ul li.has-children ul.submenu li h6{margin:.5rem 0}header nav.primary ul li.has-children ul.submenu li ul.sub-children-menu li{align-self:flex-start;padding:0}header nav.primary ul li.has-children ul.submenu li ul.sub-children-menu li a{font-size:var(--font-size--small)}}body.menu-open header nav{display:flex;margin:auto}header nav .menu-visible{display:block}@media(max-width:1200px){header nav{display:none;width:auto}}footer{font-family:var(--font-family--basic);font-size:var(--font-size--basic)}footer .footer-cols{display:flex;flex-flow:row wrap}footer .footer-cols a{color:var(--color-dark-gray);line-height:2;-webkit-text-decoration:none;text-decoration:none}footer .footer-cols a:hover{-webkit-text-decoration:underline;text-decoration:underline}@media(max-width:801px){footer .footer-cols{flex-flow:column}}footer h6{margin-bottom:.5rem}footer nav ul{list-style-type:none;padding:0}footer nav ul li a{color:var(--color-dark-gray);-webkit-text-decoration:none;text-decoration:none}footer nav ul li a:hover{-webkit-text-decoration:underline;text-decoration:underline}section.integration{margin:10px}section.integration .wrap{word-wrap:break-word;display:flex;flex-direction:column;margin:50px auto;max-width:700px;padding:50px}section.integration .wrap img{align-self:center;margin:50px;max-width:300px}section.integrations-selection,section.tags{background-color:var(--color-silver)}section.integrations-selection .integration-block,section.tags .integration-block{background-color:#fff;border-radius:12px;flex-direction:column;justify-content:space-between;margin:1rem 0;max-width:calc(33% - 2rem);padding:24px;text-align:center}section.integrations-selection .integration-block .image,section.tags .integration-block .image{margin:1rem 0}section.integrations-selection .integration-block .image img,section.tags .integration-block .image img{aspect-ratio:auto 188/70;width:188px}section.integrations-selection .integration-block .read-more a,section.tags .integration-block .read-more a{color:#000;float:right;font-weight:var(--font-weight--bold);margin:10px;-webkit-text-decoration:none;text-decoration:none}section.integrations-selection .integration-block .read-more a:hover,section.tags .integration-block .read-more a:hover{-webkit-text-decoration:underline;text-decoration:underline}section.integrations-selection .integration-block .read-more a:after,section.tags .integration-block .read-more a:after{content:"";font-family:dashicons}section.integrations-selection .integration-block .tags a,section.tags .integration-block .tags a{background-color:var(--color-gray);border-radius:5px;color:#000;display:inline-flex;font-size:var(--font-size--small);font-weight:400;margin:1rem;max-width:-moz-fit-content;max-width:fit-content;padding:10px;-webkit-text-decoration:none;text-decoration:none}section.integrations-selection .integration-block .tags a:hover,section.tags .integration-block .tags a:hover{transition:box-shadow .3s ease-in-out}@media(max-width:1024px){section.integrations-selection .integration-block,section.tags .integration-block{max-width:calc(50% - 2rem)}}@media(max-width:666px){section.integrations-selection .integration-block,section.tags .integration-block{max-width:100%}section.integrations-selection .intetags,section.tags .intetags{display:flex;flex-flow:column}section.integrations-selection .intetags .halfwidth,section.tags .intetags .halfwidth{justify-content:center;width:100%}}section.materials .material,section.topicals .material,section.wp-block-webinars .material{background-color:var(--color-gray);border-radius:12px;color:var(--color-darkest-gray);hyphens:auto;margin:20px;padding:20px;width:calc(33% - 40px);word-break:break-word}section.materials .material .content,section.topicals .material .content,section.wp-block-webinars .material .content{margin:40px 0}section.materials .material .image,section.topicals .material .image,section.wp-block-webinars .material .image{border-radius:12px;height:auto;margin:-20px;overflow:hidden}section.materials .material .image img,section.topicals .material .image img,section.wp-block-webinars .material .image img{max-height:250px;min-height:250px;object-fit:cover;object-position:center;width:100%}section.materials .material .external-link a,section.materials .material .internal-link a,section.topicals .material .external-link a,section.topicals .material .internal-link a,section.wp-block-webinars .material .external-link a,section.wp-block-webinars .material .internal-link a{color:#000;float:right;font-weight:var(--font-weight--bold);margin:10px;-webkit-text-decoration:none;text-decoration:none}section.materials .material .external-link a:hover,section.materials .material .internal-link a:hover,section.topicals .material .external-link a:hover,section.topicals .material .internal-link a:hover,section.wp-block-webinars .material .external-link a:hover,section.wp-block-webinars .material .internal-link a:hover{-webkit-text-decoration:underline;text-decoration:underline}section.materials .material .external-link a:after,section.materials .material .internal-link a:after,section.topicals .material .external-link a:after,section.topicals .material .internal-link a:after,section.wp-block-webinars .material .external-link a:after,section.wp-block-webinars .material .internal-link a:after{content:"";font-family:dashicons;margin-left:10px;vertical-align:middle}@media(max-width:1024px){section.materials .material,section.topicals .material,section.wp-block-webinars .material{width:calc(50% - 40px)}}@media(max-width:666px){section.materials .material,section.topicals .material,section.wp-block-webinars .material{width:100%}section.materials .material .image img,section.topicals .material .image img,section.wp-block-webinars .material .image img{object-fit:contain}}section.tags form{align-self:center}section.tags select{border:1px solid var(--color-8a8a8a);border-radius:5px;box-shadow:0 8px 16px #26262633;color:var(--color-6b6b6b);cursor:pointer;font-size:var(--font-size-basic);padding:16px;position:relative}section.tags select option{color:#000;padding:1rem}section.tags option:checked,section.tags option:hover{background-color:var(--color-gray);cursor:pointer}section.textarea{text-align:center}section.textarea .recommended{margin-top:100px}section.textarea .recommended img{height:100px;width:100px}section{color:var(--color-darkest-gray);font-size:var(--font-size--basic);padding:2rem 0}section .bg-blue{background-color:var(--color-signal-blue);color:#fff}section .bg-blue .btn .white a{color:#fff}section.wp-block-advertisment .ad-block{flex:1 0 calc(25% - 2rem);max-width:calc(48% - 2rem);word-break:break-word}@media(max-width:801px){section.wp-block-advertisment .ad-block{margin:25px 0;max-width:100%}}section.wp-block-anchor-links{margin:0}section.wp-block-anchor-links a{color:var(--color-dark-gray);margin:0 20px;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease-in-out 0s}section.wp-block-anchor-links a:hover{color:#000}section.wp-block-anchor-links .anchors{justify-content:center}section.wp-block-button{display:flex}section.wp-block-experiences{padding:0}section.wp-block-experiences .experiences-one,section.wp-block-experiences .experiences-two{padding:25px 0}section.wp-block-experiences .experiences-one:first-of-type,section.wp-block-experiences .experiences-two:first-of-type{padding:0}section.wp-block-experiences .experiences-one .wrap,section.wp-block-experiences .experiences-two .wrap{display:flex;flex-flow:row wrap;justify-content:center}section.wp-block-experiences .experiences-two{background-color:var(--color-gray)}section.wp-block-experiences .exp-one{display:flex;flex-flow:row wrap;margin:25px 0}section.wp-block-experiences .exp-one .left,section.wp-block-experiences .exp-one .right{display:flex;flex:1 1 auto;flex-flow:column wrap;height:100%;margin:25px auto;padding:20px;text-align:center;width:calc(50% - 2rem)}section.wp-block-experiences .exp-one .left img,section.wp-block-experiences .exp-one .right img{flex:1 1 auto;object-fit:cover;width:100%}section.wp-block-experiences .exp-one .left .logo,section.wp-block-experiences .exp-one .right .logo{align-self:center;object-fit:contain;width:250px}section.wp-block-experiences .exp-one .left a,section.wp-block-experiences .exp-one .right a{align-self:center}section.wp-block-experiences .exp-one:nth-child(2n){flex-flow:row-reverse}section.wp-block-experiences .exp-one:first-of-type{margin:0;padding:0}@media(max-width:1024px){section.wp-block-experiences .exp-one{flex-flow:column}section.wp-block-experiences .exp-one .left,section.wp-block-experiences .exp-one .right{width:100%}section.wp-block-experiences .exp-one:nth-child(2n){flex-flow:column}}@media(max-width:480px){section.wp-block-experiences .exp-one .left,section.wp-block-experiences .exp-one .right{padding:10px}}section.wp-block-experiences .exp-two{align-items:center;background-color:#fff;display:flex;flex-flow:column wrap;font-size:var(--font-size--basic);justify-content:space-between;margin:10px;padding:32px;text-align:center;width:calc(50% - 20px)}@media(max-width:801px){section.wp-block-experiences .exp-two{width:100%}}section.wp-block-experiences .logo{align-self:center;object-fit:contain;width:250px}section.wp-block-experiences .note{align-self:center;text-align:center;width:100%}section.wp-block-familiarize-l7 .familiarize{align-items:center;background-color:var(--color-signal-blue);color:#fff;display:flex;flex-flow:column wrap;margin:0 -25px;padding:50px;text-align:center}section.wp-block-familiarize-l7 .familiarize .btn{background-color:#fff;color:var(--color-signal-blue);max-width:-moz-fit-content;max-width:fit-content}section.wp-block-familiarize-l7 .familiarize .btn:hover{background-color:var(--color-gray);transition:all .3s ease-in-out 0s}section.wp-block-feedback .quote{box-shadow:0 3px 6px #00000029;color:var(--color-dark-gray);display:flex;flex-flow:row wrap;justify-content:space-between;margin:0 1rem;max-width:calc(25% - 2rem);padding:1.875em;width:100%}section.wp-block-feedback .quote .quote-header{color:#000;display:flex;flex-direction:row;font-size:var(--font-size--small);height:25%;justify-content:space-between;margin:3rem 0}section.wp-block-feedback .quote .quote-header img{border-radius:100%;height:80px;margin-right:2rem;width:80px}section.wp-block-feedback .quote .quote-text{height:75%}@media(max-width:1200px){section.wp-block-feedback .quote .quote-header{flex-flow:column}}@media(max-width:1024px){section.wp-block-feedback .quote{margin:1rem;max-width:calc(50% - 2rem)}section.wp-block-feedback .quote .quote-header{align-items:center;flex-flow:row wrap;justify-content:center;margin:6rem 0}section.wp-block-feedback .quote .quote-header img{margin:2rem}}@media(max-width:666px){section.wp-block-feedback .quote{margin:20px 0;max-width:100%}}section.wp-block-form{margin:100px 0}@media(max-width:480px){section.wp-block-form{margin:0;padding:50px 0}}section.banner,section.wp-block-image-and-text-banner{display:flex;flex-direction:column;height:820px;margin-top:0;width:100%}section.banner h1,section.wp-block-image-and-text-banner h1{font-size:var(--font-size--h3);line-height:1}section.banner.shorter,section.wp-block-image-and-text-banner.shorter{height:600px}section.banner .text-banner,section.wp-block-image-and-text-banner .text-banner{background-color:#fff;font-size:var(--font-size--large);padding:6rem;width:56%}@media(max-width:1024px){section.banner .text-banner,section.wp-block-image-and-text-banner .text-banner{display:flex;flex-flow:column;justify-content:center;text-align:center;width:100%}section.banner .text-banner .flex.flex-column,section.wp-block-image-and-text-banner .text-banner .flex.flex-column{align-items:center}}@media(max-width:480px){section.banner .text-banner,section.wp-block-image-and-text-banner .text-banner{padding:20px}}section.wp-block-keypoints .keypoints{display:flex;flex-wrap:wrap;justify-content:space-between;margin:25px 0}section.wp-block-keypoints .keypoints .keypoint-block{margin:20px 0;padding:20px}@media(max-width:801px){section.wp-block-keypoints .keypoints .keypoint-block{flex-flow:column;width:100%!important}section.wp-block-keypoints .keypoints .keypoint-block .image img{width:400px}}@media(max-width:480px){section.wp-block-keypoints .keypoints .keypoint-block{flex-flow:column;padding:10px}section.wp-block-keypoints .keypoints .keypoint-block .image img{padding:0 50px;width:-moz-fit-content;width:fit-content}}section.wp-block-keypoints .keypoints .shadow{box-shadow:2px 7px 15px 0 #8b8b8b33}section.wp-block-keypoints .keypoints .column-left{align-items:flex-start;margin:25px auto;padding:20px;width:33.33333%}@media(max-width:801px){section.wp-block-keypoints .keypoints .column-left{align-items:center}}section.wp-block-keypoints .keypoints .column-right{align-items:center;margin:auto;padding:20px;width:66.66667%}section.wp-block-keypoints .keypoints .column-right h5{margin-top:0}section.wp-block-keypoints .keypoints .column-right ul{margin:75px 0;text-align:left}section.wp-block-keypoints .keypoints .column-right ul li{display:flex;line-height:1.8;list-style-type:none;margin:10px}section.wp-block-keypoints .keypoints .column-right ul li:before{background-image:url(/app/themes/sage/public/images/icons/check.a3ee9a.svg);background-size:cover;content:"";display:inline-flex;height:20px;margin:10px;padding:10px;width:20px}@media(max-width:801px){section.wp-block-keypoints .keypoints .column-right{padding:0;width:100%}section.wp-block-keypoints .keypoints .column-right ul{margin:20px 0;padding:20px 0;word-break:break-word}section.wp-block-keypoints .keypoints .column-right ul li{margin:10px 0}}section.wp-block-keypoints .keypoints .image{aspect-ratio:1/1}section.wp-block-keypoints .keypoints .image.small{height:55px;width:55px}section.wp-block-keypoints .keypoints .image.default{max-width:150px;width:100%}section.wp-block-keypoints .keypoints .image.large{max-width:350px;width:100%}@media(max-width:801px){section.wp-block-keypoints .keypoints .image.large{max-width:400px}}section.wp-block-keypoints .keypoints .image img{height:auto;max-width:350px}@media(max-width:801px){section.wp-block-keypoints .keypoints .image img{max-width:400px}}section.wp-block-keypoints .keypoints .top{display:flex;flex-flow:column wrap;min-width:calc(33.33% - 2rem)}section.wp-block-keypoints .keypoints .top .column-left{display:flex;justify-content:center;margin:0 auto;width:100%}section.wp-block-keypoints .keypoints .top .column-left .image{aspect-ratio:unset;margin-top:50px}section.wp-block-keypoints .keypoints .top .column-right{margin:0 auto;padding:25px;width:100%}section.wp-block-keypoints .keypoints .top .column-right .keypoint{margin-top:40px}section.wp-block-logo-banner{margin:25px 0}section.wp-block-logo-banner .logo{max-height:75px}section.wp-block-personnel .personnel{display:flex;flex-wrap:wrap}section.wp-block-personnel .personnel .person{align-items:center;display:flex;flex-flow:column;margin:auto;padding:10px;width:calc(25% - 20px)}section.wp-block-personnel .personnel .person img{height:100%;margin:10px;max-height:150px;max-width:150px;width:100%}@media(max-width:801px){section.wp-block-personnel .personnel .person{text-align:center;width:calc(50% - 40px)}}@media(max-width:480px){section.wp-block-personnel .personnel .person{text-align:center;width:100%}}section.wp-block-sidebar .sidebar-content{display:table-cell;overflow:hidden;padding-right:20px;vertical-align:top;width:60%}section.wp-block-sidebar .sidebar-content img{height:auto;max-width:-moz-fit-content;max-width:fit-content;overflow:hidden;width:100%}section.wp-block-sidebar .sidebar{background-color:var(--color-gray);display:table-cell;padding:50px;width:30%}section.wp-block-sidebar .sidebar img{width:100%}section.wp-block-sidebar .sidebar .image img{max-width:300px}@media(max-width:1024px){section.wp-block-sidebar .sidebar,section.wp-block-sidebar .sidebar-content{width:100%}}section.wp-block-text,section.wp-block-text-and-image{color:var(--color-darkest-gray)}section.wp-block-text-and-image .text-content h1{line-height:1.2}section.wp-block-text-and-image .image{aspect-ratio:unset;width:100%}section.wp-block-text-and-image .image img{height:auto}section.wp-block-text-and-image .image.small{margin:auto}@media(max-width:801px){section.wp-block-text-and-image .flex-row-reverse{flex-flow:row}section.wp-block-text-and-image .text-image{flex-flow:column}section.wp-block-text-and-image .text-image .and,section.wp-block-text-and-image .text-image .text-content{align-items:center;width:100%}}section.wp-block-tool-block .blocks{display:flex;flex-flow:row wrap;justify-content:space-between;margin:25px 0}@media(max-width:666px){section.wp-block-tool-block .blocks{margin:0}}section.wp-block-tool-block .blocks .block{align-items:center;font-size:var(--font-size--basic);margin:10px;padding:32px;text-align:center}@media(max-width:666px){section.wp-block-tool-block .blocks .block{padding:0 10px}}section.wp-block-tool-block .blocks .block .image.small{height:auto;margin:0;min-height:80px;width:80px}section.wp-block-tool-block .blocks .block .image.medium{height:auto;margin:0;min-height:160px;width:160px}section.wp-block-tool-block .blocks .block .image.large{height:auto;margin:0;min-height:320px;width:320px}section.wp-block-tool-block .blocks .block.one{width:100%}section.wp-block-tool-block .blocks .block.two{width:calc(50% - 20px)}@media(max-width:666px){section.wp-block-tool-block .blocks .block.two{padding:20px 10px;width:100%}}section.wp-block-tool-block .blocks .block.three{width:calc(33.3333% - 20px)}@media(max-width:666px){section.wp-block-tool-block .blocks .block.three{padding:20px 10px;width:100%}}section.wp-block-tool-block .blocks .block.four{padding:20px 10px;width:calc(25% - 20px)}@media(max-width:1024px){section.wp-block-tool-block .blocks .block.four{padding:10px;width:calc(50% - 20px)}}@media(max-width:666px){section.wp-block-tool-block .blocks .block.four{width:100%}}.wp-block-quote{background-color:#0000;font-family:var(--font-family--basic);margin:auto;max-width:var(--wrap-default);padding:20px;width:100%}.wp-block-quote:before{background-image:url(/app/themes/sage/public/images/icons/quote.2f64d4.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-flex;height:50px;padding:10px;width:50px}