@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
/*!
 * Font Awesome Free 6.5.1 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 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:Font Awesome\ 6 Free}.fa-brands,.fab{font-family:Font Awesome\ 6 Brands}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:var(--fa-li-width,2em)}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:block;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;src:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;src:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-display:block;font-family:Font Awesome\ 5 Brands;font-weight:400;src:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-weight:900;src:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-weight:400;src:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-display:block;font-family:FontAwesome;src:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-v4compatibility.woff2) format("woff2"),url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html{-ms-overflow-style:scrollbar}*,:after,:before{box-sizing:inherit}.container{margin-left:auto;margin-right:auto;padding-left:28px;padding-right:28px;width:100%}@media (min-width:1025px){.container{max-width:960px;padding-left:15px;padding-right:15px}}@media (min-width:1200px){.container{max-width:1170px}}@media (min-width:1400px){.container{max-width:1296px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;max-width:none;width:auto}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.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.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;max-width:none;width:auto}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.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.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;max-width:none;width:auto}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.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.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;max-width:none;width:auto}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.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.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;max-width:none;width:auto}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.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.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.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}}.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}}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion){.animated{animation:unset!important;transition:none!important}}*{background-repeat:no-repeat;border:0;box-sizing:inherit;margin:0;padding:0}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box}h1,h2,h3,h4,h5{font-size:1em;font-weight:400}a{background-color:transparent;display:inline-block}a[href=""]{pointer-events:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}article,aside,footer,header,main,nav,section{display:block}button,input,optgroup,select,textarea{-webkit-font-smoothing:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;font:inherit;letter-spacing:inherit;overflow:visible;vertical-align:top}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}button,select{text-transform:none}option{background-color:inherit}a:active,button:active{color:inherit}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:"color 9999s ease-out, background-color 9999s ease-out";-webkit-transition-delay:9999s}textarea{resize:none}button,input[type=button]{cursor:pointer}button[disabled],html input[disabled]{cursor:default}img{border-style:none;display:block;height:auto;max-width:100%}table{border-collapse:collapse;border-spacing:0}[hidden]{display:none!important}[disabled]{cursor:not-allowed}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}@keyframes arrow-translate{0%{background-position:50% 50%}50%{background-position:160% 50%}50.01%{background-position:-60% 50%}to{background-position:50% 50%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#475c6d;font-family:Poppins,sans-serif;font-size:16px;line-height:1.875}:is(.h1,.body-content h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.h2,.body-content h3,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,.h3,.h4,.h5,.h6),:is(h1,h2,h3,h4,h5,h6){font-weight:700}.text-image__text :is(h1,h2,h3,h4,h5,h6) span,:is(.h1,.body-content h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.h2,.body-content h3,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,.h3,.h4,.h5,.h6).icon span,:is(h1,h2,h3,h4,h5,h6).icon span{position:relative}.text-image__text :is(h1,h2,h3,h4,h5,h6) span:after,:is(.h1,.body-content h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.h2,.body-content h3,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,.h3,.h4,.h5,.h6).icon span:after,:is(h1,h2,h3,h4,h5,h6).icon span:after{content:"";position:absolute}.text-image__text :is(h1,h2,h3,h4,h5,h6) span,:is(.h1,.body-content h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.h2,.body-content h3,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,.h3,.h4,.h5,.h6).icon-line span,:is(h1,h2,h3,h4,h5,h6).icon-line span{display:inline-block}.text-image__text :is(h1,h2,h3,h4,h5,h6) span:after,:is(.h1,.body-content h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.h2,.body-content h3,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,.h3,.h4,.h5,.h6).icon-line span:after,:is(h1,h2,h3,h4,h5,h6).icon-line span:after{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/graphics/line-1.svg) 0/auto 100% no-repeat;bottom:0;height:8.98px;left:-5px;width:calc(100% + 10px)}:is(.h1,.body-content h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.h2,.body-content h3,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,.h3,.h4,.h5,.h6).icon-circle span,:is(h1,h2,h3,h4,h5,h6).icon-circle span{margin-left:10px}:is(.h1,.body-content h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.h2,.body-content h3,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,.h3,.h4,.h5,.h6).icon-circle span:after,:is(h1,h2,h3,h4,h5,h6).icon-circle span:after{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/graphics/circle-1.svg) 50%/contain no-repeat;height:58.15px;left:50%;top:50%;transform:translate(-50%,-50%);width:135.53px}.body-content h2,.body-content h3,.h1,.h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,h1,h2{font-size:25px;line-height:38px}.h3,h3{font-size:20px;line-height:30px}a{color:inherit;text-decoration:none}a:focus,a:focus-visible{outline:5px auto #f07f31;outline-offset:2px}@media only screen and (min-width:1025px){.body-content h2,.h1,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,h1{font-size:35px;line-height:53px}:is(.h1,.body-content h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.h2,.body-content h3,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,.h3,.h4,.h5,.h6).icon-circle span,:is(h1,h2,h3,h4,h5,h6).icon-circle span{margin-left:10px}:is(.h1,.body-content h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.h2,.body-content h3,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,.h3,.h4,.h5,.h6).icon-circle span:after,:is(h1,h2,h3,h4,h5,h6).icon-circle span:after{height:83.71px;width:195.07px}:is(.h1,.body-content h2,body .gform_wrapper.gravity-theme .gform_callout h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.h2,.body-content h3,body .gform_wrapper.gravity-theme .gform_callout h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,body .gform_wrapper.gravity-theme .gsection h3,.h3,.h4,.h5,.h6).icon-circle-sm span:after,:is(h1,h2,h3,h4,h5,h6).icon-circle-sm span:after{height:67.71px;width:159.07px}}body.noscroll,html.noscroll{overflow:hidden}body{position-overflow:hidden;overflow-x:hidden;position:relative #main-content}.body-main{position:relative}.body-main__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:rgba(71,92,109,.6);height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:10}.body-main.show-overlay .body-main__overlay{opacity:1;visibility:visible}.grecaptcha-badge{visibility:hidden}input:not([type=submit]),textarea{cursor:text}input[type=submit],select{cursor:pointer}.wp-block-image .aligncenter,.wp-block-image .aligncenter img,.wp-block-image .alignleft,.wp-block-image .alignleft img,.wp-block-image .alignone,.wp-block-image .alignone img,.wp-block-image .alignright,.wp-block-image .alignright img,img.aligncenter,img.aligncenter img,img.alignleft,img.alignleft img,img.alignone,img.alignone img,img.alignright,img.alignright img{display:block;height:auto;max-width:100%}.moove-gdpr-info-bar-container{border-radius:27px!important}.wp-block-image .alignleft,.wp-block-image .alignnone,.wp-block-image .alignright,img.alignleft,img.alignnone,img.alignright{float:none;margin:1em 0}.wp-block-image .aligncenter,img.aligncenter{display:block;float:none;margin:1em}@media only screen and (min-width:768px){.wp-block-image .alignright,img.alignright{float:right;margin:0 0 1em 1em}.wp-block-image .alignleft,img.alignleft{float:left;margin:0 1em 1em 0}.wp-block-image .aligncenter,img.aligncenter{display:block;margin-left:auto;margin-right:auto}.section{padding:65px 0}}a,button{cursor:pointer}a:focus,a:focus-visible,button:focus,button:focus-visible{cursor:pointer;outline:2px solid #f07f31;outline-offset:2px}a:focus,a:focus-visible{text-decoration:underline}.password-form-wrap .post-password-form p input[type=submit],.ui-btn,body .gform_wrapper.gravity-theme .gform_button,body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files,body .gform_wrapper.gravity-theme .gform_next_button,body .gform_wrapper.gravity-theme .gform_previous_button{align-items:center;border-radius:55px;display:inline-flex;font-weight:600;height:55px;justify-content:center;min-width:140px;padding:0 30px;text-align:center;transition:all .2s ease}.password-form-wrap .post-password-form p input[type=submit] span,.ui-btn span,body .gform_wrapper.gravity-theme .gform_button span,body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files span,body .gform_wrapper.gravity-theme .gform_next_button span,body .gform_wrapper.gravity-theme .gform_previous_button span{align-items:center;display:flex}.password-form-wrap .post-password-form p input[type=submit] span:after,.ui-btn span:after,body .gform_wrapper.gravity-theme .gform_button span:after,body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files span:after,body .gform_wrapper.gravity-theme .gform_next_button span:after,body .gform_wrapper.gravity-theme .gform_previous_button span:after{content:"";display:block;height:12.38px;margin-left:7px;transition:all .2s ease;width:14.14px}.password-form-wrap .post-password-form p input[type=submit],.ui-btn--blue,.ui-btn--pink,body .gform_wrapper.gravity-theme .gform_button,body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files,body .gform_wrapper.gravity-theme .gform_next_button{color:#fff}.password-form-wrap .post-password-form p input[type=submit] span:after,.ui-btn--blue span:after,.ui-btn--pink span:after,body .gform_wrapper.gravity-theme .gform_button span:after,body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files span:after,body .gform_wrapper.gravity-theme .gform_next_button span:after{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/arrow-right-white.svg) 50%/contain no-repeat}.password-form-wrap .post-password-form p input[type=submit]:focus,.password-form-wrap .post-password-form p input[type=submit]:hover,.ui-btn--blue:focus,.ui-btn--blue:hover,.ui-btn--pink:focus,.ui-btn--pink:hover,body .gform_wrapper.gravity-theme .gform_button:focus,body .gform_wrapper.gravity-theme .gform_button:hover,body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:focus,body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:hover,body .gform_wrapper.gravity-theme .gform_next_button:focus,body .gform_wrapper.gravity-theme .gform_next_button:hover{color:#fff}.ui-btn--pink{background:#bf0078}.ui-btn--pink.glow{box-shadow:0 12px 27px rgba(191,0,120,.36)}.ui-btn--pink:hover{background:#990060}.password-form-wrap .post-password-form p input[type=submit],.ui-btn--blue,body .gform_wrapper.gravity-theme .gform_button,body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files,body .gform_wrapper.gravity-theme .gform_next_button{background:#0072bb;color:#fff}.password-form-wrap .post-password-form p input[type=submit]:hover,.ui-btn--blue:hover,body .gform_wrapper.gravity-theme .gform_button:hover,body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:hover,body .gform_wrapper.gravity-theme .gform_next_button:hover{background:#0267a8}.ui-btn--white,body .gform_wrapper.gravity-theme .gform_previous_button{background:#fff;border:2px solid #fff;color:#475c6d}.ui-btn--white span:after,body .gform_wrapper.gravity-theme .gform_previous_button span:after{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/arrow-right-dark.svg) 50%/contain no-repeat}.ui-btn--white.glow,body .gform_wrapper.gravity-theme .glow.gform_previous_button{box-shadow:0 12px 27px #8b0057}.ui-btn--white:hover,body .gform_wrapper.gravity-theme .gform_previous_button:hover{background:0 0;color:#fff}.ui-btn--white:hover span:after,body .gform_wrapper.gravity-theme .gform_previous_button:hover span:after{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/arrow-right-white.svg) 50%/contain no-repeat}.password-form-wrap .post-password-form p input[type=submit]:hover span:after,.ui-btn:hover span:after,body .gform_wrapper.gravity-theme .gform_button:hover span:after,body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:hover span:after,body .gform_wrapper.gravity-theme .gform_next_button:hover span:after,body .gform_wrapper.gravity-theme .gform_previous_button:hover span:after{transform:translateX(5px)}.social-links{display:flex}.social-links>a{align-items:center;background:#bf0078;border-radius:38px;color:#fff;display:flex;font-size:20px;height:38px;justify-content:center;transition:all .2s ease;width:38px}.social-links>a:not(:last-child){margin-right:7px}.social-links>a:hover{background:#475c6d;color:#fff}.social-links--w>a{background:#fff;color:#475c6d}.social-links--w>a:hover{background:#0072bb;color:#fff}.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets{display:flex;justify-content:flex-start;position:relative;top:0}.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{border:1px solid;height:16px;margin:0;opacity:1;width:16px}.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child){margin-right:12px}.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:#fff;border-color:#475c6d}.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{background:#bf0078;border-color:#bf0078}.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination--center{justify-content:center}.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination--dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:#e4e9ee;border-color:#e4e9ee}.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination--white .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:#e4e9ee;border-color:#e4e9ee;opacity:.53}.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination--white .swiper-pagination-bullet-active{background:#fff;border-color:#fff}body .swiper-button-next,body .swiper-button-prev{background:#fff url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/arrow-right-dark.svg) 50%/14.14px auto no-repeat;border-radius:55px;height:55px;transition:all .25s ease;width:55px}body .swiper-button-next:after,body .swiper-button-prev:after{display:none}body .swiper-button-next:focus,body .swiper-button-next:focus-visible,body .swiper-button-prev:focus,body .swiper-button-prev:focus-visible{cursor:pointer;outline:2px solid #f07f31;outline-offset:2px}body .swiper-button-next:hover,body .swiper-button-prev:hover{animation:arrow-translate .3s ease-out;box-shadow:0 0 10px rgba(0,0,0,.15)}body .swiper-button-prev{left:-27.5px;transform:scale(-1)}body .swiper-button-next{right:-27.5px}.pagination{margin-top:50px}.pagination .page-numbers{display:flex;justify-content:center}.pagination .page-numbers>li:not(:last-child){margin-right:5px}.pagination .page-numbers>li>*{align-items:center;background:#f2f4f6;border-radius:55px;display:flex;font-weight:900;height:35px;justify-content:center;transition:all .2s ease;width:35px}.pagination .page-numbers>li>.next,.pagination .page-numbers>li>.prev{background:#f2f4f6 url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/arrow-right-dark.svg) 50%/14.14px auto no-repeat}.pagination .page-numbers>li>.next:hover,.pagination .page-numbers>li>.prev:hover{background:#e4e9ee url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/arrow-right-dark.svg) 50%/14.14px auto no-repeat}.pagination .page-numbers>li>.prev{transform:scale(-1)}.pagination .page-numbers>li>.current,.pagination .page-numbers>li>a:hover{background:#e4e9ee}dialog{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:rgba(71,92,109,.6);display:flex;height:100vh;justify-content:center;left:0;min-height:100vh;min-width:100vw;padding:28px;position:fixed;top:0;width:100vw}dialog[aria-hidden=true]{display:none}dialog .dialog-wrap{background:#fff;border-radius:27px;padding:50px 28px;position:relative;width:clamp(0px,100vw,834px)}dialog .dialog-wrap button{color:#bf0078;font-weight:700;height:80px;position:absolute;right:0;top:0;width:140px}body .gform_wrapper.gravity-theme .gform_fields dialog .dialog-wrap .gfield.gfield_html,body .gform_wrapper.gravity-theme dialog .dialog-wrap .gform_callout,dialog .dialog-wrap .body-content,dialog .dialog-wrap body .gform_wrapper.gravity-theme .gform_callout,dialog .dialog-wrap body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html{color:#475c6d}body .gform_wrapper.gravity-theme .gform_fields dialog .dialog-wrap .gfield.gfield_html>*,body .gform_wrapper.gravity-theme dialog .dialog-wrap .gform_callout>*,dialog .dialog-wrap .body-content>*,dialog .dialog-wrap body .gform_wrapper.gravity-theme .gform_callout>*,dialog .dialog-wrap body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html>*{text-align:left}@media only screen and (min-width:1025px){.swiper-button-next:focus,.swiper-button-next:focus-visible,.swiper-pagination-bullet:focus,.swiper-pagination-bullet:focus-visible,a:focus,a:focus-visible,button:focus,button:focus-visible,input:focus,input:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{outline-color:#f07f31;outline-offset:2px;outline-style:solid;outline-width:2px}.pagination{margin-top:80px}.pagination .page-numbers>li>*{height:55px;width:55px}dialog .dialog-wrap{padding:60px}}.skip-link{background:#f2f4f6;font-size:14px;left:-100%;position:absolute;top:0;width:100%}.skip-link:focus-within{left:0;position:static}.skip-link__btn{width:100%}.skip-link__btn:focus{box-sizing:border-box;margin:8px auto;max-width:100%;padding:3px 15px}.header{position:relative;z-index:11}.header__top{align-items:center;background:#fff;display:flex}.header__top .container{display:flex}.header__top__search .searchform{align-items:center;border-radius:55px;display:flex}.header__top__search .searchform input{border-radius:55px 0 0 55px;flex:1;height:55px;padding-left:25px}.header__top__search .searchform input::-webkit-search-cancel-button,.header__top__search .searchform input::-webkit-search-decoration,.header__top__search .searchform input::-webkit-search-results-button,.header__top__search .searchform input::-webkit-search-results-decoration{display:none}.header__top__search .searchform input:focus,.header__top__search .searchform input:focus-visible{outline-offset:-2px}.header__top__search .searchform button[type=submit]{align-items:center;border-radius:0 55px 55px 0;display:flex;height:55px;justify-content:center;width:55px}.header__top__search .searchform button[type=submit]:focus,.header__top__search .searchform button[type=submit]:focus-visible,.header__top__search .searchform button[type=submit]:hover{background:#bf0078;outline-offset:-2px}.header__top__search .searchform button[type=submit]:focus path,.header__top__search .searchform button[type=submit]:focus-visible path,.header__top__search .searchform button[type=submit]:hover path{fill:#fff}.header__top__search .searchform__clear{display:none;height:55px;width:45px}.header__top__search .searchform__clear:focus,.header__top__search .searchform__clear:focus-visible{outline-offset:-2px}@media only screen and (max-width:1024px){.header{z-index:999999}.header__top{border-bottom:1px solid #ced4d8;height:81px;position:relative}.header__top .container{align-items:center;justify-content:space-between;padding:0}.header__top__brand,.header__top__donate{display:none}.header__top__logo img{height:75px;max-width:150px;-o-object-fit:contain;object-fit:contain}.header__top__mobile-search{width:18px}.header__top__mobile-search,.header__top__nav-toggle{align-items:center;display:flex;height:81px;justify-content:center;width:81px}.header__top__search{background:#f2f4f6;display:none;padding:10px 10px 10px 28px;position:absolute;top:100%;width:100%}.header__top__search .searchform{background:#fff;flex:1}.header__top__search .searchform .searchform__clear,.header__top__search .searchform button[type=submit],.header__top__search .searchform input{height:50px}.header__top__search .searchform button[type=submit]{border-left:1px solid #e4e9ee}.header__top__search__close{width:55px}.header__top__search--active{display:flex}.header__top__nav-toggle__icon,.header__top__nav-toggle__icon>*{height:100%;width:100%}.header__top__nav-toggle__icon .open-icon{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/mobile-menu.svg) 50%/18px no-repeat}.header__top__nav-toggle__icon .close-icon{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/mobile-menu-close.svg) 50%/16px no-repeat}}@media (min-width:1025px) and (max-width:1200px){.header__top .container{max-width:100%}}@media only screen and (min-width:1025px){.header__top{height:110px}.header__top .container{align-items:center;display:flex}.header__top__mobile-search,.header__top__nav-toggle{display:none}.header__top__brand,.header__top__logo{margin-right:40px}.header__top__brand--ccc{margin-left:auto}.header__top__brand img{max-height:42px;width:auto}.header__top__search{margin-right:9px}.header__top__search__close{display:none}.header__top__search .searchform{background:#f2f4f6;width:250px}}@media only screen and (min-width:1200px){.header__top__search .searchform{width:296px}.header__top__brand{margin-right:60px}}.header__navigation{background:#990060;color:#fff;font-weight:500}@media only screen and (max-width:1024px){.header__navigation{background:#bf0078;height:calc(100% - 81px);opacity:0;overflow:auto;position:fixed;top:81px;transition:all .3s ease;visibility:hidden;width:100%}.header__navigation .container{display:flex;flex-direction:column;padding:0}.body-content .header__navigation h3,.header__navigation .body-content h3,.header__navigation .h2,.header__navigation body .gform_wrapper.gravity-theme .gform_callout h3,.header__navigation body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,.header__navigation body .gform_wrapper.gravity-theme .gsection h3,.header__navigation img,body .gform_wrapper.gravity-theme .gform_callout .header__navigation h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .header__navigation h3,body .gform_wrapper.gravity-theme .gsection .header__navigation h3{display:none}.header__navigation .nav a,.header__navigation .nav li{position:relative;width:100%}.header__navigation .nav .menu-item__toggle{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:66px}.header__navigation .nav .menu-item__toggle .fa-solid{color:#fff;font-size:12px}.header__navigation .nav .menu-item__toggle[aria-expanded=true]{transform:scale(-1)}.header__navigation .nav>li>a{border-bottom:1px solid #f2cde4;padding:13px 28px}.header__navigation .nav>li .sub-menu{display:none}.header__navigation .nav>li .sub-menu.open{display:block}.header__navigation .nav>li.menu-item-has-children>.menu-item__toggle{color:#fff;font-size:12px;height:57px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu,.header__navigation .nav>li.menu-item-has-children>.sub-menu{background:#990060;font-size:14px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu .menu-item__toggle,.header__navigation .nav>li.menu-item-has-children>.sub-menu .menu-item__toggle{height:48.2px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu .menu-item__toggle .fa-solid,.header__navigation .nav>li.menu-item-has-children>.sub-menu .menu-item__toggle .fa-solid{color:#fff;font-size:12px;transform:rotate(90deg)}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li>a,.header__navigation .nav>li.menu-item-has-children>.sub-menu>li>a{padding:11px 39px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li:has(a[aria-expanded=true]){background:#fff;color:#990060}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li:has(a[aria-expanded=true]) .menu-item__toggle .fa-solid{color:#990060}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li>.sub-menu{background:#fff;color:#475c6d;padding:0 0 15px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li>.sub-menu>li>a{font-weight:400;padding:5px 50px}.header__navigation__donate{margin:35px auto 0}.header__navigation.open{opacity:1;visibility:visible}}@media only screen and (min-width:1025px){.header__navigation .nav{display:flex;justify-content:center}.header__navigation .nav>li{padding:0 10px}.header__navigation .nav>li a,.header__navigation .nav>li li{outline-offset:-2px;width:100%}.header__navigation .nav>li:not(:last-child){margin-right:15px}.header__navigation .nav>li>a{align-items:center;display:inline-flex;height:56px;outline:none}.header__navigation .nav>li:focus,.header__navigation .nav>li:focus-visible,.header__navigation .nav>li:hover{background:#bf0078}.header__navigation .nav>li.menu-item-has-children{align-items:center;display:flex}.header__navigation .nav>li.menu-item-has-children:not(.has-mega-menu){position:relative}.header__navigation .nav>li.menu-item-has-children:after{background:0 0;content:"";height:17px;left:0;position:absolute;top:100%;width:100%}.header__navigation .nav>li.menu-item-has-children>.menu-item__toggle{align-items:center;border-radius:17px;display:flex;height:12px;margin-left:9px}.header__navigation .nav>li.menu-item-has-children>.menu-item__toggle .fa-solid{color:#fff;font-size:12px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap,.header__navigation .nav>li.menu-item-has-children>.sub-menu{background:#fff;border-radius:20px;left:50%;margin-top:17px;opacity:0;overflow:hidden;position:absolute;top:100%;transform:translateX(-50%);transition:all .3s ease;visibility:hidden;z-index:2}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap{width:894px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap .sub-menu{padding:36px 0 74px}.body-content .header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap .sub-menu h3,.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap .sub-menu .body-content h3,.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap .sub-menu .h2,.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap .sub-menu body .gform_wrapper.gravity-theme .gform_callout h3,.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap .sub-menu body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap .sub-menu body .gform_wrapper.gravity-theme .gsection h3,body .gform_wrapper.gravity-theme .gform_callout .header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap .sub-menu h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap .sub-menu h3,body .gform_wrapper.gravity-theme .gsection .header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap .sub-menu h3{font-weight:700}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu{background:#bf0078;position:relative;width:390px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li a{width:100%}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li:not(.parent-submenu-item){font-weight:600;padding:6px 43px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li:not(.parent-submenu-item)>a{outline:none}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li:not(.parent-submenu-item):focus,.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li:not(.parent-submenu-item):hover{background:#990060}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li:not(.parent-submenu-item) .menu-item__toggle{align-items:center;border-radius:30px;display:inline-flex;justify-content:center;padding:0;pointer-events:none;position:absolute;right:35px;width:30px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li:not(.parent-submenu-item) .menu-item__toggle .fa-solid{color:#fff;font-size:12px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li.parent-submenu-item{margin-bottom:30px;padding:0 43px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li.menu-item-has-children .sub-menu{background:#fff;color:#475c6d;font-weight:400;height:100%;left:100%;opacity:0;position:absolute;top:0;transition:all .3s ease;visibility:hidden;width:504px;z-index:2}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li.menu-item-has-children .sub-menu>li:not(.parent-submenu-item)>a{padding:3px 43px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li.menu-item-has-children .sub-menu>li:not(.parent-submenu-item)>a:hover{background:#f2f4f6}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li.menu-item-has-children .sub-menu>li.parent-submenu-item{color:#bf0078;margin-bottom:30px;padding:0 43px}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li.menu-item-has-children.active .sub-menu,.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li.menu-item-has-children:hover .sub-menu,.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>.sub-menu>li.menu-item-has-children[aria-expanded=true] .sub-menu{opacity:1;visibility:visible}.header__navigation .nav>li.menu-item-has-children>.mega-menu__wrap>img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;width:504px;z-index:1}.header__navigation .nav>li.menu-item-has-children>.sub-menu{color:#475c6d;padding:36px 0}.header__navigation .nav>li.menu-item-has-children>.sub-menu>li.h2{display:none}.header__navigation .nav>li.menu-item-has-children>.sub-menu>li>a{padding:3px 43px;white-space:nowrap}.header__navigation .nav>li.menu-item-has-children>.sub-menu>li>a:hover{background:#f2f4f6}.header__navigation .nav>li.menu-item-has-children.active>.mega-menu__wrap,.header__navigation .nav>li.menu-item-has-children.active>.sub-menu,.header__navigation .nav>li.menu-item-has-children:hover>.mega-menu__wrap,.header__navigation .nav>li.menu-item-has-children:hover>.sub-menu,.header__navigation .nav>li.menu-item-has-children[aria-expanded=true]>.mega-menu__wrap,.header__navigation .nav>li.menu-item-has-children[aria-expanded=true]>.sub-menu{opacity:1;visibility:visible}.header__navigation__donate{display:none}}@media only screen and (min-width:1200px){.header__navigation .nav>li.menu-item-has-children{position:relative}}.footer{background:#475c6d;color:#fff}.footer__top{margin-bottom:77px}.footer__top__col--logos div{aling-items:center;display:flex;gap:28px;margin-top:40px}.footer__top__col--links .h3{border-bottom:1px solid #fff;margin-bottom:17px;padding-bottom:11px}.footer__top__col--links .nav{-moz-columns:2;column-count:2;font-weight:500}.footer__top__col--links .nav>li{margin-bottom:16px}.footer__top__col--links .nav>li a:hover{text-decoration:underline}.footer__top__col--social .h3{margin-bottom:21px}.footer__top__col--social img{margin-top:30px;max-width:173px}.footer__bottom__p81{align-items:center;display:flex}.footer__bottom__p81 img{margin-left:10px}@media only screen and (max-width:1024px){.footer{padding:40px 0}.footer__top__col{margin-bottom:60px}.footer__top__col--links .nav{-moz-column-gap:20px;column-gap:20px}.footer__bottom{font-size:15px}.footer__bottom p:not(.footer__bottom__p81){margin-bottom:15px}}@media only screen and (min-width:1025px){.footer{padding:80px 0 60px}.footer__top{display:flex}.footer__top__col--logos{margin-right:60px}.footer__top__col--links{flex:1;margin-right:60px;max-width:432px}.footer__bottom__flex{align-items:center;display:flex;justify-content:space-between}.footer__bottom>p{margin-bottom:15px}}@media only screen and (min-width:1200px){.footer__top__col--logos{margin-right:160px}.footer__top__col--links{margin-right:108px}.footer__top__col--links .nav{-moz-column-gap:70px;column-gap:70px}}body .gform_wrapper.gravity-theme .gfield_description:not(.validation_message){color:#bf0078;font-size:.875rem!important;font-weight:700;margin-top:5px}body .gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules{display:none}body .gform_wrapper.gravity-theme .gform_footer{justify-content:flex-end;margin:0!important;padding:0!important}body .gform_wrapper.gravity-theme .gform_heading,body .gform_wrapper.gravity-theme .gform_submission_error,body .gform_wrapper.gravity-theme .gform_validation_errors{display:none!important}body .gform_wrapper.gravity-theme .gform_callout{padding:25px 35px}body .gform_wrapper.gravity-theme .gform_callout:not(.gform_callout--dotted){background:#e5e5e5}body .gform_wrapper.gravity-theme .gform_callout--dotted{border:2px dotted #bf0078}body .gform_wrapper.gravity-theme .gfield_label.gform-field-label{color:#475c6d;display:block;font-size:1rem;font-weight:500;line-height:1.6;margin-bottom:8px}body .gform_wrapper.gravity-theme .gfield_required .gfield_required.gfield_required_text{color:#475c6d;font-size:16px;font-style:normal;font-weight:500}body .gform_wrapper.gravity-theme .gform_drop_instructions{display:block;margin-bottom:8px}body .gform_wrapper.gravity-theme .gform_drop_area{background:#fff;border:1px dashed #231f20;margin-bottom:8px;padding:32px;text-align:center}body .gform_wrapper.gravity-theme .gform_fields{grid-row-gap:25px}body .gform_wrapper.gravity-theme .gform_fields .gfield.gf-hidden{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}body .gform_wrapper.gravity-theme .gform_fields .gfield--type-fileupload .ginput_container,body .gform_wrapper.gravity-theme .gform_fields .gfield--type-honeypot{left:-9999px;position:absolute;visibility:hidden}body .gform_wrapper.gravity-theme .gform_fields .gfield--type-consent a{color:#0072bb;text-decoration:underline}body .gform_wrapper.gravity-theme .gform_fields .gfield--type-consent a:hover{text-decoration:none}body .gform_wrapper.gravity-theme .gform_fields .gfield--type-consent label{cursor:pointer;display:inline-block;padding-left:33px;position:relative}body .gform_wrapper.gravity-theme .gform_fields .gfield--type-consent label:before{align-items:center;background:#fff;border:2px solid #475c6d;box-sizing:border-box;color:#fff;content:"";display:flex;font-family:Font Awesome\ 6 Free;font-size:11px;font-weight:900;height:19px;justify-content:center;left:0;margin-right:15px;position:absolute;top:4px;width:19px}body .gform_wrapper.gravity-theme .gform_fields .gfield--type-consent input{left:-9999px;position:absolute}body .gform_wrapper.gravity-theme .gform_fields .gfield--type-consent input:checked+label:before{background:#0072bb;border:2px solid #0072bb;content:"\f00c"}body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_visibility_hidden{left:-9999px;position:absolute;visibility:hidden}body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html ul li:not(:last-of-type){margin-bottom:10px!important}body .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=checkbox]),body .gform_wrapper.gravity-theme .gform_fields .gfield select,body .gform_wrapper.gravity-theme .gform_fields .gfield textarea{background-color:#f2f4f6;border:none;border-radius:27px;width:100%}body .gform_wrapper.gravity-theme .gform_fields .gfield input[type=email],body .gform_wrapper.gravity-theme .gform_fields .gfield input[type=tel],body .gform_wrapper.gravity-theme .gform_fields .gfield input[type=text],body .gform_wrapper.gravity-theme .gform_fields .gfield select{height:50px;min-height:50px!important;padding:0 28px}body .gform_wrapper.gravity-theme .gform_fields .gfield textarea{height:190px;padding:20px}body .gform_wrapper.gravity-theme .gform_fields .gfield textarea.large{height:219px}body .gform_wrapper.gravity-theme .gform_fields .gfield select{background-image:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/arrow-down.svg);background-position:calc(100% - 20px);background-repeat:no-repeat;background-size:11px auto}body .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_radio{display:flex}body .gform_wrapper.gravity-theme .gform_fields .gfield .gchoice{display:flex;line-height:1.2;padding:0}body .gform_wrapper.gravity-theme .gform_fields .gfield .gchoice label{align-items:center;cursor:pointer;display:flex}body .gform_wrapper.gravity-theme .gform_fields .gfield .gchoice label:before{align-items:center;background:#e4e9ee;border:none;border-radius:50%;content:"";display:flex;flex-shrink:0;font-family:Font Awesome\ 6 Free;font-size:11px;font-weight:900;height:19px;justify-content:center;margin-right:15px;width:19px}body .gform_wrapper.gravity-theme .gform_fields .gfield .gchoice input{left:-9999px;position:absolute}body .gform_wrapper.gravity-theme .gform_fields .gfield .gchoice input:checked+label:before{content:"\f00c"}body .gform_wrapper.gravity-theme .gform_fields .gfield .gchoice:not(:last-of-type){margin-right:14px}body .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_choice_all_toggle{margin-top:15px}body .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_choice_all_toggle:hover{color:#bf0078;text-decoration:underline}body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_error{position:relative}body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_error input,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_error select,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_error textarea{background-color:#fef3f4;border:1px solid #e38a8c}body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_error .validation_message{background:0 0;border:none;font-size:14px;font-weight:700;margin-top:8px;padding:0}body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_error .gfield_label .gfield_required{color:#c02b0a}body .gform_wrapper.gravity-theme .gform_fields .gfield.hidden_label>label,body .gform_wrapper.gravity-theme .gform_fields .gfield.hidden_legend legend{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}body .gform_wrapper.gravity-theme .gform_fields .gfield.label_no_gap legend{margin-bottom:5px}body .gform_wrapper.gravity-theme .gform_fields .gfield.small_margin_bottom{margin-bottom:20px}body .gform_wrapper.gravity-theme .gsection{border:none;padding:0}body .gform_wrapper.gravity-theme .gsection:not(:first-of-type){margin-top:40px}body .gform_wrapper.gravity-theme .gform_button,body .gform_wrapper.gravity-theme .gform_next_button,body .gform_wrapper.gravity-theme .gform_previous_button{cursor:pointer;justify-content:center;margin-bottom:0!important}body .gform_wrapper.gravity-theme .gform_button:focus,body .gform_wrapper.gravity-theme .gform_button:focus-visible,body .gform_wrapper.gravity-theme .gform_next_button:focus,body .gform_wrapper.gravity-theme .gform_next_button:focus-visible,body .gform_wrapper.gravity-theme .gform_previous_button:focus,body .gform_wrapper.gravity-theme .gform_previous_button:focus-visible{outline:2px auto #f07f31;outline-offset:2px}body .gform_wrapper.gravity-theme .gform_previous_button{box-shadow:0 0 10px rgba(0,0,0,.2)}body .gform_wrapper.gravity-theme .gform_previous_button:hover{box-shadow:0 0 10px rgba(0,0,0,.3);color:#475c6d}body .gform_wrapper.gravity-theme .gform_footer{justify-content:flex-start;margin-top:40px!important;position:relative}body .gform_wrapper.gravity-theme .gform_footer #gform_ajax_spinner_1{left:calc(100% + 10px);position:absolute;top:50%;transform:translateY(-50%)}body .gform_wrapper.gravity-theme #field_3_51{margin-top:50px}body .gform_wrapper.gravity-theme #field_3_60{margin-top:20px}body .gform_wrapper.gravity-theme #field_3_34{background:#f2f4f6;border-radius:27px;margin-top:30px;padding:28px}.alert{background-color:#fefefe;border-color:#fdfdfe;border-radius:5px;color:#818182;margin-bottom:3rem;padding:.75rem 1.25rem}.alert a{border-bottom:1px solid;color:currentColor}.alert a,.alert a:hover{text-decoration:none}.alert--danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.alert--success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.body-content>:not(:last-child),body .gform_wrapper.gravity-theme .gform_callout>:not(:last-child),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html>:not(:last-child){margin-bottom:25px}.body-content embed,.body-content iframe,.body-content object,body .gform_wrapper.gravity-theme .gform_callout embed,body .gform_wrapper.gravity-theme .gform_callout iframe,body .gform_wrapper.gravity-theme .gform_callout object,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html embed,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html iframe,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html object{max-width:100%}.body-content hr,body .gform_wrapper.gravity-theme .gform_callout hr,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html hr{border-bottom:1px solid #ced4d8;margin:50px 0!important}.body-content img,body .gform_wrapper.gravity-theme .gform_callout img,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html img{height:auto;max-width:100%}.body-content img.size-full,body .gform_wrapper.gravity-theme .gform_callout img.size-full,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html img.size-full{border-radius:27px;width:100%}.body-content img:not(.alignleft):not(.alignright),body .gform_wrapper.gravity-theme .gform_callout img:not(.alignleft):not(.alignright),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html img:not(.alignleft):not(.alignright){float:none}.body-content figure,body .gform_wrapper.gravity-theme .gform_callout figure,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html figure{margin:1em 0;max-width:100%;width:100%!important}.body-content figure figcaption,body .gform_wrapper.gravity-theme .gform_callout figure figcaption,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html figure figcaption{background:#f2f4f6;border-radius:11px;font-size:14px;font-weight:600;line-height:1.5;margin-top:20px;padding:10px 15px}.body-content b,.body-content strong,body .gform_wrapper.gravity-theme .gform_callout b,body .gform_wrapper.gravity-theme .gform_callout strong,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html b,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html strong{font-weight:700}.body-content ol ol,.body-content ol ul,.body-content ul ol,.body-content ul ul,body .gform_wrapper.gravity-theme .gform_callout ol ol,body .gform_wrapper.gravity-theme .gform_callout ol ul,body .gform_wrapper.gravity-theme .gform_callout ul ol,body .gform_wrapper.gravity-theme .gform_callout ul ul,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html ol ol,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html ol ul,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html ul ol,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html ul ul{margin-top:25px}.body-content ul,body .gform_wrapper.gravity-theme .gform_callout ul,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html ul{list-style:none;margin-left:17px}.body-content ul li,body .gform_wrapper.gravity-theme .gform_callout ul li,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html ul li{padding-left:25px;position:relative}.body-content ul li:not(:last-child),body .gform_wrapper.gravity-theme .gform_callout ul li:not(:last-child),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html ul li:not(:last-child){margin-bottom:30px}.body-content ul li:before,body .gform_wrapper.gravity-theme .gform_callout ul li:before,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html ul li:before{color:#bf0078;content:"•";left:0;position:absolute}.body-content ol,body .gform_wrapper.gravity-theme .gform_callout ol,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html ol{list-style:decimal}.body-content li>ol,.body-content li>ul,body .gform_wrapper.gravity-theme .gform_callout li>ol,body .gform_wrapper.gravity-theme .gform_callout li>ul,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html li>ol,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html li>ul{margin-bottom:0;margin-left:1.5em}.body-content dt,body .gform_wrapper.gravity-theme .gform_callout dt,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html dt{font-weight:700}.body-content dd,body .gform_wrapper.gravity-theme .gform_callout dd,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html dd{margin:0 1.5em 1.5em}.body-content .wp-block-separator,body .gform_wrapper.gravity-theme .gform_callout .wp-block-separator,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .wp-block-separator{background:#eaeaea;border:none;height:1px;margin:40px 0}.body-content .wp-block-separator.is-style-wide,body .gform_wrapper.gravity-theme .gform_callout .wp-block-separator.is-style-wide,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .wp-block-separator.is-style-wide{width:100%}.body-content table,body .gform_wrapper.gravity-theme .gform_callout table,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html table{border-collapse:collapse;width:100%}.body-content table thead th,body .gform_wrapper.gravity-theme .gform_callout table thead th,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html table thead th{font-weight:600}.body-content table td,.body-content table th,body .gform_wrapper.gravity-theme .gform_callout table td,body .gform_wrapper.gravity-theme .gform_callout table th,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html table td,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html table th{border:1px solid #ddd;padding:8px;text-align:left}.body-content table tbody tr:nth-child(odd),body .gform_wrapper.gravity-theme .gform_callout table tbody tr:nth-child(odd),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html table tbody tr:nth-child(odd){background-color:#e8e8e8}.body-content em,body .gform_wrapper.gravity-theme .gform_callout em,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html em{font-style:italic}.body-content a:not(:has(img)),body .gform_wrapper.gravity-theme .gform_callout a:not(:has(img)),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html a:not(:has(img)){background:#ffeaf7;border-radius:5px;color:#bf0078;padding:0 5px;text-decoration:underline;transition:all .2s ease}.body-content a:not(:has(img)):hover,body .gform_wrapper.gravity-theme .gform_callout a:not(:has(img)):hover,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html a:not(:has(img)):hover{background:#bf0078;color:#fff}.body-content blockquote,body .gform_wrapper.gravity-theme .gform_callout blockquote,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html blockquote{border-radius:27px;font-weight:700;margin:50px 0!important;padding:45px 35px}.body-content blockquote>p:not(:last-child),body .gform_wrapper.gravity-theme .gform_callout blockquote>p:not(:last-child),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html blockquote>p:not(:last-child){margin-bottom:25px}.body-content blockquote:nth-of-type(odd),body .gform_wrapper.gravity-theme .gform_callout blockquote:nth-of-type(odd),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html blockquote:nth-of-type(odd){background:#ffeaf7;color:#bf0078}.body-content blockquote:nth-of-type(2n),body .gform_wrapper.gravity-theme .gform_callout blockquote:nth-of-type(2n),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html blockquote:nth-of-type(2n){background:#e5f5ff;color:#0072bb}.body-content blockquote:nth-of-type(2n) a,body .gform_wrapper.gravity-theme .gform_callout blockquote:nth-of-type(2n) a,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html blockquote:nth-of-type(2n) a{background:#0072bb;color:#fff}.body-content .gallery,body .gform_wrapper.gravity-theme .gform_callout .gallery,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery{grid-gap:1.5em;display:grid}.body-content .gallery .gallery-item,body .gform_wrapper.gravity-theme .gform_callout .gallery .gallery-item,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery .gallery-item{position:relative;text-align:center;width:100%}.body-content .gallery .gallery-item img,body .gform_wrapper.gravity-theme .gform_callout .gallery .gallery-item img,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery .gallery-item img{border-radius:27px;height:auto;max-width:100%}.body-content .gallery .gallery-item img.animate,body .gform_wrapper.gravity-theme .gform_callout .gallery .gallery-item img.animate,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery .gallery-item img.animate{left:0;opacity:0;position:absolute;top:0;transition:opacity 1s}.body-content .gallery .gallery-item:hover img.animate,body .gform_wrapper.gravity-theme .gform_callout .gallery .gallery-item:hover img.animate,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery .gallery-item:hover img.animate{opacity:1}.body-content .gallery.gallery-columns-2,body .gform_wrapper.gravity-theme .gform_callout .gallery.gallery-columns-2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.body-content .gallery.gallery-columns-3,body .gform_wrapper.gravity-theme .gform_callout .gallery.gallery-columns-3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.body-content .gallery.gallery-columns-4,body .gform_wrapper.gravity-theme .gform_callout .gallery.gallery-columns-4,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery.gallery-columns-4{grid-template-columns:repeat(4,1fr)}.body-content .gallery.gallery-columns-5,body .gform_wrapper.gravity-theme .gform_callout .gallery.gallery-columns-5,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery.gallery-columns-5{grid-template-columns:repeat(5,1fr)}.body-content .gallery.gallery-columns-6,body .gform_wrapper.gravity-theme .gform_callout .gallery.gallery-columns-6,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery.gallery-columns-6{grid-template-columns:repeat(6,1fr)}.body-content .gallery.gallery-columns-7,body .gform_wrapper.gravity-theme .gform_callout .gallery.gallery-columns-7,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery.gallery-columns-7{grid-template-columns:repeat(7,1fr)}.body-content .gallery.gallery-columns-8,body .gform_wrapper.gravity-theme .gform_callout .gallery.gallery-columns-8,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery.gallery-columns-8{grid-template-columns:repeat(8,1fr)}.body-content .gallery.gallery-columns-9,body .gform_wrapper.gravity-theme .gform_callout .gallery.gallery-columns-9,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery.gallery-columns-9{grid-template-columns:repeat(9,1fr)}.body-content--w{color:#fff}@media (max-width:767px){.body-content .gallery,body .gform_wrapper.gravity-theme .gform_callout .gallery,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery{display:block}.body-content .gallery .gallery-item:not(:last-of-type),body .gform_wrapper.gravity-theme .gform_callout .gallery .gallery-item:not(:last-of-type),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .gallery .gallery-item:not(:last-of-type){margin-bottom:15px}}@media only screen and (min-width:768px){.body-content .wp-block-image .alignright,.body-content img.alignright,body .gform_wrapper.gravity-theme .gform_callout .wp-block-image .alignright,body .gform_wrapper.gravity-theme .gform_callout img.alignright,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .wp-block-image .alignright,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html img.alignright{margin:0 0 1em 2em}}@media only screen and (min-width:1025px){.body-content>:not(:last-child),body .gform_wrapper.gravity-theme .gform_callout>:not(:last-child),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html>:not(:last-child){margin-bottom:30px}.body-content p+h1,.body-content p+h2,.body-content p+h3,.body-content p+h4,.body-content p+h5,.body-content p+h6,body .gform_wrapper.gravity-theme .gform_callout p+h1,body .gform_wrapper.gravity-theme .gform_callout p+h2,body .gform_wrapper.gravity-theme .gform_callout p+h3,body .gform_wrapper.gravity-theme .gform_callout p+h4,body .gform_wrapper.gravity-theme .gform_callout p+h5,body .gform_wrapper.gravity-theme .gform_callout p+h6,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html p+h1,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html p+h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html p+h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html p+h4,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html p+h5,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html p+h6{margin-top:50px}.body-content :is(h1,h2,h3,h4,h5,h6):not(:last-child),body .gform_wrapper.gravity-theme .gform_callout :is(h1,h2,h3,h4,h5,h6):not(:last-child),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html :is(h1,h2,h3,h4,h5,h6):not(:last-child){margin-bottom:40px}.body-content p:not(:last-child)+img.size-full,.body-content p:not(:last-child)+p:has(img.size-full),body .gform_wrapper.gravity-theme .gform_callout p:not(:last-child)+img.size-full,body .gform_wrapper.gravity-theme .gform_callout p:not(:last-child)+p:has(img.size-full),body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html p:not(:last-child)+img.size-full,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html p:not(:last-child)+p:has(img.size-full){margin-top:75px}.body-content img.size-full+p,.body-content p:has(img.size-full)+p,body .gform_wrapper.gravity-theme .gform_callout img.size-full+p,body .gform_wrapper.gravity-theme .gform_callout p:has(img.size-full)+p,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html img.size-full+p,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html p:has(img.size-full)+p{margin-top:75px}}.newsletter{align-items:center;background:#bf0078;display:flex}.newsletter__wrap{margin:0 auto;max-width:1114px}.body-content .newsletter__wrap h3,.newsletter__wrap .body-content h3,.newsletter__wrap .h2,.newsletter__wrap body .gform_wrapper.gravity-theme .gform_callout h3,.newsletter__wrap body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,.newsletter__wrap body .gform_wrapper.gravity-theme .gsection h3,body .gform_wrapper.gravity-theme .gform_callout .newsletter__wrap h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .newsletter__wrap h3,body .gform_wrapper.gravity-theme .gsection .newsletter__wrap h3{color:#fff}.newsletter__wrap .gform_wrapper.gravity-theme form{display:flex}.newsletter__wrap .gform_wrapper.gravity-theme form .gform_body{flex:1}.newsletter__wrap .gform_wrapper.gravity-theme form .gform_body .gform_fields{display:flex;gap:20px 27px}.newsletter__wrap .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield{flex:1}.newsletter__wrap .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .gfield_label{color:#fff;font-weight:700;margin-bottom:5px}.newsletter__wrap .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield input:not([type=checkbox]),.newsletter__wrap .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield select,.newsletter__wrap .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield textarea{background:#fff;height:55px}.newsletter__wrap .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield_error .validation_message{color:#fff}.newsletter__wrap .gform_wrapper.gravity-theme form .gform_footer{height:85px;margin-top:0!important}.newsletter__wrap .gform_confirmation_message{background:#fff;border-radius:27px;color:#475c6d;font-size:20px;font-weight:500;padding:30px;text-align:center}@media only screen and (max-width:767px){.body-content .newsletter__wrap h3,.newsletter__wrap .body-content h3,.newsletter__wrap .h2,.newsletter__wrap body .gform_wrapper.gravity-theme .gform_callout h3,.newsletter__wrap body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,.newsletter__wrap body .gform_wrapper.gravity-theme .gsection h3,body .gform_wrapper.gravity-theme .gform_callout .newsletter__wrap h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .newsletter__wrap h3,body .gform_wrapper.gravity-theme .gsection .newsletter__wrap h3{margin-bottom:45px}.newsletter__wrap .gform_wrapper.gravity-theme form,.newsletter__wrap .gform_wrapper.gravity-theme form .gform_body .gform_fields{flex-direction:column}.newsletter__wrap .gform_wrapper.gravity-theme form .gform_footer{justify-content:flex-start}}@media only screen and (max-width:1024px){.newsletter{padding:50px 0 75px}}@media only screen and (min-width:768px){.body-content .newsletter__wrap h3,.newsletter__wrap .body-content h3,.newsletter__wrap .h2,.newsletter__wrap body .gform_wrapper.gravity-theme .gform_callout h3,.newsletter__wrap body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,.newsletter__wrap body .gform_wrapper.gravity-theme .gsection h3,body .gform_wrapper.gravity-theme .gform_callout .newsletter__wrap h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .newsletter__wrap h3,body .gform_wrapper.gravity-theme .gsection .newsletter__wrap h3{margin-bottom:58px;text-align:center}.newsletter__wrap .gform_wrapper.gravity-theme form .gform_body{margin-right:27px}}@media only screen and (min-width:1025px){.newsletter{height:350px}}.masthead__wrap{position:relative}.masthead__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.masthead__image--align-top img{-o-object-position:center top;object-position:center top}.masthead__image--align-bottom img{-o-object-position:center bottom;object-position:center bottom}.masthead__text{background:#fff;flex:1;max-width:584px;position:relative;width:100%}.masthead__text__subtitle{color:#bf0078;font-weight:700;margin-bottom:2px}.masthead__text__text{margin-top:20px}.masthead__text .password-form-wrap .post-password-form p input[type=submit],.masthead__text .ui-btn,.masthead__text body .gform_wrapper.gravity-theme .gform_button,.masthead__text body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files,.masthead__text body .gform_wrapper.gravity-theme .gform_next_button,.masthead__text body .gform_wrapper.gravity-theme .gform_previous_button,.password-form-wrap .post-password-form p .masthead__text input[type=submit],body .gform_wrapper.gravity-theme .gform_drop_area .masthead__text .gform_button_select_files,body .gform_wrapper.gravity-theme .masthead__text .gform_button,body .gform_wrapper.gravity-theme .masthead__text .gform_next_button,body .gform_wrapper.gravity-theme .masthead__text .gform_previous_button{margin-top:30px}.masthead__breadcrumbs{align-items:center;display:flex;font-size:13px}@media only screen and (max-width:1024px){.masthead{margin-bottom:50px}.masthead--margin-none{margin-bottom:0}.masthead__wrap>.container{display:flex;flex:1;flex-direction:column;margin-top:-146px;padding:0}.masthead__image{height:clamp(300px,80vw,500px);width:100%}.masthead__text{border-radius:0 27px 27px 0;box-shadow:0 0 20px rgba(0,0,0,.15);min-height:200px;padding:35px 20px 50px 28px;width:calc(100% - 10px)}.masthead__breadcrumbs{padding:22px 0 0}}@media only screen and (min-width:1025px){.masthead{margin-bottom:88px}.masthead--margin-none{margin-bottom:0}.masthead__wrap{align-items:center;background:#f2f4f6;display:flex;min-height:585px;padding:60px 0}.masthead__text{border-radius:27px;padding:56px 37px}.masthead__text h1{text-wrap:balance}.masthead__image{height:100%;left:0;position:absolute;top:0;width:100%}.masthead__breadcrumbs{border-bottom:1px solid #ced4d8;padding:11px 0}.masthead--sm .masthead__wrap{height:428px}}#breadcrumbs ul{align-items:center;display:flex;flex-wrap:wrap}#breadcrumbs ul li{display:none}#breadcrumbs ul li+li:before{content:"\f054";font-family:Font Awesome\ 6 Free;font-size:8px;font-weight:900;margin-right:12px}#breadcrumbs ul li a:hover{color:#bf0078}#breadcrumbs ul li:first-of-type,#breadcrumbs ul li:nth-last-child(-n+2){align-items:center;display:flex;flex-shrink:0}#breadcrumbs ul li:nth-last-child(2):not(:nth-child(2)):not(:first-child) span{align-items:center;display:flex}#breadcrumbs ul li:nth-last-child(2):not(:nth-child(2)):not(:first-child) span:before{content:"...";margin-right:12px;order:-1}#breadcrumbs ul li:nth-last-child(2):not(:nth-child(2)):not(:first-child) span:after{content:"\f054";font-family:Font Awesome\ 6 Free;font-size:10px;font-weight:900;margin-right:12px;order:-1}#breadcrumbs ul li:last-of-type{flex-shrink:1}#breadcrumbs ul li:not(:last-of-type){margin-right:12px}.gform_wrapper.gravity-theme #gform_2 .gf_page_steps{border:none;margin-bottom:50px}.gform_wrapper.gravity-theme #gform_2 .gf_page_steps .gf_step{margin-bottom:0;margin-top:0}.gform_wrapper.gravity-theme #gform_2 .gf_page_steps .gf_step .gf_step_number{border-color:#e4e9ee;font-size:16px;font-weight:500;font-weight:600}.gform_wrapper.gravity-theme #gform_2 .gf_page_steps .gf_step .gf_step_label{font-size:16px}.gform_wrapper.gravity-theme #gform_2 .gf_page_steps .gf_step.gf_step_completed .gf_step_number:before{background:#bf0078;border-color:#bf0078}.gform_wrapper.gravity-theme #gform_2 .gf_page_steps .gf_step.gf_step_active .gf_step_number{background:#e4e9ee;border-color:#e4e9ee}.gform_wrapper.gravity-theme #gform_2 .gform_fields{grid-row-gap:25px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_12 .gfield_radio,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_14 .gfield_radio,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gfield_radio{display:flex}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_12 .gchoice,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_14 .gchoice,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gchoice{flex:1}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_12 .gchoice:not(:last-of-type),.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_14 .gchoice:not(:last-of-type),.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gchoice:not(:last-of-type){margin-bottom:0}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_12 .gchoice label,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_14 .gchoice label,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gchoice label{background:#f2f4f6;border-radius:27px;font-weight:500;font-weight:600;justify-content:center;max-width:100%;padding:0 10px;text-align:center;width:100%}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_12 .gchoice label:before,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_14 .gchoice label:before,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gchoice label:before{display:none}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_12 .gchoice input:checked+label,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_14 .gchoice input:checked+label,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gchoice input:checked+label{background:#990060;color:#fff}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_14 .gfield_radio{gap:0 18px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_14 .gchoice label{height:55px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_12 .gfield_radio,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gfield_radio{gap:0 12px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_12 .gchoice label,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gchoice label{height:78px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_12 .gchoice:not(.gchoice_2_3_3):not(.gchoice_2_12_3) label,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gchoice:not(.gchoice_2_3_3):not(.gchoice_2_12_3) label{font-size:23px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_16{background:#990060;border-radius:27px;padding:20px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_16 .gfield_label{color:#fff}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_17{background:#f2f4f6;border-radius:27px;padding:20px;position:relative}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_17 .gfield_description:not(.validation_message){border:none;color:#475c6d;font-size:16px!important;font-weight:400;margin:0 0 28px;max-width:514px;padding:0}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_17 label{box-sizing:content-box;font-size:13px;line-height:24px;max-width:481px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_16 .gfield_label.gform-field-label,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_20 .gfield_label.gform-field-label{font-weight:700}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_37{background:#f2f4f6;border-radius:27px;padding:20px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_13[data-conditional-logic=visible],.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_4[data-conditional-logic=visible]{display:flex!important;flex-wrap:wrap}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_13[data-conditional-logic=visible] .gfield_label,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_4[data-conditional-logic=visible] .gfield_label{align-items:center;background:#990060;border-radius:27px 0 0 27px;color:#fff;display:flex;font-size:18px;height:78px;margin:0;padding:0 30px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_13[data-conditional-logic=visible] .ginput_container,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_4[data-conditional-logic=visible] .ginput_container{flex:1}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_13[data-conditional-logic=visible] .ginput_container input,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_4[data-conditional-logic=visible] .ginput_container input{border-radius:0 27px 27px 0;font-size:18px;height:78px}.gform_wrapper.gravity-theme #gform_2 .gfield--type-total{align-items:center;display:flex}.gform_wrapper.gravity-theme #gform_2 .gfield--type-total .gfield_label{font-size:22px;font-weight:700;margin-bottom:0;margin-right:22px}.gform_wrapper.gravity-theme #gform_2 .gfield--type-total input{background:#e4e9ee;color:#5d5d5d;font-size:22px;font-weight:500}.gform_wrapper.gravity-theme #gform_2 .gfield--type-stripe_creditcard{margin-top:35px}.gform_wrapper.gravity-theme #gform_2 .gfield.gfield--type-html:has(p) h3{margin-bottom:20px}.gform_wrapper.gravity-theme #gform_2 .gfield.gfield--type-html:has(p) p{font-weight:700;margin-bottom:15px}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-address .gform-grid-col,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-email,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-select,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-text{align-items:center;display:flex;flex:0 0 100%;flex-wrap:wrap}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-address .gform-grid-col .gfield_label,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-address .gform-grid-col .gform-field-label,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-email .gfield_label,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-email .gform-field-label,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-select .gfield_label,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-select .gform-field-label,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-text .gfield_label,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-text .gform-field-label{font-size:16px;font-weight:500}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-address .gform-grid-col .ginput_container,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-address .gform-grid-col input,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-address .gform-grid-col select,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-email .ginput_container,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-email input,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-email select,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-select .ginput_container,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-select input,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-select select,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-text .ginput_container,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-text input,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-text select{flex:1;width:100%}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-address .gform-grid-col:not(:last-child){margin-bottom:16px}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_3 .gform_fields .gfield--type-checkbox .ginput_container{margin-left:auto}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_3 .gform_fields .gfield--type-checkbox .ginput_container .gfield_checkbox{display:flex}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_3 .gform_fields .gfield--type-checkbox .ginput_container .gfield_checkbox .gchoice:not(:last-of-type){margin-bottom:0;margin-right:22px}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_3 .gform_fields .gfield--type-checkbox .ginput_container .gfield_checkbox .gchoice:not(:last-of-type) label{font-size:16px}.gform_wrapper.gravity-theme #gform_2 .gform_page_footer{margin-top:40px;padding:0}@media only screen and (max-width:649px){.gform_wrapper.gravity-theme #gform_2 .gf_page_steps{display:none}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gfield_radio{flex-wrap:wrap}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_3 .gchoice:last-child{flex:auto;margin-top:12px;width:100%}}@media only screen and (max-width:767px){.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-address .gform-grid-col,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-email,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-select,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-text{align-items:flex-start;flex-direction:column}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gform-grid-col .gform-field-label{margin-bottom:10px}}@media only screen and (min-width:768px){.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_16{align-items:center;display:flex;justify-content:space-between;padding:20px 20px 20px 50px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_16 .gfield_label{margin:0 30px 0 0}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_16 .ginput_container{flex:1;max-width:412px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_17{padding:50px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_37{padding:45px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_13[data-conditional-logic=visible] .gfield_label,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_4[data-conditional-logic=visible] .gfield_label{font-size:23px;padding:0 50px}.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_13[data-conditional-logic=visible] .ginput_container input,.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_4[data-conditional-logic=visible] .ginput_container input{font-size:23px}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields{grid-row-gap:16px}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-address .gform-grid-col .gform-field-label,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-email .gform-field-label,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-select .gform-field-label,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-text .gform-field-label{width:316px}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-address .gform-grid-col .gfield_validation_message,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-email .gfield_validation_message,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-select .gfield_validation_message,.gform_wrapper.gravity-theme #gform_2 #gform_page_2_2 .gform_fields .gfield--type-text .gfield_validation_message{padding-left:316px}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_3 .gform_fields .gfield--type-checkbox{align-items:center;display:flex;flex-wrap:wrap}.gform_wrapper.gravity-theme #gform_2 #gform_page_2_3 .gform_fields .gfield--type-checkbox .gfield_label{flex:1;float:left;margin-bottom:0;margin-right:30px}.gform_wrapper.gravity-theme #gform_2 .gform_page_footer{margin-top:60px}}@media only screen and (min-width:1025px){.gform_wrapper.gravity-theme #gform_2 .gfield#field_2_17:after{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/giftaid.svg) 50%/contain no-repeat;content:"";height:60px;position:absolute;right:50px;top:50px;width:164px}}.blog-card{background:#f2f4f6;border-radius:27px;display:flex;flex-direction:column;overflow:hidden}.blog-card__imagewrap{aspect-ratio:2/1;background:#e4e9ee;position:relative;width:100%}.blog-card__imagewrap>img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.blog-card__text{align-items:flex-start;display:flex;flex:1;flex-direction:column;padding:37px 35px}.blog-card__text__date{color:#990060;font-size:14px;font-weight:700;margin-bottom:14px}.blog-card__text>h3,.blog-card__text>p{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.blog-card__text>h3{margin-bottom:20px}.blog-card__text>p{margin-bottom:30px}.blog-card__text .password-form-wrap .post-password-form p input[type=submit],.blog-card__text .ui-btn,.blog-card__text body .gform_wrapper.gravity-theme .gform_button,.blog-card__text body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files,.blog-card__text body .gform_wrapper.gravity-theme .gform_next_button,.blog-card__text body .gform_wrapper.gravity-theme .gform_previous_button,.password-form-wrap .post-password-form p .blog-card__text input[type=submit],body .gform_wrapper.gravity-theme .blog-card__text .gform_button,body .gform_wrapper.gravity-theme .blog-card__text .gform_next_button,body .gform_wrapper.gravity-theme .blog-card__text .gform_previous_button,body .gform_wrapper.gravity-theme .gform_drop_area .blog-card__text .gform_button_select_files{margin-top:auto}.blog-card__text .password-form-wrap .post-password-form p input[type=submit]:hover,.blog-card__text .ui-btn:hover,.blog-card__text body .gform_wrapper.gravity-theme .gform_button:hover,.blog-card__text body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files:hover,.blog-card__text body .gform_wrapper.gravity-theme .gform_next_button:hover,.blog-card__text body .gform_wrapper.gravity-theme .gform_previous_button:hover,.password-form-wrap .post-password-form p .blog-card__text input[type=submit]:hover,body .gform_wrapper.gravity-theme .blog-card__text .gform_button:hover,body .gform_wrapper.gravity-theme .blog-card__text .gform_next_button:hover,body .gform_wrapper.gravity-theme .blog-card__text .gform_previous_button:hover,body .gform_wrapper.gravity-theme .gform_drop_area .blog-card__text .gform_button_select_files:hover{background:#bf0078;border-color:#bf0078}.page-blocks-wrap--bg,.single-post__main{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/petals-page-bg.svg) center 72px/100% auto no-repeat}.page-block{margin-bottom:50px;position:relative}.page-block__contain{margin:0 auto;max-width:834px}.page-block--margin-xs{margin-bottom:30px}.page-block--margin-sm{margin-bottom:50px}.page-block--margin-lg,.page-block--margin-xl{margin-bottom:80px}.page-block--margin-none{margin-bottom:0}.page-block__label{background:red;color:#fff;font-size:12px;left:0;line-height:1.2;padding:5px 10px;position:absolute;text-transform:capitalize;top:0;z-index:1}.page-block__label span{font-weight:700}.password-form-wrap .container{display:flex;justify-content:center}.password-form-wrap .post-password-form{background:#f2f4f6;border-radius:27px;max-width:600px;padding:30px}.password-form-wrap .post-password-form p{display:flex}.password-form-wrap .post-password-form p:first-child{margin-bottom:15px}.password-form-wrap .post-password-form p label{align-items:center;display:flex;font-weight:700}.password-form-wrap .post-password-form p input[type=password]{background-color:#fff;border:1px solid #475c6d;border-radius:43px;height:43px;margin:0 10px;min-width:0;padding:0 20px}.password-form-wrap .post-password-form p input[type=password]:focus{border-color:#bf0078}.password-form-wrap .post-password-form p input[type=submit]{border-radius:43px;height:43px}.password-form-wrap .post-password-form p input[type=submit]:focus,.password-form-wrap .post-password-form p input[type=submit]:focus-visible{outline:5px auto blue;outline-offset:3px}@media only screen and (max-width:649px){.password-form-wrap .post-password-form p{flex-direction:column}.password-form-wrap .post-password-form p input[type=password]{flex:1;margin-right:0}.password-form-wrap .post-password-form p input[type=submit]{margin-top:10px}}@media only screen and (min-width:1025px){.page-block{margin-bottom:80px}.page-block--margin-xs{margin-bottom:40px}.page-block--margin-sm{margin-bottom:60px}.page-block--margin-lg{margin-bottom:100px}.page-block--margin-xl{margin-bottom:140px}.page-block--margin-none{margin-bottom:0}.password-form-wrap .post-password-form{padding:60px}.password-form-wrap .post-password-form p:first-child{margin-bottom:35px}}.text-image__wrap{border-radius:27px}.text-image__wrap--pink{background:#bf0078}.text-image__wrap--blue{background:#0072bb}.text-image__wrap--white{background:#fff}.text-image__image{overflow:hidden}.text-image__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.text-image__text{box-sizing:border-box}.password-form-wrap .post-password-form p .text-image__text input[type=submit],.text-image__text .password-form-wrap .post-password-form p input[type=submit],.text-image__text .ui-btn,.text-image__text body .gform_wrapper.gravity-theme .gform_button,.text-image__text body .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files,.text-image__text body .gform_wrapper.gravity-theme .gform_next_button,.text-image__text body .gform_wrapper.gravity-theme .gform_previous_button,body .gform_wrapper.gravity-theme .gform_drop_area .text-image__text .gform_button_select_files,body .gform_wrapper.gravity-theme .text-image__text .gform_button,body .gform_wrapper.gravity-theme .text-image__text .gform_next_button,body .gform_wrapper.gravity-theme .text-image__text .gform_previous_button{margin-top:30px}@media only screen and (max-width:480px){.text-image__text h2{font-size:18px;line-height:30px}}@media only screen and (max-width:1024px){.text-image__image{aspect-ratio:374/228;border-radius:27px 27px 0 0}.text-image__text{padding:30px 25px}}@media only screen and (min-width:1025px){.text-image__wrap{display:flex}.text-image__wrap>*{width:50%}.text-image__wrap--r{flex-direction:row-reverse}.text-image__image{border-radius:0 27px 27px 0}.text-image__text{align-self:center;padding:45px}}@media only screen and (min-width:1200px){.text-image__text{padding:59px 54px 72px 69px}.text-image__text .body-content,.text-image__text body .gform_wrapper.gravity-theme .gform_callout,.text-image__text body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html,body .gform_wrapper.gravity-theme .gform_fields .text-image__text .gfield.gfield_html,body .gform_wrapper.gravity-theme .text-image__text .gform_callout{max-width:482px}}.content-block--grey .content-block__wrap--has-image,.content-block--pink .content-block__wrap--has-image{padding-top:70px}.content-block--grey .content-block__wrap--has-image:before,.content-block--pink .content-block__wrap--has-image:before{content:"";height:389px;left:0;position:absolute;top:-1px;width:100%}.content-block--pink .content-block__wrap--has-image:before{background:#990060}.content-block--pink .content-block__wrap--has-image .content-block__wrap__content>h2{color:#fff}.content-block--grey .content-block__wrap--has-image:before{background:#f2f4f6}.content-block__wrap__content{position:relative}.content-block__wrap__content>h2{margin-bottom:30px}.content-block__wrap__content__img{height:clamp(300px,40vw,400px);position:relative}.content-block__wrap__content__img>img{border-radius:27px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.content-block__wrap__content__img:before{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/petals.svg) 50%/contain no-repeat;content:"";position:absolute;z-index:999}.content-block__wrap__content>.ui-btn,.password-form-wrap .post-password-form p .content-block__wrap__content>input[type=submit],body .gform_wrapper.gravity-theme .content-block__wrap__content>.gform_button,body .gform_wrapper.gravity-theme .content-block__wrap__content>.gform_next_button,body .gform_wrapper.gravity-theme .content-block__wrap__content>.gform_previous_button,body .gform_wrapper.gravity-theme .gform_drop_area .content-block__wrap__content>.gform_button_select_files{margin-top:50px}.image-text-slider+.content-block--blue .content-block__wrap,.image-text-slider+.content-block--grey .content-block__wrap,.image-text-slider+.content-block--pink .content-block__wrap{padding-top:0}.image-text-slider+.content-block--blue .content-block__wrap:before,.image-text-slider+.content-block--grey .content-block__wrap:before,.image-text-slider+.content-block--pink .content-block__wrap:before{height:210px}@media only screen and (max-width:1024px){.content-block__wrap__content__img{margin-bottom:50px}.content-block__wrap__content__img:before{height:119.4px;right:-20px;top:-50px;width:112.2px}}@media only screen and (min-width:1025px){.content-block__wrap__content__img{margin-bottom:70px}.content-block__wrap__content__img:before{height:199px;right:-85px;top:-105px;width:187px}}.image-text-slider{padding:90px 0}.image-text-slider h2{text-align:center}.image-text-slider__slider{position:relative}.image-text-slider__slider .swiper{margin:-30px;padding:30px}.image-text-slider__slider .swiper-slide{align-items:center;display:flex;flex-direction:column}.image-text-slider__slider .swiper-slide>img{border-radius:27px;height:310px;margin-bottom:20px;-o-object-fit:cover;object-fit:cover;width:100%}.image-text-slider__slider .swiper-slide>p{color:#fff;text-align:center}.image-text-slider__slider .swiper-slide>p:has(strong){margin-bottom:10px}.image-text-slider__slider .password-form-wrap .post-password-form p .swiper-slide>input[type=submit],.image-text-slider__slider .swiper-slide>.ui-btn,.image-text-slider__slider body .gform_wrapper.gravity-theme .gform_drop_area .swiper-slide>.gform_button_select_files,.image-text-slider__slider body .gform_wrapper.gravity-theme .swiper-slide>.gform_button,.image-text-slider__slider body .gform_wrapper.gravity-theme .swiper-slide>.gform_next_button,.image-text-slider__slider body .gform_wrapper.gravity-theme .swiper-slide>.gform_previous_button,.password-form-wrap .post-password-form p .image-text-slider__slider .swiper-slide>input[type=submit],body .gform_wrapper.gravity-theme .gform_drop_area .image-text-slider__slider .swiper-slide>.gform_button_select_files,body .gform_wrapper.gravity-theme .image-text-slider__slider .swiper-slide>.gform_button,body .gform_wrapper.gravity-theme .image-text-slider__slider .swiper-slide>.gform_next_button,body .gform_wrapper.gravity-theme .image-text-slider__slider .swiper-slide>.gform_previous_button{margin:5px 0 0;min-width:0}.image-text-slider__slider .swiper-button-next,.image-text-slider__slider .swiper-button-prev{top:155px}.image-text-slider__slider .swiper-pagination{margin-top:57px}.image-text-slider__slider--full .swiper-slide>*{margin:0 auto;max-width:834px}.image-text-slider--blue .container>h2,.image-text-slider--pink .container>h2{color:#fff}.image-text-slider--pink{background:#990060}.image-text-slider--blue{background:#0072bb}.image-text-slider--grey{background:#f2f4f6}@media only screen and (max-width:1024px){.image-text-slider{padding:50px 0 70px}.image-text-slider h2{margin-bottom:50px}}@media only screen and (min-width:1025px){.image-text-slider{padding:90px 0}.image-text-slider h2{margin-bottom:60px}}.share-page .social-share{align-items:center;display:flex}.share-page .social-share>span{font-weight:700;margin-right:20px}.page-block.testimonials-slider .swiper-button-next,.page-block.testimonials-slider .swiper-button-prev{background:#e4e9ee url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/arrow-right-dark.svg) 50%/14.14px auto no-repeat}.testimonials-slider__slider{position:relative}.testimonials-slider__slider:after{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/quotes.svg) 50%/contain no-repeat;content:"";position:absolute}.testimonials-slider__slider .testimonial{align-items:center;box-sizing:border-box;display:flex}.testimonials-slider__slider .testimonial__image{align-items:flex-end;background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/petals-testimonial.svg) 50%/contain no-repeat;display:flex;height:160px;justify-content:flex-end;width:171px}.testimonials-slider__slider .testimonial__image img{border-radius:122px;height:122px;width:122px}.testimonials-slider__slider .testimonial__text{flex:1}.testimonials-slider__slider .testimonial__text p:nth-child(2){margin-top:30px}.testimonials-slider .swiper-pagination{margin-top:45px}.testimonials-slider--grey{background:#f2f4f6}@media only screen and (max-width:1024px){.testimonials-slider .swiper-button-next,.testimonials-slider .swiper-button-prev{display:none}.testimonials-slider__slider:after{height:60.65px;left:calc(50% + 90px);top:80px;width:80.16px}.testimonials-slider__slider .testimonial{flex-direction:column}.testimonials-slider__slider .testimonial__image{margin-bottom:50px;padding:6px 13px}.testimonials-slider__slider .testimonial__text{margin:0 auto;max-width:750px;text-align:center}.testimonials-slider--grey{padding:50px 0 65px}}@media only screen and (min-width:1025px){.testimonials-slider__slider:after{height:114.39px;right:-83px;top:-60px;width:151.19px}.testimonials-slider__slider .testimonial{padding:0 73px}.testimonials-slider__slider .testimonial__image{margin-right:70px}.testimonials-slider__slider .testimonial__text p{font-size:18px}.testimonials-slider .swiper-button-prev{left:0}.testimonials-slider .swiper-button-next{right:0}.testimonials-slider--grey{padding:80px 0}}@media only screen and (min-width:1200px){.testimonials-slider__slider:after{right:67px;top:0}.testimonials-slider__slider .testimonial{padding:0 150px 0 73px}.testimonials-slider__slider .testimonial__image{height:369px;padding:15px 30px;width:395px}.testimonials-slider__slider .testimonial__image img{border-radius:282px;height:282px;width:282px}.testimonials-slider--grey{padding:100px 0 125px}}.a-z-list__clear{background:#e4e9ee;border-radius:3px;font-weight:600;grid-column:span 2;opacity:0;pointer-events:none;transition:all .24s cubic-bezier(0,1,.5,1)}.a-z-list__clear svg{margin-right:3px}.a-z-list__clear--show{opacity:1;pointer-events:auto}.a-z-list__clear:focus,.a-z-list__clear:hover{background:#0072bb;color:#fff}.a-z-list__letters{grid-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);max-width:1120px}.a-z-list__letters .letter{align-items:center;aspect-ratio:1/.94;background:#f2f4f6;border-radius:3px;color:#475c6d;cursor:pointer;display:flex;font-size:20px;font-weight:700;justify-content:center;text-transform:uppercase;transition:.3s;width:100%}.a-z-list__letters .letter:not(.letter--active):focus,.a-z-list__letters .letter:not(.letter--active):hover{background:#e4e9ee}.a-z-list__letters .letter--active{background:#bf0078;color:#fff}.a-z-list__letters .letter:disabled{color:rgba(35,31,32,.3);cursor:not-allowed;pointer-events:none}.a-z-list__results{margin:0 auto;max-width:988px}.a-z-list__results__group>li{border-radius:27px;position:relative}.a-z-list__results__group>li .body-content h2,.a-z-list__results__group>li .h1,.a-z-list__results__group>li body .gform_wrapper.gravity-theme .gform_callout h2,.a-z-list__results__group>li body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.a-z-list__results__group>li ul>li:not(:last-child),.body-content .a-z-list__results__group>li h2,body .gform_wrapper.gravity-theme .gform_callout .a-z-list__results__group>li h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .a-z-list__results__group>li h2{margin-bottom:30px}.a-z-list__results__group>li:not(:last-child){margin-bottom:47px}.a-z-list__results__group>li:nth-child(4n+1){background:#ffeaf7}.a-z-list__results__group>li:nth-child(4n+1) .body-content h2,.a-z-list__results__group>li:nth-child(4n+1) .body-content h3,.a-z-list__results__group>li:nth-child(4n+1) .h1,.a-z-list__results__group>li:nth-child(4n+1) .h2,.a-z-list__results__group>li:nth-child(4n+1) body .gform_wrapper.gravity-theme .gform_callout h2,.a-z-list__results__group>li:nth-child(4n+1) body .gform_wrapper.gravity-theme .gform_callout h3,.a-z-list__results__group>li:nth-child(4n+1) body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.a-z-list__results__group>li:nth-child(4n+1) body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,.a-z-list__results__group>li:nth-child(4n+1) body .gform_wrapper.gravity-theme .gsection h3,.body-content .a-z-list__results__group>li:nth-child(4n+1) h2,.body-content .a-z-list__results__group>li:nth-child(4n+1) h3,body .gform_wrapper.gravity-theme .gform_callout .a-z-list__results__group>li:nth-child(4n+1) h2,body .gform_wrapper.gravity-theme .gform_callout .a-z-list__results__group>li:nth-child(4n+1) h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .a-z-list__results__group>li:nth-child(4n+1) h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .a-z-list__results__group>li:nth-child(4n+1) h3,body .gform_wrapper.gravity-theme .gsection .a-z-list__results__group>li:nth-child(4n+1) h3{color:#bf0078}.a-z-list__results__group>li:nth-child(4n+1) img{border-color:#bf0078}.a-z-list__results__group>li:nth-child(4n+2){background:#e5f5ff}.a-z-list__results__group>li:nth-child(4n+2) .body-content h2,.a-z-list__results__group>li:nth-child(4n+2) .body-content h3,.a-z-list__results__group>li:nth-child(4n+2) .h1,.a-z-list__results__group>li:nth-child(4n+2) .h2,.a-z-list__results__group>li:nth-child(4n+2) body .gform_wrapper.gravity-theme .gform_callout h2,.a-z-list__results__group>li:nth-child(4n+2) body .gform_wrapper.gravity-theme .gform_callout h3,.a-z-list__results__group>li:nth-child(4n+2) body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.a-z-list__results__group>li:nth-child(4n+2) body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,.a-z-list__results__group>li:nth-child(4n+2) body .gform_wrapper.gravity-theme .gsection h3,.body-content .a-z-list__results__group>li:nth-child(4n+2) h2,.body-content .a-z-list__results__group>li:nth-child(4n+2) h3,body .gform_wrapper.gravity-theme .gform_callout .a-z-list__results__group>li:nth-child(4n+2) h2,body .gform_wrapper.gravity-theme .gform_callout .a-z-list__results__group>li:nth-child(4n+2) h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .a-z-list__results__group>li:nth-child(4n+2) h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .a-z-list__results__group>li:nth-child(4n+2) h3,body .gform_wrapper.gravity-theme .gsection .a-z-list__results__group>li:nth-child(4n+2) h3{color:#0072bb}.a-z-list__results__group>li:nth-child(4n+2) img{border-color:#0072bb}.a-z-list__results__group>li:nth-child(4n+3){background:#fdeee4}.a-z-list__results__group>li:nth-child(4n+3) .body-content h2,.a-z-list__results__group>li:nth-child(4n+3) .body-content h3,.a-z-list__results__group>li:nth-child(4n+3) .h1,.a-z-list__results__group>li:nth-child(4n+3) .h2,.a-z-list__results__group>li:nth-child(4n+3) body .gform_wrapper.gravity-theme .gform_callout h2,.a-z-list__results__group>li:nth-child(4n+3) body .gform_wrapper.gravity-theme .gform_callout h3,.a-z-list__results__group>li:nth-child(4n+3) body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.a-z-list__results__group>li:nth-child(4n+3) body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,.a-z-list__results__group>li:nth-child(4n+3) body .gform_wrapper.gravity-theme .gsection h3,.body-content .a-z-list__results__group>li:nth-child(4n+3) h2,.body-content .a-z-list__results__group>li:nth-child(4n+3) h3,body .gform_wrapper.gravity-theme .gform_callout .a-z-list__results__group>li:nth-child(4n+3) h2,body .gform_wrapper.gravity-theme .gform_callout .a-z-list__results__group>li:nth-child(4n+3) h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .a-z-list__results__group>li:nth-child(4n+3) h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .a-z-list__results__group>li:nth-child(4n+3) h3,body .gform_wrapper.gravity-theme .gsection .a-z-list__results__group>li:nth-child(4n+3) h3{color:#b0510c}.a-z-list__results__group>li:nth-child(4n+3) img{border-color:#b0510c}.a-z-list__results__group>li:nth-child(4n+4){background:#eaf7e1}.a-z-list__results__group>li:nth-child(4n+4) .body-content h2,.a-z-list__results__group>li:nth-child(4n+4) .body-content h3,.a-z-list__results__group>li:nth-child(4n+4) .h1,.a-z-list__results__group>li:nth-child(4n+4) .h2,.a-z-list__results__group>li:nth-child(4n+4) body .gform_wrapper.gravity-theme .gform_callout h2,.a-z-list__results__group>li:nth-child(4n+4) body .gform_wrapper.gravity-theme .gform_callout h3,.a-z-list__results__group>li:nth-child(4n+4) body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,.a-z-list__results__group>li:nth-child(4n+4) body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,.a-z-list__results__group>li:nth-child(4n+4) body .gform_wrapper.gravity-theme .gsection h3,.body-content .a-z-list__results__group>li:nth-child(4n+4) h2,.body-content .a-z-list__results__group>li:nth-child(4n+4) h3,body .gform_wrapper.gravity-theme .gform_callout .a-z-list__results__group>li:nth-child(4n+4) h2,body .gform_wrapper.gravity-theme .gform_callout .a-z-list__results__group>li:nth-child(4n+4) h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .a-z-list__results__group>li:nth-child(4n+4) h2,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .a-z-list__results__group>li:nth-child(4n+4) h3,body .gform_wrapper.gravity-theme .gsection .a-z-list__results__group>li:nth-child(4n+4) h3{color:#437a1f}.a-z-list__results__group>li:nth-child(4n+4) img{border-color:#437a1f}.a-z-list__results__group>li img{border:4px dashed;border-radius:50%;height:92px;position:absolute;top:-20px;width:92px}.a-z-list__results__group>li:nth-child(odd) img{right:-30px}.a-z-list__results__group>li:nth-child(2n) img{left:-30px}@media only screen and (max-width:1024px){.a-z-list__letters{margin:0 auto 50px}.a-z-list__results__group>li{padding:30px}}@media only screen and (min-width:481px){.a-z-list__letters{grid-template-columns:repeat(auto-fit,minmax(min-content,66px))}.a-z-list__letters .letter{font-size:25px;width:66px}}@media only screen and (min-width:1025px){.a-z-list__letters{grid-template-columns:repeat(12,1fr);margin:0 auto 86px}.a-z-list__results__group>li{padding:57px 77px}}@media only screen and (min-width:1200px){.a-z-list__letters{grid-template-columns:repeat(14,1fr)}}.team__grid{grid-gap:50px;display:grid;grid-template-columns:repeat(1,1fr)}.team__grid .team-member__img{margin:0 auto 20px;max-width:220px;position:relative}.team__grid .team-member__img svg{bottom:0;height:auto;position:absolute;width:100%}.team__grid .team-member__img__mask{display:flex;justify-content:center;-webkit-mask-image:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/profile-mask.svg);mask-image:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/profile-mask.svg);-webkit-mask-position:center bottom;mask-position:center bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:auto 100%;mask-size:auto 100%;position:relative}.team__grid .team-member__img__mask>img{height:100%;-o-object-fit:contain;object-fit:contain;position:relative;width:84%;z-index:1}.team__grid .team-member__info{text-align:center}.team__grid .team-member__info .role{color:#990060;margin-bottom:20px}.team__grid .team-member__info a:hover{color:#bf0078}.team__grid .team-member:nth-child(4n+2) svg path{fill:#f07f31}.team__grid .team-member:nth-child(4n+3) svg path{fill:#0072bb}.team__grid .team-member:nth-child(4n+4) svg path{fill:#65b32e}@media only screen and (min-width:650px){.team__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1025px){.team__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1200px){.team__grid{grid-gap:100px 127px}.team__grid .team-member__img{max-width:none}}.accordion-container .accordion-strip{border-radius:12px}.accordion-container .accordion-strip:not(:last-child){margin-bottom:15px}.accordion-container .accordion-strip .accordion-button button{align-items:center;border-radius:12px;color:#475c6d;display:flex;font-size:16px;font-weight:700;line-height:1.35;min-height:84px;text-align:left;width:100%}.accordion-container .accordion-strip .accordion-panel{padding:30px}.accordion-container .accordion-strip .accordion-panel.hidden{display:none}.accordion-container .accordion-strip.active{outline-color:#f07f31;outline-offset:2px;outline-style:solid;outline-width:2px}@media only screen and (max-width:767px){.accordion-container .accordion-strip .accordion-button button{background:#f2f4f6 url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/accordion-arrow-down.svg) calc(100% - 15px) 50%/40px no-repeat;padding:15px 70px 15px 20px}.accordion-container .accordion-strip .accordion-button button[aria-expanded=true]{background:#f2f4f6 url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/accordion-arrow-up.svg) calc(100% - 15px) 50%/40px no-repeat}}@media only screen and (min-width:768px){.accordion-container .accordion-strip .accordion-button button{background:#f2f4f6 url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/accordion-arrow-down.svg) calc(100% - 23px) 50%/55px no-repeat;padding:20px 90px 20px 35px}.accordion-container .accordion-strip .accordion-button button[aria-expanded=true]{background:#f2f4f6 url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/accordion-arrow-up.svg) calc(100% - 23px) 50%/55px no-repeat}}.trustees__wrap{grid-gap:15px;display:grid}.trustees .trustee-row{background:#f2f4f6;border-radius:27px;overflow:hidden}.trustees .trustee-row__img{aspect-ratio:4/5;background:#fff;padding-top:10px}.trustees .trustee-row__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%}.trustees .trustee-row__text{line-height:1.5;padding:30px}.trustees .trustee-row__text h4{margin-bottom:10px}@media only screen and (min-width:650px){.trustees__wrap{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:768px){.trustees__wrap{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1200px){.trustees__wrap{grid-gap:30px;grid-template-columns:repeat(4,1fr)}}.download-cards__grid{grid-gap:30px;display:grid}.download-cards__grid .download-card{border-radius:27px;padding:45px 55px}.body-content .download-cards__grid .download-card h3,.download-cards__grid .download-card .body-content h3,.download-cards__grid .download-card .h2,.download-cards__grid .download-card body .gform_wrapper.gravity-theme .gform_callout h3,.download-cards__grid .download-card body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h3,.download-cards__grid .download-card body .gform_wrapper.gravity-theme .gsection h3,body .gform_wrapper.gravity-theme .gform_callout .download-cards__grid .download-card h3,body .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .download-cards__grid .download-card h3,body .gform_wrapper.gravity-theme .gsection .download-cards__grid .download-card h3{color:#fff;margin-bottom:25px}.download-cards__grid .download-card:first-child{background:#bf0078}.download-cards__grid .download-card:nth-child(2){background:#475c6d}.download-cards__grid .download-card:nth-child(3){background:#488321}.download-cards__grid .download-card:nth-child(4){background:#0072bb}@media only screen and (min-width:1025px){.download-cards__grid{grid-template-columns:repeat(2,1fr)}}.intro-content--blue,.intro-content--grey,.intro-content--pink{padding:80px 0}.intro-content--pink{background:#ffeaf7}.intro-content--grey{background:#e4e9ee}.intro-content--blue{background:#e5f5ff}.intro-content__wrap{margin:0 auto;max-width:510px;text-align:center}@media only screen and (min-width:1025px){.intro-content--blue,.intro-content--grey,.intro-content--pink{padding:95px 0 125px}.intro-content__wrap>p{font-size:18px}}.image-text-cards .h3{color:#990060;margin-bottom:50px}.image-text-cards__grid{grid-gap:30px;display:grid}.image-text-cards__grid .card{border-radius:27px;overflow:hidden}.image-text-cards__grid .card>img{aspect-ratio:2/1.2;-o-object-fit:cover;object-fit:cover}.image-text-cards__grid .card>p{padding:37px 35px}.image-text-cards__grid .card:nth-child(3n+1){background:#eaf7e1}.image-text-cards__grid .card:nth-child(3n+2){background:#e5f5ff}.image-text-cards__grid .card:nth-child(3n+3){background:#ffeaf7}@media only screen and (min-width:650px){.image-text-cards__grid{grid-template-columns:repeat(2,1fr)}.image-text-cards__grid .card:nth-child(3):last-child{grid-column:1/-1}}@media only screen and (min-width:1025px){.image-text-cards .h3{margin-bottom:70px}.image-text-cards__grid{grid-template-columns:repeat(3,1fr)}.image-text-cards__grid .card:nth-child(3):last-child{grid-column:auto}}.donate-buttons form{align-items:center;background:#f2f4f6;border-radius:27px;display:flex;flex-direction:column;padding:30px}.donate-buttons form fieldset{flex:1;margin-bottom:30px;width:100%}.donate-buttons form fieldset label{align-items:center;background:#e4e9ee;border-radius:27px;cursor:pointer;display:flex;font-size:23px;font-weight:500;font-weight:600;height:78px;justify-content:center;max-width:100%;padding:0 10px;text-align:center;width:100%}.donate-buttons form fieldset label input{display:none}.donate-buttons form fieldset label:has(input:checked){background:#990060;color:#fff}.donate-buttons form button{justify-content:center;width:100%}@media only screen and (max-width:767px){.donate-buttons form fieldset label:not(:last-child){margin-bottom:12px}}@media only screen and (min-width:768px){.donate-buttons form fieldset{display:flex}.donate-buttons form fieldset label:not(:last-child){margin-right:12px}}.image-block figure figcaption{background:#f2f4f6;border-radius:11px;font-weight:600;margin-top:20px;padding:10px 15px}.image-block figure img{border-radius:27px}.contact-form--grey{background:#f2f4f6;padding:50px 0}.contact-form--grey .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=checkbox]),.contact-form--grey .gform_wrapper.gravity-theme .gform_fields .gfield select,.contact-form--grey .gform_wrapper.gravity-theme .gform_fields .gfield textarea{background:#fff}@media only screen and (min-width:1025px){.contact-form--grey{padding:80px 0}}.page-link-cards h2{margin-bottom:50px;text-align:center}.page-link-cards__grid{grid-gap:55px 30px;display:grid}@media only screen and (min-width:650px){.page-link-cards__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.page-link-cards__grid{grid-template-columns:repeat(3,1fr)}}.error404__content{padding:100px 0 150px;text-align:center}.error404__content h1{color:#bf0078;font-size:clamp(90px,25vw,200px);line-height:1;margin-bottom:30px}.error404__content a{color:#bf0078;text-decoration:underline}.single .masthead-single__breadcrumbs{align-items:center;border-bottom:1px solid #ced4d8;display:flex;font-size:13px;padding:11px 0}.single .masthead-single__wrap{background:#f2f4f6}.single .masthead-single__text{text-wrap:balance}.single .masthead-single__featured figure figcaption{background:#f2f4f6;border-radius:11px;font-size:14px;font-weight:600;line-height:1.5;margin-top:20px;padding:10px 15px}.single .masthead-single__featured figure img{border-radius:27px;width:100%}.single__main__body,.single__share{margin-bottom:50px}.single__main{padding-bottom:80px}@media only screen and (max-width:1024px){.single .masthead-single{display:flex;flex-direction:column}.single .masthead-single__breadcrumbs{margin-bottom:50px;order:1}.single .masthead-single__text{padding:50px 0}.single .masthead-single__featured{margin-bottom:50px;order:2}}@media only screen and (min-width:1025px){.single .masthead-single{margin-bottom:50px}.single .masthead-single__breadcrumbs #breadcrumbs ul{justify-content:center}.single .masthead-single__text{padding:80px 0}.single .masthead-single:has(.masthead-single__featured) .masthead-single__text{padding-bottom:200px}.single .masthead-single:has(.masthead-single__featured) .masthead-single__featured{margin-top:-120px}.single__main{padding-bottom:120px}.single__main__body,.single__share{margin-bottom:80px}}.inner-content{padding:100px 0 120px}.search__main{background:#f2f4f6;padding:50px 0}.search__main h1 mark{background-color:transparent}.search__main__heading{margin-bottom:40px}.search__main .search-item{border-bottom:1px solid #ccc;display:block;padding:30px 0}.search__main .search-item h3{margin-bottom:10px}.search__main .search-item>a{width:100%}.search__main .search-item>p{color:#0072bb;margin-bottom:10px}.search__main .search-item mark{background:#ffeaf7;border-radius:5px;color:#bf0078;padding:0 5px}.search__main .search-item:first-of-type{border-top:1px solid #ccc}.search__main__filters{background:#fff;border-radius:27px;padding:30px}.search__main__filters>.h5{margin-bottom:20px}.search__main__filters__list{display:flex;flex-direction:column;gap:10px}.search__main__filters__list .active{font-weight:700;text-decoration:underline}.search__main__didyoumean a{color:#0072bb;display:inline;font-weight:400;text-decoration:underline}.search__main__didyoumean--results{margin:-10px 0 30px}.search__main__didyoumean--noresults{margin:30px 0}.search__main .pagination .page-numbers>li>*{background:#fff}.search__main .pagination .page-numbers>li>.next,.search__main .pagination .page-numbers>li>.prev{background:#fff url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/icons/arrow-right-dark.svg) 50%/14.14px auto no-repeat}@media only screen and (max-width:1024px){.search__main__filters{margin-left:-30px;width:calc(100% + 60px)}}@media only screen and (min-width:768px){.search__main{padding:80px 0}.search__main .search-item{padding:35px 0}.search__main__filters{margin-bottom:30px}.search__main__filters__list{flex-direction:row;gap:30px}}@media only screen and (min-width:1025px){.search__main__filters__list{gap:40px}.search__main .search-item>a:hover{color:#0072bb;text-decoration:underline}.search__main__filters{align-items:center;display:flex}.search__main__filters>.h5{margin:0 40px 0 0}}body.home{background-color:#f2f4f6}body.home .hp-hero__slider{position:relative}body.home .hp-hero__slider .hp-slide{align-items:center;display:flex}body.home .hp-hero__slider .hp-slide__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}body.home .hp-hero__slider .hp-slide__text{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.password-form-wrap .post-password-form p body.home .hp-hero__slider .hp-slide__text input[type=submit],body.home .gform_wrapper.gravity-theme .gform_drop_area .hp-hero__slider .hp-slide__text .gform_button_select_files,body.home .gform_wrapper.gravity-theme .hp-hero__slider .hp-slide__text .gform_button,body.home .gform_wrapper.gravity-theme .hp-hero__slider .hp-slide__text .gform_next_button,body.home .gform_wrapper.gravity-theme .hp-hero__slider .hp-slide__text .gform_previous_button,body.home .hp-hero__slider .hp-slide__text .gform_wrapper.gravity-theme .gform_button,body.home .hp-hero__slider .hp-slide__text .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files,body.home .hp-hero__slider .hp-slide__text .gform_wrapper.gravity-theme .gform_next_button,body.home .hp-hero__slider .hp-slide__text .gform_wrapper.gravity-theme .gform_previous_button,body.home .hp-hero__slider .hp-slide__text .password-form-wrap .post-password-form p input[type=submit],body.home .hp-hero__slider .hp-slide__text .ui-btn{margin-top:40px}body.home .hp-hero__slider .hp-slide__text--pink{background:#bf0078;color:#fff}body.home .hp-hero__slider .hp-slide__text--white{background:#fff}body.home .impact-grid{background:#990060;color:#fff;text-align:center}body.home .impact-grid h2{margin-bottom:60px}body.home .impact-grid__flex{display:flex;flex-direction:column;justify-content:space-between}body.home .impact-grid__flex>span{align-self:center;background:#fff}body.home .impact-grid__flex>span:last-child{display:none}body.home .impact-grid__flex .impact-col{align-items:center;display:flex;flex-direction:column}body.home .impact-grid__flex .impact-col__image{position:relative}body.home .impact-grid__flex .impact-col__image svg{height:99px;left:-20px;position:absolute;top:-10px;width:168px}body.home .impact-grid__flex .impact-col__image img{border-radius:126px;height:126px;margin-bottom:15px;position:relative;width:126px}body.home .impact-grid__flex .impact-col h3{font-size:51px;line-height:77px}body.home .impact-grid__flex .impact-col p{text-wrap:balance;font-weight:500;padding:0 20px}body.home .impact-grid__flex .impact-col:first-of-type svg path{fill:#0072bb}body.home .impact-grid__flex .impact-col:nth-of-type(2) svg path{fill:#65b32e}body.home .impact-grid__flex .impact-col:nth-of-type(3) svg path{fill:#bf0078}body.home .impact-grid__flex .impact-col:nth-of-type(4) svg path{fill:#f07f31}body.home .text-image--donate h2{margin-bottom:30px}body.home .text-image--donate form fieldset{display:flex;flex:1;flex-wrap:wrap;gap:0 10px;margin-bottom:14px;width:100%}body.home .text-image--donate form fieldset label{align-items:center;border:2px solid #bf0078;border-radius:27px;cursor:pointer;display:flex;flex:1;font-weight:500;font-weight:600;height:55px;justify-content:center;max-width:100%;padding:0 10px;text-align:center}body.home .text-image--donate form fieldset label input{display:none}body.home .text-image--donate form fieldset label:has(input:checked){background:#bf0078;color:#fff}body.home .text-image--donate form fieldset:nth-child(2) label:last-child,body.home .text-image--donate form fieldset:nth-child(3) label:last-child{margin-top:14px;min-width:100%}body.home .text-image--donate form fieldset[aria-hidden=true]{display:none}body.home .text-image--donate form>p{margin-top:30px}body.home .cards-slider__header p{margin:40px auto 0;max-width:834px}body.home .cards-slider__wrap{position:relative}body.home .cards-slider__wrap .swiper{margin:-15px;padding:15px}body.home .cards-slider__wrap .link-card{border-radius:27px;height:auto;overflow:hidden;text-decoration-color:#fff}body.home .cards-slider__wrap .link-card__image{aspect-ratio:2/1}body.home .cards-slider__wrap .link-card__image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:all .2s ease;width:100%}body.home .cards-slider__wrap .link-card__text{color:#fff;padding:35px 35px 55px}body.home .cards-slider__wrap .link-card__text h3{margin-bottom:15px}body.home .cards-slider__wrap .link-card--0{background:#475c6d}body.home .cards-slider__wrap .link-card--1{background:#0072bb}body.home .cards-slider__wrap .link-card--2{background:#bf0078}body.home .cards-slider__wrap .link-card--3{background:#65b32e}body.home .cards-slider__wrap .link-card:hover{text-decoration:underline;text-decoration-color:#fff}body.home .cards-slider__wrap .link-card:hover .link-card__image img{transform:scale(1.1)}body.home .news-cta{background:#0072bb;overflow:hidden}body.home .news-cta__wrap{display:flex;position:relative}body.home .news-cta__text{max-width:510px;position:relative}.body-content body.home .news-cta__text h2,body.home .gform_wrapper.gravity-theme .gform_callout .news-cta__text h2,body.home .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .news-cta__text h2,body.home .news-cta__text .body-content h2,body.home .news-cta__text .gform_wrapper.gravity-theme .gform_callout h2,body.home .news-cta__text .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html h2,body.home .news-cta__text .h1{color:#fff;flex:1}.password-form-wrap .post-password-form p body.home .news-cta__text input[type=submit],body.home .gform_wrapper.gravity-theme .gform_drop_area .news-cta__text .gform_button_select_files,body.home .gform_wrapper.gravity-theme .news-cta__text .gform_button,body.home .gform_wrapper.gravity-theme .news-cta__text .gform_next_button,body.home .gform_wrapper.gravity-theme .news-cta__text .gform_previous_button,body.home .news-cta__text .gform_wrapper.gravity-theme .gform_button,body.home .news-cta__text .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files,body.home .news-cta__text .gform_wrapper.gravity-theme .gform_next_button,body.home .news-cta__text .gform_wrapper.gravity-theme .gform_previous_button,body.home .news-cta__text .password-form-wrap .post-password-form p input[type=submit],body.home .news-cta__text .ui-btn{margin-top:32px}body.home .news-cta__image:before{aspect-ratio:611/294;background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/news-cta-graphics.svg) 50%/contain no-repeat;content:"";left:-11%;position:absolute;top:-10px;width:120%}body.home .news-cta__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (max-width:1024px){body.home .hp-hero{margin-bottom:50px}body.home .hp-hero__slider .hp-slide{flex-direction:column;height:auto}body.home .hp-hero__slider .hp-slide__image{height:clamp(0px,100vw,500px);width:100%}body.home .hp-hero__slider .hp-slide .container{display:flex;flex:1;flex-direction:column;margin-top:-146px;padding:0}body.home .hp-hero__slider .hp-slide__text{border-radius:0 27px 27px 0;flex:1;max-width:584px;padding:35px 20px 50px 28px;width:calc(100% - 10px)}body.home .hp-hero__slider__nav .swiper-pagination-bullets{justify-content:center;margin-top:24px}body.home .hp-logos{margin-bottom:50px}body.home .hp-logos .container{align-items:center;display:flex;justify-content:center}body.home .hp-logos .container>a:not(:last-child){margin-right:40px}body.home .hp-logos .container>a img{display:block;max-height:60px}body.home .text-image{margin-bottom:50px}body.home .text-image--donate .text-image__image,body.home .text-image--donate .text-image__wrap{border-radius:0}body.home .text-image--donate .container{padding:0}body.home .text-image--donate .text-image__text{padding:30px 28px 50px}body.home .impact-grid{padding:60px 0 70px}body.home .impact-grid__flex span{height:1px;margin:55px 0;width:100%}body.home .cards-slider{margin-bottom:75px}body.home .cards-slider__header{margin-bottom:50px}body.home .testimonials-slider{margin-bottom:75px}body.home .news-cta{padding-top:60px}body.home .news-cta__wrap{align-items:center;flex-direction:column}body.home .news-cta__text{margin-bottom:70px}body.home .news-cta__image{margin-bottom:-60px;position:relative;width:clamp(0px,100vw - 56px,505px)}}@media only screen and (min-width:650px){body.home .hp-logos .container{justify-content:flex-start}body.home .hp-logos .container>a:not(:last-child){margin-right:60px}body.home .impact-grid__flex{flex-direction:row;flex-wrap:wrap}body.home .impact-grid__flex .impact-col{width:50%}body.home .impact-grid__flex .impact-col:first-child,body.home .impact-grid__flex .impact-col:nth-child(2){margin-bottom:55px}body.home .impact-grid__flex>span{display:none}}@media only screen and (min-width:1025px){body.home .hp-hero{margin-bottom:82px}body.home .hp-hero__slider:after{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/petals.svg) 50%/contain no-repeat;bottom:10px;content:"";height:199px;position:absolute;right:20px;width:187px;z-index:999}body.home .hp-hero__slider .hp-slide{height:600px;-webkit-mask:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/hp-hero-mask.svg);mask:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/hp-hero-mask.svg);-webkit-mask-position:bottom right;mask-position:bottom right;-webkit-mask-size:cover;mask-size:cover}body.home .hp-hero__slider .hp-slide__image{height:100%;left:0;position:absolute;top:0;width:100%}body.home .hp-hero__slider .hp-slide__text{border-radius:27px;height:398px;padding:47px;width:557px}body.home .hp-hero__slider .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets{padding-bottom:5px}body.home .hp-logos{display:none}body.home .text-image__wrap{position:relative}body.home .text-image__wrap:before{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/petal-grey-1.svg) 50%/contain no-repeat;content:"";height:576.99px;left:-447px;position:absolute;width:893.52px;z-index:-1}body.home .text-image--intro{margin-bottom:65px}body.home .text-image--intro .text-image__wrap:before{top:-277px}body.home .text-image--donate{background:linear-gradient(0,transparent 50%,#990060 0);margin-bottom:122px}body.home .text-image--donate .text-image__wrap:before{top:100%;transform:rotate(-60deg)}body.home .impact-grid{padding:93px 0 126px}body.home .impact-grid h2 span:after{height:83.71px;width:195.07px}body.home .impact-grid__flex .impact-col{flex:1}body.home .impact-grid__flex .impact-col:first-child,body.home .impact-grid__flex .impact-col:nth-child(2){margin-bottom:0}body.home .impact-grid__flex>span{display:block;height:187px;width:1px}body.home .cards-slider__wrap .swiper-button-next,body.home .cards-slider__wrap .swiper-button-prev{margin-top:-42px}body.home .news-cta__wrap:before{background:url(//www.rwtnhscharity.co.uk/wp-content/themes/wolverhampton-trust/library/css/../images/misc/petal-blue-1.svg) 50%/contain no-repeat;content:"";height:576.99px;left:-290px;position:absolute;top:38px;width:893.52px;z-index:0}body.home .cards-slider{margin-bottom:115px}body.home .cards-slider__header{margin-bottom:80px;text-align:center}body.home .testimonials-slider{margin-bottom:130px}body.home .news-cta{background:#0072bb;overflow:hidden}body.home .news-cta__wrap{align-items:center;min-height:448px;padding:80px 0 70px 108px}body.home .news-cta__image{border-radius:505px;height:505px;position:absolute;right:0;top:35px;width:505px}}@media only screen and (min-width:1200px){body.home .text-image--intro .text-image__text{padding:98px 48px 85px 75px}.password-form-wrap .post-password-form p body.home .text-image--intro .text-image__text input[type=submit],body.home .gform_wrapper.gravity-theme .gform_drop_area .text-image--intro .text-image__text .gform_button_select_files,body.home .gform_wrapper.gravity-theme .text-image--intro .text-image__text .gform_button,body.home .gform_wrapper.gravity-theme .text-image--intro .text-image__text .gform_next_button,body.home .gform_wrapper.gravity-theme .text-image--intro .text-image__text .gform_previous_button,body.home .text-image--intro .text-image__text .gform_wrapper.gravity-theme .gform_button,body.home .text-image--intro .text-image__text .gform_wrapper.gravity-theme .gform_drop_area .gform_button_select_files,body.home .text-image--intro .text-image__text .gform_wrapper.gravity-theme .gform_next_button,body.home .text-image--intro .text-image__text .gform_wrapper.gravity-theme .gform_previous_button,body.home .text-image--intro .text-image__text .password-form-wrap .post-password-form p input[type=submit],body.home .text-image--intro .text-image__text .ui-btn{margin-top:50px}}.blog__main{margin-bottom:120px}.blog__main__grid{grid-gap:55px 30px;display:grid}@media only screen and (min-width:650px){.blog__main__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.blog__main__grid{grid-template-columns:repeat(3,1fr)}}