@charset "UTF-8";.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%}@media (max-width: 1200px){.container{max-width:calc(100% - 1.333rem)!important}}.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas:before,.far:before,.fab:before,.fa-solid:before,.fa-regular:before,.fa-brands:before,.fa:before{content:var(--fa)}.fa-classic,.fas,.fa-solid,.far,.fa-regular{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(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, .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-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-flip{animation-name: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-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1) 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)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{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{--fa: "0"}.fa-1{--fa: "1"}.fa-2{--fa: "2"}.fa-3{--fa: "3"}.fa-4{--fa: "4"}.fa-5{--fa: "5"}.fa-6{--fa: "6"}.fa-7{--fa: "7"}.fa-8{--fa: "8"}.fa-9{--fa: "9"}.fa-fill-drip{--fa: ""}.fa-arrows-to-circle{--fa: ""}.fa-circle-chevron-right,.fa-chevron-circle-right{--fa: ""}.fa-at{--fa: "@"}.fa-trash-can,.fa-trash-alt{--fa: ""}.fa-text-height{--fa: ""}.fa-user-xmark,.fa-user-times{--fa: ""}.fa-stethoscope{--fa: ""}.fa-message,.fa-comment-alt{--fa: ""}.fa-info{--fa: ""}.fa-down-left-and-up-right-to-center,.fa-compress-alt{--fa: ""}.fa-explosion{--fa: ""}.fa-file-lines,.fa-file-alt,.fa-file-text{--fa: ""}.fa-wave-square{--fa: ""}.fa-ring{--fa: ""}.fa-building-un{--fa: ""}.fa-dice-three{--fa: ""}.fa-calendar-days,.fa-calendar-alt{--fa: ""}.fa-anchor-circle-check{--fa: ""}.fa-building-circle-arrow-right{--fa: ""}.fa-volleyball,.fa-volleyball-ball{--fa: ""}.fa-arrows-up-to-line{--fa: ""}.fa-sort-down,.fa-sort-desc{--fa: ""}.fa-circle-minus,.fa-minus-circle{--fa: ""}.fa-door-open{--fa: ""}.fa-right-from-bracket,.fa-sign-out-alt{--fa: ""}.fa-atom{--fa: ""}.fa-soap{--fa: ""}.fa-icons,.fa-heart-music-camera-bolt{--fa: ""}.fa-microphone-lines-slash,.fa-microphone-alt-slash{--fa: ""}.fa-bridge-circle-check{--fa: ""}.fa-pump-medical{--fa: ""}.fa-fingerprint{--fa: ""}.fa-hand-point-right{--fa: ""}.fa-magnifying-glass-location,.fa-search-location{--fa: ""}.fa-forward-step,.fa-step-forward{--fa: ""}.fa-face-smile-beam,.fa-smile-beam{--fa: ""}.fa-flag-checkered{--fa: ""}.fa-football,.fa-football-ball{--fa: ""}.fa-school-circle-exclamation{--fa: ""}.fa-crop{--fa: ""}.fa-angles-down,.fa-angle-double-down{--fa: ""}.fa-users-rectangle{--fa: ""}.fa-people-roof{--fa: ""}.fa-people-line{--fa: ""}.fa-beer-mug-empty,.fa-beer{--fa: ""}.fa-diagram-predecessor{--fa: ""}.fa-arrow-up-long,.fa-long-arrow-up{--fa: ""}.fa-fire-flame-simple,.fa-burn{--fa: ""}.fa-person,.fa-male{--fa: ""}.fa-laptop{--fa: ""}.fa-file-csv{--fa: ""}.fa-menorah{--fa: ""}.fa-truck-plane{--fa: ""}.fa-record-vinyl{--fa: ""}.fa-face-grin-stars,.fa-grin-stars{--fa: ""}.fa-bong{--fa: ""}.fa-spaghetti-monster-flying,.fa-pastafarianism{--fa: ""}.fa-arrow-down-up-across-line{--fa: ""}.fa-spoon,.fa-utensil-spoon{--fa: ""}.fa-jar-wheat{--fa: ""}.fa-envelopes-bulk,.fa-mail-bulk{--fa: ""}.fa-file-circle-exclamation{--fa: ""}.fa-circle-h,.fa-hospital-symbol{--fa: ""}.fa-pager{--fa: ""}.fa-address-book,.fa-contact-book{--fa: ""}.fa-strikethrough{--fa: ""}.fa-k{--fa: "K"}.fa-landmark-flag{--fa: ""}.fa-pencil,.fa-pencil-alt{--fa: ""}.fa-backward{--fa: ""}.fa-caret-right{--fa: ""}.fa-comments{--fa: ""}.fa-paste,.fa-file-clipboard{--fa: ""}.fa-code-pull-request{--fa: ""}.fa-clipboard-list{--fa: ""}.fa-truck-ramp-box,.fa-truck-loading{--fa: ""}.fa-user-check{--fa: ""}.fa-vial-virus{--fa: ""}.fa-sheet-plastic{--fa: ""}.fa-blog{--fa: ""}.fa-user-ninja{--fa: ""}.fa-person-arrow-up-from-line{--fa: ""}.fa-scroll-torah,.fa-torah{--fa: ""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa: ""}.fa-toggle-off{--fa: ""}.fa-box-archive,.fa-archive{--fa: ""}.fa-person-drowning{--fa: ""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa: ""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa: ""}.fa-spray-can{--fa: ""}.fa-truck-monster{--fa: ""}.fa-w{--fa: "W"}.fa-earth-africa,.fa-globe-africa{--fa: ""}.fa-rainbow{--fa: ""}.fa-circle-notch{--fa: ""}.fa-tablet-screen-button,.fa-tablet-alt{--fa: ""}.fa-paw{--fa: ""}.fa-cloud{--fa: ""}.fa-trowel-bricks{--fa: ""}.fa-face-flushed,.fa-flushed{--fa: ""}.fa-hospital-user{--fa: ""}.fa-tent-arrow-left-right{--fa: ""}.fa-gavel,.fa-legal{--fa: ""}.fa-binoculars{--fa: ""}.fa-microphone-slash{--fa: ""}.fa-box-tissue{--fa: ""}.fa-motorcycle{--fa: ""}.fa-bell-concierge,.fa-concierge-bell{--fa: ""}.fa-pen-ruler,.fa-pencil-ruler{--fa: ""}.fa-people-arrows,.fa-people-arrows-left-right{--fa: ""}.fa-mars-and-venus-burst{--fa: ""}.fa-square-caret-right,.fa-caret-square-right{--fa: ""}.fa-scissors,.fa-cut{--fa: ""}.fa-sun-plant-wilt{--fa: ""}.fa-toilets-portable{--fa: ""}.fa-hockey-puck{--fa: ""}.fa-table{--fa: ""}.fa-magnifying-glass-arrow-right{--fa: ""}.fa-tachograph-digital,.fa-digital-tachograph{--fa: ""}.fa-users-slash{--fa: ""}.fa-clover{--fa: ""}.fa-reply,.fa-mail-reply{--fa: ""}.fa-star-and-crescent{--fa: ""}.fa-house-fire{--fa: ""}.fa-square-minus,.fa-minus-square{--fa: ""}.fa-helicopter{--fa: ""}.fa-compass{--fa: ""}.fa-square-caret-down,.fa-caret-square-down{--fa: ""}.fa-file-circle-question{--fa: ""}.fa-laptop-code{--fa: ""}.fa-swatchbook{--fa: ""}.fa-prescription-bottle{--fa: ""}.fa-bars,.fa-navicon{--fa: ""}.fa-people-group{--fa: ""}.fa-hourglass-end,.fa-hourglass-3{--fa: ""}.fa-heart-crack,.fa-heart-broken{--fa: ""}.fa-square-up-right,.fa-external-link-square-alt{--fa: ""}.fa-face-kiss-beam,.fa-kiss-beam{--fa: ""}.fa-film{--fa: ""}.fa-ruler-horizontal{--fa: ""}.fa-people-robbery{--fa: ""}.fa-lightbulb{--fa: ""}.fa-caret-left{--fa: ""}.fa-circle-exclamation,.fa-exclamation-circle{--fa: ""}.fa-school-circle-xmark{--fa: ""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa: ""}.fa-circle-chevron-down,.fa-chevron-circle-down{--fa: ""}.fa-unlock-keyhole,.fa-unlock-alt{--fa: ""}.fa-cloud-showers-heavy{--fa: ""}.fa-headphones-simple,.fa-headphones-alt{--fa: ""}.fa-sitemap{--fa: ""}.fa-circle-dollar-to-slot,.fa-donate{--fa: ""}.fa-memory{--fa: ""}.fa-road-spikes{--fa: ""}.fa-fire-burner{--fa: ""}.fa-flag{--fa: ""}.fa-hanukiah{--fa: ""}.fa-feather{--fa: ""}.fa-volume-low,.fa-volume-down{--fa: ""}.fa-comment-slash{--fa: ""}.fa-cloud-sun-rain{--fa: ""}.fa-compress{--fa: ""}.fa-wheat-awn,.fa-wheat-alt{--fa: ""}.fa-ankh{--fa: ""}.fa-hands-holding-child{--fa: ""}.fa-asterisk{--fa: "*"}.fa-square-check,.fa-check-square{--fa: ""}.fa-peseta-sign{--fa: ""}.fa-heading,.fa-header{--fa: ""}.fa-ghost{--fa: ""}.fa-list,.fa-list-squares{--fa: ""}.fa-square-phone-flip,.fa-phone-square-alt{--fa: ""}.fa-cart-plus{--fa: ""}.fa-gamepad{--fa: ""}.fa-circle-dot,.fa-dot-circle{--fa: ""}.fa-face-dizzy,.fa-dizzy{--fa: ""}.fa-egg{--fa: ""}.fa-house-medical-circle-xmark{--fa: ""}.fa-campground{--fa: ""}.fa-folder-plus{--fa: ""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa: ""}.fa-paintbrush,.fa-paint-brush{--fa: ""}.fa-lock{--fa: ""}.fa-gas-pump{--fa: ""}.fa-hot-tub-person,.fa-hot-tub{--fa: ""}.fa-map-location,.fa-map-marked{--fa: ""}.fa-house-flood-water{--fa: ""}.fa-tree{--fa: ""}.fa-bridge-lock{--fa: ""}.fa-sack-dollar{--fa: ""}.fa-pen-to-square,.fa-edit{--fa: ""}.fa-car-side{--fa: ""}.fa-share-nodes,.fa-share-alt{--fa: ""}.fa-heart-circle-minus{--fa: ""}.fa-hourglass-half,.fa-hourglass-2{--fa: ""}.fa-microscope{--fa: ""}.fa-sink{--fa: ""}.fa-bag-shopping,.fa-shopping-bag{--fa: ""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa: ""}.fa-mitten{--fa: ""}.fa-person-rays{--fa: ""}.fa-users{--fa: ""}.fa-eye-slash{--fa: ""}.fa-flask-vial{--fa: ""}.fa-hand,.fa-hand-paper{--fa: ""}.fa-om{--fa: ""}.fa-worm{--fa: ""}.fa-house-circle-xmark{--fa: ""}.fa-plug{--fa: ""}.fa-chevron-up{--fa: ""}.fa-hand-spock{--fa: ""}.fa-stopwatch{--fa: ""}.fa-face-kiss,.fa-kiss{--fa: ""}.fa-bridge-circle-xmark{--fa: ""}.fa-face-grin-tongue,.fa-grin-tongue{--fa: ""}.fa-chess-bishop{--fa: ""}.fa-face-grin-wink,.fa-grin-wink{--fa: ""}.fa-ear-deaf,.fa-deaf,.fa-deafness,.fa-hard-of-hearing{--fa: ""}.fa-road-circle-check{--fa: ""}.fa-dice-five{--fa: ""}.fa-square-rss,.fa-rss-square{--fa: ""}.fa-land-mine-on{--fa: ""}.fa-i-cursor{--fa: ""}.fa-stamp{--fa: ""}.fa-stairs{--fa: ""}.fa-i{--fa: "I"}.fa-hryvnia-sign,.fa-hryvnia{--fa: ""}.fa-pills{--fa: ""}.fa-face-grin-wide,.fa-grin-alt{--fa: ""}.fa-tooth{--fa: ""}.fa-v{--fa: "V"}.fa-bangladeshi-taka-sign{--fa: ""}.fa-bicycle{--fa: ""}.fa-staff-snake,.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius{--fa: ""}.fa-head-side-cough-slash{--fa: ""}.fa-truck-medical,.fa-ambulance{--fa: ""}.fa-wheat-awn-circle-exclamation{--fa: ""}.fa-snowman{--fa: ""}.fa-mortar-pestle{--fa: ""}.fa-road-barrier{--fa: ""}.fa-school{--fa: ""}.fa-igloo{--fa: ""}.fa-joint{--fa: ""}.fa-angle-right{--fa: ""}.fa-horse{--fa: ""}.fa-q{--fa: "Q"}.fa-g{--fa: "G"}.fa-notes-medical{--fa: ""}.fa-temperature-half,.fa-temperature-2,.fa-thermometer-2,.fa-thermometer-half{--fa: ""}.fa-dong-sign{--fa: ""}.fa-capsules{--fa: ""}.fa-poo-storm,.fa-poo-bolt{--fa: ""}.fa-face-frown-open,.fa-frown-open{--fa: ""}.fa-hand-point-up{--fa: ""}.fa-money-bill{--fa: ""}.fa-bookmark{--fa: ""}.fa-align-justify{--fa: ""}.fa-umbrella-beach{--fa: ""}.fa-helmet-un{--fa: ""}.fa-bullseye{--fa: ""}.fa-bacon{--fa: ""}.fa-hand-point-down{--fa: ""}.fa-arrow-up-from-bracket{--fa: ""}.fa-folder,.fa-folder-blank{--fa: ""}.fa-file-waveform,.fa-file-medical-alt{--fa: ""}.fa-radiation{--fa: ""}.fa-chart-simple{--fa: ""}.fa-mars-stroke{--fa: ""}.fa-vial{--fa: ""}.fa-gauge,.fa-dashboard,.fa-gauge-med,.fa-tachometer-alt-average{--fa: ""}.fa-wand-magic-sparkles,.fa-magic-wand-sparkles{--fa: ""}.fa-e{--fa: "E"}.fa-pen-clip,.fa-pen-alt{--fa: ""}.fa-bridge-circle-exclamation{--fa: ""}.fa-user{--fa: ""}.fa-school-circle-check{--fa: ""}.fa-dumpster{--fa: ""}.fa-van-shuttle,.fa-shuttle-van{--fa: ""}.fa-building-user{--fa: ""}.fa-square-caret-left,.fa-caret-square-left{--fa: ""}.fa-highlighter{--fa: ""}.fa-key{--fa: ""}.fa-bullhorn{--fa: ""}.fa-globe{--fa: ""}.fa-synagogue{--fa: ""}.fa-person-half-dress{--fa: ""}.fa-road-bridge{--fa: ""}.fa-location-arrow{--fa: ""}.fa-c{--fa: "C"}.fa-tablet-button{--fa: ""}.fa-building-lock{--fa: ""}.fa-pizza-slice{--fa: ""}.fa-money-bill-wave{--fa: ""}.fa-chart-area,.fa-area-chart{--fa: ""}.fa-house-flag{--fa: ""}.fa-person-circle-minus{--fa: ""}.fa-ban,.fa-cancel{--fa: ""}.fa-camera-rotate{--fa: ""}.fa-spray-can-sparkles,.fa-air-freshener{--fa: ""}.fa-star{--fa: ""}.fa-repeat{--fa: ""}.fa-cross{--fa: ""}.fa-box{--fa: ""}.fa-venus-mars{--fa: ""}.fa-arrow-pointer,.fa-mouse-pointer{--fa: ""}.fa-maximize,.fa-expand-arrows-alt{--fa: ""}.fa-charging-station{--fa: ""}.fa-shapes,.fa-triangle-circle-square{--fa: ""}.fa-shuffle,.fa-random{--fa: ""}.fa-person-running,.fa-running{--fa: ""}.fa-mobile-retro{--fa: ""}.fa-grip-lines-vertical{--fa: ""}.fa-spider{--fa: ""}.fa-hands-bound{--fa: ""}.fa-file-invoice-dollar{--fa: ""}.fa-plane-circle-exclamation{--fa: ""}.fa-x-ray{--fa: ""}.fa-spell-check{--fa: ""}.fa-slash{--fa: ""}.fa-computer-mouse,.fa-mouse{--fa: ""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa: ""}.fa-shop-slash,.fa-store-alt-slash{--fa: ""}.fa-server{--fa: ""}.fa-virus-covid-slash{--fa: ""}.fa-shop-lock{--fa: ""}.fa-hourglass-start,.fa-hourglass-1{--fa: ""}.fa-blender-phone{--fa: ""}.fa-building-wheat{--fa: ""}.fa-person-breastfeeding{--fa: ""}.fa-right-to-bracket,.fa-sign-in-alt{--fa: ""}.fa-venus{--fa: ""}.fa-passport{--fa: ""}.fa-thumbtack-slash,.fa-thumb-tack-slash{--fa: ""}.fa-heart-pulse,.fa-heartbeat{--fa: ""}.fa-people-carry-box,.fa-people-carry{--fa: ""}.fa-temperature-high{--fa: ""}.fa-microchip{--fa: ""}.fa-crown{--fa: ""}.fa-weight-hanging{--fa: ""}.fa-xmarks-lines{--fa: ""}.fa-file-prescription{--fa: ""}.fa-weight-scale,.fa-weight{--fa: ""}.fa-user-group,.fa-user-friends{--fa: ""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa: ""}.fa-chess-knight{--fa: ""}.fa-face-laugh-squint,.fa-laugh-squint{--fa: ""}.fa-wheelchair{--fa: ""}.fa-circle-arrow-up,.fa-arrow-circle-up{--fa: ""}.fa-toggle-on{--fa: ""}.fa-person-walking,.fa-walking{--fa: ""}.fa-l{--fa: "L"}.fa-fire{--fa: ""}.fa-bed-pulse,.fa-procedures{--fa: ""}.fa-shuttle-space,.fa-space-shuttle{--fa: ""}.fa-face-laugh,.fa-laugh{--fa: ""}.fa-folder-open{--fa: ""}.fa-heart-circle-plus{--fa: ""}.fa-code-fork{--fa: ""}.fa-city{--fa: ""}.fa-microphone-lines,.fa-microphone-alt{--fa: ""}.fa-pepper-hot{--fa: ""}.fa-unlock{--fa: ""}.fa-colon-sign{--fa: ""}.fa-headset{--fa: ""}.fa-store-slash{--fa: ""}.fa-road-circle-xmark{--fa: ""}.fa-user-minus{--fa: ""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa: ""}.fa-champagne-glasses,.fa-glass-cheers{--fa: ""}.fa-clipboard{--fa: ""}.fa-house-circle-exclamation{--fa: ""}.fa-file-arrow-up,.fa-file-upload{--fa: ""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa: ""}.fa-bath,.fa-bathtub{--fa: ""}.fa-underline{--fa: ""}.fa-user-pen,.fa-user-edit{--fa: ""}.fa-signature{--fa: ""}.fa-stroopwafel{--fa: ""}.fa-bold{--fa: ""}.fa-anchor-lock{--fa: ""}.fa-building-ngo{--fa: ""}.fa-manat-sign{--fa: ""}.fa-not-equal{--fa: ""}.fa-border-top-left,.fa-border-style{--fa: ""}.fa-map-location-dot,.fa-map-marked-alt{--fa: ""}.fa-jedi{--fa: ""}.fa-square-poll-vertical,.fa-poll{--fa: ""}.fa-mug-hot{--fa: ""}.fa-car-battery,.fa-battery-car{--fa: ""}.fa-gift{--fa: ""}.fa-dice-two{--fa: ""}.fa-chess-queen{--fa: ""}.fa-glasses{--fa: ""}.fa-chess-board{--fa: ""}.fa-building-circle-check{--fa: ""}.fa-person-chalkboard{--fa: ""}.fa-mars-stroke-right,.fa-mars-stroke-h{--fa: ""}.fa-hand-back-fist,.fa-hand-rock{--fa: ""}.fa-square-caret-up,.fa-caret-square-up{--fa: ""}.fa-cloud-showers-water{--fa: ""}.fa-chart-bar,.fa-bar-chart{--fa: ""}.fa-hands-bubbles,.fa-hands-wash{--fa: ""}.fa-less-than-equal{--fa: ""}.fa-train{--fa: ""}.fa-eye-low-vision,.fa-low-vision{--fa: ""}.fa-crow{--fa: ""}.fa-sailboat{--fa: ""}.fa-window-restore{--fa: ""}.fa-square-plus,.fa-plus-square{--fa: ""}.fa-torii-gate{--fa: ""}.fa-frog{--fa: ""}.fa-bucket{--fa: ""}.fa-image{--fa: ""}.fa-microphone{--fa: ""}.fa-cow{--fa: ""}.fa-caret-up{--fa: ""}.fa-screwdriver{--fa: ""}.fa-folder-closed{--fa: ""}.fa-house-tsunami{--fa: ""}.fa-square-nfi{--fa: ""}.fa-arrow-up-from-ground-water{--fa: ""}.fa-martini-glass,.fa-glass-martini-alt{--fa: ""}.fa-square-binary{--fa: ""}.fa-rotate-left,.fa-rotate-back,.fa-rotate-backward,.fa-undo-alt{--fa: ""}.fa-table-columns,.fa-columns{--fa: ""}.fa-lemon{--fa: ""}.fa-head-side-mask{--fa: ""}.fa-handshake{--fa: ""}.fa-gem{--fa: ""}.fa-dolly,.fa-dolly-box{--fa: ""}.fa-smoking{--fa: ""}.fa-minimize,.fa-compress-arrows-alt{--fa: ""}.fa-monument{--fa: ""}.fa-snowplow{--fa: ""}.fa-angles-right,.fa-angle-double-right{--fa: ""}.fa-cannabis{--fa: ""}.fa-circle-play,.fa-play-circle{--fa: ""}.fa-tablets{--fa: ""}.fa-ethernet{--fa: ""}.fa-euro-sign,.fa-eur,.fa-euro{--fa: ""}.fa-chair{--fa: ""}.fa-circle-check,.fa-check-circle{--fa: ""}.fa-circle-stop,.fa-stop-circle{--fa: ""}.fa-compass-drafting,.fa-drafting-compass{--fa: ""}.fa-plate-wheat{--fa: ""}.fa-icicles{--fa: ""}.fa-person-shelter{--fa: ""}.fa-neuter{--fa: ""}.fa-id-badge{--fa: ""}.fa-marker{--fa: ""}.fa-face-laugh-beam,.fa-laugh-beam{--fa: ""}.fa-helicopter-symbol{--fa: ""}.fa-universal-access{--fa: ""}.fa-circle-chevron-up,.fa-chevron-circle-up{--fa: ""}.fa-lari-sign{--fa: ""}.fa-volcano{--fa: ""}.fa-person-walking-dashed-line-arrow-right{--fa: ""}.fa-sterling-sign,.fa-gbp,.fa-pound-sign{--fa: ""}.fa-viruses{--fa: ""}.fa-square-person-confined{--fa: ""}.fa-user-tie{--fa: ""}.fa-arrow-down-long,.fa-long-arrow-down{--fa: ""}.fa-tent-arrow-down-to-line{--fa: ""}.fa-certificate{--fa: ""}.fa-reply-all,.fa-mail-reply-all{--fa: ""}.fa-suitcase{--fa: ""}.fa-person-skating,.fa-skating{--fa: ""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa: ""}.fa-camera-retro{--fa: ""}.fa-circle-arrow-down,.fa-arrow-circle-down{--fa: ""}.fa-file-import,.fa-arrow-right-to-file{--fa: ""}.fa-square-arrow-up-right,.fa-external-link-square{--fa: ""}.fa-box-open{--fa: ""}.fa-scroll{--fa: ""}.fa-spa{--fa: ""}.fa-location-pin-lock{--fa: ""}.fa-pause{--fa: ""}.fa-hill-avalanche{--fa: ""}.fa-temperature-empty,.fa-temperature-0,.fa-thermometer-0,.fa-thermometer-empty{--fa: ""}.fa-bomb{--fa: ""}.fa-registered{--fa: ""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa: ""}.fa-scale-unbalanced-flip,.fa-balance-scale-right{--fa: ""}.fa-subscript{--fa: ""}.fa-diamond-turn-right,.fa-directions{--fa: ""}.fa-burst{--fa: ""}.fa-house-laptop,.fa-laptop-house{--fa: ""}.fa-face-tired,.fa-tired{--fa: ""}.fa-money-bills{--fa: ""}.fa-smog{--fa: ""}.fa-crutch{--fa: ""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa: ""}.fa-palette{--fa: ""}.fa-arrows-turn-right{--fa: ""}.fa-vest{--fa: ""}.fa-ferry{--fa: ""}.fa-arrows-down-to-people{--fa: ""}.fa-seedling,.fa-sprout{--fa: ""}.fa-left-right,.fa-arrows-alt-h{--fa: ""}.fa-boxes-packing{--fa: ""}.fa-circle-arrow-left,.fa-arrow-circle-left{--fa: ""}.fa-group-arrows-rotate{--fa: ""}.fa-bowl-food{--fa: ""}.fa-candy-cane{--fa: ""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa: ""}.fa-cloud-bolt,.fa-thunderstorm{--fa: ""}.fa-text-slash,.fa-remove-format{--fa: ""}.fa-face-smile-wink,.fa-smile-wink{--fa: ""}.fa-file-word{--fa: ""}.fa-file-powerpoint{--fa: ""}.fa-arrows-left-right,.fa-arrows-h{--fa: ""}.fa-house-lock{--fa: ""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa: ""}.fa-children{--fa: ""}.fa-chalkboard,.fa-blackboard{--fa: ""}.fa-user-large-slash,.fa-user-alt-slash{--fa: ""}.fa-envelope-open{--fa: ""}.fa-handshake-simple-slash,.fa-handshake-alt-slash{--fa: ""}.fa-mattress-pillow{--fa: ""}.fa-guarani-sign{--fa: ""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa: ""}.fa-fire-extinguisher{--fa: ""}.fa-cruzeiro-sign{--fa: ""}.fa-greater-than-equal{--fa: ""}.fa-shield-halved,.fa-shield-alt{--fa: ""}.fa-book-atlas,.fa-atlas{--fa: ""}.fa-virus{--fa: ""}.fa-envelope-circle-check{--fa: ""}.fa-layer-group{--fa: ""}.fa-arrows-to-dot{--fa: ""}.fa-archway{--fa: ""}.fa-heart-circle-check{--fa: ""}.fa-house-chimney-crack,.fa-house-damage{--fa: ""}.fa-file-zipper,.fa-file-archive{--fa: ""}.fa-square{--fa: ""}.fa-martini-glass-empty,.fa-glass-martini{--fa: ""}.fa-couch{--fa: ""}.fa-cedi-sign{--fa: ""}.fa-italic{--fa: ""}.fa-table-cells-column-lock{--fa: ""}.fa-church{--fa: ""}.fa-comments-dollar{--fa: ""}.fa-democrat{--fa: ""}.fa-z{--fa: "Z"}.fa-person-skiing,.fa-skiing{--fa: ""}.fa-road-lock{--fa: ""}.fa-a{--fa: "A"}.fa-temperature-arrow-down,.fa-temperature-down{--fa: ""}.fa-feather-pointed,.fa-feather-alt{--fa: ""}.fa-p{--fa: "P"}.fa-snowflake{--fa: ""}.fa-newspaper{--fa: ""}.fa-rectangle-ad,.fa-ad{--fa: ""}.fa-circle-arrow-right,.fa-arrow-circle-right{--fa: ""}.fa-filter-circle-xmark{--fa: ""}.fa-locust{--fa: ""}.fa-sort,.fa-unsorted{--fa: ""}.fa-list-ol,.fa-list-1-2,.fa-list-numeric{--fa: ""}.fa-person-dress-burst{--fa: ""}.fa-money-check-dollar,.fa-money-check-alt{--fa: ""}.fa-vector-square{--fa: ""}.fa-bread-slice{--fa: ""}.fa-language{--fa: ""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa: ""}.fa-filter{--fa: ""}.fa-question{--fa: "?"}.fa-file-signature{--fa: ""}.fa-up-down-left-right,.fa-arrows-alt{--fa: ""}.fa-house-chimney-user{--fa: ""}.fa-hand-holding-heart{--fa: ""}.fa-puzzle-piece{--fa: ""}.fa-money-check{--fa: ""}.fa-star-half-stroke,.fa-star-half-alt{--fa: ""}.fa-code{--fa: ""}.fa-whiskey-glass,.fa-glass-whiskey{--fa: ""}.fa-building-circle-exclamation{--fa: ""}.fa-magnifying-glass-chart{--fa: ""}.fa-arrow-up-right-from-square,.fa-external-link{--fa: ""}.fa-cubes-stacked{--fa: ""}.fa-won-sign,.fa-krw,.fa-won{--fa: ""}.fa-virus-covid{--fa: ""}.fa-austral-sign{--fa: ""}.fa-f{--fa: "F"}.fa-leaf{--fa: ""}.fa-road{--fa: ""}.fa-taxi,.fa-cab{--fa: ""}.fa-person-circle-plus{--fa: ""}.fa-chart-pie,.fa-pie-chart{--fa: ""}.fa-bolt-lightning{--fa: ""}.fa-sack-xmark{--fa: ""}.fa-file-excel{--fa: ""}.fa-file-contract{--fa: ""}.fa-fish-fins{--fa: ""}.fa-building-flag{--fa: ""}.fa-face-grin-beam,.fa-grin-beam{--fa: ""}.fa-object-ungroup{--fa: ""}.fa-poop{--fa: ""}.fa-location-pin,.fa-map-marker{--fa: ""}.fa-kaaba{--fa: ""}.fa-toilet-paper{--fa: ""}.fa-helmet-safety,.fa-hard-hat,.fa-hat-hard{--fa: ""}.fa-eject{--fa: ""}.fa-circle-right,.fa-arrow-alt-circle-right{--fa: ""}.fa-plane-circle-check{--fa: ""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa: ""}.fa-object-group{--fa: ""}.fa-chart-line,.fa-line-chart{--fa: ""}.fa-mask-ventilator{--fa: ""}.fa-arrow-right{--fa: ""}.fa-signs-post,.fa-map-signs{--fa: ""}.fa-cash-register{--fa: ""}.fa-person-circle-question{--fa: ""}.fa-h{--fa: "H"}.fa-tarp{--fa: ""}.fa-screwdriver-wrench,.fa-tools{--fa: ""}.fa-arrows-to-eye{--fa: ""}.fa-plug-circle-bolt{--fa: ""}.fa-heart{--fa: ""}.fa-mars-and-venus{--fa: ""}.fa-house-user,.fa-home-user{--fa: ""}.fa-dumpster-fire{--fa: ""}.fa-house-crack{--fa: ""}.fa-martini-glass-citrus,.fa-cocktail{--fa: ""}.fa-face-surprise,.fa-surprise{--fa: ""}.fa-bottle-water{--fa: ""}.fa-circle-pause,.fa-pause-circle{--fa: ""}.fa-toilet-paper-slash{--fa: ""}.fa-apple-whole,.fa-apple-alt{--fa: ""}.fa-kitchen-set{--fa: ""}.fa-r{--fa: "R"}.fa-temperature-quarter,.fa-temperature-1,.fa-thermometer-1,.fa-thermometer-quarter{--fa: ""}.fa-cube{--fa: ""}.fa-bitcoin-sign{--fa: ""}.fa-shield-dog{--fa: ""}.fa-solar-panel{--fa: ""}.fa-lock-open{--fa: ""}.fa-elevator{--fa: ""}.fa-money-bill-transfer{--fa: ""}.fa-money-bill-trend-up{--fa: ""}.fa-house-flood-water-circle-arrow-right{--fa: ""}.fa-square-poll-horizontal,.fa-poll-h{--fa: ""}.fa-circle{--fa: ""}.fa-backward-fast,.fa-fast-backward{--fa: ""}.fa-recycle{--fa: ""}.fa-user-astronaut{--fa: ""}.fa-plane-slash{--fa: ""}.fa-trademark{--fa: ""}.fa-basketball,.fa-basketball-ball{--fa: ""}.fa-satellite-dish{--fa: ""}.fa-circle-up,.fa-arrow-alt-circle-up{--fa: ""}.fa-mobile-screen-button,.fa-mobile-alt{--fa: ""}.fa-volume-high,.fa-volume-up{--fa: ""}.fa-users-rays{--fa: ""}.fa-wallet{--fa: ""}.fa-clipboard-check{--fa: ""}.fa-file-audio{--fa: ""}.fa-burger,.fa-hamburger{--fa: ""}.fa-wrench{--fa: ""}.fa-bugs{--fa: ""}.fa-rupee-sign,.fa-rupee{--fa: ""}.fa-file-image{--fa: ""}.fa-circle-question,.fa-question-circle{--fa: ""}.fa-plane-departure{--fa: ""}.fa-handshake-slash{--fa: ""}.fa-book-bookmark{--fa: ""}.fa-code-branch{--fa: ""}.fa-hat-cowboy{--fa: ""}.fa-bridge{--fa: ""}.fa-phone-flip,.fa-phone-alt{--fa: ""}.fa-truck-front{--fa: ""}.fa-cat{--fa: ""}.fa-anchor-circle-exclamation{--fa: ""}.fa-truck-field{--fa: ""}.fa-route{--fa: ""}.fa-clipboard-question{--fa: ""}.fa-panorama{--fa: ""}.fa-comment-medical{--fa: ""}.fa-teeth-open{--fa: ""}.fa-file-circle-minus{--fa: ""}.fa-tags{--fa: ""}.fa-wine-glass{--fa: ""}.fa-forward-fast,.fa-fast-forward{--fa: ""}.fa-face-meh-blank,.fa-meh-blank{--fa: ""}.fa-square-parking,.fa-parking{--fa: ""}.fa-house-signal{--fa: ""}.fa-bars-progress,.fa-tasks-alt{--fa: ""}.fa-faucet-drip{--fa: ""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa: ""}.fa-ban-smoking,.fa-smoking-ban{--fa: ""}.fa-terminal{--fa: ""}.fa-mobile-button{--fa: ""}.fa-house-medical-flag{--fa: ""}.fa-basket-shopping,.fa-shopping-basket{--fa: ""}.fa-tape{--fa: ""}.fa-bus-simple,.fa-bus-alt{--fa: ""}.fa-eye{--fa: ""}.fa-face-sad-cry,.fa-sad-cry{--fa: ""}.fa-audio-description{--fa: ""}.fa-person-military-to-person{--fa: ""}.fa-file-shield{--fa: ""}.fa-user-slash{--fa: ""}.fa-pen{--fa: ""}.fa-tower-observation{--fa: ""}.fa-file-code{--fa: ""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa: ""}.fa-bus{--fa: ""}.fa-heart-circle-xmark{--fa: ""}.fa-house-chimney,.fa-home-lg{--fa: ""}.fa-window-maximize{--fa: ""}.fa-face-frown,.fa-frown{--fa: ""}.fa-prescription{--fa: ""}.fa-shop,.fa-store-alt{--fa: ""}.fa-floppy-disk,.fa-save{--fa: ""}.fa-vihara{--fa: ""}.fa-scale-unbalanced,.fa-balance-scale-left{--fa: ""}.fa-sort-up,.fa-sort-asc{--fa: ""}.fa-comment-dots,.fa-commenting{--fa: ""}.fa-plant-wilt{--fa: ""}.fa-diamond{--fa: ""}.fa-face-grin-squint,.fa-grin-squint{--fa: ""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa: ""}.fa-chart-diagram{--fa: ""}.fa-bacterium{--fa: ""}.fa-hand-pointer{--fa: ""}.fa-drum-steelpan{--fa: ""}.fa-hand-scissors{--fa: ""}.fa-hands-praying,.fa-praying-hands{--fa: ""}.fa-arrow-rotate-right,.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-redo{--fa: ""}.fa-biohazard{--fa: ""}.fa-location-crosshairs,.fa-location{--fa: ""}.fa-mars-double{--fa: ""}.fa-child-dress{--fa: ""}.fa-users-between-lines{--fa: ""}.fa-lungs-virus{--fa: ""}.fa-face-grin-tears,.fa-grin-tears{--fa: ""}.fa-phone{--fa: ""}.fa-calendar-xmark,.fa-calendar-times{--fa: ""}.fa-child-reaching{--fa: ""}.fa-head-side-virus{--fa: ""}.fa-user-gear,.fa-user-cog{--fa: ""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa: ""}.fa-door-closed{--fa: ""}.fa-shield-virus{--fa: ""}.fa-dice-six{--fa: ""}.fa-mosquito-net{--fa: ""}.fa-file-fragment{--fa: ""}.fa-bridge-water{--fa: ""}.fa-person-booth{--fa: ""}.fa-text-width{--fa: ""}.fa-hat-wizard{--fa: ""}.fa-pen-fancy{--fa: ""}.fa-person-digging,.fa-digging{--fa: ""}.fa-trash{--fa: ""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa: ""}.fa-book-medical{--fa: ""}.fa-poo{--fa: ""}.fa-quote-right,.fa-quote-right-alt{--fa: ""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa: ""}.fa-cubes{--fa: ""}.fa-divide{--fa: ""}.fa-tenge-sign,.fa-tenge{--fa: ""}.fa-headphones{--fa: ""}.fa-hands-holding{--fa: ""}.fa-hands-clapping{--fa: ""}.fa-republican{--fa: ""}.fa-arrow-left{--fa: ""}.fa-person-circle-xmark{--fa: ""}.fa-ruler{--fa: ""}.fa-align-left{--fa: ""}.fa-dice-d6{--fa: ""}.fa-restroom{--fa: ""}.fa-j{--fa: "J"}.fa-users-viewfinder{--fa: ""}.fa-file-video{--fa: ""}.fa-up-right-from-square,.fa-external-link-alt{--fa: ""}.fa-table-cells,.fa-th{--fa: ""}.fa-file-pdf{--fa: ""}.fa-book-bible,.fa-bible{--fa: ""}.fa-o{--fa: "O"}.fa-suitcase-medical,.fa-medkit{--fa: ""}.fa-user-secret{--fa: ""}.fa-otter{--fa: ""}.fa-person-dress,.fa-female{--fa: ""}.fa-comment-dollar{--fa: ""}.fa-business-time,.fa-briefcase-clock{--fa: ""}.fa-table-cells-large,.fa-th-large{--fa: ""}.fa-book-tanakh,.fa-tanakh{--fa: ""}.fa-phone-volume,.fa-volume-control-phone{--fa: ""}.fa-hat-cowboy-side{--fa: ""}.fa-clipboard-user{--fa: ""}.fa-child{--fa: ""}.fa-lira-sign{--fa: ""}.fa-satellite{--fa: ""}.fa-plane-lock{--fa: ""}.fa-tag{--fa: ""}.fa-comment{--fa: ""}.fa-cake-candles,.fa-birthday-cake,.fa-cake{--fa: ""}.fa-envelope{--fa: ""}.fa-angles-up,.fa-angle-double-up{--fa: ""}.fa-paperclip{--fa: ""}.fa-arrow-right-to-city{--fa: ""}.fa-ribbon{--fa: ""}.fa-lungs{--fa: ""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa: ""}.fa-litecoin-sign{--fa: ""}.fa-border-none{--fa: ""}.fa-circle-nodes{--fa: ""}.fa-parachute-box{--fa: ""}.fa-indent{--fa: ""}.fa-truck-field-un{--fa: ""}.fa-hourglass,.fa-hourglass-empty{--fa: ""}.fa-mountain{--fa: ""}.fa-user-doctor,.fa-user-md{--fa: ""}.fa-circle-info,.fa-info-circle{--fa: ""}.fa-cloud-meatball{--fa: ""}.fa-camera,.fa-camera-alt{--fa: ""}.fa-square-virus{--fa: ""}.fa-meteor{--fa: ""}.fa-car-on{--fa: ""}.fa-sleigh{--fa: ""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa: ""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa: ""}.fa-water{--fa: ""}.fa-calendar-check{--fa: ""}.fa-braille{--fa: ""}.fa-prescription-bottle-medical,.fa-prescription-bottle-alt{--fa: ""}.fa-landmark{--fa: ""}.fa-truck{--fa: ""}.fa-crosshairs{--fa: ""}.fa-person-cane{--fa: ""}.fa-tent{--fa: ""}.fa-vest-patches{--fa: ""}.fa-check-double{--fa: ""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa: ""}.fa-money-bill-wheat{--fa: ""}.fa-cookie{--fa: ""}.fa-arrow-rotate-left,.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-undo{--fa: ""}.fa-hard-drive,.fa-hdd{--fa: ""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa: ""}.fa-dumbbell{--fa: ""}.fa-rectangle-list,.fa-list-alt{--fa: ""}.fa-tarp-droplet{--fa: ""}.fa-house-medical-circle-check{--fa: ""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa: ""}.fa-calendar-plus{--fa: ""}.fa-plane-arrival{--fa: ""}.fa-circle-left,.fa-arrow-alt-circle-left{--fa: ""}.fa-train-subway,.fa-subway{--fa: ""}.fa-chart-gantt{--fa: ""}.fa-indian-rupee-sign,.fa-indian-rupee,.fa-inr{--fa: ""}.fa-crop-simple,.fa-crop-alt{--fa: ""}.fa-money-bill-1,.fa-money-bill-alt{--fa: ""}.fa-left-long,.fa-long-arrow-alt-left{--fa: ""}.fa-dna{--fa: ""}.fa-virus-slash{--fa: ""}.fa-minus,.fa-subtract{--fa: ""}.fa-chess{--fa: ""}.fa-arrow-left-long,.fa-long-arrow-left{--fa: ""}.fa-plug-circle-check{--fa: ""}.fa-street-view{--fa: ""}.fa-franc-sign{--fa: ""}.fa-volume-off{--fa: ""}.fa-hands-asl-interpreting,.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting{--fa: ""}.fa-gear,.fa-cog{--fa: ""}.fa-droplet-slash,.fa-tint-slash{--fa: ""}.fa-mosque{--fa: ""}.fa-mosquito{--fa: ""}.fa-star-of-david{--fa: ""}.fa-person-military-rifle{--fa: ""}.fa-cart-shopping,.fa-shopping-cart{--fa: ""}.fa-vials{--fa: ""}.fa-plug-circle-plus{--fa: ""}.fa-place-of-worship{--fa: ""}.fa-grip-vertical{--fa: ""}.fa-hexagon-nodes{--fa: ""}.fa-arrow-turn-up,.fa-level-up{--fa: ""}.fa-u{--fa: "U"}.fa-square-root-variable,.fa-square-root-alt{--fa: ""}.fa-clock,.fa-clock-four{--fa: ""}.fa-backward-step,.fa-step-backward{--fa: ""}.fa-pallet{--fa: ""}.fa-faucet{--fa: ""}.fa-baseball-bat-ball{--fa: ""}.fa-s{--fa: "S"}.fa-timeline{--fa: ""}.fa-keyboard{--fa: ""}.fa-caret-down{--fa: ""}.fa-house-chimney-medical,.fa-clinic-medical{--fa: ""}.fa-temperature-three-quarters,.fa-temperature-3,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa: ""}.fa-mobile-screen,.fa-mobile-android-alt{--fa: ""}.fa-plane-up{--fa: ""}.fa-piggy-bank{--fa: ""}.fa-battery-half,.fa-battery-3{--fa: ""}.fa-mountain-city{--fa: ""}.fa-coins{--fa: ""}.fa-khanda{--fa: ""}.fa-sliders,.fa-sliders-h{--fa: ""}.fa-folder-tree{--fa: ""}.fa-network-wired{--fa: ""}.fa-map-pin{--fa: ""}.fa-hamsa{--fa: ""}.fa-cent-sign{--fa: ""}.fa-flask{--fa: ""}.fa-person-pregnant{--fa: ""}.fa-wand-sparkles{--fa: ""}.fa-ellipsis-vertical,.fa-ellipsis-v{--fa: ""}.fa-ticket{--fa: ""}.fa-power-off{--fa: ""}.fa-right-long,.fa-long-arrow-alt-right{--fa: ""}.fa-flag-usa{--fa: ""}.fa-laptop-file{--fa: ""}.fa-tty,.fa-teletype{--fa: ""}.fa-diagram-next{--fa: ""}.fa-person-rifle{--fa: ""}.fa-house-medical-circle-exclamation{--fa: ""}.fa-closed-captioning{--fa: ""}.fa-person-hiking,.fa-hiking{--fa: ""}.fa-venus-double{--fa: ""}.fa-images{--fa: ""}.fa-calculator{--fa: ""}.fa-people-pulling{--fa: ""}.fa-n{--fa: "N"}.fa-cable-car,.fa-tram{--fa: ""}.fa-cloud-rain{--fa: ""}.fa-building-circle-xmark{--fa: ""}.fa-ship{--fa: ""}.fa-arrows-down-to-line{--fa: ""}.fa-download{--fa: ""}.fa-face-grin,.fa-grin{--fa: ""}.fa-delete-left,.fa-backspace{--fa: ""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa: ""}.fa-file-circle-check{--fa: ""}.fa-forward{--fa: ""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa: ""}.fa-face-meh,.fa-meh{--fa: ""}.fa-align-center{--fa: ""}.fa-book-skull,.fa-book-dead{--fa: ""}.fa-id-card,.fa-drivers-license{--fa: ""}.fa-outdent,.fa-dedent{--fa: ""}.fa-heart-circle-exclamation{--fa: ""}.fa-house,.fa-home,.fa-home-alt,.fa-home-lg-alt{--fa: ""}.fa-calendar-week{--fa: ""}.fa-laptop-medical{--fa: ""}.fa-b{--fa: "B"}.fa-file-medical{--fa: ""}.fa-dice-one{--fa: ""}.fa-kiwi-bird{--fa: ""}.fa-arrow-right-arrow-left,.fa-exchange{--fa: ""}.fa-rotate-right,.fa-redo-alt,.fa-rotate-forward{--fa: ""}.fa-utensils,.fa-cutlery{--fa: ""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa: ""}.fa-mill-sign{--fa: ""}.fa-bowl-rice{--fa: ""}.fa-skull{--fa: ""}.fa-tower-broadcast,.fa-broadcast-tower{--fa: ""}.fa-truck-pickup{--fa: ""}.fa-up-long,.fa-long-arrow-alt-up{--fa: ""}.fa-stop{--fa: ""}.fa-code-merge{--fa: ""}.fa-upload{--fa: ""}.fa-hurricane{--fa: ""}.fa-mound{--fa: ""}.fa-toilet-portable{--fa: ""}.fa-compact-disc{--fa: ""}.fa-file-arrow-down,.fa-file-download{--fa: ""}.fa-caravan{--fa: ""}.fa-shield-cat{--fa: ""}.fa-bolt,.fa-zap{--fa: ""}.fa-glass-water{--fa: ""}.fa-oil-well{--fa: ""}.fa-vault{--fa: ""}.fa-mars{--fa: ""}.fa-toilet{--fa: ""}.fa-plane-circle-xmark{--fa: ""}.fa-yen-sign,.fa-cny,.fa-jpy,.fa-rmb,.fa-yen{--fa: ""}.fa-ruble-sign,.fa-rouble,.fa-rub,.fa-ruble{--fa: ""}.fa-sun{--fa: ""}.fa-guitar{--fa: ""}.fa-face-laugh-wink,.fa-laugh-wink{--fa: ""}.fa-horse-head{--fa: ""}.fa-bore-hole{--fa: ""}.fa-industry{--fa: ""}.fa-circle-down,.fa-arrow-alt-circle-down{--fa: ""}.fa-arrows-turn-to-dots{--fa: ""}.fa-florin-sign{--fa: ""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa: ""}.fa-less-than{--fa: "<"}.fa-angle-down{--fa: ""}.fa-car-tunnel{--fa: ""}.fa-head-side-cough{--fa: ""}.fa-grip-lines{--fa: ""}.fa-thumbs-down{--fa: ""}.fa-user-lock{--fa: ""}.fa-arrow-right-long,.fa-long-arrow-right{--fa: ""}.fa-anchor-circle-xmark{--fa: ""}.fa-ellipsis,.fa-ellipsis-h{--fa: ""}.fa-chess-pawn{--fa: ""}.fa-kit-medical,.fa-first-aid{--fa: ""}.fa-person-through-window{--fa: ""}.fa-toolbox{--fa: ""}.fa-hands-holding-circle{--fa: ""}.fa-bug{--fa: ""}.fa-credit-card,.fa-credit-card-alt{--fa: ""}.fa-car,.fa-automobile{--fa: ""}.fa-hand-holding-hand{--fa: ""}.fa-book-open-reader,.fa-book-reader{--fa: ""}.fa-mountain-sun{--fa: ""}.fa-arrows-left-right-to-line{--fa: ""}.fa-dice-d20{--fa: ""}.fa-truck-droplet{--fa: ""}.fa-file-circle-xmark{--fa: ""}.fa-temperature-arrow-up,.fa-temperature-up{--fa: ""}.fa-medal{--fa: ""}.fa-bed{--fa: ""}.fa-square-h,.fa-h-square{--fa: ""}.fa-podcast{--fa: ""}.fa-temperature-full,.fa-temperature-4,.fa-thermometer-4,.fa-thermometer-full{--fa: ""}.fa-bell{--fa: ""}.fa-superscript{--fa: ""}.fa-plug-circle-xmark{--fa: ""}.fa-star-of-life{--fa: ""}.fa-phone-slash{--fa: ""}.fa-paint-roller{--fa: ""}.fa-handshake-angle,.fa-hands-helping{--fa: ""}.fa-location-dot,.fa-map-marker-alt{--fa: ""}.fa-file{--fa: ""}.fa-greater-than{--fa: ">"}.fa-person-swimming,.fa-swimmer{--fa: ""}.fa-arrow-down{--fa: ""}.fa-droplet,.fa-tint{--fa: ""}.fa-eraser{--fa: ""}.fa-earth-americas,.fa-earth,.fa-earth-america,.fa-globe-americas{--fa: ""}.fa-person-burst{--fa: ""}.fa-dove{--fa: ""}.fa-battery-empty,.fa-battery-0{--fa: ""}.fa-socks{--fa: ""}.fa-inbox{--fa: ""}.fa-section{--fa: ""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa: ""}.fa-envelope-open-text{--fa: ""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa: ""}.fa-wine-bottle{--fa: ""}.fa-chess-rook{--fa: ""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa: ""}.fa-dharmachakra{--fa: ""}.fa-hotdog{--fa: ""}.fa-person-walking-with-cane,.fa-blind{--fa: ""}.fa-drum{--fa: ""}.fa-ice-cream{--fa: ""}.fa-heart-circle-bolt{--fa: ""}.fa-fax{--fa: ""}.fa-paragraph{--fa: ""}.fa-check-to-slot,.fa-vote-yea{--fa: ""}.fa-star-half{--fa: ""}.fa-boxes-stacked,.fa-boxes,.fa-boxes-alt{--fa: ""}.fa-link,.fa-chain{--fa: ""}.fa-ear-listen,.fa-assistive-listening-systems{--fa: ""}.fa-tree-city{--fa: ""}.fa-play{--fa: ""}.fa-font{--fa: ""}.fa-table-cells-row-lock{--fa: ""}.fa-rupiah-sign{--fa: ""}.fa-magnifying-glass,.fa-search{--fa: ""}.fa-table-tennis-paddle-ball,.fa-ping-pong-paddle-ball,.fa-table-tennis{--fa: ""}.fa-person-dots-from-line,.fa-diagnoses{--fa: ""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa: ""}.fa-naira-sign{--fa: ""}.fa-cart-arrow-down{--fa: ""}.fa-walkie-talkie{--fa: ""}.fa-file-pen,.fa-file-edit{--fa: ""}.fa-receipt{--fa: ""}.fa-square-pen,.fa-pen-square,.fa-pencil-square{--fa: ""}.fa-suitcase-rolling{--fa: ""}.fa-person-circle-exclamation{--fa: ""}.fa-chevron-down{--fa: ""}.fa-battery-full,.fa-battery,.fa-battery-5{--fa: ""}.fa-skull-crossbones{--fa: ""}.fa-code-compare{--fa: ""}.fa-list-ul,.fa-list-dots{--fa: ""}.fa-school-lock{--fa: ""}.fa-tower-cell{--fa: ""}.fa-down-long,.fa-long-arrow-alt-down{--fa: ""}.fa-ranking-star{--fa: ""}.fa-chess-king{--fa: ""}.fa-person-harassing{--fa: ""}.fa-brazilian-real-sign{--fa: ""}.fa-landmark-dome,.fa-landmark-alt{--fa: ""}.fa-arrow-up{--fa: ""}.fa-tv,.fa-television,.fa-tv-alt{--fa: ""}.fa-shrimp{--fa: ""}.fa-list-check,.fa-tasks{--fa: ""}.fa-jug-detergent{--fa: ""}.fa-circle-user,.fa-user-circle{--fa: ""}.fa-user-shield{--fa: ""}.fa-wind{--fa: ""}.fa-car-burst,.fa-car-crash{--fa: ""}.fa-y{--fa: "Y"}.fa-person-snowboarding,.fa-snowboarding{--fa: ""}.fa-truck-fast,.fa-shipping-fast{--fa: ""}.fa-fish{--fa: ""}.fa-user-graduate{--fa: ""}.fa-circle-half-stroke,.fa-adjust{--fa: ""}.fa-clapperboard{--fa: ""}.fa-circle-radiation,.fa-radiation-alt{--fa: ""}.fa-baseball,.fa-baseball-ball{--fa: ""}.fa-jet-fighter-up{--fa: ""}.fa-diagram-project,.fa-project-diagram{--fa: ""}.fa-copy{--fa: ""}.fa-volume-xmark,.fa-volume-mute,.fa-volume-times{--fa: ""}.fa-hand-sparkles{--fa: ""}.fa-grip,.fa-grip-horizontal{--fa: ""}.fa-share-from-square,.fa-share-square{--fa: ""}.fa-child-combatant,.fa-child-rifle{--fa: ""}.fa-gun{--fa: ""}.fa-square-phone,.fa-phone-square{--fa: ""}.fa-plus,.fa-add{--fa: "+"}.fa-expand{--fa: ""}.fa-computer{--fa: ""}.fa-xmark,.fa-close,.fa-multiply,.fa-remove,.fa-times{--fa: ""}.fa-arrows-up-down-left-right,.fa-arrows{--fa: ""}.fa-chalkboard-user,.fa-chalkboard-teacher{--fa: ""}.fa-peso-sign{--fa: ""}.fa-building-shield{--fa: ""}.fa-baby{--fa: ""}.fa-users-line{--fa: ""}.fa-quote-left,.fa-quote-left-alt{--fa: ""}.fa-tractor{--fa: ""}.fa-trash-arrow-up,.fa-trash-restore{--fa: ""}.fa-arrow-down-up-lock{--fa: ""}.fa-lines-leaning{--fa: ""}.fa-ruler-combined{--fa: ""}.fa-copyright{--fa: ""}.fa-equals{--fa: "="}.fa-blender{--fa: ""}.fa-teeth{--fa: ""}.fa-shekel-sign,.fa-ils,.fa-shekel,.fa-sheqel,.fa-sheqel-sign{--fa: ""}.fa-map{--fa: ""}.fa-rocket{--fa: ""}.fa-photo-film,.fa-photo-video{--fa: ""}.fa-folder-minus{--fa: ""}.fa-hexagon-nodes-bolt{--fa: ""}.fa-store{--fa: ""}.fa-arrow-trend-up{--fa: ""}.fa-plug-circle-minus{--fa: ""}.fa-sign-hanging,.fa-sign{--fa: ""}.fa-bezier-curve{--fa: ""}.fa-bell-slash{--fa: ""}.fa-tablet,.fa-tablet-android{--fa: ""}.fa-school-flag{--fa: ""}.fa-fill{--fa: ""}.fa-angle-up{--fa: ""}.fa-drumstick-bite{--fa: ""}.fa-holly-berry{--fa: ""}.fa-chevron-left{--fa: ""}.fa-bacteria{--fa: ""}.fa-hand-lizard{--fa: ""}.fa-notdef{--fa: ""}.fa-disease{--fa: ""}.fa-briefcase-medical{--fa: ""}.fa-genderless{--fa: ""}.fa-chevron-right{--fa: ""}.fa-retweet{--fa: ""}.fa-car-rear,.fa-car-alt{--fa: ""}.fa-pump-soap{--fa: ""}.fa-video-slash{--fa: ""}.fa-battery-quarter,.fa-battery-2{--fa: ""}.fa-radio{--fa: ""}.fa-baby-carriage,.fa-carriage-baby{--fa: ""}.fa-traffic-light{--fa: ""}.fa-thermometer{--fa: ""}.fa-vr-cardboard{--fa: ""}.fa-hand-middle-finger{--fa: ""}.fa-percent,.fa-percentage{--fa: "%"}.fa-truck-moving{--fa: ""}.fa-glass-water-droplet{--fa: ""}.fa-display{--fa: ""}.fa-face-smile,.fa-smile{--fa: ""}.fa-thumbtack,.fa-thumb-tack{--fa: ""}.fa-trophy{--fa: ""}.fa-person-praying,.fa-pray{--fa: ""}.fa-hammer{--fa: ""}.fa-hand-peace{--fa: ""}.fa-rotate,.fa-sync-alt{--fa: ""}.fa-spinner{--fa: ""}.fa-robot{--fa: ""}.fa-peace{--fa: ""}.fa-gears,.fa-cogs{--fa: ""}.fa-warehouse{--fa: ""}.fa-arrow-up-right-dots{--fa: ""}.fa-splotch{--fa: ""}.fa-face-grin-hearts,.fa-grin-hearts{--fa: ""}.fa-dice-four{--fa: ""}.fa-sim-card{--fa: ""}.fa-transgender,.fa-transgender-alt{--fa: ""}.fa-mercury{--fa: ""}.fa-arrow-turn-down,.fa-level-down{--fa: ""}.fa-person-falling-burst{--fa: ""}.fa-award{--fa: ""}.fa-ticket-simple,.fa-ticket-alt{--fa: ""}.fa-building{--fa: ""}.fa-angles-left,.fa-angle-double-left{--fa: ""}.fa-qrcode{--fa: ""}.fa-clock-rotate-left,.fa-history{--fa: ""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa: ""}.fa-file-export,.fa-arrow-right-from-file{--fa: ""}.fa-shield,.fa-shield-blank{--fa: ""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa: ""}.fa-comment-nodes{--fa: ""}.fa-house-medical{--fa: ""}.fa-golf-ball-tee,.fa-golf-ball{--fa: ""}.fa-circle-chevron-left,.fa-chevron-circle-left{--fa: ""}.fa-house-chimney-window{--fa: ""}.fa-pen-nib{--fa: ""}.fa-tent-arrow-turn-left{--fa: ""}.fa-tents{--fa: ""}.fa-wand-magic,.fa-magic{--fa: ""}.fa-dog{--fa: ""}.fa-carrot{--fa: ""}.fa-moon{--fa: ""}.fa-wine-glass-empty,.fa-wine-glass-alt{--fa: ""}.fa-cheese{--fa: ""}.fa-yin-yang{--fa: ""}.fa-music{--fa: ""}.fa-code-commit{--fa: ""}.fa-temperature-low{--fa: ""}.fa-person-biking,.fa-biking{--fa: ""}.fa-broom{--fa: ""}.fa-shield-heart{--fa: ""}.fa-gopuram{--fa: ""}.fa-earth-oceania,.fa-globe-oceania{--fa: ""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa: ""}.fa-hashtag{--fa: "#"}.fa-up-right-and-down-left-from-center,.fa-expand-alt{--fa: ""}.fa-oil-can{--fa: ""}.fa-t{--fa: "T"}.fa-hippo{--fa: ""}.fa-chart-column{--fa: ""}.fa-infinity{--fa: ""}.fa-vial-circle-check{--fa: ""}.fa-person-arrow-down-to-line{--fa: ""}.fa-voicemail{--fa: ""}.fa-fan{--fa: ""}.fa-person-walking-luggage{--fa: ""}.fa-up-down,.fa-arrows-alt-v{--fa: ""}.fa-cloud-moon-rain{--fa: ""}.fa-calendar{--fa: ""}.fa-trailer{--fa: ""}.fa-bahai,.fa-haykal{--fa: ""}.fa-sd-card{--fa: ""}.fa-dragon{--fa: ""}.fa-shoe-prints{--fa: ""}.fa-circle-plus,.fa-plus-circle{--fa: ""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa: ""}.fa-hand-holding{--fa: ""}.fa-plug-circle-exclamation{--fa: ""}.fa-link-slash,.fa-chain-broken,.fa-chain-slash,.fa-unlink{--fa: ""}.fa-clone{--fa: ""}.fa-person-walking-arrow-loop-left{--fa: ""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa: ""}.fa-fire-flame-curved,.fa-fire-alt{--fa: ""}.fa-tornado{--fa: ""}.fa-file-circle-plus{--fa: ""}.fa-book-quran,.fa-quran{--fa: ""}.fa-anchor{--fa: ""}.fa-border-all{--fa: ""}.fa-face-angry,.fa-angry{--fa: ""}.fa-cookie-bite{--fa: ""}.fa-arrow-trend-down{--fa: ""}.fa-rss,.fa-feed{--fa: ""}.fa-draw-polygon{--fa: ""}.fa-scale-balanced,.fa-balance-scale{--fa: ""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa: ""}.fa-shower{--fa: ""}.fa-desktop,.fa-desktop-alt{--fa: ""}.fa-m{--fa: "M"}.fa-table-list,.fa-th-list{--fa: ""}.fa-comment-sms,.fa-sms{--fa: ""}.fa-book{--fa: ""}.fa-user-plus{--fa: ""}.fa-check{--fa: ""}.fa-battery-three-quarters,.fa-battery-4{--fa: ""}.fa-house-circle-check{--fa: ""}.fa-angle-left{--fa: ""}.fa-diagram-successor{--fa: ""}.fa-truck-arrow-right{--fa: ""}.fa-arrows-split-up-and-left{--fa: ""}.fa-hand-fist,.fa-fist-raised{--fa: ""}.fa-cloud-moon{--fa: ""}.fa-briefcase{--fa: ""}.fa-person-falling{--fa: ""}.fa-image-portrait,.fa-portrait{--fa: ""}.fa-user-tag{--fa: ""}.fa-rug{--fa: ""}.fa-earth-europe,.fa-globe-europe{--fa: ""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa: ""}.fa-rectangle-xmark,.fa-rectangle-times,.fa-times-rectangle,.fa-window-close{--fa: ""}.fa-baht-sign{--fa: ""}.fa-book-open{--fa: ""}.fa-book-journal-whills,.fa-journal-whills{--fa: ""}.fa-handcuffs{--fa: ""}.fa-triangle-exclamation,.fa-exclamation-triangle,.fa-warning{--fa: ""}.fa-database{--fa: ""}.fa-share,.fa-mail-forward{--fa: ""}.fa-bottle-droplet{--fa: ""}.fa-mask-face{--fa: ""}.fa-hill-rockslide{--fa: ""}.fa-right-left,.fa-exchange-alt{--fa: ""}.fa-paper-plane{--fa: ""}.fa-road-circle-exclamation{--fa: ""}.fa-dungeon{--fa: ""}.fa-align-right{--fa: ""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa: ""}.fa-life-ring{--fa: ""}.fa-hands,.fa-sign-language,.fa-signing{--fa: ""}.fa-calendar-day{--fa: ""}.fa-water-ladder,.fa-ladder-water,.fa-swimming-pool{--fa: ""}.fa-arrows-up-down,.fa-arrows-v{--fa: ""}.fa-face-grimace,.fa-grimace{--fa: ""}.fa-wheelchair-move,.fa-wheelchair-alt{--fa: ""}.fa-turn-down,.fa-level-down-alt{--fa: ""}.fa-person-walking-arrow-right{--fa: ""}.fa-square-envelope,.fa-envelope-square{--fa: ""}.fa-dice{--fa: ""}.fa-bowling-ball{--fa: ""}.fa-brain{--fa: ""}.fa-bandage,.fa-band-aid{--fa: ""}.fa-calendar-minus{--fa: ""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa: ""}.fa-gifts{--fa: ""}.fa-hotel{--fa: ""}.fa-earth-asia,.fa-globe-asia{--fa: ""}.fa-id-card-clip,.fa-id-card-alt{--fa: ""}.fa-magnifying-glass-plus,.fa-search-plus{--fa: ""}.fa-thumbs-up{--fa: ""}.fa-user-clock{--fa: ""}.fa-hand-dots,.fa-allergies{--fa: ""}.fa-file-invoice{--fa: ""}.fa-window-minimize{--fa: ""}.fa-mug-saucer,.fa-coffee{--fa: ""}.fa-brush{--fa: ""}.fa-file-half-dashed{--fa: ""}.fa-mask{--fa: ""}.fa-magnifying-glass-minus,.fa-search-minus{--fa: ""}.fa-ruler-vertical{--fa: ""}.fa-user-large,.fa-user-alt{--fa: ""}.fa-train-tram{--fa: ""}.fa-user-nurse{--fa: ""}.fa-syringe{--fa: ""}.fa-cloud-sun{--fa: ""}.fa-stopwatch-20{--fa: ""}.fa-square-full{--fa: ""}.fa-magnet{--fa: ""}.fa-jar{--fa: ""}.fa-note-sticky,.fa-sticky-note{--fa: ""}.fa-bug-slash{--fa: ""}.fa-arrow-up-from-water-pump{--fa: ""}.fa-bone{--fa: ""}.fa-table-cells-row-unlock{--fa: ""}.fa-user-injured{--fa: ""}.fa-face-sad-tear,.fa-sad-tear{--fa: ""}.fa-plane{--fa: ""}.fa-tent-arrows-down{--fa: ""}.fa-exclamation{--fa: "!"}.fa-arrows-spin{--fa: ""}.fa-print{--fa: ""}.fa-turkish-lira-sign,.fa-try,.fa-turkish-lira{--fa: ""}.fa-dollar-sign,.fa-dollar,.fa-usd{--fa: "$"}.fa-x{--fa: "X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa: ""}.fa-users-gear,.fa-users-cog{--fa: ""}.fa-person-military-pointing{--fa: ""}.fa-building-columns,.fa-bank,.fa-institution,.fa-museum,.fa-university{--fa: ""}.fa-umbrella{--fa: ""}.fa-trowel{--fa: ""}.fa-d{--fa: "D"}.fa-stapler{--fa: ""}.fa-masks-theater,.fa-theater-masks{--fa: ""}.fa-kip-sign{--fa: ""}.fa-hand-point-left{--fa: ""}.fa-handshake-simple,.fa-handshake-alt{--fa: ""}.fa-jet-fighter,.fa-fighter-jet{--fa: ""}.fa-square-share-nodes,.fa-share-alt-square{--fa: ""}.fa-barcode{--fa: ""}.fa-plus-minus{--fa: ""}.fa-video,.fa-video-camera{--fa: ""}.fa-graduation-cap,.fa-mortar-board{--fa: ""}.fa-hand-holding-medical{--fa: ""}.fa-person-circle-check{--fa: ""}.fa-turn-up,.fa-level-up-alt{--fa: ""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/build/assets/fa-solid-900-CTAAxXor.woff2) format("woff2"),url(/build/assets/fa-solid-900-D0aA9rwL.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/fa-regular-400-BjRzuEpd.woff2) format("woff2"),url(/build/assets/fa-regular-400-DZaxPHgR.ttf) format("truetype")}.far,.fa-regular{font-weight:400}/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/fa-brands-400-D_cYUPeE.woff2) format("woff2"),url(/build/assets/fa-brands-400-D1LuMI3I.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero{--fa: ""}.fa-hooli{--fa: ""}.fa-yelp{--fa: ""}.fa-cc-visa{--fa: ""}.fa-lastfm{--fa: ""}.fa-shopware{--fa: ""}.fa-creative-commons-nc{--fa: ""}.fa-aws{--fa: ""}.fa-redhat{--fa: ""}.fa-yoast{--fa: ""}.fa-cloudflare{--fa: ""}.fa-ups{--fa: ""}.fa-pixiv{--fa: ""}.fa-wpexplorer{--fa: ""}.fa-dyalog{--fa: ""}.fa-bity{--fa: ""}.fa-stackpath{--fa: ""}.fa-buysellads{--fa: ""}.fa-first-order{--fa: ""}.fa-modx{--fa: ""}.fa-guilded{--fa: ""}.fa-vnv{--fa: ""}.fa-square-js,.fa-js-square{--fa: ""}.fa-microsoft{--fa: ""}.fa-qq{--fa: ""}.fa-orcid{--fa: ""}.fa-java{--fa: ""}.fa-invision{--fa: ""}.fa-creative-commons-pd-alt{--fa: ""}.fa-centercode{--fa: ""}.fa-glide-g{--fa: ""}.fa-drupal{--fa: ""}.fa-jxl{--fa: ""}.fa-dart-lang{--fa: ""}.fa-hire-a-helper{--fa: ""}.fa-creative-commons-by{--fa: ""}.fa-unity{--fa: ""}.fa-whmcs{--fa: ""}.fa-rocketchat{--fa: ""}.fa-vk{--fa: ""}.fa-untappd{--fa: ""}.fa-mailchimp{--fa: ""}.fa-css3-alt{--fa: ""}.fa-square-reddit,.fa-reddit-square{--fa: ""}.fa-vimeo-v{--fa: ""}.fa-contao{--fa: ""}.fa-square-font-awesome{--fa: ""}.fa-deskpro{--fa: ""}.fa-brave{--fa: ""}.fa-sistrix{--fa: ""}.fa-square-instagram,.fa-instagram-square{--fa: ""}.fa-battle-net{--fa: ""}.fa-the-red-yeti{--fa: ""}.fa-square-hacker-news,.fa-hacker-news-square{--fa: ""}.fa-edge{--fa: ""}.fa-threads{--fa: ""}.fa-napster{--fa: ""}.fa-square-snapchat,.fa-snapchat-square{--fa: ""}.fa-google-plus-g{--fa: ""}.fa-artstation{--fa: ""}.fa-markdown{--fa: ""}.fa-sourcetree{--fa: ""}.fa-google-plus{--fa: ""}.fa-diaspora{--fa: ""}.fa-foursquare{--fa: ""}.fa-stack-overflow{--fa: ""}.fa-github-alt{--fa: ""}.fa-phoenix-squadron{--fa: ""}.fa-pagelines{--fa: ""}.fa-algolia{--fa: ""}.fa-red-river{--fa: ""}.fa-creative-commons-sa{--fa: ""}.fa-safari{--fa: ""}.fa-google{--fa: ""}.fa-square-font-awesome-stroke,.fa-font-awesome-alt{--fa: ""}.fa-atlassian{--fa: ""}.fa-linkedin-in{--fa: ""}.fa-digital-ocean{--fa: ""}.fa-nimblr{--fa: ""}.fa-chromecast{--fa: ""}.fa-evernote{--fa: ""}.fa-hacker-news{--fa: ""}.fa-creative-commons-sampling{--fa: ""}.fa-adversal{--fa: ""}.fa-creative-commons{--fa: ""}.fa-watchman-monitoring{--fa: ""}.fa-fonticons{--fa: ""}.fa-weixin{--fa: ""}.fa-shirtsinbulk{--fa: ""}.fa-codepen{--fa: ""}.fa-git-alt{--fa: ""}.fa-lyft{--fa: ""}.fa-rev{--fa: ""}.fa-windows{--fa: ""}.fa-wizards-of-the-coast{--fa: ""}.fa-square-viadeo,.fa-viadeo-square{--fa: ""}.fa-meetup{--fa: ""}.fa-centos{--fa: ""}.fa-adn{--fa: ""}.fa-cloudsmith{--fa: ""}.fa-opensuse{--fa: ""}.fa-pied-piper-alt{--fa: ""}.fa-square-dribbble,.fa-dribbble-square{--fa: ""}.fa-codiepie{--fa: ""}.fa-node{--fa: ""}.fa-mix{--fa: ""}.fa-steam{--fa: ""}.fa-cc-apple-pay{--fa: ""}.fa-scribd{--fa: ""}.fa-debian{--fa: ""}.fa-openid{--fa: ""}.fa-instalod{--fa: ""}.fa-files-pinwheel{--fa: ""}.fa-expeditedssl{--fa: ""}.fa-sellcast{--fa: ""}.fa-square-twitter,.fa-twitter-square{--fa: ""}.fa-r-project{--fa: ""}.fa-delicious{--fa: ""}.fa-freebsd{--fa: ""}.fa-vuejs{--fa: ""}.fa-accusoft{--fa: ""}.fa-ioxhost{--fa: ""}.fa-fonticons-fi{--fa: ""}.fa-app-store{--fa: ""}.fa-cc-mastercard{--fa: ""}.fa-itunes-note{--fa: ""}.fa-golang{--fa: ""}.fa-kickstarter,.fa-square-kickstarter{--fa: ""}.fa-grav{--fa: ""}.fa-weibo{--fa: ""}.fa-uncharted{--fa: ""}.fa-firstdraft{--fa: ""}.fa-square-youtube,.fa-youtube-square{--fa: ""}.fa-wikipedia-w{--fa: ""}.fa-wpressr,.fa-rendact{--fa: ""}.fa-angellist{--fa: ""}.fa-galactic-republic{--fa: ""}.fa-nfc-directional{--fa: ""}.fa-skype{--fa: ""}.fa-joget{--fa: ""}.fa-fedora{--fa: ""}.fa-stripe-s{--fa: ""}.fa-meta{--fa: ""}.fa-laravel{--fa: ""}.fa-hotjar{--fa: ""}.fa-bluetooth-b{--fa: ""}.fa-square-letterboxd{--fa: ""}.fa-sticker-mule{--fa: ""}.fa-creative-commons-zero{--fa: ""}.fa-hips{--fa: ""}.fa-css{--fa: ""}.fa-behance{--fa: ""}.fa-reddit{--fa: ""}.fa-discord{--fa: ""}.fa-chrome{--fa: ""}.fa-app-store-ios{--fa: ""}.fa-cc-discover{--fa: ""}.fa-wpbeginner{--fa: ""}.fa-confluence{--fa: ""}.fa-shoelace{--fa: ""}.fa-mdb{--fa: ""}.fa-dochub{--fa: ""}.fa-accessible-icon{--fa: ""}.fa-ebay{--fa: ""}.fa-amazon{--fa: ""}.fa-unsplash{--fa: ""}.fa-yarn{--fa: ""}.fa-square-steam,.fa-steam-square{--fa: ""}.fa-500px{--fa: ""}.fa-square-vimeo,.fa-vimeo-square{--fa: ""}.fa-asymmetrik{--fa: ""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa: ""}.fa-gratipay{--fa: ""}.fa-apple{--fa: ""}.fa-hive{--fa: ""}.fa-gitkraken{--fa: ""}.fa-keybase{--fa: ""}.fa-apple-pay{--fa: ""}.fa-padlet{--fa: ""}.fa-amazon-pay{--fa: ""}.fa-square-github,.fa-github-square{--fa: ""}.fa-stumbleupon{--fa: ""}.fa-fedex{--fa: ""}.fa-phoenix-framework{--fa: ""}.fa-shopify{--fa: ""}.fa-neos{--fa: ""}.fa-square-threads{--fa: ""}.fa-hackerrank{--fa: ""}.fa-researchgate{--fa: ""}.fa-swift{--fa: ""}.fa-angular{--fa: ""}.fa-speakap{--fa: ""}.fa-angrycreative{--fa: ""}.fa-y-combinator{--fa: ""}.fa-empire{--fa: ""}.fa-envira{--fa: ""}.fa-google-scholar{--fa: ""}.fa-square-gitlab,.fa-gitlab-square{--fa: ""}.fa-studiovinari{--fa: ""}.fa-pied-piper{--fa: ""}.fa-wordpress{--fa: ""}.fa-product-hunt{--fa: ""}.fa-firefox{--fa: ""}.fa-linode{--fa: ""}.fa-goodreads{--fa: ""}.fa-square-odnoklassniki,.fa-odnoklassniki-square{--fa: ""}.fa-jsfiddle{--fa: ""}.fa-sith{--fa: ""}.fa-themeisle{--fa: ""}.fa-page4{--fa: ""}.fa-hashnode{--fa: ""}.fa-react{--fa: ""}.fa-cc-paypal{--fa: ""}.fa-squarespace{--fa: ""}.fa-cc-stripe{--fa: ""}.fa-creative-commons-share{--fa: ""}.fa-bitcoin{--fa: ""}.fa-keycdn{--fa: ""}.fa-opera{--fa: ""}.fa-itch-io{--fa: ""}.fa-umbraco{--fa: ""}.fa-galactic-senate{--fa: ""}.fa-ubuntu{--fa: ""}.fa-draft2digital{--fa: ""}.fa-stripe{--fa: ""}.fa-houzz{--fa: ""}.fa-gg{--fa: ""}.fa-dhl{--fa: ""}.fa-square-pinterest,.fa-pinterest-square{--fa: ""}.fa-xing{--fa: ""}.fa-blackberry{--fa: ""}.fa-creative-commons-pd{--fa: ""}.fa-playstation{--fa: ""}.fa-quinscape{--fa: ""}.fa-less{--fa: ""}.fa-blogger-b{--fa: ""}.fa-opencart{--fa: ""}.fa-vine{--fa: ""}.fa-signal-messenger{--fa: ""}.fa-paypal{--fa: ""}.fa-gitlab{--fa: ""}.fa-typo3{--fa: ""}.fa-reddit-alien{--fa: ""}.fa-yahoo{--fa: ""}.fa-dailymotion{--fa: ""}.fa-affiliatetheme{--fa: ""}.fa-pied-piper-pp{--fa: ""}.fa-bootstrap{--fa: ""}.fa-odnoklassniki{--fa: ""}.fa-nfc-symbol{--fa: ""}.fa-mintbit{--fa: ""}.fa-ethereum{--fa: ""}.fa-speaker-deck{--fa: ""}.fa-creative-commons-nc-eu{--fa: ""}.fa-patreon{--fa: ""}.fa-avianex{--fa: ""}.fa-ello{--fa: ""}.fa-gofore{--fa: ""}.fa-bimobject{--fa: ""}.fa-brave-reverse{--fa: ""}.fa-facebook-f{--fa: ""}.fa-square-google-plus,.fa-google-plus-square{--fa: ""}.fa-web-awesome{--fa: ""}.fa-mandalorian{--fa: ""}.fa-first-order-alt{--fa: ""}.fa-osi{--fa: ""}.fa-google-wallet{--fa: ""}.fa-d-and-d-beyond{--fa: ""}.fa-periscope{--fa: ""}.fa-fulcrum{--fa: ""}.fa-cloudscale{--fa: ""}.fa-forumbee{--fa: ""}.fa-mizuni{--fa: ""}.fa-schlix{--fa: ""}.fa-square-xing,.fa-xing-square{--fa: ""}.fa-bandcamp{--fa: ""}.fa-wpforms{--fa: ""}.fa-cloudversify{--fa: ""}.fa-usps{--fa: ""}.fa-megaport{--fa: ""}.fa-magento{--fa: ""}.fa-spotify{--fa: ""}.fa-optin-monster{--fa: ""}.fa-fly{--fa: ""}.fa-square-bluesky{--fa: ""}.fa-aviato{--fa: ""}.fa-itunes{--fa: ""}.fa-cuttlefish{--fa: ""}.fa-blogger{--fa: ""}.fa-flickr{--fa: ""}.fa-viber{--fa: ""}.fa-soundcloud{--fa: ""}.fa-digg{--fa: ""}.fa-tencent-weibo{--fa: ""}.fa-letterboxd{--fa: ""}.fa-symfony{--fa: ""}.fa-maxcdn{--fa: ""}.fa-etsy{--fa: ""}.fa-facebook-messenger{--fa: ""}.fa-audible{--fa: ""}.fa-think-peaks{--fa: ""}.fa-bilibili{--fa: ""}.fa-erlang{--fa: ""}.fa-x-twitter{--fa: ""}.fa-cotton-bureau{--fa: ""}.fa-dashcube{--fa: ""}.fa-42-group,.fa-innosoft{--fa: ""}.fa-stack-exchange{--fa: ""}.fa-elementor{--fa: ""}.fa-square-pied-piper,.fa-pied-piper-square{--fa: ""}.fa-creative-commons-nd{--fa: ""}.fa-palfed{--fa: ""}.fa-superpowers{--fa: ""}.fa-resolving{--fa: ""}.fa-xbox{--fa: ""}.fa-square-web-awesome-stroke{--fa: ""}.fa-searchengin{--fa: ""}.fa-tiktok{--fa: ""}.fa-square-facebook,.fa-facebook-square{--fa: ""}.fa-renren{--fa: ""}.fa-linux{--fa: ""}.fa-glide{--fa: ""}.fa-linkedin{--fa: ""}.fa-hubspot{--fa: ""}.fa-deploydog{--fa: ""}.fa-twitch{--fa: ""}.fa-flutter{--fa: ""}.fa-ravelry{--fa: ""}.fa-mixer{--fa: ""}.fa-square-lastfm,.fa-lastfm-square{--fa: ""}.fa-vimeo{--fa: ""}.fa-mendeley{--fa: ""}.fa-uniregistry{--fa: ""}.fa-figma{--fa: ""}.fa-creative-commons-remix{--fa: ""}.fa-cc-amazon-pay{--fa: ""}.fa-dropbox{--fa: ""}.fa-instagram{--fa: ""}.fa-cmplid{--fa: ""}.fa-upwork{--fa: ""}.fa-facebook{--fa: ""}.fa-gripfire{--fa: ""}.fa-jedi-order{--fa: ""}.fa-uikit{--fa: ""}.fa-fort-awesome-alt{--fa: ""}.fa-phabricator{--fa: ""}.fa-ussunnah{--fa: ""}.fa-earlybirds{--fa: ""}.fa-trade-federation{--fa: ""}.fa-autoprefixer{--fa: ""}.fa-whatsapp{--fa: ""}.fa-square-upwork{--fa: ""}.fa-slideshare{--fa: ""}.fa-google-play{--fa: ""}.fa-viadeo{--fa: ""}.fa-line{--fa: ""}.fa-google-drive{--fa: ""}.fa-servicestack{--fa: ""}.fa-simplybuilt{--fa: ""}.fa-bitbucket{--fa: ""}.fa-imdb{--fa: ""}.fa-deezer{--fa: ""}.fa-raspberry-pi{--fa: ""}.fa-jira{--fa: ""}.fa-docker{--fa: ""}.fa-screenpal{--fa: ""}.fa-bluetooth{--fa: ""}.fa-gitter{--fa: ""}.fa-d-and-d{--fa: ""}.fa-microblog{--fa: ""}.fa-cc-diners-club{--fa: ""}.fa-gg-circle{--fa: ""}.fa-pied-piper-hat{--fa: ""}.fa-kickstarter-k{--fa: ""}.fa-yandex{--fa: ""}.fa-readme{--fa: ""}.fa-html5{--fa: ""}.fa-sellsy{--fa: ""}.fa-square-web-awesome{--fa: ""}.fa-sass{--fa: ""}.fa-wirsindhandwerk,.fa-wsh{--fa: ""}.fa-buromobelexperte{--fa: ""}.fa-salesforce{--fa: ""}.fa-octopus-deploy{--fa: ""}.fa-medapps{--fa: ""}.fa-ns8{--fa: ""}.fa-pinterest-p{--fa: ""}.fa-apper{--fa: ""}.fa-fort-awesome{--fa: ""}.fa-waze{--fa: ""}.fa-bluesky{--fa: ""}.fa-cc-jcb{--fa: ""}.fa-snapchat,.fa-snapchat-ghost{--fa: ""}.fa-fantasy-flight-games{--fa: ""}.fa-rust{--fa: ""}.fa-wix{--fa: ""}.fa-square-behance,.fa-behance-square{--fa: ""}.fa-supple{--fa: ""}.fa-webflow{--fa: ""}.fa-rebel{--fa: ""}.fa-css3{--fa: ""}.fa-staylinked{--fa: ""}.fa-kaggle{--fa: ""}.fa-space-awesome{--fa: ""}.fa-deviantart{--fa: ""}.fa-cpanel{--fa: ""}.fa-goodreads-g{--fa: ""}.fa-square-git,.fa-git-square{--fa: ""}.fa-square-tumblr,.fa-tumblr-square{--fa: ""}.fa-trello{--fa: ""}.fa-creative-commons-nc-jp{--fa: ""}.fa-get-pocket{--fa: ""}.fa-perbyte{--fa: ""}.fa-grunt{--fa: ""}.fa-weebly{--fa: ""}.fa-connectdevelop{--fa: ""}.fa-leanpub{--fa: ""}.fa-black-tie{--fa: ""}.fa-themeco{--fa: ""}.fa-python{--fa: ""}.fa-android{--fa: ""}.fa-bots{--fa: ""}.fa-free-code-camp{--fa: ""}.fa-hornbill{--fa: ""}.fa-js{--fa: ""}.fa-ideal{--fa: ""}.fa-git{--fa: ""}.fa-dev{--fa: ""}.fa-sketch{--fa: ""}.fa-yandex-international{--fa: ""}.fa-cc-amex{--fa: ""}.fa-uber{--fa: ""}.fa-github{--fa: ""}.fa-php{--fa: ""}.fa-alipay{--fa: ""}.fa-youtube{--fa: ""}.fa-skyatlas{--fa: ""}.fa-firefox-browser{--fa: ""}.fa-replyd{--fa: ""}.fa-suse{--fa: ""}.fa-jenkins{--fa: ""}.fa-twitter{--fa: ""}.fa-rockrms{--fa: ""}.fa-pinterest{--fa: ""}.fa-buffer{--fa: ""}.fa-npm{--fa: ""}.fa-yammer{--fa: ""}.fa-btc{--fa: ""}.fa-dribbble{--fa: ""}.fa-stumbleupon-circle{--fa: ""}.fa-internet-explorer{--fa: ""}.fa-stubber{--fa: ""}.fa-telegram,.fa-telegram-plane{--fa: ""}.fa-old-republic{--fa: ""}.fa-odysee{--fa: ""}.fa-square-whatsapp,.fa-whatsapp-square{--fa: ""}.fa-node-js{--fa: ""}.fa-edge-legacy{--fa: ""}.fa-slack,.fa-slack-hash{--fa: ""}.fa-medrt{--fa: ""}.fa-usb{--fa: ""}.fa-tumblr{--fa: ""}.fa-vaadin{--fa: ""}.fa-quora{--fa: ""}.fa-square-x-twitter{--fa: ""}.fa-reacteurope{--fa: ""}.fa-medium,.fa-medium-m{--fa: ""}.fa-amilia{--fa: ""}.fa-mixcloud{--fa: ""}.fa-flipboard{--fa: ""}.fa-viacoin{--fa: ""}.fa-critical-role{--fa: ""}.fa-sitrox{--fa: ""}.fa-discourse{--fa: ""}.fa-joomla{--fa: ""}.fa-mastodon{--fa: ""}.fa-airbnb{--fa: ""}.fa-wolf-pack-battalion{--fa: ""}.fa-buy-n-large{--fa: ""}.fa-gulp{--fa: ""}.fa-creative-commons-sampling-plus{--fa: ""}.fa-strava{--fa: ""}.fa-ember{--fa: ""}.fa-canadian-maple-leaf{--fa: ""}.fa-teamspeak{--fa: ""}.fa-pushed{--fa: ""}.fa-wordpress-simple{--fa: ""}.fa-nutritionix{--fa: ""}.fa-wodu{--fa: ""}.fa-google-pay{--fa: ""}.fa-intercom{--fa: ""}.fa-zhihu{--fa: ""}.fa-korvue{--fa: ""}.fa-pix{--fa: ""}.fa-steam-symbol{--fa: ""}.fa,[class^=fa-],[class*=fa-],.far,.fa-regular,.fab,.fa-brands,.fas,.fa-solid{font-family:inherit;line-height:inherit;font-weight:400}.fa:before,[class^=fa-]:before,[class*=fa-]:before{content:var(--fa);font-family:var(--fa-style-family-classic);font-style:normal;color:var(--color-icon);font-size:1.4rem;height:1.4rem;width:1.4rem;line-height:1.4rem}.far:before,.fa-regular:before{font-family:var(--fa-style-family-classic);font-style:normal;font-weight:400}.fab:before,.fa-brands:before{font-family:var(--fa-style-family-brands);font-style:normal;font-weight:400}.fas:before,.fa-solid:before{font-family:var(--fa-style-family-classic);font-style:normal;font-weight:900}@font-face{font-family:Ionicons;src:url(/build/assets/ionicons-CbWxxKXJ.eot?v=2.0.1);src:url(/build/assets/ionicons-CbWxxKXJ.eot?v=2.0.1#iefix) format("embedded-opentype"),url(/build/assets/ionicons-DFNGXij8.ttf?v=2.0.1) format("truetype"),url(/build/assets/ionicons-D_UeT5V0.woff?v=2.0.1) format("woff"),url(/build/assets/ionicons-_k1V6qJw.svg?v=2.0.1#Ionicons) format("svg");font-weight:400;font-style:normal}.ion:before,.ionicons:before,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before,[class^=ion-]:before,[class*=ion-]:before{font-style:normal;color:var(--color-icon);font-size:1.5rem;height:1.333rem;width:1.333rem;line-height:1.333rem}[class*=app-icon-]:before{background-size:100%;background-repeat:no-repeat;background-position-y:center;background-position-x:center;width:1.333rem;height:1.333rem;content:" ";display:block}.app-icon-moneybird:before,.app-icon-moneybird_invoice:before{background-image:url(/build/assets/moneybird-BH6E8b-3.svg)}.app-icon-twinfield:before,.app-icon-twinfield_invoice:before{background-image:url(/build/assets/twinfield-Dd5VaLmy.svg)}.app-icon-exact:before,.app-icon-exact_invoice:before{background-image:url(/build/assets/exact-D58pxTUm.svg)}.app-icon-jortt:before,.app-icon-jortt_invoice:before{background-image:url(/build/assets/jortt-6kcwXJ4r.svg)}.app-icon-eboekhouden:before,.app-icon-eboekhouden_invoice:before{background-image:url(/build/assets/eboekhouden-BJM3zEFf.svg)}.app-icon-snelstart:before,.app-icon-snelstart_invoice:before{background-image:url(/build/assets/snelstart-C6l-vtNQ.svg)}.app-icon-basecamp:before,.app-icon-basecamp_1_todo:before,.app-icon-basecamp_2_todo:before,.app-icon-basecamp_3_todo:before{background-image:url(/build/assets/basecamp-DneAF_Dg.svg)}.app-icon-trello:before,.app-icon-trello_card:before{background-image:url(/build/assets/trello-DPj9goKv.svg)}.app-icon-github:before,.app-icon-github_issue:before{background-image:url(/build/assets/github-fYG3SQfr.svg)}.app-icon-jira:before,.app-icon-jira_issue:before{background-image:url(/build/assets/jira-no7kBQuq.svg)}.app-icon-asana:before,.app-icon-asana_task:before{background-image:url(/build/assets/asana-fv06crc-.svg)}.app-icon-todoist:before,.app-icon-todoist_todo:before{background-image:url(/build/assets/todoist-C3jcL8iF.svg)}.app-icon-nmbrs:before,.app-icon-nmbrs_payslip:before{background-image:url(/build/assets/nmbrs-BlDkGlG2.svg)}.app-icon-employes:before,.app-icon-employes_payslip:before{background-image:url(/build/assets/employes-DHdElXJR.svg)}@font-face{font-family:keepingicons;src:url(/build/assets/keepingicons-DHWCA5Q4.eot?c=1750950779701);src:url(/build/assets/keepingicons-DHWCA5Q4.eot?c=1750950779701#iefix) format("eot"),url(/build/assets/keepingicons-CrC7q5wF.woff?c=1750950779701) format("woff"),url(/build/assets/keepingicons-CR_eHHS6.ttf?c=1750950779701) format("truetype")}.kee-website:before,.kee-warning:before,.kee-warning-circle:before,.kee-visible:before,.kee-visible-off:before,.kee-user-reports:before,.kee-unlink:before,.kee-timer:before,.kee-time:before,.kee-time-entries:before,.kee-team:before,.kee-team-member:before,.kee-tasks:before,.kee-tags:before,.kee-tabs:before,.kee-switch:before,.kee-support:before,.kee-subscription:before,.kee-stop:before,.kee-star:before,.kee-share:before,.kee-settings:before,.kee-send:before,.kee-search:before,.kee-review:before,.kee-reply:before,.kee-remove:before,.kee-remove-circle:before,.kee-refresh:before,.kee-projects:before,.kee-print:before,.kee-play:before,.kee-phone:before,.kee-periods:before,.kee-pdf-file:before,.kee-payslips:before,.kee-organisation:before,.kee-organisation-settings:before,.kee-my-account:before,.kee-more-horizontal:before,.kee-minus:before,.kee-minus-circle:before,.kee-mail:before,.kee-loop:before,.kee-log-out:before,.kee-log-in:before,.kee-lock:before,.kee-location:before,.kee-list:before,.kee-link:before,.kee-leave:before,.kee-invoices:before,.kee-invoice:before,.kee-invoice-hours:before,.kee-invoice-attach:before,.kee-invoice-add:before,.kee-integrations:before,.kee-info:before,.kee-info-outline:before,.kee-indirect:before,.kee-indirect-time-entries:before,.kee-import:before,.kee-homey:before,.kee-heart:before,.kee-google-assistant:before,.kee-firefox:before,.kee-filter:before,.kee-external-references:before,.kee-external-link:before,.kee-export:before,.kee-excel-file:before,.kee-euro:before,.kee-edit:before,.kee-disable:before,.kee-direct-time-entries:before,.kee-direct-hours:before,.kee-delete:before,.kee-csv-file:before,.kee-collaborate:before,.kee-cloud:before,.kee-clients:before,.kee-chrome:before,.kee-chevron-up:before,.kee-chevron-right:before,.kee-chevron-left:before,.kee-chevron-down:before,.kee-check:before,.kee-check-circle:before,.kee-cash:before,.kee-calculator:before,.kee-bulb:before,.kee-break:before,.kee-brackets:before,.kee-arrow-up:before,.kee-arrow-right:before,.kee-arrow-left:before,.kee-arrow-down:before,.kee-archive:before,.kee-app-manage:before,.kee-all-reports:before,.kee-all-excel-files:before,.kee-add:before{font-family:keepingicons;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.kee-add:before{content:""}.kee-all-excel-files:before{content:""}.kee-all-reports:before{content:""}.kee-app-manage:before{content:""}.kee-archive:before{content:""}.kee-arrow-down:before{content:""}.kee-arrow-left:before{content:""}.kee-arrow-right:before{content:""}.kee-arrow-up:before{content:""}.kee-brackets:before{content:""}.kee-break:before{content:""}.kee-bulb:before{content:""}.kee-calculator:before{content:""}.kee-cash:before{content:""}.kee-check-circle:before{content:""}.kee-check:before{content:""}.kee-chevron-down:before{content:""}.kee-chevron-left:before{content:""}.kee-chevron-right:before{content:""}.kee-chevron-up:before{content:""}.kee-chrome:before{content:""}.kee-clients:before{content:""}.kee-cloud:before{content:""}.kee-collaborate:before{content:""}.kee-csv-file:before{content:""}.kee-delete:before{content:""}.kee-direct-hours:before{content:""}.kee-direct-time-entries:before{content:""}.kee-disable:before{content:""}.kee-edit:before{content:""}.kee-euro:before{content:""}.kee-excel-file:before{content:""}.kee-export:before{content:""}.kee-external-link:before{content:""}.kee-external-references:before{content:""}.kee-filter:before{content:""}.kee-firefox:before{content:""}.kee-google-assistant:before{content:""}.kee-heart:before{content:""}.kee-homey:before{content:""}.kee-import:before{content:""}.kee-indirect-time-entries:before{content:""}.kee-indirect:before{content:""}.kee-info-outline:before{content:""}.kee-info:before{content:""}.kee-integrations:before{content:""}.kee-invoice-add:before{content:""}.kee-invoice-attach:before{content:""}.kee-invoice-hours:before{content:""}.kee-invoice:before{content:""}.kee-invoices:before{content:""}.kee-leave:before{content:""}.kee-link:before{content:""}.kee-list:before{content:""}.kee-location:before{content:""}.kee-lock:before{content:""}.kee-log-in:before{content:""}.kee-log-out:before{content:""}.kee-loop:before{content:""}.kee-mail:before{content:""}.kee-minus-circle:before{content:""}.kee-minus:before{content:""}.kee-more-horizontal:before{content:""}.kee-my-account:before{content:""}.kee-organisation-settings:before{content:""}.kee-organisation:before{content:""}.kee-payslips:before{content:""}.kee-pdf-file:before{content:""}.kee-periods:before{content:""}.kee-phone:before{content:""}.kee-play:before{content:""}.kee-print:before{content:""}.kee-projects:before{content:""}.kee-refresh:before{content:""}.kee-remove-circle:before{content:""}.kee-remove:before{content:""}.kee-reply:before{content:""}.kee-review:before{content:""}.kee-search:before{content:""}.kee-send:before{content:""}.kee-settings:before{content:""}.kee-share:before{content:""}.kee-star:before{content:""}.kee-stop:before{content:""}.kee-subscription:before{content:""}.kee-support:before{content:""}.kee-switch:before{content:""}.kee-tabs:before{content:""}.kee-tags:before{content:""}.kee-tasks:before{content:""}.kee-team-member:before{content:""}.kee-team:before{content:""}.kee-time-entries:before{content:""}.kee-time:before{content:""}.kee-timer:before{content:""}.kee-unlink:before{content:""}.kee-user-reports:before{content:""}.kee-visible-off:before{content:""}.kee-visible:before{content:""}.kee-warning-circle:before{content:""}.kee-warning:before{content:""}.kee-website:before{content:""}@font-face{font-family:Lato;src:url(/build/assets/lato-regular-DXpsO5jD.eot);src:local("Lato Regular"),local("Lato-Regular"),url(/build/assets/lato-regular-DXpsO5jD.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-regular-DdzPa3bH.woff) format("woff"),url(/build/assets/lato-regular-B4qwZox_.ttf) format("truetype"),url(/build/assets/lato-regular-BE9q2H3r.svg#lato) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(/build/assets/lato-italic-rpCegmyQ.eot);src:local("Lato Italic"),local("Lato-Italic"),url(/build/assets/lato-italic-rpCegmyQ.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-italic-B1KwYAL5.woff) format("woff"),url(/build/assets/lato-italic-D9YVSPNt.ttf) format("truetype"),url(/build/assets/lato-italic-DliR9PLz.svg#lato) format("svg");font-weight:400;font-style:italic}@font-face{font-family:Lato;src:url(/build/assets/lato-light-D_iKMigO.eot);src:local("Lato Light"),local("Lato-Light"),url(/build/assets/lato-light-D_iKMigO.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-light-DiMplDF8.woff) format("woff"),url(/build/assets/lato-light-2UCjM1r4.ttf) format("truetype"),url(/build/assets/lato-light-pz0cta5c.svg#lato) format("svg");font-weight:300;font-style:normal}@font-face{font-family:Lato;src:url(/build/assets/lato-lightitalic-d1WwrHa6.eot);src:local("Lato Light Italic"),local("Lato-LightItalic"),url(/build/assets/lato-lightitalic-d1WwrHa6.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-lightitalic-DYbgeXE4.woff) format("woff"),url(/build/assets/lato-lightitalic-1HYNSjBA.ttf) format("truetype"),url(/build/assets/lato-lightitalic-B1XQfxbB.svg#lato) format("svg");font-weight:300;font-style:italic}@font-face{font-family:Lato;src:url(/build/assets/lato-bold-V0E48Oru.eot);src:local("Lato Bold"),local("Lato-Bold"),url(/build/assets/lato-bold-V0E48Oru.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-bold-jhsKD-BB.woff) format("woff"),url(/build/assets/lato-bold-DJ7mpxtt.ttf) format("truetype"),url(/build/assets/lato-bold-Cdh9EY9N.svg#lato) format("svg");font-weight:700;font-style:normal}@font-face{font-family:Lato;src:url(/build/assets/lato-bolditalic-D5vC1m3F.eot);src:local("Lato Bold Italic"),local("LatoBoldItalic"),url(/build/assets/lato-bolditalic-D5vC1m3F.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-bolditalic-igpwzO5f.woff) format("woff"),url(/build/assets/lato-bolditalic-DIS5X7sI.ttf) format("truetype"),url(/build/assets/lato-bolditalic-fA8T9KVR.svg#lato) format("svg");font-weight:700;font-style:italic}/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:.875em;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:.6665rem;padding-left:.6665rem;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1180px}}.row{display:flex;flex-wrap:wrap;margin-right:-.6665rem;margin-left:-.6665rem}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:.6665rem;padding-left:.6665rem}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered,.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8daff}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9ecdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9ecdff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d6d8db}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cccf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cccf}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe7a0}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe7a0}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b1b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b1b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#eef1f3}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#eef1f3}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbd}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbd}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{-webkit-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated .custom-control-input:valid~.custom-control-label:before,.custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.was-validated .custom-control-input:valid:checked~.custom-control-label:before,.custom-control-input.is-valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus~.custom-control-label:before,.custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label:before,.custom-control-input.is-invalid~.custom-control-label:before{border-color:#dc3545}.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,.custom-control-input.is-invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,.custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.width{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle:after{display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + .5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label:before,.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translate(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label:after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:.6665rem}@media (min-width: 576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-.6665rem;margin-left:-.6665rem}.card-deck .card{flex:1 0 0%;margin-right:.6665rem;margin-bottom:0;margin-left:.6665rem}}.card-group>.card{margin-bottom:.6665rem}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#0062cc}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#545b62}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#1e7e34}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:hover,a.badge-warning:focus{color:#212529;background-color:#d39e00}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#bd2130}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:#dae0e5}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#1d2124}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9ecdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cccf}.alert-secondary .alert-link{color:#212326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c32}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe7a0}.alert-warning .alert-link{color:#533f02}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b1b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#eef1f3}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbd}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#004085;background-color:#9ecdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#383d41;background-color:#c8cccf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe7a0}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b1b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#eef1f3}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbd}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow:before,.bs-tooltip-auto[x-placement^=top] .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow:before,.bs-tooltip-auto[x-placement^=right] .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow:before,.bs-tooltip-auto[x-placement^=bottom] .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow:before,.bs-tooltip-auto[x-placement^=left] .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:before,.popover .arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-top>.arrow:before,.bs-popover-auto[x-placement^=top]>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-top>.arrow:after,.bs-popover-auto[x-placement^=top]>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right>.arrow:before,.bs-popover-auto[x-placement^=right]>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-right>.arrow:after,.bs-popover-auto[x-placement^=right]>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-.5rem - 1px)}.bs-popover-bottom>.arrow:before,.bs-popover-auto[x-placement^=bottom]>.arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-bottom>.arrow:after,.bs-popover-auto[x-placement^=bottom]>.arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header:before,.bs-popover-auto[x-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid rgb(247.35,247.35,247.35)}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left>.arrow:before,.bs-popover-auto[x-placement^=left]>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-left>.arrow:after,.bs-popover-auto[x-placement^=left]>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid rgb(234.6,234.6,234.6);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width: 576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width: 768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width: 992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width: 1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width: 576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width: 576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width: 768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width: 992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width: 1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.176)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.333rem!important}.mt-1,.my-1{margin-top:.333rem!important}.mr-1,.mx-1{margin-right:.333rem!important}.mb-1,.my-1{margin-bottom:.333rem!important}.ml-1,.mx-1{margin-left:.333rem!important}.m-2{margin:.667rem!important}.mt-2,.my-2{margin-top:.667rem!important}.mr-2,.mx-2{margin-right:.667rem!important}.mb-2,.my-2{margin-bottom:.667rem!important}.ml-2,.mx-2{margin-left:.667rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.333rem!important}.mt-4,.my-4{margin-top:1.333rem!important}.mr-4,.mx-4{margin-right:1.333rem!important}.mb-4,.my-4{margin-bottom:1.333rem!important}.ml-4,.mx-4{margin-left:1.333rem!important}.m-5{margin:2rem!important}.mt-5,.my-5{margin-top:2rem!important}.mr-5,.mx-5{margin-right:2rem!important}.mb-5,.my-5{margin-bottom:2rem!important}.ml-5,.mx-5{margin-left:2rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.333rem!important}.pt-1,.py-1{padding-top:.333rem!important}.pr-1,.px-1{padding-right:.333rem!important}.pb-1,.py-1{padding-bottom:.333rem!important}.pl-1,.px-1{padding-left:.333rem!important}.p-2{padding:.667rem!important}.pt-2,.py-2{padding-top:.667rem!important}.pr-2,.px-2{padding-right:.667rem!important}.pb-2,.py-2{padding-bottom:.667rem!important}.pl-2,.px-2{padding-left:.667rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.333rem!important}.pt-4,.py-4{padding-top:1.333rem!important}.pr-4,.px-4{padding-right:1.333rem!important}.pb-4,.py-4{padding-bottom:1.333rem!important}.pl-4,.px-4{padding-left:1.333rem!important}.p-5{padding:2rem!important}.pt-5,.py-5{padding-top:2rem!important}.pr-5,.px-5{padding-right:2rem!important}.pb-5,.py-5{padding-bottom:2rem!important}.pl-5,.px-5{padding-left:2rem!important}.m-n1{margin:-.333rem!important}.mt-n1,.my-n1{margin-top:-.333rem!important}.mr-n1,.mx-n1{margin-right:-.333rem!important}.mb-n1,.my-n1{margin-bottom:-.333rem!important}.ml-n1,.mx-n1{margin-left:-.333rem!important}.m-n2{margin:-.667rem!important}.mt-n2,.my-n2{margin-top:-.667rem!important}.mr-n2,.mx-n2{margin-right:-.667rem!important}.mb-n2,.my-n2{margin-bottom:-.667rem!important}.ml-n2,.mx-n2{margin-left:-.667rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.333rem!important}.mt-n4,.my-n4{margin-top:-1.333rem!important}.mr-n4,.mx-n4{margin-right:-1.333rem!important}.mb-n4,.my-n4{margin-bottom:-1.333rem!important}.ml-n4,.mx-n4{margin-left:-1.333rem!important}.m-n5{margin:-2rem!important}.mt-n5,.my-n5{margin-top:-2rem!important}.mr-n5,.mx-n5{margin-right:-2rem!important}.mb-n5,.my-n5{margin-bottom:-2rem!important}.ml-n5,.mx-n5{margin-left:-2rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.333rem!important}.mt-sm-1,.my-sm-1{margin-top:.333rem!important}.mr-sm-1,.mx-sm-1{margin-right:.333rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.333rem!important}.ml-sm-1,.mx-sm-1{margin-left:.333rem!important}.m-sm-2{margin:.667rem!important}.mt-sm-2,.my-sm-2{margin-top:.667rem!important}.mr-sm-2,.mx-sm-2{margin-right:.667rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.667rem!important}.ml-sm-2,.mx-sm-2{margin-left:.667rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.333rem!important}.mt-sm-4,.my-sm-4{margin-top:1.333rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.333rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.333rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.333rem!important}.m-sm-5{margin:2rem!important}.mt-sm-5,.my-sm-5{margin-top:2rem!important}.mr-sm-5,.mx-sm-5{margin-right:2rem!important}.mb-sm-5,.my-sm-5{margin-bottom:2rem!important}.ml-sm-5,.mx-sm-5{margin-left:2rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.333rem!important}.pt-sm-1,.py-sm-1{padding-top:.333rem!important}.pr-sm-1,.px-sm-1{padding-right:.333rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.333rem!important}.pl-sm-1,.px-sm-1{padding-left:.333rem!important}.p-sm-2{padding:.667rem!important}.pt-sm-2,.py-sm-2{padding-top:.667rem!important}.pr-sm-2,.px-sm-2{padding-right:.667rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.667rem!important}.pl-sm-2,.px-sm-2{padding-left:.667rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.333rem!important}.pt-sm-4,.py-sm-4{padding-top:1.333rem!important}.pr-sm-4,.px-sm-4{padding-right:1.333rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.333rem!important}.pl-sm-4,.px-sm-4{padding-left:1.333rem!important}.p-sm-5{padding:2rem!important}.pt-sm-5,.py-sm-5{padding-top:2rem!important}.pr-sm-5,.px-sm-5{padding-right:2rem!important}.pb-sm-5,.py-sm-5{padding-bottom:2rem!important}.pl-sm-5,.px-sm-5{padding-left:2rem!important}.m-sm-n1{margin:-.333rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.333rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.333rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.333rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.333rem!important}.m-sm-n2{margin:-.667rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.667rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.667rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.667rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.667rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.333rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.333rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.333rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.333rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.333rem!important}.m-sm-n5{margin:-2rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-2rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-2rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-2rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-2rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.333rem!important}.mt-md-1,.my-md-1{margin-top:.333rem!important}.mr-md-1,.mx-md-1{margin-right:.333rem!important}.mb-md-1,.my-md-1{margin-bottom:.333rem!important}.ml-md-1,.mx-md-1{margin-left:.333rem!important}.m-md-2{margin:.667rem!important}.mt-md-2,.my-md-2{margin-top:.667rem!important}.mr-md-2,.mx-md-2{margin-right:.667rem!important}.mb-md-2,.my-md-2{margin-bottom:.667rem!important}.ml-md-2,.mx-md-2{margin-left:.667rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.333rem!important}.mt-md-4,.my-md-4{margin-top:1.333rem!important}.mr-md-4,.mx-md-4{margin-right:1.333rem!important}.mb-md-4,.my-md-4{margin-bottom:1.333rem!important}.ml-md-4,.mx-md-4{margin-left:1.333rem!important}.m-md-5{margin:2rem!important}.mt-md-5,.my-md-5{margin-top:2rem!important}.mr-md-5,.mx-md-5{margin-right:2rem!important}.mb-md-5,.my-md-5{margin-bottom:2rem!important}.ml-md-5,.mx-md-5{margin-left:2rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.333rem!important}.pt-md-1,.py-md-1{padding-top:.333rem!important}.pr-md-1,.px-md-1{padding-right:.333rem!important}.pb-md-1,.py-md-1{padding-bottom:.333rem!important}.pl-md-1,.px-md-1{padding-left:.333rem!important}.p-md-2{padding:.667rem!important}.pt-md-2,.py-md-2{padding-top:.667rem!important}.pr-md-2,.px-md-2{padding-right:.667rem!important}.pb-md-2,.py-md-2{padding-bottom:.667rem!important}.pl-md-2,.px-md-2{padding-left:.667rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.333rem!important}.pt-md-4,.py-md-4{padding-top:1.333rem!important}.pr-md-4,.px-md-4{padding-right:1.333rem!important}.pb-md-4,.py-md-4{padding-bottom:1.333rem!important}.pl-md-4,.px-md-4{padding-left:1.333rem!important}.p-md-5{padding:2rem!important}.pt-md-5,.py-md-5{padding-top:2rem!important}.pr-md-5,.px-md-5{padding-right:2rem!important}.pb-md-5,.py-md-5{padding-bottom:2rem!important}.pl-md-5,.px-md-5{padding-left:2rem!important}.m-md-n1{margin:-.333rem!important}.mt-md-n1,.my-md-n1{margin-top:-.333rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.333rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.333rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.333rem!important}.m-md-n2{margin:-.667rem!important}.mt-md-n2,.my-md-n2{margin-top:-.667rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.667rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.667rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.667rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.333rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.333rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.333rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.333rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.333rem!important}.m-md-n5{margin:-2rem!important}.mt-md-n5,.my-md-n5{margin-top:-2rem!important}.mr-md-n5,.mx-md-n5{margin-right:-2rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-2rem!important}.ml-md-n5,.mx-md-n5{margin-left:-2rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.333rem!important}.mt-lg-1,.my-lg-1{margin-top:.333rem!important}.mr-lg-1,.mx-lg-1{margin-right:.333rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.333rem!important}.ml-lg-1,.mx-lg-1{margin-left:.333rem!important}.m-lg-2{margin:.667rem!important}.mt-lg-2,.my-lg-2{margin-top:.667rem!important}.mr-lg-2,.mx-lg-2{margin-right:.667rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.667rem!important}.ml-lg-2,.mx-lg-2{margin-left:.667rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.333rem!important}.mt-lg-4,.my-lg-4{margin-top:1.333rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.333rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.333rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.333rem!important}.m-lg-5{margin:2rem!important}.mt-lg-5,.my-lg-5{margin-top:2rem!important}.mr-lg-5,.mx-lg-5{margin-right:2rem!important}.mb-lg-5,.my-lg-5{margin-bottom:2rem!important}.ml-lg-5,.mx-lg-5{margin-left:2rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.333rem!important}.pt-lg-1,.py-lg-1{padding-top:.333rem!important}.pr-lg-1,.px-lg-1{padding-right:.333rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.333rem!important}.pl-lg-1,.px-lg-1{padding-left:.333rem!important}.p-lg-2{padding:.667rem!important}.pt-lg-2,.py-lg-2{padding-top:.667rem!important}.pr-lg-2,.px-lg-2{padding-right:.667rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.667rem!important}.pl-lg-2,.px-lg-2{padding-left:.667rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.333rem!important}.pt-lg-4,.py-lg-4{padding-top:1.333rem!important}.pr-lg-4,.px-lg-4{padding-right:1.333rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.333rem!important}.pl-lg-4,.px-lg-4{padding-left:1.333rem!important}.p-lg-5{padding:2rem!important}.pt-lg-5,.py-lg-5{padding-top:2rem!important}.pr-lg-5,.px-lg-5{padding-right:2rem!important}.pb-lg-5,.py-lg-5{padding-bottom:2rem!important}.pl-lg-5,.px-lg-5{padding-left:2rem!important}.m-lg-n1{margin:-.333rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.333rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.333rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.333rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.333rem!important}.m-lg-n2{margin:-.667rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.667rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.667rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.667rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.667rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.333rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.333rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.333rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.333rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.333rem!important}.m-lg-n5{margin:-2rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-2rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-2rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-2rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-2rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.333rem!important}.mt-xl-1,.my-xl-1{margin-top:.333rem!important}.mr-xl-1,.mx-xl-1{margin-right:.333rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.333rem!important}.ml-xl-1,.mx-xl-1{margin-left:.333rem!important}.m-xl-2{margin:.667rem!important}.mt-xl-2,.my-xl-2{margin-top:.667rem!important}.mr-xl-2,.mx-xl-2{margin-right:.667rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.667rem!important}.ml-xl-2,.mx-xl-2{margin-left:.667rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.333rem!important}.mt-xl-4,.my-xl-4{margin-top:1.333rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.333rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.333rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.333rem!important}.m-xl-5{margin:2rem!important}.mt-xl-5,.my-xl-5{margin-top:2rem!important}.mr-xl-5,.mx-xl-5{margin-right:2rem!important}.mb-xl-5,.my-xl-5{margin-bottom:2rem!important}.ml-xl-5,.mx-xl-5{margin-left:2rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.333rem!important}.pt-xl-1,.py-xl-1{padding-top:.333rem!important}.pr-xl-1,.px-xl-1{padding-right:.333rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.333rem!important}.pl-xl-1,.px-xl-1{padding-left:.333rem!important}.p-xl-2{padding:.667rem!important}.pt-xl-2,.py-xl-2{padding-top:.667rem!important}.pr-xl-2,.px-xl-2{padding-right:.667rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.667rem!important}.pl-xl-2,.px-xl-2{padding-left:.667rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.333rem!important}.pt-xl-4,.py-xl-4{padding-top:1.333rem!important}.pr-xl-4,.px-xl-4{padding-right:1.333rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.333rem!important}.pl-xl-4,.px-xl-4{padding-left:1.333rem!important}.p-xl-5{padding:2rem!important}.pt-xl-5,.py-xl-5{padding-top:2rem!important}.pr-xl-5,.px-xl-5{padding-right:2rem!important}.pb-xl-5,.py-xl-5{padding-bottom:2rem!important}.pl-xl-5,.px-xl-5{padding-left:2rem!important}.m-xl-n1{margin:-.333rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.333rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.333rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.333rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.333rem!important}.m-xl-n2{margin:-.667rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.667rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.667rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.667rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.667rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.333rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.333rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.333rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.333rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.333rem!important}.m-xl-n5{margin:-2rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-2rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-2rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-2rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-2rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width: 576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:hover,a.text-primary:focus{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:hover,a.text-success:focus{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:hover,a.text-info:focus{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:hover,a.text-light:focus{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:hover,a.text-dark:focus{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,*:before,*:after{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body,.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:Ionicons;src:url(/build/assets/ionicons-CbWxxKXJ.eot?v=2.0.1);src:url(/build/assets/ionicons-CbWxxKXJ.eot?v=2.0.1#iefix) format("embedded-opentype"),url(/build/assets/ionicons-DFNGXij8.ttf?v=2.0.1) format("truetype"),url(/build/assets/ionicons-D_UeT5V0.woff?v=2.0.1) format("woff"),url(/build/assets/ionicons-_k1V6qJw.svg?v=2.0.1#Ionicons) format("svg");font-weight:400;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:Ionicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:""}.ion-alert-circled:before{content:""}.ion-android-add:before{content:""}.ion-android-add-circle:before{content:""}.ion-android-alarm-clock:before{content:""}.ion-android-alert:before{content:""}.ion-android-apps:before{content:""}.ion-android-archive:before{content:""}.ion-android-arrow-back:before{content:""}.ion-android-arrow-down:before{content:""}.ion-android-arrow-dropdown:before{content:""}.ion-android-arrow-dropdown-circle:before{content:""}.ion-android-arrow-dropleft:before{content:""}.ion-android-arrow-dropleft-circle:before{content:""}.ion-android-arrow-dropright:before{content:""}.ion-android-arrow-dropright-circle:before{content:""}.ion-android-arrow-dropup:before{content:""}.ion-android-arrow-dropup-circle:before{content:""}.ion-android-arrow-forward:before{content:""}.ion-android-arrow-up:before{content:""}.ion-android-attach:before{content:""}.ion-android-bar:before{content:""}.ion-android-bicycle:before{content:""}.ion-android-boat:before{content:""}.ion-android-bookmark:before{content:""}.ion-android-bulb:before{content:""}.ion-android-bus:before{content:""}.ion-android-calendar:before{content:""}.ion-android-call:before{content:""}.ion-android-camera:before{content:""}.ion-android-cancel:before{content:""}.ion-android-car:before{content:""}.ion-android-cart:before{content:""}.ion-android-chat:before{content:""}.ion-android-checkbox:before{content:""}.ion-android-checkbox-blank:before{content:""}.ion-android-checkbox-outline:before{content:""}.ion-android-checkbox-outline-blank:before{content:""}.ion-android-checkmark-circle:before{content:""}.ion-android-clipboard:before{content:""}.ion-android-close:before{content:""}.ion-android-cloud:before{content:""}.ion-android-cloud-circle:before{content:""}.ion-android-cloud-done:before{content:""}.ion-android-cloud-outline:before{content:""}.ion-android-color-palette:before{content:""}.ion-android-compass:before{content:""}.ion-android-contact:before{content:""}.ion-android-contacts:before{content:""}.ion-android-contract:before{content:""}.ion-android-create:before{content:""}.ion-android-delete:before{content:""}.ion-android-desktop:before{content:""}.ion-android-document:before{content:""}.ion-android-done:before{content:""}.ion-android-done-all:before{content:""}.ion-android-download:before{content:""}.ion-android-drafts:before{content:""}.ion-android-exit:before{content:""}.ion-android-expand:before{content:""}.ion-android-favorite:before{content:""}.ion-android-favorite-outline:before{content:""}.ion-android-film:before{content:""}.ion-android-folder:before{content:""}.ion-android-folder-open:before{content:""}.ion-android-funnel:before{content:""}.ion-android-globe:before{content:""}.ion-android-hand:before{content:""}.ion-android-hangout:before{content:""}.ion-android-happy:before{content:""}.ion-android-home:before{content:""}.ion-android-image:before{content:""}.ion-android-laptop:before{content:""}.ion-android-list:before{content:""}.ion-android-locate:before{content:""}.ion-android-lock:before{content:""}.ion-android-mail:before{content:""}.ion-android-map:before{content:""}.ion-android-menu:before{content:""}.ion-android-microphone:before{content:""}.ion-android-microphone-off:before{content:""}.ion-android-more-horizontal:before{content:""}.ion-android-more-vertical:before{content:""}.ion-android-navigate:before{content:""}.ion-android-notifications:before{content:""}.ion-android-notifications-none:before{content:""}.ion-android-notifications-off:before{content:""}.ion-android-open:before{content:""}.ion-android-options:before{content:""}.ion-android-people:before{content:""}.ion-android-person:before{content:""}.ion-android-person-add:before{content:""}.ion-android-phone-landscape:before{content:""}.ion-android-phone-portrait:before{content:""}.ion-android-pin:before{content:""}.ion-android-plane:before{content:""}.ion-android-playstore:before{content:""}.ion-android-print:before{content:""}.ion-android-radio-button-off:before{content:""}.ion-android-radio-button-on:before{content:""}.ion-android-refresh:before{content:""}.ion-android-remove:before{content:""}.ion-android-remove-circle:before{content:""}.ion-android-restaurant:before{content:""}.ion-android-sad:before{content:""}.ion-android-search:before{content:""}.ion-android-send:before{content:""}.ion-android-settings:before{content:""}.ion-android-share:before{content:""}.ion-android-share-alt:before{content:""}.ion-android-star:before{content:""}.ion-android-star-half:before{content:""}.ion-android-star-outline:before{content:""}.ion-android-stopwatch:before{content:""}.ion-android-subway:before{content:""}.ion-android-sunny:before{content:""}.ion-android-sync:before{content:""}.ion-android-textsms:before{content:""}.ion-android-time:before{content:""}.ion-android-train:before{content:""}.ion-android-unlock:before{content:""}.ion-android-upload:before{content:""}.ion-android-volume-down:before{content:""}.ion-android-volume-mute:before{content:""}.ion-android-volume-off:before{content:""}.ion-android-volume-up:before{content:""}.ion-android-walk:before{content:""}.ion-android-warning:before{content:""}.ion-android-watch:before{content:""}.ion-android-wifi:before{content:""}.ion-aperture:before{content:""}.ion-archive:before{content:""}.ion-arrow-down-a:before{content:""}.ion-arrow-down-b:before{content:""}.ion-arrow-down-c:before{content:""}.ion-arrow-expand:before{content:""}.ion-arrow-graph-down-left:before{content:""}.ion-arrow-graph-down-right:before{content:""}.ion-arrow-graph-up-left:before{content:""}.ion-arrow-graph-up-right:before{content:""}.ion-arrow-left-a:before{content:""}.ion-arrow-left-b:before{content:""}.ion-arrow-left-c:before{content:""}.ion-arrow-move:before{content:""}.ion-arrow-resize:before{content:""}.ion-arrow-return-left:before{content:""}.ion-arrow-return-right:before{content:""}.ion-arrow-right-a:before{content:""}.ion-arrow-right-b:before{content:""}.ion-arrow-right-c:before{content:""}.ion-arrow-shrink:before{content:""}.ion-arrow-swap:before{content:""}.ion-arrow-up-a:before{content:""}.ion-arrow-up-b:before{content:""}.ion-arrow-up-c:before{content:""}.ion-asterisk:before{content:""}.ion-at:before{content:""}.ion-backspace:before{content:""}.ion-backspace-outline:before{content:""}.ion-bag:before{content:""}.ion-battery-charging:before{content:""}.ion-battery-empty:before{content:""}.ion-battery-full:before{content:""}.ion-battery-half:before{content:""}.ion-battery-low:before{content:""}.ion-beaker:before{content:""}.ion-beer:before{content:""}.ion-bluetooth:before{content:""}.ion-bonfire:before{content:""}.ion-bookmark:before{content:""}.ion-bowtie:before{content:""}.ion-briefcase:before{content:""}.ion-bug:before{content:""}.ion-calculator:before{content:""}.ion-calendar:before{content:""}.ion-camera:before{content:""}.ion-card:before{content:""}.ion-cash:before{content:""}.ion-chatbox:before{content:""}.ion-chatbox-working:before{content:""}.ion-chatboxes:before{content:""}.ion-chatbubble:before{content:""}.ion-chatbubble-working:before{content:""}.ion-chatbubbles:before{content:""}.ion-checkmark:before{content:""}.ion-checkmark-circled:before{content:""}.ion-checkmark-round:before{content:""}.ion-chevron-down:before{content:""}.ion-chevron-left:before{content:""}.ion-chevron-right:before{content:""}.ion-chevron-up:before{content:""}.ion-clipboard:before{content:""}.ion-clock:before{content:""}.ion-close:before{content:""}.ion-close-circled:before{content:""}.ion-close-round:before{content:""}.ion-closed-captioning:before{content:""}.ion-cloud:before{content:""}.ion-code:before{content:""}.ion-code-download:before{content:""}.ion-code-working:before{content:""}.ion-coffee:before{content:""}.ion-compass:before{content:""}.ion-compose:before{content:""}.ion-connection-bars:before{content:""}.ion-contrast:before{content:""}.ion-crop:before{content:""}.ion-cube:before{content:""}.ion-disc:before{content:""}.ion-document:before{content:""}.ion-document-text:before{content:""}.ion-drag:before{content:""}.ion-earth:before{content:""}.ion-easel:before{content:""}.ion-edit:before{content:""}.ion-egg:before{content:""}.ion-eject:before{content:""}.ion-email:before{content:""}.ion-email-unread:before{content:""}.ion-erlenmeyer-flask:before{content:""}.ion-erlenmeyer-flask-bubbles:before{content:""}.ion-eye:before{content:""}.ion-eye-disabled:before{content:""}.ion-female:before{content:""}.ion-filing:before{content:""}.ion-film-marker:before{content:""}.ion-fireball:before{content:""}.ion-flag:before{content:""}.ion-flame:before{content:""}.ion-flash:before{content:""}.ion-flash-off:before{content:""}.ion-folder:before{content:""}.ion-fork:before{content:""}.ion-fork-repo:before{content:""}.ion-forward:before{content:""}.ion-funnel:before{content:""}.ion-gear-a:before{content:""}.ion-gear-b:before{content:""}.ion-grid:before{content:""}.ion-hammer:before{content:""}.ion-happy:before{content:""}.ion-happy-outline:before{content:""}.ion-headphone:before{content:""}.ion-heart:before{content:""}.ion-heart-broken:before{content:""}.ion-help:before{content:""}.ion-help-buoy:before{content:""}.ion-help-circled:before{content:""}.ion-home:before{content:""}.ion-icecream:before{content:""}.ion-image:before{content:""}.ion-images:before{content:""}.ion-information:before{content:""}.ion-information-circled:before{content:""}.ion-ionic:before{content:""}.ion-ios-alarm:before{content:""}.ion-ios-alarm-outline:before{content:""}.ion-ios-albums:before{content:""}.ion-ios-albums-outline:before{content:""}.ion-ios-americanfootball:before{content:""}.ion-ios-americanfootball-outline:before{content:""}.ion-ios-analytics:before{content:""}.ion-ios-analytics-outline:before{content:""}.ion-ios-arrow-back:before{content:""}.ion-ios-arrow-down:before{content:""}.ion-ios-arrow-forward:before{content:""}.ion-ios-arrow-left:before{content:""}.ion-ios-arrow-right:before{content:""}.ion-ios-arrow-thin-down:before{content:""}.ion-ios-arrow-thin-left:before{content:""}.ion-ios-arrow-thin-right:before{content:""}.ion-ios-arrow-thin-up:before{content:""}.ion-ios-arrow-up:before{content:""}.ion-ios-at:before{content:""}.ion-ios-at-outline:before{content:""}.ion-ios-barcode:before{content:""}.ion-ios-barcode-outline:before{content:""}.ion-ios-baseball:before{content:""}.ion-ios-baseball-outline:before{content:""}.ion-ios-basketball:before{content:""}.ion-ios-basketball-outline:before{content:""}.ion-ios-bell:before{content:""}.ion-ios-bell-outline:before{content:""}.ion-ios-body:before{content:""}.ion-ios-body-outline:before{content:""}.ion-ios-bolt:before{content:""}.ion-ios-bolt-outline:before{content:""}.ion-ios-book:before{content:""}.ion-ios-book-outline:before{content:""}.ion-ios-bookmarks:before{content:""}.ion-ios-bookmarks-outline:before{content:""}.ion-ios-box:before{content:""}.ion-ios-box-outline:before{content:""}.ion-ios-briefcase:before{content:""}.ion-ios-briefcase-outline:before{content:""}.ion-ios-browsers:before{content:""}.ion-ios-browsers-outline:before{content:""}.ion-ios-calculator:before{content:""}.ion-ios-calculator-outline:before{content:""}.ion-ios-calendar:before{content:""}.ion-ios-calendar-outline:before{content:""}.ion-ios-camera:before{content:""}.ion-ios-camera-outline:before{content:""}.ion-ios-cart:before{content:""}.ion-ios-cart-outline:before{content:""}.ion-ios-chatboxes:before{content:""}.ion-ios-chatboxes-outline:before{content:""}.ion-ios-chatbubble:before{content:""}.ion-ios-chatbubble-outline:before{content:""}.ion-ios-checkmark:before{content:""}.ion-ios-checkmark-empty:before{content:""}.ion-ios-checkmark-outline:before{content:""}.ion-ios-circle-filled:before{content:""}.ion-ios-circle-outline:before{content:""}.ion-ios-clock:before{content:""}.ion-ios-clock-outline:before{content:""}.ion-ios-close:before{content:""}.ion-ios-close-empty:before{content:""}.ion-ios-close-outline:before{content:""}.ion-ios-cloud:before{content:""}.ion-ios-cloud-download:before{content:""}.ion-ios-cloud-download-outline:before{content:""}.ion-ios-cloud-outline:before{content:""}.ion-ios-cloud-upload:before{content:""}.ion-ios-cloud-upload-outline:before{content:""}.ion-ios-cloudy:before{content:""}.ion-ios-cloudy-night:before{content:""}.ion-ios-cloudy-night-outline:before{content:""}.ion-ios-cloudy-outline:before{content:""}.ion-ios-cog:before{content:""}.ion-ios-cog-outline:before{content:""}.ion-ios-color-filter:before{content:""}.ion-ios-color-filter-outline:before{content:""}.ion-ios-color-wand:before{content:""}.ion-ios-color-wand-outline:before{content:""}.ion-ios-compose:before{content:""}.ion-ios-compose-outline:before{content:""}.ion-ios-contact:before{content:""}.ion-ios-contact-outline:before{content:""}.ion-ios-copy:before{content:""}.ion-ios-copy-outline:before{content:""}.ion-ios-crop:before{content:""}.ion-ios-crop-strong:before{content:""}.ion-ios-download:before{content:""}.ion-ios-download-outline:before{content:""}.ion-ios-drag:before{content:""}.ion-ios-email:before{content:""}.ion-ios-email-outline:before{content:""}.ion-ios-eye:before{content:""}.ion-ios-eye-outline:before{content:""}.ion-ios-fastforward:before{content:""}.ion-ios-fastforward-outline:before{content:""}.ion-ios-filing:before{content:""}.ion-ios-filing-outline:before{content:""}.ion-ios-film:before{content:""}.ion-ios-film-outline:before{content:""}.ion-ios-flag:before{content:""}.ion-ios-flag-outline:before{content:""}.ion-ios-flame:before{content:""}.ion-ios-flame-outline:before{content:""}.ion-ios-flask:before{content:""}.ion-ios-flask-outline:before{content:""}.ion-ios-flower:before{content:""}.ion-ios-flower-outline:before{content:""}.ion-ios-folder:before{content:""}.ion-ios-folder-outline:before{content:""}.ion-ios-football:before{content:""}.ion-ios-football-outline:before{content:""}.ion-ios-game-controller-a:before{content:""}.ion-ios-game-controller-a-outline:before{content:""}.ion-ios-game-controller-b:before{content:""}.ion-ios-game-controller-b-outline:before{content:""}.ion-ios-gear:before{content:""}.ion-ios-gear-outline:before{content:""}.ion-ios-glasses:before{content:""}.ion-ios-glasses-outline:before{content:""}.ion-ios-grid-view:before{content:""}.ion-ios-grid-view-outline:before{content:""}.ion-ios-heart:before{content:""}.ion-ios-heart-outline:before{content:""}.ion-ios-help:before{content:""}.ion-ios-help-empty:before{content:""}.ion-ios-help-outline:before{content:""}.ion-ios-home:before{content:""}.ion-ios-home-outline:before{content:""}.ion-ios-infinite:before{content:""}.ion-ios-infinite-outline:before{content:""}.ion-ios-information:before{content:""}.ion-ios-information-empty:before{content:""}.ion-ios-information-outline:before{content:""}.ion-ios-ionic-outline:before{content:""}.ion-ios-keypad:before{content:""}.ion-ios-keypad-outline:before{content:""}.ion-ios-lightbulb:before{content:""}.ion-ios-lightbulb-outline:before{content:""}.ion-ios-list:before{content:""}.ion-ios-list-outline:before{content:""}.ion-ios-location:before{content:""}.ion-ios-location-outline:before{content:""}.ion-ios-locked:before{content:""}.ion-ios-locked-outline:before{content:""}.ion-ios-loop:before{content:""}.ion-ios-loop-strong:before{content:""}.ion-ios-medical:before{content:""}.ion-ios-medical-outline:before{content:""}.ion-ios-medkit:before{content:""}.ion-ios-medkit-outline:before{content:""}.ion-ios-mic:before{content:""}.ion-ios-mic-off:before{content:""}.ion-ios-mic-outline:before{content:""}.ion-ios-minus:before{content:""}.ion-ios-minus-empty:before{content:""}.ion-ios-minus-outline:before{content:""}.ion-ios-monitor:before{content:""}.ion-ios-monitor-outline:before{content:""}.ion-ios-moon:before{content:""}.ion-ios-moon-outline:before{content:""}.ion-ios-more:before{content:""}.ion-ios-more-outline:before{content:""}.ion-ios-musical-note:before{content:""}.ion-ios-musical-notes:before{content:""}.ion-ios-navigate:before{content:""}.ion-ios-navigate-outline:before{content:""}.ion-ios-nutrition:before{content:""}.ion-ios-nutrition-outline:before{content:""}.ion-ios-paper:before{content:""}.ion-ios-paper-outline:before{content:""}.ion-ios-paperplane:before{content:""}.ion-ios-paperplane-outline:before{content:""}.ion-ios-partlysunny:before{content:""}.ion-ios-partlysunny-outline:before{content:""}.ion-ios-pause:before{content:""}.ion-ios-pause-outline:before{content:""}.ion-ios-paw:before{content:""}.ion-ios-paw-outline:before{content:""}.ion-ios-people:before{content:""}.ion-ios-people-outline:before{content:""}.ion-ios-person:before{content:""}.ion-ios-person-outline:before{content:""}.ion-ios-personadd:before{content:""}.ion-ios-personadd-outline:before{content:""}.ion-ios-photos:before{content:""}.ion-ios-photos-outline:before{content:""}.ion-ios-pie:before{content:""}.ion-ios-pie-outline:before{content:""}.ion-ios-pint:before{content:""}.ion-ios-pint-outline:before{content:""}.ion-ios-play:before{content:""}.ion-ios-play-outline:before{content:""}.ion-ios-plus:before{content:""}.ion-ios-plus-empty:before{content:""}.ion-ios-plus-outline:before{content:""}.ion-ios-pricetag:before{content:""}.ion-ios-pricetag-outline:before{content:""}.ion-ios-pricetags:before{content:""}.ion-ios-pricetags-outline:before{content:""}.ion-ios-printer:before{content:""}.ion-ios-printer-outline:before{content:""}.ion-ios-pulse:before{content:""}.ion-ios-pulse-strong:before{content:""}.ion-ios-rainy:before{content:""}.ion-ios-rainy-outline:before{content:""}.ion-ios-recording:before{content:""}.ion-ios-recording-outline:before{content:""}.ion-ios-redo:before{content:""}.ion-ios-redo-outline:before{content:""}.ion-ios-refresh:before{content:""}.ion-ios-refresh-empty:before{content:""}.ion-ios-refresh-outline:before{content:""}.ion-ios-reload:before{content:""}.ion-ios-reverse-camera:before{content:""}.ion-ios-reverse-camera-outline:before{content:""}.ion-ios-rewind:before{content:""}.ion-ios-rewind-outline:before{content:""}.ion-ios-rose:before{content:""}.ion-ios-rose-outline:before{content:""}.ion-ios-search:before{content:""}.ion-ios-search-strong:before{content:""}.ion-ios-settings:before{content:""}.ion-ios-settings-strong:before{content:""}.ion-ios-shuffle:before{content:""}.ion-ios-shuffle-strong:before{content:""}.ion-ios-skipbackward:before{content:""}.ion-ios-skipbackward-outline:before{content:""}.ion-ios-skipforward:before{content:""}.ion-ios-skipforward-outline:before{content:""}.ion-ios-snowy:before{content:""}.ion-ios-speedometer:before{content:""}.ion-ios-speedometer-outline:before{content:""}.ion-ios-star:before{content:""}.ion-ios-star-half:before{content:""}.ion-ios-star-outline:before{content:""}.ion-ios-stopwatch:before{content:""}.ion-ios-stopwatch-outline:before{content:""}.ion-ios-sunny:before{content:""}.ion-ios-sunny-outline:before{content:""}.ion-ios-telephone:before{content:""}.ion-ios-telephone-outline:before{content:""}.ion-ios-tennisball:before{content:""}.ion-ios-tennisball-outline:before{content:""}.ion-ios-thunderstorm:before{content:""}.ion-ios-thunderstorm-outline:before{content:""}.ion-ios-time:before{content:""}.ion-ios-time-outline:before{content:""}.ion-ios-timer:before{content:""}.ion-ios-timer-outline:before{content:""}.ion-ios-toggle:before{content:""}.ion-ios-toggle-outline:before{content:""}.ion-ios-trash:before{content:""}.ion-ios-trash-outline:before{content:""}.ion-ios-undo:before{content:""}.ion-ios-undo-outline:before{content:""}.ion-ios-unlocked:before{content:""}.ion-ios-unlocked-outline:before{content:""}.ion-ios-upload:before{content:""}.ion-ios-upload-outline:before{content:""}.ion-ios-videocam:before{content:""}.ion-ios-videocam-outline:before{content:""}.ion-ios-volume-high:before{content:""}.ion-ios-volume-low:before{content:""}.ion-ios-wineglass:before{content:""}.ion-ios-wineglass-outline:before{content:""}.ion-ios-world:before{content:""}.ion-ios-world-outline:before{content:""}.ion-ipad:before{content:""}.ion-iphone:before{content:""}.ion-ipod:before{content:""}.ion-jet:before{content:""}.ion-key:before{content:""}.ion-knife:before{content:""}.ion-laptop:before{content:""}.ion-leaf:before{content:""}.ion-levels:before{content:""}.ion-lightbulb:before{content:""}.ion-link:before{content:""}.ion-load-a:before{content:""}.ion-load-b:before{content:""}.ion-load-c:before{content:""}.ion-load-d:before{content:""}.ion-location:before{content:""}.ion-lock-combination:before{content:""}.ion-locked:before{content:""}.ion-log-in:before{content:""}.ion-log-out:before{content:""}.ion-loop:before{content:""}.ion-magnet:before{content:""}.ion-male:before{content:""}.ion-man:before{content:""}.ion-map:before{content:""}.ion-medkit:before{content:""}.ion-merge:before{content:""}.ion-mic-a:before{content:""}.ion-mic-b:before{content:""}.ion-mic-c:before{content:""}.ion-minus:before{content:""}.ion-minus-circled:before{content:""}.ion-minus-round:before{content:""}.ion-model-s:before{content:""}.ion-monitor:before{content:""}.ion-more:before{content:""}.ion-mouse:before{content:""}.ion-music-note:before{content:""}.ion-navicon:before{content:""}.ion-navicon-round:before{content:""}.ion-navigate:before{content:""}.ion-network:before{content:""}.ion-no-smoking:before{content:""}.ion-nuclear:before{content:""}.ion-outlet:before{content:""}.ion-paintbrush:before{content:""}.ion-paintbucket:before{content:""}.ion-paper-airplane:before{content:""}.ion-paperclip:before{content:""}.ion-pause:before{content:""}.ion-person:before{content:""}.ion-person-add:before{content:""}.ion-person-stalker:before{content:""}.ion-pie-graph:before{content:""}.ion-pin:before{content:""}.ion-pinpoint:before{content:""}.ion-pizza:before{content:""}.ion-plane:before{content:""}.ion-planet:before{content:""}.ion-play:before{content:""}.ion-playstation:before{content:""}.ion-plus:before{content:""}.ion-plus-circled:before{content:""}.ion-plus-round:before{content:""}.ion-podium:before{content:""}.ion-pound:before{content:""}.ion-power:before{content:""}.ion-pricetag:before{content:""}.ion-pricetags:before{content:""}.ion-printer:before{content:""}.ion-pull-request:before{content:""}.ion-qr-scanner:before{content:""}.ion-quote:before{content:""}.ion-radio-waves:before{content:""}.ion-record:before{content:""}.ion-refresh:before{content:""}.ion-reply:before{content:""}.ion-reply-all:before{content:""}.ion-ribbon-a:before{content:""}.ion-ribbon-b:before{content:""}.ion-sad:before{content:""}.ion-sad-outline:before{content:""}.ion-scissors:before{content:""}.ion-search:before{content:""}.ion-settings:before{content:""}.ion-share:before{content:""}.ion-shuffle:before{content:""}.ion-skip-backward:before{content:""}.ion-skip-forward:before{content:""}.ion-social-android:before{content:""}.ion-social-android-outline:before{content:""}.ion-social-angular:before{content:""}.ion-social-angular-outline:before{content:""}.ion-social-apple:before{content:""}.ion-social-apple-outline:before{content:""}.ion-social-bitcoin:before{content:""}.ion-social-bitcoin-outline:before{content:""}.ion-social-buffer:before{content:""}.ion-social-buffer-outline:before{content:""}.ion-social-chrome:before{content:""}.ion-social-chrome-outline:before{content:""}.ion-social-codepen:before{content:""}.ion-social-codepen-outline:before{content:""}.ion-social-css3:before{content:""}.ion-social-css3-outline:before{content:""}.ion-social-designernews:before{content:""}.ion-social-designernews-outline:before{content:""}.ion-social-dribbble:before{content:""}.ion-social-dribbble-outline:before{content:""}.ion-social-dropbox:before{content:""}.ion-social-dropbox-outline:before{content:""}.ion-social-euro:before{content:""}.ion-social-euro-outline:before{content:""}.ion-social-facebook:before{content:""}.ion-social-facebook-outline:before{content:""}.ion-social-foursquare:before{content:""}.ion-social-foursquare-outline:before{content:""}.ion-social-freebsd-devil:before{content:""}.ion-social-github:before{content:""}.ion-social-github-outline:before{content:""}.ion-social-google:before{content:""}.ion-social-google-outline:before{content:""}.ion-social-googleplus:before{content:""}.ion-social-googleplus-outline:before{content:""}.ion-social-hackernews:before{content:""}.ion-social-hackernews-outline:before{content:""}.ion-social-html5:before{content:""}.ion-social-html5-outline:before{content:""}.ion-social-instagram:before{content:""}.ion-social-instagram-outline:before{content:""}.ion-social-javascript:before{content:""}.ion-social-javascript-outline:before{content:""}.ion-social-linkedin:before{content:""}.ion-social-linkedin-outline:before{content:""}.ion-social-markdown:before{content:""}.ion-social-nodejs:before{content:""}.ion-social-octocat:before{content:""}.ion-social-pinterest:before{content:""}.ion-social-pinterest-outline:before{content:""}.ion-social-python:before{content:""}.ion-social-reddit:before{content:""}.ion-social-reddit-outline:before{content:""}.ion-social-rss:before{content:""}.ion-social-rss-outline:before{content:""}.ion-social-sass:before{content:""}.ion-social-skype:before{content:""}.ion-social-skype-outline:before{content:""}.ion-social-snapchat:before{content:""}.ion-social-snapchat-outline:before{content:""}.ion-social-tumblr:before{content:""}.ion-social-tumblr-outline:before{content:""}.ion-social-tux:before{content:""}.ion-social-twitch:before{content:""}.ion-social-twitch-outline:before{content:""}.ion-social-twitter:before{content:""}.ion-social-twitter-outline:before{content:""}.ion-social-usd:before{content:""}.ion-social-usd-outline:before{content:""}.ion-social-vimeo:before{content:""}.ion-social-vimeo-outline:before{content:""}.ion-social-whatsapp:before{content:""}.ion-social-whatsapp-outline:before{content:""}.ion-social-windows:before{content:""}.ion-social-windows-outline:before{content:""}.ion-social-wordpress:before{content:""}.ion-social-wordpress-outline:before{content:""}.ion-social-yahoo:before{content:""}.ion-social-yahoo-outline:before{content:""}.ion-social-yen:before{content:""}.ion-social-yen-outline:before{content:""}.ion-social-youtube:before{content:""}.ion-social-youtube-outline:before{content:""}.ion-soup-can:before{content:""}.ion-soup-can-outline:before{content:""}.ion-speakerphone:before{content:""}.ion-speedometer:before{content:""}.ion-spoon:before{content:""}.ion-star:before{content:""}.ion-stats-bars:before{content:""}.ion-steam:before{content:""}.ion-stop:before{content:""}.ion-thermometer:before{content:""}.ion-thumbsdown:before{content:""}.ion-thumbsup:before{content:""}.ion-toggle:before{content:""}.ion-toggle-filled:before{content:""}.ion-transgender:before{content:""}.ion-trash-a:before{content:""}.ion-trash-b:before{content:""}.ion-trophy:before{content:""}.ion-tshirt:before{content:""}.ion-tshirt-outline:before{content:""}.ion-umbrella:before{content:""}.ion-university:before{content:""}.ion-unlocked:before{content:""}.ion-upload:before{content:""}.ion-usb:before{content:""}.ion-videocamera:before{content:""}.ion-volume-high:before{content:""}.ion-volume-low:before{content:""}.ion-volume-medium:before{content:""}.ion-volume-mute:before{content:""}.ion-wand:before{content:""}.ion-waterdrop:before{content:""}.ion-wifi:before{content:""}.ion-wineglass:before{content:""}.ion-woman:before{content:""}.ion-wrench:before{content:""}.ion-xbox:before{content:""}@font-face{font-family:Lato;src:url(/build/assets/lato-regular-DXpsO5jD.eot);src:local("Lato Regular"),local("Lato-Regular"),url(/build/assets/lato-regular-DXpsO5jD.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-regular-DdzPa3bH.woff) format("woff"),url(/build/assets/lato-regular-B4qwZox_.ttf) format("truetype"),url(/build/assets/lato-regular-BE9q2H3r.svg#lato) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(/build/assets/lato-italic-rpCegmyQ.eot);src:local("Lato Italic"),local("Lato-Italic"),url(/build/assets/lato-italic-rpCegmyQ.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-italic-B1KwYAL5.woff) format("woff"),url(/build/assets/lato-italic-D9YVSPNt.ttf) format("truetype"),url(/build/assets/lato-italic-DliR9PLz.svg#lato) format("svg");font-weight:400;font-style:italic}@font-face{font-family:Lato;src:url(/build/assets/lato-light-D_iKMigO.eot);src:local("Lato Light"),local("Lato-Light"),url(/build/assets/lato-light-D_iKMigO.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-light-DiMplDF8.woff) format("woff"),url(/build/assets/lato-light-2UCjM1r4.ttf) format("truetype"),url(/build/assets/lato-light-pz0cta5c.svg#lato) format("svg");font-weight:300;font-style:normal}@font-face{font-family:Lato;src:url(/build/assets/lato-lightitalic-d1WwrHa6.eot);src:local("Lato Light Italic"),local("Lato-LightItalic"),url(/build/assets/lato-lightitalic-d1WwrHa6.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-lightitalic-DYbgeXE4.woff) format("woff"),url(/build/assets/lato-lightitalic-1HYNSjBA.ttf) format("truetype"),url(/build/assets/lato-lightitalic-B1XQfxbB.svg#lato) format("svg");font-weight:300;font-style:italic}@font-face{font-family:Lato;src:url(/build/assets/lato-bold-V0E48Oru.eot);src:local("Lato Bold"),local("Lato-Bold"),url(/build/assets/lato-bold-V0E48Oru.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-bold-jhsKD-BB.woff) format("woff"),url(/build/assets/lato-bold-DJ7mpxtt.ttf) format("truetype"),url(/build/assets/lato-bold-Cdh9EY9N.svg#lato) format("svg");font-weight:700;font-style:normal}@font-face{font-family:Lato;src:url(/build/assets/lato-bolditalic-D5vC1m3F.eot);src:local("Lato Bold Italic"),local("LatoBoldItalic"),url(/build/assets/lato-bolditalic-D5vC1m3F.eot?#iefix) format("embedded-opentype"),url(/build/assets/lato-bolditalic-igpwzO5f.woff) format("woff"),url(/build/assets/lato-bolditalic-DIS5X7sI.ttf) format("truetype"),url(/build/assets/lato-bolditalic-fA8T9KVR.svg#lato) format("svg");font-weight:700;font-style:italic}h1,h2{font-size:34px;line-height:42px;font-weight:700;color:#4a4a4a;font-family:Lato,Arial,sans-serif;margin:0 0 30px;padding:0 0 34px}h1 .gray,h2 .gray{color:rgba(13,19,43,.5)}h1 a,h2 a{color:#4a4a4a;text-decoration:none}h1 a:hover,h2 a:hover{color:#18aa4c}h3{font-size:19px;line-height:30px;font-weight:700;color:#4a4a4a;font-family:Lato,Arial,sans-serif;padding:15px 0 0;margin:0;position:relative}h3 .gray{color:rgba(13,19,43,.5)}h3 a{color:#4a4a4a;text-decoration:none}h3 a:hover{color:#18aa4c}h3.enlarge{position:relative;font-size:26px;line-height:30px;font-weight:700;color:#4a4a4a;font-family:Lato,Arial,sans-serif;padding:30px 0 15px;margin:0}h3.enlarge .gray{color:rgba(13,19,43,.5)}h3.enlarge[class*=ion-]:before,h3.enlarge[class*=fa-]:before,h3.enlarge[class*=kee-]:before{font-size:20px;margin-right:5px}h3.with-spacer{padding-bottom:24px;margin-bottom:15px}h3.with-spacer:before{content:"";width:30px;height:4px;display:block;position:absolute;left:0;bottom:0;background:#1ed760;background:-moz-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:-webkit-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:linear-gradient(90deg,#1ed760,#699efb)}h4{font-size:15px;line-height:20px;font-weight:700;color:#1ed760;font-family:Lato,Arial,sans-serif;letter-spacing:3px;text-transform:uppercase;padding:15px 0 5px;margin:0}h4 .gray{color:rgba(13,19,43,.5)}h4 a{color:#1ed760;text-decoration:none}h4 a:hover{color:#1ed760}h4.with-spacer{position:relative;padding-bottom:15px;margin-bottom:15px}h4.with-spacer:after{content:"";width:30px;height:4px;display:block;position:absolute;left:0;right:0;margin:0 auto;bottom:0;border-radius:2px;background:#1ed760;background:-moz-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:-webkit-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:linear-gradient(90deg,#1ed760,#699efb)}h1,h2{position:relative}h1:before,h2:before{content:"";width:60px;height:4px;display:block;position:absolute;left:0;bottom:0;border-radius:2px;background:#1ed760;background:-moz-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:-webkit-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:linear-gradient(90deg,#1ed760,#699efb)}h1:before .gray,h2:before .gray{color:rgba(13,19,43,.5)}h1:before a,h2:before a{text-decoration:none;color:#1ed760}h1:before a:hover,h2:before a:hover{color:#18aa4c}.sub-h2{position:relative;margin:0;padding:0;top:0;left:0;font-size:15px;line-height:26px;font-weight:700;color:#1ed760;text-transform:uppercase;font-family:Lato,Arial,sans-serif;letter-spacing:3px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sub-h2 a{color:#1ed760;text-decoration:none}.sub-h2 a:hover{color:#18aa4c}.sub-h2+h1,.sub-h2+h2{padding-top:7px}.sub-h2 span.gray{color:rgba(13,19,43,.5)}.sub-h3{position:relative;margin:0;padding:0;top:0;left:0;font-size:13px;line-height:26px;font-weight:700;color:#1ed760;text-transform:uppercase;font-family:Lato,Arial,sans-serif;letter-spacing:3px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sub-h3.has-enlarge{margin:0}.sub-h3.has-enlarge a{color:#1ed760;text-decoration:none}.sub-h3.has-enlarge a:hover{color:#18aa4c}.sub-h3+h3{padding-top:7px}.sub-h3 span.gray{color:rgba(13,19,43,.5)}.text-center h1,.text-center h2,.text-center h3,.text-center h4{width:100%;padding-top:15px}.text-center h1:before,.text-center h2:before,.text-center h3:before{left:0;right:0;margin:auto}@media (max-width: 1199px){h1,h2{font-size:27px;line-height:33px;padding-bottom:28px;margin-bottom:24px}.sub-h2{font-size:12px;line-height:23px;margin:0}.sub-h2+h1,.sub-h2+h2{padding-top:7px}h3{font-size:17px;line-height:27px}h3.enlarge{font-size:23px;line-height:27px;padding-top:24px;padding-bottom:16px}.sub-h3{font-size:11px;line-height:23px;margin:0}.sub-h3+h3{padding-top:7px}h4{font-size:13px;line-height:18px}}@media (max-width: 991px){h1,h2{font-size:23px;line-height:29px;padding-bottom:28px;margin-bottom:24px}.sub-h2{font-size:10px;line-height:23px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sub-h2+h1,.sub-h2+h2{padding-top:7px}h3.enlarge{font-size:18px;line-height:21px;padding-top:24px;padding-bottom:5px}h3.with-spacer{padding-bottom:20px}.sub-h3{font-size:10px;line-height:23px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sub-h3+h3{padding-top:7px}h4{font-size:12px;line-height:16px}}@media (max-width: 767px){h1:before,h2:before{width:40px}}@media (min-width: 576px){.text-sm-left h1:before,.text-sm-left h2:before,.text-sm-left h3:before{left:0;margin:0}.text-sm-center h1:before,.text-sm-center h2:before,.text-sm-center h3:before{left:0;right:0;margin:0 auto}}@media (min-width: 768px){.text-md-left h1:before,.text-md-left h2:before,.text-md-left h3:before{left:0;margin:0}.text-md-center h1:before,.text-md-center h2:before,.text-md-center h3:before{left:0;right:0;margin:0 auto}}@media (min-width: 992px){.text-lg-left h1:before,.text-lg-left h2:before,.text-lg-left h3:before{left:0;margin:0}.text-lg-center h1:before,.text-lg-center h2:before,.text-lg-center h3:before{left:0;right:0;margin:0 auto}}@media (min-width: 1200px){.text-xl-left h1:before,.text-xl-left h2:before,.text-xl-left h3:before{left:0;margin:0}.text-xl-center h1:before,.text-xl-center h2:before,.text-xl-center h3:before{left:0;right:0;margin:0 auto}}body{padding:0;background:#fff;font-family:Lato,Arial,sans-serif;color:#4a4a4a;position:relative;height:100%;width:100%;float:left;min-width:320px;font-size:16px;font-weight:400;line-height:26px}body *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#1ed760;transition:color .15s ease-in-out}a:hover,a:active{color:#127d38;transition:color .15s ease-in-out}a[class*=ion-]:before,a[class*=fa-]:before,a[class*=kee-]:before{margin-right:5px}p{font-size:16px;line-height:26px;font-weight:400;color:#4a4a4a;font-family:Lato,Arial,sans-serif;margin:0;padding:5px 0 15px}p.leading{font-size:19px;line-height:30px;font-weight:400;color:#4a4a4a;font-family:Lato,Arial,sans-serif}p.small{font-size:15px;line-height:27px}small{font-size:13px;line-height:16px;font-weight:400;color:#4a4a4a;font-family:Lato,Arial,sans-serif;float:left;width:100%}p a,small a,ul li a,ol li a{text-decoration:underline}.text-secondary{color:rgba(13,19,43,.5)!important}.text-green{color:#1ed760}.text-blue{color:#699efb}[class*=z-index]{position:relative}.z-index-0{z-index:0}.z-index-1{z-index:1}.z-index-2{z-index:2}.z-index-3{z-index:3}.z-index-4{z-index:4}.z-index-5{z-index:5}.z-index-6{z-index:6}.z-index-7{z-index:7}.z-index-8{z-index:8}.z-index-9{z-index:9}.z-index-10{z-index:10}.z-index-11{z-index:11}.z-index-12{z-index:12}.z-index-13{z-index:13}.z-index-14{z-index:14}.z-index-15{z-index:15}.z-index-16{z-index:16}.z-index-17{z-index:17}.z-index-18{z-index:18}.z-index-19{z-index:19}.z-index-20{z-index:20}.z-index-21{z-index:21}.z-index-22{z-index:22}.z-index-23{z-index:23}.z-index-24{z-index:24}.z-index-25{z-index:25}.z-index-26{z-index:26}.z-index-27{z-index:27}.z-index-28{z-index:28}.z-index-29{z-index:29}.z-index-30{z-index:30}.z-index-31{z-index:31}.z-index-32{z-index:32}.z-index-33{z-index:33}.z-index-34{z-index:34}.z-index-35{z-index:35}.z-index-36{z-index:36}.z-index-37{z-index:37}.z-index-38{z-index:38}.z-index-39{z-index:39}.z-index-40{z-index:40}.z-index-41{z-index:41}.z-index-42{z-index:42}.z-index-43{z-index:43}.z-index-44{z-index:44}.z-index-45{z-index:45}.z-index-46{z-index:46}.z-index-47{z-index:47}.z-index-48{z-index:48}.z-index-49{z-index:49}.z-index-50{z-index:50}.z-index-51{z-index:51}.z-index-52{z-index:52}.z-index-53{z-index:53}.z-index-54{z-index:54}.z-index-55{z-index:55}.z-index-56{z-index:56}.z-index-57{z-index:57}.z-index-58{z-index:58}.z-index-59{z-index:59}.z-index-60{z-index:60}.z-index-61{z-index:61}.z-index-62{z-index:62}.z-index-63{z-index:63}.z-index-64{z-index:64}.z-index-65{z-index:65}.z-index-66{z-index:66}.z-index-67{z-index:67}.z-index-68{z-index:68}.z-index-69{z-index:69}.z-index-70{z-index:70}.z-index-71{z-index:71}.z-index-72{z-index:72}.z-index-73{z-index:73}.z-index-74{z-index:74}.z-index-75{z-index:75}.z-index-76{z-index:76}.z-index-77{z-index:77}.z-index-78{z-index:78}.z-index-79{z-index:79}.z-index-80{z-index:80}.z-index-81{z-index:81}.z-index-82{z-index:82}.z-index-83{z-index:83}.z-index-84{z-index:84}.z-index-85{z-index:85}.z-index-86{z-index:86}.z-index-87{z-index:87}.z-index-88{z-index:88}.z-index-89{z-index:89}.z-index-90{z-index:90}.z-index-91{z-index:91}.z-index-92{z-index:92}.z-index-93{z-index:93}.z-index-94{z-index:94}.z-index-95{z-index:95}.z-index-96{z-index:96}.z-index-97{z-index:97}.z-index-98{z-index:98}.z-index-99{z-index:99}.z-index-100{z-index:100}.animate-visible{opacity:0;transition:opacity .15s;pointer-events:none}.animate-visible.fade-in{opacity:1;transition:opacity .15s;pointer-events:auto}@media (max-width: 1199px){body,p{font-size:15px;line-height:24px}p.leading{font-size:18px;line-height:28px}}.no-padding-xs{padding:0!important}.no-padding-top-xs{padding-top:0!important}@media (min-width: 576px){.no-padding-sm{padding:0!important}.no-padding-top-sm{padding-top:0!important}}@media (min-width: 768px){.no-padding-md{padding:0!important}.no-padding-top-md{padding-top:0!important}}@media (min-width: 992px){.no-padding-lg{padding:0!important}.no-padding-top-lg{padding-top:0!important}}@media (min-width: 1180px){.no-padding-xl{padding:0!important}.no-padding-top-xl{padding-top:0!important}}.d-none-m{display:flex}@media (max-width: 410px){.d-none-m{display:none!important}}@view-transition{navigation: auto;}body{opacity:1;animation:animateBody .5s;animation-iteration-count:1}@media only screen and (min-width: 540px){.animate.animated{opacity:1;animation:fadeInUp;animation-duration:.5s;animation-iteration-count:1}.animate.animated-1,.animate.animated-1.will-animate-lft,.animate.animated-1.will-animate-rgt{animation-duration:.5s!important}.animate.animated-2,.animate.animated-2.will-animate-lft,.animate.animated-2.will-animate-rgt{animation-duration:.52s!important}.animate.animated-3,.animate.animated-3.will-animate-lft,.animate.animated-3.will-animate-rgt{animation-duration:.54s!important}.animate.animated-4,.animate.animated-4.will-animate-lft,.animate.animated-4.will-animate-rgt{animation-duration:.56s!important}.animate.animated-5,.animate.animated-5.will-animate-lft,.animate.animated-5.will-animate-rgt{animation-duration:.58s!important}.animate.animated-6,.animate.animated-6.will-animate-lft,.animate.animated-6.will-animate-rgt{animation-duration:.6s!important}.animate.animated-7,.animate.animated-7.will-animate-lft,.animate.animated-7.will-animate-rgt{animation-duration:.62s!important}.animate.animated-8,.animate.animated-8.will-animate-lft,.animate.animated-8.will-animate-rgt{animation-duration:.64s!important}.animate.animated-9,.animate.animated-9.will-animate-lft,.animate.animated-9.will-animate-rgt{animation-duration:.66s!important}.animate.animated-10,.animate.animated-10.will-animate-lft,.animate.animated-10.will-animate-rgt{animation-duration:.68s!important}.animate.animated-11,.animate.animated-11.will-animate-lft,.animate.animated-11.will-animate-rgt{animation-duration:.7s!important}.animate.animated-12,.animate.animated-12.will-animate-lft,.animate.animated-12.will-animate-rgt{animation-duration:.72s!important}.animate.animated-13,.animate.animated-13.will-animate-lft,.animate.animated-13.will-animate-rgt{animation-duration:.74s!important}.animate.animated-14,.animate.animated-14.will-animate-lft,.animate.animated-14.will-animate-rgt{animation-duration:.76s!important}.animate.animated-15,.animate.animated-15.will-animate-lft,.animate.animated-15.will-animate-rgt{animation-duration:.78s!important}.animate.animated-16,.animate.animated-16.will-animate-lft,.animate.animated-16.will-animate-rgt{animation-duration:.8s!important}.animate.animated-17,.animate.animated-17.will-animate-lft,.animate.animated-17.will-animate-rgt{animation-duration:.82s!important}.animate.animated-18,.animate.animated-18.will-animate-lft,.animate.animated-18.will-animate-rgt{animation-duration:.84s!important}.animate.animated-19,.animate.animated-19.will-animate-lft,.animate.animated-19.will-animate-rgt{animation-duration:.86s!important}.animate.animated-20,.animate.animated-20.will-animate-lft,.animate.animated-20.will-animate-rgt{animation-duration:.88s!important}.animate.animated-21,.animate.animated-21.will-animate-lft,.animate.animated-21.will-animate-rgt{animation-duration:.9s!important}.animate.animated-22,.animate.animated-22.will-animate-lft,.animate.animated-22.will-animate-rgt{animation-duration:.92s!important}.animate.animated-23,.animate.animated-23.will-animate-lft,.animate.animated-23.will-animate-rgt{animation-duration:.94s!important}.animate.animated-24,.animate.animated-24.will-animate-lft,.animate.animated-24.will-animate-rgt{animation-duration:.96s!important}.animate.animated-25,.animate.animated-25.will-animate-lft,.animate.animated-25.will-animate-rgt{animation-duration:.98s!important}.animate.animated-26,.animate.animated-26.will-animate-lft,.animate.animated-26.will-animate-rgt{animation-duration:1s!important}.animate.animated-27,.animate.animated-27.will-animate-lft,.animate.animated-27.will-animate-rgt{animation-duration:1.02s!important}.animate.animated-28,.animate.animated-28.will-animate-lft,.animate.animated-28.will-animate-rgt{animation-duration:1.04s!important}.animate.animated-29,.animate.animated-29.will-animate-lft,.animate.animated-29.will-animate-rgt{animation-duration:1.06s!important}.animate.animated-30,.animate.animated-30.will-animate-lft,.animate.animated-30.will-animate-rgt{animation-duration:1.08s!important}.animate.animated-31,.animate.animated-31.will-animate-lft,.animate.animated-31.will-animate-rgt{animation-duration:1.1s!important}.animate.animated-32,.animate.animated-32.will-animate-lft,.animate.animated-32.will-animate-rgt{animation-duration:1.12s!important}.animate.animated-33,.animate.animated-33.will-animate-lft,.animate.animated-33.will-animate-rgt{animation-duration:1.14s!important}.animate.animated-34,.animate.animated-34.will-animate-lft,.animate.animated-34.will-animate-rgt{animation-duration:1.16s!important}.animate.animated-35,.animate.animated-35.will-animate-lft,.animate.animated-35.will-animate-rgt{animation-duration:1.18s!important}.animate.animated-36,.animate.animated-36.will-animate-lft,.animate.animated-36.will-animate-rgt{animation-duration:1.2s!important}.animate.animated-37,.animate.animated-37.will-animate-lft,.animate.animated-37.will-animate-rgt{animation-duration:1.22s!important}.animate.animated-38,.animate.animated-38.will-animate-lft,.animate.animated-38.will-animate-rgt{animation-duration:1.24s!important}.animate.animated-39,.animate.animated-39.will-animate-lft,.animate.animated-39.will-animate-rgt{animation-duration:1.26s!important}.animate.animated-40,.animate.animated-40.will-animate-lft,.animate.animated-40.will-animate-rgt{animation-duration:1.28s!important}.animate.animated-41,.animate.animated-41.will-animate-lft,.animate.animated-41.will-animate-rgt{animation-duration:1.3s!important}.animate.animated-42,.animate.animated-42.will-animate-lft,.animate.animated-42.will-animate-rgt{animation-duration:1.32s!important}.animate.animated-43,.animate.animated-43.will-animate-lft,.animate.animated-43.will-animate-rgt{animation-duration:1.34s!important}.animate.animated-44,.animate.animated-44.will-animate-lft,.animate.animated-44.will-animate-rgt{animation-duration:1.36s!important}.animate.animated-45,.animate.animated-45.will-animate-lft,.animate.animated-45.will-animate-rgt{animation-duration:1.38s!important}.animate.animated-46,.animate.animated-46.will-animate-lft,.animate.animated-46.will-animate-rgt{animation-duration:1.4s!important}.animate.animated-47,.animate.animated-47.will-animate-lft,.animate.animated-47.will-animate-rgt{animation-duration:1.42s!important}.animate.animated-48,.animate.animated-48.will-animate-lft,.animate.animated-48.will-animate-rgt{animation-duration:1.44s!important}.animate.animated-49,.animate.animated-49.will-animate-lft,.animate.animated-49.will-animate-rgt{animation-duration:1.46s!important}.animate.animated-50,.animate.animated-50.will-animate-lft,.animate.animated-50.will-animate-rgt{animation-duration:1.48s!important}.animate.animated-51,.animate.animated-51.will-animate-lft,.animate.animated-51.will-animate-rgt{animation-duration:1.5s!important}.animate.animated-52,.animate.animated-52.will-animate-lft,.animate.animated-52.will-animate-rgt{animation-duration:1.52s!important}.animate.animated-53,.animate.animated-53.will-animate-lft,.animate.animated-53.will-animate-rgt{animation-duration:1.54s!important}.animate.animated-54,.animate.animated-54.will-animate-lft,.animate.animated-54.will-animate-rgt{animation-duration:1.56s!important}.animate.animated-55,.animate.animated-55.will-animate-lft,.animate.animated-55.will-animate-rgt{animation-duration:1.58s!important}.animate.animated-56,.animate.animated-56.will-animate-lft,.animate.animated-56.will-animate-rgt{animation-duration:1.6s!important}.animate.animated-57,.animate.animated-57.will-animate-lft,.animate.animated-57.will-animate-rgt{animation-duration:1.62s!important}.animate.animated-58,.animate.animated-58.will-animate-lft,.animate.animated-58.will-animate-rgt{animation-duration:1.64s!important}.animate.animated-59,.animate.animated-59.will-animate-lft,.animate.animated-59.will-animate-rgt{animation-duration:1.66s!important}.animate.animated-60,.animate.animated-60.will-animate-lft,.animate.animated-60.will-animate-rgt{animation-duration:1.68s!important}.animate.animated-61,.animate.animated-61.will-animate-lft,.animate.animated-61.will-animate-rgt{animation-duration:1.7s!important}.animate.animated-62,.animate.animated-62.will-animate-lft,.animate.animated-62.will-animate-rgt{animation-duration:1.72s!important}.animate.animated-63,.animate.animated-63.will-animate-lft,.animate.animated-63.will-animate-rgt{animation-duration:1.74s!important}.animate.animated-64,.animate.animated-64.will-animate-lft,.animate.animated-64.will-animate-rgt{animation-duration:1.76s!important}.animate.animated-65,.animate.animated-65.will-animate-lft,.animate.animated-65.will-animate-rgt{animation-duration:1.78s!important}.animate.animated-66,.animate.animated-66.will-animate-lft,.animate.animated-66.will-animate-rgt{animation-duration:1.8s!important}.animate.animated-67,.animate.animated-67.will-animate-lft,.animate.animated-67.will-animate-rgt{animation-duration:1.82s!important}.animate.animated-68,.animate.animated-68.will-animate-lft,.animate.animated-68.will-animate-rgt{animation-duration:1.84s!important}.animate.animated-69,.animate.animated-69.will-animate-lft,.animate.animated-69.will-animate-rgt{animation-duration:1.86s!important}.animate.animated-70,.animate.animated-70.will-animate-lft,.animate.animated-70.will-animate-rgt{animation-duration:1.88s!important}.animate.animated-71,.animate.animated-71.will-animate-lft,.animate.animated-71.will-animate-rgt{animation-duration:1.9s!important}.animate.animated-72,.animate.animated-72.will-animate-lft,.animate.animated-72.will-animate-rgt{animation-duration:1.92s!important}.animate.animated-73,.animate.animated-73.will-animate-lft,.animate.animated-73.will-animate-rgt{animation-duration:1.94s!important}.animate.animated-74,.animate.animated-74.will-animate-lft,.animate.animated-74.will-animate-rgt{animation-duration:1.96s!important}.animate.animated-75,.animate.animated-75.will-animate-lft,.animate.animated-75.will-animate-rgt{animation-duration:1.98s!important}.animate.animated-76,.animate.animated-76.will-animate-lft,.animate.animated-76.will-animate-rgt{animation-duration:2s!important}.animate.animated-77,.animate.animated-77.will-animate-lft,.animate.animated-77.will-animate-rgt{animation-duration:2.02s!important}.animate.animated-78,.animate.animated-78.will-animate-lft,.animate.animated-78.will-animate-rgt{animation-duration:2.04s!important}.animate.animated-79,.animate.animated-79.will-animate-lft,.animate.animated-79.will-animate-rgt{animation-duration:2.06s!important}.animate.animated-80,.animate.animated-80.will-animate-lft,.animate.animated-80.will-animate-rgt{animation-duration:2.08s!important}.animate.animated-81,.animate.animated-81.will-animate-lft,.animate.animated-81.will-animate-rgt{animation-duration:2.1s!important}.animate.animated-82,.animate.animated-82.will-animate-lft,.animate.animated-82.will-animate-rgt{animation-duration:2.12s!important}.animate.animated-83,.animate.animated-83.will-animate-lft,.animate.animated-83.will-animate-rgt{animation-duration:2.14s!important}.animate.animated-84,.animate.animated-84.will-animate-lft,.animate.animated-84.will-animate-rgt{animation-duration:2.16s!important}.animate.animated-85,.animate.animated-85.will-animate-lft,.animate.animated-85.will-animate-rgt{animation-duration:2.18s!important}.animate.animated-86,.animate.animated-86.will-animate-lft,.animate.animated-86.will-animate-rgt{animation-duration:2.2s!important}.animate.animated-87,.animate.animated-87.will-animate-lft,.animate.animated-87.will-animate-rgt{animation-duration:2.22s!important}.animate.animated-88,.animate.animated-88.will-animate-lft,.animate.animated-88.will-animate-rgt{animation-duration:2.24s!important}.animate.animated-89,.animate.animated-89.will-animate-lft,.animate.animated-89.will-animate-rgt{animation-duration:2.26s!important}.animate.animated-90,.animate.animated-90.will-animate-lft,.animate.animated-90.will-animate-rgt{animation-duration:2.28s!important}.animate.animated-91,.animate.animated-91.will-animate-lft,.animate.animated-91.will-animate-rgt{animation-duration:2.3s!important}.animate.animated-92,.animate.animated-92.will-animate-lft,.animate.animated-92.will-animate-rgt{animation-duration:2.32s!important}.animate.animated-93,.animate.animated-93.will-animate-lft,.animate.animated-93.will-animate-rgt{animation-duration:2.34s!important}.animate.animated-94,.animate.animated-94.will-animate-lft,.animate.animated-94.will-animate-rgt{animation-duration:2.36s!important}.animate.animated-95,.animate.animated-95.will-animate-lft,.animate.animated-95.will-animate-rgt{animation-duration:2.38s!important}.animate.animated-96,.animate.animated-96.will-animate-lft,.animate.animated-96.will-animate-rgt{animation-duration:2.4s!important}.animate.animated-97,.animate.animated-97.will-animate-lft,.animate.animated-97.will-animate-rgt{animation-duration:2.42s!important}.animate.animated-98,.animate.animated-98.will-animate-lft,.animate.animated-98.will-animate-rgt{animation-duration:2.44s!important}.animate.animated-99,.animate.animated-99.will-animate-lft,.animate.animated-99.will-animate-rgt{animation-duration:2.46s!important}.animate.animated-100,.animate.animated-100.will-animate-lft,.animate.animated-100.will-animate-rgt{animation-duration:2.48s!important}.animate.will-animate-lft.animated{animation:fadeInLeft;animation-duration:.5s;animation-iteration-count:1}.animate.will-animate-rgt.animated{animation:fadeInRight;animation-duration:.5s;animation-iteration-count:1}ul.icons li.animated:before,ul.checks li.animated:before{opacity:1;animation:animateSize;animation-delay:.5s;animation-duration:.5s;animation-iteration-count:1}ul.icons li.animated:nth-child(1):before,ul.checks li.animated:nth-child(1):before{animation-delay:.5s!important}ul.icons li.animated:nth-child(2):before,ul.checks li.animated:nth-child(2):before{animation-delay:.6s!important}ul.icons li.animated:nth-child(3):before,ul.checks li.animated:nth-child(3):before{animation-delay:.7s!important}ul.icons li.animated:nth-child(4):before,ul.checks li.animated:nth-child(4):before{animation-delay:.8s!important}ul.icons li.animated:nth-child(5):before,ul.checks li.animated:nth-child(5):before{animation-delay:.9s!important}ul.icons li.animated:nth-child(6):before,ul.checks li.animated:nth-child(6):before{animation-delay:1s!important}ul.icons li.animated:nth-child(7):before,ul.checks li.animated:nth-child(7):before{animation-delay:1.1s!important}ul.icons li.animated:nth-child(8):before,ul.checks li.animated:nth-child(8):before{animation-delay:1.2s!important}ul.icons li.animated:nth-child(9):before,ul.checks li.animated:nth-child(9):before{animation-delay:1.3s!important}ul.icons li.animated:nth-child(10):before,ul.checks li.animated:nth-child(10):before{animation-delay:1.4s!important}}@keyframes animateBody{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes animateSize{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.row.d-table [class*=col]{padding:0}@media (max-width: 575px){.flex-row{width:calc(100% + 1.333rem)}}.navbar{width:100%;min-width:320px;height:90px;background:rgba(255,255,255,0);position:fixed;left:0;top:30px;z-index:9999;padding:0 30px}.navbar:not(.no-animation-in){transition:top .2s,background .2s}.navbar .container{position:relative}.navbar .logo,.navbar .logo-sm{background-image:url(/build/assets/logo-5LcFR-gE.svg);background-repeat:no-repeat;background-position:center left;background-size:150px auto;width:150px;height:70px;display:flex;position:absolute;top:5px;left:15px;bottom:10px;margin:auto}.navbar .logo-sm,.navbar .logo-sm-sm{background-image:url(/build/assets/logo-icon-ZYQW_OdO.svg);background-size:28px auto;height:70px}.navbar .nav-left{margin:0;padding:5px 0 0 165px!important}.navbar .nav-left,.navbar .nav-right{margin:0;padding:5px 0 0;display:flex;display:-webkit-box;display:-ms-flexbox}.navbar .nav-left-container,.navbar .nav-right-container{display:flex}.navbar .nav-left-item,.navbar .nav-right-item{float:left;display:inline-block;list-style-type:none;position:relative;font-weight:400;padding:0}.navbar .nav-left-item .btn,.navbar .nav-right-item .btn{margin:0 0 0 10px;text-decoration:none}.navbar .nav-left-item-link,.navbar .nav-right-item-link{float:left;display:inline-block;font-size:16px;color:#4a4a4a;padding:6px 8px;margin:0 4px;border-bottom:2px solid transparent;cursor:pointer;text-decoration:none;font-weight:600;transition:border .1s ease-in,color .1s ease-in}.navbar .nav-left-item-link[class*=ion-],.navbar .nav-left-item-link[class*=fa-],.navbar .nav-left-item-link[class*=kee-],.navbar .nav-right-item-link[class*=ion-],.navbar .nav-right-item-link[class*=fa-],.navbar .nav-right-item-link[class*=kee-]{position:relative;padding-right:35px}.navbar .nav-left-item-link[class*=ion-]:before,.navbar .nav-left-item-link[class*=fa-]:before,.navbar .nav-left-item-link[class*=kee-]:before,.navbar .nav-right-item-link[class*=ion-]:before,.navbar .nav-right-item-link[class*=fa-]:before,.navbar .nav-right-item-link[class*=kee-]:before{position:absolute;font-size:18px;height:20px;line-height:20px;text-align:center;width:20px;margin:auto 0;right:10px;top:0;bottom:0;transition:transform .2s ease-in}.navbar .nav-left-item-link[aria-expanded=true]:before,.navbar .nav-right-item-link[aria-expanded=true]:before{transform:rotate(180deg)}.navbar .nav-left-item[class*=fa-]:before,.navbar .nav-right-item[class*=fa-]:before{font-size:16px;height:16px}.navbar .nav-left-item:hover a:not(.btn),.navbar .nav-right-item:hover a:not(.btn){text-decoration:none;color:#1ed760;border-color:#cfd5dd}.navbar .nav-left-item--current a:not(.btn),.navbar .nav-right-item--current a:not(.btn){border-color:#1ed760}.navbar.on-top .logo,.navbar.menu-open .logo{background-image:url(/build/assets/logo-5LcFR-gE.svg)!important}.navbar.on-top .logo-sm,.navbar.menu-open .logo-sm{background-image:url(/build/assets/logo-icon-ZYQW_OdO.svg)!important}.navbar.on-top ul>li a.btn,.navbar.menu-open ul>li a.btn{box-shadow:none!important}.navbar.on-top ul>li a.btn.btn-secondary,.navbar.on-top ul>li a.btn.btn-tertiary,.navbar.menu-open ul>li a.btn.btn-secondary,.navbar.menu-open ul>li a.btn.btn-tertiary{background:#e0e3e8!important}.navbar.on-top ul>li a.btn.btn-secondary:hover,.navbar.on-top ul>li a.btn.btn-secondary:active,.navbar.on-top ul>li a.btn.btn-secondary:focus,.navbar.on-top ul>li a.btn.btn-secondary:active:focus,.navbar.on-top ul>li a.btn.btn-tertiary:hover,.navbar.on-top ul>li a.btn.btn-tertiary:active,.navbar.on-top ul>li a.btn.btn-tertiary:focus,.navbar.on-top ul>li a.btn.btn-tertiary:active:focus,.navbar.menu-open ul>li a.btn.btn-secondary:hover,.navbar.menu-open ul>li a.btn.btn-secondary:active,.navbar.menu-open ul>li a.btn.btn-secondary:focus,.navbar.menu-open ul>li a.btn.btn-secondary:active:focus,.navbar.menu-open ul>li a.btn.btn-tertiary:hover,.navbar.menu-open ul>li a.btn.btn-tertiary:active,.navbar.menu-open ul>li a.btn.btn-tertiary:focus,.navbar.menu-open ul>li a.btn.btn-tertiary:active:focus{background:#d4d9e3!important}.navbar.on-top:not(.no-animation-in),.navbar.menu-open:not(.no-animation-in){transition:top .2s,background .2s}.navbar.on-top ul li a:not(.btn),.navbar.menu-open ul li a:not(.btn){color:#4a4a4a!important}.navbar.on-top ul li a:not(.btn):hover,.navbar.menu-open ul li a:not(.btn):hover{color:#4a4a4a!important;border-color:#cfd5dd}.navbar.on-top{top:0;background:#fff!important;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.navbar.on-top:before{height:100%}body.home .navbar{background:rgba(255,255,255,0)}body.home .navbar .logo{background-image:url(/build/assets/logo-full-white-EBe89-N6.svg)}body.home .navbar .logo-sm{background-image:url(/build/assets/logo-icon-white-KIVtF_f0.svg)}body.home .navbar .nav-left-item-link,body.home .navbar .nav-left-item-content,body.home .navbar .nav-right-item-link,body.home .navbar .nav-right-item-content{color:#fff}body.home .navbar .nav-left-item-link:hover,body.home .navbar .nav-left-item-content:hover,body.home .navbar .nav-right-item-link:hover,body.home .navbar .nav-right-item-content:hover{border-color:#fff;color:#fff}body.home .navbar .nav-left .btn.btn-secondary,body.home .navbar .nav-left .btn.btn-tertiary,body.home .navbar .nav-right .btn.btn-secondary,body.home .navbar .nav-right .btn.btn-tertiary{background:#fff!important}body.home .navbar .nav-left .btn.btn-secondary:hover,body.home .navbar .nav-left .btn.btn-secondary:active,body.home .navbar .nav-left .btn.btn-secondary:focus,body.home .navbar .nav-left .btn.btn-secondary:active:focus,body.home .navbar .nav-left .btn.btn-tertiary:hover,body.home .navbar .nav-left .btn.btn-tertiary:active,body.home .navbar .nav-left .btn.btn-tertiary:focus,body.home .navbar .nav-left .btn.btn-tertiary:active:focus,body.home .navbar .nav-right .btn.btn-secondary:hover,body.home .navbar .nav-right .btn.btn-secondary:active,body.home .navbar .nav-right .btn.btn-secondary:focus,body.home .navbar .nav-right .btn.btn-secondary:active:focus,body.home .navbar .nav-right .btn.btn-tertiary:hover,body.home .navbar .nav-right .btn.btn-tertiary:active,body.home .navbar .nav-right .btn.btn-tertiary:focus,body.home .navbar .nav-right .btn.btn-tertiary:active:focus{background:#d4d9e3!important}body.home .navbar-open .nav-left-item-link:hover,body.home .navbar-open .nav-left-item-content:hover,body.home .navbar-open .nav-right-item-link:hover,body.home .navbar-open .nav-right-item-content:hover{border-color:#cfd5dd}@media (min-width: 1199px){.navbar.on-top{background:rgba(255,255,255,.8)!important;backdrop-filter:blur(12px)}}@media (max-width: 1199px){.navbar{height:80px;border-radius:0}.navbar.menu-animated .nav-left-container,.navbar.menu-animated.menu-open .nav-left-container{transition:transform .3s cubic-bezier(.4,0,.2,1)}.navbar .nav-left-container{transform:translate(-110%);position:fixed;width:100%;height:100%;z-index:1;top:0;left:0;margin:0;background:rgba(255,255,255,.95);backdrop-filter:blur(5px);box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.navbar .nav-left-container .nav-left{position:absolute;left:0;top:0;padding:25px!important;margin-top:130px;overflow:auto;height:calc(100% - 60px);width:100%;border-top:1px solid #cfd5dd;display:inline-block}.navbar .nav-left-container .nav-left-item{display:inline-block;width:100%;overflow:hidden}.navbar .nav-left-container .nav-left-item-link,.navbar .nav-left-container .nav-left-item-content{font-weight:700;margin:0;width:100%;color:#4a4a4a!important;padding:15px 25px!important;border-color:transparent!important}.navbar .nav-left-container .nav-left-item-link:before,.navbar .nav-left-container .nav-left-item-content:before{right:18px}.navbar .nav-left-container .nav-left-item--current .nav-left-item-link,.navbar .nav-left-container .nav-left-item--current .nav-left-item-content{color:#1ed760;border-color:transparent!important}.navbar.menu-open .nav-left-container{transform:translate(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.navbar.menu-open .logo{z-index:99;background-image:url(/build/assets/logo-5LcFR-gE.svg)!important}.navbar.menu-open .logo-sm{z-index:99;background-image:url(/build/assets/logo-icon-ZYQW_OdO.svg)}.navbar.on-top .nav-left-container .nav-left{margin-top:80px}.navbar .container{min-height:37px}.navbar .logo,.navbar .logo-sm{left:50px;top:8px;height:60px;background-size:120px auto;background-position:left center}.navbar .logo-sm,.navbar .logo-sm-sm{background-size:28px auto}}@media (max-width: 1199px){.navbar .nav-left-container .nav-left-item-link,.navbar .nav-left-container .nav-left-item-content,.navbar .nav-left-container .nav-right-item-link,.navbar .nav-left-container .nav-right-item-content,.navbar .nav-right-container .nav-left-item-link,.navbar .nav-right-container .nav-left-item-content,.navbar .nav-right-container .nav-right-item-link,.navbar .nav-right-container .nav-right-item-content{font-size:15px}}@media (max-width: 991px){.navbar{height:80px;top:15px;padding:0 15px}.navbar .container{min-height:37px}.navbar .nav-left-container .nav-left{margin-top:100px;padding:0 15px!important}}@media (max-width: 767px){.navbar{top:0;height:80px;padding:10px}.navbar .container{min-height:37px;padding:0}.navbar .nav-left-container .nav-left{margin-top:80px!important;padding:0!important}.navbar .nav-right-container{padding-right:7px}}@media (max-width: 380px){.navbar .logo{width:130px}}.navbar .nav-language{height:43px}.navbar .nav-language-toggle{width:40px;height:43px;display:inline-block;cursor:pointer}.navbar .nav-language .sub-nav{width:140px!important;left:-60px!important;top:45px;z-index:999}.navbar .nav-language .sub-nav li{min-height:65px;transition:background-color .2s ease-in}.navbar .nav-language .sub-nav li a{padding:20px 15px!important;min-height:65px;width:100%}.navbar .nav-language .sub-nav li a .nav-language-flag{transition:all .2s ease-out;width:20px;margin:5px 10px 5px 0}.navbar .nav-language .sub-nav li:hover .nav-language-flag{transform:scale(1.15)}.navbar .nav-language .sub-nav li:hover,.navbar .nav-language .sub-nav li:active{background-color:#f1f4f8!important}.navbar .nav-language .sub-nav li:hover a,.navbar .nav-language .sub-nav li:active a{background-color:transparent}.nav-language-flag{width:20px;height:15px;border-radius:3px;overflow:hidden;position:relative;display:inline-block;margin:14px 10px;float:left;transform:scale(1);transition:transform .2s ease-in-out;box-shadow:0 2px 5px rgba(13,19,43,.3)}.nav-language-flag:hover{transform:scale(1.15);transition:transform .2s ease-in-out}.nav-language-flag img{position:absolute;height:100%;width:200%;left:-50%;top:0;right:0;bottom:0;margin:auto}@media (max-width: 1199px){.navbar .nav-language,.navbar .nav-language-toggle{height:39px}.navbar .nav-language .sub-nav{top:41px}.navbar .nav-language-flag{margin:11px 10px}}@media (max-width: 767px){.navbar .nav-language-flag{width:20px!important;height:15px!important;margin:4px 10px 4px 0}}.navbar .sub-nav{position:fixed;z-index:-1;padding:145px 0 15px;top:0;left:0;width:100%;height:auto;margin:0;border-radius:4px;border:none;background:rgba(255,255,255,.95);backdrop-filter:blur(5px);display:block;pointer-events:none;opacity:0;transition:opacity .2s,padding .2s;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.navbar .sub-nav.show{pointer-events:all;opacity:1!important}.navbar .sub-nav-list{margin:0;display:inline-block}.navbar .sub-nav-list-item{width:100%;border:none;float:left;display:inline-block;position:relative;list-style-type:none;padding:0;margin:0 0 5px}.navbar .sub-nav-list-item:nth-child(1) .sub-nav-list-item-link:before{color:#699efb}.navbar .sub-nav-list-item:nth-child(1) .sub-nav-list-item-link i:before{color:#699efb}.navbar .sub-nav-list-item:nth-child(2) .sub-nav-list-item-link:before{color:#4ab8ba}.navbar .sub-nav-list-item:nth-child(2) .sub-nav-list-item-link i:before{color:#4ab8ba}.navbar .sub-nav-list-item:nth-child(3) .sub-nav-list-item-link:before{color:#1ed760}.navbar .sub-nav-list-item:nth-child(3) .sub-nav-list-item-link i:before{color:#1ed760}.navbar .sub-nav-list-item--current,.navbar .sub-nav-list-item--current .sub-nav-list-item-title{color:#1ed760}.navbar .sub-nav-list-item-content,.navbar .sub-nav-list-item-link{position:relative;color:#4a4a4a!important;width:100%;display:inline-block;float:left;background:transparent;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 0 10px rgba(0,0,0,0);cursor:pointer;border:none!important;border-radius:12px;margin:0!important}.navbar .sub-nav-list-item-content i,.navbar .sub-nav-list-item-link i{line-height:26px;width:15px;display:inline-block;float:left;margin-right:5px;color:#1ed760}.navbar .sub-nav-list-item-content:before,.navbar .sub-nav-list-item-link:before{position:absolute;display:inline-block;top:15px!important;left:15px!important;bottom:unset!important;height:30px!important;width:30px!important;line-height:30px!important;text-align:center;font-size:30px!important;color:#1ed760}.navbar .sub-nav-list-item-content[class*=fa-]:before,.navbar .sub-nav-list-item-link[class*=fa-]:before{font-size:24px!important}.navbar .sub-nav-list-item-content{padding:15px 15px 0!important}.navbar .sub-nav-list-item-link{padding:15px 15px 15px 60px!important}.navbar .sub-nav-list-item-link:hover{box-shadow:0 0 10px rgba(13,19,43,.1);background:#fff;z-index:10}.navbar .sub-nav-list-item-title{width:100%;font-size:16px;line-height:26px;padding:2px 0;position:relative;display:inline-block}.navbar .sub-nav-list-item-spacer{padding-bottom:15px;margin-bottom:12px}.navbar .sub-nav-list-item-spacer:before{content:"";width:30px;height:3px;display:block;position:absolute;left:0;margin:0 auto;bottom:0;background:#1ed760;background:-moz-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:-webkit-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:linear-gradient(90deg,#1ed760,#699efb)}.navbar .sub-nav-list-item-sub{color:rgba(13,19,43,.5);width:100%;display:inline-block;font-size:16px;line-height:26px}.navbar .sub-nav-list-simple .sub-nav-list-item{min-height:0}.navbar .sub-nav-list-simple .sub-nav-list-item-link{min-height:0;padding:15px 10px!important}.navbar .sub-nav-list-simple .sub-nav-list-item-content{min-height:0}.navbar .sub-nav-list-simple .sub-nav-list-item-sub{padding-left:20px}.navbar .sub-nav-language{position:absolute;width:140px!important;left:-60px!important;top:45px;margin:0;background:#fff;border-radius:12px;padding:0;border:none}.navbar .sub-nav-language:before{content:"";position:absolute;margin:auto;left:0;right:0;top:-16px;height:0;width:0;border:8px solid transparent;border-bottom:8px solid #fff}.navbar .sub-nav-language li{position:relative;overflow:hidden}.navbar .sub-nav-language li:first-child{border-radius:12px 12px 0 0}.navbar .sub-nav-language li:last-child{border-radius:0 0 12px 12px}.navbar .sub-nav-language li a{text-decoration:none;position:absolute;top:0;left:0;color:#4a4a4a}.navbar.on-top .sub-nav:not(.sub-nav-language){padding-top:115px}@media (max-width: 1199px){.navbar ul.sub-nav:not(.sub-nav-language){left:-142px}}@media (max-width: 1199px){#nav .nav-left-container .sub-nav:not(.sub-nav-language){display:inline-block;width:100%;padding:0!important;position:relative;left:0;top:0;box-shadow:none!important;border:none;height:0;background:transparent;backdrop-filter:none;z-index:1;right:auto;border-radius:0}#nav .nav-left-container .sub-nav .container{width:100%;max-width:100%!important;padding:0 5px!important}#nav .nav-left-container .sub-nav.show{height:auto}#nav .nav-left-container .sub-nav-list-item-link,#nav .nav-left-container .sub-nav-list-item-content{position:relative;padding:10px 30px 10px 50px!important}#nav .nav-left-container .sub-nav-list-item-link:hover,#nav .nav-left-container .sub-nav-list-item-link:active,#nav .nav-left-container .sub-nav-list-item-content:hover,#nav .nav-left-container .sub-nav-list-item-content:active{border-color:transparent!important}#nav .nav-left-container .sub-nav-list-item-link:before,#nav .nav-left-container .sub-nav-list-item-content:before{top:13px!important;left:13px!important;height:24px!important;width:24px!important;line-height:24px!important;font-size:24px!important}#nav .nav-left-container .sub-nav-list-item-title,#nav .nav-left-container .sub-nav-list-item-sub{font-size:15px}#nav .nav-left-container .sub-nav-list-item:first-child{border-top:none}#nav .nav-left-container .sub-nav-list-simple .sub-nav-list-item-link,#nav .nav-left-container .sub-nav-list-simple .sub-nav-list-item-content{padding:10px!important}}@media (max-width: 575px){.navbar ul.sub-nav:not(.sub-nav-language){left:-15px}.navbar ul.sub-nav:not(.sub-nav-language) li a{padding:15px 30px!important}}#menu-trigger{width:20px;height:20px;position:absolute;top:0;bottom:0;margin:auto 0;left:30px;transform:translate(-20px);transition:transform ease-out .2s;display:block;cursor:pointer;z-index:999}#menu-trigger:before,#menu-trigger:after,#menu-trigger span{width:100%;height:2px;background-color:#4a4a4a;display:block;position:absolute;left:0;top:0;transform-origin:center center;border-radius:1px;transition:all ease-in .2s}#menu-trigger:before,#menu-trigger:after{content:"";transform:rotate(0)}#menu-trigger span{top:10px!important;opacity:1}#menu-trigger:before{top:3px}#menu-trigger:after{top:17px}#menu-trigger.menu-open:before{transform:translateY(6px) rotate(45deg);transition:all ease-in .2s;background-color:#4a4a4a}#menu-trigger.menu-open:after{transform:translateY(-8px) rotate(135deg);transition:all ease-in .2s;background-color:#4a4a4a}#menu-trigger.menu-open span{opacity:0;background-color:#4a4a4a}body.home .navbar #menu-trigger:before,body.home .navbar #menu-trigger:after,body.home .navbar #menu-trigger span{background-color:#fff}body.home .navbar.on-top #menu-trigger:before,body.home .navbar.on-top #menu-trigger:after,body.home .navbar.on-top #menu-trigger span,body.home .navbar.menu-open #menu-trigger:before,body.home .navbar.menu-open #menu-trigger:after,body.home .navbar.menu-open #menu-trigger span{background-color:#4a4a4a}@media (max-width: 575px){#menu-trigger{left:30px}}#clock{position:relative;display:inline-block;width:100%;height:100%;padding-top:100%;float:right;margin-top:-30px}#clock img{max-width:100%}#clock img,#clock .clock,#clock .clock:after,#clock .minutes-container,#clock .hours-container,#clock .seconds-container{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;display:block}#clock .minutes-container,#clock .hours-container,#clock .seconds-container{will-change:animation}#clock .clock{position:absolute;width:65%;height:0;padding-top:65%;opacity:1;animation-name:fadeIn;animation-duration:1s;animation-direction:forward}#clock .clock:after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:url(/build/assets/clock_dot-D0sQlRRW.svg) no-repeat center center transparent}#clock .hours{background:#1ed760;position:absolute;height:20%;left:49%;top:30%;transform-origin:50% 100%;width:2%;border-radius:4px;will-change:transform}#clock .minutes{background:#18aa4c;position:absolute;height:40%;left:49.25%;top:10%;transform-origin:50% 100%;width:1.5%;border-radius:2px;will-change:transform}#clock .seconds{background:#4a4a4a;position:absolute;height:45%;left:49.7%;top:14%;transform-origin:50% 80%;width:.6%;z-index:8;will-change:transform}#clock .hours-container{animation:rotate 43200s infinite linear}#clock .minutes-container{animation:rotate 3600s infinite steps(60)}#clock .seconds-container{animation:rotate 60s infinite steps(60)}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}50%{opacity:0}to{opacity:1}}@media (max-width: 1199px){#clock{max-width:400px}}@media (max-width: 1180px){#clock{max-width:400px;margin-bottom:40px}}@media (max-width: 767px){#clock{padding:0;height:400px;float:none;margin:0}}@media (max-width: 575px){#clock{margin:-15px 0 0}}.container-min-height{min-height:500px}@media (max-width: 767px){.container{width:100%;max-width:100%}}.coupon-badge{display:flex;justify-content:center;align-items:center;width:4rem;height:4rem;border-radius:50%;color:#fff;text-align:center;font-weight:700;font-size:12px;line-height:12px;text-transform:none;text-decoration:none;letter-spacing:normal;transform:rotate(10deg) scale(1);animation:2s linear infinite btnBadgeShadow;box-shadow:0 2px 15px #699efb;padding:5px 0;transition:transform .25s ease-in-out;background:#699efb;background:-moz-linear-gradient(210deg,#5288e7 0%,#699efb 100%);background:-webkit-linear-gradient(210deg,#5288e7 0%,#699efb 100%);background:linear-gradient(210deg,#5288e7,#699efb)}.coupon-badge strong{font-size:16px;line-height:16px}.coupon-badge:hover,.coupon-badge:active{color:#fff!important;text-decoration:none;transform:rotate(10deg) scale(1.1);transition:transform .25s ease-in-out}.coupon-badge:hover *,.coupon-badge:active *{color:#fff!important;text-decoration:none}.coupon-badge *{pointer-events:none}.coupon-badge[data-toggle=popover]{font-size:12px;color:#fff}.btn-container{position:relative}.btn-container .coupon-badge{position:absolute;top:-2.667rem;right:-2.667rem}.coupon-container{position:relative}.coupon-container .coupon-badge{position:absolute;top:-2.667rem;right:-1.667rem}.checks li .coupon-badge{transform:rotate(-10deg);position:absolute;top:-1rem;left:-2.667rem;z-index:1}.pricing-column .price h2,.pricing-column .price h3,.pricing-column .price h4{position:relative}.pricing-column .price h2 .coupon-badge,.pricing-column .price h3 .coupon-badge,.pricing-column .price h4 .coupon-badge{position:absolute;top:-1rem;bottom:-1rem;right:-5rem;margin:auto 0}@keyframes btnBadgeShadow{0%{box-shadow:0 0 5px #699efb}50%{box-shadow:0 0 15px #699efb}to{box-shadow:0 0 5px #699efb}}@media (max-width: 575px){.coupon-badge{width:4rem!important;height:4rem!important;transform:rotate(10deg) scale(.8)}.btn-container .coupon-badge{top:-2.333rem;right:-2.333rem}.coupon-container .coupon-badge{top:-2.333rem;right:-1.333rem}.checks li .coupon-badge{left:-2.167rem;transform:rotate(-10deg) scale(.8)}.pricing-column .price h2 .coupon-badge,.pricing-column .price h3 .coupon-badge,.pricing-column .price h4 .coupon-badge{right:-4.667rem}}.wrapper{display:flex;display:-webkit-box;display:-ms-flexbox;margin:30px;width:calc(100% - 60px);padding:0;position:relative}.wrapper-video{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:1;filter:blur(10px);object-fit:cover;animation-name:animateVideo;animation-duration:2s;animation-direction:forward}.wrapper-background{background:#f6f8fc;position:relative;padding:30px 0;border-radius:24px}.wrapper-background-half-top,.wrapper-background-half-bottom,.wrapper-background-2-third-top,.wrapper-background-2-third-bottom,.wrapper-background-half-top-single,.wrapper-background-half-bottom-single,.wrapper-background-2-third-top-single,.wrapper-background-2-third-bottom-single{position:relative;padding:30px 0}.wrapper-background-half-top:before,.wrapper-background-half-bottom:before,.wrapper-background-2-third-top:before,.wrapper-background-2-third-bottom:before,.wrapper-background-half-top-single:before,.wrapper-background-half-bottom-single:before,.wrapper-background-2-third-top-single:before,.wrapper-background-2-third-bottom-single:before{content:"";left:0;width:100%;background:#f6f8fc;display:block;position:absolute;border-radius:24px}.wrapper-background-half-top:before{bottom:50%;height:calc(50% + 30px);border-radius:0 0 24px 24px}.wrapper-background-half-top-single:before{bottom:50%;height:50%;border-radius:24px}.wrapper-background-half-bottom:before{top:50%;height:50%;border-radius:24px 24px 0 0}.wrapper-background-half-bottom-single:before{top:50%;height:50%;border-radius:24px}.wrapper-background-2-third-top:before{bottom:34%;height:calc(66% + 30px);border-radius:0 0 24px 24px}.wrapper-background-2-third-top-single:before{bottom:34%;height:66%;border-radius:24px}.wrapper-background-2-third-bottom:before{top:34%;height:66%;border-radius:24px 24px 0 0}.wrapper-background-2-third-bottom-single:before{top:34%;height:66%;border-radius:24px}.wrapper-background-left,.wrapper-background-right{overflow:hidden;position:relative;padding:30px 0}.wrapper-background-left:before,.wrapper-background-right:before{content:"";top:30px;width:calc(50% - 95px);height:calc(100% - 60px);background:#f6f8fc;display:block;position:absolute;border-radius:24px}.wrapper-background-left:before{left:0}.wrapper-background-left:after{left:calc(50% - 165px)}.wrapper-background-right:before{right:0}.wrapper-background-right:after{right:calc(50% - 165px)}.wrapper-gradient{position:relative}.wrapper-gradient:before{content:"";position:absolute;height:70vh;width:100%;top:0;left:0;background:#f6f8fc;background:-moz-linear-gradient(0 #fff 0%,#f6f8fc 100%);background:-webkit-linear-gradient(0,#fff 0%,#f6f8fc 100%);background:linear-gradient(0,#fff,#f6f8fc);border-radius:24px}.wrapper-image{background-size:cover;background-repeat:no-repeat;position:relative;overflow:hidden;margin:0;width:100%;min-height:calc(100vh - 240px)!important}.wrapper-image:before{content:"";left:0;top:0;position:absolute;width:100%;height:100%;display:block;opacity:.9;background:#1ed760;background:-moz-linear-gradient(30deg,#1ed760 0%,#4bc4bf 100%);background:-webkit-linear-gradient(30deg,#1ed760 0%,#4bc4bf 100%);background:linear-gradient(30deg,#1ed760,#4bc4bf)}.wrapper-maps{min-height:500px;position:relative;background:#f6f8fc}.wrapper-maps:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:url(/build/assets/map-m3HjC3y5.svg) no-repeat center center transparent;background-size:100%;opacity:.2;animation-name:animateMap;animation-duration:2s;animation-direction:forward}.wrapper-vh{min-height:calc(100vh - 60px)}.wrapper-rounded:before{border-radius:24px!important}@keyframes animateMap{0%{opacity:0}to{opacity:.2}}@keyframes animateVideo{0%{opacity:0}to{opacity:1}}header.wrapper.wrapper-background-left:after,header.wrapper.wrapper-background-right:after{bottom:30px}body.register .wrapper.wrapper-background-left:before,body.register .wrapper.wrapper-background-right:before{width:calc(50% - 30px)}body.register .wrapper.wrapper-background-left:after{left:calc(50% - 100px)}body.register .wrapper.wrapper-background-right:after{right:calc(50% - 100px)}@media only screen and (orientation: portrait){.wrapper.wrapper-vh{min-height:100%!important}}@media (max-width: 1199px){.wrapper.wrapper-gradient{padding:140px 0 30px!important}.wrapper.wrapper-image{padding:90px 0!important}}@media (max-width: 991px){.wrapper{margin:15px;padding:0;width:calc(100% - 30px)}.wrapper.wrapper-background-left,.wrapper.wrapper-background-right{padding:0}.wrapper.wrapper-background-left:before,.wrapper.wrapper-background-left:after,.wrapper.wrapper-background-right:before,.wrapper.wrapper-background-right:after{content:none}.wrapper.wrapper-gradient{padding-top:90px!important}.wrapper.wrapper-vh{min-height:100%}.wrapper.wrapper-image{padding:160px 0!important;margin:0;width:100%}}@media (max-width: 767px){.wrapper{padding:0;margin-left:15px;margin-right:15px;width:calc(100% - 30px)}.wrapper.wrapper-background-left:before,.wrapper.wrapper-background-left:after,.wrapper.wrapper-background-right:before,.wrapper.wrapper-background-right:after{content:none}.wrapper.wrapper-vh{height:auto}.wrapper.wrapper-image{margin:0;width:100%}}@media (max-width: 575px){.wrapper,.wrapper-background-left,.wrapper-background-right{padding-left:15px!important;padding-right:15px!important}}header,.header{display:flex;display:-webkit-box;display:-ms-flexbox;width:calc(100% - 60px);padding:175px 0 0!important}header.wrapper-image,.header.wrapper-image{padding:120px 0!important;transition:background-image 1s ease-in-out}header.wrapper-image h1,header.wrapper-image h2,header.wrapper-image h3,header.wrapper-image p,.header.wrapper-image h1,.header.wrapper-image h2,.header.wrapper-image h3,.header.wrapper-image p{color:#fff!important}header.wrapper-image input.form-control,.header.wrapper-image input.form-control{border-color:rgba(13,19,43,.1)}header.wrapper-image input.form-control:focus,header.wrapper-image input.form-control:active,.header.wrapper-image input.form-control:focus,.header.wrapper-image input.form-control:active{box-shadow:0 0 1px 2px rgba(13,19,43,.1);border-color:rgba(13,19,43,.15)}header.wrapper-image p,.header.wrapper-image p{font-size:19px;line-height:30px;font-weight:400}header.wrapper-background,.header.wrapper-background{overflow:hidden}header.wrapper.wrapper-background-left:before,header.wrapper.wrapper-background-right:before,.header.wrapper.wrapper-background-left:before,.header.wrapper.wrapper-background-right:before{top:145px;height:calc(100% - 205px)}header .container .row,.header .container .row{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}header footer,.header footer{position:absolute;left:0;bottom:25px;padding:30px 15px 0;width:100%}header footer .app-link,.header footer .app-link{margin:0 7.5px}.home header h1,.home .header h1{font-size:50px;line-height:60px;margin:0;padding:0 0 15px}.home header h1:before,.home .header h1:before{content:none}@media (max-width: 1199px){header,.header{padding:140px 0 0!important}header.wrapper.wrapper-image h1,.header.wrapper.wrapper-image h1{font-size:35px;line-height:42px}header.wrapper.wrapper-image p,.header.wrapper.wrapper-image p{font-size:17px;line-height:27px}header.wrapper.wrapper-image p.leading,.header.wrapper.wrapper-image p.leading{font-size:17px}header.wrapper.wrapper-background-left:before,header.wrapper.wrapper-background-right:before,.header.wrapper.wrapper-background-left:before,.header.wrapper.wrapper-background-right:before{top:120px;height:calc(100% - 185px)}}@media (max-width: 1180px){header.wrapper footer .app-link{margin:0 5px}header.wrapper footer.wrapper.wrapper-image h1{font-size:35px;line-height:42px}header.wrapper footer.wrapper.wrapper-image p{font-size:13px;line-height:21px}header.wrapper footer.wrapper.wrapper-image p.leading{font-size:17px}}@media (max-width: 991px){.header.wrapper.wrapper.wrapper-image h1,header.wrapper.wrapper.wrapper-image h1,header[class*=wrapper-background].wrapper.wrapper-image h1,.header[class*=wrapper-background].wrapper.wrapper-image h1{font-size:30px;line-height:36px}}@media (max-width: 767px){.header.wrapper,header.wrapper,header[class*=wrapper-background],.header[class*=wrapper-background]{padding-top:90px!important}header.wrapper,.header.wrapper{padding:0;margin-top:15px;margin-left:15px;margin-right:15px;border-top-left-radius:0;border-top-right-radius:0;width:calc(100% - 30px)}header.wrapper:before,.header.wrapper:before{border-top-left-radius:0;border-top-right-radius:0}}@media (max-width: 575px){header.wrapper,.header.wrapper,header[class*=wrapper-background],.header[class*=wrapper-background]{padding-left:15px!important;padding-right:15px!important}}.form-group{display:block}input,textarea{resize:none}.form-control{width:100%;height:43px;display:inline-block;float:left;border-radius:6px;border:2px solid #cfd5dd;background-color:#fff;margin:0;padding:10px 15px;line-height:20px;color:#4a4a4a;box-shadow:none;font-size:16px}.form-control:focus,.form-control:active{box-shadow:0 0 1px 2px rgba(30,215,96,.15);border-color:#1ed760;outline:none!important}.form-control.warning,input.warning,select.warning,textarea.warning{box-shadow:0 0 1px 2px #fff8ed;border-color:#f39c12}*::-webkit-input-placeholder,*:-moz-placeholder,*::-moz-placeholder,*:-ms-input-placeholder,*::placeholder{color:rgba(13,19,43,.3)!important;opacity:1}form.large .form-control,form.large .btn{height:48px;padding:14px 15px;font-size:18px}form.compact .d-table-cell button,form.compact .d-table-cell .btn{margin-left:5px;float:left}.knowledge-base-search{position:relative}.knowledge-base-search input{padding-right:45px}.knowledge-base-search button{position:absolute!important;right:0;top:0;width:43px;height:43px;background:none;border:none;font-size:25px;cursor:pointer;color:rgba(13,19,43,.5);transition:color .2s ease-in-out}.knowledge-base-search button:focus,.knowledge-base-search button:active,.knowledge-base-search button:hover{transition:color .2s ease-in-out;outline:none;color:#0d132b}@media (max-width: 1199px){.form-control{height:38px;padding:9px 13px;line-height:18px;font-size:14px}form.large .form-control{height:43px;padding:12px 13px;font-size:16px}form.large .btn{padding:12px 13px;font-size:16px;height:43px}}label{font-weight:700}label.accept_terms{margin-right:3px}label~.description{width:100%;display:inline-block;float:left;margin:-5px 0 0!important}label~.description+.description{margin:0!important}label~.description.warning{color:#f39c12}label~.description[class*=ion-],label~.description[class*=fa-],label~.description[class*=app-icon-],label~.description[class*=kee-]{position:relative;padding-right:20px}label~.description[class*=ion-]:before,label~.description[class*=fa-]:before,label~.description[class*=app-icon-]:before,label~.description[class*=kee-]:before{position:absolute;top:2px;right:0;color:#1ed760;font-size:13px;height:15px;width:15px;line-height:15px;text-align:center}label~.description ul{list-style-type:none;padding:0;margin:0}label~.description ul li{width:100%;float:left;display:inline-block}label~.description ul li p{padding:0 0 10px;color:#f39c12;font-size:13px;line-height:16px}input[type=checkbox]:not(.switch){display:none}input[type=checkbox]:not(.switch)~label{position:relative;float:left;padding-left:30px;text-transform:none;cursor:pointer}input[type=checkbox]:not(.switch)~label:before{position:absolute;left:0;content:"";border:2px solid #e4e8ed;border-radius:3px;width:20px;height:20px;background-color:#fff;text-align:center;line-height:16px;font-size:10px;top:3px}input[type=checkbox]:not(.switch)~label:after{position:absolute;content:"";left:6px;top:5px;bottom:0;width:8px;height:13px;display:none}input[type=checkbox]:not(.switch):checked~label:after{display:inline-block;border:solid #1ed760;border-width:0 3px 3px 0;transform:rotate(45deg)}.checkbox-label-link-wrapper{padding-left:30px;width:100%}.checkbox-label-link-wrapper input[type=checkbox]:not(.switch)~label{margin-left:-30px;margin-bottom:0}.btn{cursor:pointer;display:inline-block;height:auto;padding:11px 15px;line-height:18px;min-width:70px;border:0;border-radius:8px;max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:16px;text-decoration:none;min-height:40px;text-align:center!important;color:#fff;border-bottom:1px solid rgba(13,19,43,.2);transition:color .2s ease-out,background .2s ease-out;background:#1ed760;background:-moz-linear-gradient(210deg,#1ed760 0%,#3eb7a1 100%);background:-webkit-linear-gradient(210deg,#1ed760 0%,#3eb7a1 100%);background:linear-gradient(210deg,#1ed760,#3eb7a1);box-shadow:0 1px 1px rgba(13,19,43,.2)!important}.btn--with-coupon-badge{overflow:visible;position:relative}.btn.disabled,.btn.btn-disabled{cursor:not-allowed!important;pointer-events:auto!important}.btn:hover,.btn:active,.btn:focus,.btn:active:hover{color:#fff;border-bottom:1px solid rgba(13,19,43,.2)!important;transition:color .2s ease-out,background .2s ease-out;background:#3eb7a1;background:-moz-linear-gradient(210deg,rgb(28.1265306122,201.5734693878,90.0048979592) 0%,rgb(58.1281632653,171.5718367347,150.9457142857) 100%)!important;background:-webkit-linear-gradient(210deg,rgb(28.1265306122,201.5734693878,90.0048979592) 0%,rgb(58.1281632653,171.5718367347,150.9457142857) 100%)!important;background:linear-gradient(210deg,#1cca5a,#3aac97)!important;box-shadow:0 1px 1px rgba(13,19,43,.2)!important}.btn:focus,.btn:active:focus{outline:none;border-bottom:1px solid rgba(13,19,43,.2)!important;box-shadow:0 1px 1px rgba(13,19,43,.2)!important}.btn:active,.btn:active:hover{outline:none;transform:translateY(1px);border-bottom:1px solid rgba(13,19,43,.2)!important}.btn>[class*=ion-]:before,.btn>[class*=fa-]:before,.btn>[class*=app-icon-]:before,.btn>[class*=kee-]:before{font-size:16px;width:auto}.btn[class*=ion-],.btn[class*=fa-],.btn[class*=app-icon-],.btn[class*=kee-]{padding-left:35px;position:relative}.btn[class*=ion-]:before,.btn[class*=fa-]:before,.btn[class*=app-icon-]:before,.btn[class*=kee-]:before{position:absolute;top:10px;left:10px;width:20px;height:20px;text-align:center;line-height:20px;font-size:18px}.btn[class*=ion-][class*=fa-]:before,.btn[class*=fa-][class*=fa-]:before,.btn[class*=app-icon-][class*=fa-]:before,.btn[class*=kee-][class*=fa-]:before{font-size:16px;height:16px}.btn[class*=ion-][class*=right],.btn[class*=ion-][class*=forward],.btn[class*=fa-][class*=right],.btn[class*=fa-][class*=forward],.btn[class*=app-icon-][class*=right],.btn[class*=app-icon-][class*=forward],.btn[class*=kee-][class*=right],.btn[class*=kee-][class*=forward]{padding-left:15px;padding-right:35px}.btn[class*=ion-][class*=right]:before,.btn[class*=ion-][class*=forward]:before,.btn[class*=fa-][class*=right]:before,.btn[class*=fa-][class*=forward]:before,.btn[class*=app-icon-][class*=right]:before,.btn[class*=app-icon-][class*=forward]:before,.btn[class*=kee-][class*=right]:before,.btn[class*=kee-][class*=forward]:before{left:inherit;right:10px}.btn.btn-secondary{color:#4a4a4a;background:#e0e3e8!important}.btn.btn-secondary:hover,.btn.btn-secondary:active,.btn.btn-secondary:focus,.btn.btn-secondary:active:focus{color:#4a4a4a;background:#d4d9e3!important}.btn.btn-white{color:#4a4a4a;background:#fff}.btn.btn-white:hover,.btn.btn-white:active,.btn.btn-white:focus,.btn.btn-white:active:focus{color:#4a4a4a;background:#d4d9e3!important}.btn.btn-tertiary{color:#4a4a4a;background:transparent!important;box-shadow:none!important;padding:5px 10px;border:none;line-height:30px;min-width:40px}.btn.btn-tertiary:hover,.btn.btn-tertiary:active,.btn.btn-tertiary:focus,.btn.btn-tertiary:active:focus{color:#4a4a4a;border:none!important;box-shadow:none!important;background:#d4d9e3!important}.btn.btn-tertiary[class*=ion-],.btn.btn-tertiary[class*=fa-],.btn.btn-tertiary[class*=app-icon-],.btn.btn-tertiary[class*=kee-]{padding-left:35px;position:relative}button[type=submit]{position:relative;overflow:hidden;transition:background ease-out .1s}button[type=submit][disabled]{opacity:.75;filter:alpha(opacity=75);cursor:default}button[type=submit].error{background-color:#c0392b}button[type=submit].error:hover{background-color:#e74c3c}button[type=submit].warning{background-color:#f39c12!important;border-bottom:1px solid #f2ba61;animation:resetColorPrimary;animation-duration:.4s;animation-fill-mode:forwards;animation-iteration-count:1;animation-delay:1.6s}button[type=submit].warning:hover{background-color:#f39c12!important;border-bottom-color:#f2ba61!important}button[type=submit].btn-secondary.warning{background-color:#f6ecdc;border-bottom:1px solid #f39c12;animation:resetColorSecondary;animation-duration:.4s;animation-fill-mode:forwards;animation-iteration-count:1;animation-delay:1.6s}button[type=submit].btn-secondary.warning:hover{background-color:#f6ecdc!important;border-bottom-color:#f39c12!important}button[type=submit].success,button[type=submit].warning,button[type=submit].error,button[type=submit].loading{transition:background ease-in .1s}button[type=submit] span{width:100%;height:18px;padding:0;margin:0;text-align:center;float:left;position:relative;line-height:18px}button[type=submit].animate span{opacity:0;animation:animateOutUp,animateInUp;animation-iteration-count:1;animation-timing-function:ease-in-out;animation-duration:.4s;animation-fill-mode:forwards;animation-delay:0s,1.6s;transform:translateY(0)}button[type=submit][class*=ion-]:not(.no-animation),button[type=submit][class*=fa-]:not(.no-animation),button[type=submit][class*=app-icon-]:not(.no-animation),button[type=submit][class*=kee-]:not(.no-animation){padding-left:15px!important}button[type=submit][class*=ion-]:not(.no-animation):before,button[type=submit][class*=fa-]:not(.no-animation):before,button[type=submit][class*=app-icon-]:not(.no-animation):before,button[type=submit][class*=kee-]:not(.no-animation):before{position:absolute;width:20px;height:20px;top:10px;left:0;right:0;margin:0 auto;font-size:20px;animation:animateInUp,animateOutUp;animation-iteration-count:1;animation-timing-function:ease-in-out;animation-delay:0s,1.6s;animation-duration:.4s;animation-fill-mode:forwards}button[type=submit][class*=fa-]:before{font-size:15px;height:15px}button[type=submit].no-animation:before{animation:none}@keyframes animateOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes animateInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes resetColorPrimary{0%{background-color:#f39c12!important;border-bottom:1px solid #f2ba61}to{background:#1ed760;background:-moz-linear-gradient(210deg,#1ed760 0%,#3eb7a1 100%);background:-webkit-linear-gradient(210deg,#1ed760 0%,#3eb7a1 100%);background:linear-gradient(210deg,#1ed760,#3eb7a1);border-bottom:1px solid rgb(28.7510204082,206.0489795918,92.0032653061)}}@keyframes resetColorSecondary{0%{background-color:#f6ecdc;border-bottom:1px solid #f39c12}to{background-color:#f6f8fc;border-bottom:1px solid #cfd5dd}}@media (max-width: 1199px){.btn{padding:10px 13px;line-height:16px;font-size:14px;min-height:36px}}.app-link{cursor:pointer;display:inline-block;height:auto;padding:12px 12px 11px 42px;line-height:18px;min-width:70px;border:0;border-radius:8px;max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:16px;font-weight:400;min-height:43px;background:#f6f8fc;color:#4a4a4a;position:relative;text-align:center;transition:background ease-out .2s,border ease-out .2s,transform ease-in 50ms}.app-link[class*=ion-]:before,.app-link[class*=fa-]:before,.app-link[class*=kee-]:before{width:24px;height:24px;font-size:24px;display:block;position:absolute;top:0;bottom:0;left:15px;margin:auto 0}.app-link[class*=fa-]:before,.app-link[class*=kee-]:before{font-size:21px;height:21px}.app-link:hover{text-decoration:none;background:#f1f4f8;color:#4a4a4a}.app-link.square{width:80px;height:80px;padding:50px 0 0;transform:scale(1);transition:transform .2s,box-shadow .2s}.app-link.square[class*=ion-]:before,.app-link.square[class*=fa-]:before,.app-link.square[class*=kee-]:before{font-size:30px;line-height:30px;width:30px;height:30px;top:10px;left:0;right:0;margin:0 auto}.app-link.square[class*=fa-]:before{font-size:25px}.app-link.square:hover{transform:scale(1.08);transition:transform .2s;box-shadow:0 2px 20px rgba(13,19,43,.1)}.app-link.invert{color:#fff!important;background:rgba(13,19,43,.2);box-shadow:0 2px 20px rgba(13,19,43,.1)}.app-link.invert:hover{background:rgba(13,19,43,.3);box-shadow:0 2px 20px rgba(13,19,43,.2)}.wrapper-background .app-link,.wrapper-background-left .app-link,.wrapper-background-right .app-link,.wrapper-gradient .app-link{background:#e7ecf7}.wrapper-background .app-link:hover,.wrapper-background-left .app-link:hover,.wrapper-background-right .app-link:hover,.wrapper-gradient .app-link:hover{background:#eaeff5}header .app-link.square:nth-child(1){animation-name:animateLinks;animation-duration:.5s;animation-delay:.1s;animation-direction:forward}header .app-link.square:nth-child(2){animation-name:animateLinks;animation-duration:.5s;animation-delay:.2s;animation-direction:forward}header .app-link.square:nth-child(3){animation-name:animateLinks;animation-duration:.5s;animation-delay:.3s;animation-direction:forward}header .app-link.square:nth-child(4){animation-name:animateLinks;animation-duration:.5s;animation-delay:.4s;animation-direction:forward}header .app-link.square:nth-child(5){animation-name:animateLinks;animation-duration:.5s;animation-delay:.5s;animation-direction:forward}@keyframes animateLinks{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width: 1199px){.app-link{line-height:16px;font-size:14px;min-height:38px}.app-link.square{width:60px;min-width:60px;height:60px;padding:35px 0 0;line-height:16px;font-size:14px;min-height:38px}.app-link.square[class*=ion-]:before,.app-link.square[class*=fa-]:before,.app-link.square[class*=kee-]:before{font-size:22px;line-height:22px;height:22px;width:20px;top:10px}.app-link.square[class*=fa-]:before{font-size:20px}}article{min-height:300px;padding:60px 0}article h1,article h2,article h3,article h4,article p,article ul,article ol{width:100%}article.show-item{padding-top:0;padding-right:30px}article.show-item h4{color:#699efb;margin:0;padding:5px 0}article.list-item{padding:0 0 30px}article.list-item .author-img{margin-top:35px;position:relative}article.list-item .author-img:before,article.list-item .author-img:after{content:"";width:4px;display:block;background:#f3f3f4;position:absolute;left:0;right:0;margin:auto;z-index:0}article.list-item .author-img:before{height:65px;top:-65px}article.list-item .author-img:after{bottom:-600%;height:600%}article.list-item.first-article .author-img:before{content:none}article.list-item .btn-container{border-bottom:2px solid rgba(13,19,43,.05);margin:15px 0 0;padding:0 0 30px}article.list-item h4{color:#699efb;margin:0 0 15px;padding:5px 0}article.list-item .link-container{width:100%;float:left;padding:30px 0;border-bottom:2px solid rgba(13,19,43,.05);transform:scale(1);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;position:relative;text-decoration:none}article.list-item .link-container:hover,article.list-item .link-container:active{transform:scale(1.02);transition:transform .2s ease-in-out,border .2s ease-in-out,box-shadow .2s ease-in-out;border-bottom-color:transparent}article.list-item .link-container:hover:before,article.list-item .link-container:active:before{border:1px solid rgba(13,19,43,.05);border-radius:12px;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}article.list-item .link-container:before{content:"";width:calc(100% + 60px);height:100%;position:absolute;left:-30px;top:0;background:#fff;z-index:-1}article.list-item .link-container-img{width:100%;border-radius:12px}@media (max-width: 991px){article{padding-top:30px;padding-bottom:30px}article.show-item{padding-right:0}}@media (max-width: 767px){article{padding-top:30px;padding-bottom:30px}article.list-item:hover,article.list-item:active{transform:scale(1)!important}article .link-container:hover,article .link-container:active{transform:scale(1)!important}}ol,ul{padding:0}ol li,ul li{padding-bottom:10px}ol li p,ul li p{padding:0 0 5px}ol li ul,ul li ul{margin-top:0}ol{padding:0 0 0 30px}ol li{padding-left:8px}ul.list{width:100%;margin:0;padding:15px 0 15px 8px}ul.list li{width:100%;float:left;list-style-type:none;padding-left:30px;position:relative}ul.list li[class*=ion-]:after,ul.list li[class*=fa-]:after,ul.list li[class*=kee-]:after{content:none}ul.list li[class*=ion-]:before,ul.list li[class*=fa-]:before,ul.list li[class*=kee-]:before{position:absolute;width:24px;height:24px;font-size:24px;top:3px;left:0}ul.list li[class*=fa-]:before{font-size:21px;height:21px}ul.list li:after{content:"";background:#1ed760;left:12px;top:11px;position:absolute;width:6px;height:6px;border-radius:2px;display:block}ul.unstyled{margin:0;padding:0;width:100%}ul.unstyled li{margin:0;padding:0;list-style-type:none}.list.sub-nav li.active a{font-weight:700}.list.sub-nav li a{color:#4a4a4a;text-decoration:none;transition:color .2s ease-in-out}.list.sub-nav li a:hover{color:#1ed760;transition:color .2s ease-in-out}ul.checks,ul.negative{margin:0;padding:15px 0 0}ul.checks li,ul.negative li{list-style-type:none;padding-left:30px;position:relative;margin-bottom:10px}ul.checks li h3,ul.negative li h3{margin-top:0;padding-top:0}ul.checks li:after,ul.negative li:after{position:absolute;top:0;left:0;font-family:Ionicons;color:#1ed760;background:transparent;font-size:22px;width:25px;height:25px;text-align:center;line-height:25px}ul.checks.checks li:after,ul.negative.checks li:after{content:""}ul.checks.checks li.hide-check:after,ul.negative.checks li.hide-check:after{content:none}ul.checks.negative li:after,ul.negative.negative li:after{color:red!important;content:""}@media (max-width: 1199px){ul.checks li,ul.negative li{margin-bottom:10px;padding-left:30px}ul.checks li:after,ul.negative li:after{width:20px;height:20px;line-height:20px;font-size:20px;top:3px}}ul.icons{margin:10px 0;padding:10px 0 30px;width:100%;position:relative}ul.icons:before,ul.icons:after{content:"";display:block;position:absolute;top:0;background:#f6f8fc}ul.icons:before{width:4px;height:100%;left:56px;border-radius:0 2px 2px}ul.icons:after{width:56px;height:4px;left:0;border-radius:2px 0 0 2px}ul.icons li{margin:0 0 5px;padding:10px 0 10px 76px;list-style-type:none;position:relative}ul.icons li:nth-child(1):before{color:#699efb}ul.icons li:nth-child(1):after{background:#699efb}ul.icons li:nth-child(2):before{color:#4ab8ba}ul.icons li:nth-child(2):after{background:#4ab8ba}ul.icons li:nth-child(3):before{color:#1ed760}ul.icons li:nth-child(3):after{background:#1ed760}ul.icons li:last-child{margin-bottom:0;position:relative}ul.icons li strong{width:100%;display:inline-block}ul.icons li .green{color:#1ed760}ul.icons li:before{display:block;position:absolute;top:13px;left:0;width:65px;height:35px;line-height:35px;font-size:20px;text-align:center;color:#1ed760}ul.icons li:after{content:"";display:block;position:absolute;top:29px;width:4px;height:4px;background:#1ed760;left:56px;border-radius:2px}.wrapper-background ul.icons:before,.wrapper-background ul.icons:after,.wrapper-gradient ul.icons:before,.wrapper-gradient ul.icons:after{background:rgba(13,19,43,.05)}@media (max-width: 991px){ul.icons{margin:15px 0;padding:0}ul.icons:before,ul.icons:after{top:0}}@media (max-width: 767px){ul.icons li{padding:10px 0 10px 50px;min-height:0}ul.icons li:before{top:6px;width:35px}ul.icons li:after{top:22px;left:36px}ul.icons:after{width:36px}ul.icons:before{left:36px}}ul.boxed{margin:0;padding:0}ul.boxed li{width:100%;display:inline-block;padding:30px;border-radius:3px;margin-bottom:5px;position:relative;background:#fff;transform:scale(1);transition:transform .2s ease-in-out;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}ul.boxed li *{color:#4a4a4a}ul.boxed li p,ul.boxed li strong{padding:0;width:100%;display:inline-block;float:left}ul.boxed li small{width:100%;font-weight:700;color:rgba(13,19,43,.5);display:inline-block;float:left}ul.boxed li:hover,ul.boxed li:active{transform:scale(1.02);transition:transform .2s ease-in-out}ul.boxed li a{display:inline-block;margin:-30px;width:calc(100% + 60px);height:calc(100% + 60px);float:left;padding:30px}.spacer{width:100%;float:left;height:1px;display:inline-block}.spacer-sm{width:100%;float:left;height:15px;display:inline-block}.spacer-lg{width:100%;float:left;height:30px;display:inline-block}.spacer-square{background:#1ed760;width:6px;height:6px;border-radius:2px;display:inline-block;margin:3px 10px}.spacer-gradient{position:relative;width:100%;float:left;height:64px;display:inline-block}.spacer-gradient:before{content:"";width:60px;height:4px;display:block;margin:auto;position:absolute;left:0;right:0;top:30px;background:#1ed760;background:-moz-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:-webkit-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:linear-gradient(90deg,#1ed760,#699efb)}.box{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px;background:#f6f8fc}.box.white{background:#fff}.integration-block{width:100%;position:relative;display:inline-block;margin:15px auto;float:left;padding:15px 15px 15px 30px;background:#f6f8fc;background:-moz-linear-gradient(235deg #fff 0%,#f6f8fc 100%);background:-webkit-linear-gradient(235deg,#fff 0%,#f6f8fc 100%);background:linear-gradient(235deg,#fff,#f6f8fc)}.integration-block:before{content:"";display:block;width:4px;height:100%;position:absolute;left:0;top:0;background:#1ed760;background:-moz-linear-gradient(0deg,#1ed760 0%,#699efb 100%);background:-webkit-linear-gradient(0deg,#1ed760 0%,#699efb 100%);background:linear-gradient(0deg,#1ed760,#699efb)}.integration-block h4{margin:0;padding:0;font-size:13px;line-height:26px;font-weight:700;color:#1ed760;text-transform:uppercase;font-family:Lato,Arial,sans-serif;letter-spacing:3px}.integration-block .icons{margin-top:10px;float:left;width:100%}.integration-block .icon{float:left;margin:5px 10px 5px 0}.integration-block .icon.inactive{opacity:.5;cursor:not-allowed}.integration-block .icon.inactive:hover img{opacity:.5}.integration-block .icon.inactive:hover small{color:rgba(13,19,43,.5)!important;text-decoration:none}.integration-block .icon:hover img{opacity:1;transition:opacity .2s ease-in-out}.integration-block .icon:hover small{color:rgba(13,19,43,.8)!important;text-decoration:underline}.integration-block .icon small{float:left;line-height:20px;color:rgba(13,19,43,.5)!important;font-weight:700;width:auto}.integration-block .icon img{float:left;margin-right:5px;opacity:.5;transition:opacity .2s ease-in-out}.wrapper-background .integration-block{background:none;border:none;position:relative;padding-left:130px;margin:0}.wrapper-background .integration-block:before{content:none}.wrapper-background .integration-block h4{width:130px;position:absolute;text-align:right;padding:15px 10px 15px 0;left:0;bottom:0;top:0;margin:auto 0;height:80px}.wrapper-background .integration-block .icons{padding:5px 15px;margin:0;border-left:2px solid rgba(13,19,43,.05)}.wrapper-background .integration-block .aggregate-review+.integration-block{margin-top:-15px}@media (max-width: 1199px){.integration-block h4{font-size:11px;line-height:23px}}@media (max-width: 1180px){.integration-block h4{font-size:10px;line-height:20px}.wrapper-background .integration-block h4{padding:5px 10px 5px 0;height:40px}}@media (max-width: 575px){.integration-block{width:100%}.wrapper-background .integration-block{padding:0}.wrapper-background .integration-block h4{width:100%;height:auto;position:relative;text-align:left}.wrapper-background .integration-block .icons{width:100%;border-left:none;padding:15px 0;border-top:2px solid rgba(13,19,43,.05)}}[class*=section-image]{width:110%;position:relative}.section-image{width:100%;text-align:center;-webkit-box-pack:center!important;justify-content:center!important;display:inline-block;padding-bottom:30px}.section-image img{max-width:100%;height:auto}.section-image .video-image,.section-image .browser-image{max-width:100%;height:auto;display:inline-block}.section-image-inline{margin:30px 0;display:inline-block;width:100%}.section-image-inline img{width:100%}.section-image-right,.section-image-right img{float:left;display:inline-block}.section-image-right img.with-space{margin-left:95px}.section-image-left,.section-image-left img{float:right;display:inline-block}.section-image-left img.with-space{margin-right:95px}.wrapper-background-left .section-image-right,.wrapper-background-left .section-image-left,.wrapper-background-right .section-image-right,.wrapper-background-right .section-image-left{width:100%;margin:60px 0 120px}.align-self-end [class*=section-image]{margin-bottom:0!important}.align-self-start [class*=section-image]{margin-top:0!important}@media (max-width: 991px){[class*=section-image]{width:100%}.section-image-right img{margin-left:-15%}.section-image-left img{margin-right:-15%}header .section-image-right img{margin-left:-25%}header .section-image-left img{margin-right:-25%}}@media (max-width: 1280px){.section-image img,.section-image .video-image{max-width:90%}.section-image .video-image img{max-width:100%}}@media (max-width: 991px){[class*=section-image]{width:100%!important;text-align:center}[class*=section-image]{max-height:650px;overflow:hidden;position:relative;margin-top:0!important;margin-bottom:30px!important;padding-top:10px;display:inline-block}[class*=section-image] img{width:100%;margin-left:0;margin-right:0}[class*=section-image]:after,[class*=section-image]:before{content:"";height:6px;width:100%;position:absolute;bottom:0;left:0}[class*=section-image]:before{background:#fff}[class*=section-image]:after{background:url(/build/assets/ps-DO5td8OJ.png) no-repeat center bottom;background-size:100% 6px}.section-image-inline{display:inline-block;width:100%}.section-image-inline img{width:100%}header [class*=section-image]{margin-bottom:0!important}header [class*=section-image]>img,header [class*=section-image]>img.with-space{margin-top:30px!important;margin-left:0;margin-right:0}[class*=section-image]>img,[class*=section-image]>img.with-space{margin-left:0;margin-right:0}.wrapper.wrapper-background [class*=section-image]:after,.wrapper.wrapper-background [class*=section-image]:before{content:none}}@media (max-width: 767px){[class*=section-image]{max-height:550px}[class*=section-image]>img.scale-sm{width:140%;margin:0 -20%!important}}@media (max-width: 575px){[class*=section-image]{width:calc(100% + 60px)!important;margin-left:-30px!important}[class*=section-image]>img,[class*=section-image]>img.with-space{width:calc(100% - 30px);margin-left:15px;margin-right:15px}[class*=section-image]>img.scale-sm{width:160%;margin:0 -30%!important}[class*=section-image] .video-image,[class*=section-image] .video-image img{max-width:100%}}[class*=section-illustration]{width:100%;position:relative}[class*=section-illustration] img{width:100%;max-width:550px;height:auto!important}[class*=section-illustration] .app-screen{position:absolute;top:0;bottom:0;left:0;right:0;width:auto;height:92%!important;margin:auto;z-index:-1}.section-illustration-right{float:right;text-align:center}.section-illustration-right img{display:inline-block}.section-illustration-left{float:left;text-align:center}.section-illustration-left img{display:inline-block}.section-illustration-right.browser-extension,.section-illustration-left.browser-extension{position:relative}.section-illustration-right.browser-extension img,.section-illustration-left.browser-extension img{max-width:100%}.section-illustration-right.browser-extension .extension,.section-illustration-left.browser-extension .extension{position:absolute;top:14.5%;right:7%;max-width:385px;width:75%}.wrapper-background-left .section-illustration-right,.wrapper-background-left .section-illustration-left,.wrapper-background-right .section-illustration-right,.wrapper-background-right .section-illustration-left{width:100%;margin:60px 0}@media (max-width: 1199px){[class*=section-illustration]{max-width:400px;margin-bottom:15px}[class*=section-illustration] img{width:100%}}@media (max-width: 1180px){.wrapper:not(.wrapper-background) [class*=section-illustration]{text-align:center;float:none;margin:auto}[class*=section-illustration] img{margin-left:0;margin-right:0}}@media (max-width: 991px){[class*=wrapper-background] [class*=section-illustration] img{margin-right:0;margin-left:0}[class*=section-illustration]{width:100%!important;text-align:center;margin-bottom:15px!important}[class*=section-illustration] img{margin-right:0;margin-left:0}}@media (max-width: 575px){[class*=section-illustration]{max-width:100%}[class*=section-illustration] img{max-width:350px}}.section-comp{position:relative}.section-comp .comp-asset,.section-comp-right .comp-asset,.section-comp-left .comp-asset{z-index:1;position:relative}.section-comp.with-guy-asset,.section-comp-right.with-guy-asset,.section-comp-left.with-guy-asset{padding-top:30px}.section-comp.with-guy-asset .comp-foreground,.section-comp.with-guy-asset .comp-single,.section-comp-right.with-guy-asset .comp-foreground,.section-comp-right.with-guy-asset .comp-single,.section-comp-left.with-guy-asset .comp-foreground,.section-comp-left.with-guy-asset .comp-single{margin-top:90px}.section-comp.with-guy-asset .comp-asset,.section-comp-right.with-guy-asset .comp-asset,.section-comp-left.with-guy-asset .comp-asset{position:absolute;width:350px;top:-132px}.section-comp.with-guy-phone-asset .comp-asset,.section-comp-right.with-guy-phone-asset .comp-asset,.section-comp-left.with-guy-phone-asset .comp-asset{position:absolute;height:55%;bottom:0}.section-comp.with-girl-asset .comp-asset,.section-comp-right.with-girl-asset .comp-asset,.section-comp-left.with-girl-asset .comp-asset{position:absolute;height:81%;bottom:-11%}.section-comp.with-chilling-asset .comp-asset,.section-comp-right.with-chilling-asset .comp-asset,.section-comp-left.with-chilling-asset .comp-asset{position:absolute;height:35%;bottom:-4%}.section-comp.with-girl-side-asset .comp-asset,.section-comp-right.with-girl-side-asset .comp-asset,.section-comp-left.with-girl-side-asset .comp-asset{position:absolute;width:18%;bottom:5.5%;left:-.8%}.section-comp-right,.section-comp-left{width:100%;position:relative;display:inline-block;text-align:center}.section-comp-right .comp-foreground,.section-comp-left .comp-foreground{top:60px;position:absolute;background:#fff;box-shadow:0 4px 15px rgba(13,19,43,.1)!important;display:inline-block;z-index:1;border-radius:6px;overflow:hidden}.section-comp-right .comp-foreground-hover,.section-comp-left .comp-foreground-hover{position:absolute;top:0;left:0;display:inline-block;opacity:0;transition:opacity .4s ease-in-out}.section-comp-right .comp-foreground-hover:hover,.section-comp-left .comp-foreground-hover:hover{opacity:1}.section-comp-right .comp-background,.section-comp-left .comp-background{margin:35% 0 60px;opacity:.6;border:1px solid rgba(13,19,43,.05);overflow:hidden;border-radius:6px}.section-comp-right .comp-single,.section-comp-left .comp-single{margin-top:60px;display:inline-block;z-index:1;position:relative;background:#fff;box-shadow:0 4px 15px rgba(13,19,43,.1)!important;margin-bottom:90px}.section-comp-right.transparent:before,.section-comp-left.transparent:before{content:none}.section-comp-right.transparent .comp-single,.section-comp-right.transparent .comp-foreground,.section-comp-left.transparent .comp-single,.section-comp-left.transparent .comp-foreground{background:none;box-shadow:none!important}.section-comp.section-image-right,.section-comp-right{float:left}.section-comp.section-image-right.transparent .comp-single img,.section-comp-right.transparent .comp-single img{margin-left:-30px}.section-comp.section-image-right:before,.section-comp-right:before{left:50px}.section-comp.section-image-right .comp-single,.section-comp-right .comp-single{margin-left:50px;float:left}.section-comp.section-image-right .comp-foreground,.section-comp-right .comp-foreground{margin-left:-45px;left:0}.section-comp.section-image-right .comp-background,.section-comp-right .comp-background{margin-left:30%;float:left}.section-comp.section-image-right.with-guy-asset .comp-asset,.section-comp-right.with-guy-asset .comp-asset{right:-27px}.section-comp.section-image-right.with-guy-phone-asset .comp-asset,.section-comp-right.with-guy-phone-asset .comp-asset{left:-10%}.section-comp.section-image-right.with-girl-asset .comp-asset,.section-comp-right.with-girl-asset .comp-asset{right:-33%;transform:scaleX(-1)}.section-comp.section-image-right.with-chilling-asset .comp-asset,.section-comp-right.with-chilling-asset .comp-asset{right:-14%}.section-comp.section-image-left,.section-comp-left{float:right}.section-comp.section-image-left.transparent .comp-single img,.section-comp-left.transparent .comp-single img{margin-right:-30px}.section-comp.section-image-left:before,.section-comp-left:before{right:50px;transform:scaleX(-1)}.section-comp.section-image-left .comp-single,.section-comp.section-image-left .comp-transparent,.section-comp-left .comp-single,.section-comp-left .comp-transparent{margin-right:50px;float:right}.section-comp.section-image-left .comp-foreground,.section-comp-left .comp-foreground{margin-right:-45px;right:0}.section-comp.section-image-left .comp-background,.section-comp-left .comp-background{margin-right:30%;float:right}.section-comp.section-image-left.with-guy-asset .comp-asset,.section-comp-left.with-guy-asset .comp-asset{left:-27px;transform:scaleX(-1)}.section-comp.section-image-left.with-guy-phone-asset .comp-asset,.section-comp-left.with-guy-phone-asset .comp-asset{right:-10%;transform:scaleX(-1)}.section-comp.section-image-left.with-girl-asset .comp-asset,.section-comp-left.with-girl-asset .comp-asset{left:-33%}.section-comp.section-image-left.with-chilling-asset .comp-asset,.section-comp-left.with-chilling-asset .comp-asset{left:-14%;transform:scaleX(-1)}header.wrapper-background-left .section-comp-right,header.wrapper-background-left .section-comp-left,header.wrapper-background-right .section-comp-right,header.wrapper-background-right .section-comp-left{width:100%;margin:0 0 60px}header.wrapper-background-left .section-comp-right .comp-foreground,header.wrapper-background-left .section-comp-left .comp-foreground,header.wrapper-background-right .section-comp-right .comp-foreground,header.wrapper-background-right .section-comp-left .comp-foreground{top:30px}.align-self-end [class*=section-comp]{margin-bottom:0}.align-self-start [class*=section-comp]{margin-top:0}@media (max-width: 1180px){.section-comp-right .comp-foreground{margin-left:-30px}.section-comp-left .comp-foreground{margin-right:-30px}}@media (max-width: 991px){.section-comp-left,.section-comp-right{width:100%;margin:0!important;float:none}.section-comp-left:before,.section-comp-right:before{content:none}.section-comp-left.transparent,.section-comp-right.transparent{margin:0}.section-comp-left.transparent .comp-single,.section-comp-right.transparent .comp-single{margin:0!important}.section-comp-left.transparent .comp-single img,.section-comp-right.transparent .comp-single img{margin-left:0;margin-right:0}.section-comp-left .comp-foreground,.section-comp-left .comp-single,.section-comp-right .comp-foreground,.section-comp-right .comp-single{position:relative;top:0!important;margin:30px 0!important;float:none}.section-comp-left .comp-background,.section-comp-right .comp-background{display:none}.section-comp-left .comp-foreground img,.section-comp-left .comp-background img,.section-comp-left .comp-single img,.section-comp-right .comp-foreground img,.section-comp-right .comp-background img,.section-comp-right .comp-single img{width:100%}.section-comp-left.with-chilling-asset .comp-asset,.section-comp-right.with-chilling-asset .comp-asset{right:-2%;bottom:0}.section-comp-left.with-guy-asset .comp-asset,.section-comp-right.with-guy-asset .comp-asset{width:300px;top:-111px}.section-comp-left.with-girl-asset .comp-asset,.section-comp-right.with-girl-asset .comp-asset{height:74%;bottom:-5%}.section-comp-left.with-guy-asset .comp-asset{left:-24px}.section-comp-left.with-girl-asset .comp-asset{left:-57%}.section-comp-right.with-guy-asset .comp-asset{right:-24px}.section-comp-right.with-girl-asset .comp-asset{right:-57%}}@media (max-width: 575px){.section-comp,.section-comp-left,.section-comp-right{background:none}.section-comp .comp-foreground,.section-comp .comp-single,.section-comp-left .comp-foreground,.section-comp-left .comp-single,.section-comp-right .comp-foreground,.section-comp-right .comp-single{margin:0 0 15px!important}.section-comp .comp-asset,.section-comp-left .comp-asset,.section-comp-right .comp-asset{display:none}}.section-overflow-image-right,.section-overflow-image-left{width:100%;float:left}.section-overflow-image-right img,.section-overflow-image-left img{margin-top:30px;max-width:200%}.section-overflow-image-right img{float:right}.section-overflow-image-left img{float:left}@media (max-width: 1180px){.section-overflow-image-right img,.section-overflow-image-left img{max-width:100%;margin-top:0;max-height:700px}}@media (min-width: 1200px){.section-overflow-image-right img,.section-overflow-image-left img{margin-right:-10%;max-width:250%}}@media (min-width: 1600px){.section-overflow-image-right img,.section-overflow-image-left img{margin-right:-25%}}.btn-container{width:100%;display:flex;display:-webkit-box;display:-ms-flexbox;margin:5px 0}.btn-container a{margin-bottom:5px;margin-top:5px;display:inline-flex}.btn-container.justify-content-end a,.btn-container.justify-content-end .btn,.btn-container.justify-content-end button,.btn-container.justify-content-lg-end.justify-content-start a,.btn-container.justify-content-lg-end.justify-content-start .btn,.btn-container.justify-content-lg-end.justify-content-start button{margin-left:15px;margin-right:0}.btn-container.justify-content-start a,.btn-container.justify-content-start .btn,.btn-container.justify-content-start button,.btn-container.justify-content-lg-start.justify-content-end a,.btn-container.justify-content-lg-start.justify-content-end .btn,.btn-container.justify-content-lg-start.justify-content-end button{margin-right:15px;margin-left:0}.btn-container.justify-content-between a,.btn-container.justify-content-between .btn,.btn-container.justify-content-between button{margin-left:15px}.btn-container.justify-content-between a:first-child,.btn-container.justify-content-between .btn:first-child,.btn-container.justify-content-between button:first-child{margin-left:0}.btn-container.justify-content-center a,.btn-container.justify-content-center .btn,.btn-container.justify-content-center button{margin-left:7.5px;margin-right:7.5px}@media (max-width: 991px){.btn-container.justify-content-lg-end.justify-content-start a,.btn-container.justify-content-lg-end.justify-content-start .btn,.btn-container.justify-content-lg-end.justify-content-start button{margin-left:0;margin-right:15px}.btn-container.justify-content-lg-start.justify-content-end a,.btn-container.justify-content-lg-start.justify-content-end .btn,.btn-container.justify-content-lg-start.justify-content-end button{margin-right:0;margin-left:15px}}@media (max-width: 575px){.btn-container{flex-direction:column}.btn-container a,.btn-container .btn,.btn-container button{width:100%;text-align:center;justify-content:center;margin-left:0;margin-right:0}}.article-image,.article-image-boxed{width:100%;float:left;text-align:center;margin:30px 0}.article-image img,.article-image-boxed img{max-height:180px;position:relative}.article-image-boxed{margin:30px 0;padding:30px;background:#fff;border-radius:3px;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.article-image-interface{text-align:center}.article-image-interface img{max-width:410px;margin:-30px 0 0 -30px}.article-browser-image{text-align:center}.article-browser-image img{position:relative;border-radius:5px 5px 0 0;margin:0 0 30px;max-width:410px;box-shadow:0 1px 1px rgba(13,19,43,.2)!important}@media (max-width: 1199px){article .article-image img{max-height:175px}article .article-image-interface img{width:calc(100% + 60px)}}@media (max-width: 1180px){article .article-image-interface img{width:calc(100% + 50px);margin:-25px 0 0 -25px}article .article-browser-image img{margin:0 0 20px}}@media (max-width: 991px){article .article-image img{max-height:150px}article .article-image-interface img{width:calc(100% + 40px);margin:-20px 0 0 -20px}article .article-browser-image img{margin:0 0 20px}}@media (max-width: 767px){article .article-image{margin-top:0;padding:0 15px;margin-bottom:0}article .article-image img{width:75%;max-height:100%}article .article-image-boxed{margin-top:3px}article .article-image-interface img{margin:-20px 0 15px -20px}article .article-image-interface.last img{margin-bottom:0}article .article-browser-image img{margin:0 0 30px}article .article-browser-image.last img{margin-bottom:0}}@media (max-width: 575px){article .article-image img{width:50%;max-height:100%}article .article-image-interface{margin:15px 0;text-align:left}article .article-image-interface img{width:calc(100% + 60px);margin:-30px 0 0 -30px}article .article-browser-image{text-align:left}article .article-browser-image img{max-width:350px;margin:15px 0 30px}}.article-footer{background:#f6f8fc;display:inline-block;width:calc(100% - 30px);float:left;padding:30px;margin:30px 0;border-radius:3px}.article-footer h3:not(.enlarge){padding-top:0}.article-footer p{padding-bottom:0;float:left;width:100%}.article-footer .author-img{float:left;margin-top:0;margin-bottom:15px}.article-footer .author-title{width:calc(100% - 110px);float:left;margin-left:30px}@media (max-width: 991px){.article-footer{width:100%}}.logo-box{height:60px;text-align:center;margin:15px 0;position:relative;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px;background:#f6f8fc}.logo-box img{max-height:50px;max-width:90%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.wrapper-background .logo-box{background:#fff}.testimonial-box{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;background:#fff;padding-bottom:115px;display:inline-block;transform:scale(1);transition:transform .2s ease-in-out;border-radius:12px;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.testimonial-box:hover{transition:transform .2s ease-in-out;transform:scale(1.04)}.testimonial-box .inner{padding:30px;width:100%;min-height:220px;display:inline-block}.testimonial-box h3{padding:0;font-style:italic;font-size:22px;line-height:30px;font-weight:400}.testimonial-box h3 a{color:#4a4a4a;text-decoration:none}.testimonial-box h3 a:hover{color:#1ed760}.testimonial-box footer{width:calc(100% - 60px);-webkit-box-flex:1;-ms-flex:1;flex:1;position:absolute;left:30px;bottom:30px;padding-left:80px;display:inline-block}.testimonial-box footer h4{padding:0;color:#699efb;clear:both;float:left;width:100%}.testimonial-box footer p{padding:0;float:left;width:100%;color:rgba(13,19,43,.5)}.testimonial-box footer .avatar{position:absolute;left:0;bottom:0}.testimonial-box .score-container{margin-top:15px;width:100%;display:inline-block;float:left}.testimonial-box .score-container img{width:20px;height:20px;margin:0 4px 0 0;display:inline-block;float:left}.testimonial-box .score-container .score{float:left;line-height:24px;margin:0 15px}@media (max-width: 1180px){.testimonial-box .inner{min-height:0}}@media (max-width: 767px){.testimonial-box h3{font-size:15px;line-height:24px}}.avatar{width:80px;height:80px;border-radius:50%;background-color:#f6f8fc;display:inline-block;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.aggregate-review-wrapper{height:1px;margin:-65px 0 35px;width:100%;padding:0;z-index:10}.wrapper-background+.aggregate-review-wrapper,.wrapper-background-left+.aggregate-review-wrapper,.wrapper-background-right+.aggregate-review-wrapper{margin:-65px 0 65px}.aggregate-review{width:100%;max-width:800px;padding:0 0 0 150px;background:#fff;border-radius:3px;position:relative;display:inline-block;float:left;margin:0 auto;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.aggregate-review .aggregate-review-body-score{width:150px;padding:15px;position:absolute;left:0;bottom:0;top:0;margin:auto 0;height:100%;border-right:2px solid rgba(13,19,43,.05);background:#f6f8fc}.aggregate-review .aggregate-review-body-score .stars{height:20px;width:120px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.aggregate-review .aggregate-review-body-score img{width:20px;height:20px;margin:0 4px 0 0;display:inline-block;float:left}.aggregate-review .aggregate-review-body{display:inline-block;float:left;text-align:left;padding:15px;width:100%}.aggregate-review .aggregate-review-body p,.aggregate-review .aggregate-review-body strong,.aggregate-review .aggregate-review-body small{width:100%;float:left}.aggregate-review .aggregate-review-body p .stars,.aggregate-review .aggregate-review-body strong .stars,.aggregate-review .aggregate-review-body small .stars{display:none}.aggregate-review .aggregate-review-body p,.aggregate-review .aggregate-review-body strong{color:#4a4a4a!important;font-size:14px;line-height:23px;padding:0}.aggregate-review .aggregate-review-body small{color:rgba(13,19,43,.5)!important;width:100%;padding-bottom:3px}.aggregate-review .aggregate-review-body:hover{text-decoration:none}.aggregate-review .aggregate-review-body:hover p,.aggregate-review .aggregate-review-body:hover strong{text-decoration:none;color:#000!important}.aggregate-review.in-text{width:auto;background:none;box-shadow:none!important;padding:0 0 0 130px;margin:15px 0}.aggregate-review.in-text .aggregate-review-body-score{width:130px;padding:0;border:none;background:transparent}.aggregate-review.in-text .aggregate-review-body-score .stars{margin:auto 0}.aggregate-review.in-text .aggregate-review-body{padding:5px 15px;border-left:2px solid rgba(13,19,43,.05)}.aggregate-review.in-text .aggregate-review-body p{width:auto}.aggregate-review.in-text .aggregate-review-body strong{color:rgba(13,19,43,.5)!important}.aggregate-review.in-text .aggregate-review-body strong:hover{color:rgba(13,19,43,.8)!important}@media (max-width: 1199px){.aggregate-review:not(.in-text) .aggregate-review-body p,.aggregate-review:not(.in-text) .aggregate-review-body strong{font-size:12px;line-height:20px}}@media (max-width: 991px){.wrapper-background+.aggregate-review-wrapper,.wrapper-background-left+.aggregate-review-wrapper,.wrapper-background-right+.aggregate-review-wrapper{margin:-50px 0 65px}.aggregate-review-wrapper{margin:-35px 0 35px}}@media (max-width: 767px){.wrapper-background+.aggregate-review-wrapper,.wrapper-background-left+.aggregate-review-wrapper,.wrapper-background-right+.aggregate-review-wrapper{margin:30px 0 0}.aggregate-review-wrapper{margin:-35px 0 35px;height:auto}.aggregate-review:not(.in-text){padding:0}.aggregate-review:not(.in-text) .aggregate-review-body-score{width:100%;position:relative;height:35px;border-bottom:1px solid rgba(13,19,43,.05);border-right:none}.aggregate-review:not(.in-text) .aggregate-review-body{width:100%;text-align:center}.aggregate-review.in-text{margin-bottom:30px}}@media (max-width: 575px){.aggregate-review .aggregate-review-body{padding:15px 10px}.aggregate-review.in-text{padding:0;width:100%;margin:15px auto 30px}.aggregate-review.in-text .aggregate-review-body-score{width:95px;height:20px;margin:0}.aggregate-review.in-text .aggregate-review-body-score .stars{margin:0}.aggregate-review.in-text .aggregate-review-body-score .stars img{width:15px;height:15px}.aggregate-review.in-text .aggregate-review-body{margin-top:30px;padding:5px 15px 5px 0;border-left:none;border-top:2px solid rgba(13,19,43,.05)}}@media (max-width: 320px){.aggregate-review .aggregate-review-body{padding:15px 5px}.aggregate-review.in-text .aggregate-review-body strong{font-size:14px}}.users-select-dropdown{position:relative;display:inline-block}.users-select-dropdown select{background-color:rgba(13,19,43,.05);border:2px solid #cfd5dd;height:30px;width:210px;text-align:center;padding:0 35px 0 15px;border-radius:15px;-webkit-appearance:none;appearance:none}.users-select-dropdown:before{position:absolute;color:#28a745;right:0;top:0;pointer-events:none;height:30px;width:30px;line-height:32px;font-size:15px;text-align:left}.user-select-title{margin:0;font-size:18px}h4.no-bg{background:rgba(0,0,0,0)!important}.switch-container{display:inline-block;width:100%;height:30px;text-align:center;user-select:none}.switch-container .inner{display:inline-block;text-align:left}.switch-container .inner *{float:left;line-height:30px}.switch-container .inner input[type=checkbox].switch~label{margin:0 30px!important;font-size:18px}.switch-container .inner input[type=checkbox].switch~label span{position:absolute;top:0;width:300px;font-weight:400;user-select:none}.switch-container .inner input[type=checkbox].switch~label span:first-child{left:-315px;text-align:right;font-weight:600}.switch-container .inner input[type=checkbox].switch~label span:last-child{right:-315px}.switch-container .inner input[type=checkbox].switch:checked~label span:first-child{font-weight:400}.switch-container .inner input[type=checkbox].switch:checked~label span:last-child{font-weight:600}@media (max-width: 767px){.switch-container input[type=checkbox].switch~label{width:auto!important;padding-left:75px!important}.switch-container input[type=checkbox].switch~label span:first-child{display:none}.switch-container input[type=checkbox].switch~label span:last-child{position:relative;right:0!important;width:auto!important;top:auto;float:left}}input[type=checkbox].switch{display:none}input[type=checkbox].switch~label{position:relative;float:left;padding-left:20px;text-transform:none;width:60px;height:30px;margin:0;cursor:pointer}input[type=checkbox].switch~label:before{position:absolute;left:0;content:"";top:0;background:rgba(13,19,43,.05);width:60px;height:30px;border:2px solid #cfd5dd;border-radius:15px}input[type=checkbox].switch~label:after{content:"";position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;background:rgba(13,19,43,.5);box-shadow:0 0 10px 1px rgba(13,19,43,.1);transition:all ease-in-out .15s}input[type=checkbox].switch:checked~label:before{background:rgba(13,19,43,.05)}input[type=checkbox].switch:checked~label:after{left:34px;transition:all ease-in-out .15s;background:#1ed760;background:-moz-linear-gradient(45deg,#1ed760 0%,#4bc4bf 100%);background:-webkit-linear-gradient(45deg,#1ed760 0%,#4bc4bf 100%);background:linear-gradient(45deg,#1ed760,#4bc4bf)}.sticky-item{position:sticky!important;top:120px}.price{width:100%;text-align:center;padding-bottom:30px;position:relative;float:left}.price:after{content:"";width:30px;height:4px;display:block;position:absolute;left:0;right:0;margin:0 auto;bottom:30px;background:#1ed760;background:-moz-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:-webkit-linear-gradient(90deg,#1ed760 0%,#699efb 100%);background:linear-gradient(90deg,#1ed760,#699efb)}.price small{color:rgba(13,19,43,.5);text-transform:uppercase;line-height:20px;float:left;width:100%;text-align:center;margin:0;min-height:40px}.price h3{font-size:38px;line-height:38px;font-weight:300;padding-top:0;padding-bottom:15px;position:relative}.price h3 sub{font-size:14px;font-weight:400;white-space:nowrap;line-height:16px}.price h4{margin:0 0 15px;color:#4a4a4a;background:#fff;padding:7px;border-radius:3px;border:none;user-select:none;width:auto;display:inline-block;position:relative}.price h4:before{margin-right:5px}.price h4.ion-star,.price h4.kee-star{background:#fff8ed;border:1px solid #f6ecdc}.price h4.ion-star:before,.price h4.kee-star:before{color:#f39c12}.price h4.ion-person,.price h4.kee-team-member{background:#f2f4e9;border:1px solid #dff4c7}.price h4.ion-person:before,.price h4.kee-team-member:before{color:#28a745}.price h4.ion-briefcase,.price h4.kee-organisation{background:#f6fbff;border:1px solid #e8f0f5}.price h4.ion-briefcase:before,.price h4.kee-organisation:before{color:#2980b9}.pricing-column .price h3{font-size:55px;line-height:55px}.highlight .price:before{color:rgba(13,19,43,.5)}.highlight .price h4[class*=ion-],.highlight .price h4[class*=fa-],.highlight .price h4[class*=kee-]{background:#fff;border-color:rgba(13,19,43,.1)}@media (max-width: 1180px){.pricing-column .price h3{font-size:40px;line-height:40px}}@media (max-width: 991px){.highlight .price h4.ion-star,.highlight .price h4.kee-star{background:#fff8ed;border-color:#f6ecdc}.highlight .price h4.ion-person,.highlight .price h4.kee-team-member{background:#f2f4e9;border-color:#dff4c7}.highlight .price h4.ion-briefcase,.highlight .price h4.kee-organisation{background:#f6fbff;border-color:#e8f0f5}}@media (max-width: 767px){.price h3{font-size:30px;line-height:30px}}.details-table-head{padding-top:30px;padding-bottom:30px;border-bottom:2px solid rgba(13,19,43,.05)}.details-table-title{padding:45px 0 0;position:relative}.details-table-title h3{padding:0;margin:0;color:#1ed760}.details-table-row{position:relative;border-bottom:2px solid rgba(13,19,43,.05);padding:15px 20px 15px 0}.details-table-row a:not(.btn){color:#4a4a4a}.details-table-row strong{position:relative}.details-table-row p,.details-table-row strong,.details-table-row small{padding:0;width:100%}.details-table-row small{line-height:16px;float:none}.details-table-row small.sub{width:100%;text-transform:uppercase;color:#1ed760;float:left}.details-table-row [class*=check],.details-table-row [class*=checkmark],.details-table-row [class*=close],.details-table-row [class*=minus]{font-size:20px;height:20px;line-height:20px}.details-table-row [class*=check],.details-table-row [class*=checkmark]{color:#1ed760}.details-table-row [class*=close],.details-table-row [class*=minus]{color:#4a4a4a;opacity:.3}.details-table-row [data-toggle=popover]{position:absolute;right:0;top:0;bottom:0;margin:auto;height:20px;line-height:20px}.details-table-row .icons{margin-top:10px}.details-table-row .icons img{width:auto;height:20px;margin:0 10px 0 0;opacity:.5;transition:opacity .2s}.details-table-row .icons img:hover{opacity:1;transition:opacity .2s}.details-table-row .icons .inactive{cursor:not-allowed}.details-table-row .icons .inactive img,.details-table-row .icons .inactive img:hover{opacity:.25}.details-table-row ul{margin:10px 0 0;width:100%}.details-table-row ul li{padding:0 0 10px;list-style-type:none;font-size:13px;line-height:20px}.details-table-row ul li .inactive{cursor:not-allowed;opacity:.5}.details-table-row ul li .inactive img:hover{opacity:.5}.details-table-row ul li a{color:#4a4a4a;text-decoration:none}.details-table-row ul li a:hover{text-decoration:none;color:#18aa4c}.details-table-row ul li a:hover img{opacity:1;transition:opacity .2s}.details-table-row ul li img{opacity:.5;transition:opacity .2s;margin:-4px 8px 0 0}.details-table-footer{padding-top:30px;padding-bottom:30px}@media (max-width: 1180px){.details-table-row{padding:10px 20px 10px 0}}@media (max-width: 991px){.details-table-row{border:none;padding:0}.details-table-row h4{margin-bottom:15px}.details-table-row ul li img{margin-top:-2px}.cell-title{padding:5px 15px;background:rgba(13,19,43,.05);width:100%;float:left;position:relative;font-size:16px;border-radius:8px 8px 0 0}.cell-title [class*=ion-],.cell-title [class*=fa-],.cell-title [class*=kee-]{float:right}.cell-title [data-toggle=popover]{right:15px;top:0;bottom:0;margin:auto}.cell-title small{width:100%;font-size:10px;display:block;color:rgba(13,19,43,.5);text-transform:uppercase;margin-bottom:2px}.cell-content{padding:8px 15px;width:100%;float:left;font-size:16px;background:rgba(13,19,43,.01);margin-bottom:10px;border-radius:0 0 8px 8px}.cell-content .icons{padding:0;margin:0;border:none}.cell-content .icons [class*=check],.cell-content .icons [class*=checkmark]{margin-right:5px;padding-right:10px;border-right:2px solid #cfd5dd}.cell-content [class*=check],.cell-content [class*=checkmark],.cell-content [class*=close]{float:left;margin-right:5px}.cell-content img{float:left}.cell-content small{font-size:16px;font-weight:400}.cell-content small:before{content:" ("}.cell-content small:after{content:")"}}@media (max-width: 575px){.details-table-row .price{margin-top:30px}}[data-toggle=popover]{font-size:20px;color:rgba(13,19,43,.5)}[data-toggle=popover]:active,[data-toggle=popover]:hover,[data-toggle=popover]:focus{color:#1ed760;cursor:pointer;box-shadow:none;outline:none}.popover{border:1px solid #cfd5dd;color:#4a4a4a!important;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.popover.bs-popover-right .arrow:before,.popover.bs-popover-auto[x-placement^=right] .arrow:before{border-right-color:#cfd5dd!important}.popover.bs-popover-left .arrow:before,.popover.bs-popover-auto[x-placement^=left] .arrow:before{border-left-color:#cfd5dd!important}.question-box{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px;background:#fff;transform:scale(1);transition:transform .2s,box-shadow .2s;margin-bottom:15px;cursor:pointer}.question-box[aria-expanded=true],.question-box[aria-expanded=true] h3{cursor:pointer}.question-box[aria-expanded=true]:hover{transform:scale(1)}.question-box h3{font-size:19px;line-height:30px;padding-bottom:15px;cursor:pointer}.question-box .answer{padding-bottom:0}.question-box:hover{box-shadow:0 2px 20px rgba(13,19,43,.1)!important;transform:scale(1.02);transition:transform .2s,box-shadow .2s}.bubble{min-width:18px;height:18px;border-radius:9px;line-height:18px;text-align:center;font-size:11px;color:#fff;font-weight:600;padding:0 5px;display:inline-block;background:#1ed760;background:-moz-linear-gradient(210deg,#1ed760 0%,#3eb7a1 100%);background:-webkit-linear-gradient(210deg,#1ed760 0%,#3eb7a1 100%);background:linear-gradient(210deg,#1ed760,#3eb7a1)}.bubble[class*=fa-]{position:relative;padding-left:25px}.bubble[class*=fa-]:before{position:absolute;top:0;right:0;bottom:0;left:10px;height:12px;line-height:12px;font-size:11px;width:12px;margin:auto 0}.bubble-large{height:26px;border-radius:8px;line-height:26px;font-size:16px;color:#fff;padding:0 5px}.bubble-large button{height:26px;margin:0 -5px 0 5px;background:none;border:none;border-radius:0 9px 9px 0;padding:0 7px;position:relative;background:rgba(13,19,43,.2)}.bubble-large button i{font-size:13px;line-height:22px;height:22px}.bubble-large button i:before{font-size:13px;line-height:22px;height:22px;color:#fff}.bubble-blue{background:#699efb;background:-moz-linear-gradient(210deg,#5288e7 0%,#699efb 100%);background:-webkit-linear-gradient(210deg,#5288e7 0%,#699efb 100%);background:linear-gradient(210deg,#5288e7,#699efb)}blockquote{width:100%;background:#f6f8fc;padding:30px;margin:30px 0;font-size:26px;line-height:30px;font-weight:400;font-style:italic;color:#4a4a4a;font-family:Georgia,serif;text-align:center;border-radius:3px;display:inline-block}.video-image{position:relative}.video-image img{width:100%}.video-image .video{position:absolute;top:0;bottom:5%;left:0;right:0;margin:auto;width:77%;border-radius:2px}.ribbon{color:#4a4a4a;font-weight:700;background:#fff8ed;padding:4px;border-radius:3px;border:1px solid #f6ecdc;margin:0 5px 0 0;user-select:none;transition:background .2s ease-in-out;text-transform:uppercase;display:inline-block;text-decoration:none}.ribbon.ion-person,.ribbon.kee-team-member{background:#f2f4e9;border:1px solid #dff4c7}.ribbon.ion-person:before,.ribbon.kee-team-member:before{color:#28a745}.ribbon.ion-person:hover,.ribbon.ion-person:active,.ribbon.kee-team-member:hover,.ribbon.kee-team-member:active{background:#dff4c7}.ribbon.ion-briefcase,.ribbon.kee-organisation{background:#f6fbff;border:1px solid #e8f0f5}.ribbon.ion-briefcase:before,.ribbon.kee-organisation:before{color:#2980b9}.ribbon.ion-briefcase:hover,.ribbon.ion-briefcase:active,.ribbon.kee-organisation:hover,.ribbon.kee-organisation:active{background:#f6fbff}.ribbon:before{color:#f39c12;margin-right:5px}.ribbon:hover,.ribbon:active{text-decoration:none;background:#f6ecdc;transition:background .2s ease-in-out;color:#4a4a4a}.ribbon.label{background:#1ed760;background:-moz-linear-gradient(210deg,#1ed760 0%,#3eb7a1 100%);background:-webkit-linear-gradient(210deg,#1ed760 0%,#3eb7a1 100%);background:linear-gradient(210deg,#1ed760,#3eb7a1);color:#fff;border:none;font-size:15px;line-height:18px;font-weight:700;text-transform:uppercase;font-family:Lato,Arial,sans-serif;letter-spacing:3px}.ribbon.label.soon{color:#000;background:#fff;border:1px solid #f6f8fc}small .ribbon{padding:2px;margin:0 3px}.sub-h2 .ribbon{color:#4a4a4a;font-size:15px;line-height:13px;font-weight:700;text-transform:uppercase;font-family:Lato,Arial,sans-serif;letter-spacing:3px;margin-top:-6px;margin-bottom:-6px}.sub-h2 .ribbon:hover{color:#4a4a4a}.sub-h3 .ribbon{color:#4a4a4a;font-size:13px;line-height:13px;font-weight:700;text-transform:uppercase;font-family:Lato,Arial,sans-serif;letter-spacing:3px;padding:3px;margin-top:-4px;margin-bottom:-4px}.sub-h3 .ribbon:hover{color:#4a4a4a}p .ribbon{color:#4a4a4a;font-size:13px;line-height:13px;font-weight:700;text-transform:uppercase;font-family:Lato,Arial,sans-serif;letter-spacing:3px;padding:3px;margin-top:-4px;margin-bottom:-4px}p.leading .ribbon{color:#4a4a4a;font-size:15px;line-height:13px;font-weight:700;text-transform:uppercase;font-family:Lato,Arial,sans-serif;letter-spacing:3px;margin-top:-6px;margin-bottom:-6px}.details-table-row .ribbon.label{background:rgba(13,19,43,.15);color:#4a4a4a;font-size:10px;line-height:10px}@media (max-width: 1199px){.sub-h2 .ribbon{font-size:12px;line-height:10px}.sub-h3 .ribbon{font-size:11px;line-height:5px}.ribbon.label{font-size:12px;line-height:17px}}@media (max-width: 1180px){.sub-h2 .ribbon{font-size:10px;line-height:10px}.sub-h3 .ribbon{font-size:10px;line-height:5px}.ribbon.label{font-size:10px;line-height:15px}}.browser-icons{display:inline-block;width:auto}.browser-icons h3{float:left;margin:15px;line-height:64px;display:inline-block;width:auto}.browser-icons img{float:left;margin:15px}.content-nav{display:flex;display:-webkit-box;display:-ms-flexbox;margin:-30px 0 0;width:100%;position:relative;background:#fff;text-align:center;transition:background .2s ease-in-out,top .2s ease-in-out}.content-nav:before{content:"";width:calc(100% - 60px);height:2px;left:30px;position:absolute;bottom:0;background:rgba(13,19,43,.05)}.content-nav ul{display:inline-block;width:auto;margin:0;padding:0}.content-nav ul li{float:left;display:inline-block;list-style-type:none;padding:15px;border-bottom:2px solid transparent}.content-nav ul li.active{border-color:#1ed760}.content-nav ul li ul{display:none}.content-nav ul li a{float:left;display:inline-block;color:#4a4a4a}.content-nav.is_stuck{z-index:10;background:#f6f8fc;border:none;transition:background .2s ease-in-out,top .2s ease-in-out;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.content-nav.is_stuck:before{content:none}@media (max-width: 1199px){.content-nav.is_stuck{top:100px!important}}@media (max-width: 767px){.content-nav.is_stuck{top:90px!important}}.grid .grid-item{background:none;height:auto;margin-bottom:0;box-shadow:none!important;border-bottom:1px solid rgba(13,19,43,.05);border-radius:0;transition:border-radius .2s ease-in-out}.grid .grid-item:hover{z-index:10;position:relative;background:#fff;border-radius:12px;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.grid .grid-item:nth-child(3n+1){border-right:1px solid rgba(13,19,43,.05)}.grid .grid-item:nth-child(3n+3){border-left:1px solid rgba(13,19,43,.05)}.grid .grid-item.grid-lg-last{border-bottom:none}@media (max-width: 991px){.grid .grid-item:nth-child(2n){border-right:none!important;border-left:none!important}.grid .grid-item:nth-child(odd){border-left:none!important;border-right:1px solid rgba(13,19,43,.05)}.grid .grid-item.grid-md-last{border-bottom:none}.grid .grid-item.grid-lg-last{border-bottom:1px solid rgba(13,19,43,.05)}}@media (max-width: 767px){.grid .grid-item{border-left:none!important;border-right:none!important}}.grid-item,.gallery-grid-item{width:100%;height:calc(100% - 30px);display:inline-block;margin-bottom:30px;padding:30px;border-radius:12px;position:relative;background:#fff;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.grid-item-flat,.gallery-grid-item-flat{box-shadow:none!important;border:2px solid #f1f4f8;height:auto}.grid-item-transparent,.gallery-grid-item-transparent{background:transparent}.grid-item-dark,.gallery-grid-item-dark{background:#f1f4f8;border-color:#e4e8ed}.grid-item-dark .sub-h2,.grid-item-dark .sub-h3,.grid-item-dark p>a,.gallery-grid-item-dark .sub-h2,.gallery-grid-item-dark .sub-h3,.gallery-grid-item-dark p>a{color:#699efb!important}.grid-item.d-inline-block,.gallery-grid-item.d-inline-block{height:auto}.grid-item.inactive,.gallery-grid-item.inactive{cursor:not-allowed;background:rgba(255,255,255,.25)!important}.grid-item.inactive p,.grid-item.inactive h2,.grid-item.inactive h3,.grid-item.inactive img,.gallery-grid-item.inactive p,.gallery-grid-item.inactive h2,.gallery-grid-item.inactive h3,.gallery-grid-item.inactive img{opacity:.5!important}.grid-item p,.gallery-grid-item p{padding-bottom:0}.grid-item img:not([height]),.gallery-grid-item img:not([height]){width:calc(100% + 30px);margin:-30px 0 -30px -30px}.grid-item img:not([height])[data-toggle=collapse],.gallery-grid-item img:not([height])[data-toggle=collapse]{cursor:pointer}.grid-item h2:not(.enlarge),.grid-item h3:not(.enlarge),.gallery-grid-item h2:not(.enlarge),.gallery-grid-item h3:not(.enlarge){padding-top:0}.grid-item h2.with-icon,.grid-item h3.with-icon,.gallery-grid-item h2.with-icon,.gallery-grid-item h3.with-icon{padding-left:40px;position:relative}.grid-item h2.with-icon img,.grid-item h2.with-icon i,.grid-item h3.with-icon img,.grid-item h3.with-icon i,.gallery-grid-item h2.with-icon img,.gallery-grid-item h2.with-icon i,.gallery-grid-item h3.with-icon img,.gallery-grid-item h3.with-icon i{position:absolute;left:0;top:0;bottom:13px;margin:auto 0;max-height:30px;max-width:30px}.grid-item h2.with-icon i,.grid-item h3.with-icon i,.gallery-grid-item h2.with-icon i,.gallery-grid-item h3.with-icon i{color:#699efb;font-size:30px;width:30px;text-align:center}.grid-item ul.list,.gallery-grid-item ul.list{padding:0;margin:5px 0}.grid-item ul.styled,.gallery-grid-item ul.styled{margin:5px 0 0 15px;padding:0;float:left}.grid-item ul.styled li.gray,.grid-item ul.styled li.gray a,.gallery-grid-item ul.styled li.gray,.gallery-grid-item ul.styled li.gray a{color:rgba(13,19,43,.5)}.grid-item ul.styled li a,.gallery-grid-item ul.styled li a{color:#4a4a4a}.grid-item ul.links,.gallery-grid-item ul.links{margin:5px 0 0;padding:0;float:left}.grid-item ul.links li,.gallery-grid-item ul.links li{list-style-type:none;float:left}.grid-item ul.links li:last-child,.gallery-grid-item ul.links li:last-child{padding-bottom:0}.grid-item ul.links li a,.gallery-grid-item ul.links li a{float:left}.grid-item ul.links li a:hover:before,.gallery-grid-item ul.links li a:hover:before{transition:color .2s ease-in-out;color:rgba(13,19,43,.5)}.grid-item ul.links li:before,.grid-item ul.links li a:before,.gallery-grid-item ul.links li:before,.gallery-grid-item ul.links li a:before{margin:0 15px 0 0;font-size:25px;color:rgba(13,19,43,.25);transition:color .2s ease-in-out}.grid-item .comp-asset,.gallery-grid-item .comp-asset{position:absolute;width:370px!important;right:-30px;top:-140px;margin:0!important}.grid-item.with-guy-corner-asset .comp-asset,.gallery-grid-item.with-guy-corner-asset .comp-asset{position:absolute;width:370px!important;right:-30px;top:-142px;margin:0!important}.grid-item.with-guy-phone-corner-asset .comp-asset,.gallery-grid-item.with-guy-phone-corner-asset .comp-asset{position:absolute;width:370px!important;right:-48px;top:-172px;margin:0!important}.grid-item.with-guy-chilling-asset .comp-asset,.gallery-grid-item.with-guy-chilling-asset .comp-asset{position:absolute;width:350px!important;left:-337px;bottom:0;top:unset;margin:0!important}.grid-item .collapse,.grid-item .collapsing,.gallery-grid-item .collapse,.gallery-grid-item .collapsing{position:absolute;background:#fff;padding:30px;top:0;right:0;width:calc(50% + 15px);height:100%!important;display:inline-block!important;opacity:0;z-index:-10;transition:opacity .2s ease-in-out}.grid-item .collapse p,.grid-item .collapsing p,.gallery-grid-item .collapse p,.gallery-grid-item .collapsing p{padding:0}.grid-item .collapse:not(.show),.grid-item .collapsing:not(.show),.gallery-grid-item .collapse:not(.show),.gallery-grid-item .collapsing:not(.show){display:inline-block!important}.grid-item .collapse.show,.grid-item .collapsing.show,.gallery-grid-item .collapse.show,.gallery-grid-item .collapsing.show{opacity:1;z-index:0;transition:opacity .2s ease-in-out}.grid-item [class*=close],.grid-item [class*=kee-remove],.grid-item [class*=information],.grid-item [class*=more],.gallery-grid-item [class*=close],.gallery-grid-item [class*=kee-remove],.gallery-grid-item [class*=information],.gallery-grid-item [class*=more]{position:absolute;right:15px;top:15px;height:15px;cursor:pointer;width:15px;text-align:center;line-height:15px;color:#4a4a4a;opacity:.5;transition:opacity .2s ease-in-out}.grid-item [class*=close]:hover,.grid-item [class*=kee-remove]:hover,.grid-item [class*=information]:hover,.grid-item [class*=more]:hover,.gallery-grid-item [class*=close]:hover,.gallery-grid-item [class*=kee-remove]:hover,.gallery-grid-item [class*=information]:hover,.gallery-grid-item [class*=more]:hover{opacity:1;color:#4a4a4a;transition:opacity .2s ease-in-out}a.grid-item{transform:scale(1);transition:transform .2s ease-in-out,background .2s ease-in-out;color:#4a4a4a}a.grid-item:hover{text-decoration:none;transform:scale(1.04);transition:transform .2s ease-in-out,background .2s ease-in-out;color:#4a4a4a}.gallery-grid-item{padding:0;height:auto}.gallery-grid-item img:not([height]){width:100%;margin:0}.grid-item-simple{width:100%;margin-bottom:60px}aside .grid-item{height:auto}aside .grid-item ul li{padding-left:20px}aside .grid-item ul li:after{left:0}@media (max-width: 1180px){.grid-item .collapse,.grid-item .collapsing{width:100%;left:0}}@media (max-width: 991px){.grid-item img:not([height]){width:calc(100% + 60px);margin-bottom:30px}.grid-item-flat{min-height:0}[class*=more]{color:#fff!important}}@media (max-width: 767px){.grid-item:hover,.grid-item:active{transform:scale(1)!important}}.markdown-content{width:100%;float:left;margin-top:30px}.markdown-content img,.markdown-content video{margin:15px 0;max-width:100%;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.markdown-content pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fc;border-radius:3px}.markdown-content h3{padding-bottom:10px}.markdown-content ul li{width:100%;list-style-type:none;padding-left:30px;padding-bottom:5px;position:relative}.markdown-content ul li:after{content:"";background:#1ed760;left:12px;top:11px;position:absolute;width:6px;height:6px;border-radius:2px;display:block}.markdown-content .btn{margin:15px 0}.content-img{padding:15px 0 30px;margin:0}.content-img img{max-width:calc(100% - 60px);border:1px solid #cfd5dd;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.content-img figcaption{margin:15px 0 0;color:rgba(13,19,43,.5);text-transform:uppercase;font-size:12px;line-height:16px;letter-spacing:3px;font-weight:700}.browser-image{margin:30px 0 0;position:relative;border-radius:5px 5px 0 0;box-shadow:0 1px 1px rgba(13,19,43,.2)!important}.browser-image .url{position:absolute;font-size:11px;left:11%;top:6.5%}.browser-image img{width:100%}.browser-image .video,.browser-image .image,.browser-image video{position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;border-radius:0 0 2px 2px}.browser-image.firefox .url{top:5.6%}@media (max-width: 991px){.browser-image .url{font-size:10px;top:6%}.browser-image.firefox .url{top:5.1%}}@media (max-width: 575px){.video-image{margin:0 15px}}.article-showcase{width:100%;float:left}.article-showcase img{width:100%}.article-showcase [class*=callout]{position:absolute;padding:0 0 0 20px}.article-showcase [class*=callout] .line{height:4px;background:#f6f8fc;width:200%;position:absolute;left:0;bottom:-5px;border-radius:2px}.article-showcase [class*=callout] .line:before{content:"";left:0;bottom:0;height:60px;width:4px;border-radius:2px;background:#f6f8fc;position:absolute}.article-showcase [class*=callout] .line:after{content:"";right:0;bottom:0;height:4px;width:4px;border-radius:2px;background:#1ed760;position:absolute}.article-showcase .callout-left{left:-25%}.article-showcase#keeping-timesheet-integration .callout-left{bottom:45%}.article-showcase#keeping-timesheet-integration .callout-left .line{width:185%}.wrapper-background .article-showcase [class*=callout] .line{background:#e4e8ed}.wrapper-background .article-showcase [class*=callout] .line:before{background:#e4e8ed}article.grid-item{margin-bottom:20px;height:100%}@media (max-width: 767px){article .article-content{margin-bottom:30px}}@media (max-width: 575px){article .article-content{margin-bottom:0}}.carousel .carousel-indicators{position:relative;width:100%;margin:0 0 20px;padding:0}.carousel .carousel-indicators:before{content:"";left:0;bottom:0;height:2px;background:#f6f8fc;width:100%;position:absolute}.carousel .carousel-indicators li{float:left;list-style-type:none;cursor:pointer;padding:15px 30px;border:2px solid transparent;border-bottom:none;text-indent:0;width:auto;height:auto;margin:0 -2px 0 0;background:none;transition:border .2s ease-in-out}.carousel .carousel-indicators li img{margin-right:5px;margin-top:-5px;opacity:.7;transition:opacity .2s ease-in-out}.carousel .carousel-indicators li:before,.carousel .carousel-indicators li:after{content:none}.carousel .carousel-indicators li.active{font-weight:700;border-color:#f6f8fc;transition:border .2s ease-in-out}.carousel .carousel-indicators li.active img{opacity:1;transition:opacity .2s ease-in-out}.carousel .carousel-indicators li.active:after{content:"";width:100%;height:2px;background:#fff;display:block;bottom:0;left:0}.carousel .carousel-inner{overflow:visible}.wrapper-background .carousel .carousel-indicators:before{background:#f1f4f8}.wrapper-background .carousel .carousel-indicators li.active{border-color:#f1f4f8}.wrapper-background .carousel .carousel-indicators li.active:after{background:#f6f8fc}@media (max-width: 991px){.carousel .carousel-indicators{margin:0 0 15px}.carousel .carousel-indicators li{padding:15px}}@media (max-width: 575px){.carousel .carousel-indicators li{text-align:center}.carousel .carousel-indicators li img{margin:0 3px 3px}}.integration-icon{margin:-20px 0 40px;height:80px}@media (max-width: 991px){.integration-icon{margin:0 0 20px;height:60px}}#footer{float:left;width:100%}#footer .wrapper{padding:60px 0;margin-top:0;margin-bottom:0}#footer .wrapper .footer-languages{margin-left:-10px;margin-right:-10px;float:none;height:60px}#footer .wrapper .footer-languages .nav-language-flag{margin-top:20px;margin-bottom:20px}#footer .wrapper-top{padding:30px 0;height:133px;margin-bottom:-30px;border-radius:24px 24px 0 0;background:#f6f8fc;background:-moz-linear-gradient(90deg #fdfdfd 0%,#fafafd 100%);background:-webkit-linear-gradient(90deg,#fdfdfd 0%,#fafafd 100%);background:linear-gradient(90deg,#fdfdfd,#fafafd)}#footer .wrapper.middle small{color:#4a4a4a;opacity:.3}#footer .wrapper.bottom{padding:30px 0}#footer .wrapper.bottom *{color:#c9cad1}#footer .wrapper.bottom small{line-height:20px;padding:20px 0;min-height:20px}#footer .wrapper .inline-title{display:inline-block;height:auto;padding:11px 15px;line-height:18px;min-width:70px;border:0;border-radius:4px;max-width:100%;overflow:hidden;float:left}#footer .wrapper .app-link{margin:0 2.5px 5px}#footer ul{margin-bottom:30px}#footer ul li{margin-bottom:5px;color:rgba(13,19,43,.5)}#footer ul li a{color:rgba(13,19,43,.5);transition:color .2s;text-decoration:none}#footer ul li a[class*=ion-],#footer ul li a[class*=fa-],#footer ul li a[class*=app-icon-],#footer ul li a[class*=kee-]{padding-right:25px;position:relative}#footer ul li a[class*=ion-]:before,#footer ul li a[class*=fa-]:before,#footer ul li a[class*=app-icon-]:before,#footer ul li a[class*=kee-]:before{position:absolute;top:3px;right:0;color:rgba(13,19,43,.2);transition:color .2s}#footer ul li a:hover,#footer ul li a:active{color:rgba(13,19,43,.8);text-decoration:none}#footer ul li a:hover:before,#footer ul li a:active:before{color:rgba(13,19,43,.5)}#footer ul li .bubble{margin-left:5px}#footer .made-with-love,#footer .product-from{color:#4a4a4a!important;opacity:.3;transition:opacity .2s;text-decoration:none}#footer .made-with-love img,#footer .product-from img{margin:-20px 3px;-webkit-filter:grayscale(100%);filter:grayscale(100%)}#footer .made-with-love:hover,#footer .product-from:hover{opacity:1;color:#4a4a4a!important;transition:opacity .2s}#footer .made-with-love:hover img,#footer .product-from:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}#footer .made-with-love{margin-left:35px}#footer .made-with-love.english{margin-left:0}#footer .made-with-love strong{color:#4a4a4a!important}#footer .product-from{white-space:nowrap}#footer .product-from img{margin:5px 0 5px 3px;height:10px}#footer .product-from *{float:left;color:#4a4a4a!important}.wrapper-background+#footer .wrapper.top,.wrapper-maps+#footer .wrapper.top,.wrapper-background-left+#footer .wrapper.top,.wrapper-background-right+#footer .wrapper.top{background:transparent}@media (max-width: 991px){#footer .wrapper{padding:60px 0}}@media (max-width: 575px){#footer .made-with-love{margin-left:0}#footer .wrapper{margin:0;width:100%}#footer .wrapper.top{height:auto;text-align:center}#footer .wrapper h4{text-align:left;margin:0 0 0 5px;padding:0 0 5px}#footer .wrapper h4:after{content:none}#footer .wrapper ul{width:100%;float:left}#footer .wrapper ul li{display:inline-block;width:100%;text-align:left;float:left}#footer .wrapper ul li a{display:inline-block;width:100%;float:left;padding:5px;border-bottom:1px solid #f1f4f8}#footer .wrapper ul li a .bubble{float:right}#footer .wrapper ul li a[class*=ion-]:before,#footer .wrapper ul li a[class*=fa-]:before,#footer .wrapper ul li a[class*=app-icon-]:before,#footer .wrapper ul li a[class*=kee-]:before{top:8px;right:5px}}#pricing-table,#pricing-extended-table{position:relative;margin:30px -15px;padding:0 15px}#pricing-table .active-column,#pricing-extended-table .active-column{content:"";height:100%;width:25%;display:block;position:absolute;top:0;left:50%;border-radius:4px;opacity:.1;transition:left .1s;background:#1ed760;background:-moz-linear-gradient(0deg,#1ed760 0%,#699efb 100%);background:-webkit-linear-gradient(0deg,#1ed760 0%,#699efb 100%);background:linear-gradient(0deg,#1ed760,#699efb)}.pricing-column{position:relative;padding:30px 30px 103px;margin-bottom:30px;width:100%}.pricing-column.highlight{border:1px solid rgba(13,19,43,.05);border-radius:12px;background:none}.pricing-column.highlight:before{content:"";display:block;position:absolute;height:100%;width:100%;top:0;left:0;opacity:.15;border-radius:12px;background:#1ed760;background:-moz-linear-gradient(0deg,#1ed760 0%,#699efb 100%);background:-webkit-linear-gradient(0deg,#1ed760 0%,#699efb 100%);background:linear-gradient(0deg,#1ed760,#699efb)}.pricing-column .pricing-column-content{width:100%}.pricing-column .pricing-column-content .details-table-row{border-bottom:2px solid rgba(13,19,43,.05)}.pricing-column .pricing-column-content .details-table-row:last-of-type{border:none}.pricing-column .cell-title a{color:#4a4a4a}.pricing-content-footer{text-align:center;position:absolute;bottom:0;left:0;width:100%;padding:0 0 30px}@media (max-width: 1180px){.pricing-column{padding:30px 20px 103px}}@media (max-width: 991px){.pricing-column{padding:30px 0}.pricing-column#pricing-free{padding:0}.pricing-column.highlight:before{content:none}.pricing-column-content .details-table-row{border:none!important}.pricing-column-content h4{padding:0 15px}}@media (max-width: 575px){.pricing-column{padding:15px 0 60px}.pricing-column#pricing-free{padding:0}}#pricing-scroll-title{position:fixed;top:90px;width:100%;margin:0;background:#fff;box-shadow:0 2px 20px rgba(13,19,43,.1)!important}#pricing-scroll-title .price{padding:0}#pricing-scroll-title .price:before{content:none}#pricing-scroll-title .price:after{content:none}#pricing-scroll-title .price h3{font-size:26px;line-height:30px}#pricing-scroll-title .price h4{font-size:12px;line-height:16px}#pricing-scroll-title .price small{font-size:10px;line-height:12px;min-height:20px}#pricing-scroll-title .switch-container{margin:0 0 15px}.cookie{width:100%;display:inline-block;padding:15px;position:fixed;bottom:0;left:0;z-index:999;transform:translateY(0);animation-name:animateCookie;animation-duration:.5s;background:#f6f8fc;background:-moz-linear-gradient(0 #fdfdfd 0%,#fafafd 100%);background:-webkit-linear-gradient(0,#fdfdfd 0%,#fafafd 100%);background:linear-gradient(0,#fdfdfd,#fafafd);box-shadow:0 2px 20px rgba(13,19,43,.1)!important}.cookie h3{margin:0;padding:0}.cookie .btn{margin:2px 0 0 10px}.cookie small{margin-bottom:15px}.cookie.hidden{display:none}@keyframes animateCookie{0%{transform:translateY(200px)}to{transform:translateY(0)}}header .new-blog-message{max-width:100%;height:calc(100% - 30px);display:inline-block;padding:15px 45px 15px 15px;border-radius:3px;margin-bottom:15px;position:relative;background:rgba(13,19,43,.15);box-shadow:0 2px 20px rgba(13,19,43,.1)!important;transition:transform .2s ease-in-out,background .2s ease-in-out;transform:scale(1)}header .new-blog-message .ribbon{background:#1ed760;margin-right:15px}header .new-blog-message p{font-size:16px;line-height:26px;padding:0;margin:0;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}header .new-blog-message:hover,header .new-blog-message:active{text-decoration:none;background:rgba(13,19,43,.2);transform:scale(1.02);transition:transform .2s ease-in-out,background .2s ease-in-out}header .new-blog-message:before{position:absolute;top:0;right:15px;bottom:0;margin:auto 0;width:20px;height:20px;text-align:center;line-height:20px;font-size:18px;color:#fff}@media (max-width: 1199px){body.home header.wrapper .new-blog-message p{line-height:24px}header .new-blog-message{margin-bottom:0}header .new-blog-message p{font-size:15px;line-height:15px}}@media (max-width: 1180px){body.home header.wrapper [class*=section-illustration] img{max-width:350px}}@media (max-width: 575px){body.home header.wrapper [class*=section-illustration] img{max-width:60%}}
