@font-face{font-display:swap;font-family:'Lato';font-style:italic;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2PHA.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Lato';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USew8.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Lato';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHvxk.ttf) format('truetype')}@font-face{font-display:swap;font-family:'Lato';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVew8.ttf) format('truetype')}:root{--teal:#2a7e6e;--teal-dark:#1f5e51;--teal-light:#e8f5f2;--teal-mid:#3d9b87;--coral:#e05c3a;--gold:#c8943a;--slate:#3d5166;--text:#2d2d2d;--text-light:#3d4550;--border:#dde4e0;--bg:#f7faf9;--white:#ffffff;--font-body:'Lato',sans-serif;--font-heading:'Merriweather',serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:300;color:var(--text);background:var(--bg);font-size:17px;line-height:1.75}.site-nav{background:var(--white);border-bottom:2px solid var(--teal);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgb(0 0 0 / .06)}.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:68px}.nav-logo{font-family:var(--font-heading);font-size:.83rem;color:var(--teal-dark);font-weight:700;text-decoration:none}.nav-links{display:flex;gap:1.2rem}.nav-links a{color:var(--text-light);text-decoration:none;font-size:.82rem;font-weight:400;letter-spacing:.03em;text-transform:uppercase;transition:color 0.2s}.nav-links a:hover{color:var(--teal)}.hero{background:linear-gradient(135deg,var(--teal-dark) 0%,var(--teal) 60%,var(--teal-mid) 100%);color:var(--white);padding:5rem 2rem 4rem;position:relative;overflow:hidden}.hero-inner{max-width:1100px;margin:0 auto}.hero-eyebrow{font-size:.88rem;letter-spacing:.15em;text-transform:uppercase;color:rgb(255 255 255 / .8);margin-bottom:1rem}.hero h1{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.2;margin-bottom:1rem;max-width:720px}.hero-sub{font-size:1.05rem;color:rgb(255 255 255 / .9);max-width:640px;margin-bottom:2.5rem;font-weight:300}.hero-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1px;background:rgb(255 255 255 / .15);max-width:100%;border:1px solid rgb(255 255 255 / .2)}.kpi{background:rgb(255 255 255 / .08);padding:1.2rem 1.4rem}.kpi-num{font-family:var(--font-heading);font-size:2rem;font-weight:700;display:block;line-height:1;margin-bottom:.3rem}.kpi-label{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:rgb(255 255 255 / .8)}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0;border-bottom:1px solid var(--border);opacity:0;transform:translateY(16px);transition:opacity 0.5s ease,transform 0.5s ease}.section.visible{opacity:1;transform:none}.section-label{font-size:.82rem;text-transform:uppercase;letter-spacing:.15em;color:var(--teal);font-weight:700;margin-bottom:.5rem}.section-title{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--teal-dark);margin-bottom:1rem;line-height:1.25}.section-intro{color:var(--text-light);max-width:740px;margin-bottom:2rem;font-size:1.05rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.stat-card{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--teal);padding:1.2rem 1.4rem}.stat-card.coral{border-top-color:var(--coral)}.stat-card.gold{border-top-color:var(--gold)}.stat-card.slate{border-top-color:var(--slate)}.stat-big{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--teal-dark);display:block;line-height:1;margin-bottom:.25rem}.stat-card.coral .stat-big{color:var(--coral)}.stat-card.gold .stat-big{color:var(--gold)}.stat-card.slate .stat-big{color:var(--slate)}.stat-label{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);font-weight:700;display:block;margin-bottom:.5rem}.stat-desc{font-size:.92rem;color:var(--text-light)}.chart-card{background:var(--white);border:1px solid var(--border);padding:1.5rem;margin:1.5rem 0}.chart-label{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);font-weight:700;margin-bottom:1rem}.chart-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}@media(max-width:680px){.chart-row{grid-template-columns:1fr}}.split{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}@media(max-width:680px){.split{grid-template-columns:1fr}}.split-panel{background:var(--white);border:1px solid var(--border);overflow:hidden}.split-head{padding:.9rem 1.2rem;font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--white);background:var(--teal-dark)}.split-head.female{background:var(--coral)}.split-head.high{background:var(--gold)}.split-head.low{background:var(--slate)}.data-table{width:100%;border-collapse:collapse;font-size:.93rem}.data-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);padding:.5rem .8rem;text-align:left;background:#f0f4f2;border-bottom:1px solid var(--border)}.data-table td{padding:.42rem .8rem;border-bottom:1px solid #f0f4f2}.data-table tr:last-child td{border-bottom:none}.rank{color:#555;font-size:.8rem;min-width:18px;display:inline-block}.pct-bar{display:inline-block;height:6px;background:var(--teal-mid);border-radius:2px;vertical-align:middle;margin-right:5px;opacity:.5}.callout{background:var(--teal-light);border-left:4px solid var(--teal);padding:1.1rem 1.4rem;margin:1.5rem 0;font-size:1rem}.callout.warning{background:#fff5f2;border-color:var(--coral)}.callout strong{color:var(--teal-dark)}.callout.warning strong{color:var(--coral)}.addiction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin:1.5rem 0}@media(max-width:800px){.addiction-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.addiction-grid{grid-template-columns:1fr}}.addiction-card{background:var(--white);border:1px solid var(--border);padding:1.2rem}.addiction-card.featured{border:2px solid var(--teal);background:var(--teal-light)}.addiction-title{font-weight:700;font-size:.9rem;color:var(--teal-dark);margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.05em}.compare-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem;font-size:.92rem}.compare-label{color:var(--text-light)}.compare-val{font-weight:700}.compare-val.male{color:var(--slate)}.compare-val.female{color:var(--coral)}.compare-val.high{color:var(--gold)}.compare-val.low{color:var(--teal-dark)}.ratio-badge{display:inline-block;background:var(--teal-dark);color:var(--white);font-size:.78rem;font-weight:700;padding:.12rem .45rem;border-radius:2px;margin-left:.4rem}.ratio-badge.hot{background:var(--coral)}.divider{border:none;border-top:1px solid var(--border);margin:.6rem 0}.featured-combined{background:var(--teal-light);border:2px solid var(--teal);padding:1.6rem;margin:1.5rem 0}.featured-combined-body{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start;margin-top:1rem}.featured-stat-pair{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid rgb(42 126 110 / .25);background:rgb(255 255 255 / .55)}.featured-stat-block{padding:1.2rem 1.5rem}.featured-stat-block:first-child{border-right:1px solid rgb(42 126 110 / .2)}.featured-stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);font-weight:700;margin-bottom:.25rem}.featured-multiple{font-family:var(--font-heading);font-size:2.8rem;font-weight:700;color:var(--teal-dark);line-height:1;margin-bottom:.15rem}.featured-multiple-sub{font-size:.72rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.featured-prose-col{display:flex;flex-direction:column;gap:.9rem;justify-content:center;padding:.4rem 0}.featured-prose-block{font-size:.96rem;color:var(--text-light);line-height:1.65;padding-left:1rem;border-left:2px solid rgb(42 126 110 / .3)}.featured-prose-block strong{color:var(--teal-dark)}@media(max-width:780px){.featured-combined-body{grid-template-columns:1fr}}.suicide-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:1.5rem 0}@media(max-width:680px){.suicide-layout{grid-template-columns:1fr}}.suicide-panel{background:var(--white);border:1px solid var(--border);padding:1.5rem}.suicide-panel h3{font-family:var(--font-heading);font-size:1.05rem;color:var(--teal-dark);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.safe-banner{background:#fff5f2;border:1px solid #f0c0b0;padding:.9rem 1.2rem;margin-bottom:1.5rem;font-size:.93rem;color:#7a3020}.safe-banner strong{color:#c0392b}.note{font-size:.86rem;color:#666;font-style:italic;margin-top:.5rem}footer{background:var(--teal-dark);color:rgb(255 255 255 / .65);padding:2rem;font-size:.9rem}.footer-inner{max-width:1100px;margin:0 auto}.spokes-block{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--teal);padding:1.2rem 1.4rem;margin:1.5rem 0;display:grid;grid-template-columns:1fr;gap:.6rem}.spokes-block .spokes-eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);font-weight:700}.spokes-block .spokes-name{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--teal-dark)}.spokes-block .spokes-role{font-size:.95rem;color:var(--text-light)}.spokes-block .spokes-contact{font-size:.92rem;color:var(--text-light);margin-top:.3rem}.spokes-block .spokes-contact a{color:var(--teal-dark);text-decoration:underline}.womens-highlight{background:linear-gradient(135deg,#fff5f2 0%,#fff 60%);border:1px solid var(--coral);border-left:4px solid var(--coral);padding:1.4rem 1.6rem;margin:1.5rem 0}.womens-highlight h3{font-family:var(--font-heading);font-size:1.15rem;color:var(--coral);margin-bottom:.5rem}.crossover-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}@media(max-width:680px){.crossover-grid{grid-template-columns:1fr}}img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 0.07em!important;vertical-align:-0.1em!important;background:none!important;padding:0!important}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#FFFFFF;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--color--dark-gray:#28303D;--wp--preset--color--gray:#39414D;--wp--preset--color--green:#D1E4DD;--wp--preset--color--blue:#D1DFE4;--wp--preset--color--purple:#D1D1E4;--wp--preset--color--red:#E4D1D1;--wp--preset--color--orange:#E4DAD1;--wp--preset--color--yellow:#EEEADD;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--purple-to-yellow:linear-gradient(160deg, #D1D1E4 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-purple:linear-gradient(160deg, #EEEADD 0%, #D1D1E4 100%);--wp--preset--gradient--green-to-yellow:linear-gradient(160deg, #D1E4DD 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-green:linear-gradient(160deg, #EEEADD 0%, #D1E4DD 100%);--wp--preset--gradient--red-to-yellow:linear-gradient(160deg, #E4D1D1 0%, #EEEADD 100%);--wp--preset--gradient--yellow-to-red:linear-gradient(160deg, #EEEADD 0%, #E4D1D1 100%);--wp--preset--gradient--purple-to-red:linear-gradient(160deg, #D1D1E4 0%, #E4D1D1 100%);--wp--preset--gradient--red-to-purple:linear-gradient(160deg, #E4D1D1 0%, #D1D1E4 100%);--wp--preset--font-size--small:18px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:24px;--wp--preset--font-size--x-large:42px;--wp--preset--font-size--extra-small:16px;--wp--preset--font-size--normal:20px;--wp--preset--font-size--extra-large:40px;--wp--preset--font-size--huge:96px;--wp--preset--font-size--gigantic:144px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(body){margin:0}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}body{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}:root :where(.wp-element-button,.wp-block-button__link){background-color:#32373c;border-width:0;color:#fff;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-top:calc(0.667em + 2px);padding-right:calc(1.333em + 2px);padding-bottom:calc(0.667em + 2px);padding-left:calc(1.333em + 2px);text-decoration:none;text-transform:inherit}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-dark-gray-color{color:var(--wp--preset--color--dark-gray)!important}.has-gray-color{color:var(--wp--preset--color--gray)!important}.has-green-color{color:var(--wp--preset--color--green)!important}.has-blue-color{color:var(--wp--preset--color--blue)!important}.has-purple-color{color:var(--wp--preset--color--purple)!important}.has-red-color{color:var(--wp--preset--color--red)!important}.has-orange-color{color:var(--wp--preset--color--orange)!important}.has-yellow-color{color:var(--wp--preset--color--yellow)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-dark-gray-background-color{background-color:var(--wp--preset--color--dark-gray)!important}.has-gray-background-color{background-color:var(--wp--preset--color--gray)!important}.has-green-background-color{background-color:var(--wp--preset--color--green)!important}.has-blue-background-color{background-color:var(--wp--preset--color--blue)!important}.has-purple-background-color{background-color:var(--wp--preset--color--purple)!important}.has-red-background-color{background-color:var(--wp--preset--color--red)!important}.has-orange-background-color{background-color:var(--wp--preset--color--orange)!important}.has-yellow-background-color{background-color:var(--wp--preset--color--yellow)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-dark-gray-border-color{border-color:var(--wp--preset--color--dark-gray)!important}.has-gray-border-color{border-color:var(--wp--preset--color--gray)!important}.has-green-border-color{border-color:var(--wp--preset--color--green)!important}.has-blue-border-color{border-color:var(--wp--preset--color--blue)!important}.has-purple-border-color{border-color:var(--wp--preset--color--purple)!important}.has-red-border-color{border-color:var(--wp--preset--color--red)!important}.has-orange-border-color{border-color:var(--wp--preset--color--orange)!important}.has-yellow-border-color{border-color:var(--wp--preset--color--yellow)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-purple-to-yellow-gradient-background{background:var(--wp--preset--gradient--purple-to-yellow)!important}.has-yellow-to-purple-gradient-background{background:var(--wp--preset--gradient--yellow-to-purple)!important}.has-green-to-yellow-gradient-background{background:var(--wp--preset--gradient--green-to-yellow)!important}.has-yellow-to-green-gradient-background{background:var(--wp--preset--gradient--yellow-to-green)!important}.has-red-to-yellow-gradient-background{background:var(--wp--preset--gradient--red-to-yellow)!important}.has-yellow-to-red-gradient-background{background:var(--wp--preset--gradient--yellow-to-red)!important}.has-purple-to-red-gradient-background{background:var(--wp--preset--gradient--purple-to-red)!important}.has-red-to-purple-gradient-background{background:var(--wp--preset--gradient--red-to-purple)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}.has-extra-small-font-size{font-size:var(--wp--preset--font-size--extra-small)!important}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)!important}.has-extra-large-font-size{font-size:var(--wp--preset--font-size--extra-large)!important}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)!important}.has-gigantic-font-size{font-size:var(--wp--preset--font-size--gigantic)!important}:root{--section-bg-color:#005a55;--title-bg-color:#005a55;--main-title-color:#ffffff;--default-text-color:#333333;--question-number-text-color:#ffda82;--question-text-color:#333333;--answer-text-color:#ffffff;--answer-text-hover-color:#005a55;--answer-background-color:#005a55;--answer-hover-background-color:#ffda82;--control-arrow-background-color:#dad2ba;--control-arrow-hover-background-color:#005a55;--btn-text-color:#005a55;--btn-background-color:#ffda82;--btn-hover-text-color:#ffda82;--btn-hover-background-color:#005a55}.DepressionMainWrapper h1,.DepressionMainWrapper h2,.DepressionMainWrapper h3,.DepressionMainWrapper h4,.DepressionMainWrapper h5,.DepressionMainWrapper h6,.DepressionMainWrapper p{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.page-id-3224 .message_section .content{max-width:100%}.page-id-3224 .message_section .container{display:block}.DepressionMainWrapper .wygiwyg_wrap{padding:40px;display:block;margin-top:40px}.form_title{color:#fff;font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:1.3;text-align:center;margin-bottom:25px!important}.DepressionMainWrapper .wygiwyg_wrap .wpcf7-spinner{display:none;margin:20px auto 0}.DepressionMainWrapper .wpcf7 form .wpcf7-response-output{margin:0;padding:0;border:0 solid #00a0d2;font-size:18px;line-height:1.5}#frmDepressForm{max-width:100%;width:850px;margin:0 auto}.DepressionMainWrapper a{text-decoration:none!important}.DepressionMainWrapper{color:var(--default-text-color);font-size:16px;line-height:26px;background-color:#fff;padding:50px 0}.DepressionMainWrapper *{box-sizing:border-box;margin:0;padding:0}.DepressionMainWrapper * :focus{outline:none!important}.ClearBoth{clear:both;min-height:1px}.group:after{content:"";display:table;clear:both}.ImgWrap{line-height:0}.DepressionMainWrapper .InnerContainWrapper{max-width:850px;margin:0 auto;padding:0}.DepressionMainWrapper .TitleWrap{margin-bottom:40px}.DepressionMainWrapper .TitleWrap .Title{background-color:var(--title-bg-color);color:var(--main-title-color);font-size:40px;line-height:1.2;padding:5px 20px;font-weight:600;margin-bottom:20px;margin-top:0}.DepressionMainWrapper .TitleWrap .Desc{font-size:20px;line-height:1.5;padding:0 5px;font-weight:600}.DepressionMainWrapper .TitleWrap .Desc p:empty{display:none}.DepressionMainWrapper .TitleWrap .Desc.AnswerWrap p,.DepressionMainWrapper .TitleWrap .Desc.AnswerWrap{font-size:20px;line-height:30px;font-weight:600}.QuestionMainWrap{position:relative;overflow:hidden;margin-bottom:15px;margin-top:20px;margin:20px auto 15px}.QuestionMainWrap .QusWrap{margin:0 auto 20px;position:relative}.QuestionMainWrap .QusWrap .AnswerCol{margin-top:30px;display:flex;gap:12px}.QuestionMainWrap ul{list-style-type:none;width:2000000em;text-align:left}.QuestionMainWrap ul li{display:inline-block;vertical-align:top;max-width:850px;min-width:850px;background-image:none}.QuestionMainWrap ul li .qus_heading{display:flex;align-items:center}.QuestionMainWrap ul li h2.Number{color:#005a55;font-size:40px;line-height:1;font-weight:600;min-width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:var(--question-number-text-color);border-radius:100%}.QuestionMainWrap ul li h3.Qus{color:var(--question-text-color);font-size:28px;line-height:1.2;font-weight:600;margin:0;height:inherit;display:flex;align-items:center;padding:0 0 0 20px;text-align:left}.QuestionMainWrap ul li .AnswerCol .Col{width:204px;max-width:204px;display:inline-block}.QuestionMainWrap ul li .AnswerCol .Col .ImgWrap picture,.QuestionMainWrap ul li .AnswerCol .Col .ImgWrap{line-height:0}.QuestionMainWrap ul li .AnswerCol .Col .Text h6{font-size:15px;line-height:20px;letter-spacing:0;margin:0;color:var(--answer-text-color);-moz-transition:all 0.3s ease-in-out!important;-webkit-transition:all 0.3s ease-in-out!important;transition:all 0.3s ease-in-out!important;text-align:center}.QuestionMainWrap ul li .AnswerCol .Col a.on .Text h6,.QuestionMainWrap ul li .AnswerCol .Col a:hover .Text h6{color:var(--answer-text-hover-color)}.QuestionMainWrap ul li .AnswerCol .Col .Text{min-height:50px;padding:10px 7px;display:flex;align-items:center;justify-content:center;background-color:var(--answer-background-color);-moz-transition:all 0.3s ease-in-out!important;-webkit-transition:all 0.3s ease-in-out!important;transition:all 0.3s ease-in-out!important}.QuestionMainWrap ul li .AnswerCol .Col a.on .Text,.QuestionMainWrap ul li .AnswerCol .Col a:hover .Text{background-color:var(--answer-hover-background-color)}.QuestionMainWrap .QusWrap .control-nav{line-height:0}.QuestionMainWrap .QusWrap .control-nav a{width:30px;height:30px;background-color:var(--control-arrow-background-color);border-radius:100%;display:flex;align-items:center;justify-content:center;position:absolute;bottom:120px;-moz-transition:all 0.3s ease-in-out!important;-webkit-transition:all 0.3s ease-in-out!important;transition:all 0.3s ease-in-out!important}.QuestionMainWrap .QusWrap .control-nav a:hover{background-color:var(--control-arrow-hover-background-color)}.QuestionMainWrap .QusWrap .control-nav a.prev-arrow{left:-50px}.QuestionMainWrap .QusWrap .control-nav a.next-arrow{right:-50px}.QuestionMainWrap .QusWrap .control-nav a.hide{display:none}.TotalQuesText{margin-top:20px;display:inline-block;margin-right:30px}.TotalQuesText input{font-size:15px;line-height:26px;color:var(--black-1);border:1px solid #ddd!important;background-color:#fff!important;padding:5px 12px!important;width:80px!important;box-sizing:border-box;box-shadow:none;height:45px;display:inline-block!important;vertical-align:middle;margin-right:10px!important}.DepressionMainWrapper .AnswerWrap .Desc,.DepressionMainWrapper .AnswerWrap a{margin-top:50px}.DepressionMainWrapper .FormCaption{margin-bottom:25px}.DepressionMainWrapper .cf7_submit_btn_wrapper{margin-top:20px}.wpcf7 form .wpcf7-response-output{margin:0 auto;padding:0;border:0 solid #00a0d2}.DepressionMainWrapper .depression_booking_form.make-a-booking-modal input.wpcf7-submit,.DepressionMainWrapper .AnswerWrap a,.DepressionMainWrapper .AnswerWrap a.ReturnBtnWrap,.DepressionMainWrapper .cf7_submit_btn_wrapper input[type="submit"],.DepressionMainWrapper .cf7_submit_btn_wrapper input[type="button"],.DepressionMainWrapper .input[type="submit"],.DepressionMainWrapper input[type="button"]{display:inline-block;color:var(--btn-text-color)!important;font-size:18px;line-height:1.2;font-family:bamberg_serial;text-decoration:none!important;font-weight:500;background-color:var(--btn-background-color)!important;padding:12px 30px!important;-moz-transition:all 0.3s ease-in-out!important;-webkit-transition:all 0.3s ease-in-out!important;transition:all 0.3s ease-in-out!important;border:none!important;cursor:pointer;width:auto}.has-background-white .site .DepressionMainWrapper a:focus:not(.wp-block-button__link):not(.wp-block-file__button),.DepressionMainWrapper .depression_booking_form.make-a-booking-modal input.wpcf7-submit:focus,.DepressionMainWrapper .AnswerWrap a:focus,.DepressionMainWrapper .AnswerWrap a.ReturnBtnWrap:focus,.DepressionMainWrapper .cf7_submit_btn_wrapper input[type="submit"]:focus,.DepressionMainWrapper .cf7_submit_btn_wrapper input[type="button"]:focus,.DepressionMainWrapper input[type="submit"]:focus,.DepressionMainWrapper input[type="button"]:focus,.DepressionMainWrapper .depression_booking_form.make-a-booking-modal input.wpcf7-submit:hover,.DepressionMainWrapper .AnswerWrap a:hover,.DepressionMainWrapper .AnswerWrap a.ReturnBtnWrap:hover,.DepressionMainWrapper .cf7_submit_btn_wrapper input[type="submit"]:hover,.DepressionMainWrapper .cf7_submit_btn_wrapper input[type="button"]:hover,.DepressionMainWrapper input[type="submit"]:hover,.DepressionMainWrapper input[type="button"]:hover{color:var(--btn-hover-text-color)!important;background-color:var(--btn-hover-background-color)!important;background:var(--btn-hover-background-color)!important}.ProgressBarWrap{position:relative;display:block;width:100%}.ProgressBarWrap a{position:relative;display:inline-block;width:8px;height:8px;border-radius:100%;background-color:#ffda82;margin-right:85.5px;cursor:inherit}.ProgressBarWrap a.on{background-color:#005a55}.ProgressBarWrap a::after{content:"";position:absolute;background-color:#ffda82;width:85.5px;height:2px;top:50%;margin-top:-1px;right:8px}.ProgressBarWrap a:first-child::after{display:none}.ProgressBarWrap a:last-child{margin-right:0}.DepressionMainWrapper .AnswerWrap{border-bottom:8px solid #ffda82;padding-bottom:35px}.DepressionMainWrapper .AnswerWrap h2.Title{background-color:var(--title-bg-color);color:var(--main-title-color);font-size:40px;line-height:1.2;padding:5px 20px;font-weight:600;margin-bottom:15px;margin-top:0}.DepressionMainWrapper .AnswerWrap h3.Title{color:#005a55;font-size:30px;line-height:1.2;font-weight:600;text-transform:uppercase;margin-bottom:15px;margin-top:0}.DepressionMainWrapper .AnswerWrap .ImgWrap{float:right;margin-left:30px}.DepressionMainWrapper .AnswerWrap .ImgWrap img{width:auto!important}.DepressionMainWrapper .AnswerWrap .DescWrap{text-align:left}.DepressionMainWrapper .AnswerWrap .DescWrap .Contact_CounsellingWrap{width:100%;background-color:#005350}.DepressionMainWrapper .AnswerWrap .DescWrap h3{font-size:28px;line-height:1.3}.DepressionMainWrapper .AnswerWrap .DescWrap h4{font-size:25px;line-height:1.3}.DepressionMainWrapper .AnswerWrap .DescWrap h5{color:#333;font-size:20px;line-height:1.2;margin-bottom:10px}.DepressionMainWrapper .AnswerWrap .DescWrap h6{color:#333;font-size:13px;line-height:1.5;font-style:italic;margin-bottom:30px}.DepressionMainWrapper .make-a-booking-modal .input_wrap.select:nth-child(even) .optWrapper,.DepressionMainWrapper .make-a-booking-modal .input_wrap.select:nth-child(odd) .optWrapper{width:calc(100% + 0px);left:0}.DepressionMainWrapper .wygiwyg_wrap .thank_you_message_result .title{color:#ffaf7e;font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:1.5;margin-bottom:10px}.DepressionMainWrapper .wygiwyg_wrap,.DepressionMainWrapper .wygiwyg_wrap .thank_you_message_result .tym_desc{color:#fff}.DepressionMainWrapper p,.DepressionMainWrapper .wygiwyg_wrap .thank_you_message_result .tym_desc p{margin-bottom:20px}.DepressionMainWrapper p:last-child,.DepressionMainWrapper .wygiwyg_wrap .thank_you_message_result .tym_desc p:last-child{margin-bottom:0}#loadingMessage{color:#202d4c!important;text-align:center;margin:15px 0 0;font-size:20px;line-height:1.5;font-family:bamberg_serial;font-weight:400!important}#loadingMessage img.cf7_make_booking_loader{width:50px;margin-top:20px;margin:0 auto;display:block}@media only screen and (min-width:320px) and (max-width:1024px){.single-service:has(.DepressionMainWrapper) .TopHeader{top:0}.single-service:has(.DepressionMainWrapper) .homecoming{margin-top:65px!important}.DepressionMainWrapper .InnerContainWrapper{margin:0 auto;text-align:center}.QuestionMainWrap ul li .AnswerCol .Col{width:203px;max-width:203px}.ProgressBarWrap a{margin-right:85px}.ProgressBarWrap a::after{width:85px}.page-id-3224 .message_section .container{width:100%!important;padding:0px!important;display:block}#frmDepressForm{width:100%}.page-id-3224 .banner_module .container{padding:29px!important}.DepressionMainWrapper .TitleWrap{margin-bottom:20px}.QuestionMainWrap .QusWrap .AnswerCol{margin-top:20px;flex-wrap:wrap}.QuestionMainWrap ul li h3.Qus{padding:0 0 0 10px;vertical-align:middle;width:calc(100% - 58px)}.Contact_CounsellingWrap{max-width:94%;width:100%}.DepressionMainWrapper .wygiwyg_wrap{padding:20px 10px}}@media only screen and (min-width:720px) and (max-width:850px){.QuestionMainWrap,.QuestionMainWrap ul li{max-width:648px;min-width:648px}.QuestionMainWrap ul li .AnswerCol .Col{width:23.2%}.ProgressBarWrap a{margin-right:63px}.ProgressBarWrap a::after{width:63px}.QuestionMainWrap ul li h3.Qus{font-size:24px}}@media only screen and (min-width:600px) and (max-width:719px){.QuestionMainWrap,.QuestionMainWrap ul li{max-width:530px;min-width:530px}.QuestionMainWrap ul li{text-align:center}.QuestionMainWrap ul li .AnswerCol .Col{width:32.3%}.ProgressBarWrap a{margin-right:50px}.ProgressBarWrap a::after{width:55px}.QuestionMainWrap ul li h3.Qus{font-size:24px}}@media only screen and (min-width:481px) and (max-width:599px){.QuestionMainWrap,.QuestionMainWrap ul li{max-width:420px;min-width:420px}.QuestionMainWrap ul li{text-align:center}.QuestionMainWrap ul li .AnswerCol .Col{width:45%}.ProgressBarWrap a{margin-right:37px}.ProgressBarWrap a::after{width:37px}.QuestionMainWrap ul li h3.Qus{font-size:25px}.DepressionMainWrapper .AnswerWrap h2.Title,.DepressionMainWrapper .TitleWrap .Title{font-size:35px}}@media only screen and (min-width:320px) and (max-width:480px){.QuestionMainWrap,.QuestionMainWrap ul li{max-width:350px;min-width:350px}.QuestionMainWrap .QusWrap .AnswerCol{gap:8px}.QuestionMainWrap ul li .AnswerCol .Col{width:48.8%}.ProgressBarWrap a{margin-right:30px}.ProgressBarWrap a::after{width:30px}.QuestionMainWrap ul li h2.Number{font-size:25px;min-width:35px;height:35px}.QuestionMainWrap ul li h3.Qus{font-size:17.4px;line-height:1.2;width:calc(100% - 35px)}.DepressionMainWrapper .AnswerWrap h2.Title,.DepressionMainWrapper .TitleWrap .Title{font-size:18px}.DepressionMainWrapper .TitleWrap .Title{padding:5px 10px;margin-bottom:15px}.DepressionMainWrapper .TitleWrap .Desc p{margin-bottom:15px}.QuestionMainWrap{margin:15px auto 15px}.DepressionMainWrapper .AnswerWrap .DescWrap h3{font-size:22px}.QuestionMainWrap ul li .AnswerCol .Col .Text{padding:6px;min-height:35px}.QuestionMainWrap ul li .AnswerCol .Col .Text h6{font-size:15px;letter-spacing:0}.DepressionMainWrapper .AnswerWrap .ImgWrap{float:none;margin:0 auto 20px}.DepressionMainWrapper .AnswerWrap h3.Title{font-size:25px}.DepressionMainWrapper .AnswerWrap .DescWrap h5{font-size:22px}.QuestionMainWrap ul li h2.Number,.QuestionMainWrap ul li h3.Qus{vertical-align:top}.DepressionMainWrapper .TitleWrap .Desc{font-size:17px!important;padding:0}.form_title{font-size:22px}}:root{--global--font-primary:var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);--global--font-secondary:var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);--global--font-size-base:1.25rem;--global--font-size-xs:1rem;--global--font-size-sm:1.125rem;--global--font-size-md:1.25rem;--global--font-size-lg:1.5rem;--global--font-size-xl:2.25rem;--global--font-size-xxl:4rem;--global--font-size-xxxl:5rem;--global--font-size-page-title:var(--global--font-size-xxl);--global--letter-spacing:normal;--global--line-height-body:1.7;--global--line-height-heading:1.3;--global--line-height-page-title:1.1;--heading--font-family:var(--global--font-primary);--heading--font-size-h6:var(--global--font-size-xs);--heading--font-size-h5:var(--global--font-size-sm);--heading--font-size-h4:var(--global--font-size-lg);--heading--font-size-h3:calc(1.25 * var(--global--font-size-lg));--heading--font-size-h2:var(--global--font-size-xl);--heading--font-size-h1:var(--global--font-size-page-title);--heading--letter-spacing-h6:0.05em;--heading--letter-spacing-h5:0.05em;--heading--letter-spacing-h4:var(--global--letter-spacing);--heading--letter-spacing-h3:var(--global--letter-spacing);--heading--letter-spacing-h2:var(--global--letter-spacing);--heading--letter-spacing-h1:var(--global--letter-spacing);--heading--line-height-h6:var(--global--line-height-heading);--heading--line-height-h5:var(--global--line-height-heading);--heading--line-height-h4:var(--global--line-height-heading);--heading--line-height-h3:var(--global--line-height-heading);--heading--line-height-h2:var(--global--line-height-heading);--heading--line-height-h1:var(--global--line-height-page-title);--heading--font-weight:normal;--heading--font-weight-page-title:300;--heading--font-weight-strong:600;--latest-posts--title-font-family:var(--heading--font-family);--latest-posts--title-font-size:var(--heading--font-size-h3);--latest-posts--description-font-family:var(--global--font-secondary);--latest-posts--description-font-size:var(--global--font-size-sm);--list--font-family:var(--global--font-secondary);--definition-term--font-family:var(--global--font-primary);--global--color-black:#000;--global--color-dark-gray:#28303d;--global--color-gray:#39414d;--global--color-light-gray:#f0f0f0;--global--color-green:#d1e4dd;--global--color-blue:#d1dfe4;--global--color-purple:#d1d1e4;--global--color-red:#e4d1d1;--global--color-orange:#e4dad1;--global--color-yellow:#eeeadd;--global--color-white:#fff;--global--color-white-50:rgba(255, 255, 255, 0.5);--global--color-white-90:rgba(255, 255, 255, 0.9);--global--color-primary:var(--global--color-dark-gray);--global--color-secondary:var(--global--color-gray);--global--color-primary-hover:var(--global--color-primary);--global--color-background:var(--global--color-green);--global--color-border:var(--global--color-primary);--global--spacing-unit:20px;--global--spacing-measure:unset;--global--spacing-horizontal:25px;--global--spacing-vertical:30px;--global--elevation:1px 1px 3px 0 rgba(0, 0, 0, 0.2);--form--font-family:var(--global--font-secondary);--form--font-size:var(--global--font-size-sm);--form--line-height:var(--global--line-height-body);--form--color-text:var(--global--color-dark-gray);--form--color-ranged:var(--global--color-secondary);--form--label-weight:500;--form--border-color:var(--global--color-secondary);--form--border-width:3px;--form--border-radius:0;--form--spacing-unit:calc(0.5 * var(--global--spacing-unit));--cover--height:calc(15 * var(--global--spacing-vertical));--cover--color-foreground:var(--global--color-white);--cover--color-background:var(--global--color-black);--button--color-text:var(--global--color-background);--button--color-text-hover:var(--global--color-secondary);--button--color-text-active:var(--global--color-secondary);--button--color-background:var(--global--color-secondary);--button--color-background-active:var(--global--color-background);--button--font-family:var(--global--font-primary);--button--font-size:var(--global--font-size-base);--button--font-weight:500;--button--line-height:1.5;--button--border-width:3px;--button--border-radius:0;--button--padding-vertical:15px;--button--padding-horizontal:calc(2 * var(--button--padding-vertical));--entry-header--color:var(--global--color-primary);--entry-header--color-link:currentColor;--entry-header--color-hover:var(--global--color-primary-hover);--entry-header--color-focus:var(--global--color-secondary);--entry-header--font-size:var(--heading--font-size-h2);--entry-content--font-family:var(--global--font-secondary);--entry-author-bio--font-family:var(--heading--font-family);--entry-author-bio--font-size:var(--heading--font-size-h4);--branding--color-text:var(--global--color-primary);--branding--color-link:var(--global--color-primary);--branding--color-link-hover:var(--global--color-secondary);--branding--title--font-family:var(--global--font-primary);--branding--title--font-size:var(--global--font-size-lg);--branding--title--font-size-mobile:var(--heading--font-size-h4);--branding--title--font-weight:normal;--branding--title--text-transform:uppercase;--branding--description--font-family:var(--global--font-secondary);--branding--description--font-size:var(--global--font-size-sm);--branding--logo--max-width:300px;--branding--logo--max-height:100px;--branding--logo--max-width-mobile:96px;--branding--logo--max-height-mobile:96px;--primary-nav--font-family:var(--global--font-secondary);--primary-nav--font-family-mobile:var(--global--font-primary);--primary-nav--font-size:var(--global--font-size-md);--primary-nav--font-size-sub-menu:var(--global--font-size-xs);--primary-nav--font-size-mobile:var(--global--font-size-sm);--primary-nav--font-size-sub-menu-mobile:var(--global--font-size-sm);--primary-nav--font-size-button:var(--global--font-size-xs);--primary-nav--font-style:normal;--primary-nav--font-style-sub-menu-mobile:normal;--primary-nav--font-weight:normal;--primary-nav--font-weight-button:500;--primary-nav--color-link:var(--global--color-primary);--primary-nav--color-link-hover:var(--global--color-primary-hover);--primary-nav--color-text:var(--global--color-primary);--primary-nav--padding:calc(0.66 * var(--global--spacing-unit));--primary-nav--border-color:var(--global--color-primary);--pagination--color-text:var(--global--color-primary);--pagination--color-link-hover:var(--global--color-primary-hover);--pagination--font-family:var(--global--font-secondary);--pagination--font-size:var(--global--font-size-lg);--pagination--font-weight:normal;--pagination--font-weight-strong:600;--footer--color-text:var(--global--color-primary);--footer--color-link:var(--global--color-primary);--footer--color-link-hover:var(--global--color-primary-hover);--footer--font-family:var(--global--font-primary);--footer--font-size:var(--global--font-size-sm);--pullquote--font-family:var(--global--font-primary);--pullquote--font-size:var(--heading--font-size-h3);--pullquote--font-style:normal;--pullquote--letter-spacing:var(--heading--letter-spacing-h4);--pullquote--line-height:var(--global--line-height-heading);--pullquote--border-width:3px;--pullquote--border-color:var(--global--color-primary);--pullquote--color-foreground:var(--global--color-primary);--pullquote--color-background:var(--global--color-background);--quote--font-family:var(--global--font-secondary);--quote--font-size:var(--global--font-size-md);--quote--font-size-large:var(--global--font-size-xl);--quote--font-style:normal;--quote--font-weight:700;--quote--font-weight-strong:bolder;--quote--font-style-large:normal;--quote--font-style-cite:normal;--quote--line-height:var(--global--line-height-body);--quote--line-height-large:1.35;--separator--border-color:var(--global--color-border);--separator--height:1px;--table--stripes-border-color:var(--global--color-light-gray);--table--stripes-background-color:var(--global--color-light-gray);--table--has-background-text-color:var(--global--color-dark-gray);--widget--line-height-list:1.9;--widget--line-height-title:1.4;--widget--font-weight-title:700;--widget--spacing-menu:calc(0.66 * var(--global--spacing-unit));--global--admin-bar--height:0px}.admin-bar{--global--admin-bar--height:32px}@media only screen and (max-width:782px){.admin-bar{--global--admin-bar--height:46px}}@media only screen and (min-width:652px){:root{--global--font-size-xl:2.5rem;--global--font-size-xxl:6rem;--global--font-size-xxxl:9rem;--heading--font-size-h3:2rem;--heading--font-size-h2:3rem}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#fff0;text-decoration-thickness:1px}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration-style:dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}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}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--responsive--spacing-horizontal:calc(2 * var(--global--spacing-horizontal) * 0.6);--responsive--aligndefault-width:calc(100vw - var(--responsive--spacing-horizontal));--responsive--alignwide-width:calc(100vw - var(--responsive--spacing-horizontal));--responsive--alignfull-width:100%;--responsive--alignright-margin:var(--global--spacing-horizontal);--responsive--alignleft-margin:var(--global--spacing-horizontal)}@media only screen and (min-width:482px){:root{--responsive--aligndefault-width:min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);--responsive--alignwide-width:calc(100vw - 4 * var(--global--spacing-horizontal));--responsive--alignright-margin:calc(0.5 * (100vw - var(--responsive--aligndefault-width)));--responsive--alignleft-margin:calc(0.5 * (100vw - var(--responsive--aligndefault-width)))}}@media only screen and (min-width:822px){:root{--responsive--aligndefault-width:min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);--responsive--alignwide-width:min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px)}}.post-thumbnail,.entry-content .wp-audio-shortcode,.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),*[class*=inner-container]>*:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),.default-max-width{max-width:var(--responsive--aligndefault-width);margin-left:auto;margin-right:auto}.widget-area,.pagination,.comments-pagination,.post-navigation,.site-footer,.site-header,.alignwide,.wide-max-width{max-width:var(--responsive--alignwide-width);margin-left:auto;margin-right:auto}.alignfull,.wp-block-group .wp-block-group__inner-container>*.alignfull,.full-max-width{max-width:var(--responsive--alignfull-width);width:var(--responsive--alignfull-width);margin-left:auto;margin-right:auto}@media only screen and (min-width:482px){.alignfull,.full-max-width{max-width:var(--responsive--alignfull-width);width:auto;margin-left:auto;margin-right:auto}}.entry-header .post-thumbnail,.singular .post-thumbnail,.alignfull [class*=inner-container]>.alignwide,.alignwide [class*=inner-container]>.alignwide{margin-left:auto;margin-right:auto;width:var(--responsive--alignwide-width);max-width:var(--responsive--alignfull-width)}@media only screen and (min-width:482px){.entry-content>.alignleft{margin-left:var(--responsive--alignleft-margin);margin-right:var(--global--spacing-horizontal)}}@media only screen and (min-width:482px){.entry-content>.alignright{margin-left:var(--global--spacing-horizontal);margin-right:var(--responsive--alignright-margin)}}.site-header,.site-main,.widget-area,.site-footer{padding-top:var(--global--spacing-vertical);padding-bottom:var(--global--spacing-vertical);margin-left:auto;margin-right:auto}.site-header{padding-top:calc(0.75 * var(--global--spacing-vertical));padding-bottom:calc(2 * var(--global--spacing-vertical))}@media only screen and (min-width:482px){.site-header{padding-bottom:calc(3 * var(--global--spacing-vertical))}}.site-main>*{margin-top:calc(3 * var(--global--spacing-vertical));margin-bottom:calc(3 * var(--global--spacing-vertical))}.site-main>*:first-child{margin-top:0}.site-main>*:last-child{margin-bottom:0}.entry-header,.post-thumbnail,.entry-content,.entry-footer,.author-bio{margin-top:var(--global--spacing-vertical);margin-right:auto;margin-bottom:var(--global--spacing-vertical);margin-left:auto}.site-main>article>*,.site-main>.not-found>*,.entry-content>*,[class*=inner-container]>*,.wp-block-template-part>*,.wp-block-post-template :where(li>*){margin-top:calc(0.666 * var(--global--spacing-vertical));margin-bottom:calc(0.666 * var(--global--spacing-vertical))}@media only screen and (min-width:482px){.site-main>article>*,.site-main>.not-found>*,.entry-content>*,[class*=inner-container]>*,.wp-block-template-part>*,.wp-block-post-template :where(li>*){margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}}.site-main>article>*:first-child,.site-main>.not-found>*:first-child,.entry-content>*:first-child,[class*=inner-container]>*:first-child,.wp-block-template-part>*:first-child,.wp-block-post-template :where(li>*):first-child{margin-top:0}.site-main>article>*:last-child,.site-main>.not-found>*:last-child,.entry-content>*:last-child,[class*=inner-container]>*:last-child,.wp-block-template-part>*:last-child,.wp-block-post-template :where(li>*):last-child{margin-bottom:0}.site-footer>*,.widget-area>*{margin-top:calc(0.666 * var(--global--spacing-vertical));margin-bottom:calc(0.666 * var(--global--spacing-vertical))}@media only screen and (min-width:482px){.site-footer>*,.widget-area>*{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}}.entry-header>*,.post-thumbnail>*,.page-content>*,.comment-content>*,.widget>*{margin-top:var(--global--spacing-unit);margin-bottom:var(--global--spacing-unit)}.entry-header>*:first-child,.post-thumbnail>*:first-child,.page-content>*:first-child,.comment-content>*:first-child,.widget>*:first-child{margin-top:0}.entry-header>*:last-child,.post-thumbnail>*:last-child,.page-content>*:last-child,.comment-content>*:last-child,.widget>*:last-child{margin-bottom:0}.entry-content>*.alignleft,.entry-content>*.alignright,.entry-content>*.alignleft:first-child+*,.entry-content>*.alignright:first-child+*,.entry-content>*.alignfull.has-background{margin-top:0}.entry-content>*:last-child,.entry-content>*.alignfull.has-background{margin-bottom:0}.entry-content>*.alignfull+.alignleft,.entry-content>*.alignfull+.alignright{margin-top:var(--global--spacing-vertical)}html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,form,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{padding:0;margin:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}html{box-sizing:border-box;font-family:var(--global--font-secondary);line-height:var(--global--line-height-body)}*,*::before,*::after{box-sizing:inherit}body{font-size:var(--global--font-size-base);font-weight:400;color:var(--global--color-primary);text-align:left;background-color:var(--global--color-background)}button{cursor:pointer}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}blockquote{padding:0;position:relative;margin:var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal)}blockquote>*{margin-top:var(--global--spacing-unit);margin-bottom:var(--global--spacing-unit)}blockquote>*:first-child{margin-top:0}blockquote>*:last-child{margin-bottom:0}blockquote p{letter-spacing:var(--heading--letter-spacing-h4);font-family:var(--quote--font-family);font-size:var(--quote--font-size);font-style:var(--quote--font-style);font-weight:var(--quote--font-weight);line-height:var(--quote--line-height)}blockquote cite,blockquote footer{font-weight:400;color:var(--global--color-primary);letter-spacing:var(--global--letter-spacing)}blockquote.alignleft,blockquote.alignright{padding-left:inherit}blockquote.alignleft p,blockquote.alignright p{font-size:var(--heading--font-size-h5);max-width:inherit;width:inherit}blockquote.alignleft cite,blockquote.alignleft footer,blockquote.alignright cite,blockquote.alignright footer{font-size:var(--global--font-size-xs);letter-spacing:var(--global--letter-spacing)}blockquote strong{font-weight:var(--quote--font-weight-strong)}blockquote:before{content:"“";position:absolute;left:calc(-0.5 * var(--global--spacing-horizontal))}blockquote .wp-block-quote__citation,blockquote cite,blockquote footer{color:var(--global--color-primary);font-style:var(--quote--font-style-cite)}@media only screen and (max-width:481.98px){blockquote{padding-left:calc(0.5 * var(--global--spacing-horizontal))}blockquote:before{left:0}}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],.site textarea{border:var(--form--border-width) solid var(--form--border-color);border-radius:var(--form--border-radius);color:var(--form--color-text);line-height:var(--global--line-height-body);padding:var(--form--spacing-unit);margin:0 2px;max-width:100%}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,.site textarea:focus{color:var(--form--color-text);outline-offset:2px;outline:2px dotted var(--form--border-color)}input[type=text]:disabled,input[type=email]:disabled,input[type=url]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=number]:disabled,input[type=tel]:disabled,input[type=date]:disabled,input[type=month]:disabled,input[type=week]:disabled,input[type=time]:disabled,input[type=datetime]:disabled,input[type=datetime-local]:disabled,input[type=color]:disabled,.site textarea:disabled{opacity:.7}.is-dark-theme input[type=text],.is-dark-theme input[type=email],.is-dark-theme input[type=url],.is-dark-theme input[type=password],.is-dark-theme input[type=search],.is-dark-theme input[type=number],.is-dark-theme input[type=tel],.is-dark-theme input[type=date],.is-dark-theme input[type=month],.is-dark-theme input[type=week],.is-dark-theme input[type=time],.is-dark-theme input[type=datetime],.is-dark-theme input[type=datetime-local],.is-dark-theme input[type=color],.is-dark-theme .site textarea{background:var(--global--color-white-90)}input[type=search]:focus{outline-offset:-7px}.is-dark-theme input[type=search]:focus{outline-color:var(--global--color-background)}input[type=color]{padding:calc(var(--form--spacing-unit) / 2);height:calc(4 * var(--form--spacing-unit))}input[type=email],input[type=url]{direction:ltr}select{border:var(--form--border-width) solid var(--form--border-color);color:var(--form--color-text);-moz-appearance:none;-webkit-appearance:none;appearance:none;line-height:var(--global--line-height-body);padding:var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);background:var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;background-position:right var(--form--spacing-unit) top 60%}select:focus{outline-offset:2px;outline:2px dotted var(--form--border-color)}.is-dark-theme select{background:var(--global--color-white-90) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;background-position:right var(--form--spacing-unit) top 60%}textarea{width:100%}label{font-size:var(--form--font-size);font-weight:var(--form--label-weight);margin-bottom:calc(var(--global--spacing-vertical) / 3)}@supports (-webkit-appearance:none) or (-moz-appearance:none){input[type=checkbox],input[type=radio]{-webkit-appearance:none;-moz-appearance:none;position:relative;width:25px;height:25px;border:var(--form--border-width) solid var(--form--border-color);background:var(--global--color-white)}input[type=checkbox]:disabled,input[type=radio]:disabled{opacity:.7}.is-dark-theme input[type=checkbox],.is-dark-theme input[type=radio]{background:var(--global--color-white-90)}input[type=checkbox]:focus{outline-offset:2px;outline:2px dotted var(--form--border-color)}input[type=checkbox]:after{content:"";opacity:0;display:block;left:5px;top:2px;position:absolute;width:7px;height:13px;border:3px solid var(--form--color-text);border-top:0;border-left:0;transform:rotate(30deg)}input[type=checkbox]:checked{color:var(--form--color-text)}input[type=checkbox]:checked:after{opacity:1}input[type=radio]{border-radius:50%}input[type=radio]:focus{outline-offset:2px;outline:2px dotted var(--form--border-color)}input[type=radio]:after{content:"";opacity:0;display:block;left:3px;top:3px;position:absolute;width:11px;height:11px;border-radius:50%;background:var(--form--color-text)}input[type=radio]:checked{border:4px solid var(--form--border-color)}input[type=radio]:checked:after{opacity:1}input[type=radio]:checked:focus{outline-offset:4px;outline:2px dotted var(--form--border-color)}}input[type=checkbox]+label,input[type=radio]+label{display:inline-block;padding-left:10px;font-size:var(--global--font-size-xs);vertical-align:top}@supports (-webkit-appearance:none) or (-moz-appearance:none){input[type=range]{-webkit-appearance:none;width:100%;height:6px;background:var(--form--color-ranged);border-radius:6px;outline-offset:10px}input[type=range]:disabled{opacity:.7}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:3px solid var(--form--color-ranged);height:44px;width:44px;border-radius:50%;background:var(--global--color-background);cursor:pointer}input[type=range]::-moz-range-thumb{border:3px solid var(--form--color-ranged);height:44px;width:44px;border-radius:50%;background:var(--global--color-background);cursor:pointer;box-sizing:border-box}}input[type=range]::-ms-track{width:100%;height:6px;border-radius:6px;border-width:19px 0;border-color:var(--global--color-background);background:#fff0;color:#fff0;cursor:pointer}input[type=range]::-ms-fill-upper{background:var(--form--color-ranged);border-radius:6px}input[type=range]::-ms-fill-lower{background:var(--form--color-ranged);border-radius:6px}input[type=range]::-ms-thumb{border:3px solid var(--form--color-ranged);height:44px;width:44px;border-radius:50%;background:var(--global--color-background);cursor:pointer}fieldset{display:grid;border-color:var(--global--color-secondary);padding:var(--global--spacing-horizontal)}fieldset legend{font-size:var(--global--font-size-lg)}fieldset input[type=submit]{max-width:max-content}fieldset input:not([type=submit]){margin-bottom:var(--global--spacing-unit)}fieldset input[type=radio],fieldset input[type=checkbox]{margin-bottom:0}fieldset input[type=radio]+label,fieldset input[type=checkbox]+label{font-size:var(--form--font-size);padding-left:0;margin-bottom:var(--global--spacing-unit)}::-moz-placeholder{opacity:1}.post-password-message{font-size:var(--global--font-size-lg)}.post-password-form{display:flex;flex-wrap:wrap}.post-password-form__label{width:100%;margin-bottom:0}.post-password-form input[type=password]{flex-grow:1;margin-top:calc(var(--global--spacing-vertical) / 3);margin-right:calc(0.66 * var(--global--spacing-horizontal))}.post-password-form__submit{margin-top:calc(var(--global--spacing-vertical) / 3)}@media only screen and (min-width:592px){.post-password-form__submit{margin-left:calc(0.4 * var(--global--spacing-horizontal))}}img{height:auto;max-width:100%;vertical-align:middle}.entry-content img{max-width:100%}embed,iframe,object,video{max-width:100%}figcaption,.wp-caption,.wp-caption-text,.wp-block-embed figcaption{color:currentColor;font-size:var(--global--font-size-xs);line-height:var(--global--line-height-body);margin-top:calc(0.5 * var(--global--spacing-unit));margin-bottom:var(--global--spacing-unit);text-align:center}.alignleft figcaption,.alignright figcaption,.alignleft .wp-caption,.alignright .wp-caption,.alignleft .wp-caption-text,.alignright .wp-caption-text,.alignleft .wp-block-embed figcaption,.alignright .wp-block-embed figcaption{margin-bottom:0}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}b,strong{font-weight:700}dfn,cite,em,i{font-style:italic}pre{white-space:pre;overflow-x:auto}.entry-content>code{display:block}a{cursor:pointer;color:var(--wp--style--color--link,var(--global--color-primary));text-underline-offset:3px;text-decoration-skip-ink:all}a:hover{text-decoration-style:dotted;text-decoration-skip-ink:none}.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){outline:2px solid #fff0;text-decoration:underline 1px dotted currentColor;text-decoration-skip-ink:none;background:rgb(255 255 255 / .9)}.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:var(--global--color-black);color:var(--global--color-white);text-decoration:none}.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav{color:var(--wp--style--color--link,var(--global--color-white))}.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:rgb(0 0 0 / .9);color:var(--wp--style--color--link,var(--global--color-white))}.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav{color:var(--wp--style--color--link,var(--global--color-white))}.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link{outline:2px solid #fff0;outline-offset:-2px}.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus{color:#21759b;background-color:#f1f1f1}.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link{background:none}.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img{outline:2px dotted var(--wp--style--color--link,var(--global--color-primary))}.has-background .has-link-color a,.has-background.has-link-color a{color:var(--wp--style--color--link,var(--global--color-primary))}.wp-block-audio audio:focus{outline-offset:5px;outline:2px solid var(--global--color-primary)}.site .button,button,input[type=submit],input[type=reset],.wp-block-search .wp-block-search__button,.wp-block-button .wp-block-button__link,.wp-block-file a.wp-block-file__button{border:var(--button--border-width) solid #fff0;border-radius:var(--button--border-radius);cursor:pointer;font-weight:var(--button--font-weight);font-family:var(--button--font-family);font-size:var(--button--font-size);line-height:var(--button--line-height);padding:var(--button--padding-vertical) var(--button--padding-horizontal);text-decoration:none}.site .button:not(:hover):not(:active):not(.has-text-color),button:not(:hover):not(:active):not(.has-text-color),input[type=submit]:not(:hover):not(:active):not(.has-text-color),input[type=reset]:not(:hover):not(:active):not(.has-text-color),.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color){color:var(--global--color-background)}.has-background .site .button:not(:hover):not(:active):not(.has-text-color),.has-background button:not(:hover):not(:active):not(.has-text-color),.has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color),.has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color),.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color){color:var(--local--color-background,var(--global--color-primary))}.has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background,.has-background button:not(:hover):not(:active):not(.has-text-color).has-background,.has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color).has-background,.has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color).has-background,.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background,.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background,.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color).has-background{color:var(--global--color-primary)}.site .button:not(:hover):not(:active):not(.has-background),button:not(:hover):not(:active):not(.has-background),input[type=submit]:not(:hover):not(:active):not(.has-background),input[type=reset]:not(:hover):not(:active):not(.has-background),.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background){background-color:var(--global--color-primary)}.has-background .site .button:not(:hover):not(:active):not(.has-background),.has-background button:not(:hover):not(:active):not(.has-background),.has-background input[type=submit]:not(:hover):not(:active):not(.has-background),.has-background input[type=reset]:not(:hover):not(:active):not(.has-background),.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background){background-color:var(--local--color-primary,var(--global--color-primary))}.site .button:hover,.site .button:active,button:hover,button:active,input[type=submit]:hover,input[type=submit]:active,input[type=reset]:hover,input[type=reset]:active,.wp-block-search .wp-block-search__button:hover,.wp-block-search .wp-block-search__button:active,.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:active,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:active{background-color:#fff0;border-color:currentColor;color:inherit}.site .button:focus,button:focus,input[type=submit]:focus,input[type=reset]:focus,.wp-block-search .wp-block-search__button:focus,.wp-block-button .wp-block-button__link:focus,.wp-block-file a.wp-block-file__button:focus{outline-offset:-6px;outline:2px dotted currentColor}.site .button:disabled,button:disabled,input[type=submit]:disabled,input[type=reset]:disabled,.wp-block-search .wp-block-search__button:disabled,.wp-block-button .wp-block-button__link:disabled,.wp-block-file a.wp-block-file__button:disabled{background-color:var(--global--color-white-50);border-color:var(--global--color-white-50);color:var(--button--color-text-active)}.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color){color:var(--global--color-background)}.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color){color:var(--local--color-background,var(--global--color-background))}.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background{color:var(--global--color-primary)}.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background){background-color:var(--global--color-primary)}.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background){background-color:var(--local--color-primary,var(--global--color-primary))}.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,.wp-block-button:not(.is-style-outline) .wp-block-button__link:active{border-color:currentColor!important;background-color:transparent!important;color:inherit!important}.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background),.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background{border-color:currentColor}.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color){color:var(--global--color-primary)}.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color){color:var(--local--color-primary,var(--global--color-primary))}.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background:not(.has-text-color){color:inherit}.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background){background-color:#fff0}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:active{border-color:transparent!important;background-color:var(--global--color-primary)!important;color:var(--global--color-background)!important}.has-background .wp-block-button.is-style-outline .wp-block-button__link:hover,.has-background .wp-block-button.is-style-outline .wp-block-button__link:active{background-color:var(--local--color-primary,var(--global--color-primary))!important;color:var(--local--color-background,var(--global--color-background))!important}.has-text-color .wp-block-button.is-style-outline .wp-block-button__link:hover,.has-text-color .wp-block-button.is-style-outline .wp-block-button__link:active{color:var(--local--color-background,var(--global--color-background))!important}.wp-block-button .is-style-squared .wp-block-button__link{border-radius:0}.is-style-outline .wp-block-button__link[style*=radius]:focus,.wp-block-button a.wp-block-button__link[style*=radius]:focus{outline-offset:2px;outline:2px dotted var(--button--color-background)}.wp-block-code{border-color:var(--global--color-border);border-radius:0;border-style:solid;border-width:.1rem;padding:var(--global--spacing-unit)}.wp-block-code code{color:var(--global--color-primary);white-space:pre;overflow-x:auto;display:block}.wp-block-columns:not(.alignwide):not(.alignfull){clear:both}.wp-block-columns .wp-block-column>*{margin-top:calc(0.66 * var(--global--spacing-vertical));margin-bottom:calc(0.66 * var(--global--spacing-vertical))}@media only screen and (min-width:482px){.wp-block-columns .wp-block-column>*{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}}.wp-block-columns .wp-block-column>*:first-child{margin-top:0}.wp-block-columns .wp-block-column>*:last-child{margin-bottom:0}.wp-block-columns .wp-block-column:last-child{margin-bottom:0}.wp-block-columns .wp-block-column:not(:last-child){margin-bottom:calc(0.66 * var(--global--spacing-vertical))}@media only screen and (min-width:482px){.wp-block-columns .wp-block-column:not(:last-child){margin-bottom:var(--global--spacing-vertical)}}@media only screen and (min-width:822px){.wp-block-columns .wp-block-column:not(:last-child){margin-bottom:0}}.wp-block-columns.is-style-twentytwentyone-columns-overlap{justify-content:space-around}@media only screen and (min-width:652px){.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n){margin-left:calc(-2 * var(--global--spacing-horizontal));margin-top:calc(2.5 * var(--global--spacing-horizontal));z-index:2}.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>p:not(.has-background),.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h1:not(.has-background),.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h2:not(.has-background),.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h3:not(.has-background),.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h4:not(.has-background),.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h5:not(.has-background),.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h6:not(.has-background),.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>ul:not(.has-background),.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>ol:not(.has-background),.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>pre:not(.has-background){background-color:var(--global--color-background);padding:var(--global--spacing-unit)}.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>ul:not(.has-background),.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>ol:not(.has-background){padding-left:calc(2 * var(--global--spacing-horizontal))}.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center{margin-top:0}}.wp-block-columns.alignfull .wp-block-column p:not(.has-background),.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),.wp-block-columns.alignfull .wp-block-column h6:not(.has-background){padding-left:var(--global--spacing-unit);padding-right:var(--global--spacing-unit)}.wp-block-cover,.wp-block-cover-image{background-color:var(--cover--color-background);min-height:var(--cover--height);margin-top:inherit;margin-bottom:inherit}.wp-block-cover:not(.alignwide):not(.alignfull),.wp-block-cover-image:not(.alignwide):not(.alignfull){clear:both}.wp-block-cover.alignfull,.wp-block-cover-image.alignfull{margin-top:0;margin-bottom:0}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text{color:currentColor;margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button){color:currentColor}.wp-block-cover .wp-block-cover__inner-container .has-link-color a,.wp-block-cover .wp-block-cover-image-text .has-link-color a,.wp-block-cover .wp-block-cover-text .has-link-color a,.wp-block-cover-image .wp-block-cover__inner-container .has-link-color a,.wp-block-cover-image .wp-block-cover-image-text .has-link-color a,.wp-block-cover-image .wp-block-cover-text .has-link-color a{color:var(--wp--style--color--link,var(--global--color-primary))}.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text{color:var(--cover--color-foreground)}.wp-block-cover h2,.wp-block-cover-image h2{font-size:var(--heading--font-size-h2);letter-spacing:var(--heading--letter-spacing-h2);line-height:var(--heading--line-height-h2);max-width:inherit;text-align:inherit;padding:0}.wp-block-cover h2.has-text-align-left,.wp-block-cover-image h2.has-text-align-left{text-align:left}.wp-block-cover h2.has-text-align-center,.wp-block-cover-image h2.has-text-align-center{text-align:center}.wp-block-cover h2.has-text-align-right,.wp-block-cover-image h2.has-text-align-right{text-align:right}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{width:calc(100% - 2 * var(--global--spacing-vertical))}.wp-block-cover .wp-block-cover__inner-container>*,.wp-block-cover-image .wp-block-cover__inner-container>*{margin-top:calc(0.666 * var(--global--spacing-vertical));margin-bottom:calc(0.666 * var(--global--spacing-vertical))}@media only screen and (min-width:482px){.wp-block-cover .wp-block-cover__inner-container>*,.wp-block-cover-image .wp-block-cover__inner-container>*{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}}.wp-block-cover .wp-block-cover__inner-container>*:first-child,.wp-block-cover-image .wp-block-cover__inner-container>*:first-child{margin-top:0}.wp-block-cover .wp-block-cover__inner-container>*:last-child,.wp-block-cover-image .wp-block-cover__inner-container>*:last-child{margin-bottom:0}.wp-block-cover.alignleft,.wp-block-cover.alignright,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright{margin-top:0}.wp-block-cover.alignleft>*,.wp-block-cover.alignright>*,.wp-block-cover-image.alignleft>*,.wp-block-cover-image.alignright>*{margin-top:calc(2 * var(--global--spacing-vertical));margin-bottom:calc(2 * var(--global--spacing-vertical));padding-left:var(--global--spacing-horizontal);padding-right:var(--global--spacing-horizontal);width:100%}.wp-block-cover.has-left-content,.wp-block-cover.has-right-content,.wp-block-cover-image.has-left-content,.wp-block-cover-image.has-right-content{justify-content:center}.wp-block-cover.is-style-twentytwentyone-border,.wp-block-cover-image.is-style-twentytwentyone-border{border:calc(3 * var(--separator--height)) solid var(--global--color-border)}.wp-block-cover[class*=-background-color][class] .wp-block-cover__inner-container,.wp-block-cover-image[class*=-background-color][class] .wp-block-cover__inner-container{background-color:unset}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover{opacity:inherit}.wp-block-file a.wp-block-file__button{display:inline-block}.wp-block-gallery{margin:0 auto}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - var(--global--spacing-unit)) / 2)}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{margin:0;color:var(--global--color-white);font-size:var(--global--font-size-xs)}.wp-block-gallery .blocks-gallery-image figcaption a,.wp-block-gallery .blocks-gallery-item figcaption a{color:var(--global--color-white)}.wp-block-gallery .blocks-gallery-image figcaption a:focus,.wp-block-gallery .blocks-gallery-item figcaption a:focus{background-color:#fff0;outline:2px solid var(--wp--style--color--link,var(--global--color-primary));text-decoration:none}.wp-block-gallery .blocks-gallery-image a:focus img,.wp-block-gallery .blocks-gallery-item a:focus img{outline-offset:2px}.wp-block-group{display:flow-root}.wp-block-group .wp-block-group__inner-container{margin-left:auto;margin-right:auto}.wp-block-group .wp-block-group__inner-container>*{margin-top:calc(0.666 * var(--global--spacing-vertical));margin-bottom:calc(0.666 * var(--global--spacing-vertical))}@media only screen and (min-width:482px){.wp-block-group .wp-block-group__inner-container>*{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}}.wp-block-group .wp-block-group__inner-container>*:first-child{margin-top:0}.wp-block-group .wp-block-group__inner-container>*:last-child{margin-bottom:0}.wp-block-group.has-background{padding:calc(0.666 * var(--global--spacing-vertical))}@media only screen and (min-width:482px){.wp-block-group.has-background{padding:var(--global--spacing-vertical)}}.wp-block-group.is-style-twentytwentyone-border{border:calc(3 * var(--separator--height)) solid var(--global--color-border);padding:var(--global--spacing-vertical)}.wp-block-group.has-background .wp-block-group__inner-container>.alignfull,.wp-block-group.has-background .wp-block-group__inner-container>hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull,.wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container>.alignfull,.wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container>hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull{max-width:calc(var(--responsive--alignfull-width) + 2 * var(--global--spacing-vertical));width:calc(var(--responsive--alignfull-width) + 2 * var(--global--spacing-vertical));margin-left:calc(-1 * var(--global--spacing-vertical))}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{clear:both;font-family:var(--heading--font-family);font-weight:var(--heading--font-weight)}h1 strong,.h1 strong,h2 strong,.h2 strong,h3 strong,.h3 strong,h4 strong,.h4 strong,h5 strong,.h5 strong,h6 strong,.h6 strong{font-weight:var(--heading--font-weight-strong)}h1,.h1{font-size:var(--heading--font-size-h1);letter-spacing:var(--heading--letter-spacing-h1);line-height:var(--heading--line-height-h1)}h2,.h2{font-size:var(--heading--font-size-h2);letter-spacing:var(--heading--letter-spacing-h2);line-height:var(--heading--line-height-h2)}h3,.h3{font-size:var(--heading--font-size-h3);letter-spacing:var(--heading--letter-spacing-h3);line-height:var(--heading--line-height-h3)}h4,.h4{font-size:var(--heading--font-size-h4);font-weight:var(--heading--font-weight-strong);letter-spacing:var(--heading--letter-spacing-h4);line-height:var(--heading--line-height-h4)}h5,.h5{font-size:var(--heading--font-size-h5);font-weight:var(--heading--font-weight-strong);letter-spacing:var(--heading--letter-spacing-h5);line-height:var(--heading--line-height-h5)}h6,.h6{font-size:var(--heading--font-size-h6);font-weight:var(--heading--font-weight-strong);letter-spacing:var(--heading--letter-spacing-h6);line-height:var(--heading--line-height-h6)}.wp-block-image{text-align:center}.wp-block-image figcaption{color:var(--global--color-primary);font-size:var(--global--font-size-xs);line-height:var(--global--line-height-body);margin-top:calc(0.5 * var(--global--spacing-unit));margin-bottom:var(--global--spacing-unit);text-align:center}.wp-block-image .alignright{margin-left:var(--global--spacing-horizontal);margin-right:0}.wp-block-image .alignleft{margin-right:var(--global--spacing-horizontal);margin-left:0}.wp-block-image a:focus img{outline-offset:2px}.entry-content>*[class=wp-block-image],.entry-content [class*=inner-container]>*[class=wp-block-image]{margin-top:0;margin-bottom:0}.entry-content>*[class=wp-block-image]+*,.entry-content [class*=inner-container]>*[class=wp-block-image]+*{margin-top:0}.wp-block-image.is-style-twentytwentyone-border img,.wp-block-image.is-style-twentytwentyone-image-frame img{border:calc(3 * var(--separator--height)) solid var(--global--color-border)}.wp-block-image.is-style-twentytwentyone-image-frame img{padding:var(--global--spacing-unit)}@media only screen and (min-width:482px){.entry-content>.wp-block-image>.alignleft,.entry-content>.wp-block-image>.alignright{max-width:50%}}@media only screen and (max-width:481.98px){.entry-content>.wp-block-image>.alignleft,.entry-content>.wp-block-image>.alignright{margin-left:0;margin-right:0}.entry-content>.wp-block-image>.alignleft:after,.entry-content>.wp-block-image>.alignright:after{content:"";display:block;height:1px;width:1em;float:right}.entry-content>.wp-block-image>.alignright:after{float:left}}.wp-block-latest-comments{padding-left:0}.wp-block-latest-comments:where(:not([class*=-font-size]):not([style*=font-size])) .wp-block-latest-comments__comment{font-size:var(--global--font-size-sm)}.wp-block-latest-comments .wp-block-latest-comments__comment{line-height:var(--global--line-height-body);margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}.wp-block-latest-comments .wp-block-latest-comments__comment:first-child{margin-top:0}.wp-block-latest-comments .wp-block-latest-comments__comment:last-child{margin-bottom:0}.wp-block-latest-comments .wp-block-latest-comments__comment-meta{font-family:var(--heading--font-family)}.wp-block-latest-comments .wp-block-latest-comments__comment-date{color:inherit;font-size:inherit}.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p{font-size:inherit;line-height:var(--global--line-height-body);margin:0}.wp-block-latest-posts{padding-left:0}.wp-block-latest-posts:not(.is-grid)>li{margin-top:calc(1.666 * var(--global--spacing-vertical));margin-bottom:calc(1.666 * var(--global--spacing-vertical))}.wp-block-latest-posts:not(.is-grid)>li:first-child{margin-top:0}.wp-block-latest-posts:not(.is-grid)>li:last-child{margin-bottom:0}.widget-area .wp-block-latest-posts:not(.is-grid)>li{margin-top:0;margin-bottom:0}.wp-block-latest-posts.is-grid{word-wrap:break-word;word-break:break-word}.wp-block-latest-posts.is-grid>li{margin-bottom:var(--global--spacing-vertical)}.wp-block-latest-posts.is-grid>li:last-child{margin-bottom:0}.wp-block-latest-posts.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1),.wp-block-latest-posts.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1)~li,.wp-block-latest-posts.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1),.wp-block-latest-posts.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1)~li,.wp-block-latest-posts.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1),.wp-block-latest-posts.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1)~li,.wp-block-latest-posts.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1),.wp-block-latest-posts.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1)~li,.wp-block-latest-posts.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1),.wp-block-latest-posts.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1)~li{margin-bottom:0}.wp-block-latest-posts>li>*{margin-top:calc(0.333 * var(--global--spacing-vertical));margin-bottom:calc(0.333 * var(--global--spacing-vertical))}.wp-block-latest-posts>li>*:first-child{margin-top:0}.wp-block-latest-posts>li>*:last-child{margin-bottom:0}.wp-block-latest-posts>li>a{display:inline-block;font-family:var(--latest-posts--title-font-family);font-size:var(--latest-posts--title-font-size);font-weight:var(--heading--font-weight);line-height:var(--global--line-height-heading);margin-bottom:calc(0.333 * var(--global--spacing-vertical))}.widget-area .wp-block-latest-posts>li>a{font-size:var(--global--font-size-sm);margin-bottom:0}.wp-block-latest-posts .wp-block-latest-posts__post-author{color:var(--global--color-primary);font-size:var(--global--font-size-md);line-height:var(--global--line-height-body)}.wp-block-latest-posts .wp-block-latest-posts__post-date{color:var(--global--color-primary);font-size:var(--global--font-size-xs);line-height:var(--global--line-height-body)}[class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date,.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date{color:currentColor}.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,.wp-block-latest-posts .wp-block-latest-posts__post-full-content{font-family:var(--latest-posts--description-font-family);font-size:var(--latest-posts--description-font-size);line-height:var(--global--line-height-body);margin-top:calc(0.666 * var(--global--spacing-vertical))}.wp-block-latest-posts.alignfull{padding-left:var(--global--spacing-unit);padding-right:var(--global--spacing-unit)}.entry-content [class*=inner-container] .wp-block-latest-posts.alignfull,.entry-content .has-background .wp-block-latest-posts.alignfull{padding-left:0;padding-right:0}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers{border-top:calc(3 * var(--separator--height)) solid var(--global--color-border);border-bottom:calc(3 * var(--separator--height)) solid var(--global--color-border)}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid)>li,.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers>li{padding-bottom:var(--global--spacing-vertical);border-bottom:var(--separator--height) solid var(--global--color-border);margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid)>li:last-child,.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers>li:last-child{padding-bottom:0;border-bottom:none}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid{box-shadow:inset 0 -1px 0 0 var(--global--color-border);border-bottom:calc(2 * var(--separator--height)) solid var(--global--color-border)}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li{margin:0;padding-top:var(--global--spacing-vertical);padding-right:var(--global--spacing-horizontal)}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child{padding-bottom:var(--global--spacing-vertical)}@media screen and (min-width:600px){.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li{width:calc(100% / 2)}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li{width:calc(100% / 3)}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li{width:calc(100% / 4)}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li{width:calc(100% / 5)}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li{width:calc(100% / 6)}}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li{border:calc(3 * var(--separator--height)) solid var(--global--color-border);padding:var(--global--spacing-vertical) var(--global--spacing-horizontal)}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child{padding-bottom:var(--global--spacing-vertical)}.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li{margin-top:var(--global--spacing-horizontal);margin-bottom:var(--global--spacing-horizontal)}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-item a{display:block}.gallery-item a:focus img{outline-offset:-2px}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}figure.wp-caption a:focus img{outline-offset:2px}ul,ol{font-family:var(--list--font-family);margin:0;padding-left:calc(2 * var(--global--spacing-horizontal))}ul.aligncenter,ol.aligncenter{list-style-position:inside;padding:0}ul.alignright,ol.alignright{list-style-position:inside;text-align:right;padding:0}ul{list-style-type:disc}ul ul{list-style-type:circle}ol{list-style-type:decimal}ol ul{list-style-type:circle}dt{font-family:var(--definition-term--font-family);font-weight:700}dd{margin:0;padding-left:calc(2 * var(--global--spacing-horizontal))}.wp-block-media-text.alignfull{margin-top:0;margin-bottom:0}.wp-block-media-text a:focus img{outline-offset:-1px}.wp-block-media-text .wp-block-media-text__content{padding:var(--global--spacing-horizontal)}@media only screen and (min-width:592px){.wp-block-media-text .wp-block-media-text__content{padding:var(--global--spacing-vertical)}}.wp-block-media-text .wp-block-media-text__content>*{margin-top:calc(0.666 * var(--global--spacing-vertical));margin-bottom:calc(0.666 * var(--global--spacing-vertical))}@media only screen and (min-width:482px){.wp-block-media-text .wp-block-media-text__content>*{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}}.wp-block-media-text .wp-block-media-text__content>*:first-child{margin-top:0}.wp-block-media-text .wp-block-media-text__content>*:last-child{margin-bottom:0}@media only screen and (min-width:482px){.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{padding-top:var(--global--spacing-vertical);padding-bottom:var(--global--spacing-vertical)}}.wp-block-media-text.is-style-twentytwentyone-border{border:calc(3 * var(--separator--height)) solid var(--global--color-border)}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label{font-family:var(--primary-nav--font-family);font-size:var(--primary-nav--font-size);font-weight:var(--primary-nav--font-weight)}.wp-block-navigation .wp-block-navigation-link__submenu-icon{padding:0}.wp-block-navigation>.wp-block-navigation__container .has-child .wp-block-navigation-link{display:inherit}.wp-block-navigation>.wp-block-navigation__container .has-child .wp-block-navigation__container{border:none;left:0;min-width:max-content;opacity:0;padding:0;position:inherit;top:inherit}.wp-block-navigation>.wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon{display:none}.wp-block-navigation>.wp-block-navigation__container>.has-child>.wp-block-navigation__container{background:var(--global--color-background);margin:0;padding:0;position:absolute;top:100%;border:1px solid var(--primary-nav--border-color)}.wp-block-navigation>.wp-block-navigation__container>.has-child>.wp-block-navigation__container:before,.wp-block-navigation>.wp-block-navigation__container>.has-child>.wp-block-navigation__container:after{content:"";display:block;position:absolute;width:0;top:-10px;left:var(--global--spacing-horizontal);border-style:solid;border-color:var(--primary-nav--border-color) #fff0;border-width:0 7px 10px}.wp-block-navigation>.wp-block-navigation__container>.has-child>.wp-block-navigation__container:after{top:-9px;border-color:var(--global--color-background) #fff0}.wp-block-navigation:not(.has-background) .wp-block-navigation__container{background:var(--global--color-background)}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{background:var(--global--color-background)}.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link>a:hover,.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link>a:focus{color:var(--primary-nav--color-link-hover)}.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link>a:hover{text-decoration:underline;text-decoration-style:dotted}.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content{color:currentColor}p{line-height:var(--wp--typography--line-height,var(--global--line-height-body))}p.has-background{padding:var(--global--spacing-unit)}p.has-text-color a{color:var(--wp--style--color--link,var(--global--color-primary))}pre.wp-block-preformatted{overflow-x:auto;white-space:pre}.wp-block-pullquote{padding:calc(2 * var(--global--spacing-unit)) 0;text-align:center;border-width:var(--pullquote--border-width);border-bottom-style:solid;border-top-style:solid;color:currentColor;border-color:currentColor;position:relative;font-size:var(--pullquote--font-size);font-style:var(--pullquote--font-style);font-weight:700;letter-spacing:var(--pullquote--letter-spacing)}.wp-block-pullquote blockquote::before{color:currentColor;content:"“";display:block;position:relative;left:0;font-size:3rem;font-weight:500;line-height:1}.wp-block-pullquote p{font-family:var(--pullquote--font-family);font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0}.wp-block-pullquote:where(:not([style*=line-height])) p{line-height:var(--pullquote--line-height)}.wp-block-pullquote a{color:currentColor}.wp-block-pullquote .wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;display:block;font-size:var(--global--font-size-xs);font-style:var(--pullquote--font-style);text-transform:none}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote:before,.wp-block-pullquote.alignleft:not(.is-style-solid-color) cite{text-align:center}.wp-block-pullquote.alignwide>p,.wp-block-pullquote.alignwide blockquote{max-width:var(--responsive--alignwide-width)}.wp-block-pullquote.alignfull:not(.is-style-solid-color)>p,.wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote{padding:0 calc(2 * var(--global--spacing-unit))}.wp-block-pullquote.is-style-solid-color{color:var(--pullquote--color-foreground);padding:calc(2.5 * var(--global--spacing-unit));border-width:var(--pullquote--border-width);border-style:solid;border-color:var(--pullquote--border-color)}@media (min-width:600px){.wp-block-pullquote.is-style-solid-color{padding:calc(5 * var(--global--spacing-unit))}}.wp-block-pullquote.is-style-solid-color blockquote::before{text-align:left}.wp-block-pullquote.is-style-solid-color blockquote{margin:0;max-width:inherit}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:var(--pullquote--font-size)}.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,.wp-block-pullquote.is-style-solid-color cite,.wp-block-pullquote.is-style-solid-color footer{color:currentColor}.wp-block-pullquote.is-style-solid-color.alignleft,.wp-block-pullquote.is-style-solid-color.alignright{padding:var(--global--spacing-unit)}.wp-block-pullquote.is-style-solid-color.alignleft blockquote,.wp-block-pullquote.is-style-solid-color.alignright blockquote{max-width:initial}.wp-block-query.has-background{padding:calc(0.666 * var(--global--spacing-vertical))}@media only screen and (min-width:482px){.wp-block-query.has-background{padding:var(--global--spacing-vertical)}}.wp-block-quote{border-left:none;font-family:var(--quote--font-family);font-size:var(--quote--font-size);font-style:var(--quote--font-style);font-weight:var(--quote--font-weight);line-height:var(--quote--line-height)}.wp-block-quote p{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}.wp-block-quote:before{content:"“";left:8px}.wp-block-quote .wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{font-family:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}.has-background .wp-block-quote .wp-block-quote__citation,[class*=background-color] .wp-block-quote .wp-block-quote__citation,[style*=background-color] .wp-block-quote .wp-block-quote__citation,.wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation,.has-background .wp-block-quote cite,[class*=background-color] .wp-block-quote cite,[style*=background-color] .wp-block-quote cite,.wp-block-cover[style*=background-image] .wp-block-quote cite,.has-background .wp-block-quote footer,[class*=background-color] .wp-block-quote footer,[style*=background-color] .wp-block-quote footer,.wp-block-cover[style*=background-image] .wp-block-quote footer{color:currentColor}.wp-block-quote:where(:not([style*=font-style])) .wp-block-quote__citation,.wp-block-quote:where(:not([style*=font-style])) cite,.wp-block-quote:where(:not([style*=font-style])) footer{font-style:var(--quote--font-style-cite)}.wp-block-quote:where(:not([style*=font-weight])) .wp-block-quote__citation,.wp-block-quote:where(:not([style*=font-weight])) cite,.wp-block-quote:where(:not([style*=font-weight])) footer{font-weight:400}.wp-block-quote.has-text-align-right{margin:var(--global--spacing-vertical) var(--global--spacing-horizontal) var(--global--spacing-vertical) auto;padding-right:0;border-right:none}.wp-block-quote.has-text-align-right:before{display:none}.wp-block-quote.has-text-align-right p:before{content:"”";margin-right:5px}.wp-block-quote.has-text-align-center{margin:var(--global--spacing-vertical) auto}.wp-block-quote.has-text-align-center:before{display:none}.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding-left:0;padding-right:0;margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:var(--quote--font-size-large);font-style:var(--quote--font-style-large);line-height:var(--quote--line-height-large)}.wp-block-quote.is-large:before,.wp-block-quote.is-style-large:before{font-size:var(--quote--font-size-large);line-height:var(--quote--line-height-large);left:calc(-1 * var(--global--spacing-horizontal))}.wp-block-quote.is-large.has-text-align-right:before,.wp-block-quote.is-style-large.has-text-align-right:before{display:none}.wp-block-quote.is-large.has-text-align-right p:before,.wp-block-quote.is-style-large.has-text-align-right p:before{content:"”";font-size:var(--quote--font-size-large);font-weight:400;line-height:var(--quote--line-height-large);margin-right:10px}.wp-block-quote.is-large .wp-block-quote__citation,.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large .wp-block-quote__citation,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{color:var(--global--color-primary);font-size:var(--global--font-size-sm)}@media only screen and (max-width:481.98px){.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding-left:var(--global--spacing-horizontal)}.wp-block-quote.is-large:before,.wp-block-quote.is-style-large:before{left:0}.wp-block-quote.is-large.has-text-align-right,.wp-block-quote.is-style-large.has-text-align-right{padding-left:0;padding-right:var(--global--spacing-horizontal)}.wp-block-quote.is-large.has-text-align-right:before,.wp-block-quote.is-style-large.has-text-align-right:before{right:0}.wp-block-quote.is-large.has-text-align-center,.wp-block-quote.is-style-large.has-text-align-center{padding-left:0;padding-right:0}}@media only screen and (max-width:481.98px){.wp-block-quote.has-text-align-right{padding-left:0;padding-right:calc(0.5 * var(--global--spacing-horizontal))}.wp-block-quote.has-text-align-right:before{right:0}.wp-block-quote.has-text-align-center{padding-left:0;padding-right:0}}.wp-block-rss{padding-left:0}.wp-block-rss>li{list-style:none}.wp-block-rss:not(.is-grid)>li{margin-top:calc(1.666 * var(--global--spacing-vertical));margin-bottom:calc(1.666 * var(--global--spacing-vertical))}.wp-block-rss:not(.is-grid)>li:first-child{margin-top:0}.wp-block-rss:not(.is-grid)>li:last-child{margin-bottom:0}.wp-block-rss.is-grid>li{margin-bottom:var(--global--spacing-vertical)}.wp-block-rss.is-grid>li:last-child{margin-bottom:0}.wp-block-rss.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1),.wp-block-rss.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1)~li,.wp-block-rss.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1),.wp-block-rss.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1)~li,.wp-block-rss.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1),.wp-block-rss.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1)~li,.wp-block-rss.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1),.wp-block-rss.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1)~li,.wp-block-rss.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1),.wp-block-rss.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1)~li{margin-bottom:0}.wp-block-rss>li>*{margin-top:calc(0.333 * var(--global--spacing-vertical));margin-bottom:calc(0.333 * var(--global--spacing-vertical))}.wp-block-rss>li>*:first-child{margin-top:0}.wp-block-rss>li>*:last-child{margin-bottom:0}.wp-block-rss .wp-block-rss__item-title>a{display:inline-block;font-family:var(--latest-posts--title-font-family);font-size:var(--latest-posts--title-font-size);font-weight:var(--heading--font-weight);line-height:var(--global--line-height-heading);margin-bottom:calc(0.333 * var(--global--spacing-vertical))}.wp-block-rss .wp-block-rss__item-author{color:var(--global--color-primary);font-size:var(--global--font-size-md);line-height:var(--global--line-height-body)}.wp-block-rss .wp-block-rss__item-publish-date{color:var(--global--color-primary);font-size:var(--global--font-size-xs);line-height:var(--global--line-height-body)}[class*=inner-container] .wp-block-rss .wp-block-rss__item-publish-date,.has-background .wp-block-rss .wp-block-rss__item-publish-date{color:currentColor}.wp-block-rss .wp-block-rss__item-excerpt,.wp-block-rss .wp-block-rss__item-full-content{font-family:var(--latest-posts--description-font-family);font-size:var(--latest-posts--description-font-size);line-height:var(--global--line-height-body);margin-top:calc(0.666 * var(--global--spacing-vertical))}.wp-block-rss.alignfull{padding-left:var(--global--spacing-unit);padding-right:var(--global--spacing-unit)}.entry-content [class*=inner-container] .wp-block-rss.alignfull,.entry-content .has-background .wp-block-rss.alignfull{padding-left:0;padding-right:0}.wp-block-search{max-width:var(--responsive--aligndefault-width)}.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper{justify-content:center}.wp-block-search .wp-block-search__label{font-size:var(--form--font-size);font-weight:var(--form--label-weight);margin-bottom:calc(var(--global--spacing-vertical) / 3)}.wp-block-search .wp-block-search__input{border:var(--form--border-width) solid var(--form--border-color);border-radius:var(--form--border-radius);color:var(--form--color-text);line-height:var(--form--line-height);max-width:inherit;margin-right:calc(-1 * var(--button--border-width));margin-left:0;padding:var(--form--spacing-unit)}.wp-block-search .wp-block-search__input:focus{color:var(--form--color-text);border-color:var(--form--border-color)}.has-background .wp-block-search .wp-block-search__input{border-color:var(--local--color-primary,var(--global--color-primary))!important}.wp-block-search button.wp-block-search__button{margin-left:0;line-height:1}.wp-block-search button.wp-block-search__button.has-icon{padding:6px calc(0.5 * var(--button--padding-horizontal))}.wp-block-search button.wp-block-search__button.has-icon svg{width:40px;height:40px;fill:currentColor}.has-background .wp-block-search button.wp-block-search__button:hover,.has-background .wp-block-search button.wp-block-search__button:active{background-color:var(--local--color-background,var(--global--color-background))!important;color:var(--local--color-primary,var(--global--color-primary))!important}.has-text-color .wp-block-search button.wp-block-search__button:hover,.has-text-color .wp-block-search button.wp-block-search__button:active{color:var(--local--color-primary,var(--global--color-primary))!important}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{background-color:var(--global--color-white);border:var(--form--border-width) solid var(--form--border-color);border-radius:var(--form--border-radius);padding:var(--form--border-width)}.has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{border-color:var(--local--color-primary,var(--global--color-primary))!important}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{margin-left:0;margin-right:0;padding-left:var(--form--spacing-unit)}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{color:var(--form--color-text);outline-offset:-2px;outline:2px dotted var(--form--border-color)}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button{padding:var(--button--padding-vertical) var(--button--padding-horizontal)}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover{color:var(--global--color-dark-gray)}.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button{color:var(--global--color-dark-gray)}.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover{background-color:var(--global--color-dark-gray);color:var(--global--color-white)}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon{padding:6px calc(0.5 * var(--button--padding-horizontal))}.wp-block-search__button{box-shadow:none}hr{border-style:none;border-bottom:var(--separator--height) solid var(--separator--border-color);clear:both;margin-left:auto;margin-right:auto}hr.wp-block-separator{border-bottom:var(--separator--height) solid var(--separator--border-color);opacity:1}hr.wp-block-separator:not(.is-style-dots):not(.alignwide){max-width:var(--responsive--aligndefault-width)}hr.wp-block-separator:not(.is-style-dots).alignwide{max-width:var(--responsive--alignwide-width)}hr.wp-block-separator:not(.is-style-dots).alignfull{max-width:var(--responsive--alignfull-width)}hr.wp-block-separator.is-style-twentytwentyone-separator-thick{border-bottom-width:calc(3 * var(--separator--height))}hr.wp-block-separator.is-style-dots.has-background,hr.wp-block-separator.is-style-dots.has-text-color{background-color:transparent!important}hr.wp-block-separator.is-style-dots.has-background:before,hr.wp-block-separator.is-style-dots.has-text-color:before{color:currentColor!important}hr.wp-block-separator.is-style-dots:before{color:var(--separator--border-color);font-size:var(--global--font-size-xl);letter-spacing:var(--global--font-size-sm);padding-left:var(--global--font-size-sm)}.has-background hr.wp-block-separator,[class*=background-color] hr.wp-block-separator,[style*=background-color] hr.wp-block-separator,.wp-block-cover[style*=background-image] hr.wp-block-separator{border-color:currentColor}.wp-block-social-links a:focus{color:var(--global--color-primary)}.wp-block-social-links.is-style-twentytwentyone-social-icons-color a{color:var(--global--color-primary)}.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link,.wp-block-social-links.is-style-twentytwentyone-social-icons-color.has-icon-background-color.has-icon-background-color .wp-social-link{background:none}table,.wp-block-table{width:100%;min-width:240px;border-collapse:collapse}table thead,table tfoot,.wp-block-table thead,.wp-block-table tfoot{text-align:center}table th,.wp-block-table th{font-family:var(--heading--font-family)}table td,table th,.wp-block-table td,.wp-block-table th{padding:calc(0.5 * var(--global--spacing-unit));border:1px solid}table figcaption,.wp-block-table figcaption{color:var(--global--color-primary);font-size:var(--global--font-size-xs)}table.is-style-regular .has-background,table.is-style-stripes .has-background,table.is-style-stripes .has-background thead tr,table.is-style-stripes .has-background tfoot tr,table.is-style-stripes .has-background tbody tr,.wp-block-table.is-style-regular .has-background,.wp-block-table.is-style-stripes .has-background,.wp-block-table.is-style-stripes .has-background thead tr,.wp-block-table.is-style-stripes .has-background tfoot tr,.wp-block-table.is-style-stripes .has-background tbody tr{color:var(--table--has-background-text-color)}table.is-style-stripes,.wp-block-table.is-style-stripes{border-color:var(--table--stripes-border-color)}table.is-style-stripes th,table.is-style-stripes td,.wp-block-table.is-style-stripes th,.wp-block-table.is-style-stripes td{border-width:0}table.is-style-stripes tbody tr:nth-child(odd),.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:var(--table--stripes-background-color)}table.is-style-stripes .has-background tbody tr:nth-child(odd),.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd){background-color:var(--global--color-white-90)}table.wp-calendar-table td,table.wp-calendar-table th{background:#fff0;border:0;text-align:center;line-height:2;vertical-align:middle;word-break:normal}table.wp-calendar-table th{font-weight:700}table.wp-calendar-table thead,table.wp-calendar-table tbody{color:currentColor;border:1px solid}table.wp-calendar-table caption{font-weight:700;text-align:left;margin-bottom:var(--global--spacing-unit);color:currentColor}.wp-calendar-nav{text-align:left;margin-top:calc(var(--global--spacing-unit) / 2)}.wp-calendar-nav svg{height:1em;vertical-align:middle}.wp-calendar-nav svg path{fill:currentColor}.wp-calendar-nav .wp-calendar-nav-next{float:right}.wp-block-tag-cloud.alignfull{padding-left:var(--global--spacing-unit);padding-right:var(--global--spacing-unit)}.wp-block-verse{font-family:var(--entry-content--font-family)}.wp-block-video figcaption{color:var(--global--color-primary);font-size:var(--global--font-size-xs);margin-top:calc(0.5 * var(--global--spacing-unit));margin-bottom:var(--global--spacing-unit);text-align:center}*>figure>video{max-width:unset;width:100%;vertical-align:middle}:root .is-extra-small-text,:root .has-extra-small-font-size{font-size:var(--global--font-size-xs)}:root .is-small-text,:root .has-small-font-size{font-size:var(--global--font-size-sm)}:root .is-regular-text,:root .has-regular-font-size,:root .is-normal-font-size,:root .has-normal-font-size,:root .has-medium-font-size{font-size:var(--global--font-size-base)}:root .is-large-text,:root .has-large-font-size{font-size:var(--global--font-size-lg);line-height:var(--global--line-height-heading)}:root .is-larger-text,:root .has-larger-font-size,:root .is-extra-large-text,:root .has-extra-large-font-size{font-size:var(--global--font-size-xl);line-height:var(--global--line-height-heading)}:root .is-huge-text,:root .has-huge-font-size{font-size:var(--global--font-size-xxl);line-height:var(--global--line-height-heading);font-weight:var(--heading--font-weight-page-title)}:root .is-gigantic-text,:root .has-gigantic-font-size{font-size:var(--global--font-size-xxxl);line-height:var(--global--line-height-heading);font-weight:var(--heading--font-weight-page-title)}.alignleft{text-align:left;margin-top:0}.entry-content>.alignleft{max-width:var(--responsive--aligndefault-width)}@media only screen and (min-width:482px){.alignleft{float:left;margin-right:var(--global--spacing-horizontal);margin-bottom:var(--global--spacing-vertical)}.entry-content>.alignleft{max-width:calc(50% - var(--responsive--alignleft-margin))}}.aligncenter{clear:both;display:block;float:none;margin-right:auto;margin-left:auto;text-align:center}.alignright{margin-top:0;margin-bottom:var(--global--spacing-vertical)}.entry-content>.alignright{max-width:var(--responsive--aligndefault-width)}@media only screen and (min-width:482px){.alignright{float:right;margin-left:var(--global--spacing-horizontal)}.entry-content>.alignright{max-width:calc(50% - var(--responsive--alignright-margin))}}[class*=inner-container]>.alignleft+*,[class*=inner-container]>.alignright+*{margin-top:0}.alignwide{clear:both}.alignfull{clear:both}.has-left-content{justify-content:flex-start}.has-right-content{justify-content:flex-end}.has-parallax{background-attachment:fixed}.has-drop-cap:not(:focus)::first-letter{font-family:var(--heading--font-family);font-weight:var(--heading--font-weight);line-height:.66;text-transform:uppercase;font-style:normal;float:left;margin:.1em .1em 0 0;font-size:calc(1.2 * var(--heading--font-size-h1))}.has-drop-cap:not(:focus)::after{content:"";display:table;clear:both;padding-top:14px}.desktop-only{display:none}@media only screen and (min-width:482px){.desktop-only{display:block}}.site-header{display:flex;align-items:flex-start;flex-wrap:wrap;row-gap:var(--global--spacing-vertical)}.wp-custom-logo .site-header{align-items:center}@media only screen and (min-width:482px){.site-header{padding-top:calc(var(--global--spacing-vertical) / 0.75)}}@media only screen and (min-width:822px){.site-header{padding-top:calc(2.4 * var(--global--spacing-vertical))}}.site-branding{color:var(--branding--color-text);margin-right:140px}.site-branding:last-child{margin-right:0;width:100%;text-align:center}@media only screen and (min-width:482px){.site-branding{margin-right:initial;margin-top:calc(var(--primary-nav--padding) - 0.3em)}}.site-title{color:var(--branding--color-link);font-family:var(--branding--title--font-family);font-size:var(--branding--title--font-size-mobile);letter-spacing:normal;text-transform:var(--branding--title--text-transform);line-height:var(--global--line-height-heading);margin-bottom:calc(var(--global--spacing-vertical) / 6)}.site-title a{color:currentColor;font-weight:var(--branding--title--font-weight)}.site-title a:link,.site-title a:visited,.site-title a:active{color:currentColor}.site-title a:hover,.site-title a:focus{color:var(--branding--color-link-hover)}@media only screen and (min-width:482px){.site-title{font-size:var(--branding--title--font-size)}}.site-description{color:currentColor;font-family:var(--branding--description--font-family);font-size:var(--branding--description--font-size);line-height:1.4}.site-title>a{text-decoration-color:var(--global--color-secondary)}.site-logo{margin:calc(var(--global--spacing-vertical) / 2) 0}.site-header>.site-logo{width:100%;padding-bottom:calc(var(--global--spacing-vertical) * 1.5);border-bottom:1px solid;text-align:center}.site-logo .custom-logo{margin-left:auto;margin-right:auto;max-width:var(--branding--logo--max-width-mobile);max-height:var(--branding--logo--max-height-mobile);height:auto;display:inline-block;width:auto}@media only screen and (min-width:482px){.site-logo .custom-logo{max-width:var(--branding--logo--max-width);max-height:var(--branding--logo--max-height);height:auto;width:auto}}@media only screen and (max-width:481.98px){.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo{position:absolute;padding-top:calc(0.5 * var(--global--spacing-vertical));margin-top:0;top:var(--global--admin-bar--height)}.primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo{display:none}.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img{max-height:calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit) + 1.7em)}.site-header.has-logo.has-title-and-tagline{align-items:flex-start}.site-header.has-logo.has-title-and-tagline.has-menu{justify-content:space-between}.site-header.has-logo.has-title-and-tagline.has-menu .site-branding{max-width:calc(100% - 160px)}.site-header.has-logo.has-title-and-tagline .site-branding{margin-right:0}body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline:after{display:none}body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation{position:relative;top:0}body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container{position:relative;padding-top:0;margin-top:calc(0px - var(--button--padding-vertical) + 0.25 * var(--global--spacing-unit))}body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu{padding-left:calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);padding-right:calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);margin-right:calc(0px - var(--global--spacing-horizontal) * 0.6)}.site-header:not(.has-logo).has-title-and-tagline .site-branding{margin-right:0;max-width:calc(100% - 160px)}.site-header:not(.has-menu){justify-content:center}}.site-footer{padding-top:0;padding-bottom:calc(1.7 * var(--global--spacing-vertical))}.no-widgets .site-footer{margin-top:calc(6 * var(--global--spacing-vertical))}@media only screen and (max-width:481.98px){.no-widgets .site-footer{margin-top:calc(3 * var(--global--spacing-vertical))}}.site-footer>.site-info{padding-top:var(--global--spacing-vertical);color:var(--footer--color-text);font-family:var(--footer--font-family);font-size:var(--footer--font-size);line-height:var(--global--line-height-body);border-top:3px solid var(--global--color-border)}.site-footer>.site-info .site-name{text-transform:var(--branding--title--text-transform);font-size:var(--branding--title--font-size)}.site-footer>.site-info .privacy-policy,.site-footer>.site-info .powered-by{margin-top:calc(0.5 * var(--global--spacing-vertical))}@media only screen and (min-width:822px){.site-footer>.site-info{display:flex;align-items:center}.site-footer>.site-info .site-name{margin-right:calc(0.5 * var(--global--spacing-vertical))}.site-footer>.site-info .privacy-policy,.site-footer>.site-info .powered-by{margin-top:initial;margin-left:auto}.site-footer>.site-info .privacy-policy+.powered-by{margin-left:calc(0.5 * var(--global--spacing-vertical))}}.site-footer>.site-info a{color:var(--footer--color-link)}.site-footer>.site-info a:link,.site-footer>.site-info a:visited,.site-footer>.site-info a:active{color:var(--footer--color-link)}.site-footer>.site-info a:hover{color:var(--footer--color-link-hover)}.site-footer>.site-info a:focus{color:var(--footer--color-link-hover)}.is-dark-theme .site-footer>.site-info a:focus{color:var(--wp--style--color--link,var(--global--color-background))}.has-background-white .site-footer>.site-info a:focus{color:var(--wp--style--color--link,var(--global--color-white))}.singular .entry-header{border-bottom:3px solid var(--global--color-border);padding-bottom:calc(2 * var(--global--spacing-vertical));margin-bottom:calc(3 * var(--global--spacing-vertical))}.home .entry-header{border-bottom:none;padding-bottom:0;margin-bottom:0}.singular .has-post-thumbnail .entry-header{border-bottom:none;padding-bottom:calc(1.3 * var(--global--spacing-vertical));margin-bottom:0}.no-results.not-found>*:first-child{margin-bottom:calc(3 * var(--global--spacing-vertical))}.page-links{clear:both}.page-links .post-page-numbers{display:inline-block;margin-left:calc(0.66 * var(--global--spacing-unit));margin-right:calc(0.66 * var(--global--spacing-unit));min-width:44px;min-height:44px}.page-links .post-page-numbers:first-child{margin-left:0}.entry-title{color:var(--entry-header--color);font-size:var(--entry-header--font-size);letter-spacing:var(--heading--letter-spacing-h2);line-height:var(--heading--line-height-h2);overflow-wrap:break-word}.entry-title a{color:var(--entry-header--color-link);text-underline-offset:.15em}.entry-title a:hover{color:var(--entry-header--color-hover)}.entry-title a:focus{color:var(--entry-header--color-focus)}.entry-title a:active{color:var(--entry-header--color-link)}.singular .entry-title{font-size:var(--global--font-size-page-title)}h1.entry-title{line-height:var(--heading--line-height-h1);font-weight:var(--heading--font-weight-page-title)}.entry-content,.entry-summary{font-family:var(--entry-content--font-family)}.entry-content p{word-wrap:break-word}.entry-content>iframe[style]{margin:var(--global--spacing-vertical) 0!important;max-width:100%!important}.entry-footer{color:var(--global--color-primary);clear:both;float:none;font-size:var(--global--font-size-xs);display:block}.entry-footer>span{display:inline-block}.entry-footer a{color:currentColor}.entry-footer a:hover,.entry-footer a:focus{color:var(--global--color-primary-hover)}.entry-footer a:active{color:currentColor}.site-main>article>.entry-footer{margin-top:var(--global--spacing-vertical);padding-top:var(--global--spacing-unit);padding-bottom:calc(3 * var(--global--spacing-vertical));border-bottom:var(--separator--height) solid var(--separator--border-color)}body:not(.single) .site-main>article:last-of-type .entry-footer{border-bottom:var(--separator--height) solid #fff0}.single .site-main>article>.entry-footer{margin-top:calc(3.4 * var(--global--spacing-vertical));margin-bottom:calc(3.4 * var(--global--spacing-vertical));padding-bottom:0;padding-top:calc(0.8 * var(--global--spacing-vertical));border-top:3px solid var(--separator--border-color);border-bottom:var(--separator--height) solid #fff0;display:grid;grid-template-columns:repeat(2,1fr);column-gap:calc(2 * var(--global--spacing-horizontal))}.single .site-main>article>.entry-footer .post-taxonomies,.single .site-main>article>.entry-footer .full-size-link{justify-content:flex-end;text-align:right}.single .site-main>article>.entry-footer .full-size-link:first-child:last-child{grid-column:span 2}.single .site-main>article>.entry-footer .posted-on,.single .site-main>article>.entry-footer .byline,.single .site-main>article>.entry-footer .cat-links,.single .site-main>article>.entry-footer .tags-links{display:block}@media only screen and (max-width:481.98px){.single .site-main>article>.entry-footer{display:block}.single .site-main>article>.entry-footer .full-size-link{display:block}.single .site-main>article>.entry-footer .post-taxonomies,.single .site-main>article>.entry-footer .full-size-link{text-align:left}}.post-thumbnail{text-align:center}.post-thumbnail .wp-post-image{display:block;width:auto;max-width:100%;margin-left:auto;margin-right:auto;margin-top:calc(2 * var(--global--spacing-vertical))}.author-bio{position:relative;font-size:var(--global--font-size-xs);max-width:var(--responsive--aligndefault-width)}.site-main>article>.author-bio{margin-top:calc(2 * var(--global--spacing-vertical))}.author-bio.show-avatars .avatar{display:inline-block;vertical-align:top;border-radius:50%}.author-bio.show-avatars .author-bio-content{display:inline-block;padding-left:var(--global--spacing-horizontal);max-width:calc(var(--responsive--aligndefault-width) - 90px)}.author-bio .author-bio-content .author-title{font-family:var(--entry-author-bio--font-family);font-size:var(--entry-author-bio--font-size);display:inline}.author-bio .author-bio-content .author-description{font-size:var(--global--font-size-xs);margin-top:calc(0.5 * var(--global--spacing-vertical));margin-bottom:calc(0.5 * var(--global--spacing-vertical))}.page-title{font-size:var(--global--font-size-page-title)}h1.page-title,h2.page-title{font-weight:var(--heading--font-weight-page-title)}h1.page-title{line-height:var(--heading--line-height-h1)}.page-header{border-bottom:3px solid var(--global--color-border);padding-bottom:calc(2 * var(--global--spacing-vertical))}.archive .content-area .format-aside .entry-content,.archive .content-area .format-status .entry-content,.archive .content-area .format-link .entry-content,.search .content-area .format-aside .entry-content,.search .content-area .format-status .entry-content,.search .content-area .format-link .entry-content,.blog .content-area .format-aside .entry-content,.blog .content-area .format-status .entry-content,.blog .content-area .format-link .entry-content{font-size:var(--global--font-size-lg)}.archive .format-image .entry-content,.archive .format-gallery .entry-content,.archive .format-video .entry-content,.search .format-image .entry-content,.search .format-gallery .entry-content,.search .format-video .entry-content,.blog .format-image .entry-content,.blog .format-gallery .entry-content,.blog .format-video .entry-content{margin-top:calc(2 * var(--global--spacing-vertical))}.archive .entry-footer .cat-links,.archive .entry-footer .tags-links,.search .entry-footer .cat-links,.search .entry-footer .tags-links,.blog .entry-footer .cat-links,.blog .entry-footer .tags-links{display:block}.archive.logged-in .entry-footer .posted-on,.search.logged-in .entry-footer .posted-on,.blog.logged-in .entry-footer .posted-on{margin-right:calc(0.5 * var(--global--spacing-unit))}.archive-description{margin-top:var(--global--spacing-vertical);font-size:var(--global--font-size-xl);line-height:var(--global--line-height-heading)}.error404 main p{font-size:var(--global--font-size-lg);margin-bottom:calc(var(--global--spacing-vertical) * 1.6666666667)}.search-no-results .page-content{margin-top:calc(3 * var(--global--spacing-vertical))}.comments-area>*{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}.comments-area>*:first-child{margin-top:0}.comments-area>*:last-child{margin-bottom:0}.comments-area.show-avatars .avatar{border-radius:50%;position:absolute;top:10px}.comments-area.show-avatars .fn{display:inline-block;padding-left:85px}.comments-area.show-avatars .comment-metadata{padding:8px 0 9px 85px}.comments-title,.comment-reply-title{font-size:var(--heading--font-size-h2);letter-spacing:var(--heading--letter-spacing-h2)}.comment-reply-title{display:flex;justify-content:space-between}.comment-reply-title small a{font-family:var(--global--font-secondary);font-size:var(--global--font-size-xs);font-style:normal;font-weight:400;letter-spacing:normal}.comment .comment-respond .comment-reply-title{font-size:var(--global--font-size-lg)}.comment-list{padding-left:0;list-style:none}.comment-list>li{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}.comment-list .children{list-style:none;padding-left:0}.comment-list .children>li{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}@media only screen and (min-width:482px){.comment-list .depth-2,.comment-list .depth-3{padding-left:calc(4 * var(--global--spacing-horizontal))}}.comment-meta .comment-author{line-height:var(--global--line-height-heading);margin-bottom:calc(0.25 * var(--global--spacing-unit))}@media only screen and (min-width:482px){.comment-meta .comment-author{margin-bottom:0;padding-right:0}}.comment-meta .comment-author .fn{font-family:var(--global--font-secondary);font-weight:400;font-size:var(--global--font-size-lg);hyphens:auto;word-wrap:break-word;word-break:break-word}.comment-meta .comment-metadata{color:var(--global--color-primary);font-size:var(--global--font-size-xs);padding:8px 0 9px}.comment-meta .comment-metadata .edit-link{margin-left:var(--global--spacing-horizontal)}@media only screen and (min-width:482px){.comment-meta{margin-right:inherit}.comment-meta .comment-author{max-width:inherit}}.reply{font-size:var(--global--font-size-sm);line-height:var(--global--line-height-heading)}.bypostauthor{display:block}.says{display:none}.pingback .url,.trackback .url{font-family:var(--global--font-primary)}.comment-body{position:relative;margin-bottom:calc(1.7 * var(--global--spacing-vertical))}.comment-body>*{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}.comment-body .reply{margin:0}.comment-content{word-wrap:break-word}.pingback .comment-body,.trackback .comment-body{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}.comment-respond{margin-top:var(--global--spacing-vertical)}.comment-respond>*{margin-top:var(--global--spacing-unit);margin-bottom:var(--global--spacing-unit)}.comment-respond>*:first-child{margin-top:0}.comment-respond>*:last-child{margin-bottom:0}.comment-respond>*:last-child.comment-form{margin-bottom:var(--global--spacing-vertical)}.comment-author{padding-top:3px}.comment-author .url{color:currentColor}.comment-form{display:flex;flex-wrap:wrap}.comment-form>*{flex-basis:100%}.comment-form .comment-notes{font-size:var(--global--font-size-sm)}.comment-form .comment-form-url,.comment-form .comment-form-comment{width:100%}.comment-form .comment-form-author,.comment-form .comment-form-email{flex-basis:0%;flex-grow:1}@media only screen and (max-width:481.98px){.comment-form .comment-form-author,.comment-form .comment-form-email{flex-basis:100%}}.comment-form .comment-form-cookies-consent>label,.comment-form .comment-notes{font-size:var(--global--font-size-xs);font-weight:400}.comment-form>p{margin-bottom:var(--global--spacing-unit)}.comment-form>p:first-of-type{margin-top:0}.comment-form>p:last-of-type{margin-bottom:0}.comment-form>p label,.comment-form>p input[type=email],.comment-form>p input[type=text],.comment-form>p input[type=url],.comment-form>p textarea{display:block;font-size:var(--global--font-size-sm);margin-bottom:calc(0.5 * var(--global--spacing-unit));width:100%;font-weight:var(--form--label-weight)}.comment-form>p.comment-form-cookies-consent{display:flex}@media only screen and (min-width:482px){.comment-form>p.comment-form-author{margin-right:calc(1.5 * var(--global--spacing-horizontal))}.comment-form>p.comment-notes,.comment-form>p.logged-in-as{display:block}}.menu-button-container{display:none;justify-content:space-between;position:absolute;right:0;padding-top:calc(0.5 * var(--global--spacing-vertical));padding-bottom:calc(0.25 * var(--global--spacing-vertical))}@media only screen and (max-width:481.98px){.menu-button-container{display:flex}}.menu-button-container #primary-mobile-menu{display:flex;margin-left:auto;padding:calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit)) calc(0.5 * var(--button--padding-horizontal));font-size:var(--primary-nav--font-size-button);font-weight:var(--primary-nav--font-weight-button);background-color:#fff0;border:none;color:var(--primary-nav--color-link)}.menu-button-container #primary-mobile-menu .dropdown-icon{display:flex;align-items:center}.menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon{margin-left:calc(0.25 * var(--global--spacing-unit))}.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon{position:relative;top:-1px}.menu-button-container #primary-mobile-menu .dropdown-icon.close{display:none}.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.open{display:none}.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close{display:flex}.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close{animation-name:twentytwentyone-close-button-transition;animation-duration:0.3s}.primary-navigation-open .menu-button-container{width:100%;z-index:500;background-color:var(--global--color-background)}.primary-navigation-open .menu-button-container #primary-mobile-menu{position:static}.primary-navigation{position:absolute;top:var(--global--admin-bar--height);right:0;color:var(--primary-nav--color-text);font-size:var(--primary-nav--font-size);line-height:1.15;margin-top:0;margin-bottom:0}.primary-navigation>.primary-menu-container{position:fixed;visibility:hidden;opacity:0;top:0;right:0;bottom:0;left:0;padding-top:calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);padding-left:var(--global--spacing-unit);padding-right:var(--global--spacing-unit);padding-bottom:var(--global--spacing-horizontal);background-color:var(--global--color-background);transform:translateY(var(--global--spacing-vertical))}@media (prefers-reduced-motion:no-preference){.primary-navigation>.primary-menu-container{transition:all 0.15s ease-in-out}}@media only screen and (max-width:481.98px){.primary-navigation>.primary-menu-container{height:100vh;z-index:499;overflow-x:hidden;overflow-y:auto;border:2px solid #fff0}.has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container{position:fixed;transform:translateY(0) translateX(100%)}.admin-bar .has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container{top:var(--global--admin-bar--height)}.admin-bar .primary-navigation>.primary-menu-container{height:calc(100vh - var(--global--admin-bar--height))}.primary-navigation>.primary-menu-container:focus{border:2px solid var(--global--color-primary)}}@media only screen and (max-width:481.98px){.primary-navigation-open .primary-navigation{width:100%;position:fixed;z-index:2}}.primary-navigation-open .primary-navigation>.primary-menu-container{position:relative;visibility:visible;opacity:1;transform:translateY(0)}@media only screen and (max-width:481.98px){.primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container{transform:translateX(0) translateY(0)}}@media only screen and (min-width:482px){.primary-navigation{position:relative;margin-left:auto}.primary-navigation>.primary-menu-container{visibility:visible;opacity:1;position:relative;padding:0;background-color:#fff0;overflow:initial;transform:none}.primary-navigation #toggle-menu{display:none}.primary-navigation>.primary-menu-container ul>li .sub-menu-toggle[aria-expanded=false]~ul{display:none}.admin-bar .primary-navigation{top:initial}.admin-bar .primary-navigation>.primary-menu-container{top:initial}}.primary-navigation>div>.menu-wrapper{display:flex;justify-content:flex-start;flex-wrap:wrap;list-style:none;margin:0;max-width:none;padding-left:0;position:relative}@media only screen and (max-width:481.98px){.primary-navigation>div>.menu-wrapper{padding-bottom:100px}.primary-navigation>div>.menu-wrapper ul{padding-left:0}}.primary-navigation>div>.menu-wrapper li{display:block;position:relative;width:100%}@media only screen and (min-width:482px){.primary-navigation>div>.menu-wrapper li{margin:0;width:inherit}.primary-navigation>div>.menu-wrapper li:last-child{margin-right:0}}.primary-navigation>div>.menu-wrapper .sub-menu-toggle{display:flex;height:calc(2 * var(--primary-nav--padding) + 1.15em + 1px);width:44px;padding:0;justify-content:center;align-items:center;background:#fff0;color:currentColor;border:none}.primary-navigation>div>.menu-wrapper .sub-menu-toggle:focus{outline:2px solid var(--wp--style--color--link,var(--global--color-primary))}@media only screen and (max-width:481.98px){.primary-navigation>div>.menu-wrapper .sub-menu-toggle{display:none}}.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus,.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus{height:100%;display:flex;align-items:center}.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus svg,.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus svg{margin-top:-1px}.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus{display:none}.primary-navigation>div>.menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus{display:flex}.primary-navigation>div>.menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus{display:none}.primary-navigation>div>.menu-wrapper>li>.sub-menu{position:relative}@media only screen and (min-width:482px) and (prefers-reduced-motion:no-preference){.primary-navigation>div>.menu-wrapper>li>.sub-menu{transition:all 0.5s ease}}@media only screen and (min-width:482px){.primary-navigation>div>.menu-wrapper>li>.sub-menu{left:0;margin:0;min-width:max-content;position:absolute;top:100%;padding-top:3px;z-index:88888}.primary-navigation>div>.menu-wrapper>li>.sub-menu:before,.primary-navigation>div>.menu-wrapper>li>.sub-menu:after{content:"";display:block;position:absolute;width:0;top:-10px;left:var(--global--spacing-horizontal);border-style:solid;border-color:var(--primary-nav--border-color) #fff0;border-width:0 7px 10px}.primary-navigation>div>.menu-wrapper>li>.sub-menu:after{top:-9px;border-color:var(--global--color-background) #fff0}.primary-navigation>div>.menu-wrapper>li>.sub-menu li{background:var(--global--color-background)}.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-left{left:0;right:auto}.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-left:before,.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-left:after{left:var(--global--spacing-horizontal);right:auto}.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-right{right:0;left:auto}.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-right:before,.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-right:after{left:auto;right:var(--global--spacing-horizontal)}}.primary-navigation .primary-menu>.menu-item:hover>a{color:var(--primary-nav--color-link-hover)}@media only screen and (min-width:482px){.primary-navigation .primary-menu-container{margin-right:calc(0px - var(--primary-nav--padding));margin-left:calc(0px - var(--primary-nav--padding))}.primary-navigation .primary-menu-container>ul>.menu-item{display:flex}.primary-navigation .primary-menu-container>ul>.menu-item>a{padding-left:var(--primary-nav--padding);padding-right:var(--primary-nav--padding)}.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle{margin-left:calc(5px - var(--primary-nav--padding))}}.primary-navigation a{display:block;font-family:var(--primary-nav--font-family-mobile);font-size:var(--primary-nav--font-size-mobile);font-weight:var(--primary-nav--font-weight);padding:var(--primary-nav--padding) 0;text-decoration:none}@media only screen and (min-width:482px){.primary-navigation a{display:block;font-family:var(--primary-nav--font-family);font-size:var(--primary-nav--font-size);font-weight:var(--primary-nav--font-weight)}}.primary-navigation a+svg{fill:var(--primary-nav--color-text)}.primary-navigation a:hover,.primary-navigation a:link,.primary-navigation a:visited{color:var(--primary-nav--color-link-hover)}.primary-navigation a:hover{text-decoration:underline;text-decoration-style:dotted}.primary-navigation a:focus{position:relative;z-index:99999;outline-offset:0;text-decoration-thickness:2px}.primary-navigation .current-menu-item>a:first-child,.primary-navigation .current_page_item>a:first-child{text-decoration:underline;text-decoration-style:solid}.primary-navigation .current-menu-item>a:first-child:hover,.primary-navigation .current_page_item>a:first-child:hover{text-decoration:underline;text-decoration-style:dotted}.primary-navigation .sub-menu{margin:0;padding:0;list-style:none;margin-left:var(--primary-nav--padding);border:1px solid var(--primary-nav--border-color)}.primary-navigation .sub-menu .sub-menu{border:none}@media only screen and (min-width:482px){.primary-navigation .sub-menu>.menu-item>.sub-menu{padding:0}}@media only screen and (max-width:481.98px){.primary-navigation .sub-menu .menu-item:last-child{margin-bottom:0}}.primary-navigation .sub-menu .menu-item>a{padding:calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);display:block;font-size:var(--primary-nav--font-size-sub-menu-mobile);font-style:var(--primary-nav--font-style-sub-menu-mobile)}@media only screen and (min-width:482px){.primary-navigation .sub-menu .menu-item>a{font-size:var(--primary-nav--font-size-sub-menu);font-style:var(--primary-nav--font-style)}}.primary-navigation .menu-item-has-children>.svg-icon{display:none}@media only screen and (min-width:482px){.primary-navigation .menu-item-has-children>.svg-icon{display:inline-block;height:100%}.primary-navigation .menu-item-has-children .sub-menu .svg-icon{display:none}}.primary-navigation .menu-item-description{display:block;clear:both;font-size:var(--global--font-size-xs);text-transform:none;line-height:1.7}.primary-navigation .menu-item-description>span{display:inline-block}@media only screen and (max-width:481.98px){.lock-scrolling .site{position:fixed;max-width:100%;width:100%}}@keyframes twentytwentyone-close-button-transition{from{opacity:0}to{opacity:1}}.footer-navigation{margin-top:calc(2 * var(--global--spacing-vertical));margin-bottom:var(--global--spacing-vertical);color:var(--footer--color-text);font-size:var(--global--font-size-xs);font-family:var(--footer--font-family)}.footer-navigation-wrapper{display:flex;justify-content:center;flex-wrap:wrap;list-style:none;padding-left:0}.footer-navigation-wrapper li{display:inline;line-height:3}.footer-navigation-wrapper li a{padding:calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);color:var(--footer--color-link)}.footer-navigation-wrapper li a:link,.footer-navigation-wrapper li a:visited,.footer-navigation-wrapper li a:active{color:var(--footer--color-link)}.footer-navigation-wrapper li a:hover{text-decoration:underline;text-decoration-style:dotted;text-decoration-skip-ink:none;color:var(--footer--color-link-hover)}.is-dark-theme .footer-navigation-wrapper li a:focus .svg-icon{fill:var(--wp--style--color--link,var(--global--color-background))}.has-background-white .footer-navigation-wrapper li a:focus .svg-icon{fill:var(--wp--style--color--link,var(--global--color-white))}.footer-navigation-wrapper li .svg-icon{vertical-align:middle;fill:var(--footer--color-link)}.footer-navigation-wrapper li .svg-icon:hover{transform:scale(1.1)}@media (prefers-reduced-motion:no-preference){.footer-navigation-wrapper li .svg-icon{transition:transform 0.1s ease}}.footer-navigation-wrapper .sub-menu-toggle,.footer-navigation-wrapper .menu-item-description{display:none}.navigation{color:var(--global--color-primary)}.navigation a{color:var(--global--color-primary);text-decoration:none}.navigation a:hover{color:var(--global--color-primary-hover);text-decoration:underline;text-decoration-style:dotted}.navigation a:focus{color:var(--global--color-secondary)}.navigation a:active{color:var(--global--color-primary)}.navigation .nav-links>*{min-width:44px;min-height:44px}.navigation .nav-links .nav-next a,.navigation .nav-links .nav-previous a{display:flex;flex-direction:column}.navigation .nav-links .dots{text-align:center}@media only screen and (min-width:592px){.navigation .nav-links{display:flex;justify-content:center;flex-wrap:wrap}.navigation .nav-links .nav-next,.navigation .nav-links .nav-previous{flex:0 1 auto;margin-bottom:inherit;margin-top:inherit;max-width:calc(50% - 0.5 * var(--global--spacing-unit))}.navigation .nav-links .nav-next{text-align:right}}.navigation .svg-icon{display:inline-block;fill:currentColor;vertical-align:middle;position:relative}.navigation .nav-previous .svg-icon,.navigation .prev .svg-icon{top:-2px;margin-right:calc(0.25 * var(--global--spacing-unit))}.navigation .nav-next .svg-icon,.navigation .next .svg-icon{top:-1px;margin-left:calc(0.25 * var(--global--spacing-unit))}.post-navigation{margin:var(--global--spacing-vertical) auto}@media only screen and (min-width:822px){.post-navigation{margin:var(--global--spacing-vertical) auto}}.post-navigation .meta-nav{line-height:var(--global--line-height-body);color:var(--global--color-primary)}.post-navigation .post-title{display:inline-block;font-family:var(--global--font-primary);font-size:var(--global--font-size-lg);font-weight:var(--pagination--font-weight-strong);line-height:var(--global--line-height-heading)}@media only screen and (min-width:822px){.post-navigation .post-title{margin:5px calc(24px + 0.25 * var(--global--spacing-unit)) 0}}@media only screen and (min-width:482px){.post-navigation .nav-links{justify-content:space-between}}.post-navigation .nav-next,.post-navigation .nav-previous{margin-top:var(--global--spacing-vertical);margin-bottom:var(--global--spacing-vertical)}.post-navigation .nav-next:first-child,.post-navigation .nav-previous:first-child{margin-top:0}.post-navigation .nav-next:last-child,.post-navigation .nav-previous:last-child{margin-bottom:0}.pagination,.comments-pagination{border-top:3px solid var(--global--color-border);padding-top:var(--global--spacing-vertical);margin:var(--global--spacing-vertical) auto}@media only screen and (min-width:822px){.pagination,.comments-pagination{margin:var(--global--spacing-vertical) auto}}.pagination .nav-links,.comments-pagination .nav-links{margin-top:calc(-1 * var(--global--spacing-vertical))}.pagination .nav-links a:hover,.comments-pagination .nav-links a:hover{color:var(--pagination--color-link-hover)}.is-dark-theme .pagination .nav-links a:active,.is-dark-theme .pagination .nav-links a:hover:active,.is-dark-theme .pagination .nav-links a:hover:focus,.is-dark-theme .comments-pagination .nav-links a:active,.is-dark-theme .comments-pagination .nav-links a:hover:active,.is-dark-theme .comments-pagination .nav-links a:hover:focus{color:var(--global--color-background)}.has-background-white .pagination .nav-links a:active,.has-background-white .pagination .nav-links a:hover:active,.has-background-white .pagination .nav-links a:hover:focus,.has-background-white .comments-pagination .nav-links a:active,.has-background-white .comments-pagination .nav-links a:hover:active,.has-background-white .comments-pagination .nav-links a:hover:focus{color:var(--global--color-white)}.pagination .nav-links>*,.comments-pagination .nav-links>*{color:var(--pagination--color-text);font-family:var(--pagination--font-family);font-size:var(--pagination--font-size);font-weight:var(--pagination--font-weight);margin-top:var(--global--spacing-vertical);margin-left:calc(0.66 * var(--global--spacing-unit));margin-right:calc(0.66 * var(--global--spacing-unit))}.pagination .nav-links>*.current,.comments-pagination .nav-links>*.current{text-decoration:underline}.pagination .nav-links>*:not(.dots):not(.current):hover,.comments-pagination .nav-links>*:not(.dots):not(.current):hover{text-decoration-style:dotted}.pagination .nav-links>*:first-child,.comments-pagination .nav-links>*:first-child{margin-left:0}.pagination .nav-links>*:last-child,.comments-pagination .nav-links>*:last-child{margin-right:0}.pagination .nav-links>*.next,.comments-pagination .nav-links>*.next{margin-left:auto}.pagination .nav-links>*.prev,.comments-pagination .nav-links>*.prev{margin-right:auto}@media only screen and (max-width:821.98px){.pagination .nav-links,.comments-pagination .nav-links{display:flex;flex-wrap:wrap}.pagination .page-numbers,.comments-pagination .page-numbers{display:none}.pagination .page-numbers.prev,.pagination .page-numbers.next,.comments-pagination .page-numbers.prev,.comments-pagination .page-numbers.next{display:inline-block;flex:0 1 auto}}@media only screen and (max-width:481.98px){.pagination .nav-short,.comments-pagination .nav-short{display:none}}.comments-pagination{padding-top:calc(0.66 * var(--global--spacing-vertical));margin:calc(3 * var(--global--spacing-vertical)) auto}@media only screen and (min-width:822px){.comments-pagination{margin:calc(3 * var(--global--spacing-vertical)) auto calc(4 * var(--global--spacing-vertical)) auto}}.comments-pagination .nav-links>*{font-size:var(--global--font-size-md)}.widget-area{margin-top:calc(6 * var(--global--spacing-vertical));padding-bottom:calc(var(--global--spacing-vertical) / 3);color:var(--footer--color-text);font-size:var(--footer--font-size);font-family:var(--footer--font-family)}@media only screen and (min-width:652px){.widget-area{display:grid;grid-template-columns:repeat(2,1fr);column-gap:calc(2 * var(--global--spacing-horizontal))}}@media only screen and (min-width:1024px){.widget-area{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:481.98px){.widget-area{margin-top:calc(3 * var(--global--spacing-vertical))}}.widget-area .wp-block-social-links.alignright{margin-top:var(--global--spacing-vertical);justify-content:flex-end}.widget-area .wp-block-social-links.alignleft{margin-top:var(--global--spacing-vertical)}.widget-area:after{content:"";display:table;clear:both}.widget h1,.widget h2,.widget h3,.widget h4,.widget h5,.widget h6{font-weight:var(--widget--font-weight-title);line-height:var(--widget--line-height-title)}.widget h1{font-size:var(--global--font-size-md)}.widget h2{font-size:var(--global--font-size-sm)}.widget h3{font-size:var(--global--font-size-xs)}.widget h4{font-size:var(--global--font-size-xs)}.widget h5{font-size:var(--global--font-size-xs)}.widget h6{font-size:var(--global--font-size-xs)}.widget ul{list-style-type:none;padding:0}.widget ul li{line-height:var(--widget--line-height-list)}.widget ul.sub-menu,.widget ul.children{margin-left:var(--widget--spacing-menu)}.widget ul .sub-menu-toggle{display:none}.widget a{color:var(--footer--color-link);text-decoration:underline;text-decoration-style:solid;text-decoration-color:currentColor}.widget a:link,.widget a:visited,.widget a:active{color:var(--footer--color-link)}.widget a:hover{color:var(--footer--color-link-hover);text-decoration-style:dotted}.search-form{display:flex;flex-wrap:wrap;margin:auto;max-width:var(--responsive--aligndefault-width)}.search-form>label{width:100%;margin-bottom:0;font-weight:var(--form--label-weight)}.search-form .search-field{flex-grow:1;max-width:inherit;margin-top:calc(var(--global--spacing-vertical) / 3);margin-right:calc(0.66 * var(--global--spacing-horizontal))}.search-form .search-submit{margin-top:calc(var(--global--spacing-vertical) / 3);margin-left:10px}.widget_search>.search-form .search-field{margin-right:calc(-1 * var(--button--border-width));-webkit-appearance:none;margin-bottom:calc(0.5 * var(--global--spacing-vertical))}.widget_search>.search-form .search-submit{margin-left:0;margin-bottom:calc(0.5 * var(--global--spacing-vertical))}.widget_rss a.rsswidget .rss-widget-icon{display:none}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal!important}.skip-link:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.has-black-color[class]{color:var(--global--color-black)}.has-black-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-black, #000);color:var(--local--color-primary)}.has-gray-color[class]{color:var(--global--color-gray)}.has-gray-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-gray, #000);color:var(--local--color-primary)}.has-dark-gray-color[class]{color:var(--global--color-dark-gray)}.has-dark-gray-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-dark-gray, #000);color:var(--local--color-primary)}.has-green-color[class]{color:var(--global--color-green)}.has-green-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-green, #fff);color:var(--local--color-primary)}.has-blue-color[class]{color:var(--global--color-blue)}.has-blue-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-blue, #fff);color:var(--local--color-primary)}.has-purple-color[class]{color:var(--global--color-purple)}.has-purple-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-purple, #fff);color:var(--local--color-primary)}.has-red-color[class]{color:var(--global--color-red)}.has-red-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-red, #fff);color:var(--local--color-primary)}.has-orange-color[class]{color:var(--global--color-orange)}.has-orange-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-orange, #fff);color:var(--local--color-primary)}.has-yellow-color[class]{color:var(--global--color-yellow)}.has-yellow-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-yellow, #fff);color:var(--local--color-primary)}.has-white-color[class]{color:var(--global--color-white)}.has-white-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-white, #fff);color:var(--local--color-primary)}.has-background a,.has-background p,.has-background h1,.has-background h2,.has-background h3,.has-background h4,.has-background h5,.has-background h6{color:currentColor}.has-black-background-color[class]{background-color:var(--global--color-black)}.has-black-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-black, #000);background-color:var(--local--color-background)}.has-dark-gray-background-color[class]{background-color:var(--global--color-dark-gray)}.has-dark-gray-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-dark-gray, #000);background-color:var(--local--color-background)}.has-gray-background-color[class]{background-color:var(--global--color-gray)}.has-gray-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-gray, #000);background-color:var(--local--color-background)}.has-light-gray-background-color[class]{background-color:var(--global--color-light-gray)}.has-light-gray-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-light-gray, #fff);background-color:var(--local--color-background)}.has-green-background-color[class]{background-color:var(--global--color-green)}.has-green-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-green, #fff);background-color:var(--local--color-background)}.has-blue-background-color[class]{background-color:var(--global--color-blue)}.has-blue-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-blue, #fff);background-color:var(--local--color-background)}.has-purple-background-color[class]{background-color:var(--global--color-purple)}.has-purple-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-purple, #fff);background-color:var(--local--color-background)}.has-red-background-color[class]{background-color:var(--global--color-red)}.has-red-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-red, #fff);background-color:var(--local--color-background)}.has-orange-background-color[class]{background-color:var(--global--color-orange)}.has-orange-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-orange, #fff);background-color:var(--local--color-background)}.has-yellow-background-color[class]{background-color:var(--global--color-yellow)}.has-yellow-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-yellow, #fff);background-color:var(--local--color-background)}.has-white-background-color[class]{background-color:var(--global--color-white)}.has-white-background-color[class]>[class*=__inner-container]{--local--color-background:var(--global--color-white, #fff);background-color:var(--local--color-background)}.has-background:not(.has-text-color).has-black-background-color[class],.has-background:not(.has-text-color).has-gray-background-color[class],.has-background:not(.has-text-color).has-dark-gray-background-color[class]{color:var(--global--color-white)}.has-background:not(.has-text-color).has-black-background-color[class]>[class*=__inner-container],.has-background:not(.has-text-color).has-gray-background-color[class]>[class*=__inner-container],.has-background:not(.has-text-color).has-dark-gray-background-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-background, #fff);color:var(--local--color-primary,var(--global--color-primary))}.is-dark-theme .has-background:not(.has-text-color).has-black-background-color[class]>[class*=__inner-container],.is-dark-theme .has-background:not(.has-text-color).has-gray-background-color[class]>[class*=__inner-container],.is-dark-theme .has-background:not(.has-text-color).has-dark-gray-background-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-primary, #000)}.has-background:not(.has-text-color).has-green-background-color[class],.has-background:not(.has-text-color).has-blue-background-color[class],.has-background:not(.has-text-color).has-purple-background-color[class],.has-background:not(.has-text-color).has-red-background-color[class],.has-background:not(.has-text-color).has-orange-background-color[class],.has-background:not(.has-text-color).has-yellow-background-color[class],.has-background:not(.has-text-color).has-white-background-color[class]{color:var(--global--color-dark-gray)}.has-background:not(.has-text-color).has-green-background-color[class]>[class*=__inner-container],.has-background:not(.has-text-color).has-blue-background-color[class]>[class*=__inner-container],.has-background:not(.has-text-color).has-purple-background-color[class]>[class*=__inner-container],.has-background:not(.has-text-color).has-red-background-color[class]>[class*=__inner-container],.has-background:not(.has-text-color).has-orange-background-color[class]>[class*=__inner-container],.has-background:not(.has-text-color).has-yellow-background-color[class]>[class*=__inner-container],.has-background:not(.has-text-color).has-white-background-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-primary, #000);color:var(--local--color-primary,var(--global--color-primary))}.is-dark-theme .has-background:not(.has-text-color).has-green-background-color[class]>[class*=__inner-container],.is-dark-theme .has-background:not(.has-text-color).has-blue-background-color[class]>[class*=__inner-container],.is-dark-theme .has-background:not(.has-text-color).has-purple-background-color[class]>[class*=__inner-container],.is-dark-theme .has-background:not(.has-text-color).has-red-background-color[class]>[class*=__inner-container],.is-dark-theme .has-background:not(.has-text-color).has-orange-background-color[class]>[class*=__inner-container],.is-dark-theme .has-background:not(.has-text-color).has-yellow-background-color[class]>[class*=__inner-container],.is-dark-theme .has-background:not(.has-text-color).has-white-background-color[class]>[class*=__inner-container]{--local--color-primary:var(--global--color-background, #fff)}.has-purple-to-yellow-gradient-background{background:linear-gradient(160deg,var(--global--color-purple),var(--global--color-yellow))}.has-yellow-to-purple-gradient-background{background:linear-gradient(160deg,var(--global--color-yellow),var(--global--color-purple))}.has-green-to-yellow-gradient-background{background:linear-gradient(160deg,var(--global--color-green),var(--global--color-yellow))}.has-yellow-to-green-gradient-background{background:linear-gradient(160deg,var(--global--color-yellow),var(--global--color-green))}.has-red-to-yellow-gradient-background{background:linear-gradient(160deg,var(--global--color-red),var(--global--color-yellow))}.has-yellow-to-red-gradient-background{background:linear-gradient(160deg,var(--global--color-yellow),var(--global--color-red))}.has-purple-to-red-gradient-background{background:linear-gradient(160deg,var(--global--color-purple),var(--global--color-red))}.has-red-to-purple-gradient-background{background:linear-gradient(160deg,var(--global--color-red),var(--global--color-purple))}header *,main *,footer *{max-width:var(--global--spacing-measure)}html,body,div,header,nav,article,figure,hr,main,section,footer{max-width:none}:root{--global--color-background:#ffffff;--global--color-primary:#000;--global--color-secondary:#000;--button--color-background:#000;--button--color-text-hover:#000}:root{--global--color-blue:#fffff !important}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/themes/counsellingsydney/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url('/wp-content/themes/counsellingsydney/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url(/wp-content/themes/counsellingsydney/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/themes/counsellingsydney/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/themes/counsellingsydney/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url('/wp-content/themes/counsellingsydney/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal;font-display:swap}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:'proxima-nova';src:url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Regular.eot);src:url('/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Regular.woff2) format('woff2'),url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Regular.woff) format('woff'),url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Regular.ttf) format('truetype'),url('/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'bamberg_serial';src:url(/wp-content/themes/counsellingsydney/assets/fonts/webfonts/bambergserial_medium_macroman/bamberg_serial-medium-webfont.woff2) format('woff2'),url(/wp-content/themes/counsellingsydney/assets/fonts/webfonts/bambergserial_medium_macroman/bamberg_serial-medium-webfont.woff) format('woff');;font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'ProximaNovaRg';src:url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Medium.eot);src:url('/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Medium.woff2) format('woff2'),url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Medium.woff) format('woff'),url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Medium.ttf) format('truetype'),url('/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Medium.svg#ProximaNova-Medium') format('svg');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'ProximaNovaRgBold';src:url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Bold.eot);src:url('/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Bold.woff2) format('woff2'),url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Bold.woff) format('woff'),url(/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Bold.ttf) format('truetype'),url('/wp-content/themes/counsellingsydney/assets/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'bodoni-book';src:url(/wp-content/themes/counsellingsydney/assets/fonts/bodoni-book.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'gotham-bold';src:url(/wp-content/themes/counsellingsydney/assets/fonts/gotham-bold.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}.FMontRegular{font-family:var(--bodoni)}.FMontBold{font-family:var(--gotham-b)}.RobotoRegular{font-weight:400}.RobotoBold{font-weight:700}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box}.EditorText a{transition:all ease 0.5s}body{background-color:#fff;line-height:25px;font-size:16px;margin:0;color:#373737;font-family:ProximaNovaRg,sans-serif;font-weight:400;text-rendering:optimizelegibility;overflow-x:hidden}ol{list-style:decimal;margin-left:15px;font-family:'proxima-nova'}ul{list-style:none}table{border-collapse:collapse;border-spacing:0}sub{vertical-align:sub!important}sup{vertical-align:sup!important}img{border:0;max-width:100%;height:auto}* :focus{outline:none}a{color:inherit;text-decoration:none}a:hover{text-decoration:none;color:inherit}.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img,.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){outline:0 solid #fff0;text-decoration:none;text-decoration-skip-ink:none;background:#fff0}hr{border:0}.MainWrapper{margin:0 auto;padding:0 50px;width:100%}.InnerContainWrapper{width:100%;margin:0 auto;padding:40px 50px;max-width:1440px}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}h1{font-size:55px}h2{font-size:40px}h3{font-size:19px}h4{font-size:30px}h5{font-size:25px}h6{font-size:20px}::selection{color:#fff;background-color:#ffaf7e}::-moz-selection{color:#fff;background-color:#ffaf7e}::-webkit-selection{color:#fff;background-color:#ffaf7e}ul{list-style-type:none;margin:0;padding:0}ul li{background-image:url(/wp-content/themes/counsellingsydney/assets/images/bullet-1.png);background-position:5px 11px;background-repeat:no-repeat;margin:0;padding:1px 0;padding-left:20px;background-size:5px}.FParagraph p{margin-bottom:15px}p,.FParagraph1 p{margin-bottom:20px}p{margin:15px auto}:root{--sc-green:#005350;--sc-blue:#202d4c;--sc-orange:#ffaf7e;--sc-gray:#f5f9ff}.wpcf7-form-control-wrap{display:block}.make-a-booking-modal p{margin:0 0 10px}.site .button:focus,.wp-block-button .wp-block-button__link:focus,.wp-block-file a.wp-block-file__button:focus,.wp-block-search .wp-block-search__button:focus,button:focus,input[type="reset"]:focus,input[type="submit"]:focus{outline-offset:0;outline:currentColor dotted 0}.cf7_submit_btn_wrapper{width:100%;display:flex;justify-content:center;align-items:center}.cf7_submit_btn_wrapper img.cf7_make_booking_loader{width:50px;margin-top:20px;display:none;margin:0 auto}@media screen and (min-width:1224px){.registered_physchologist_module .left .bcg-wrap{}.registered_physchologist_module .left .bcg{max-height:1000px}.registered_physchologist_module .left .bcg-wrap img{vertical-align:bottom}}@media only screen and (min-width:320px) and (max-width:1224px){.cf7_submit_btn_wrapper img.cf7_make_booking_loader{margin-top:0}}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:0;border:0 solid #00a0d2}.titleBG{color:var(--sc-blue)!important;font-family:bamberg_serial;font-weight:400;font-size:42px;line-height:1.2;padding-bottom:40px;padding-left:17px}.ftitle_31{position:relative;color:#fff;font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:1.3;margin:0 auto;display:table;padding-top:60px;padding-bottom:10px;border-bottom:1px solid #fff;cursor:pointer;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.fsubtitle_16{opacity:.5;color:#fff;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:400;line-height:1.6;max-width:600px;padding:40px 20px 60px;margin:0 auto;text-align:center}.wm_title_16{color:var(--sc-orange);font-family:proxima-nova,sans-serif;font-size:16px;font-weight:700;line-height:1.2;padding-top:29px;padding-bottom:10px}.subtitle_16{color:#373737;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:400;line-height:1.7;text-align:center}.title_26{color:var(--sc-blue);font-family:bamberg_serial;font-size:20px;line-height:2;text-align:center;font-weight:400}.title_35{color:var(--sc-blue);font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:40px}.title_40{color:var(--sc-blue);font-family:bamberg_serial;font-size:30px;line-height:40px;margin:50px 0 27px;position:relative;padding-bottom:31px;font-weight:400}.title_40::before{position:absolute;content:"";bottom:0;left:0;width:46px;height:1px;background-color:var(--sc-blue)}.title_50{color:#f0faff;font-size:42px;line-height:60px;font-family:bamberg_serial;font-weight:400}.title_70{color:#fff;font-size:65px;font-weight:400;line-height:85px;font-family:bamberg_serial}.wysiwyg{font-size:16px;font-weight:400;line-height:25px;color:#373737}.hero{height:100vh;width:100%;z-index:9999}.hero .bcg-wrap{position:absolute;width:100%;height:100vh;top:0;left:0;overflow:hidden}.hero .bcg-wrap img{object-fit:cover;width:100%;height:100%;opacity:0;-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);-webkit-transition:opacity 2.9s cubic-bezier(.25,1,.25,1) 0.25s,-webkit-transform 1.95s cubic-bezier(.25,1,.25,1) 0.55s,top 2.9s ease-in-out 0.25s;-moz-transition:opacity 2.9s cubic-bezier(.25,1,.25,1) 0.25s,-moz-transform 1.95s cubic-bezier(.25,1,.25,1) 0.55s,top 2.9s ease-in-out 0.25s;transition:opacity 2.9s cubic-bezier(.25,1,.25,1) 0.25s,transform 1.95s cubic-bezier(.25,1,.25,1) 0.55s,top 2.9s ease-in-out 0.25s}.PageLoad .hero .bcg-wrap img{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.hero .container{height:100%;position:relative}.hero .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;height:100%}.hero .content_inner{opacity:0;margin-top:-70px;-webkit-transition:-webkit-transform 1.4s cubic-bezier(.25,1,.25,1) 1s,opacity 1.55s ease-out 1s;-moz-transition:-moz-transform 1.4s cubic-bezier(.25,1,.25,1) 1s,opacity 1.55s ease-out 1s;transition:transform 1.4s cubic-bezier(.25,1,.25,1) 1s,opacity 1.55s ease-out 1s;-webkit-transform:translateY(7px);-moz-transform:translateY(7px);-ms-transform:translateY(7px);-o-transform:translateY(7px);transform:translateY(7px)}.PageLoad .hero .content_inner{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.hero .title_70{text-align:center;margin-bottom:54px}.hero .find-a-practitioner{width:240px;height:56px;background-color:var(--sc-orange);text-align:center;font-size:20px;display:block;margin:auto;font-family:bamberg_serial;padding:15px 10px 16px;cursor:pointer;font-weight:400;color:#373737;border:none!important;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.hero .find-a-practitioner:hover{background-color:var(--sc-blue);color:#ff9d62}.hero .magnifier{width:22px;height:22px;position:relative;display:inline-block;margin-left:5px}.hero .magnifier::before{position:absolute;content:"";top:0;right:0;border-radius:50%;border:2px solid #373737;width:16px;height:16px;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.hero .magnifier::after{position:absolute;content:"";bottom:1px;left:3px;width:2px;height:8px;background-color:#373737;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.hero .find-a-practitioner:hover .magnifier::before{border-color:#ff9d62}.hero .find-a-practitioner:hover .magnifier::after{background-color:#ff9d62}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.our_services{display:none}.title_services{color:var(--sc-blue);font-size:42px;line-height:60px;margin-top:80px;margin-bottom:26px;font-family:bamberg_serial;font-weight:400}.text_services{color:#373737;font-size:16px;font-weight:400;line-height:25px;max-width:465px}.our_services_wrap{align-items:flex-start}.our_services_wrap .one_servis{width:25%;padding:0 11px;min-height:280px;margin-bottom:33px}.element_anim,.element_anim_1{opacity:0;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px);-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.element_anim_2{opacity:0;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px);-webkit-transition:0.3s ease-in-out 0.1s;-moz-transition:0.3s ease-in-out 0.1s;transition:0.3s ease-in-out 0.1s}.element_anim_3{opacity:0;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px);-webkit-transition:0.3s ease-in-out 0.2s;-moz-transition:0.3s ease-in-out 0.2s;transition:0.3s ease-in-out 0.2s}.element_anim_4{opacity:0;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transform:translateY(50px);-webkit-transition:0.3s ease-in-out 0.3s;-moz-transition:0.3s ease-in-out 0.3s;transition:0.3s ease-in-out 0.3s}.element_anim.start_anim,.element_anim_1.start_anim,.element_anim_2.start_anim,.element_anim_3.start_anim,.element_anim_4.start_anim{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.other_services_wrap .one_other_service .one_service_photo_wrap,.other_services_wrap .one_other_service .other_serivce_photo_wrap,.other_services_wrap .one_servis .one_service_photo_wrap,.other_services_wrap .one_servis .other_serivce_photo_wrap,.our_services_wrap .one_other_service .one_service_photo_wrap,.our_services_wrap .one_other_service .other_serivce_photo_wrap,.our_services_wrap .one_servis .one_service_photo_wrap,.our_services_wrap .one_servis .other_serivce_photo_wrap{position:relative;overflow:hidden;margin-bottom:27px}.other_services_wrap .one_other_service .other_serivce_photo_wrap{width:100%;height:155px}.our_services_wrap .one_servis .one_service_photo_wrap{width:100%;height:193px}.other_services_wrap .one_other_service .one_service_photo_wrap .one_service_photo,.other_services_wrap .one_other_service .one_service_photo_wrap .other_serivce_photo,.other_services_wrap .one_other_service .other_serivce_photo_wrap .one_service_photo,.other_services_wrap .one_other_service .other_serivce_photo_wrap .other_serivce_photo,.other_services_wrap .one_servis .one_service_photo_wrap .one_service_photo,.other_services_wrap .one_servis .one_service_photo_wrap .other_serivce_photo,.other_services_wrap .one_servis .other_serivce_photo_wrap .one_service_photo,.other_services_wrap .one_servis .other_serivce_photo_wrap .other_serivce_photo,.our_services_wrap .one_other_service .one_service_photo_wrap .one_service_photo,.our_services_wrap .one_other_service .one_service_photo_wrap .other_serivce_photo,.our_services_wrap .one_other_service .other_serivce_photo_wrap .one_service_photo,.our_services_wrap .one_other_service .other_serivce_photo_wrap .other_serivce_photo,.our_services_wrap .one_servis .one_service_photo_wrap .one_service_photo,.our_services_wrap .one_servis .one_service_photo_wrap .other_serivce_photo,.our_services_wrap .one_servis .other_serivce_photo_wrap .one_service_photo,.our_services_wrap .one_servis .other_serivce_photo_wrap .other_serivce_photo{position:absolute;width:100%;height:100%;-webkit-transition:0.25s linear;-moz-transition:0.25s linear;transition:0.25s linear;background-size:cover;background-position:center;background-repeat:no-repeat;object-fit:cover}.our_services_wrap .one_servis .span_wrap{width:100%;line-height:1.1em}.other_services_wrap .one_other_service .title_service,.other_services_wrap .one_servis .title_service,.our_services_wrap .one_other_service .title_service,.our_services_wrap .one_servis .title_service{color:#373737;font-size:18px;font-weight:600;line-height:22px;position:relative;font-family:ProximaNovaRgBold}.our_services_wrap .one_servis .span_wrap h3{display:inline}.other_services_wrap .one_other_service .title_service::after,.other_services_wrap .one_servis .title_service::after,.our_services_wrap .one_other_service .title_service::after,.our_services_wrap .one_servis .title_service::after{content:"";position:absolute;width:0;height:1px;background-color:#373737;bottom:0;-webkit-transition:width 0.3s;-moz-transition:width 0.3s;transition:width 0.3s;right:0;left:auto}.other_services_wrap{margin:0 -8px 73px}.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:0 0!important}.green_intro_section{background-color:#005450;padding-bottom:103px;margin-top:130px;position:relative;z-index:1}.btnOtherServicesClass+.green_intro_section,.btnOtherServicesClass+script+.green_intro_section{margin-top:0}.green_intro_section .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;padding-left:59px}.green_intro_section .left{width:38%;padding-top:106px}.title_50.with_line{padding-bottom:18px;position:relative}.green_intro_section .wysiwyg{color:rgb(255 255 255 / .85);font-weight:400;margin-top:29px;max-width:90%}.generic-link{display:inline-block;color:#fff;font-family:bamberg_serial;font-size:25px;line-height:40px;margin-top:48px;padding-bottom:6px;position:relative;font-weight:400}@media screen and (min-width:1025px){.other_services_wrap .one_other_service:hover .one_service_photo_wrap .one_service_photo,.other_services_wrap .one_other_service:hover .one_service_photo_wrap .other_serivce_photo,.other_services_wrap .one_other_service:hover .other_serivce_photo_wrap .one_service_photo,.other_services_wrap .one_other_service:hover .other_serivce_photo_wrap .other_serivce_photo,.other_services_wrap .one_servis:hover .one_service_photo_wrap .one_service_photo,.other_services_wrap .one_servis:hover .one_service_photo_wrap .other_serivce_photo,.other_services_wrap .one_servis:hover .other_serivce_photo_wrap .one_service_photo,.other_services_wrap .one_servis:hover .other_serivce_photo_wrap .other_serivce_photo,.our_services_wrap .one_other_service:hover .one_service_photo_wrap .one_service_photo,.our_services_wrap .one_other_service:hover .one_service_photo_wrap .other_serivce_photo,.our_services_wrap .one_other_service:hover .other_serivce_photo_wrap .one_service_photo,.our_services_wrap .one_other_service:hover .other_serivce_photo_wrap .other_serivce_photo,.our_services_wrap .one_servis:hover .one_service_photo_wrap .one_service_photo,.our_services_wrap .one_servis:hover .one_service_photo_wrap .other_serivce_photo,.our_services_wrap .one_servis:hover .other_serivce_photo_wrap .one_service_photo,.our_services_wrap .one_servis:hover .other_serivce_photo_wrap .other_serivce_photo{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.other_services_wrap .one_other_service:hover .title_service::after,.other_services_wrap .one_servis:hover .title_service::after,.our_services_wrap .one_other_service:hover .title_service::after,.our_services_wrap .one_servis:hover .title_service::after{width:100%;-webkit-transition:width 0.3s;-moz-transition:width 0.3s;transition:width 0.3s;right:100%;left:0}.ftitle_31:hover{border-bottom:1px solid #ff9d62}.category_location .detalis:hover{border-color:#ff9d62}}.green_intro_section .right{width:45%;position:relative}.green_intro_section .image{width:801px;height:546px;object-fit:cover;margin-top:106px;max-width:inherit;position:relative;z-index:1}.generic-link::before{position:absolute;content:"";bottom:0;left:0;width:100%;height:1px;background-color:#fff}.title_50.with_line::before{position:absolute;content:"";bottom:0;left:0;width:46px;height:1px;background-color:#fff}.green_intro_section .circle{position:absolute;bottom:-337px;right:-218px;border-radius:50%;width:555px;height:555px;border:4px solid #ff9d62}.find_a_location{padding:155px 0 107px;position:relative}.find_a_location .section_bcg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.find_a_location .content{padding-left:59px;position:relative}.find_a_location .left{position:relative;z-index:1}.find_a_location .desc{color:#fff;font-weight:500;margin-bottom:50px;padding-top:7px}.find_a_location .search-wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.find_a_location .input_wrap{position:relative}.find_a_location img{position:absolute;top:0;bottom:0;margin:auto 0;left:24px}.find_a_location input{width:287px;height:63px;border-radius:10px 0 0 10px;background-color:#fff;padding-left:63px;border:none;font-size:14px;font-weight:500;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;margin:0 auto;padding-right:12px;border:1px solid #dddd}.site textarea:focus,input[type="color"]:focus,input[type="date"]:focus,input[type="datetime-local"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus{outline-offset:0;outline:0 dotted var(--form--border-color)}.find_a_location input::placeholder{opacity:1;color:#bdbdbd;font-size:14px}.find_a_location button{width:144px;height:63px;text-align:center;background-color:var(--sc-orange)!important;line-height:1.2;color:var(--sc-blue)!important;font-family:bamberg_serial;font-size:20px;border:none;cursor:pointer;font-weight:400;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.find_a_location button:hover{color:var(--sc-orange)!important;background-color:var(--sc-blue)!important}.find_a_location_result{padding:97px 0 70px;display:none;position:relative}.find_a_location_result .content-inner{position:relative}.find_a_location_result .cross{position:absolute;top:0;right:0;width:30px;height:30px;cursor:pointer}.find_a_location_result .cross::before{position:absolute;content:"";background-color:var(--sc-blue);top:0;right:0;left:0;bottom:0;margin:auto;width:10px;height:1px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);pointer-events:none}.find_a_location_result .cross::after{position:absolute;content:"";background-color:var(--sc-blue);top:0;right:0;left:0;bottom:0;margin:auto;width:10px;height:1px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);pointer-events:none}.find_a_location_result .text-wrap{text-align:center;max-width:777px;margin:auto}.find_a_location_result .title{color:var(--sc-blue);font-family:bamberg_serial;font-size:20px;font-weight:400}.find_a_location_result .location-name{color:var(--sc-blue);font-family:bamberg_serial;font-size:30px;font-weight:400;line-height:50px;margin-top:5px}.find_a_location_result .nearest-locations{max-width:777px;margin:72px auto 0}.find_a_location_result .distance{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;width:100%}.find_a_location_result .tier.active,.find_a_location_result .tier.hover{opacity:1}.find_a_location_result .distance .tier.active{font-weight:700}.find_a_location_result .distance .tier:nth-child(2){padding-left:6px}.find_a_location_result .line{height:1px;width:100%;background-color:rgb(85 85 85 / .5);margin:8px 0 12px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:relative}.find_a_location_result .line .tier{width:33.33%;height:3px;cursor:pointer;padding:8px 0 12px;position:relative;top:-8px}.find_a_location_result .inner-line{position:absolute;left:0;width:159px;height:3px;background-color:var(--sc-blue);top:-1px;-webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s;pointer-events:none}.find_a_location_result .time{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;width:100%}.find_a_location_result .tier{font-size:16px;color:#373737;opacity:.5;cursor:pointer;-webkit-transition:opacity 0.5s;-moz-transition:opacity 0.5s;transition:opacity 0.5s}.find_a_location_result .tier.active{opacity:1}.find_a_location_result .time .tier:nth-child(2){padding-right:6px}.find_a_location_result .results-wrap{max-width:1038px;margin:64px auto 0;border-top:1px solid #979797;padding-top:55px}.find_a_location_result .no-result{display:none}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.find_a_location_result .results{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 20px);margin:0 -10px;padding-bottom:60px}.find_a_location_result .results .location{width:calc(25% - 20px);margin:0 10px 72px;position:relative}.find_a_location_result .results .result-location-name{color:#373737;font-size:16px;font-weight:700;line-height:1.3;margin-bottom:4px}.find_a_location_result .results .result-desc{color:#373737;font-size:16px;font-weight:400;line-height:25px;display:block}.find_a_location_result .results .view-details{margin-top:15px;display:inline-block;color:#373737;font-size:14px;font-weight:700;line-height:15px;padding-bottom:5px;border-bottom:1px solid #373737}.locations_generic1 .wrap_locations{max-width:1220px;margin:0 auto;padding:100px 0}.locations_generic1 .title_50{color:var(--sc-blue);font-family:bamberg_serial;font-size:42px;line-height:1.2;font-weight:400}.locations_generic1 .wrap_descryption{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;padding:30px 0}.locations_generic1 .descryption_16{color:#373737;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:400;line-height:1.5;max-width:465px}.locations_generic1 .wrap_contact,.locations_generic1 .wrap_contact a{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.locations_generic1 .wrap_contact img{padding-right:10px}.locations_generic1 .wrap_contact .text_15{position:relative}.locations_generic1 .text_15{color:#373737;font-family:proxima-nova,sans-serif;font-size:15px;font-weight:400;line-height:1.3}.locations_generic1 .wrap_contact .text_15::after{content:"";display:block;width:100%;height:1px;background-color:#c7c7c7;left:0;bottom:-5px;position:absolute}.locations_generic1 .category_localisation1{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;width:calc(100% + 22px);margin:0 -11px}.locations_generic1 .category_localisation1 .wrap_localisation{width:calc(25% - 22px);min-height:250px;margin:0 11px 40px;cursor:pointer}.locations_generic1 .category_localisation1 .wrap_bcg{width:100%;height:80%;overflow:hidden}.locations_generic1 .category_localisation1 .localisation_bcg{width:100%;height:100%;object-fit:cover;-webkit-transition:0.4s ease-in-out;-moz-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.locations_generic1 .category_localisation1 .opacity5{-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;transition:0.2s ease-in-out;opacity:.5}.locations_generic1 .category_localisation1 .active{opacity:1}.locations_generic1 .title_18{color:#373737;font-family:ProximaNovaRgBold;font-size:18px;font-weight:500;line-height:1.2px;padding-top:30px;width:100%}.locations_generic1 .category_localisation1 .wrap_post_location{width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #373737;margin:0 11px}.locations_generic1 .category_localisation1 .title_28{width:100%;color:var(--sc-blue);font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:1.4;padding-top:50px;padding-bottom:30px}.locations_generic1 .category_localisation1 .wraper_p{width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.locations_generic1 .category_localisation1 .post_location{position:relative;width:20%;min-height:200px;margin-bottom:40px;opacity:0}.locations_generic1 .category_localisation1 .post_location:nth-child(5n+1){-webkit-transition:0.2s ease-in-out 0.2s;-moz-transition:0.2s ease-in-out 0.2s;transition:0.2s ease-in-out 0.2s}.locations_generic1 .category_localisation1 .fadeInLeft .post_location:nth-child(n+1){opacity:1;-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;transition:0.2s ease-in-out}.locations_generic1 .category_localisation1 .fadeInLeft .post_location:nth-child(n+2){opacity:1;-webkit-transition:0.2s ease-in-out 50ms;-moz-transition:0.2s ease-in-out 50ms;transition:0.2s ease-in-out 50ms}.locations_generic1 .category_localisation1 .fadeInLeft .post_location:nth-child(n+3){opacity:1;-webkit-transition:0.2s ease-in-out 0.1s;-moz-transition:0.2s ease-in-out 0.1s;transition:0.2s ease-in-out 0.1s}.locations_generic1 .category_localisation1 .fadeInLeft .post_location:nth-child(n+4){opacity:1;-webkit-transition:0.2s ease-in-out 0.15s;-moz-transition:0.2s ease-in-out 0.15s;transition:0.2s ease-in-out 0.15s}.locations_generic1 .category_localisation1 .fadeInLeft .post_location:nth-child(n+5){opacity:1;-webkit-transition:0.2s ease-in-out 0.2s;-moz-transition:0.2s ease-in-out 0.2s;transition:0.2s ease-in-out 0.2s}.locations_generic1 .category_localisation1 .fadeInLeft .post_location:nth-child(n+6){opacity:1;-webkit-transition:0.2s ease-in-out 0.25s;-moz-transition:0.2s ease-in-out 0.25s;transition:0.2s ease-in-out 0.25s}.locations_generic1 .category_localisation1 .fadeInLeft .post_location:nth-child(n+7){opacity:1;-webkit-transition:0.2s ease-in-out 0.3s;-moz-transition:0.2s ease-in-out 0.3s;transition:0.2s ease-in-out 0.3s}.locations_generic1 .category_localisation1 .description1{color:#373737;font-size:14px;font-weight:700;line-height:35px}body .locations_generic1 .category_localisation1 .description1 .title,.locations_generic1 .category_localisation1 .description1 h3{font-size:16px;display:inline;padding-right:10px}.locations_generic1 .category_localisation1 .desc_16{color:#373737;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:400;line-height:1.5;padding-top:5px;width:100%;display:block}.locations_generic1 .category_localisation1 .lp_town{padding-right:15px}.locations_generic1 .category_localisation1 .detalis1{color:#373737;font-size:14px;font-weight:700;border-bottom:1px solid;border-color:#373737;padding-top:15px;position:absolute;bottom:0;cursor:pointer}@media screen and (min-width:1025px){.locations_generic1 .category_localisation1 .wrap_localisation:hover .localisation_bcg{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.locations_generic1 .category_localisation1 .detalis1:hover{border-color:#ff9d62}}.information_section{background-color:var(--sc-gray);padding-top:176px}.information_section .top{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.information_section .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;padding-left:59px}.information_section .top .left{width:41%}.title_50.navy{color:var(--sc-blue)}.custom_link{color:var(--sc-blue);font-family:bamberg_serial;font-weight:400;font-size:20px;line-height:40px;padding-bottom:8px;position:relative;padding-top:7px;display:inline-block;text-decoration:none;cursor:pointer}.services-trigger-footer{cursor:pointer}.custom_link::before{position:absolute;content:"";bottom:0;left:0;width:60px;height:1px;background-color:var(--sc-blue)}.information_section .top .right{padding-top:57px;width:39%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.information_section .top .right .images{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.information_section .top .right .img_wrap{width:48%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;padding-bottom:88px}.information_section .top .right img{display:block;margin:auto;width:auto}.information_section .center{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-top:42px}.information_section .center .content{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;max-width:1224px;margin:auto}.information_section .center .left{width:50%;margin-right:30px}.information_section .center .left .bcg{object-fit:cover;width:calc(100% + 140px);height:645px;left:-80px;position:relative;max-width:inherit}.information_section .center .right{width:50%;margin-left:calc(10vw - 30px)}.wysiwyg h2{color:var(--sc-blue);font-family:bamberg_serial;font-size:30px;line-height:40px;margin:50px 0 27px;position:relative;padding-bottom:31px;font-weight:400}.wysiwyg h2:first-child{margin-top:0}.wysiwyg h2::before{position:absolute;content:"";bottom:0;left:0;width:46px;height:1px;background-color:var(--sc-blue)}.information_section .bottom{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.information_section .bottom .left{width:35%}.information_section .bottom .right{width:47%;padding-top:100px;margin-top:-380px;-webkit-transform:translateY(365px);-moz-transform:translateY(365px);-ms-transform:translateY(365px);-o-transform:translateY(365px);transform:translateY(365px)}.information_section .bottom .wysiwyg:first-child{margin-bottom:99px}.information_section .bottom .smaller_image{width:642px;height:429px;position:relative;left:116px;z-index:1}.information_section .bottom .bcg{object-fit:cover;width:100%;height:100%;max-width:inherit}.information_section .bottom .bigger_image{width:819px;height:1125px;position:relative;margin-top:-370px}.choose_your_style_of_therapy{background-color:#005450;padding:219px 0 67px}.choose_your_style_of_therapy .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;padding-left:59px;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.choose_your_style_of_therapy .left{width:40%;position:relative}.choose_your_style_of_therapy .right{width:44%;padding-right:70px;margin-top:115px}.choose_your_style_of_therapy .wysiwyg{color:rgb(255 255 255 / .85);margin-top:27px}.choose_your_style_of_therapy .generic-link{padding-bottom:8px;margin-top:12px}.choose_your_style_of_therapy .circle{position:absolute;bottom:-88px;left:58px;border-radius:50%;width:383px;height:383px;border:4px solid #ff9d62}.choose_your_style_of_therapy .style{margin-bottom:80px}.choose_your_style_of_therapy .title{color:#fff;font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:40px;position:relative;margin-bottom:10px}.choose_your_style_of_therapy .title::before{position:absolute;content:"";top:20px;left:-41px;width:25px;height:1px;background-color:#ff9d62}.choose_your_style_of_therapy .desc{color:rgb(255 255 255 / .85);font-weight:400;margin-top:-10px}.title_50.with_line.orange::before{background-color:#ff9d62}.helpfull_information{background-color:var(--sc-gray);padding-top:150px;padding-bottom:252px}.helpfull_information .container{position:relative}.helpfull_information .content{margin-left:59px;max-width:874px}.helpfull_information .information{margin-top:36px;columns:2}.helpfull_information .info{margin-bottom:79px;width:360px;display:inline-block}.helpfull_information .title{color:var(--sc-blue);font-family:bamberg_serial;font-size:24px;line-height:35px;position:relative;padding-bottom:27px;font-weight:400}.helpfull_information .title:first-child{margin-bottom:24px}.helpfull_information .title::before{position:absolute;content:"";bottom:0;left:0;width:46px;height:1px;background-color:var(--sc-blue)}.helpfull_information .image{position:absolute;bottom:-420px;right:-130px;border-radius:50%;width:744px;height:744px;background-size:cover;background-repeat:no-repeat;background-position:50% 0;pointer-events:none}.helpfull_information .img{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:all;object-fit:cover;border-radius:50%;opacity:0}.banner_module{height:auto;min-height:618px;width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;position:relative}.banner_module .bg{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%;z-index:1}.banner_module .container{height:100%;z-index:2;position:relative;padding-top:89px}.banner_module .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;height:100%}.banner_module .wrap_title{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:920px;text-align:center}.banner_module .wrap_test{position:absolute;opacity:0}.banner_module .title_70{text-shadow:0 2px 30px rgb(0 0 0 / 50%);color:#fff;font-size:55px;font-weight:400;line-height:1.2142857143;font-family:bamberg_serial;width:100%}.banner_module .title_70+.titlep_20{margin-top:50px}.archive_service_page .title_70{margin-top:66px}.banner_module .titlep_20{text-shadow:2px 2px 21px #000;color:#fff;font-family:proxima-nova,sans-serif;font-size:20px;font-weight:500;line-height:.8;text-align:center;width:100%}.breadcrumbs_section,.homecoming{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:20px;padding-bottom:15px;background-color:var(--sc-gray);border-bottom:3px solid #fff}.breadcrumbs_section :last-child,.homecoming :last-child{font-weight:700}.breadcrumbs_section .breadcrumbs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.breadcrumbs_section .breadcrumbs .breadcrumb_wrap{padding:0 2px}.breadcrumbs_section .breadcrumbs .breadcrumb_wrap:last-child span.rhomb{display:none}.breadcrumbs_section>div,.homecoming>div{padding:0 20px;text-align:center}.breadcrumbs_section a,.homecoming a{color:#373737!important;font-family:proxima-nova,sans-serif;font-size:15px;font-weight:400;line-height:1.6}.castle{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;background-color:var(--sc-gray);padding-top:40px;padding-bottom:60px}.castle .wrap_castle{max-width:660px;padding:0 30px}.other_services_section .container,.our_service_wrap .container{padding:80px 50px;max-width:1440px!important}.other_servises .title_services{margin-top:50px;margin-bottom:40px}.other_services_wrap .one_other_service{width:20%;min-height:200px;margin-bottom:40px;padding:0 8px}.other_services_wrap .one_other_service .span_wrap{width:100%}.other_services_wrap .one_other_service .span_wrap h4{display:inline}.additional_content .container,.book_now_bar .container,.book_now_blog .container,.information_accordions .content,.message_section .container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.additional_content .content{max-width:600px;margin-bottom:68px}.additional_content .wygiwyg_wrap{margin-top:50px}.message_section .content{max-width:600px;margin-top:50px;margin-bottom:50px}.message_section .title{color:var(--sc-blue);font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:40px}.sky_blue_text_image_section{background-color:var(--sc-gray)}.sky_blue_text_image_section .container{padding:0 112px}.sky_blue_text_image_section .container .contain{margin:0;padding:126px 0}.green_text_image_section .container .contain:after,.sky_blue_text_image_section .container .contain:after{content:"";display:table;clear:both}.green_text_image_section .container .contain,.sky_blue_text_image_section .container .contain{clear:both}.green_text_image_section .ImgWrap,.sky_blue_text_image_section .ImgWrap{float:right;margin-left:125px;margin-bottom:15px;max-width:600px}.green_text_image_section .desc ul li{background-image:url(/wp-content/themes/counsellingsydney/assets/images/bullet.png)}.sky_blue_text_image_section .ImgWrap .image_wrap{object-fit:cover;width:544px;height:366px}.sky_blue_text_image_section .title{margin-top:-5px;margin-bottom:56px;color:var(--sc-blue);font-family:bamberg_serial;font-size:30px;font-weight:400;line-height:40px;position:relative}.sky_blue_text_image_section .title::before{content:"";position:absolute;height:1px;width:50px;background-color:var(--sc-blue);bottom:-29px}.sky_blue_text_image_section .wrap_descryption{color:#373737}.information_accordions .one_section .title_section{color:var(--sc-blue);font-family:bamberg_serial;font-size:25px;line-height:40px;width:100%;padding-right:25px;border-bottom:1px solid var(--sc-blue);padding-bottom:16px;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out;cursor:pointer;margin-bottom:0;margin-top:29px;font-weight:400;position:relative}.information_accordions .one_section.active_section .title_section{color:#51788e;border-bottom:1px solid #51788e}.information_accordions .one_section .title_section::after,.information_accordions .one_section .title_section::before{content:"";position:absolute;background-color:var(--sc-blue);-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out;display:block!important}.information_accordions .one_section .title_section::before{top:calc(50% - 14px);height:16px;width:4px;right:6px}.information_accordions .one_section .title_section::after{top:calc(50% - 8px);width:16px;height:4px;right:0}.information_accordions .one_section.active_section .title_section::after,.information_accordions .one_section.active_section .title_section::before{background-color:#51788e}.information_accordions .one_section.active_section .title_section::before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.information_accordions .one_section .wysiwyg_section{display:none;color:#373737;margin:25px 0 0;padding-top:5px}.information_accordions .one_section .wysiwyg_section p+ul{padding-left:20px;margin:15px 0}.information_accordions .one_section .wysiwyg_section p{margin-top:0;padding-bottom:25px;margin-bottom:0}.book_now_bar,.book_now_blog{background-color:var(--sc-gray);width:100%;padding:50px 0}.book_now_bar .book_now_bar_content,.book_now_blog .book_now_bar_content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;width:890px;padding:0}.book_now_bar .text,.book_now_blog .text{width:326px;opacity:.7;color:rgb(0 0 0 / .85);font-size:13px;font-weight:400;letter-spacing:.54px;line-height:20px}.book_now_bar .btn_book_now,.book_now_blog .btn_book_now{max-width:220px;min-width:190px;background-color:var(--sc-orange);color:var(--sc-blue);font-family:bamberg_serial;font-size:20px;line-height:29px;text-align:center;cursor:pointer;font-weight:400;padding:14px 10px;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out}@media screen and (min-width:1025px){.book_now_bar .btn_book_now:hover,.book_now_blog .btn_book_now:hover{color:var(--sc-orange);background-color:var(--sc-blue)}.information_accordions .one_section .wysiwyg_section a:hover{color:var(--sc-orange)}}.categories_section{background-color:var(--sc-gray)}.categories_section .content{padding:90px 60px 59px;width:100%}.categories_section .title{color:var(--sc-blue);font-family:bamberg_serial;font-size:30px;font-weight:400;line-height:40px;margin:0}.categories_section .categories_wrap{margin:71px -15px 0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.categories_section .one_category{width:25%;padding:0 15px}.categories_section .one_category .desktop_link{display:inline-block;max-width:100%}.categories_section .one_category .desktop_title{margin-top:21px;color:#373737;font-size:14px;line-height:22px;margin-bottom:60px}.wrap_locations{max-width:1220px;margin:0 auto;padding:100px 0}.wrap_locations .row,.row{display:block;clear:both}.wrap_locations .row::after,.row:after{content:"";display:table;clear:both}.gap{margin-bottom:30px}.col-lg-5ths,.col-md-5ths,.col-sm-5ths,.col-xs-5ths{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.imgeffect{width:100%;height:80%;overflow:hidden;margin:0 auto}.gap a{font-size:18px;line-height:25px;margin:0;color:#373737;font-family:proxima-nova,sans-serif;font-weight:400}.imgeffect a{display:flex}.imgeffect img{width:100%;transition:0.5s ease-in-out;height:185px;object-fit:cover}.imgeffect:hover img{transform:scale(1.5)}.green_text_image_section{background-color:var(--sc-green);color:#fff}.green_text_image_section .content:after{content:"";display:table;clear:both}.green_text_image_section .content{display:block;padding:80px 60px 80px 60px;clear:both}.green_text_image_section .title{margin-bottom:49px;font-size:30px;line-height:40px;position:relative;font-family:bamberg_serial;font-weight:400;clear:inherit}.green_text_image_section h1,.green_text_image_section h2,.green_text_image_section h3,.green_text_image_section h4,.green_text_image_section h5,.green_text_image_section h6{clear:inherit;font-family:ProximaNovaRgBold;line-height:1.5}.green_text_image_section h1+p,.green_text_image_section h2+p,.green_text_image_section h3+p,.green_text_image_section h4+p,.green_text_image_section h5+p,.green_text_image_section h6+p{margin-top:20px}.green_text_image_section .title::before{content:"";position:absolute;height:1px;width:50px;background-color:#fff;bottom:-21px}.green_text_image_section .image{width:595px;height:400px;object-fit:cover}.book_now_bar .text a,.categories_section .desktop_title a,.green_text_image_section a,.information_accordions a,.message_section a,.offices_section a,.quiz_section a,.sky_blue_text_image_section a,.testimonial_section a,.youre_in_safe_hands .text a{text-decoration:underline}.information_accordions .one_section .wysiwyg_section a{text-decoration:underline;color:#51788e;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}section.information_accordions.hfaqwrapper h1,section.information_accordions.hfaqwrapper h2,section.information_accordions.pageoneacc h1,section.information_accordions.pageoneacc h2{margin-top:-30px;margin-bottom:50px;color:var(--sc-blue);font-family:bamberg_serial;font-size:35px;line-height:1.4;position:relative;font-weight:400;text-rendering:optimizelegibility}.hfaqwrapper h2,section.information_accordions.hfaqwrapper h1,section.information_accordions.pageoneacc h1{font-weight:normal!important;font-size:38px!important;line-height:50px!important}.hfaqwrapper span.hfaq__text,.pageoneacc span.hfaq__text{color:var(--sc-blue);font-family:bamberg_serial;font-size:25px;line-height:40px;width:100%;position:relative;padding-right:0;border-bottom:0;padding-bottom:10px;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out;cursor:pointer;margin-bottom:0;margin-top:0;font-weight:400;padding-top:10px;display:block}.hfaqwrapper .hfaq .hfaq__answer+p{display:none}.hfaqwrapper ul.hfaqlist[data-hfaq-style="style1"] .hfaq .hfaq__question,.pageoneacc .hfaqwrapper ul.hfaqlist[data-hfaq-style="style1"] .hfaq .hfaq__question{border-bottom:1px solid var(--sc-blue)}.hfaqwrapper .hfaq__question,.pageoneacc .hfaq__question{padding-bottom:7px!important}.categories_section .one_category .desktop_link .h3,.categories_section .one_category .desktop_link h3{text-align:center;border:1px solid #a4a4a4;color:#373737;font-size:16px;font-weight:600;line-height:20px;padding:10px 15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out}@media screen and (min-width:1025px){.categories_section .one_category .desktop_link .h3:hover,.categories_section .one_category .desktop_link h3:hover{background-color:var(--sc-blue);color:#fff}}.testimonial_section{width:100%;background-color:var(--sc-green)}.testimonial_section .container{padding:120px 50px}.testimonial_section div{height:100%}.testimonial_section .testimonial_section_content{text-align:center;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;width:100%}.testimonial_section .testimonial_text{color:#fff;font-family:bamberg_serial;font-size:42px;font-weight:400;line-height:60px;max-width:891px}.testimonial_section .name{text-shadow:0 2px 100px rgb(0 0 0 / 50%);color:#f0faff;font-size:20px;font-weight:500;line-height:25px;margin-bottom:0}.youre_in_safe_hands{background-color:var(--sc-gray)}.youre_in_safe_hands .container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.youre_in_safe_hands .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;margin-top:94px;max-width:891px;margin-bottom:100px}.youre_in_safe_hands .text_wrap{text-align:center}.youre_in_safe_hands .text_wrap li{text-align:left;margin-bottom:20px}.youre_in_safe_hands .text .title_50,.youre_in_safe_hands .text h2,.youre_in_safe_hands .text h3,.youre_in_safe_hands .text h4,.youre_in_safe_hands .text h5{margin-top:44px;margin-bottom:29px;color:var(--sc-blue);font-family:bamberg_serial;font-size:38px;font-weight:400;line-height:55px}.youre_in_safe_hands .text p{color:#373737;max-width:635px;margin:0 auto}.youre_in_safe_hands .logos{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;width:100%;margin:80px -10px -15px}.youre_in_safe_hands .logos .logo{width:calc(25% - 20px);margin:0 10px 50px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.youre_in_safe_hands .logos .logo img{max-width:inherit}.youre_in_safe_hands .btn_wrap{color:var(--sc-blue);font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:40px;margin-top:22px}.youre_in_safe_hands .btn_wrap a{border-bottom:1px solid var(--sc-blue)}.information_accordions .one_section.no_accordion .title_section{border:none}.information_accordions .one_section.no_accordion .title_section::after,.information_accordions .one_section.no_accordion .title_section::before,.one_section.no_accordion .title_section::after,.one_section.no_accordion .title_section::before{display:none!important}.registered_physchologist_module{position:relative;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:100%;height:100%}.registered_physchologist_module .container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;padding:0}@media screen and (min-width:1024px){.registered_physchologist_module .container{max-width:100%}}.registered_physchologist_module .left{width:50%;position:relative}.registered_physchologist_module .left .bcg-wrap{height:100%}.registered_physchologist_module .left .bcg{object-fit:cover;width:100%;height:100%}.registered_physchologist_module .right{position:relative;width:50%;height:100%;max-width:570px;padding-left:100px}.registered_physchologist_module .wrap_right{height:100%;padding:80px 0}.registered_physchologist_module .titleg_50{color:var(--sc-blue);font-family:bamberg_serial;font-size:42px;font-weight:400;max-width:300px;line-height:1.2;padding-bottom:30px}.registered_physchologist_module .titleg_26{position:relative;color:var(--sc-blue);font-family:bamberg_serial;font-size:20px;line-height:1.5;padding-bottom:5px;margin-bottom:20px;border-bottom:1px solid #344468;cursor:pointer;font-weight:400}.registered_physchologist_module .signature{width:19px;height:19px;position:absolute;margin-left:15px;right:0;top:7px}.registered_physchologist_module .signature:before{content:"";width:19px;height:5px;border-top:5px solid var(--sc-blue);display:block;position:absolute;margin-top:7px;margin-left:0}.registered_physchologist_module .signature:after{content:"";width:5px;height:19px;border-right:5px solid var(--sc-blue);display:block;position:absolute;margin-top:0;margin-left:7px;-webkit-transition:0.4s ease-in-out;-moz-transition:0.4s ease-in-out;transition:0.4s ease-in-out;opacity:1}.registered_physchologist_module .opener .signature:after{opacity:0}.registered_physchologist_module .clicker_wrap{display:none;padding-bottom:20px}.registered_physchologist_module .wrap_info{padding-top:80px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.registered_physchologist_module .btn{width:240px;height:56px;background-color:var(--sc-orange);color:var(--sc-blue);text-align:center;font-size:20px;display:block;font-family:bamberg_serial;padding:15px 10px 16px;cursor:pointer;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;font-weight:400}.registered_physchologist_module .btn:hover{color:var(--sc-orange);background-color:var(--sc-blue)}.registered_physchologist_module .titleg_30{display:inline-block;color:var(--sc-blue);font-family:bamberg_serial;font-size:22px;font-weight:400}.single_location_module{background-color:#005450;padding-bottom:40px}.single_location_module .container{max-width:1320px}.single_location_module .title_50{color:#fff;font-family:bamberg_serial;font-size:42px;font-weight:400;line-height:1.2;padding-top:85px;padding-bottom:30px}.single_location_module .title16{font-family:proxima-nova,sans-serif;font-size:16px;font-weight:500;color:#fff;padding-bottom:40px}.single_location_module .nav{list-style-type:none;padding-left:15px;margin-bottom:30px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #979797;z-index:1}.single_location_module .nav li{display:inline-block;padding:15px;opacity:.54;color:#fff;font-family:bamberg_serial;font-size:24px;line-height:33px;font-weight:400}.single_location_module .nav .active::after{content:"";position:absolute;width:100%;height:3px;background-color:#005450;bottom:-2px;left:0;z-index:10}.single_location_module .nav .active{border-top:1px solid #979797;border-left:1px solid #979797;border-right:1px solid #979797;opacity:1;position:relative;background-image:none}.single_location_module .tab-pane{display:none}.single_location_module .tab-pane.active{display:block}.single_location_module .wrap_single_picture{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.single_location_module .wrap_single_picture picture{width:40.6%}.single_location_module .wrap_single_picture .pictures{width:49%;height:360px}.single_location_module .wrap_single_picture .bcg_wso img{object-fit:cover;width:100%}.single_location_module .wrap_single_inf{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.single_location_module .left,.single_location_module .right{width:50%}.single_location_module .right{padding-bottom:65px}.single_location_module .wrap_lefter{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;padding:70px 0}.single_location_module .title_38{color:#fff;font-family:bamberg_serial;font-size:28px;display:inline-block;padding-right:15px;min-width:50%;line-height:1.2;font-weight:400}.single_location_module .btn{width:190px;height:57px;background-color:var(--sc-orange);color:var(--sc-blue);text-align:center;font-size:20px;display:block;font-family:bamberg_serial;padding:15px 10px 16px;cursor:pointer;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;margin-right:15px;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;font-weight:400}.single_location_module .btn:hover{background-color:var(--sc-blue);color:var(--sc-orange)}.single_location_module .wrap_left{width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.single_location_module .wrap_center{width:50%}.single_location_module .titlep_17{color:#fff;font-family:ProximaNovaRgBold;font-size:17px;font-weight:700;line-height:1.4705882353;width:100%;padding-left:45px;position:relative}.single_location_module .titlep_17 svg{position:absolute;left:0}.single_location_module .titlep_16{opacity:.7;color:#fff;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:400;line-height:1.5625;padding-top:25px;padding-bottom:50px;max-width:480px}.single_location_module .titlep_16 p{margin:0}.single_location_module .right .our_service_wrap .container{margin:0;padding:0 15px}.single_location_module .right .our_service_wrap .title_services{color:#fff;font-family:bamberg_serial;font-size:24px;margin-top:50px;font-weight:400}.single_location_module .right .our_service_wrap .text_services{opacity:.7;color:#fff;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:400;line-height:1.5625;padding-top:25px;padding-bottom:20px;display:none}.other_services_wrap,.our_services_wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.our_services_wrap{margin:51px -11px 7px}.single_location_module .right .our_service_wrap .one_servis{width:20%;padding:0 11px;min-height:67px;margin-bottom:33px}.single_location_module .right .our_service_wrap .title_service{color:#fff;font-size:13px;font-family:proxima-nova,sans-serif;font-weight:400;line-height:18px;position:relative}.single_location_module .right .our_service_wrap .title_service::after{content:"";position:absolute;width:0;height:1px;background-color:#fff;bottom:0;-webkit-transition:width 0.3s;-moz-transition:width 0.3s;transition:width 0.3s;right:0;left:auto}.single_location_module .right .our_service_wrap .one_servis .one_service_photo_wrap{height:67px}.OtherConcerns_btn,.more_services_btn{width:calc(25% - 20px);margin-left:10px;height:193px;cursor:pointer;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;background-color:#f0f0f0}.OtherConcerns_btn,.single_location_module .right .our_service_wrap .more_services_btn{width:calc(100% - 0px);height:67px}.single_location_module .right .our_service_wrap a.other-concerns-anchor:focus{color:#373737}.OtherConcerns_btn span,.single_location_module .right .our_service_wrap .more_services_btn span{font-size:13px;font-family:proxima-nova,sans-serif;font-weight:600;line-height:18px}.more_services_btn span{color:#373737;font-size:18px;font-weight:600;position:relative}.OtherConcerns_btn span{position:relative}.OtherConcerns_btn span::after,.more_services_btn span::after{content:"";position:absolute;width:0;height:1px;background-color:#373737;bottom:0;-webkit-transition:width 0.3s;-moz-transition:width 0.3s;transition:width 0.3s;right:0;left:auto}@media screen and (min-width:1025px){.OtherConcerns_btn:hover span::after,.more_services_btn:hover span::after{width:100%;-webkit-transition:width 0.3s;-moz-transition:width 0.3s;transition:width 0.3s;right:100%;left:0}.our_quality_guarantee_module .btn:hover{background-color:var(--sc-blue);color:var(--sc-orange)}}.our_quality_guarantee_module{position:relative}.our_quality_guarantee_module .container{max-width:1320px}.our_quality_guarantee_module .wrap_section{position:relative;width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.our_quality_guarantee_module .left{width:50%;padding-top:90px;padding-bottom:90px}.our_quality_guarantee_module .wrap_left{max-width:440px;width:100%}.our_quality_guarantee_module .titleg_50{color:var(--sc-blue);font-family:bamberg_serial;font-size:42px;line-height:1.2;max-width:300px;font-weight:400}.our_quality_guarantee_module .btn{width:230px;height:57px;background-color:var(--sc-orange);color:var(--sc-blue);text-align:center;font-size:20px;display:block;font-family:bamberg_serial;padding:15px 10px 16px;cursor:pointer;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;margin-top:60px;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;font-weight:400}.our_quality_guarantee_module .bigger_image{width:50%;position:relative}.our_quality_guarantee_module .bcg{position:relative;width:830px;height:580px;max-width:50vw;object-fit:cover;z-index:1}.our_quality_guarantee_module .circle{position:absolute;width:555px;height:555px;border:4px solid #ff9d62;border-radius:50%;top:-90px;right:-200px}.our_quality_guarantee_module .pictures{display:grid;grid-template-columns:auto auto auto auto;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;grid-gap:40px;padding-bottom:80px}.our_quality_guarantee_module .pictures img{max-width:100%}.did_you_know_module{width:100%;position:relative}.did_you_know_module .network{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.did_you_know_module .wrap_did{max-width:800px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:115px 110px;margin:0 auto}.did_you_know_module .titleg_36{color:#fff;font-family:bamberg_serial;line-height:1.2;font-size:26px;font-weight:400;width:100%;text-align:center;padding-bottom:60px}.did_you_know_module .titleg_50{color:#fff;font-family:bamberg_serial;line-height:1.2;font-size:42px;text-align:center;font-weight:400}.did_you_know_module .did{background-color:#005450}.did_you_know_module .network{background-color:var(--sc-gray)}.did_you_know_module .did,.did_you_know_module .network{position:relative;width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.did_you_know_module .wrap_network{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;min-width:650px;padding-top:50px;padding-bottom:60px}.did_you_know_module .right{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:326px}.did_you_know_module .titlep_16{opacity:.7;color:rgb(0 0 0 / .85);line-height:30px;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:700;letter-spacing:.66px}.did_you_know_module .titlep_13{opacity:.7;color:rgb(0 0 0 / .85);font-family:proxima-nova,sans-serif;font-size:13px;font-weight:400;letter-spacing:.54px;line-height:20px}.did_you_know_module .btn{min-width:240px;height:100%;background-color:var(--sc-orange);color:var(--sc-blue);text-align:center;font-size:20px;display:block;font-family:bamberg_serial;padding:15px 10px 16px;cursor:pointer;max-width:600px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;font-weight:400}@media screen and (min-width:1025px){.did_you_know_module .btn:hover{background-color:var(--sc-blue);color:var(--sc-orange)}.quiz_section .quiz_btn:hover{border-bottom:1px solid #ff9d62}}.quiz_section{background-color:var(--sc-green);color:#fff}.quiz_section .container{padding:0 112px}.quiz_section .content{padding-top:62px;padding-bottom:108px;padding-left:38px}.quiz_section .title{margin-top:33px;font-family:bamberg_serial;font-size:30px;font-weight:400;line-height:40px;position:relative;margin-bottom:54px}.quiz_section .title::before{content:"";position:absolute;height:1px;width:50px;background-color:#fff;bottom:-28px}.quiz_section .quiz_wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.quiz_section .desc_wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;color:#c5c5c5;font-size:14px;margin-bottom:14px}.quiz_section .desc_wrap .desc{width:600px;margin-right:15px}.quiz_section .desc_wrap .desc span{margin:0}.quiz_section .desc_wrap .yes_no_wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.quiz_section .desc_wrap .yes_no_wrap span{margin-right:25px}.quiz_section .one_question{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-bottom:10px}.quiz_section .text_question{width:600px;margin-right:15px}.quiz_section .text_question span{font-size:16px;font-weight:400;line-height:30px}.quiz_section .radio_question input[type="radio"]{position:absolute;left:-9999px;opacity:0}.quiz_section .radio_question label{position:relative;padding-left:20px;margin-right:25px;cursor:pointer;display:initial}.quiz_section .radio_question label::after,.quiz_section .radio_question label::before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;top:0;left:0}.quiz_section .radio_question label::before{border:1px solid var(--sc-gray);background-color:#fff0}.quiz_section .radio_question label::after{background-color:var(--sc-gray);border-radius:100%;-webkit-transition:0.2s;-moz-transition:0.2s;transition:0.2s}.quiz_section .radio_question [type="radio"]:not(:checked)+label::after{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.quiz_section .radio_question [type="radio"]:checked+label::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.quiz_section .your_score{position:relative}.quiz_section .validation{opacity:0;position:absolute;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out;font-family:bamberg_serial;font-size:24px;font-weight:400}.quiz_section .your_score_box{opacity:0;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out;width:317px;min-height:431px;border:1px solid #979797;margin-right:64px;text-align:center;padding-bottom:20px}.quiz_section .your_score_box .first_text{margin-top:51px;margin-bottom:33px;font-family:bamberg_serial;font-size:30px;font-weight:400;line-height:40px}.quiz_section .your_score_box .radio_number{font-size:70px;margin:0}.quiz_section .your_score_box .second_text{margin-top:61px;color:#c5c5c5;font-size:14px;line-height:22px}.quiz_section .your_score_box .second_text .radio_number{font-size:14px}.quiz_section .your_score_box .answer_1,.quiz_section .your_score_box .answer_2{display:none;padding:0 21px;margin-top:10px}.quiz_section .your_score_box .answer_1.active,.quiz_section .your_score_box .answer_2.active{display:block}.quiz_section .btn_wrap{text-align:end;margin-top:38px;margin-right:25px}.quiz_section .quiz_btn{border-bottom:1px solid #fff;cursor:pointer;font-family:bamberg_serial;font-size:20px;font-weight:400;line-height:40px;margin-left:43px;padding-bottom:7px;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.quiz_section .your_score_box.your_score_show{opacity:1}.archive_locations_page .container{max-width:1200px}.archive_locations_page .locations{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:80px}.archive_locations_page .category_localisation{position:relative;width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:50px}.archive_locations_page .cell_2{width:48%}.archive_locations_page .title_20{color:#373737;font-family:proxima-nova,sans-serif;font-size:20px;font-weight:600;line-height:22px;width:100%;padding-bottom:20px;border-bottom:1px solid #979797;margin-bottom:50px}.archive_locations_page .wrap_bcg{width:290px;height:193px}.archive_locations_page .localisation_bcg{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.archive_locations_page .wrap_post{position:relative;width:calc(100% - 350px);display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.archive_locations_page .post_location{width:33%;padding-bottom:110px}.archive_locations_page .cell_2 .post_location{width:100%}.archive_locations_page .description{color:#373737;font-size:16px;font-weight:700;line-height:35px}.archive_locations_page .desc_16{color:#373737;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:400;line-height:1.5;padding-top:5px;width:100%;display:block}.archive_locations_page .detalis{color:#373737;font-size:14px;font-weight:700;border-bottom:1px solid;border-color:#373737;padding-top:15px;position:absolute}@media (min-width:1200px){.hidden-lg{display:none!important}.visible-lg{display:block!important}}@media screen and (min-width:1025px){.archive_locations_page .detalis:hover{border-color:#ff9d62}.dynamic-result .send-enquiry input[type="submit"]:hover{background-color:var(--sc-blue)!important;color:#fff!important}}.archive_locations_page .message_section .wygiwyg_wrap ul{padding-left:20px}.posts_blog .container{display:block}.posts_blog .content{position:relative;max-width:1028px;width:100%;margin:60px auto;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.posts_blog .big_post{width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-bottom:60px}.posts_blog .single_post{position:relative;width:48%;margin-bottom:34px;display:block}.posts_blog .single_post .bcg_post{width:100%;height:348px;object-fit:cover;margin-bottom:28px}.posts_blog .single_post .term_wrap{margin-bottom:14px}.posts_blog .single_post .title_21{color:#1e1e1e;font-family:proxima-nova,sans-serif;font-size:21px;font-weight:700;line-height:1.4285714286}.posts_blog .big_post .lhs{width:49%}.posts_blog .big_post .bcg_post{width:100%;height:100%;object-fit:cover}.posts_blog .big_post .rhs{background-color:var(--sc-gray);position:relative;width:51%;min-height:341px;padding:40px 48px;overflow:hidden;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.posts_blog .big_post .desc_wrap{position:relative;width:100%;max-width:575px}.posts_blog .big_post .term_wrap{margin-bottom:5px;color:#373737;font-family:proxima-nova,sans-serif;font-size:14px;font-weight:400}.posts_blog .big_post .title_35{margin-bottom:23px;color:var(--sc-blue);font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:1.2}.posts_blog .big_post .desc{color:#373737;font-family:ProximaNovaRg;font-size:16px;font-weight:400;line-height:1.5625;margin:0}.posts_blog .read_more div{color:#005450;font-family:proxima-nova,sans-serif;font-size:14px;font-weight:400;line-height:1.5714285714;padding:22px 0;display:inline-block;cursor:pointer}.posts_blog .pagination{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;width:100%;padding:0;border:0}.error404 header.page-header{margin:140px auto 0;border-bottom:0;padding-bottom:0;text-align:center;max-width:100%;background-color:#005450}.error404 header.page-header h1.page-title{font-size:50px;line-height:1.2;color:#fff;padding:15px 0 20px;max-width:1440px;margin:0 auto}.error404 .not-found{padding:50px 0}.search-form .search-field{border:1px solid #ddd}.search-form .search-submit{max-width:220px;min-width:190px;background-color:var(--sc-orange)!important;color:var(--sc-blue)!important;font-family:bamberg_serial;font-size:20px;font-weight:400;line-height:29px;text-align:center;border:0!important;cursor:pointer;font-weight:600;padding:0;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out;margin:10px auto}.search-form .search-submit:hover{color:var(--sc-orange)!important;background-color:var(--sc-blue)!important}.single-post .single_post{margin-top:150px}.error404 .TopHeader .topmenu .menu li a,.single-post .TopHeader .topmenu .menu li a{color:#000}.error404.disableScroll .TopHeader .topmenu .menu li a,.single-post.disableScroll .TopHeader .topmenu .menu li a{color:#fff}.error404.disableScroll .menu-link span,.single-post.disableScroll .menu-link span{background-color:#fff}.error404.disableScroll .TopHeader .topmenu .menu li.call-us-trigger::after,.single-post.disableScroll .TopHeader .topmenu .menu li.call-us-trigger::after{-webkit-filter:invert(0%);filter:invert(0%)}.error404 .TopHeader path[fill="#fff"],.error404 .TopHeader path[style="fill:#fff"],.error404 .TopHeader rect[fill="#fff"],.error404 .TopHeader rect[style="fill:#fff"],.single-post .TopHeader path[fill="#fff"],.single-post .TopHeader path[style="fill:#fff"],.single-post .TopHeader rect[fill="#fff"],.single-post .TopHeader rect[style="fill:#fff"]{fill:#373737!important}.error404 .TopHeader .topmenu .menu li.call-us-trigger::after,.single-post .TopHeader .topmenu .menu li.call-us-trigger::after{-webkit-filter:invert(100%);filter:invert(100%)}.error404 .menu-link span,.single-post .menu-link span{background-color:#000}.post_archive .content{position:relative;max-width:1000px;padding:0 50px;margin:0 auto}.post_archive .postcoming{padding-bottom:30px}.post_archive .postcoming a{color:#373737;font-family:proxima-nova,sans-serif;font-size:15px;font-weight:400;line-height:1.6;text-decoration:none!important;transition:all 0.3s ease-in-out}.post_archive .postcoming a:hover{color:var(--sc-orange)}.post_archive .postcoming .title_15{color:#373737;font-family:proxima-nova,sans-serif;font-size:15px;font-weight:700;line-height:1.6}.post_archive .pt_title{padding-bottom:70px}.post_archive .title_60{margin-top:30px;color:var(--sc-blue);font-family:bamberg_serial;font-size:55px;font-weight:400;line-height:1.1}.post_archive .bcg_post{width:100%;min-height:397px;object-fit:cover;display:block}.post_archive .wrap_wyswig{position:relative}.post_archive .wrap_wyswig h2{font-size:24px;line-height:1.2;color:#373737}.post_archive .wrapshare{top:94px;position:absolute;width:150px}.post_archive .wysiwyg_post{max-width:700px;padding:80px 50px;margin:0 auto;font-family:ProximaNovaRg;position:relative}.post_archive .wrapshare a{width:28px;height:28px;display:block;text-align:left;margin-bottom:10px;line-height:28px;font-size:28px;color:#929292;opacity:.5;cursor:pointer}.post_archive .wrapshare .title_12{font-family:proxima-nova,sans-serif;font-size:12px;font-weight:400;letter-spacing:1px;line-height:22.65px;text-transform:uppercase;color:#424242;margin-bottom:20px}.category_location .practise_location{background-color:#005450;padding-bottom:200px}.category_location .practise_location .container{max-width:1260px}.category_location .wrap_text{padding:70px 0}.category_location .wrap_text .titleg_50{font-family:bamberg_serial;font-size:42px;font-weight:400;line-height:1.2;color:#f0faff;padding-bottom:30px}.category_location .wrap_text .titlep_16{font-family:proxima-nova,sans-serif;font-size:16px;font-weight:500;color:#fff}.category_location .wraper_pl{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.category_location .post_location{width:25%;padding-bottom:35px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.category_location .post_location:nth-child(4n+1),.category_location .post_location:nth-child(4n+2),.category_location .post_location:nth-child(4n+3){padding-right:35px}.category_location .maps_style{width:100%;height:176px}.category_location .description{color:#f0faff;font-family:bamberg_serial;font-size:24px;line-height:1;padding-top:35px;padding-bottom:35px;margin-bottom:35px;position:relative;display:block;font-weight:400;outline:0}.category_location .description h3{color:#f0faff;font-family:bamberg_serial;font-size:25px;line-height:1;font-weight:400;outline:0}.category_location .description:after{position:absolute;content:"";height:1px;background-color:var(--sc-orange);width:40px;bottom:0;left:0}.category_location .desc_16{color:#fff;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:400;line-height:1.5625;width:100%}.category_location .detalis{color:#fff;font-size:14px;font-weight:700;border-bottom:1px solid;border-color:#fff;display:inline-block;padding-top:15px}.hidden{display:none!important}.dynamic-result .banner_module{position:relative}.dynamic-result .banner_module .bg{background-size:cover;background-repeat:no-repeat;background-position:center;position:absolute;top:0;left:0;width:100%;height:100%}.dynamic-result .banner_module .text-wrap{margin:auto;text-align:center;padding-bottom:45px;padding-top:94px;z-index:1;display:block}.dynamic-result .banner_module .banner-name{text-shadow:0 2px 30px rgb(0 0 0 / 50%);color:#fff;font-family:bamberg_serial;font-size:80px;font-weight:400;line-height:95px}.dynamic-result .banner_module .banner-concerns{text-shadow:2px 2px 21px dimgray;color:#fff;font-size:20px;font-weight:500;line-height:25px;margin-top:53px}.dynamic-result .breadcrumbs{background-color:var(--sc-gray);color:#373737;font-size:15px;font-weight:400;line-height:25px;text-align:center;border-bottom:1px solid #fff;padding:36px 0 35px}.dynamic-result .breadcrumbs span{font-weight:700}.dynamic-result .send-enquiry{background-color:var(--sc-gray);padding:45px 0 39px}.dynamic-result .send-enquiry .container{padding:0 112px}.dynamic-result .send-enquiry .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.dynamic-result .send-enquiry .result{width:35%;position:relative}.dynamic-result .send-enquiry .form-wrap{width:58%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;margin-left:9%}.dynamic-result .send-enquiry .result::before{position:absolute;content:"";top:-8px;bottom:0;right:0;margin:auto 0;height:calc(100% + 16px);width:1px;background-color:#979797;opacity:.5}.dynamic-result .send-enquiry .title{color:var(--sc-blue);font-family:bamberg_serial;font-size:18px;font-weight:400;line-height:19px;padding-bottom:43px}.dynamic-result .send-enquiry .location-name{color:var(--sc-blue);font-family:bamberg_serial;font-size:24px;font-weight:400;line-height:19px;margin-bottom:10px}.dynamic-result .send-enquiry .edit{color:#373737;font-size:14px;font-weight:500;line-height:10px;margin-top:14px}.dynamic-result .send-enquiry .edit div{padding-bottom:7px;border-bottom:1px solid #373737;display:inline-block;cursor:pointer}.dynamic-result .send-enquiry .edit div:last-child{margin-left:30px}.dynamic-result .send-enquiry .edit div img,.dynamic-result .send-enquiry .edit div svg{margin-left:13px;top:2px;position:relative}.dynamic-result .send-enquiry .left,.dynamic-result .send-enquiry .right{width:45%}.dynamic-result .send-enquiry .input-wrap.edit{cursor:pointer;margin-top:0}.dynamic-result .send-enquiry label{color:rgb(55 55 55 / .8);font-size:14px;font-weight:400;line-height:21px}.dynamic-result .send-enquiry .edit input{width:100%;overflow:hidden;text-overflow:ellipsis;padding-right:20px}.dynamic-result .send-enquiry input:not([type="submit"]){border:none;background-color:#fff0;font-size:14px}.dynamic-result .send-enquiry .input-wrap input{height:25px}.dynamic-result .send-enquiry [name="location"]{padding-left:11px}.dynamic-result .send-enquiry .input-wrap svg{margin-left:13px;top:2px;position:absolute;right:0}.dynamic-result .send-enquiry .enquiries{color:#707273;font-size:13px;font-weight:400;letter-spacing:.54px;line-height:18px;padding-bottom:7px}.dynamic-result .send-enquiry strong{color:#636567;font-size:13px;font-weight:700;letter-spacing:.54px;line-height:18px}.dynamic-result .send-enquiry .working_hours{color:#707273;font-size:13px;font-weight:400;line-height:20px}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}.dynamic-result .send-enquiry p{margin:0}.dynamic-result .send-enquiry .input-wrap{margin-top:0;border-bottom:1px solid rgb(55 55 55 / .8);margin-bottom:33px;padding-bottom:5px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;position:relative}.dynamic-result .send-enquiry .input-wrap .wpcf7-form-control-wrap{position:unset}.dynamic-result .send-enquiry input[type="submit"]{width:100%;height:56px;line-height:56px;background-color:var(--sc-orange)!important;text-align:center;border:none;color:var(--sc-blue)!important;font-family:bamberg_serial;font-size:20px;font-weight:400;margin-top:2px;padding:0;cursor:pointer;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.dynamic-result .send-enquiry .ajax-loader{display:none}.dynamic-result .send-enquiry .edit-location-modal{position:absolute;top:51px;right:0;left:0;width:287px;margin:0 auto;pointer-events:none;opacity:0}.dynamic-result .qa-section{padding:70px 0 58px}.dynamic-result .qa-section:last-child{padding-bottom:13px}.dynamic-result .qa-section .container{padding:0 112px}.dynamic-result .send-enquiry .edit-location-modal .input-wrap{border:none}.dynamic-result .thank_you_message{background-color:var(--sc-gray);display:none}.dynamic-result .thank_you_message .container{padding:0 112px}.dynamic-result .thank_you_message .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;padding:43px 0 40px}.dynamic-result .thank_you_message .column{width:calc(100% / 3);padding:16px 50px 25px;border-right:1px solid rgb(151 151 151 / .5)}.dynamic-result .thank_you_message .column:first-child{padding-left:0;padding-top:0}.dynamic-result .thank_you_message .title{color:#373737;font-family:bamberg_serial;font-size:24px;font-weight:400;letter-spacing:1.24px;line-height:21px;margin-bottom:6px}.dynamic-result .thank_you_message .desc{color:#373737;font-size:12px;font-weight:400;letter-spacing:.49px;line-height:18px}.dynamic-result .thank_you_message .title-20{color:var(--sc-blue);font-family:bamberg_serial;font-size:16px;font-weight:400;line-height:31px;padding-bottom:13px}.dynamic-result .thank_you_message .column:last-child{border:none}.dynamic-result .thank_you_message .phone{color:#373737;font-family:bamberg_serial;font-size:16px;font-weight:400;letter-spacing:.82px;line-height:21px;margin-bottom:21px}.dynamic-result .thank_you_message .hours{opacity:.7;color:#373737;font-size:12px;font-weight:400;line-height:22px;margin-bottom:30px}.dynamic-result .thank_you_message .logos{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;width:calc(100% + 26px);margin:0 -13px}.dynamic-result .thank_you_message .logo-wrap{width:calc(100% / 3 - 26px)}.dynamic-result .thank_you_message .logo{max-width:100%;max-height:40px;padding:0 13px;display:block;margin:auto}.dynamic-result .concerns-edit{background-color:var(--sc-gray);display:none;border-top:1px solid #979797;padding-top:47px}.dynamic-result .concerns-edit .container{padding:0 112px}.dynamic-result .concerns-edit .content{position:relative}.dynamic-result .concerns-edit .cross{position:absolute;top:-12px;right:-50px;width:30px;height:30px;cursor:pointer}.dynamic-result .concerns-edit .cross::before{position:absolute;content:"";background-color:#979797;top:0;right:0;left:0;bottom:0;margin:auto;width:10px;height:1px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);pointer-events:none}.dynamic-result .concerns-edit .cross::after{position:absolute;content:"";background-color:#979797;top:0;right:0;left:0;bottom:0;margin:auto;width:10px;height:1px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);pointer-events:none}.dynamic-result .concerns-edit .concerns-wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 30px);margin:0 -15px;padding-bottom:30px}.dynamic-result .concerns-edit .concern{width:calc(100% / 11 - 30px);margin:0 15px 25px;position:relative;opacity:.5;cursor:pointer}.dynamic-result .concerns-edit .concern_bcg{height:68px;width:100%;background-color:#000;background-size:cover;background-repeat:no-repeat}.dynamic-result .concerns-edit .concern .description{color:#373737;font-family:proxima-nova,sans-serif;font-size:13px;font-weight:400;line-height:1.4;padding-top:10px}.dynamic-result .concerns-edit .elypse{opacity:0;width:26px;height:26px;border-radius:50%;background-color:#005450;position:absolute;top:-13px;right:-13px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.dynamic-result .concerns-edit .elypse::before{content:"\00d7";color:var(--sc-gray);font-size:26px;position:absolute;top:1px;bottom:0;left:-1px;right:0;margin:auto;opacity:0;text-align:center;font-weight:600}.dynamic-result .concerns-edit .elypse::after{content:"\2714 \fe0e";color:var(--sc-gray);font-size:18px}.dynamic-result .concerns-edit .concern.concern_add,.dynamic-result .concerns-edit .concern.concern_add .elypse{opacity:1}.btn_services{width:100px;height:40px;background-color:var(--sc-orange)!important;margin:25px auto 0;border:none;cursor:pointer;padding:0}.btn_services span{color:var(--sc-blue);font-family:bamberg_serial;font-size:12px;font-weight:400}.dynamic-result .qa-section .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.dynamic-result .qa-section .left{width:329px;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0;color:#373737;font-size:14px;font-weight:400;line-height:20px}.dynamic-result .qa-section .thumbnail{width:100%;height:222px;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative}.dynamic-result .qa-section .thumbnail_img{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:cover}.dynamic-result .side-nav-wrap{overflow:hidden}.dynamic-result .side-nav{max-height:700px;overflow-x:hidden;overflow-y:auto;width:calc(100% + 17px)}.dynamic-result .qa-section .concern-item{border-left:1px solid rgb(55 55 55 / .72)!important;border-bottom:1px solid rgb(55 55 55 / .72);padding:10px 0 9px 38px;cursor:pointer;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.dynamic-result .qa-section .concern-item.active{font-size:16px;font-weight:600}.dynamic-result .qa-section .booking-btn{width:100%;background-color:var(--sc-orange)!important;color:var(--sc-blue)!important;font-family:bamberg_serial;font-size:20px;font-weight:400;border:none;cursor:pointer;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;padding:13px 0}@media screen and (min-width:1025px){.dynamic-result .qa-section .concern-item:hover{background-color:var(--sc-blue);border-color:var(--sc-blue);color:#fff}@media screen and (min-width:1025px){.dynamic-result .side-nav .concern-item:nth-last-child(2){border-bottom:none}}.dynamic-result .qa-section .booking-btn:hover{background-color:var(--sc-blue)!important;color:#fff!important}}.dynamic-result .qa-section .right{width:calc(100% - 329px);background-color:#fafafa;padding:62px 0 97px}.dynamic-result .qa-section .right-content{width:70%;margin:auto}.dynamic-result .qa-section .concern-title{color:var(--sc-blue);font-family:bamberg_serial;font-size:30px;font-weight:400;line-height:60px}.information_accordions .information_accordions_wrap{width:930px;margin-top:128px;margin-bottom:100px}.dynamic-result .information_accordions .information_accordions_wrap{margin-bottom:0}.Copyright{color:grey;font-size:xx-small}.dynamic-result .send-enquiry.green{background-color:#005450;color:#b2cbca}.dynamic-result .send-enquiry.green .location-name,.dynamic-result .send-enquiry.green .title{color:var(--sc-orange)}.dynamic-result .send-enquiry.green .edit,.dynamic-result .send-enquiry.green .enquiries,.dynamic-result .send-enquiry.green .working_hours,.dynamic-result .send-enquiry.green label,.dynamic-result .send-enquiry.green strong{color:#b2cbca}.dynamic-result .send-enquiry.green svg{fill:#b2cbca}.dynamic-result .send-enquiry.green .edit div,.dynamic-result .send-enquiry.green .input-wrap{border-color:#b2cbca}.dynamic-result .send-enquiry.green input:not([type="submit"]){color:#fff}.dynamic-result .send-enquiry.green input::placeholder{opacity:1;color:#bdbdbd;font-size:14px}.dynamic-result .send-enquiry.green input:not([type="submit"])::placeholder{color:#b2cbca}.dynamic-result .send-enquiry.green .edit div img,.dynamic-result .send-enquiry.green .edit img{filter:invert(1);opacity:.7}.information_accordions .one_section .wysiwyg_section img{width:100%;height:auto}.dynamic-result .mobile-only{display:none}.fadeZoom{-webkit-transform:scale3d(1.05,1.05,1);-moz-transform:scale3d(1.05,1.05,1);-ms-transform:scale3d(1.05,1.05,1);-o-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1);opacity:0}.fadeZoom.start_anim{animation:1.4s forwards fadeZoom}@keyframes fadeZoom{0%{-webkit-transform:scale3d(1.05,1.05,1);opacity:0;transform:scale3d(1.05,1.05,1)}100%{-webkit-transform:none;opacity:1;transform:none}}.fadeUp{opacity:0}.fadeUp.start_anim{animation:1.4s forwards fadeUp;opacity:0}@keyframes fadeUp{0%{-webkit-transform:translateY(20px);opacity:0;transform:translateY(20px)}100%{-webkit-transform:none;opacity:1;transform:none}}.message_section .content:has(.DepressionMainWrapper){max-width:100%}.message_section .content .DepressionMainWrapper{padding:0 0!important}.single-service:has(.DepressionMainWrapper) .banner_module{min-height:0!important;background-color:#fff!important}.single-service:has(.DepressionMainWrapper) .banner_module .container .content{display:none!important}.single-service:has(.DepressionMainWrapper) .fadeZoom.start_anim{animation-name:none!important}.single-service:has(.DepressionMainWrapper) header.header.customheader{color:#000!important}.single-service:has(.DepressionMainWrapper) header .call-us-trigger::after{-webkit-filter:invert(100%);filter:invert(100%)}.single-service:has(.DepressionMainWrapper) header .line-inner-color{background-color:#000}.page-id-3224 header path[style="fill:#fff"],.page-id-3224 header rect[fill="#fff"],.page-id-3224 header rect[style="fill:#fff"],.single-service:has(.DepressionMainWrapper) .header.customheader path[fill="#fff"]{-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;fill:#373737!important}.single-service:has(.DepressionMainWrapper) .homecoming{margin-top:20px}.single-service:has(.DepressionMainWrapper) .TopHeader .topmenu .menu li a{color:#000}.single-service:has(.DepressionMainWrapper) a.menu-link .line-inner-color{background-color:#000;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.page-id-3224 .TopHeader .topmenu .menu li.call-us-trigger::after,.single-service:has(.DepressionMainWrapper) .TopHeader .topmenu .menu li.call-us-trigger::after{position:absolute;content:"";top:5px;left:-19px;width:12px;height:17px;background-image:url(/wp-content/themes/counsellingsydney/assets/images/icons/phone.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;filter:invert(1)}.page-id-3224 .TopHeader .topmenu .menu li a{color:#000}.page-id-3224 a.menu-link .line-inner-color{background-color:#000;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.TopHeader.ServiceMenuOpen path[fill="#fff"],.TopHeader.ServiceMenuOpen path[style="fill:#fff"],.TopHeader.ServiceMenuOpen rect[fill="#fff"],.TopHeader.ServiceMenuOpen rect[style="fill:#fff"],.TopHeader.Sticky path[fill="#fff"],.TopHeader.Sticky path[style="fill:#fff"],.TopHeader.Sticky rect[fill="#fff"],.TopHeader.Sticky rect[style="fill:#fff"],.page-id-3224 .TopHeader path[style="fill:#fff"],.page-id-3224 .TopHeader rect[fill="#fff"],.single-service:has(.DepressionMainWrapper) .TopHeader path[fill="#fff"],.single-service:has(.DepressionMainWrapper) .TopHeader path[style="fill:#fff"],.single-service:has(.DepressionMainWrapper) .TopHeader rect[fill="#fff"],.single-service:has(.DepressionMainWrapper) .TopHeader rect[style="fill:#fff"]{fill:#373737!important}@media screen and (max-width:1024px){.single-service:has(.DepressionMainWrapper) .container{max-width:94%;margin:0 auto;padding-left:0!important;padding-right:0!important}.single-service:has(.DepressionMainWrapper) .banner_module .container{padding:0}}@media screen and (max-width:575px){.DepressionMainWrapper .InnerContainWrapper{margin:0 auto;text-align:center}.single-service:has(.DepressionMainWrapper) .container{padding-left:0;padding-right:0}.single-service:has(.DepressionMainWrapper) .message_section .content{margin:0}}.ReviewsSliderWrap{padding:115px 0}.ReviewsSliderWrap+.locations_generic1.location_module{background-color:var(--sc-gray)}.ReviewsSliderWrap .container{max-width:1220px;padding:0}.ReviewsSliderWrap .heading .titleg_50{color:var(--sc-blue);font-family:bamberg_serial;font-size:38px;font-weight:400;line-height:1.2}.ReviewsSliderWrap .slider{margin-top:60px;overflow:hidden}.ReviewsSliderWrap .slider .style-no_style{display:inline-block;padding-right:0;padding-left:0;vertical-align:top;opacity:1;float:left;background-color:var(--sc-gray);padding:20px;border-radius:10px;height:auto}.ReviewsSliderWrap .slider .style-no_style:empty{display:none!important}.ReviewsSliderWrap .slider blockquote{text-align:left;position:relative;margin:0;padding:0}.ReviewsSliderWrap .slider .testimonial_body{color:#373737;line-height:1.5em;position:relative;font-size:18px;font-family:proxima-nova,sans-serif;margin:0;font-weight:400;font-style:italic}.ReviewsSliderWrap .slider .testimonial_body p{letter-spacing:0;font-family:var(--site-font-r);font-size:16px;font-weight:400;line-height:26px;font-family:proxima-nova;margin-top:0;font-style:italic}.ReviewsSliderWrap .slider .testimonial_body p:before{content:"\201C";font-size:20px}.ReviewsSliderWrap .slider .testimonial_body p:after{content:"\201D";font-size:20px}.ReviewsSliderWrap .slider .testimonial-client{color:var(--sc-blue);font-family:proxima-nova,sans-serif;font-size:16px;font-weight:600;line-height:26px;display:block;text-transform:uppercase}.ReviewsSliderWrap .slider .easy_testimonial .stars{margin-top:15px;display:flex;align-items:center}.ReviewsSliderWrap .slider .easy_testimonial .stars span{color:var(--sc-orange);font-size:1.3em;position:relative;width:20px;height:20px;display:flex}.ReviewsSliderWrap .slider .easy_testimonial .stars span.dashicons-star-filled::before{content:"";position:absolute;background:url(/wp-content/themes/counsellingsydney/assets/images/icons/star.png) no-repeat center;width:20px;height:19px;top:0;left:0;-moz-mix-blend-mode:multiply;-webkit-mix-blend-mode:multiply;mix-blend-mode:multiply}.ReviewsSliderWrap .slider .easy_testimonial .stars span.dashicons-star-filled.empty::before{display:none}.ReviewsSliderWrap .slider .testimonial-position{margin-top:0;color:#b0b0b0;font-size:16px;line-height:18px;display:block}.ReviewsSliderWrap .slider .testimonial-other{display:none}.ReviewsSliderWrap .slider .testimonial_author .date{color:var(--sc-blue);font-size:14px;font-family:proxima-nova,sans-serif;position:absolute;top:0;left:0;font-weight:600;display:none}.ReviewsSliderWrap blockquote:before{display:none}.ReviewsSliderWrap .testimonial_author{margin-bottom:0}body.home .our_service_wrap{padding:100px 0 0;background-color:#fff}.our_service_wrap{background-color:var(--sc-gray);padding:100px 0 67px}.our_service_wrap .title_services{margin-top:0}.ReviewsSliderWrap+.single_page .information_accordions.hfaqwrapper,.ReviewsSliderWrap+.single_page .information_accordions.pageoneacc{background-color:var(--sc-gray)}.book_now_bar+.our_service_wrap,.castle+.our_service_wrap,.categories_section+.our_service_wrap,.practise_location+.our_service_wrap,.single_post+.our_service_wrap,.testimonial_section+.our_service_wrap{background-color:#fff}.single_location_module .tab-content .right .our_service_wrap{background-color:#fff0}.postid-786 .location_list{background-color:var(--sc-gray)}.sky_blue_text_image_section ol,.green_text_image_section ol{list-style:none;margin:0;list-style-type:none;counter-reset:css-counter 0}.sky_blue_text_image_section ol li::marker,.green_text_image_section ol li::marker{display:none}.sky_blue_text_image_section ol li,.green_text_image_section ol li{counter-increment:css-counter 1;margin-bottom:10px;padding-left:20px;position:relative}.sky_blue_text_image_section ol li::before,.green_text_image_section ol li::before{content:counter(css-counter) ". ";position:absolute;left:0;font-weight:600}.postid-401496 .green_text_image_section .ImgWrap,.postid-401496 .sky_blue_text_image_section .ImgWrap,.postid-401448 .green_text_image_section .ImgWrap,.postid-401448 .sky_blue_text_image_section .ImgWrap,.postid-401395 .green_text_image_section .ImgWrap,.postid-401395 .sky_blue_text_image_section .ImgWrap{max-width:545px}.postid-401496 .green_text_image_section .image,.postid-401496 .sky_blue_text_image_section .ImgWrap .image_wrap,.postid-401448 .green_text_image_section .image,.postid-401448 .sky_blue_text_image_section .ImgWrap .image_wrap,.postid-401395 .green_text_image_section .image,.postid-401395 .sky_blue_text_image_section .ImgWrap .image_wrap{width:inherit!important;height:inherit!important}.postid-401496 .green_text_image_section .content,.postid-401448 .green_text_image_section .content,.postid-401395 .green_text_image_section .content{padding:126px 60px}.sky_blue_text_image_section+.book_now_bar{background-color:#fff}@media only screen and (min-width:1080px){.postid-401496 .green_text_image_section .ImgWrap,.postid-401496 .sky_blue_text_image_section .ImgWrap,.postid-401448 .green_text_image_section .ImgWrap,.postid-401448 .sky_blue_text_image_section .ImgWrap,.postid-401395 .green_text_image_section .ImgWrap,.postid-401395 .sky_blue_text_image_section .ImgWrap{margin-bottom:0}.postid-401496 .homecoming+.sky_blue_text_image_section .container .contain,.postid-401448 .homecoming+.sky_blue_text_image_section .container .contain,.postid-401395 .homecoming+.sky_blue_text_image_section .container .contain{padding:126px 0 60px}.postid-401496 .homecoming+.green_text_image_section .content,.postid-401448 .homecoming+.green_text_image_section .content,.postid-401395 .homecoming+.green_text_image_section .content{padding:126px 60px 60px}}@media only screen and (min-width:1080px) and (max-width:1280px){.blank-space1{display:block;height:5px}.blank-space2{display:block;height:60px}.blank-space3{display:block;height:20px}}h3.titleg_40{color:var(--sc-blue);font-size:40px;line-height:60px;font-family:bamberg_serial;font-weight:400}.wygiwyg_wrap p+.hfaqwrapper{margin-top:50px}.hfaqwrapper .hfaq .hfaq__question{gap:20px;border-bottom:1px solid var(--sc-blue)}.hfaqwrapper .hfaq .hfaq__icon+p,.hfaqwrapper span.hfaq__text{order:-1}.hfaqwrapper .hfaq .hfaq__icon+p{margin:0;width:100%}.hfaqwrapper .hfaq .hfaq__icon{margin:0!important}.hfaqwrapper .hfaq .hfaq__icon br{display:none}.hfaqwrapper .hfaq .hfaq__icon p{margin:0}.hfaqwrapper .hfaq[data-hfaq-state="expanded"] .hfaq__question{border-bottom:1px solid #51788e!important}.hfaqwrapper .hfaq[data-hfaq-state="expanded"] .hfaq__text{color:#51788e!important}.hfaqwrapper .hfaq .hfaq__answer{padding:10px 0 0px!important;opacity:1!important}.hfaqwrapper .hfaq .hfaq__answer p{padding:0!important;margin:0 auto 15px!important}.hfaqwrapper .hfaq .hfaq__answer a{text-decoration:underline!important;color:#51788e!important;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.hfaqwrapper .hfaq .hfaq__answer a:hover{color:var(--sc-orange)!important}.hfaqwrapper .hfaq .hfaq__answer ul{padding-left:25px!important}.hfaqwrapper .hfaq .hfaq__answer ul li{padding:0!important;background-image:none}.psychologist-profiles-wrapper .ReviewsSliderWrap,.three-bluebox-wrapper,.common-reasons-wrapper,.green-text-and-left-image-wrapper,.green-text-and-right-image-wrapper,.sky-blue-text-and-left-image-wrapper,.sky-blue-text-and-right-image-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center}.excellent-counsellors-wrapper+.excellent-counsellors-wrapper .container,.three-bluebox-wrapper+.three-bluebox-wrapper .container,.green-text-and-left-image-wrapper+.green-text-and-left-image-wrapper .container,.green-text-and-right-image-wrapper+.green-text-and-right-image-wrapper .container,.common-reasons-wrapper+.common-reasons-wrapper .container,.sky-blue-text-and-left-image-wrapper+.sky-blue-text-and-left-image-wrapper .container,.sky-blue-text-and-right-image-wrapper+.sky-blue-text-and-right-image-wrapper .container,.ReviewsSliderWrap+.ReviewsSliderWrap .container,.faq-wrapper+.faq-wrapper .container,.get-in-touch-cta-wrapper+.get-in-touch-cta-wrapper .container,.three-bluebox-wrapper+.common-reasons-wrapper .container{padding-top:0}.clearfix::after{display:block;clear:both;content:""}.image{line-height:0}.btn-primary{display:inline-block;color:var(--sc-blue)!important;font-size:23px;line-height:1.3;font-family:bamberg_serial;background-color:var(--sc-orange)!important;border:1px solid var(--sc-orange);padding:15px 30px;box-shadow:none;transition:all 0.3s ease-in-out;vertical-align:top}.btn-primary.make-a-booking-trigger.call-us-btn{padding:10px 25px;min-height:62px;min-width:200px}.btn-primary.call-us-btn{min-height:62px;min-width:200px}.btn-primary.make-a-booking-trigger.call-us-btn span{display:none}body.page-template-template-psychologists .btn-primary.make-a-booking-trigger span{display:none}.btn-primary.call-us-btn{padding:10px 25px 6px}.btn-primary:hover{color:var(--sc-orange)!important;background-color:var(--sc-blue)!important;border:1px solid var(--sc-blue)}.psychologist-profiles-wrapper :is(h1,h2,h3,h4,h5,h6){clear:none}.psychologist-profiles-wrapper :is(h3,h4,h5,h6){font-family:'ProximaNovaRgBold'}.psychologist-profiles-wrapper .desc :is(h3,h4,h5,h6){margin-bottom:8px}.psychologist-profiles-wrapper .banner_module .wrap_test{position:relative;opacity:1}.psychologist-profiles-wrapper .banner_module .content{flex-direction:column}.psychologist-profiles-wrapper .banner_module .content .title_70+.titlep_20{margin-top:30px}.psychologist-profiles-wrapper .banner_module .content .title_70,.video_header_slider .title_70{font-size:50px;line-height:1.3;text-shadow:0 2px 30px rgb(0 0 0 / 50%);color:#fff;font-weight:400;font-family:bamberg_serial}.psychologist-profiles-wrapper .container{padding:80px 50px}.psychologist-profiles-wrapper .hero-video-wrapper{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%;z-index:1;overflow:hidden}.video_header_slider{position:relative}.video_header_slider .easy_t_single_testimonial{position:relative;height:auto;position:relative;min-height:calc(100vh - 120px);max-height:calc(100vh - 120px);overflow:hidden}.video_header_slider video{width:100%;object-fit:cover}.video_header_slider .video-col{display:flex;line-height:0;height:100%}.video_header_slider .easy_t_single_testimonial .container{position:absolute;bottom:120px;left:50%;width:100%;text-align:center;padding-top:0;padding-bottom:0;transform:translateX(-50%);z-index:5}.video_header_slider .header-btn-wrap{position:absolute;width:100%;bottom:140px;z-index:1;text-align:center}.video_header_slider .wrap_title .header-btn-wrap{position:inherit;margin-top:30px;background-color:#fff0;padding:0}@media only screen and (min-width:1441px){.video_header_slider .easy_t_single_testimonial .container{bottom:320px}.video_header_slider .header-btn-wrap{bottom:230px}}.video_header_slider .header-btn-wrap .container{position:relative;top:inherit;left:inherit;transform:inherit;padding:0}.video_header_slider .swiper-button-prev,.video_header_slider .swiper-button-next{width:30px;height:30px;margin-top:-15px;background-color:#fff;border-radius:100%;transition:all 0.3s ease-in-out}.video_header_slider .swiper-button-prev{left:40px}.video_header_slider .swiper-button-next{right:40px}.video_header_slider .swiper-button-prev:hover,.video_header_slider .swiper-button-next:hover{opacity:1}.video_header_slider .swiper-button-prev:after,.video_header_slider .swiper-button-next:after{font-size:12px;color:var(--sc-blue);font-weight:900}.video_header_slider .swiper-button-prev.swiper-button-disabled,.video_header_slider .swiper-button-next.swiper-button-disabled{display:none}.secondary-logos-wrapper .container{padding:25px 0}.secondary-logos-wrapper .WithoutSlider .swiper-wrapper{flex-wrap:wrap;align-items:center;justify-content:center;gap:35px 55px}.secondary-logos-wrapper .swiper-slide{line-height:0}.excellent-counsellors-wrapper{background-color:var(--sc-gray);text-align:center;overflow:hidden}.counsellors-wrap{position:relative;min-height:500px}.btn-primary span{font-size:14px;display:block}.center-btn{text-align:center;width:100%}.three-bluebox-wrapper .d-flex+.center-btn,.counsellors-wrap+.center-btn{margin-top:40px}.counsellors-wrap .center-col{min-width:430px;max-width:430px;margin:0 auto;position:relative;text-align:center}.counsellors-wrap .easy_t_single_testimonial{cursor:grab}.counsellors-wrap .center-col .image{min-width:374px;max-width:374px;border-radius:100%;overflow:hidden;margin:0 auto}.counsellors-wrap .center-col .image img{border-radius:100%;border:12px solid var(--sc-orange)}.counsellors-wrap .center-col .image+.text-col{margin-top:20px}.counsellors-wrap .text-col .title_20{color:var(--sc-green);font-size:25px;line-height:1.3;font-family:bamberg_serial;font-weight:400}.counsellors-wrap .text-col .small-sepline{margin:20px auto;background-color:var(--sc-blue)}.counsellors-wrap .text-col .desc,.counsellors-wrap .text-col .desc p{color:var(--sc-blue);font-size:20px;line-height:32px}.title_43+.counsellors-wrap{margin-top:60px}.counsellors-wrap .easy_t_single_testimonial{opacity:0!important}.counsellors-wrap .WithoutSlider .easy_t_single_testimonial,.counsellors-wrap .easy_t_single_testimonial.easy_t_single_testimonial-active{opacity:1!important}.multi-imgs-col{position:absolute;top:0;left:0;width:100%;height:100%}.multi-imgs-col .image{position:absolute;left:50%;border-radius:100%;overflow:hidden;max-width:175px;max-height:175px}.multi-imgs-col .image img{border-radius:100%}.multi-imgs-col .image:nth-child(1){min-width:175px;max-width:175px;max-height:175px;margin-left:-420px}.multi-imgs-col .image:nth-child(2){min-width:130px;max-width:130px;max-height:130px;margin-left:250px;top:10px}.multi-imgs-col .image:nth-child(3){min-width:60px;max-width:60px;max-height:60px;opacity:.6;margin-left:-315px;top:210px}.multi-imgs-col .image:nth-child(4){min-width:85px;max-width:85px;max-height:85px;opacity:.8;margin-left:245px;top:230px}.multi-imgs-col .image:nth-child(5){min-width:52px;max-width:52px;max-height:52px;opacity:.4;margin-left:-230px;top:345px;display:none}.multi-imgs-col .image:nth-child(6){min-width:105px;max-width:105px;max-height:105px;opacity:.6;margin-left:400px;top:135px}.multi-imgs-col .image:nth-child(7){min-width:150px;max-width:150px;max-height:150px;margin-left:-450px;top:280px}.multi-imgs-col .image:nth-child(8){min-width:177px;max-width:177px;max-height:177px;margin-left:350px;opacity:.7;top:280px}.multi-imgs-col .image:nth-child(9){max-width:100px;min-width:100px;max-height:100px;margin-left:-540px;opacity:.7;top:165px}.multi-imgs-col .image:nth-child(10){min-width:50px;max-width:50px;max-height:50px;margin-left:440px;opacity:.25;top:30px}.multi-imgs-col .image:nth-child(11){min-width:45px;max-width:45px;max-height:45px;margin-left:-490px;opacity:.25;top:-5px}.multi-imgs-col .image:nth-child(12){min-width:32px;max-width:32px;max-height:32px;margin-left:510px;opacity:.4;top:100px}.multi-imgs-col .image:nth-child(13){min-width:53px;max-width:53px;max-height:53px;margin-left:-590px;opacity:.5;top:290px}.multi-imgs-col .image:nth-child(14){min-width:52px;max-width:52px;max-height:52px;margin-left:525px;opacity:.5;top:230px}.multi-imgs-col .image:nth-child(15){min-width:82px;max-width:82px;max-height:82px;margin-left:-560px;opacity:.8;top:385px}.multi-imgs-col .image:nth-child(16){min-width:140px;max-width:140px;max-height:140px;margin-left:585px;top:50px}.multi-imgs-col .image:nth-child(17){min-width:127px;max-width:127px;max-height:127px;margin-left:-650px;top:25px}.multi-imgs-col .image:nth-child(18){min-width:82px;max-width:82px;max-height:82px;margin-left:615px;opacity:.6;top:300px}.multi-imgs-col .image:nth-child(19){min-width:90px;max-width:90px;max-height:90px;margin-left:-700px;opacity:.5;top:190px}.multi-imgs-col .image:nth-child(20){min-width:38px;max-width:38px;max-height:38px;margin-left:-670px;opacity:.25;top:335px}.title_28{color:var(--sc-blue);font-size:28px;line-height:1.4;font-family:bamberg_serial;font-weight:400}.psychologist-profiles-wrapper .hfaqwrapper h2,.psychologist-profiles-wrapper .title_43{color:var(--sc-blue);font-size:43px;line-height:1.3!important;font-family:bamberg_serial;font-weight:400}.psychologist-profiles-wrapper .title_43{line-height:1.5!important}.title_20{color:var(--sc-green);font-size:20px;line-height:1.4;font-family:bamberg_serial;font-weight:400}.psychologist-profiles-wrapper .hfaqwrapper h2{margin-bottom:60px}.full-img{margin-top:60px}.get-in-touch-cta-wrapper .d-flex,.three-bluebox-wrapper .d-flex{display:flex;flex-wrap:wrap;gap:30px}.three-bluebox-wrapper .d-flex .col{flex:1 0 0%;background-color:var(--sc-blue);padding:35px;color:#fff;min-width:31%}.three-bluebox-wrapper .d-flex .col .icon{margin-bottom:20px}.three-bluebox-wrapper .d-flex .col .title_28{color:#fff}.small-sepline{width:60px;height:1px;background-color:var(--sc-orange);margin:20px 0;clear:none}.three-bluebox-wrapper .d-flex .col .desc{color:#fff}.green-text-and-right-image-wrapper,.green-text-and-left-image-wrapper{background-color:var(--sc-green);color:#fff}.sky-blue-text-and-right-image-wrapper,.get-in-touch-cta-wrapper,.sky-blue-text-and-left-image-wrapper{background-color:var(--sc-gray);color:var(--sc-blue)}.sky-blue-text-and-left-image-wrapper .image,.green-text-and-left-image-wrapper .image{float:left;margin-right:70px;max-width:670px;margin-bottom:10px}.sky-blue-text-and-right-image-wrapper .image,.green-text-and-right-image-wrapper .image{float:right;margin-left:70px;max-width:670px;margin-bottom:10px}.sky-blue-text-and-right-image-wrapper:has(.desc-col>h2) .image,.green-text-and-right-image-wrapper:has(.desc-col>h2) .image,.sky-blue-text-and-left-image-wrapper:has(.desc-col>h2) .image,.green-text-and-left-image-wrapper:has(.desc-col>h2) .image{margin-top:10px}.psychologist-profiles-wrapper .small-sepline{display:flow-root}.green-text-and-right-image-wrapper,.green-text-and-left-image-wrapper{overflow:hidden}.green-text-and-right-image-wrapper .title_43,.green-text-and-left-image-wrapper .title_43{color:#fff}.sky-blue-text-and-right-image-wrapper .title_43,.get-in-touch-cta-wrapper .title_43,.sky-blue-text-and-left-image-wrapper .title_43{color:var(--sc-blue)}.green-text-and-right-image-wrapper .image,.green-text-and-left-image-wrapper .image{position:relative}.green-text-and-right-image-wrapper .image+.desc-col{padding-right:300px}.green-text-and-left-image-wrapper .image+.desc-col{padding-left:300px}@media only screen and (min-width:1025px){.postid-404762 .green-text-and-left-image-wrapper .image+.desc-col,.page-id-404565 .green-text-and-left-image-wrapper .image+.desc-col{max-width:calc(100% - 740px);padding-left:0;float:right}}.white-text-and-right-image-wrapper .image img,.green-text-and-right-image-wrapper .image img,.green-text-and-left-image-wrapper .image img{position:relative;z-index:2}.white-text-and-right-image-wrapper .image::before,.green-text-and-right-image-wrapper .image::before,.green-text-and-left-image-wrapper .image::before{content:"";position:absolute;background-color:#fff0;width:370px;height:370px;border:4px solid var(--sc-orange);border-radius:100%;bottom:-100px;z-index:2;transform:translateY(var(--circle-shift,0));transition:transform 0.5s ease-out}.green-text-and-left-image-wrapper .image::before{left:-75px}.white-text-and-right-image-wrapper .image::before,.green-text-and-right-image-wrapper .image::before{right:-75px}.green-text-and-right-image-wrapper .small-sepline,.green-text-and-left-image-wrapper .small-sepline{background-color:#fff}.sky-blue-text-and-right-image-wrapper .desc-col,.sky-blue-text-and-left-image-wrapper .desc-col,.green-text-and-right-image-wrapper .desc-col,.green-text-and-left-image-wrapper .desc-col{position:relative;z-index:2}.sky-blue-text-and-right-image-wrapper .small-sepline,.sky-blue-text-and-left-image-wrapper .small-sepline{background-color:var(--sc-blue)}.desc p{line-height:30px}.hfaq__answercontent ul,.desc ul,.hfaq__answercontent ol,.desc ol,.hfaq__answercontent p,.desc p{margin-top:0;margin-bottom:25px}.hfaq__answercontent p:last-child,.desc p:last-child{margin-bottom:0}.desc-col .btn-primary,.desc+.btn-primary+.btn-primary,.desc+.btn-primary{margin-top:30px}.counsellors-wrap .swiper-pagination{display:none}.common-reasons-wrapper .DescWrap+.d-flex,.common-reasons-wrapper .title_43+.d-flex{margin-top:60px}.common-reasons-wrapper .d-flex{display:flex;flex-wrap:wrap;gap:50px 60px}.common-reasons-wrapper .d-flex+.center-btn.MarginTop20{margin-top:60px}.common-reasons-wrapper .d-flex .col{flex:1 0 0%;min-width:30%;max-width:30%}.common-reasons-wrapper .d-flex .col .title_20{color:#373737;font-size:18px;font-weight:600;line-height:22px;position:relative;font-family:ProximaNovaRgBold}.common-reasons-wrapper .d-flex .col .image{display:flex;min-height:150px;margin-bottom:20px;overflow:hidden}.common-reasons-wrapper .d-flex .col .image img{object-fit:cover;transition:all 0.5s ease-in-out}.common-reasons-wrapper .d-flex .col a:hover .image img{transform:scale(1.1)}.common-reasons-wrapper .d-flex .col .small-sepline{background-color:var(--sc-blue);margin:15px 0 10px}.common-reasons-wrapper .d-flex .col .desc,.common-reasons-wrapper .d-flex .col .desc p{color:var(--sc-blue)}.get-in-touch-cta-wrapper .container{max-width:1130px;padding-left:0;padding-right:0}.get-in-touch-cta-wrapper .d-flex{align-items:center;justify-content:space-between}.get-in-touch-cta-wrapper .left{max-width:610px}.get-in-touch-cta-wrapper .desc{font-size:18px}.get-in-touch-cta-wrapper .title_43+.desc{margin-top:15px}.psychologist-profiles-wrapper .ReviewsSliderWrap{padding:0!important}.psychologist-profiles-wrapper .ReviewsSliderWrap .container{max-width:1440px}.psychologist-profiles-wrapper .three-bluebox-wrapper+.ReviewsSliderWrap .container{padding-top:0}.psychologist-profiles-wrapper .ReviewsSliderWrap .slider .style-no_style{opacity:1;background-color:var(--sc-gray);padding:28px;height:auto}.psychologist-profiles-wrapper .ReviewsSliderWrap .slider .testimonial_body,.psychologist-profiles-wrapper .ReviewsSliderWrap .slider .testimonial_body p{color:#414242;font-style:italic}.psychologist-profiles-wrapper .ReviewsSliderWrap .slider .testimonial-client{color:var(--sc-blue);text-transform:uppercase;font-weight:600;font-size:15px}.ReviewsSliderWrap+.faq-wrapper .container{padding-top:20px}.faq-wrapper .container{max-width:930px;padding-left:0;padding-right:0}.faq-wrapper .hfaq__question .hfaq__text{color:var(--sc-blue);font-size:25px;line-height:1.5;font-family:bamberg_serial;font-weight:400}.faq-wrapper .hfaqwrapper .hfaq .hfaq__iconplus,.faq-wrapper .hfaqwrapper .hfaq .hfaq__iconminus{width:31px}.faq-wrapper .hfaqwrapper ul.hfaqlist[data-hfaq-style="style1"] .hfaq .hfaq__question{border-bottom:1px solid #61697c}.faq-wrapper .hfaqwrapper .hfaq .hfaq__answercontent{color:var(--sc-blue);font-size:16px;line-height:28px}.faq-wrapper .hfaqwrapper ul.hfaqlist{margin-bottom:0}.faq-wrapper .hfaqwrapper ul.hfaqlist li:last-child .hfaq{margin-bottom:0}.MarginTop20{margin-top:20px}button.btn-primary+button.btn-primary{margin-left:20px}.white-text-and-right-image-wrapper.fs-18 .desc{font-size:18px}body:has(.DepressionMainWrapper) .youre_in_safe_hands{background-color:#fff0}body:has(.DepressionMainWrapper) .youre_in_safe_hands .content{margin:30px auto 0}body:has(.DepressionMainWrapper) .youre_in_safe_hands .text{font-size:22px;line-height:1.5}@media (max-width:1025px){.video_header_slider video{object-position:85%}.psychologist-profiles-wrapper .ReviewsSliderWrap,.three-bluebox-wrapper,.common-reasons-wrapper,.green-text-and-left-image-wrapper,.green-text-and-right-image-wrapper,.sky-blue-text-and-left-image-wrapper,.sky-blue-text-and-right-image-wrapper{min-height:inherit}.MainWrapper{padding:0 20px}.video_header_slider .easy_t_single_testimonial{min-height:calc(100vh - 0px);max-height:calc(100vh - 0px)}.white-text-and-right-image-wrapper .image::before,.common-reasons-wrapper .DescWrap br,.green-text-and-right-image-wrapper .image::before,.green-text-and-left-image-wrapper .image::before,.psychologist-profiles-wrapper .banner_module .content .title_70 br{display:none}.psychologist-profiles-wrapper .banner_module .content .title_70,.video_header_slider .title_70{font-size:40px}.video_header_slider .swiper-button-prev{left:10px}.video_header_slider .swiper-button-next{right:10px}.btn-primary{font-size:20px}.three-bluebox-wrapper .d-flex .col{padding:25px}.faq-wrapper .container,.psychologist-profiles-wrapper .ReviewsSliderWrap .container,.psychologist-profiles-wrapper .container{padding:60px 0;max-width:94%;margin:0 auto}.secondary-logos-wrapper .container{padding:25px 0}.sky-blue-text-and-right-image-wrapper .image,.green-text-and-right-image-wrapper .image,.sky-blue-text-and-left-image-wrapper .image,.green-text-and-left-image-wrapper .image{float:none;margin:0 auto 40px}.green-text-and-left-image-wrapper .image+.desc-col{padding-left:0}.green-text-and-right-image-wrapper .image+.desc-col{padding-right:0}.common-reasons-wrapper .d-flex{gap:50px 25px}.psychologist-profiles-wrapper .hfaqwrapper h2,.psychologist-profiles-wrapper .title_43{font-size:40px!important}.get-in-touch-cta-wrapper .left{max-width:60%}.get-in-touch-cta-wrapper .desc{font-size:16px}}@media (max-width:767px){.video_header_slider .easy_t_single_testimonial .container{bottom:inherit;top:50%;transform:translate(-50%,-50%)}.video_header_slider .header-btn-wrap{position:relative;width:100%;bottom:0;padding:20px 0;background-color:var(--sc-gray)}.psychologist-profiles-wrapper .banner_module .content .title_70,.video_header_slider .title_70{font-size:35px}.btn-primary{font-size:18px}button.btn-primary+button.btn-primary{margin-left:5px}.secondary-logos-wrapper .WithoutSlider .swiper-wrapper{gap:20px 25px}.psychologist-profiles-wrapper h2 br,.psychologist-profiles-wrapper h3 br,.psychologist-profiles-wrapper h4 br,.psychologist-profiles-wrapper h5 br,.psychologist-profiles-wrapper h6 br{display:none}.psychologist-profiles-wrapper .hfaqwrapper h2,.psychologist-profiles-wrapper .title_43{font-size:35px!important}.counsellors-wrap .center-col{min-width:100%;max-width:100%}.multi-imgs-col{display:none}.get-in-touch-cta-wrapper .d-flex,.three-bluebox-wrapper .d-flex{flex-direction:column}.common-reasons-wrapper .d-flex .col{min-width:47%;max-width:47%}.common-reasons-wrapper .title_43+.d-flex{margin-top:60px}.faq-wrapper .hfaq__question .hfaq__text{font-size:22px}.video_header_slider .swiper-button-prev,.video_header_slider .swiper-button-next{opacity:0.5!important}.counsellors-wrap{min-height:inherit}.get-in-touch-cta-wrapper .left{width:100%;max-width:100%}.get-in-touch-cta-wrapper .d-flex{flex-direction:inherit}.faq-wrapper .hfaq__question .hfaq__text{padding-bottom:5px}.faq-wrapper .hfaqwrapper ul.hfaqlist[data-hfaq-style="style1"] .hfaq{margin:0 0 0}.hfaqwrapper ul.hfaqlist[data-hfaq-style="style1"] .hfaq .hfaq__answercontent{padding:5px 0 0}}@media (max-width:480px){.secondary-logos-wrapper .swiper-slide{width:45%;text-align:center}.counsellors-wrap .center-col .image{min-width:250px;max-width:250px}.counsellors-wrap .center-col .image img{border:10px solid var(--sc-orange)}.psychologist-profiles-wrapper .hfaqwrapper h2,.psychologist-profiles-wrapper .title_43{font-size:30px!important}.three-bluebox-wrapper .d-flex .col{padding:20px}.three-bluebox-wrapper .d-flex .col .title_28{font-size:25px}.common-reasons-wrapper .d-flex{gap:30px 25px}.common-reasons-wrapper .d-flex .col{min-width:100%;max-width:100%}.center-btn{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.center-btn button.btn-primary+button.btn-primary{margin:0}.desc-col .btn-primary,.desc+.btn-primary+.btn-primary,.desc+.btn-primary{margin-top:30px;display:block}.desc-col .btn-primary+.btn-primary{margin-left:0;margin-top:12px}}.depression_booking_form.make-a-booking-modal .SumoSelect>.optWrapper>.options li.opt:first-child{padding:25px 0 9px 20px!important}.depression_booking_form.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont,.depression_booking_form.make-a-booking-modal input:not([type="checkbox"]){height:50px;display:flex;align-items:center;margin:0}.depression_booking_form.make-a-booking-modal .wpcf7-form-control-wrap{display:block}.depression_booking_form.make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label::before,.depression_booking_form.make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label::before{background-color:var(--sc-orange)}.depression_booking_form.make-a-booking-modal form>p{display:none}.depression_booking_form.make-a-booking-modal .input_wrap .SumoSelect>.optWrapper{top:49px}.depression_booking_form.make-a-booking-modal .cf7_submit_btn_wrapper{text-align:center}.depression_booking_form.make-a-booking-modal .cf7_submit_btn_wrapper .clsCF7submit{width:auto;padding-left:30px;padding-right:30px;background-color:var(--sc-orange)!important;color:var(--sc-blue)!important}.depression_booking_form.make-a-booking-modal .cf7_submit_btn_wrapper .clsCF7submit:focus,.depression_booking_form.make-a-booking-modal .cf7_submit_btn_wrapper .clsCF7submit:hover{background-color:var(--sc-blue)!important;color:var(--sc-orange)!important}.DepressionMainWrapper .TitleWrap{margin-bottom:0}.Contact_CounsellingWrap{max-width:100%;width:767px;margin:0 auto;background-color:var(--sc-gray)}.Contact_CounsellingWrap .content{margin-top:0;margin-bottom:0}.FormCaption{font-family:bamberg_serial;font-size:28px;font-weight:400;line-height:1.3;text-align:center}input.ContactCounselling{width:auto!important;padding-left:30px!important;padding-right:30px!important;background-color:var(--sc-orange)!important;color:var(--sc-blue)!important;font-family:bamberg_serial;font-size:20px!important;margin:0 auto!important}a.ReturnBtnWrap,a:hover.ReturnBtnWrap{background-color:transparent!important}.faq-wrapper+.location_list,.green-text-and-right-image-wrapper+.common-reasons-wrapper,.page-id-404610 .location_list,.sky-blue-text-and-left-image-wrapper+.our_service_wrap+.common-reasons-wrapper,.page-id-404565 .location_list{background-color:var(--sc-gray)}.faq-wrapper+.location_list .container .wrap_locations,.page-id-404610 .location_list .container .wrap_locations,.sky-blue-text-and-left-image-wrapper+.our_service_wrap,.page-id-404565 .location_list .container .wrap_locations{padding:0}.green-text-and-right-image-wrapper+.common-reasons-wrapper+.sky-blue-text-and-right-image-wrapper,.green-text-and-right-image-wrapper+.common-reasons-wrapper+.sky-blue-text-and-left-image-wrapper,.sky-blue-text-and-left-image-wrapper+.our_service_wrap{background-color:#fff}.common-reasons-wrapper .d-flex .col .small-sepline{display:none}.common-reasons-wrapper .d-flex .col a .small-sepline{display:block}.common-reasons-wrapper .d-flex .col .title_20{margin-bottom:10px}.common-reasons-wrapper .d-flex .col a .title_20{margin-bottom:0}.postid-405014 .faq-wrapper{background-color:var(--sc-gray)}.helpfull_information .services-trigger-footer,.helpfull_information .custom_link,.helpfull_information .generic-link,.choose_your_style_of_therapy .services-trigger-footer,.choose_your_style_of_therapy .custom_link,.choose_your_style_of_therapy .generic-link,.information_section .services-trigger-footer,.information_section .custom_link,.information_section .generic-link,.green_intro_section .services-trigger-footer,.green_intro_section .custom_link,.green_intro_section .generic-link{color:#ff9d62}.helpfull_information .services-trigger-footer::before,.helpfull_information .custom_link::before,.helpfull_information .generic-link::before,.choose_your_style_of_therapy .services-trigger-footer::before,.choose_your_style_of_therapy .custom_link::before,.choose_your_style_of_therapy .generic-link::before,.information_section .services-trigger-footer::before,.information_section .custom_link::before,.information_section .generic-link::before,.green_intro_section .services-trigger-footer::before,.green_intro_section .custom_link::before,.green_intro_section .generic-link::before{background-color:#ff9d62;transition:all 0.5s ease-in-out}.helpfull_information .services-trigger-footer:hover::before,.helpfull_information .custom_link:hover::before,.helpfull_information .generic-link:hover::before,.information_section .services-trigger-footer:hover::before,.information_section .custom_link:hover::before,.information_section .generic-link:hover::before{width:100%}.choose_your_style_of_therapy .services-trigger-footer:hover::before,.choose_your_style_of_therapy .custom_link:hover::before,.choose_your_style_of_therapy .generic-link:hover::before,.green_intro_section .services-trigger-footer:hover::before,.green_intro_section .custom_link:hover::before,.green_intro_section .generic-link:hover::before{width:60px}.posts+.center-btn.MarginTop20{margin-top:0}.page-id-405395 .message_section,.page-id-404077 .message_section{background-color:var(--sc-gray)}.sky_blue_text_and_right_image_wrapper{background-color:#fff;color:var(--sc-blue)}.sky_blue_text_and_right_image_wrapper .container{padding:70px 50px}.sky_blue_text_and_right_image_wrapper .image{float:right;margin-left:70px;max-width:670px;margin-bottom:10px}.sky_blue_text_and_right_image_wrapper .desc-col{position:relative;z-index:2}.sky_blue_text_and_right_image_wrapper .desc-col .title_43{clear:none;color:var(--sc-blue);font-size:43px;line-height:1.5;font-family:bamberg_serial;font-weight:400}.sky_blue_text_and_right_image_wrapper .small-sepline{background-color:var(--sc-blue)}.loop_item_wrapper{background-color:var(--sc-gray)}.loop_item_wrapper .container{max-width:1510px;margin:0 auto;padding:30px 50px;position:relative}.JcarouselSlider{position:relative;padding:0 40px}.loop_item_wrapper .swiper-container{padding:40px 0}.loop_item_wrapper .container .easy_t_single_testimonial{height:auto}.loop_item_wrapper .container .col{background-color:#fff;box-shadow:0 0 25px 0 rgb(0 0 0 / .1);height:100%}.loop_item_wrapper .container .WithoutSlider .easy_t_single_testimonial{max-width:33%;flex:1 0 0%}.loop_item_wrapper .container .col .image,.loop_item_wrapper .container .col .image a,.loop_item_wrapper .container .col .image picture{min-height:300px;display:flex}.loop_item_wrapper .container .col .image img{object-fit:cover}.loop_item_wrapper .container .col .desc_wrap{padding:25px}.loop_item_wrapper .container .col .date-and-author{display:flex;color:#373737;font-family:proxima-nova,sans-serif;font-size:15px;font-weight:400;text-transform:uppercase;line-height:1.3;margin-bottom:10px}.loop_item_wrapper .container .col .date-and-author .date+.author{border-left:1px solid #b9c5d7;margin-left:15px;padding-left:15px}.loop_item_wrapper .container .col .title_35 a{display:block;transition:all 0.3s ease-in-out}.has-background-white .site .loop_item_wrapper a:focus:not(.wp-block-button__link):not(.wp-block-file__button){color:var(--sc-orange)!important}.loop_item_wrapper .container .col .title_35 a:hover{color:var(--sc-orange)}.loop_item_wrapper .container .col .btn-primary{font-size:20px;margin-top:25px}.loop_item_wrapper .swiper-button-prev,.loop_item_wrapper .swiper-button-next{width:35px;height:35px;border:1px solid var(--sc-blue);display:flex;align-items:center;justify-content:center;background-color:var(--sc-blue);border-radius:100%}.loop_item_wrapper .swiper-button-prev::after,.loop_item_wrapper .swiper-button-next::after{font-size:18px;color:var(--sc-orange);font-weight:700}.loop_item_wrapper .swiper-button-prev{left:-10px}.loop_item_wrapper .swiper-button-next{right:-10px}.video_header_slider.vh-height-video-wrapper .easy_t_single_testimonial{min-height:calc(100vh - 220px);max-height:calc(100vh - 220px)}.video_header_slider.small-video-header .easy_t_single_testimonial .container{bottom:80px}@media only screen and (min-width:1441px){.video_header_slider.small-video-header .easy_t_single_testimonial .container{bottom:80px}}.sky-blue-text-and-right-image-wrapper.big-text-desc .desc-col .desc,.sky-blue-text-and-left-image-wrapper.big-text-desc .desc-col .desc,.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc,.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc,.sky-blue-text-and-right-image-wrapper.big-text-desc .desc-col .desc p,.sky-blue-text-and-left-image-wrapper.big-text-desc .desc-col .desc p,.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc p,.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc p{font-size:22px;line-height:35px}.sky-blue-text-and-right-image-wrapper.big-text-desc .desc-col .small-sepline,.sky-blue-text-and-left-image-wrapper.big-text-desc .desc-col .small-sepline,.green-text-and-right-image-wrapper.big-text-desc .desc-col .small-sepline,.green-text-and-left-image-wrapper.big-text-desc .desc-col .small-sepline{margin:30px 0}.green-text-and-left-image-wrapper.big-text-desc .image,.green-text-and-right-image-wrapper.big-text-desc .image{margin-bottom:30px}.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-wrapper,.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-wrapper{flex-wrap:wrap;gap:40px}.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .easy_t_single_testimonial,.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-slide{flex:1 0 31%;max-width:31.34%}.welcome-center-text-wrapper,.heading-shortdesc,.common-reasons-wrapper.heading-text-center .title_43,.common-reasons-wrapper.heading-text-center .DescWrap{text-align:center}.psychologist-profiles-wrapper .other_servises .shortdesc,.welcome-center-text-wrapper .desc,.white-text-and-right-image-wrapper .shortdesc,.common-reasons-wrapper.heading-text-center .DescWrap{font-size:20px;font-weight:500;color:var(--sc-blue);line-height:1.7}.heading-shortdesc+.clearfix{margin-top:70px}.welcome-center-text-wrapper .container{padding:70px 50px}.white-text-and-right-image-wrapper .title_43+.shortdesc,.welcome-center-text-wrapper .title_43+.desc{margin-top:10px}.white-text-and-right-image-wrapper{overflow:hidden}.white-text-and-right-image-wrapper .image{position:relative;float:right;margin-left:0;max-width:670px}.white-text-and-right-image-wrapper .image+.desc-col{max-width:48%}@media only screen and (min-width:1441px){.white-text-and-right-image-wrapper .image+.desc-col{max-width:49%}}.video_header_slider+.white-text-and-right-image-wrapper .container{padding-top:70px}.white-text-and-right-image-wrapper .desc h2,.white-text-and-right-image-wrapper .desc h3,.white-text-and-right-image-wrapper .desc h4,.white-text-and-right-image-wrapper .desc h5,.white-text-and-right-image-wrapper .desc h6{color:var(--sc-blue);font-family:ProximaNovaRgBold;font-weight:400;line-height:1.5;margin-bottom:5px}.white-text-and-right-image-wrapper .desc h2{font-size:25px}.white-text-and-right-image-wrapper .desc h3{font-size:20px}.white-text-and-right-image-wrapper .desc h4{font-size:18px}.white-text-and-right-image-wrapper .desc h5{font-size:16px}.white-text-and-right-image-wrapper .desc h6{font-size:14px}.psychologist-profiles-wrapper .other_services_section,.psychologist-profiles-wrapper .other_services_section+.btnOtherServicesClass{background-color:var(--sc-gray)}.psychologist-profiles-wrapper .other_servises{border-top:0 solid rgb(32 45 76 / .5)}.other_services_section .other_servises .title_services{margin-top:0;margin-bottom:0;padding:0}.other_services_section .other_services_wrap{margin:0;display:flex;flex-wrap:wrap;gap:40px 20px}.other_services_section .other_services_wrap .one_other_service{width:18.71%;min-height:200px;margin-bottom:0;padding:0;flex:1 0 18.71%}.other_servises .title_services+.shortdesc{margin-top:15px}.other_servises .title_services+.other_services_wrap,.other_servises .shortdesc+.other_services_wrap{margin-top:50px}.gray-box-wrapper .d-flex{display:flex;flex-wrap:wrap;gap:30px 100px}.gray-box-wrapper .title_43{text-align:center}.gray-box-wrapper .title_43+.d-flex{margin-top:70px}.three-bluebox-wrapper.gray-box-wrapper .d-flex .col{background-color:#fff0;padding:0;min-width:27%;max-width:29%;position:relative}.three-bluebox-wrapper.gray-box-wrapper .d-flex .col+.col::before{content:'';position:absolute;width:1px;height:100%;top:0;left:-50px;background-color:#dde6f3}.three-bluebox-wrapper.gray-box-wrapper .d-flex .col .icon{max-width:80px;min-height:80px;line-height:0}.gray-box-wrapper .d-flex .col .desc,.three-bluebox-wrapper.gray-box-wrapper .d-flex .col .title_28{color:var(--sc-blue)}.three-bluebox-wrapper.gray-box-wrapper .d-flex .col .title_28{font-size:25px;font-family:ProximaNovaRgBold}.gray-box-wrapper .d-flex .col .small-sepline{background-color:var(--sc-blue)}.gray-box-wrapper .d-flex+.center-btn{margin-top:70px}.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul{display:flow-root}.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul,.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc ul{list-style-type:none}.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul li,.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc ul li{position:relative;padding:0 0 0 30px;background-image:none}.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul li+li,.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc ul li+li{margin-top:20px}.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul li::before,.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc ul li::before{content:'';position:absolute;width:9px;height:9px;background-color:#fff;border-radius:100%;top:12px;left:0}.our-locations-psychologist-wrapper{background-color:var(--sc-gray);position:relative;overflow:hidden}.our-locations-psychologist-wrapper .wrap_locations{max-width:100%;margin:0 auto;padding:0 0}.our-locations-psychologist-wrapper .find_a_location{padding:0}.our-locations-psychologist-wrapper .wrap_locations .top{display:flex;justify-content:space-between;align-items:flex-end}.our-locations-psychologist-wrapper .locations_generic1 .wrap_descryption{padding-bottom:0}.our-locations-psychologist-wrapper .locations_generic1 .wrap_descryption .descryption_16{color:var(--sc-blue);font-size:20px;line-height:1.7;font-weight:600;max-width:520px}.our-locations-psychologist-wrapper .wrap_locations .top+.category_localisation1{margin-top:55px}.our-locations-psychologist-wrapper .location_module_burger .category_localisation1 .wrap_localisation{min-height:250px;width:calc(25% - 22px);margin-left:11px;margin-right:11px}.our-locations-psychologist-wrapper .location_module_burger .category_localisation1 .localisation_bcg{height:100%}.our-locations-psychologist-wrapper .find_a_location_result{padding:0;position:absolute;top:280px;left:0;z-index:9;background-color:#fff;width:100%;height:calc(100% - 280px)}.btnOtherServicesClass{text-align:center;padding-bottom:100px}.psychologist-profiles-wrapper .single_page:has(.white-text-and-left-image-wrapper+.our-practitioner-wrapper) .common-reasons-wrapper,.psychologist-profiles-wrapper .single_page:has(.white-text-and-right-image-wrapper+.our-practitioner-wrapper) .common-reasons-wrapper,.white-text-and-right-image-wrapper+.our-practitioner-wrapper .heading::before,.white-text-and-left-image-wrapper+.our-practitioner-wrapper .heading::before,.white-text-and-right-image-wrapper+.our-practitioner-wrapper,.white-text-and-left-image-wrapper+.our-practitioner-wrapper,.white-text-and-right-image-wrapper+.other_services_section+.btnOtherServicesClass,.white-text-and-left-image-wrapper+.other_services_section+.btnOtherServicesClass{background-color:var(--sc-gray)}.psychologist-profiles-wrapper .single_page:has(.white-text-and-left-image-wrapper+.our-practitioner-wrapper) .btnOtherServicesClass,.psychologist-profiles-wrapper .single_page:has(.white-text-and-right-image-wrapper+.our-practitioner-wrapper) .btnOtherServicesClass,.psychologist-profiles-wrapper .single_page:has(.white-text-and-left-image-wrapper+.our-practitioner-wrapper) .other_services_section,.psychologist-profiles-wrapper .single_page:has(.white-text-and-right-image-wrapper+.our-practitioner-wrapper) .other_services_section{background-color:#fff}.other_services_section .other_services_wrap{max-height:480px;overflow:hidden;transition:all 1s ease-in-out}.other_services_section.active .other_services_wrap{max-height:2000px}.our-locations-psychologist-wrapper>.btn-primary{display:flex;align-items:center;justify-content:center;margin:-50px auto 100px}.our-practitioner-wrapper .JcarouselSlider{padding:0}.our-practitioner-wrapper .JcarouselSlider .btn-primary{margin:70px auto 0;display:block}.our-practitioner-wrapper .WithoutSlider .swiper-wrapper{gap:33px;flex-wrap:wrap}.our-practitioner-wrapper .easy_t_single_testimonial{padding-top:40px}.our-practitioner-wrapper .WithoutSlider .easy_t_single_testimonial{width:100%;max-width:310px;flex:1 0 23%}.our-practitioner-wrapper .top-name{margin-bottom:15px;min-height:60px;display:flex;flex-direction:column;justify-content:center}.our-practitioner-wrapper .name{color:var(--sc-blue);font-size:24px;font-weight:600;line-height:1.4;font-family:ProximaNovaRgBold}.our-practitioner-wrapper .designation{color:var(--sc-blue);font-size:16px;line-height:1.5}.our-practitioner-wrapper .image{position:relative;line-height:0;overflow:hidden;margin-bottom:15px;border:1px solid #f3f3f3}.our-practitioner-wrapper .image::before{content:'';position:absolute;background-color:rgb(0 0 0 / .55);width:100%;height:100%;top:0;left:0;z-index:1;opacity:0;visibility:hidden;transition:all 0.5s ease-in-out}.our-practitioner-wrapper .image .btn-primary{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);z-index:2;font-size:20px;min-height:inherit;min-width:auto;width:calc(100% - 50px);padding:12px 20px 10px;opacity:0;visibility:hidden;transition:all 0.5s ease-in-out}@media (min-width:769px){.our-practitioner-wrapper:has(.easy_t_single_testimonial:nth-child(3):hover) .easy_t_single_testimonial:nth-child(3) .image::before,.our-practitioner-wrapper:has(.easy_t_single_testimonial:nth-child(3):hover) .easy_t_single_testimonial:nth-child(3) .btn-primary,.our-practitioner-wrapper .easy_t_single_testimonial:nth-child(3) .image::before,.our-practitioner-wrapper .easy_t_single_testimonial:nth-child(3) .image .btn-primary,.our-practitioner-wrapper .easy_t_single_testimonial:hover .image::before,.our-practitioner-wrapper .easy_t_single_testimonial:hover .image .btn-primary{opacity:1;visibility:visible}.our-practitioner-wrapper:has(.easy_t_single_testimonial:hover) .easy_t_single_testimonial:nth-child(3) .image::before,.our-practitioner-wrapper:has(.easy_t_single_testimonial:hover) .easy_t_single_testimonial:nth-child(3) .btn-primary{opacity:0;visibility:hidden}}.our-practitioner-wrapper .title{color:var(--sc-blue);font-size:17px;font-weight:600;line-height:1.4;font-family:ProximaNovaRgBold}.our-practitioner-wrapper .sepline{border-bottom:1px solid var(--sc-blue);max-width:60px;margin:12px 0}.our-practitioner-wrapper .desc,.our-practitioner-wrapper .desc p{line-height:28px}.our-practitioner-wrapper .heading{display:flex;align-items:center;justify-content:space-between;gap:20px;position:sticky;top:65px;background-color:#fff;z-index:2;padding:10px 0}.our-practitioner-wrapper .heading::before{content:'';position:absolute;width:110%;height:100%;background-color:#fff;top:0;left:50%;transform:translateX(-50%);z-index:-1}.our-practitioner-wrapper .arrows{display:flex;align-items:center;gap:20px}.our-practitioner-wrapper:has(.WithoutSlider) .arrows{display:none!important}.our-practitioner-wrapper .swiper-button-prev1,.our-practitioner-wrapper .swiper-button-next1{position:relative;top:inherit;left:inherit;right:0;width:50px;height:50px;border:2px solid #ffae71;background-color:#fff;border-radius:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.our-practitioner-wrapper .swiper-button-disabled{cursor:auto;pointer-events:none}.our-practitioner-wrapper .swiper-button-prev1::after{content:'prev'}.our-practitioner-wrapper .swiper-button-next1::after{content:'next'}.our-practitioner-wrapper .swiper-button-prev1::after,.our-practitioner-wrapper .swiper-button-next1::after{font-family:swiper-icons;text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1;font-size:23px;color:#ffae71;font-weight:600}.our-practitioner-wrapper .swiper-button-prev1::before,.our-practitioner-wrapper .swiper-button-next1::before{content:'';position:absolute;background-color:#ffae71;width:100%;height:100%;top:50%;left:50%;margin-top:-23px;margin-left:-23px;animation:glow 1.5s linear infinite;-webkit-animation:glow 1.5s linear infinite;z-index:-1;border-radius:100%}@keyframes glow{0%{transform:scale(1);opacity:.9}100%{transform:scale(1.6);opacity:0}}@media (max-width:1025px){.video_header_slider.vh-height-video-wrapper .easy_t_single_testimonial{min-height:calc(100vh - 0px);max-height:calc(100vh - 0px)}.video_header_slider+.white-text-and-right-image-wrapper .container{padding-top:50px}.gray-box-wrapper .title_43+.d-flex,.heading-shortdesc+.clearfix{margin-top:50px}.white-text-and-right-image-wrapper .image{float:none;margin:0 auto;width:100%;text-align:center}.white-text-and-right-image-wrapper .image+.desc-col{max-width:100%}.white-text-and-right-image-wrapper .desc-col{margin-top:30px}.our-locations-psychologist-wrapper .locations_generic1 .container,.other_services_section .container{padding:60px 0px!important;max-width:94%!important;margin:0 auto}.btnOtherServicesClass{padding-bottom:70px}.common-reasons-wrapper .d-flex .col{flex:1 0 31%;min-width:auto;max-width:33%}.our-locations-psychologist-wrapper .wrap_locations .top{align-items:flex-start;flex-direction:column;gap:40px}.our-locations-psychologist-wrapper .locations_generic1 .wrap_locations{padding-bottom:10px!important;padding-top:0!important}.three-bluebox-wrapper.gray-box-wrapper .d-flex{gap:30px 50px}.three-bluebox-wrapper.gray-box-wrapper .d-flex .col+.col::before{left:-25px}.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-wrapper,.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-wrapper{gap:20px}.psychologist-profiles-wrapper .ReviewsSliderWrap .slider .style-no_style{padding:20px 15px}.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .easy_t_single_testimonial,.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-slide{flex:1 0 47.7%;max-width:47.8%}.sky-blue-text-and-right-image-wrapper.big-text-desc .desc-col .desc,.sky-blue-text-and-left-image-wrapper.big-text-desc .desc-col .desc,.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc,.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc,.sky-blue-text-and-right-image-wrapper.big-text-desc .desc-col .desc p,.sky-blue-text-and-left-image-wrapper.big-text-desc .desc-col .desc p,.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc p,.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc p{font-size:20px;line-height:32px}.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul li,.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc ul li{padding:0 0 0 20px}}@media (max-width:768px){.our-practitioner-wrapper .title_43+.JcarouselSlider{margin-top:30px}.our-practitioner-wrapper .JcarouselSlider{border-top:1px solid #dddd}.our-practitioner-wrapper .easy_t_single_testimonial .image .btn-primary,.our-practitioner-wrapper .easy_t_single_testimonial .image::before{opacity:0;visibility:hidden}.our-practitioner-wrapper .easy_t_single_testimonial.easy_t_single_testimonial-next .image::before,.our-practitioner-wrapper .easy_t_single_testimonial:hover .image::before,.our-practitioner-wrapper .easy_t_single_testimonial.easy_t_single_testimonial-next .image .btn-primary,.our-practitioner-wrapper .easy_t_single_testimonial:hover .image .btn-primary{opacity:1;visibility:visible}}@media (max-width:767px){.video_header_slider.small-video-header .easy_t_single_testimonial .container{bottom:inherit;top:55%!important}.common-reasons-wrapper .d-flex .col{flex:1 0 47%;min-width:auto;max-width:47%}.other_services_section .other_services_wrap{max-height:440px;gap:20px 15px}.other_services_section .other_services_wrap .one_other_service{width:100%;min-height:128px;margin-bottom:0;padding:0;flex:1 0 30%;max-width:31%}.our-locations-psychologist-wrapper .location_module_burger .category_localisation1 .wrap_localisation{min-height:140px;width:calc(35% - 20px);margin-left:0;margin-right:0}.three-bluebox-wrapper.gray-box-wrapper .d-flex .col{min-width:100%;max-width:100%}.three-bluebox-wrapper.gray-box-wrapper .d-flex{gap:50px}.three-bluebox-wrapper.gray-box-wrapper .d-flex .col+.col::before{left:0;width:100%;height:1px;top:-25px}.our-practitioner-wrapper .heading{padding:5px 0}.our-practitioner-wrapper:has(.WithoutSlider) .heading{padding:10px 0}.our-practitioner-wrapper .swiper-button-prev1,.our-practitioner-wrapper .swiper-button-next1{width:40px;height:40px}.our-practitioner-wrapper .swiper-button-prev1::before,.our-practitioner-wrapper .swiper-button-next1::before{margin-top:-18px;margin-left:-18px}.our-practitioner-wrapper .swiper-button-prev1::after,.our-practitioner-wrapper .swiper-button-next1::after{font-size:20px}.our-practitioner-wrapper .title_43{max-width:70%;line-height:1.2!important;font-size:25px!important}.our-practitioner-wrapper:has(.WithoutSlider) .title_43{max-width:100%;font-size:30px!important;line-height:1.3!important}.our-practitioner-wrapper .name{font-size:20px;line-height:1.3}.our-practitioner-wrapper .designation{font-size:15px;min-height:45px}.our-practitioner-wrapper .top-name{margin-bottom:10px}.our-practitioner-wrapper .image .btn-primary{bottom:15px;font-size:18px;min-height:inherit;width:calc(100% - 30px);padding:10px 16px 10px;min-height:inherit!important}.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .easy_t_single_testimonial,.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-slide,.common-reasons-wrapper .d-flex .col{flex:1 0 100%;max-width:100%}.our-locations-psychologist-wrapper .locations_generic1 .wrap_descryption .descryption_16{font-size:16px;max-width:100%}}@media (max-width:480px){.our-locations-psychologist-wrapper .location_module_burger .category_localisation1 .wrap_localisation{min-height:140px;width:calc(50% - 10px)}.our-locations-psychologist-wrapper .find_a_location{width:100%}}.online_tests_list_wrapper .container{padding-block:80px}.online_tests_list_wrapper .DescWrap,.online_tests_list_wrapper .title_43{text-align:center}.online_tests_list_wrapper .title_43{color:var(--sc-blue);font-size:43px;line-height:1.5!important;font-family:bamberg_serial;font-weight:400}.online_tests_list_wrapper .DescWrap{font-size:20px;font-weight:500;color:var(--sc-blue);line-height:1.7}.online_tests_list_wrapper .image,.online_tests_list_wrapper picture{width:100%;max-height:250px;overflow:hidden}.online_tests_list_wrapper .image img,.online_tests_list_wrapper picture img{width:100%;object-fit:cover}@media (max-width:1025px){.online_tests_list_wrapper .container{padding:60px 0;max-width:94%;margin:0 auto}.online_tests_list_wrapper .title_43{font-size:40px}}@media (max-width:767px){.online_tests_list_wrapper .title_43{font-size:35px}}@media (max-width:480px){.online_tests_list_wrapper .title_43{font-size:30px}}.DepressionMainWrapper .wpcf7 form .wpcf7-response-output{margin:30px 0 0}.Right-Col.make-a-booking-modal .cf7_submit_btn_wrapper br{display:none}.Right-Col.make-a-booking-modal .cf7_submit_btn_wrapper img{margin:0 auto}.on-mobile.request-a-booking-btn{bottom:0;left:0;position:fixed;z-index:9;width:100%}.has-background-white .on-mobile.request-a-booking-btn a:focus:not(.wp-block-button__link):not(.wp-block-file__button),.on-mobile.request-a-booking-btn a:focus,.on-mobile.request-a-booking-btn a{background-color:var(--sc-orange)!important;color:var(--sc-blue)!important;font-family:ProximaNovaRg,sans-serif;font-size:16px;line-height:1.4;text-align:center;cursor:pointer;font-weight:700;padding:14px 20px;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out;display:block;width:100%}.request_booking_btn{background-color:var(--sc-orange);color:var(--sc-blue)!important;font-family:bamberg_serial;font-size:20px;line-height:29px;text-align:center;cursor:pointer;font-weight:400;padding:14px 30px;transition:0.3s ease-in-out;position:fixed;bottom:20px;right:20px;z-index:98}.request_booking_btn:hover{background-color:var(--sc-blue);color:var(--sc-orange)!important}.close-popup-form{color:#fff!important;position:absolute;top:6px;right:10px;z-index:99;font-size:20px;opacity:0.6!important}@media (min-width:768px){.Right-Col.make-a-booking-modal{position:fixed!important;bottom:10px;right:10px;max-width:355px!important;background-color:var(--sc-green);padding:15px;opacity:0;visibility:hidden;transition:all 0.5s ease-in-out;z-index:999;border:2px solid #044644}}.Right-Col.make-a-booking-modal .phone,.Right-Col.make-a-booking-modal .title{font-family:ProximaNovaRg,sans-serif;font-size:20px;color:var(--sc-orange);font-weight:700;margin-bottom:12px}.Right-Col.make-a-booking-modal .title{margin-top:20px}.Right-Col.make-a-booking-modal .input_wrap{margin-bottom:15px}.Right-Col.make-a-booking-modal textarea{height:80px}.Right-Col.make-a-booking-modal .wpcf7-form .hidden-xs,.Right-Col.make-a-booking-modal .wpcf7-form p{display:flex;flex-wrap:wrap;gap:10px;margin:0}.Right-Col.make-a-booking-modal .wpcf7-form .wpcf7-form-control-wrap{width:100%}.Right-Col.make-a-booking-modal .wpcf7-form .wpcf7-not-valid-tip{display:none}.Right-Col.make-a-booking-modal .wpcf7-form .wpcf7-form-control.wpcf7-not-valid{border-color:#ff0000!important}.wpcf7 form .wpcf7-response-output{margin:10px 0;padding:0!important;border:0 solid #00a0d2!important}.Right-Col.make-a-booking-modal .textarea-label{margin-bottom:0}.Right-Col.active-effect::before{content:'';position:absolute;background-color:var(--sc-green);width:100%;height:100%;top:0%;left:0%;opacity:.5;animation:scale-ani 1s ease-in;-webkit-animation:scale-ani 1s ease-in;z-index:-1}@keyframes scale-ani{0%{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);opacity:.8}100%{transform:scale(1.06);-webkit-transform:scale(1.06);-moz-transform:scale(1.06);-ms-transform:scale(1.06);-o-transform:scale(1.06);opacity:0}}@media (max-width:1023.98px){.request_booking_btn,.Right-Col.make-a-booking-modal{display:none!important}.on-mobile.request-a-booking-btn{display:block!important}}.single h2.faq-category-title,.information_accordions h2.faq-category-title,.faq-wrapper h2.faq-category-title{color:var(--sc-blue);font-size:43px;line-height:1.3!important;font-family:bamberg_serial;font-weight:400;margin-bottom:60px}.single .ewd-ufaq-faq-div,.information_accordions .ewd-ufaq-faq-div,.faq-wrapper .ewd-ufaq-faq-div{padding:2px 0 15px;clear:both;margin:0 0 40px;border-bottom:1px solid #61697c}.faq-wrapper .ewd-ufaq-faq-div:last-child{margin-bottom:0}.single .ewd-ufaq-faq-div.ewd-ufaq-post-active,.information_accordions .ewd-ufaq-faq-div.ewd-ufaq-post-active,.faq-wrapper .ewd-ufaq-faq-div.ewd-ufaq-post-active{border-bottom:1px solid #51788e}.single .ewd-ufaq-faq-title :is(h1,h2,h3,h4,h5,h6),.information_accordions .ewd-ufaq-faq-title :is(h1,h2,h3,h4,h5,h6),.faq-wrapper .ewd-ufaq-faq-title :is(h1,h2,h3,h4,h5,h6){display:inline-block;margin:5px!important;color:var(--sc-blue);font-size:25px!important;line-height:1.5!important;font-family:bamberg_serial!important;font-weight:400}.single div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol,.information_accordions div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol,.faq-wrapper div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{text-decoration:none;float:right;text-align:center;width:auto;height:auto;margin-right:0;margin-left:15px;padding:15px 0 0 2px;line-height:1;border-style:solid;border-width:0}.single .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span,.information_accordions .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span,.faq-wrapper .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{display:inline-block;font-size:20px;margin:0 auto;color:var(--sc-blue)}.single .ewd-ufaq-faq-body,.information_accordions .ewd-ufaq-faq-body,.faq-wrapper .ewd-ufaq-faq-body{padding:10px 25px;padding-left:5px;line-height:28px}.single .ewd-ufaq-post-active .ewd-ufaq-faq-title :is(.ewd-ufaq-post-margin-symbol span,h1,h2,h3,h4,h5,h6),.information_accordions .ewd-ufaq-post-active .ewd-ufaq-faq-title :is(.ewd-ufaq-post-margin-symbol span,h1,h2,h3,h4,h5,h6),.faq-wrapper .ewd-ufaq-post-active .ewd-ufaq-faq-title :is(.ewd-ufaq-post-margin-symbol span,h1,h2,h3,h4,h5,h6){color:#51788e}.page-id-406214 .TopHeader{position:sticky;top:0;background-color:var(--sc-green)}.page-id-406214 .ReviewsSliderWrap,.page-id-406214 .our-practitioner-wrapper .heading::before,.page-id-406214 .our-practitioner-wrapper,.full_width_side_img_wrapper{background-color:var(--sc-gray)}.page-id-406214 .psychologist-profiles-wrapper .ReviewsSliderWrap .slider .style-no_style{background-color:#fff}.page-id-406214 .ReviewsSliderWrap+.faq-wrapper .container{padding-top:100px}.full_width_side_img_wrapper .d-flex{display:flex;align-items:center}.full_width_side_img_wrapper .d-flex>div{flex:1 0 0%}.full_width_side_img_wrapper .d-flex .image{order:1}.full_width_side_img_wrapper .d-flex .image img{width:100%}.full_width_side_img_wrapper .d-flex .desc_col{display:flex;justify-content:flex-end}.full_width_side_img_wrapper .d-flex .desc_col .inner-col{padding:50px 100px 50px 0;max-width:670px}.orange-small-title{color:var(--sc-orange);font-size:15px;line-height:1.3;text-transform:uppercase;font-family:'ProximaNovaRgBold';letter-spacing:.5px}.orange-small-title+.title_48{margin-top:20px}.full_width_side_img_wrapper .title_48{color:var(--sc-blue);font-family:bamberg_serial;font-size:48px;line-height:1.3;font-weight:400}.full_width_side_img_wrapper .desc{font-size:18px;margin-top:15px}.full_width_side_img_wrapper .two-btns{margin-top:40px;display:flex;gap:15px;flex-wrap:wrap}.full_width_side_img_wrapper .two-btns .blue-btn{color:var(--sc-orange)!important;background-color:var(--sc-blue)!important;border:1px solid var(--sc-blue)}.full_width_side_img_wrapper .two-btns .blue-btn:hover{color:var(--sc-blue)!important;background-color:var(--sc-orange)!important;border:1px solid var(--sc-orange)}.top_title_left_img_wrap .container{max-width:1250px;padding:100px 0 110px}.top_title_left_img_wrap .container .clearfix{max-width:1170px}.top_title_left_img_wrap .clearfix{display:flex}.top_title_left_img_wrap .clearfix .image{position:relative;max-width:600px}.top_title_left_img_wrap .clearfix .image,.top_title_left_img_wrap .clearfix .desc-col{flex:1 0 0%;min-width:50%}.top_title_left_img_wrap .clearfix .image+.desc-col{padding-left:80px}.top_title_left_img_wrap .shortdesc{color:var(--sc-orange);font-size:20px;line-height:1.5;font-family:'ProximaNovaRgBold';margin-top:10px}.white-text-and-left-image-wrapper .desc-col{font-size:17px;line-height:1.6}.top_title_left_img_wrap .clearfix .desc-col h3{color:var(--sc-blue);font-size:30px;line-height:1.5;font-family:bamberg_serial;font-weight:400;margin-bottom:30px}.top_title_left_img_wrap .clearfix .desc-col ul li{background-image:none;padding:0;display:flex;gap:15px;align-items:flex-start}.top_title_left_img_wrap .clearfix .desc-col ul li picture{min-width:25px;text-align:center;margin-top:5px;line-height:0}.top_title_left_img_wrap .clearfix .desc-col ul li+li{margin-top:25px}.gray-box-wrapper.green-bg{background-color:var(--sc-green);min-height:inherit}.step_box_with_right_img_wrapper .container{padding-inline:0;max-width:1260px}.step_box_with_right_img_wrapper .title_48,.psychologist-profiles-wrapper .green-bg .title_43,.psychologist-profiles-wrapper .green-bg .d-flex .col .title_28,.psychologist-profiles-wrapper .green-bg .d-flex .col .desc{color:#fff}.step_box_with_right_img_wrapper{background-color:#155257;color:#fff}.step_box_with_right_img_wrapper .title_48{text-align:center;font-family:bamberg_serial;font-weight:400}.step_box_with_right_img_wrapper .title_48+.d-flex{margin-top:60px}.step_box_with_right_img_wrapper .d-flex{display:flex;gap:40px 85px}.step_box_with_right_img_wrapper .img_col{width:100%;max-width:580px;position:relative}.step_box_with_right_img_wrapper .img_col .image{position:absolute;top:0;left:0;opacity:0;visibility:hidden;transition:all 0.5s ease-in-out}.step_box_with_right_img_wrapper .img_col .image.active{opacity:1;visibility:visible}.step_box_with_right_img_wrapper .step_col{width:100%}.step_box_with_right_img_wrapper .step_col .item{padding:35px;border:1px solid #2b8188;border-radius:4px;display:flex;gap:30px;cursor:pointer;transition:all 0.5s ease-in-out}.step_box_with_right_img_wrapper .step_col .item.active,.step_box_with_right_img_wrapper .step_col .item:hover{background-color:#0d3a3d;border:1px solid #0d3a3d}.step_box_with_right_img_wrapper .step_col .item .number{color:var(--sc-orange);font-size:60px;line-height:1;font-family:bamberg_serial;font-weight:400;min-width:35px;text-align:center}.step_box_with_right_img_wrapper .step_col .item:not(:first-child){margin-top:18px}.step_box_with_right_img_wrapper .step_col .item .title{color:#fff;font-size:25px;line-height:1.4;font-family:bamberg_serial;font-weight:400}.step_box_with_right_img_wrapper .step_col .item .shortdesc{margin-top:5px}.gray-box-wrapper.green-bg .d-flex .col .small-sepline{background-color:#fff0;margin:2px 0}.three-bluebox-wrapper.green-bg .d-flex .col+.col::before{background-color:#033c3a}.three-bluebox-wrapper.green-bg .d-flex .col{min-width:inherit;max-width:20%;position:relative;flex:1 0 0%;padding-top:70px}.three-bluebox-wrapper.green-bg .d-flex .col::after{content:"1";position:absolute;top:0;left:0;color:var(--sc-orange);font-size:50px;line-height:1;font-weight:700}.three-bluebox-wrapper.green-bg .d-flex .col:nth-child(2):after{content:"2"}.three-bluebox-wrapper.green-bg .d-flex .col:nth-child(3):after{content:"3"}.three-bluebox-wrapper.green-bg .d-flex .col:nth-child(4):after{content:"4"}.online_counselling_form_wrapper{background-color:var(--sc-green)}.online_counselling_form_wrapper .title_43{color:var(--sc-orange)}.online_counselling_form_wrapper .shortdesc{color:#fff;font-size:20px;margin-top:15px}.online_counselling_form_wrapper .form_wrap{margin-top:50px}.online_counselling_form_wrapper .form_wrap .flex{display:flex;flex-wrap:wrap;gap:30px}.online_counselling_form_wrapper .form_wrap .col3{flex:1 0 32%}.online_counselling_form_wrapper .form_wrap .col2{flex:1 0 48%}.online_counselling_form_wrapper .form_wrap .col1{flex:1 0 100%}.online_counselling_form_wrapper .form_wrap input,.online_counselling_form_wrapper .form_wrap textarea{border:0 solid #e9eff7;background-color:#fff0;width:100%;margin:0;padding:10px 0;min-height:55px;box-sizing:border-box;outline:none;color:#fff;border-bottom:1px solid #979797}.online_counselling_form_wrapper .form_wrap .checkbox label{color:#c2c3c4}.online_counselling_form_wrapper .form_wrap .checkbox-col{display:flex;flex-wrap:wrap;gap:10px 50px}.online_counselling_form_wrapper .form_wrap .checkbox{display:block;align-items:center;gap:5px}.online_counselling_form_wrapper .form_wrap input[type="checkbox"]{width:25px;min-width:25px;min-height:25px;padding:2px;border:1px solid #979797;background-color:#fff0}@supports (-webkit-appearance:none) or (-moz-appearance:none){.online_counselling_form_wrapper .form_wrap input[type="checkbox"]:after{left:8px;top:4px;border-color:#fff}}.online_counselling_form_wrapper .form_wrap .title{color:#fff;font-size:25px;font-family:'ProximaNovaRgBold';line-height:1.3;margin-top:20px}.online_counselling_form_wrapper .form_wrap textarea{min-height:150px;padding:10px 15px;border:1px solid #979797}.online_counselling_form_wrapper .form_wrap .submit-btn{text-align:center}.online_counselling_form_wrapper .form_wrap ::placeholder{color:#c2c3c4}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .TopHeader .topmenu .menu li a{color:#000}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .TopHeader .topmenu .menu li.call-us-trigger::after{filter:brightness(0%)}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .TopHeader .topmenu .menu li::before,html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) a.menu-link .line-inner-color{background-color:#000}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .TopHeader path[fill="#fff"],html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .TopHeader path[style="fill:#fff"],html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .TopHeader rect[fill="#fff"],html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .TopHeader rect[style="fill:#fff"]{fill:#000000!important}.full-width-header-with-left-side-text-wrapper{position:relative}.full-width-header-with-left-side-text-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:185px;background:#000;background:-webkit-linear-gradient(0deg,#fff0 0%,rgb(0 0 0 / .4) 160%);background:-moz-linear-gradient(0deg,#fff0 0%,rgb(0 0 0 / .4) 160%);background:linear-gradient(0deg,#fff0 0%,rgb(0 0 0 / .4) 160%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000066",GradientType=0)}.full-width-header-with-left-side-text-wrapper .image,.full-width-header-with-left-side-text-wrapper .image picture{width:100%;min-height:800px;max-height:800px;overflow:hidden;display:flex}.full-width-header-with-left-side-text-wrapper .image img,.full-width-header-with-left-side-text-wrapper .image picture img{object-fit:cover;width:100%;height:100%;min-height:250px}.full-width-header-with-left-side-text-wrapper .desc_col{position:absolute;top:50%;width:100%;transform:translateY(-50%);margin-top:35px}.full-width-header-with-left-side-text-wrapper .desc_col .inner-col{width:100%;max-width:1440px;margin:0 auto;padding:0 30px}.full-width-header-with-left-side-text-wrapper .desc_col .title_48{color:var(--sc-green);font-size:55px;line-height:1.2;font-family:bamberg_serial;font-weight:400;max-width:650px;margin-bottom:25px}.full-width-header-with-left-side-text-wrapper .desc_col .desc{color:#333;font-size:19px;line-height:1.5;max-width:570px;margin-bottom:35px}.full-width-header-with-left-side-text-wrapper .desc_col .desc p{margin-bottom:15px}.full-width-header-with-left-side-text-wrapper .desc_col .desc p:last-child{margin-bottom:0}.no-window-height{min-height:inherit}.fs-19 .desc{font-size:19px}.fs-18 .desc{font-size:18px}.get-in-touch-cta-wrapper.center-align-text-col .d-flex{justify-content:center;position:relative}.get-in-touch-cta-wrapper.center-align-text-col .d-flex::before{content:"";position:absolute;background-color:#fff0;width:370px;height:370px;border:4px solid var(--sc-orange);border-radius:100%;bottom:0;z-index:2;right:-250px}@media (prefers-reduced-motion:no-preference){.get-in-touch-cta-wrapper.center-align-text-col .d-flex::before{transform:translateY(0);animation:orange-circle1 linear forwards;animation-timeline:view();animation-range:entry 0% cover 100%}@keyframes orange-circle1{to{transform:translateY(-200px)}}}.get-in-touch-cta-wrapper.center-align-text-col .left{max-width:735px}.get-in-touch-cta-wrapper.center-align-text-col .title_43{font-size:35px;font-family:bamberg_serial;position:relative}.get-in-touch-cta-wrapper.center-align-text-col .title_43::after{content:'';position:relative;width:60px;height:1px;background-color:var(--sc-blue);margin:20px 0 30px;clear:none;display:block}.get-in-touch-cta-wrapper.center-align-text-col .desc{color:#333}.get-in-touch-cta-wrapper.center-align-text-col .desc :is(h3,h4,h5,h6){color:var(--sc-blue)}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .green-text-and-left-image-wrapper .desc :is(h3,h4,h5,h6),html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .get-in-touch-cta-wrapper.center-align-text-col .desc :is(h3,h4,h5,h6){font-weight:600;line-height:1.4;font-family:ProximaNovaRgBold}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .green-text-and-left-image-wrapper .desc :is(h3),html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .get-in-touch-cta-wrapper.center-align-text-col .desc :is(h3){font-size:24px}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .green-text-and-left-image-wrapper .desc :is(h4),html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .get-in-touch-cta-wrapper.center-align-text-col .desc :is(h4){font-size:22px}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .green-text-and-left-image-wrapper .desc :is(h5),html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .get-in-touch-cta-wrapper.center-align-text-col .desc :is(h5){font-size:20px}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .green-text-and-left-image-wrapper .desc :is(h6),html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .get-in-touch-cta-wrapper.center-align-text-col .desc :is(h6){font-size:18px}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .green-text-and-left-image-wrapper .image+.desc-col{float:none;max-width:inherit}.our-practitioner-wrapper.gray-bg,.our-practitioner-wrapper.gray-bg .heading::before,.page-id-407279 .our-practitioner-wrapper{background-color:var(--sc-gray)}.faq-wrapper.green-bg{background-color:var(--sc-green);color:#fff}.faq-wrapper.green-bg .container{padding-block:100px}.faq-wrapper.green-bg .faq-category-title,.faq-wrapper.green-bg .ewd-ufaq-faq-title :is(h1,h2,h3,h4,h5,h6){color:#fff}.faq-wrapper.green-bg .ewd-ufaq-faq-div{border-bottom:1px solid #406f6d}.faq-wrapper.green-bg .ewd-ufaq-post-active .ewd-ufaq-faq-title :is(.ewd-ufaq-post-margin-symbol span,h1,h2,h3,h4,h5,h6),.faq-wrapper.green-bg .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{color:var(--sc-orange)!important}.faq-wrapper.green-bg .ewd-ufaq-faq-body ul li{background-image:url(/wp-content/themes/counsellingsydney/assets/images/bullet.png)}@media (max-width:1025px){.page-id-407279 .full-width-header-with-left-side-text-wrapper .desc_col .desc{margin-bottom:0}.page-id-407279 .full-width-header-with-left-side-text-wrapper .desc_col .two-btns{display:none}.full-width-header-with-left-side-text-wrapper .image,.full-width-header-with-left-side-text-wrapper .image picture{min-height:350px;min-height:350px}.full-width-header-with-left-side-text-wrapper .image img,.full-width-header-with-left-side-text-wrapper .image picture img{object-position:right}.full-width-header-with-left-side-text-wrapper .desc_col{position:relative;top:inherit;width:94%;transform:inherit;padding-block:60px;margin:0 auto}.full-width-header-with-left-side-text-wrapper .desc_col .title_48{font-size:50px}.full-width-header-with-left-side-text-wrapper .desc_col :is(.title_48,.desc){max-width:100%}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .TopHeader:after,.get-in-touch-cta-wrapper.center-align-text-col .d-flex::before{display:none}.sky-blue-text-and-right-image-wrapper:has(.desc-col>h2) .image,.green-text-and-right-image-wrapper:has(.desc-col>h2) .image,.sky-blue-text-and-left-image-wrapper:has(.desc-col>h2) .image,.green-text-and-left-image-wrapper:has(.desc-col>h2) .image{margin-top:0;text-align:center}.our-practitioner-wrapper .WithoutSlider .easy_t_single_testimonial{max-width:31%;flex:1 0 23%}.faq-wrapper.green-bg .container{padding-block:60px}.full-width-header-with-left-side-text-wrapper .desc_col .inner-col{padding:0 0}.green-text-and-left-image-wrapper.no-window-height:has(.image){padding-bottom:0}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .TopHeader.MenuOpen .topmenu .menu li a{color:#fff}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399) .TopHeader.MenuOpen .topmenu .menu li.call-us-trigger::after{filter:brightness(100%)}.single h2.faq-category-title,.information_accordions h2.faq-category-title,.faq-wrapper h2.faq-category-title{font-size:30px!important}}@media only screen and (max-width:810px){.ewd-ufaq-faq-title-text{width:90%}.single .ewd-ufaq-faq-div,.information_accordions .ewd-ufaq-faq-div,.faq-wrapper .ewd-ufaq-faq-div{margin:0 0 15px}}@media (max-width:767px){.full-width-header-with-left-side-text-wrapper .image,.full-width-header-with-left-side-text-wrapper .image picture{min-height:250px;min-height:250px}.full-width-header-with-left-side-text-wrapper .image img,.full-width-header-with-left-side-text-wrapper .image picture img{object-position:80%}.full-width-header-with-left-side-text-wrapper .desc_col .title_48{font-size:40px}.our-practitioner-wrapper .WithoutSlider .swiper-wrapper{gap:20px}.our-practitioner-wrapper .WithoutSlider .easy_t_single_testimonial{max-width:47%;flex:1 0 50%}}@media (max-width:480px){.full-width-header-with-left-side-text-wrapper .desc_col .title_48{font-size:33px;line-height:1.3}.full-width-header-with-left-side-text-wrapper .desc_col .desc{font-size:17px}}@font-face{font-family:'ewd-toggle-icon';src:url(/wp-content/plugins/ultimate-faqs/assets/fonts/ewd-toggle-icon.woff2) format('woff2');font-display:swap}.Related-Topic .content{padding:0!important}.Related-Topic .content+.center-btn{margin-top:60px}.Related-Topic .title{color:var(--sc-blue);font-family:bamberg_serial;font-size:clamp(1.875rem, 1.5657rem + 1.3198vw, 2.6875rem)!important;font-weight:400;line-height:1.5;margin:0}.Related-Topic .small-sepline{background-color:var(--sc-blue);margin:10px 0}.Related-Topic .categories_wrap{margin:60px 0 0;gap:30px 0}.Related-Topic .one_category .desktop_link .h3,.Related-Topic .one_category .desktop_link h3{text-align:left;border:none;color:#373737;font-size:18px;font-weight:600;line-height:22px;font-family:ProximaNovaRgBold;padding:0;text-overflow:inherit;overflow:hidden;white-space:nowrap;max-width:100%}.Related-Topic .one_category .desktop_link .h3:hover,.Related-Topic .one_category .desktop_link h3:hover{background-color:inherit;color:inherit}.Related-Topic .one_category{width:auto;padding:0;max-width:25%;min-width:inherit;flex:1 0 25%}.Related-Topic .one_category .desktop_title{color:var(--sc-blue);font-size:16px;line-height:30px;margin-top:0;margin-bottom:0}.Related-Topic .ImgWrap{margin-bottom:20px}.Related-Topic .ImgWrap,.Related-Topic .ImgWrap picture{overflow:hidden;display:flex;min-height:150px}.Related-Topic .ImgWrap img{object-fit:cover;transition:all 0.5s ease-in-out}.Related-Topic .one_category a:hover .ImgWrap img{scale:1.1}.page-id-3224 .banner_module{display:none}.page-id-3224 .message_section{margin-top:100px}.FillOrangeBtn{display:inline-block}.FillOrangeBtn a{display:block;background-color:#ff9d62;color:#202d4c;font-weight:400;font-family:bamberg_serial;font-size:20px;line-height:1.3;padding:12px 40px;text-align:center;transition:0.3s ease-in-out}.FillOrangeBtn a:hover{background-color:#202d4c;color:#ff9d62}.TopHeader{padding:4px 0 5px;position:fixed;left:0;width:100%;top:38px;z-index:99;color:#fff;-webkit-transition:top 0.3s,color 0.3s;-moz-transition:top 0.3s,color 0.3s;transition:top 0.3s,color 0.3s}.TopHeader img{max-width:100%}.TopHeader.Sticky{top:0;background-color:#fff;padding:0}.TopHeader>.MainWrapper{position:relative;z-index:2}.TopHeader.Sticky>.MainWrapper{background-color:#fff;padding-top:4px;padding-bottom:5px}.TopHeader .InnerWrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.TopHeader .main-logo{width:126px;line-height:0;transition:0.3s ease-in-out}.TopHeader.ServiceMenuOpen .main-logo,.TopHeader.ServiceMenuOpen a.menu-link{opacity:0;visibility:hidden}.TopHeader .main-logo .img-responsive{display:none}.TopHeader .topmenu{position:relative}.TopHeader .topmenu .menu{list-style-type:none;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;padding-left:0;margin:15px 0;align-items:center}.TopHeader .topmenu .menu li a{color:#fff;display:block;font-size:16px;line-height:26px;font-family:proxima-nova,sans-serif;-moz-transition:0.3s ease-in-out;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;position:relative}.TopHeader .topmenu .menu li::before{width:100%;height:1px;bottom:-6px;left:0;background-color:#fff;position:absolute;content:"";opacity:0}.page-id-3224 .TopHeader .topmenu .menu li a{color:#000}.TopHeader.Sticky .menu-link span,.TopHeader.Sticky .topmenu .menu li::before,.page-id-3224 .TopHeader .topmenu .menu li::before{background-color:#373737}.TopHeader.ServiceMenuOpen .topmenu .menu li::before{background-color:#c3c3c3}.TopHeader.Sticky .menu-link.active span{background-color:#fff}@media screen and (min-width:1025px){.TopHeader .topmenu .menu li:hover::before{opacity:1}}.TopHeader.ServiceHeader .topmenu .menu li a,.TopHeader.Sticky .topmenu .menu li a{color:#000}.TopHeader.ServiceHeader .topmenu .menu li a:focus,.TopHeader.Sticky .topmenu .menu li a:focus{color:#000!important}.TopHeader.ServiceMenuOpen .topmenu .menu li a{color:#c3c3c3}.TopHeader.ServiceHeader.BookingFormOpen .topmenu .menu li a,.TopHeader.ServiceHeader.MenuOpen .topmenu .menu li a,.TopHeader.Sticky.BookingFormOpen .topmenu .menu li a,.TopHeader.Sticky.MenuOpen .topmenu .menu li a{color:#fff}.TopHeader.ServiceHeader.BookingFormOpen .topmenu .menu li.call-us-trigger::after,.TopHeader.ServiceHeader.MenuOpen .topmenu .menu li.call-us-trigger::after,.TopHeader.Sticky.BookingFormOpen .topmenu .menu li.call-us-trigger::after,.TopHeader.Sticky.MenuOpen .topmenu .menu li.call-us-trigger::after{-webkit-filter:invert(0%);filter:invert(0%)}.TopHeader.ServiceMenuOpen path[fill="#fff"],.TopHeader.ServiceMenuOpen path[style="fill:#fff"],.TopHeader.ServiceMenuOpen rect[fill="#fff"],.TopHeader.ServiceMenuOpen rect[style="fill:#fff"],.TopHeader.Sticky path[fill="#fff"],.TopHeader.Sticky path[style="fill:#fff"],.TopHeader.Sticky rect[fill="#fff"],.TopHeader.Sticky rect[style="fill:#fff"],.page-id-3224 .TopHeader path[fill="#fff"],.page-id-3224 .TopHeader path[style="fill:#fff"],.page-id-3224 .TopHeader rect[fill="#fff"],.page-id-3224 .TopHeader rect[style="fill:#fff"]{fill:#373737!important}.TopHeader .topmenu .menu li.call-us-trigger::after{position:absolute;content:"";top:5px;left:-19px;width:12px;height:17px;background-image:url(/wp-content/themes/counsellingsydney/assets/images/icons/phone.svg);background-repeat:no-repeat;background-position:center;background-size:contain;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.TopHeader.ServiceHeader .topmenu .menu li.call-us-trigger::after,.TopHeader.Sticky .topmenu .menu li.call-us-trigger::after{-webkit-filter:invert(100%);filter:invert(100%)}.TopHeader.ServiceMenuOpen .topmenu .menu li.call-us-trigger::after{background-image:url(/wp-content/themes/counsellingsydney/assets/images/icons/hover-phone.svg)!important;-webkit-filter:invert(0%);filter:invert(0%)}.TopHeader .topmenu .menu li{cursor:pointer;margin-left:60px;padding:0;position:relative;background-image:none;-webkit-transform:0;-moz-transform:0;-ms-transform:0;-o-transform:0;transform:0}.TopHeader .leftmenu .menu li.make-a-booking-trigger,.TopHeader .topmenu .menu li .menu-item-description{display:none}.TopHeader .topmenu .menu li:first-child{margin-left:0}.TopHeader .rightmenu{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;min-width:260px}a.menu-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;position:relative;z-index:99;margin-left:38px;-webkit-transform:-7px;-moz-transform:-7px;-ms-transform:-7px;-o-transform:-7px;transform:-7px;-webkit-transition:1s cubic-bezier(.25,1,.25,1) 1.65s;-moz-transition:1s cubic-bezier(.25,1,.25,1) 1.65s;transition:1s cubic-bezier(.25,1,.25,1) 1.65s}a.menu-link .burger{width:20px;height:15px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;overflow:hidden;opacity:1;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}a.menu-link.active .burger{opacity:0}a.menu-link .line-outer{width:100%;height:1px;position:absolute;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;background-color:transparent!important}a.menu-link .line-outer:nth-child(1){top:0}a.menu-link .line-outer:nth-child(2){top:7px}a.menu-link .line-inner{width:100%;height:1px;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0;-webkit-transform:translateX(calc(-100% - 4px));-moz-transform:translateX(calc(-100% - 4px));-ms-transform:translateX(calc(-100% - 4px));-o-transform:translateX(calc(-100% - 4px));transform:translateX(calc(-100% - 4px));-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}a.menu-link .line-inner.second,a.menu-link .line-inner.third{margin-left:4px}a.menu-link .line-inner-color{width:100%;height:1px;background-color:#fff;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.Sticky a.menu-link .line-inner-color{background-color:#373737}.Sticky.BookingFormOpen a.menu-link .line-inner-color,.Sticky.MenuOpen a.menu-link .line-inner-color{background-color:#fff}a.menu-link .line-outer:nth-child(2) .line-inner{-webkit-transform:translateX(-200%);-moz-transform:translateX(-200%);-ms-transform:translateX(-200%);-o-transform:translateX(-200%);transform:translateX(-200%);-webkit-transition:0.3s 0.1s;-moz-transition:0.3s 0.1s;transition:0.3s 0.1s}a.menu-link .line-outer:nth-child(3){top:14px;-webkit-transition:0.3s 0.2s;-moz-transition:0.3s 0.2s;transition:0.3s 0.2s}a.menu-link:hover .line-inner{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}a.menu-link:hover .line-outer:nth-child(2) .line-inner{-webkit-transform:translateX(calc(-100% + 4px));-moz-transform:translateX(calc(-100% + 4px));-ms-transform:translateX(calc(-100% + 4px));-o-transform:translateX(calc(-100% + 4px));transform:translateX(calc(-100% + 4px))}a.menu-link .cross{position:absolute;opacity:0;top:0;left:0;right:0;bottom:0;margin:auto;width:20px;height:14px;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}a.menu-link .cross::before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;margin:auto;width:100%;height:1px;background-color:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}a.menu-link .cross::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;margin:auto;width:100%;height:1px;background-color:#fff;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}a.menu-link.active .cross{opacity:1}.TopHeader a.menu-link.active{position:fixed;right:70px}.BookingFormWrap,.SidebarMenuCol{position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;visibility:hidden;-moz-transition:0.3s ease-in-out;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;pointer-events:all}.SidebarMenuCol{z-index:1}.BookingFormWrap{z-index:99}body.disableScroll section.TopHeader.BookingFormOpen{z-index:1000}.BookingFormWrap .PaddingCol{padding:80px 35px}.BookingFormClose{position:absolute;top:30px;right:50px}.BookingFormClose,.BookingFormClose a{color:#fff;font-family:proxima-nova,sans-serif;font-size:15px;line-height:20px;font-weight:400;letter-spacing:.5px;text-align:right}.phone_hours_main_wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:baseline}.make-a-booking-modal .phone{color:rgb(255 255 255 / .85);font-family:bamberg_serial;font-size:22px;font-weight:400;letter-spacing:1.32px;line-height:21px;margin-bottom:20px}.make-a-booking-modal .hours{opacity:.7;color:#fff;font-size:14px;font-weight:500;line-height:18px}.make-a-booking-modal .title{color:rgb(255 255 255 / .85);font-family:bamberg_serial;font-size:24px;font-weight:400;letter-spacing:1.19px;line-height:21px;margin-top:51px;margin-bottom:16px}.make-a-booking-modal .desc{opacity:.7;color:rgb(255 255 255 / .85);font-size:12px;font-weight:400;letter-spacing:.49px;line-height:18px;margin-bottom:13px}.make-a-booking-modal p{width:100%}.make-a-booking-modal form{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.make-a-booking-modal .input_wrap{width:48%;margin-bottom:15px}.make-a-booking-modal input:not([type="checkbox"]){border:none!important;border-bottom:1px solid #979797!important;height:30px;width:100%;color:#fff;font-size:14px;font-weight:400;letter-spacing:.58px;line-height:21px;background-color:#fff0;border-radius:0!important;padding:0}input:not([type]),input[type="color"],input[type="date"],input[type="datetime-local"],input[type="datetime"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="submit"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],select,textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.make-a-booking-modal input:not([type="checkbox"])::placeholder{opacity:1;color:rgb(218 218 218 / .85)}.BookingFormClose span{font-size:13px}.make-a-booking-modal .input_wrap .SumoSelect>.optWrapper>.options li label{color:#373737}.make-a-booking-modal .input_wrap .SumoSelect>.optWrapper>.options li:hover label{color:#ff9d62}.make-a-booking-modal .input_wrap .SumoSelect>.optWrapper>.options li.opt{padding:4px 0 20px 20px}.BookingFormWrap .overlay,.SidebarMenuCol .overlay{position:fixed;width:100%;height:100%;background-color:rgb(0 0 0 / .6);top:0;left:0;display:block;cursor:pointer;pointer-events:all}.BookingFormOpen .BookingFormWrap,a.menu-link.active+.SidebarMenuCol{opacity:1;visibility:visible}.BookingFormWrap .SideBarMenu,.SidebarMenuCol .SideBarMenu{width:450px;height:100%;right:-450px;position:absolute;background-color:#005350;top:0;overflow:auto;-moz-transition:0.3s ease-in-out;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;border-radius:0 0 0 50px}.BookingFormOpen .BookingFormWrap .SideBarMenu,a.menu-link.active+.SidebarMenuCol .SideBarMenu{right:0}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu{display:block;margin:0;padding:112px 56px 80px 75px}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu li{margin:0;opacity:1;transform:translateX(0);transition-delay:0s}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu>li{margin-bottom:18px}.TopHeader.ServiceMenuOpen .topmenu .menu li,.TopHeader.ServiceMenuOpen .topmenu .menu li.services-trigger{opacity:0;visibility:hidden;transition:0.3s ease-in-out}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu li::before{display:none}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu li a{color:#fff;font-family:bamberg_serial;font-size:32px;font-weight:400;line-height:55px}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu li.active>a{color:#ff9d62}@media screen and (min-width:1024px){.SidebarMenuCol .SideBarMenu ul#menu-burger-menu li a:hover{color:#ff9d62}}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu li ul li a{font-family:proxima-nova,sans-serif;font-size:16px;line-height:35px;font-weight:400}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu ul.sub-menu{overflow:hidden;max-height:0;-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out;list-style-type:none;padding-left:0;display:none}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu li.active ul.sub-menu{max-height:800px;padding-top:14px}.TopHeader .FullScreenMenu{position:absolute;left:0;top:-40px;width:100%;height:110vh;z-index:1;pointer-events:none}.TopHeader.ServiceMenuOpen .FullScreenMenu{pointer-events:all}.TopHeader .FullScreenMenu .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(250 249 247 / .8);-webkit-transition:0.3s ease-in-out 0.2s;-moz-transition:0.3s ease-in-out 0.2s;transition:0.3s ease-in-out 0.2s;opacity:0}.TopHeader.ServiceMenuOpen .FullScreenMenu .overlay{-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;transition-duration:0.6s;opacity:1}.TopHeader .FullScreenMenu .MenuInnerCol{position:absolute;top:0;right:-20px;width:calc(100% + 20px);height:100%;background-color:#faf9f7;overflow:auto;-webkit-transition:0.3s ease-in-out 0.2s;-moz-transition:0.3s ease-in-out 0.2s;transition:0.3s ease-in-out 0.2s;z-index:1;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol{-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;transition-duration:0.6s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.TopHeader .CloseMenu{position:absolute;top:14px;left:0;z-index:-1;opacity:0;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;-ms-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.TopHeader.ServiceMenuOpen .CloseMenu{opacity:1;z-index:1}.TopHeader .CloseMenu a{color:#373737;font-family:proxima-nova,sans-serif;font-size:12px;line-height:20px;text-transform:uppercase;font-weight:400;letter-spacing:.5px;position:relative;padding-left:24px}.TopHeader .CloseMenu a::after,.TopHeader .CloseMenu a::before{content:"";position:absolute;left:0;top:6px;width:12px;height:2px;background-color:#373737;-webkit-transition:0.3s ease-in-out 0.3s;-moz-transition:0.3s ease-in-out 0.3s;transition:0.3s ease-in-out 0.3s}.TopHeader.ServiceMenuOpen .CloseMenu a::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.TopHeader.ServiceMenuOpen .CloseMenu a::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.TopHeader .FullScreenMenu .MenuInnerCol .MainWrapper{padding:0}.TopHeader .FullScreenMenu .MenuInnerCol .group{display:flex;justify-content:space-between}.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap{width:71%;padding:148px 59px 0;height:100vh;overflow-y:auto}.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap .left-content{width:80%;margin:auto}.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap,.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap{-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;transition:0.2s ease-in-out;opacity:0}.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol .LeftWrap,.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol .RightWrap{-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-delay:0.6s;-moz-transition-delay:0.6s;transition-delay:0.6s;opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.TopHeader .FullScreenMenu .MenuInnerCol h4.Title{color:#202d4c;font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:40px;margin-bottom:30px}.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 18px);margin:0 -9px;height:100%;padding-top:14px;padding-right:22px}.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li{width:calc(25% - 18px);margin:0 9px 32px;position:relative;cursor:pointer;opacity:.5;padding:0;background-image:none;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li .concern_bcg{object-fit:cover;height:69px;width:100%;position:relative;left:0;display:block}.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li{opacity:1}.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li a{display:block;position:relative}.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li a::after,.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li a::before{opacity:0;width:26px;height:26px;border-radius:50%;background-color:#005450;position:absolute;top:-13px;right:-13px;color:#fff;text-align:center;font-weight:600;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:1}.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li a::before{content:"\00d7";font-size:25px}.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li a.active:hover::before{opacity:1}.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li a.active::after{content:"\2714 \fe0e";font-size:18px;opacity:1}.TopHeader.ServiceMenuOpen .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li a.active:hover::after{opacity:0}.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li .ImgWrap{line-height:0}.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li h6{color:#373737;padding-top:8px;font-size:13px;font-weight:400;line-height:18px;letter-spacing:0}.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li .Col{opacity:.5;transition:0.3s ease-in-out}.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li a.active .Col,.TopHeader .FullScreenMenu .MenuInnerCol .LeftWrap .InnerCol ul li a:hover .Col{opacity:1}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap{min-width:411px;width:29%;border-radius:0 0 0 50px;background-color:#f0faff;padding:145px 50px 0}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap .right-content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap .InputCol{position:relative}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap .InputCol input{width:287px;height:46px;border-radius:10px;background-color:#fff;padding-left:46px;border:1px solid #d5d5d5;padding-right:13px;font-size:16px;color:#373737;margin:0 auto}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap input::-webkit-input-placeholder{color:#373737;opacity:.5}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap input:-moz-placeholder{color:#373737;opacity:.5}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap input::-moz-placeholder{color:#373737;opacity:.5}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap input:-ms-input-placeholder{color:#373737;opacity:.5}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap .InputCol img{position:absolute;top:0;bottom:0;margin:auto 0;left:15px;width:16px}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap .location,.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap .your-name{margin-bottom:40px;text-align:left}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap .FillOrangeBtn a{width:258px;height:56px;font-family:bamberg_serial;font-size:20px;text-align:center;line-height:56px;padding:0;border:none;-webkit-align-self:flex-start;-moz-align-self:flex-start;align-self:flex-start;-ms-flex-item-align:start;position:relative;cursor:pointer;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;background-color:#ffaf7e;color:#202d4c;font-weight:400;left:-16px}.TopHeader .FullScreenMenu .MenuInnerCol .RightWrap .FillOrangeBtn a:hover{color:#ffaf7e;background-color:#202d4c}.TopHeader ::-webkit-scrollbar{width:0}.menu-burger-menu-container{display:block;-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end;position:relative;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:all;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.menu-burger-menu-container.active{opacity:1;pointer-events:all}.menu-burger-menu-container .overlay{background-color:rgb(0 0 0 / .9);position:absolute;top:0;left:0;width:100%;height:100%;display:block;cursor:pointer}.menu-burger-menu-container .close-wrap{position:absolute;top:49px;right:0;cursor:pointer}.menu-burger-menu-container .close-wrap .container{padding-left:56px;padding-right:63px}.menu-burger-menu-container .close-inner{padding:10px 0;cursor:pointer}.menu-burger-menu-container .close-inner .text{color:#fff;font-size:16px;font-weight:500;line-height:22px;position:relative}.menu-burger-menu-container .close-inner span{font-size:13px;font-weight:500;line-height:22px;text-transform:uppercase}.menu-burger-menu-container .burger-nav .find_a_location_result{display:none}.menu-burger-menu-container .locations_generic1{position:absolute;background-color:#f5f9ff;top:0;left:0;width:100%;height:100vh;overflow-x:hidden;overflow-y:auto;-webkit-transform:translateX(100vw);-moz-transform:translateX(100vw);-ms-transform:translateX(100vw);-o-transform:translateX(100vw);transform:translateX(100vw);-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.menu-burger-menu-container .locations_generic1.active{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.menu-burger-menu-container .locations_generic1 .container{padding-left:90px}.menu-burger-menu-container .locations_generic1 .location-content{width:calc(100% - 486px);margin-top:62px}.menu-burger-menu-container .locations_generic1 .category_localisation1{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;width:calc(100% + 18px);margin:0 -9px}.menu-burger-menu-container .locations_generic1 .category_localisation1 .wrap_localisation{min-height:auto;margin-bottom:38px;width:calc(25% - 18px);margin-left:9px;margin-right:9px}.menu-burger-menu-container .locations_generic1 .category_localisation1 .localisation_bcg{height:128px;position:relative;left:0}.menu-burger-menu-container .locations_generic1 .category_localisation1 .title_18{padding-top:22px;font-size:14px}.menu-burger-menu-container .locations_generic1 .top{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;margin-bottom:52px}.menu-burger-menu-container .locations_generic1 .title{color:#202d4c;font-family:bamberg_serial;font-size:30px;font-weight:400;line-height:40px;margin-bottom:9px}.menu-burger-menu-container .locations_generic1 .desc{opacity:.73;color:#373737;font-size:14px;font-weight:500}.menu-burger-menu-container .locations_generic1 .search-wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.menu-burger-menu-container .locations_generic1 .input_wrap{position:relative}.SidebarMenuCol .locations_generic1 .find_a_location .search-wrap img,.menu-burger-menu-container .locations_generic1 img{position:absolute;top:0;bottom:0;margin:auto 0;left:24px}.SidebarMenuCol .locations_generic1 .find_a_location .search-wrap input,.menu-burger-menu-container .locations_generic1 input{width:295px;height:50px;border-radius:10px 0 0 10px;background-color:#fff;padding-left:50px;border:1px solid #d5d5d5;border-right:none}.SidebarMenuCol .locations_generic1 .find_a_location .search-wrap input::-webkit-input-placeholder,.menu-burger-menu-container .locations_generic1 input::-webkit-input-placeholder{opacity:1;color:#bdbdbd}.SidebarMenuCol .locations_generic1 .find_a_location .search-wrap input::-moz-placeholder,.menu-burger-menu-container .locations_generic1 input::-moz-placeholder{opacity:1;color:#bdbdbd}.SidebarMenuCol .locations_generic1 .find_a_location .search-wrap input:-moz-placeholder,.menu-burger-menu-container .locations_generic1 input:-moz-placeholder{opacity:1;color:#bdbdbd}.SidebarMenuCol .locations_generic1 .find_a_location .search-wrap input:-ms-input-placeholder,.menu-burger-menu-container .locations_generic1 input:-ms-input-placeholder{opacity:1;color:#bdbdbd}.SidebarMenuCol .locations_generic1 .find_a_location button,.menu-burger-menu-container .locations_generic1 button{width:137px;height:50px;text-align:center;background-color:#ffaf7e;line-height:50px;color:#202d4c;font-family:bamberg_serial;font-size:20px;padding:0;border:none;cursor:pointer;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;font-weight:normal!important}.menu-burger-menu-container .find_a_location{padding:0}.menu-burger-menu-container .find_a_location_result{display:block;position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden;background-color:#fff;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;-webkit-transform:translateY(-100vh);-moz-transform:translateY(-100vh);-ms-transform:translateY(-100vh);-o-transform:translateY(-100vh);transform:translateY(-100vh);pointer-events:none}.menu-burger-menu-container .find_a_location_result.slide-down{pointer-events:all;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.menu-burger-menu-container .find_a_location_result .content{background-color:#fff0;width:100%}.menu-burger-menu-container .find_a_location_result .content-inner{padding-top:0;width:calc(100% - 486px);position:relative}.menu-burger-menu-container .find_a_location_result .cross{position:absolute;top:0;right:0;width:30px;height:30px;cursor:pointer}.menu-burger-menu-container .find_a_location_result .cross::before{position:absolute;content:"";background-color:#202d4c;top:0;right:0;left:0;bottom:0;margin:auto;width:10px;height:1px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);pointer-events:none}.menu-burger-menu-container .find_a_location_result .cross::after{position:absolute;content:"";background-color:#202d4c;top:0;right:0;left:0;bottom:0;margin:auto;width:10px;height:1px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);pointer-events:none}.menu-burger-menu-container .find_a_location_result .results{width:calc(100% + 20px);margin:0 -10px}.menu-burger-menu-container .find_a_location_result .location{width:calc(33.33% - 60px);margin:0 30px 72px}.menu-burger-menu-container .content{height:100vh;overflow-x:hidden;overflow-y:auto;width:450px;border-radius:0 0 0 50px;background-color:#005450;position:relative;padding:0 56px 0 75px;margin-bottom:18px}.menu-burger-menu-container .content-inner{padding-top:112px}.menu-burger-menu-container .menu{list-style-type:none;padding-left:0}.menu-burger-menu-container .menu>li{color:#fff;font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:55px;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;margin-bottom:18px}.menu-burger-menu-container .menu>li.menu-item-has-children a{position:relative;display:inline-block}.menu-burger-menu-container .menu .sub-menu li a{display:block}.menu-item-has-children button.sub-menu-toggle{padding:0;border:0;background:transparent!important;position:absolute;width:20px;height:20px;top:15px;-webkit-transition:0.3s;transition:0.3s;margin-left:10px}.menu-item-has-children button.sub-menu-toggle .icon-plus,.menu-item-has-children button.sub-menu-toggle .icon-minus{display:none!important}.menu-item-has-children button.sub-menu-toggle::before{position:absolute;content:"";width:10px;height:10px;top:50%;left:50%;bottom:inherit;margin:auto 0;margin-top:-5px;margin-left:-5px;border-bottom:1px solid #fff;border-right:1px solid #fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.menu-item-has-children.active button.sub-menu-toggle{top:20px;transform:rotate(-180deg)}.menu-item-has-children.active button.sub-menu-toggle::before,.menu-burger-menu-container .menu>li.menu-item-has-children.active{color:#ffaf7e}.menu-item-has-children.active button.sub-menu-toggle::before,.menu-burger-menu-container .menu>li.menu-item-has-children.active a::before{border-color:#ffaf7e}.menu-burger-menu-container .menu>li li{color:#fff;font-size:16px;font-weight:400;line-height:35px;font-family:proxima-nova,sans-serif;margin-bottom:0;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.menu-burger-menu-container .menu>li li a::before{display:none}.menu-burger-menu-container .sub-menu{list-style-type:none;padding-left:0;display:none}@media screen and (min-width:1025px){.SidebarMenuCol .locations_generic1 .find_a_location button:hover,.menu-burger-menu-container .locations_generic1 button:hover{background-color:#202d4c;color:#ffaf7e}.menu-burger-menu-container .menu>li li:hover,.menu-burger-menu-container .menu>li:hover{color:#ffaf7e}.menu-burger-menu-container .locations_generic1 .category_localisation1 .post_location{width:25%}.SidebarMenuCol .find_a_location_result .results .location:hover::after{opacity:1}}@media screen and (max-width:1024px){.menu-item-has-children button.sub-menu-toggle{top:10px}.menu-item-has-children.active button.sub-menu-toggle{top:18px}.menu-burger-menu-container .close-wrap .container{padding-left:75px;padding-right:37px}.menu-burger-menu-container .content-inner{padding-top:82px}.menu-burger-menu-container .content{width:336px;padding:0 44px}.menu-burger-menu-container .locations_generic1 .container{padding-left:37px}.menu-burger-menu-container .locations_generic1 .location-content{width:calc(100% - 302px);margin-top:25px}.menu-burger-menu-container .locations_generic1 .top{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:39px}.menu-burger-menu-container .locations_generic1 .category_localisation1{width:calc(100% + 8px);margin:0 -4px}.menu-burger-menu-container .locations_generic1 .category_localisation1 .wrap_post_location{border-top:none;padding-top:6px}.menu-burger-menu-container .locations_generic1 .category_localisation1 .wrap_localisation{width:calc(33.33% - 8px);margin:0 4px 25px}.menu-burger-menu-container .locations_generic1 .category_localisation1 .post_location{min-height:auto}.menu-burger-menu-container .locations_generic1 .category_localisation1 .wrap_bcg{height:74px}.menu-burger-menu-container .locations_generic1 .category_localisation1 .localisation_bcg{height:100%}.menu-burger-menu-container .locations_generic1 .category_localisation1 .title_28{display:none}.menu-burger-menu-container .locations_generic1 .category_localisation1 .title_18{padding-top:15px}.menu-burger-menu-container .locations_generic1 .category_localisation1 .description1 h2{color:#373737;font-size:13px;font-weight:700;line-height:15px}.menu-burger-menu-container .locations_generic1 .category_localisation1 .desc_16{font-size:13px}.menu-burger-menu-container .locations_generic1 .category_localisation1 .detalis1{font-size:14px;position:relative;display:inline-block}.menu-burger-menu-container .locations_generic1 .text-wrap{width:100%}.menu-burger-menu-container .locations_generic1 .search-wrap{width:100%;margin-top:25px}.menu-burger-menu-container .locations_generic1 .title{font-size:20px;line-height:25px;margin-bottom:0}.menu-burger-menu-container .locations_generic1 .input_wrap{width:calc(100% - 104px)}.menu-burger-menu-container .locations_generic1 img{width:12px;left:14px}.menu-burger-menu-container .locations_generic1 input{width:100%;height:39px;padding-left:39px}.menu-burger-menu-container .locations_generic1 button{width:104px;height:39px;font-size:18px;line-height:39px;border-radius:0 6px 6px 0;background-color:#51788e;color:#fff}.menu-burger-menu-container .menu>li{font-size:30px;line-height:40px}.menu-burger-menu-container .menu>li li{font-size:15px}}@media screen and (max-width:767px){.menu-item-has-children button.sub-menu-toggle{top:6px}.menu-item-has-children.active button.sub-menu-toggle{top:12px}}@media screen and (min-width:768px) and (max-width:1024px){.locations_generic1 .category_localisation1 .post_location{width:50%}.menu-burger-menu-container .find_a_location_result .container{padding:0 37px}.menu-burger-menu-container .find_a_location_result .content{padding:0;height:calc(100vh - 76px);border-radius:0}.menu-burger-menu-container .find_a_location_result .content-inner{width:calc(100% - 336px);padding-bottom:40px}.menu-burger-menu-container .find_a_location_result .results-wrap{margin:32px auto 0;padding-top:28px}.menu-burger-menu-container .find_a_location_result .results{width:100%;margin:0;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.menu-burger-menu-container .find_a_location_result .location{width:48%;margin:0}.menu-burger-menu-container .find_a_location_result .tier{font-size:14px;line-height:17px}.menu-burger-menu-container .find_a_location_result .inner-line{width:33%}.menu-burger-menu-container .find_a_location_result .distance .tier:nth-child(2){text-align:center}.menu-burger-menu-container .find_a_location_result .distance .tier:nth-child(3){text-align:right}}@media screen and (max-width:767px){.SidebarMenuCol .SideBarMenu ul#menu-burger-menu{padding:66px 0 80px!important}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu ul.sub-menu li a{display:block;font-size:14px;font-weight:400;line-height:33px}.menu-burger-menu-container .close-wrap .container{display:none}.menu-burger-menu-container .content{width:100%;border-radius:0;padding:0}.menu-burger-menu-container .content.location_result_on{overflow-y:hidden}.menu-burger-menu-container .menu{list-style-type:none;padding-left:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}.menu-burger-menu-container .menu>li{margin-bottom:15px;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;-webkit-order:2;-moz-order:2;order:2;-ms-flex-order:2}.menu-burger-menu-container .menu>li:nth-child(2){-webkit-box-ordinal-group:0;-moz-box-ordinal-group:0;box-ordinal-group:0;-webkit-order:0;-moz-order:0;order:0;-ms-flex-order:0}.menu-burger-menu-container .menu>li:nth-child(2) .sub-menu{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;left:0;position:relative;margin:0}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu li.active ul.sub-menu{margin-top:15px}.menu-burger-menu-container .menu>li:nth-child(2) li{width:50%;border-bottom:1px solid #fff;text-align:center;padding:10px 0;display:inline-block;margin:0 -2px!important;height:inherit}.menu-burger-menu-container .menu>li:nth-child(2) li:nth-child(1),.menu-burger-menu-container .menu>li:nth-child(2) li:nth-child(2){border-top:1px solid #fff}.menu-burger-menu-container .menu>li:nth-child(2) li:nth-child(odd){border-right:1px solid #fff}.menu-burger-menu-container .menu li{font-size:21px;font-weight:700;line-height:33.75px;text-align:center}.menu-burger-menu-container .menu li li{font-size:14px;font-weight:400;line-height:33px}.menu-burger-menu-container #location_module{display:block;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1;background-color:#f5f9ff;width:100%;left:0;position:relative;margin:0;top:-15px}.menu-burger-menu-container #location_module .title{color:#202d4c;font-family:bamberg_serial;font-size:16px;font-weight:400;line-height:20px;padding-bottom:15px}.menu-burger-menu-container .category_localisation1{padding:32px 25px 48px}.menu-burger-menu-container .sub-menu{padding-top:0}.menu-burger-menu-container .sub-menu a{display:block}.menu-burger-menu-container .search-wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.menu-burger-menu-container .input_wrap{position:relative;width:calc(100% - 104px)}.menu-burger-menu-container img{position:absolute;top:0;bottom:0;margin:auto 0;left:17px;width:12px}.menu-burger-menu-container input{width:100%;height:39px;border-radius:10px 0 0 10px;background-color:#fff;padding-left:38px;border:none;font-family:proxima-nova,sans-serif;display:block}.menu-burger-menu-container input::-webkit-input-placeholder{opacity:1;color:#bdbdbd}.menu-burger-menu-container input::-moz-placeholder{opacity:1;color:#bdbdbd}.menu-burger-menu-container input:-moz-placeholder{opacity:1;color:#bdbdbd}.menu-burger-menu-container input:-ms-input-placeholder{opacity:1;color:#bdbdbd}.menu-burger-menu-container button{width:104px;height:39px;text-align:center;background-color:#ffaf7e;line-height:39px;color:#202d4c;font-family:bamberg_serial;font-size:12px;font-weight:400;border:none}.menu-burger-menu-container .find_a_location_result{height:calc(100vh - 60px);height:calc((var(--vh, 1vh) * 100) - 60px);top:60px}.menu-burger-menu-container .find_a_location_result .content-inner{width:100%}.menu-burger-menu-container .find_a_location_result .location{width:calc(50% - 20px);margin:0 10px 72px}.menu-burger-menu-container .find_a_location_result .content{height:calc(100vh - 60px);height:calc((var(--vh, 1vh) * 100) - 60px)}.menu-burger-menu-container .burger-nav .find_a_location_result{display:block}}.SidebarMenuCol .locations_generic1{position:absolute;background-color:#f5f9ff;top:0;left:0;width:100%;height:100vh;overflow-x:hidden;overflow-y:auto;-webkit-transform:translateX(100vw);-moz-transform:translateX(100vw);-ms-transform:translateX(100vw);-o-transform:translateX(100vw);transform:translateX(100vw);-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.8s}.SidebarMenuCol .locations_generic1 .wrap_locations{width:calc(100% - 486px);margin:60px 0;padding:0}.SidebarMenuCol .locations_generic1 .find_a_location,.SidebarMenuCol .locations_generic1 .wrap_descryption{padding:0}.SidebarMenuCol .locations_generic1 .wrap_locations .top{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;margin-bottom:52px}.SidebarMenuCol .locations_generic1 .wrap_locations .top .text-wrap{width:38%}.SidebarMenuCol .locations_generic1 .descryption_16{font-family:proxima-nova,sans-serif;opacity:.73;color:#373737;font-size:14px;font-weight:600}.SidebarMenuCol .locations_generic1 .title_50{color:#202d4c;font-family:bamberg_serial;font-size:30px;line-height:40px;margin-bottom:9px;font-weight:400}.SidebarMenuCol .locations_generic1.active{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.SidebarMenuCol .locations_generic1 .container{width:100%;padding:0 50px 0 90px}.SidebarMenuCol .locations_generic1 .location-content{width:calc(100% - 486px);margin-top:62px}.location_module_burger .category_localisation1{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;width:calc(100% + 18px);margin:0 -9px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.location_module_burger .category_localisation1 .wrap_localisation{min-height:auto;margin-bottom:38px;width:calc(25% - 18px);margin-left:9px;margin-right:9px;cursor:pointer;-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;transition:0.2s ease-in-out}.location_module_burger .category_localisation1 .wrap_localisation.active{opacity:1}.location_module_burger .category_localisation1 .wrap_bcg{width:100%;overflow:hidden;line-height:0;margin-bottom:15px}.location_module_burger .category_localisation1 .localisation_bcg{position:relative;left:0;top:0;bottom:0;margin:auto 0;width:100%;height:128px;object-fit:cover;-webkit-transition:0.4s ease-in-out;-moz-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.location_module_burger .category_localisation1 .title_18{font-size:16px;color:#373737;font-family:proxima-nova,sans-serif;font-weight:600;line-height:1.2;width:100%;padding:0}.location_module_burger .location-content .top{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;margin-bottom:52px}.location_module_burger .location-content .top .title{color:#202d4c;font-family:bamberg_serial;font-size:30px;font-weight:400;line-height:40px;margin-bottom:9px}.location_module_burger .location-content .top .desc{opacity:.73;color:#373737;font-size:14px;font-weight:500}.location_module_burger .location-content .top .find_a_location{padding:0;position:relative}.location_module_burger .location-content .wrap_localisation:hover .localisation_bcg{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.location_module_burger .location-content .top .find_a_location .search-wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.location_module_burger .location-content .top .find_a_location .search-wrap .input_wrap{position:relative}.location_module_burger .location-content .top .find_a_location .search-wrap .input_wrap img{position:absolute;top:0;bottom:0;margin:auto 0;left:24px}.location_module_burger .location-content .top .find_a_location .search-wrap .input_wrap input{width:295px;height:50px;border-radius:10px 0 0 10px;background-color:#fff;padding-left:50px;border:1px solid #d5d5d5;border-right:none}.location_module_burger .location-content .top .find_a_location .search-wrap button{width:137px;height:50px;text-align:center;background-color:#ffaf7e;line-height:50px;color:#202d4c;font-family:bamberg_serial;font-size:20px;font-weight:400;border:none;padding:0;cursor:pointer;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.location_module_burger .location-content .top .find_a_location .search-wrap button:hover{background-color:#202d4c;color:#ffaf7e}.location_module_burger .category_localisation1 .wrap_post_location{width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #373737;margin:0 11px}.location_module_burger .category_localisation1 .title_28{width:100%;color:#202d4c;font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:1.4;padding-top:50px;padding-bottom:30px;outline:0;box-shadow:none!important}.location_module_burger .category_localisation1 .wraper_p{width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.location_module_burger .category_localisation1 .post_location{position:relative;min-height:210px;margin-bottom:40px;opacity:0;width:25%}.location_module_burger .category_localisation1 .fadeInLeft .post_location:nth-child(n+1){opacity:1;-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;transition:0.2s ease-in-out}.location_module_burger .category_localisation1 .description1{color:#373737;font-size:14px;font-weight:700;line-height:35px}.location_module_burger .category_localisation1 .description1 .title{color:#202d4c;font-size:12px;display:inline;padding-right:10px;font-family:bamberg_serial;font-weight:400;line-height:40px;margin-bottom:9px}.location_module_burger .category_localisation1 .desc_16{color:#373737;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:400;line-height:1.5;padding-top:5px;width:100%;display:block}.location_module_burger .category_localisation1 .lp_street,.location_module_burger .category_localisation1 .lp_town{padding-right:15px}.location_module_burger .category_localisation1 .detalis1{color:#373737!important;font-size:14px;font-weight:700;border-bottom:1px solid;border-color:#373737;padding-top:15px;position:absolute;bottom:0}.location_module_burger .category_localisation1 .detalis1:hover{border-color:#ff9d62}@media screen and (min-width:1200px){.container{width:100%;padding:0 50px;max-width:1440px;margin:0 auto}}.footer{background-color:#202d4c;padding-bottom:20px;z-index:1;position:relative}.footer_services{position:relative;max-width:1200px;margin:0 auto;border-bottom:1px solid #344468}.footer_navigation{position:relative;padding:60px;margin:0 auto;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.jtb{width:100%;margin:0 auto;position:relative;padding:60px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.services-trigger-footer{cursor:pointer}.fleft{position:relative;width:22.8%;display:block}.fmiddle{width:33.2%;margin-right:auto}.fright{width:40%;margin-right:-48px}.menu_n_copyright{width:77.8%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.jtb ul{list-style-type:none;padding:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.jtb ul li{background-image:none;padding-left:0;margin:15px 23px 15px 0}.jtb ul li a{opacity:.46;color:#fff;font-family:proxima-nova,sans-serif;font-size:14px;font-weight:400;line-height:22px;transition:0.3s ease-in-out}.jtb ul li a:hover{opacity:1}a,button,input,select,textarea{outline:0;box-shadow:none!important;font-family:inherit}.post_archive .wysiwyg_post a{text-decoration:underline}.post_archive .wysiwyg_post a:hover{text-decoration:none}.wrap_logo{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-left:33px;padding-top:19px}.coppyright{opacity:.45;color:#fff;font-size:12px;font-weight:400;line-height:18px;display:inline-block;font-family:proxima-nova,sans-serif;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0}.fa-copyright{color:#fff;font-size:12px}.fleft .logo_wrap img{margin-bottom:39px}.img-responsive{max-width:100%;height:auto;display:block}.fleft .fa-phone{font-size:18px;color:#fff;padding-right:8px}.fleft .phone span{opacity:.8;color:#fff;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:700;line-height:20px}.fleft .title_hours{padding-top:14px;padding-bottom:5px;opacity:.8;color:#fff;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:700;line-height:1.2}.fleft .footer_hours{opacity:.69;color:#fff;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:500;line-height:1.26}.wrap_middle ul{list-style-type:none;padding:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:15px}.wrap_middle ul li{width:50%;padding-bottom:18px;background-image:none;padding-left:0}.wrap_fright ul li .menu-item-description{display:none}.wrap_middle ul li a{color:#fff;font-family:proxima-nova,sans-serif;font-size:16px;display:block;font-weight:400;line-height:20px;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.wrap_middle ul li a:hover{color:#ffaf7e}.wrap_fright{padding-top:12px}.wrap_fright ul{list-style-type:none;padding:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:15px 0}.wrap_fright ul li{width:33%;margin-bottom:47px;padding-right:48px;background-image:none;padding-left:0}.wrap_fright ul li a{width:120px;display:block;color:#ffaf7e;font-family:proxima-nova,sans-serif;font-size:16px;font-weight:700;line-height:20px;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.wrap_fright ul li a:hover{color:#fff}.concerns-hero-modal{opacity:0;pointer-events:none;height:100vh;width:100%;overflow-x:hidden;overflow-y:auto;position:fixed;pointer-events:none;z-index:10;top:0;left:0}.SidebarMenuCol .find_a_location_result{display:block;position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden;background-color:#fff;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;-webkit-transform:translateY(-100vh);-moz-transform:translateY(-100vh);-ms-transform:translateY(-100vh);-o-transform:translateY(-100vh);transform:translateY(-100vh);pointer-events:none}.SidebarMenuCol .find_a_location_result.slide-down{pointer-events:all;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.SidebarMenuCol .find_a_location_result .content{background-color:#fff0;width:100%;height:100vh;overflow-x:hidden;overflow-y:auto;border-radius:0 0 0 50px;position:relative;padding:0 56px 0 75px;margin-bottom:18px}.SidebarMenuCol .find_a_location_result .content-inner{padding-top:0;width:calc(100% - 486px);position:relative}.SidebarMenuCol .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.SidebarMenuCol .find_a_location_result .location{width:calc(33.33% - 60px);margin:0 30px 72px}.SidebarMenuCol .find_a_location_result .results .location::after{pointer-events:none;position:absolute;content:"";top:-5%;left:-4%;width:108%;height:110%;border:1px solid rgb(55 55 55 / .5);opacity:0;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.services-near-me-modal{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background-color:#fff;opacity:0;pointer-events:none;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s}.services-near-me-modal.active{opacity:1;pointer-events:all}.services-near-me-modal .close-wrap{position:absolute;top:49px;left:0;cursor:pointer;width:100%}.services-near-me-modal .close-wrap .container{max-width:100%}.services-near-me-modal .close-inner{padding:10px 0}.services-near-me-modal .close-inner .text{color:#202d4c;font-size:16px;font-weight:500;line-height:22px;position:relative}.services-near-me-modal .close-inner span{font-size:13px;font-weight:500;line-height:22px;text-transform:uppercase}.services-near-me-modal .left{width:71%;padding:148px 59px 0;height:100vh;overflow-y:auto}.services-near-me-modal .left-content{width:80%;margin:auto}.services-near-me-modal .title{color:#202d4c;font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:40px;margin-bottom:30px}.services-near-me-modal .concerns-wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 18px);margin:0 -9px;height:100%;padding-top:14px;padding-right:22px}.services-near-me-modal .concern{width:calc(25% - 18px);margin:0 9px 32px;position:relative;cursor:pointer;opacity:.5}.services-near-me-modal .concern.concern_add{opacity:1}.services-near-me-modal .concern_bcg{object-fit:cover;height:69px;width:100%;position:relative;left:0;display:block}.services-near-me-modal .description{padding-top:8px;font-size:13px;font-weight:400;line-height:18px}.services-near-me-modal .elypse{opacity:0;width:26px;height:26px;border-radius:50%;background-color:#005450;position:absolute;top:-13px;right:-13px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.services-near-me-modal .concern.concern_add .elypse{opacity:1}.services-near-me-modal .elypse::before{content:"\00d7";color:#f5f9ff;font-size:26px;position:absolute;top:1px;bottom:0;left:-1px;right:0;margin:auto;opacity:0;text-align:center;font-weight:600}.services-near-me-modal .elypse::after{content:"\2714 \fe0e";color:#f5f9ff;font-size:18px}.services-near-me-modal .right{min-width:411px;width:29%;border-radius:0 0 0 50px;background-color:#f0faff;padding:145px 50px 0}.services-near-me-modal .right .right-content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.services-near-me-modal .location{margin-bottom:36px}.services-near-me-modal .right .btn-wrap{width:287px;text-align:center}.services-near-me-modal .input_wrap{position:relative}.services-near-me-modal img{position:absolute;top:0;bottom:0;margin:auto 0;left:15px;width:16px}.services-near-me-modal input{width:287px;height:46px;border-radius:10px;background-color:#fff;padding-left:46px;border:1px solid #d5d5d5;padding-right:13px;font-size:16px}.services-near-me-modal button{width:258px;height:56px;font-family:bamberg_serial;font-size:20px;font-weight:400;text-align:center;line-height:56px;border:none;-webkit-align-self:flex-start;-moz-align-self:flex-start;align-self:flex-start;-ms-flex-item-align:start;margin-top:54px;position:relative;left:-14px;cursor:pointer;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;background-color:#ffaf7e;color:#202d4c}.services-near-me-modal .right .btn-wrap .concern-error{display:none}.input-error{border-color:#c35757!important}.services-near-me-modal input::placeholder{opacity:1;color:#bdbdbd}@media screen and (max-width:1024px){.services-near-me-modal{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.services-near-me-modal .close-wrap .container{padding:0 42px}.services-near-me-modal .close-inner .text{font-size:12px;line-height:16px}.services-near-me-modal .close-inner span{font-size:14px;line-height:16px}.services-near-me-modal .left{width:100%;height:calc(100vh - 204px);padding:101px 42px 30px}.services-near-me-modal .left-content{width:100%}.services-near-me-modal .title{margin-bottom:18px;font-size:14px;line-height:30px}.services-near-me-modal .concer-wrap-outer{height:calc(100vh - 364px)}.services-near-me-modal .concerns-wrap{width:calc(100% + 37px)}.services-near-me-modal .concern{width:calc(20% - 28px)}.services-near-me-modal .right{width:100%;height:204px;z-index:1;padding:45px 42px 99px;border-radius:0}.services-near-me-modal .right .right-content{-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.services-near-me-modal .location,.services-near-me-modal .your-name{width:200px}.services-near-me-modal .right .btn-wrap{width:200px;left:0}.services-near-me-modal input{width:100%;font-size:15px}.services-near-me-modal button{background-color:#51788e!important;margin-top:48px;height:48px;line-height:48px;border-radius:0 0 14px;font-size:15px;color:#fff;width:200px;left:0;padding:0}}@media screen and (max-width:767px){.services-near-me-modal{overflow-y:scroll;overflow-x:hidden;display:block}.services-near-me-modal .left{width:100%;height:auto!important;padding:79px 0 0;overflow:hidden}.services-near-me-modal .left-content{width:100%}.services-near-me-modal .concer-wrap-outer{height:auto!important;overflow:hidden}.services-near-me-modal .concerns-wrap{width:100%;padding-right:0;margin:0}.services-near-me-modal .concern{width:50%;margin:0;min-height:48px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;padding:8px 0 9px;text-align:center;border-bottom:1px solid #979797}.services-near-me-modal .concern:nth-child(1),.services-near-me-modal .concern:nth-child(2){border-top:1px solid #979797}.services-near-me-modal .concern:nth-child(odd){border-right:1px solid #979797}.services-near-me-modal .concern .element_to_anim{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:100%}.services-near-me-modal .concern_bcg{display:none}.services-near-me-modal .description{width:100px;margin:auto;font-size:14px;line-height:17px;padding-top:0}.services-near-me-modal .elypse{left:13px;top:0;bottom:0;margin:auto 0;right:unset;width:12px;height:12px}.services-near-me-modal .elypse::after{padding-top:2px;font-size:8px}.services-near-me-modal .concern.concern_add{background-color:#f5f9ff;border-color:#dac8c8}.services-near-me-modal .concern.concern_add .description{font-weight:700}.services-near-me-modal .right{width:100%;height:342px;z-index:1;padding:23px 60px 99px;border-radius:0;min-width:auto}.services-near-me-modal .right .right-content{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.services-near-me-modal .location{margin-bottom:15px;width:100%}.services-near-me-modal .your-name{width:100%}.services-near-me-modal .title{font-size:14px;line-height:26px;text-align:center;margin-bottom:13px}.services-near-me-modal .right .title{text-align:left}.services-near-me-modal .button,.services-near-me-modal button{width:200px;margin:29px auto 0;height:48px;border-radius:0;font-size:16px;color:#202d4c!important;background-color:#ffaf7e!important;left:0}.services-near-me-modal .close-wrap{top:15px}.services-near-me-modal .close-wrap .container{padding:0 15px}}.SumoSelect p{margin:0}.SumoSelect{width:100%}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:none}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;position:absolute;top:0;left:0;width:100%;margin:0;padding:5px 8px;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>span,.SumoSelect.open>.search>label{visibility:hidden}.SelectClass,.SumoUnder{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect.open .CaptionCont label{transform:rotate(180deg)}.SumoSelect>.optWrapper>.options li.opt label,.SumoSelect>.CaptionCont,.SumoSelect .select-all>label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:none}.SumoSelect>.CaptionCont{position:relative;margin:0;font-family:"ProximaNovaRg";font-size:16px;line-height:26px;color:var(--primary-color);border:1px solid var(--white-color)!important;background-color:#fff;padding:5px 12px!important;-webkit-border-radius:10px!important;-moz-border-radius:10px!important;border-radius:10px!important;width:100%;box-sizing:border-box;box-shadow:none;height:50px}.SumoSelect>.CaptionCont>span{display:block;padding:6px 20px 6px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont>label>i{background-image:none;width:10px;height:10px;border-bottom:2px solid rgb(218 218 218 / .85);border-right:2px solid rgb(218 218 218 / .85);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.make-a-booking-modal .input_wrap .SumoSelect.open>.CaptionCont>label>i{border-color:#ffaf7e}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgb(0 0 0 / .11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:50px;display:block;height:auto}.make-a-booking-modal .input_wrap .SumoSelect>.optWrapper{border-radius:0;background-color:#f5f9ff;top:29px}.make-a-booking-modal .input_wrap.select:nth-child(odd) .optWrapper{width:calc(200% + 15px);left:calc(-100% + -14px)}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.SumoSelect>.optWrapper>.options li.opt{padding:8px 0 8px 20px!important;background-image:none!important;border-bottom:0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:50%}.SumoSelect>.optWrapper>.options li.opt:first-child{color:#373737;font-size:11px;font-weight:700;letter-spacing:.45px;line-height:28px;width:100%;cursor:default;cursor:default!important;padding:15px 0 9px 20px!important;cursor:default;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt:first-child label{color:#000}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{position:relative}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt.sel,.SumoSelect .select-all.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;overflow:hidden;display:block;cursor:pointer;color:#717275;font-size:14px;line-height:1.2}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect.sumo_LOCATION>.optWrapper.multiple>.options li.opt:first-child{order:-1}.SumoSelect.sumo_LOCATION>.optWrapper.multiple>.options li.opt:last-child{order:-1}.SumoSelect>.optWrapper.multiple>.options li.opt span,.SumoSelect .select-all>span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect>.optWrapper.multiple>.options li.opt span,.SumoSelect .select-all>span{opacity:0;position:relative;margin-left:0;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1}.SumoSelect>.optWrapper.multiple>.options li.opt span i,.SumoSelect .select-all>span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #aeaeae;border-radius:2px;box-shadow:inset 0 1px 3px rgb(0 0 0 / .15);background-color:#fff}.SumoSelect>.optWrapper.multiple>.options li.opt span i,.SumoSelect .select-all>span i{background-size:5px 5px;border-radius:50%;background-color:#005450;width:10px;height:10px;margin:0 0 0 2px;position:relative;top:-3px;display:block}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgb(0 0 0 / .13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:none;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #dbdbdb;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px 0}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i,.SumoSelect .select-all.selected>span i,.SumoSelect .select-all.partial>span i{background-color:#005450;box-shadow:none;border-color:#fff0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect>.optWrapper.multiple>.options li.opt.selected span,.SumoSelect .select-all>span{opacity:1}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont[title="Concern"],.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont[title=" Time Preference"],.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont[title="Location"]{color:rgb(218 218 218 / .85)!important;border-bottom:1px solid rgb(218 218 218 / .85)!important}.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont{background-color:#fff0;border:none!important;border-bottom:1px solid rgb(218 218 218 / .85)!important;color:#fff;border-radius:0!important;outline:none;padding:0!important;height:30px;cursor:pointer}.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont span.placeholder,.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont span{color:rgb(218 218 218 / .85);font-style:normal;font-size:14px;font-weight:400;cursor:pointer;padding:0 35px 0 0}.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont[title="Concern"] span.placeholder,.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont[title="Concern"] span,.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont[title=" Time Preference"] span.placeholder,.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont[title=" Time Preference"] span,.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont[title="Location"] span.placeholder,.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont[title="Location"] span{color:rgb(218 218 218 / .85)}.make-a-booking-modal .input_wrap .SumoSelect.open>.CaptionCont[title="Concern"] span.placeholder,.make-a-booking-modal .input_wrap .SumoSelect.open>.CaptionCont[title="Concern"] span,.make-a-booking-modal .input_wrap .SumoSelect.open>.CaptionCont[title=" Time Preference"] span.placeholder,.make-a-booking-modal .input_wrap .SumoSelect.open>.CaptionCont[title=" Time Preference"] span,.make-a-booking-modal .input_wrap .SumoSelect.open>.CaptionCont[title="Location"] span.placeholder,.make-a-booking-modal .input_wrap .SumoSelect.open>.CaptionCont[title="Location"] span{color:#ffaf7e}.make-a-booking-modal .input_wrap.select:nth-child(even) .optWrapper{width:calc(200% + 15px)}.make-a-booking-modal .input_wrap.textarea{width:100%;margin-bottom:10px}.make-a-booking-modal .textarea-label{height:23px;color:#b8b8b8;font-size:14px;font-weight:600;letter-spacing:.49px;line-height:21px;margin-bottom:7px;display:block}.make-a-booking-modal .input_wrap.textarea span{width:100%}.make-a-booking-modal textarea{height:109px;border:1px solid #979797;width:100%;resize:none;background-color:#fff0;color:#fff!important;font-size:14px;font-weight:400;letter-spacing:.49px;line-height:17px;padding:12px 15px 13px}.make-a-booking-modal .newsletter_n_mandatory_text{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;width:100%}.make-a-booking-modal .mc4wp-checkbox,.make-a-booking-modal .wpcf7-checkbox,.make-a-booking-modal .wpcf7-acceptance{width:47%}.make-a-booking-modal .mc4wp-checkbox span.wpcf7-list-item,.make-a-booking-modal .wpcf7-checkbox span.wpcf7-list-item,.make-a-booking-modal .wpcf7-acceptance span.wpcf7-list-item{margin:0;display:inline}.make-a-booking-modal .mc4wp-checkbox label,.make-a-booking-modal .wpcf7-checkbox label,.make-a-booking-modal .wpcf7-acceptance label{width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.make-a-booking-modal .mc4wp-checkbox input,.make-a-booking-modal .wpcf7-checkbox input,.make-a-booking-modal .wpcf7-acceptance input{margin-right:6px;cursor:pointer;opacity:0}.make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label,.make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label,.make-a-booking-modal .wpcf7-acceptance .wpcf7-list-item-label{opacity:.72;color:rgb(255 255 255 / .85);font-size:11px;font-weight:400;letter-spacing:.45px;line-height:21px;position:relative;cursor:pointer}.message_section .make-a-booking-modal .textarea-label,.message_section .make-a-booking-modal input::placeholder,.message_section .make-a-booking-modal input:not([type="checkbox"]),.message_section .make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont span.placeholder,.message_section .make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont span,.message_section .make-a-booking-modal .newsletter_n_mandatory_text .text,.message_section .make-a-booking-modal .input_wrap,.message_section .make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label,.message_section .make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label,.message_section .make-a-booking-modal .wpcf7-acceptance .wpcf7-list-item-label{color:#373737;opacity:1}.message_section .DepressionMainWrapper .make-a-booking-modal .textarea-label,.message_section .DepressionMainWrapper .make-a-booking-modal input::placeholder,.message_section .DepressionMainWrapper .make-a-booking-modal input:not([type="checkbox"]),.message_section .DepressionMainWrapper .make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont span.placeholder,.message_section .DepressionMainWrapper .make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont span,.message_section .DepressionMainWrapper .make-a-booking-modal .newsletter_n_mandatory_text .text,.message_section .DepressionMainWrapper .make-a-booking-modal .input_wrap,.message_section .DepressionMainWrapper .make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label,.message_section .DepressionMainWrapper .make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label,.message_section .DepressionMainWrapper .make-a-booking-modal .wpcf7-acceptance .wpcf7-list-item-label{color:#fff;opacity:1}.make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label::before,.make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label::before,.make-a-booking-modal .wpcf7-acceptance .wpcf7-list-item-label::before{position:absolute;content:"";width:15px;height:15px;top:2px;left:-20px;border-radius:50%;background-color:#f5f9ff;pointer-events:none}.make-a-booking-modal .mc4wp-checkbox .wpcf7-list-item-label::after,.make-a-booking-modal .wpcf7-checkbox .wpcf7-list-item-label::after,.make-a-booking-modal .wpcf7-acceptance .wpcf7-list-item-label::after{position:absolute;content:"";width:5px;height:5px;top:7px;left:-15px;border-radius:50%;background-color:#373737;opacity:0;pointer-events:none}.make-a-booking-modal .mc4wp-checkbox input:checked+span::after,.make-a-booking-modal .wpcf7-checkbox input:checked+span::after,.make-a-booking-modal .wpcf7-acceptance input:checked+span::after{opacity:1}.make-a-booking-modal .newsletter_n_mandatory_text .text{width:49%;opacity:.72;color:rgb(255 255 255 / .85);font-size:11px;font-weight:400;letter-spacing:.45px;line-height:21px}.make-a-booking-modal button{width:100%;height:56px;background-color:#ffaf7e!important;color:#202d4c!important;font-family:bamberg_serial;padding:0;font-size:20px;text-align:center;line-height:56px;border:none;-webkit-align-self:flex-start;-moz-align-self:flex-start;align-self:flex-start;-ms-flex-item-align:start;margin-top:20px;position:relative;cursor:pointer;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;border:none;font-weight:400}.make-a-booking-modal button:hover{background-color:#202d4c!important;color:#ffaf7e!important}.make-a-booking-modal div.wpcf7-response-output{border:none;color:#fff;margin:5px 0 0 0;padding:0;line-height:1.2}.make-a-booking-modal .title{color:rgb(255 255 255 / .85);font-family:bamberg_serial;font-size:24px;font-weight:400;letter-spacing:1.19px;line-height:21px;margin-top:51px;margin-bottom:16px}.make-a-booking-modal .tym_desc{opacity:.7;color:rgb(255 255 255 / .85);font-size:14px;font-weight:400;letter-spacing:.49px;line-height:18px}.make-a-booking-modal .thank_you_message{display:none}@media only screen and (min-width:320px) and (max-width:1224px){.hero .content_inner{opacity:1!important;-webkit-transform:translateY(0)!important;-moz-transform:translateY(0)!important;-ms-transform:translateY(0)!important;-o-transform:translateY(0)!important;transform:translateY(0)!important}.hero .bcg-wrap img{opacity:1;-webkit-transform:scale(1.04);-moz-transform:scale(1.04);-ms-transform:scale(1.04);-o-transform:scale(1.04);transform:scale(1.04)}.SidebarMenuCol .SideBarMenu{width:336px;right:-336px}.TopHeader a.menu-link.active{right:25px}.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont,.make-a-booking-modal input:not([type="checkbox"]){height:40px!important;line-height:40px!important}.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont span.placeholder,.make-a-booking-modal .input_wrap .SumoSelect>.CaptionCont span{line-height:40px!important}.make-a-booking-modal .input_wrap .SumoSelect>.optWrapper{top:39px}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu{padding:100px 40px 80px 40px}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu>li{margin-bottom:15px}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu li a{font-size:19px;font-weight:400;line-height:33.75px;text-align:center;letter-spacing:.3px;display:inline-block}.SidebarMenuCol .locations_generic1 .wrap_locations{width:calc(100% - 302px);margin-top:25px}.SidebarMenuCol .locations_generic1 .container{width:100%;padding:0 80px 0 37px}.SidebarMenuCol .locations_generic1 .wrap_locations .top{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:39px}.SidebarMenuCol .locations_generic1 .wrap_locations .top .text-wrap{width:100%}.SidebarMenuCol .locations_generic1 .title_50{font-size:20px;line-height:25px;margin-bottom:0}.SidebarMenuCol .find_a_location .search-wrap{width:100%;margin-top:25px}.SidebarMenuCol .find_a_location .input_wrap{width:calc(100% - 104px)}.SidebarMenuCol .locations_generic1 .find_a_location .search-wrap img{width:12px;left:14px}.SidebarMenuCol .locations_generic1 .find_a_location .search-wrap input{width:100%;height:39px;padding-left:39px}.SidebarMenuCol .locations_generic1 .find_a_location .search-wrap button{width:104px;height:39px;font-size:18px;line-height:39px;border-radius:0 6px 6px 0;background-color:#51788e!important;color:#fff!important}.SidebarMenuCol .locations_generic1 .category_localisation1{width:calc(100% + 8px);margin:0 -4px;width:100%;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.SidebarMenuCol .locations_generic1 .category_localisation1 .wrap_localisation{width:calc(33.33% - 8px);margin:0 4px 20px}.SidebarMenuCol .locations_generic1 .category_localisation1 .wrap_bcg{height:74px}.SidebarMenuCol .locations_generic1 .category_localisation1 .localisation_bcg{height:100%}.SidebarMenuCol .locations_generic1 .category_localisation1 .title_18{padding-top:15px}.SidebarMenuCol .locations_generic1 .category_localisation1 .wrap_bcg{margin-bottom:0}.SidebarMenuCol .locations_generic1 .category_localisation1 .wrap_post_location{border-top:none;padding-top:6px}.SidebarMenuCol .locations_generic1 .category_localisation1 .title_28{display:none}.SidebarMenuCol .locations_generic1 .category_localisation1 .post_location{width:50%}.SidebarMenuCol .category_localisation1 .description1,.SidebarMenuCol .category_localisation1 .description1 .title{font-size:18px}.SidebarMenuCol .locations_generic1 .category_localisation1 .desc_16{font-size:13px}.SidebarMenuCol .locations_generic1 .category_localisation1 .detalis1{font-size:14px;position:relative;display:inline-block}.SidebarMenuCol .locations_generic1 .category_localisation1 .post_location{min-height:auto}.TopHeader .rightmenu{min-width:inherit}.SidebarMenuCol .find_a_location_result{padding:60px 0 70px}.SidebarMenuCol .find_a_location_result .container{padding:0 37px}.SidebarMenuCol .find_a_location_result .content{height:calc(1024px - 76px);padding:0;border-radius:0}.SidebarMenuCol .find_a_location_result .content-inner{width:calc(100% - 336px);padding-bottom:40px}.SidebarMenuCol .find_a_location_result .tier{font-size:14px;line-height:17px}.SidebarMenuCol .find_a_location_result .distance .tier:nth-child(2){text-align:center}.SidebarMenuCol .find_a_location_result .distance .tier:nth-child(3){text-align:right}.SidebarMenuCol .find_a_location_result .results-wrap{margin:32px auto 0;padding-top:28px}.SidebarMenuCol .find_a_location_result .results{width:100%;margin:0;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.SidebarMenuCol .find_a_location_result .location{width:48%;margin:0}.SidebarMenuCol .results .result-location-name{margin-bottom:4px}.SidebarMenuCol .results .result-desc{font-size:15px;line-height:26px}.SidebarMenuCol .results .result-desc{font-size:15px;line-height:26px}.SidebarMenuCol .results .view-details{margin-top:27px;font-size:15px}.SidebarMenuCol .find_a_location_result .inner-line{width:33%}.BookingFormWrap .PaddingCol{padding:85px 25px 25px}.make-a-booking-modal .phone{font-size:22px;letter-spacing:1.07px;line-height:21px}.make-a-booking-modal .title{font-size:18px;letter-spacing:.91px;line-height:21px;margin-top:29px}.make-a-booking-modal .desc{margin-bottom:27px;font-size:14px}.make-a-booking-modal button{height:48px;line-height:48px;font-size:16px;margin-top:0}.make-a-booking-modal .newsletter_n_mandatory_text .text{text-align:right;width:40%}.container{width:100%;padding:0 80px}.hero .container{padding:0 35px}.hero .title_70{margin-bottom:75px}.title_70{font-size:60px;line-height:65px;letter-spacing:.5px}.hero .content_inner{margin-top:-236px}.our_service_wrap .container{padding:0 80px}.our_services_wrap .one_servis{width:50%;min-height:266px}.our_services_wrap .one_servis .one_service_photo_wrap{margin-bottom:22px}.green_intro_section{margin-top:70px;padding-bottom:95px;position:relative}.green_intro_section,.choose_your_style_of_therapy{overflow-x:clip}.green_intro_section .content{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.green_intro_section .right{width:100%}.green_intro_section .image{height:517px;width:calc(100% + 172px);position:relative;left:-86px;margin-top:50px}.green_intro_section .left{padding-top:7px;width:100%;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1}.green_intro_section .title_50{width:67%}.green_intro_section .wysiwyg{margin-top:24px;max-width:73%}.green_intro_section .generic-link{margin-top:23px}.green_intro_section .circle{bottom:-360px;right:0;width:555px;height:555px;border:0 solid #ff9d62;border-radius:0;overflow:hidden}.green_intro_section .circle::after{content:"";position:absolute;background-color:#fff0;border:4px solid #ff9d62;width:555px;height:555px;top:0;left:290px;border-radius:100%}.find_a_location{padding:124px 0 136px}.find_a_location .content{padding-left:0}.find_a_location .desc{margin-bottom:46px}.locations_generic1 .wrap_locations{padding-bottom:21px;padding-top:56px}.locations_generic1 .wrap_descryption{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.locations_generic1 .wrap_contact{margin-top:23px}.locations_generic1 .category_localisation1{width:100%;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;margin:0}.locations_generic1 .category_localisation1 .center-btn{margin-bottom:70px}.locations_generic1 .category_localisation1 .wrap_localisation{width:48%;margin:0 0 40px}.information_section{padding-top:83px;z-index:1;position:relative;background-color:#fff0}.information_section::before{position:absolute;content:"";top:0;left:0;width:100%;height:calc(100% - 380px);background-color:#f5f9ff;z-index:-1}.information_section .content{padding-left:0;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.information_section .top .left,.information_section .bottom .left{width:100%}.information_section .top .right{width:100%;padding-top:128px;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.information_section .top{overflow-x:hidden}.information_section .top .right .images{-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-animation:slider 60s infinite linear 0.6s;-moz-animation:slider 60s infinite linear 0.6s;animation:slider 60s infinite linear 0.6s;position:relative}.information_section .top .right .img_wrap{width:167px;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0;margin:0 15px;padding-bottom:58px}@-webkit-keyframes slider{0%{-webkit-transform:translateX(0%)}100%{-webkit-transform:translateX(-100%)}}@-moz-keyframes slider{0%{-moz-transform:translateX(0%)}100%{-moz-transform:translateX(-100%)}}@keyframes slider{0%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}100%{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}}.information_section .center .left{width:100%;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1;margin-top:98px}.information_section .center .left .bcg{width:100%;height:596px;left:0}.information_section .center .right{width:100%;margin-left:0}.information_section .bottom{margin-top:0;padding-bottom:0}.information_section .bottom .wysiwyg:first-child{margin-bottom:94px}.information_section .bottom .smaller_image{width:594px;height:397px;left:0}.information_section .bottom .wysiwyg{margin-top:24px}.information_section .bottom .moved-image-down{margin-top:220px}.information_section .bottom .right{display:none}.information_section .bottom .smaller_image{width:594px;height:397px;left:0}.information_section .bottom .bigger_image{width:819px;height:1125px;margin-top:70px;width:100%;height:600px}.choose_your_style_of_therapy{position:relative;padding:390px 0 106px;margin-top:-380px}.choose_your_style_of_therapy .content{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.choose_your_style_of_therapy .left{width:100%}.choose_your_style_of_therapy .circle{top:unset;bottom:-201px;right:-140px;left:unset}.choose_your_style_of_therapy .right{width:100%;margin-top:83px}.choose_your_style_of_therapy .style{width:94%}.helpfull_information{padding-top:130px;padding-bottom:0;overflow:hidden}.helpfull_information .content{margin-left:0}.helpfull_information .information{columns:unset;margin-top:64px}.helpfull_information .info{width:91%;margin-bottom:33px}.helpfull_information .image{position:relative;margin-top:-124px;bottom:-176px;right:-143px}.footer .container{padding:0 65px}.footer_navigation{padding-bottom:0;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;padding-right:0;padding-top:55px}.fleft,.fmiddle,.fright,.jtb .menu-jtb-menu-container{width:100%}.fleft{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.fmiddle{margin-top:8px}.fleft .logo_wrap{width:214px;margin-top:3px}.fleft .phone{width:234px}.fleft .wrap_hours{width:190px}.fleft .title_hours{padding-top:0}.fmiddle .wm_title_16{padding-bottom:0}.wrap_middle ul{margin-bottom:0}.wrap_middle ul li{padding-bottom:15px}.wrap_fright ul li:nth-child(3n+1),.wrap_middle ul li:nth-child(3n+1){width:214px}.wrap_fright ul li:nth-child(3n+2),.wrap_middle ul li:nth-child(3n+2){width:234px}.wrap_fright ul li:nth-child(3n),.wrap_middle ul li:nth-child(3n){width:190px}.wrap_fright ul li a{width:135px}.wrap_fright ul{margin-top:12px}.wrap_fright ul li{margin-bottom:18px}.jtb{padding:0;margin:0;max-width:none;width:100%;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.fleft{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.menu_n_copyright{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.jtb ul{width:100%;margin-top:10px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.jtb ul li{width:22%;padding-right:10px;width:auto;padding-right:0;margin-right:57px;margin-top:0;margin-bottom:0}.wrap_logo{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-direction:row-reverse;-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end;margin-left:0;width:100%;padding-top:28px;padding-bottom:14px}.wrap_logo .coppyright{margin-right:26px}.registered_physchologist_module{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:60px 80px 40px 80px}.registered_physchologist_module .container{padding:0;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.registered_physchologist_module .left{width:100%;height:484px;position:relative}.registered_physchologist_module .left .bcg{height:100%}.registered_physchologist_module .right{width:100%;padding-left:0;max-width:none}.registered_physchologist_module .wrap_right{padding:80px 0}.registered_physchologist_module .titleg_50{font-size:30px}.single_location_module .container{padding:0 80px}.single_location_module .title_50{padding-top:85px;padding-bottom:30px;font-size:30px}.single_location_module .wrap_single_picture .pictures{height:172px}.single_location_module .wrap_single_inf{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.single_location_module .left{width:100%}.single_location_module .wrap_lefter{-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;padding:40px 0}.single_location_module .titlep_17{padding-left:40px}.single_location_module .right{width:100%;padding-bottom:15px}.single_location_module .right .our_service_wrap .container{padding:0}.single_location_module .right .our_service_wrap .title_services{margin-top:20px}.our_quality_guarantee_module .wrap_section{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap-reverse;-moz-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.our_quality_guarantee_module .bigger_image{width:100%;height:517px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.our_quality_guarantee_module .bcg{height:517px;width:100vw;position:absolute;max-width:none}.our_quality_guarantee_module .bcg{width:auto}.single-locations .our_quality_guarantee_module .bigger_image{height:auto;transform:inherit!important}.single-locations .our_quality_guarantee_module .bcg{position:relative;max-width:100%;height:auto}.our_quality_guarantee_module .left{width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:60px;padding-bottom:90px}.our_quality_guarantee_module .wrap_left{max-width:530px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}.our_quality_guarantee_module .titleg_50{max-width:none;padding-bottom:30px}.our_quality_guarantee_module .pictures{grid-template-columns:auto auto auto}.our_quality_guarantee_module .circle{width:286px;height:285px;border:4px solid #ff9d62;right:-52px;top:-50px}.posts_blog .content{max-width:594px}.posts_blog .big_post{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.posts_blog .big_post .lhs{width:100%;height:200px}.posts_blog .big_post .rhs{width:100%}.posts_blog .single_post .bcg_post{height:141px}.single-post .TopHeader{top:0;background-color:#fff!important}.error404 header.page-header,.single-post .single_post{margin-top:65px}.post_archive .content{padding:0 20px}.post_archive .postcoming{max-width:500px;margin:0 auto;padding-bottom:20px}.post_archive .bcg_post{min-height:339px}.post_archive .pt_title{max-width:500px;margin:0 auto;padding-bottom:40px}.post_archive .wysiwyg_post{max-width:600px;padding:50px 0}.post_archive .wysiwyg_post p,.post_archive .wysiwyg_post h1,.post_archive .wysiwyg_post h2,.post_archive .wysiwyg_post h3,.post_archive .wysiwyg_post h4,.post_archive .wysiwyg_post h5,.post_archive .wysiwyg_post h6,.post_archive .wysiwyg_post .date_14{padding:0 50px}.post_archive .wrapshare{top:65px}.other_servises .title_services{font-size:30px}.other_services_wrap{margin-bottom:58px}.other_services_wrap .one_other_service{width:33.33%;min-height:168px}.other_services_wrap .one_other_service .other_serivce_photo_wrap{margin-bottom:16px}.other_services_wrap .one_other_service .span_wrap{line-height:16px}.category_location .practise_location{padding-bottom:90px}.category_location .wraper_pl{margin-right:-86px}.category_location .post_location{width:305px}.category_location .post_location:nth-child(n+1){padding-right:35px}.our_quality_guarantee_module{overflow-x:clip}.dynamic-result .send-enquiry .container{padding:0 50px}.dynamic-result .send-enquiry .result{width:55%}.dynamic-result .send-enquiry .form-wrap{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:45%}.dynamic-result .send-enquiry .enquiries{margin-top:60px}.dynamic-result .send-enquiry .right,.dynamic-result .send-enquiry .left{width:100%;overflow:hidden}.dynamic-result .send-enquiry .result::before{display:none}.dynamic-result .qa-section:last-child{padding-bottom:72px}.dynamic-result .qa-section .container{padding:0 88px}.dynamic-result .qa-section .content{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 0 10px}.dynamic-result .qa-section .left{width:100%}.dynamic-result .qa-section .right{width:100%;padding:23px 0 69px}.dynamic-result .qa-section .thumbnail-wrap{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid rgb(70 70 70 / .5)}.dynamic-result .qa-section .concern-title-wrap{width:calc(100% - 100% / 3);border:1px solid rgb(70 70 70 / .5);border-bottom:0}.dynamic-result .qa-section .concern-title{padding:20px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;font-size:32px;line-height:34px;height:100%}.dynamic-result .qa-section .thumbnail{width:calc(100% / 3);height:106px}.dynamic-result .qa-section .side-nav{width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.dynamic-result .qa-section .concern-item{width:calc(100% / 3);border-right:1px solid rgb(70 70 70 / .5);padding:10px 0 9px;line-height:16px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;font-size:12px;padding:9px 0 8px}.dynamic-result .qa-section .concern-item:first-child{border-top:1px solid rgb(70 70 70 / .5);padding:16px 0 15px;width:100%!important}.dynamic-result .qa-section .concern-item.active{font-size:11px;background-color:#f5f9ff}.dynamic-result .qa-section .concern-item:nth-child(even){width:50%;border-right:0}.dynamic-result .qa-section .concern-item:nth-child(odd){width:50%}.dynamic-result .qa-section .concern-item:nth-child(3n+2){border-left:0}.dynamic-result .qa-section .concern-item:nth-child(3n){border-left:0}.dynamic-result .qa-section .concern-item{text-align:center;padding:9px 10px 8px}.dynamic-result .qa-section .btn-wrap{width:calc(100% / 3)}.dynamic-result .qa-section .booking-btn{font-size:16px;padding:7px 0 7px}.dynamic-result .qa-section .right{width:100%;padding:23px 0 69px}.dynamic-result .qa-section .right-content{width:100%;padding:0 48px}.dynamic-result .information_accordions .information_accordions_wrap{width:100%}.dynamic-result .information_accordions .one_section .title_section{font-size:25px;padding-bottom:5px;margin-top:10px}.dynamic-result .information_accordions .one_section .title_section::before{top:calc(50% - 10px)}.dynamic-result .information_accordions .one_section .title_section::after{top:calc(50% - 4px)}.dynamic-result .information_accordions .one_section .wysiwyg_section{font-size:14px;margin-top:10px;line-height:23px}.dynamic-result .thank_you_message .content{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.dynamic-result .thank_you_message .column{width:100%;border-right:none;padding-left:0;padding-right:0}.TopHeader .topmenu .menu li.opened::before{opacity:1}.ReviewsSliderWrap .container{width:100%;padding:0 25px}.postid-401496 .green_text_image_section .ImgWrap,.postid-401496 .sky_blue_text_image_section .ImgWrap,.postid-401448 .green_text_image_section .ImgWrap,.postid-401448 .sky_blue_text_image_section .ImgWrap,.postid-401395 .green_text_image_section .ImgWrap,.postid-401395 .sky_blue_text_image_section .ImgWrap{max-width:100%}.loop_item_wrapper .container .col .desc_wrap{padding:20px}.loop_item_wrapper .container .col .btn-primary{margin-top:15px}.loop_item_wrapper .container .col .image,.loop_item_wrapper .container .col .image a,.loop_item_wrapper .container .col .image picture{min-height:200px}.postid-407388 .psychologist-profiles-wrapper .desc_col .two-btns,.postid-407399 .psychologist-profiles-wrapper .desc_col .two-btns{display:none}.postid-407388 .full-width-header-with-left-side-text-wrapper .desc_col .desc,.postid-407399 .full-width-header-with-left-side-text-wrapper .desc_col .desc{margin-bottom:0}.Related-Topic .container{padding:60px 0!important}.Related-Topic .categories_wrap{display:flex!important;flex-wrap:wrap!important;width:100%!important;margin:50px 0 0!important;column-gap:30px!important;justify-content:center;gap:50px 30px!important;column-count:1!important}.Related-Topic .one_category{max-width:46%;min-width:inherit;flex:1 0 46%;padding:0!important}.Related-Topic .hidden-sm{display:block!important}.Related-Topic .sm_section{display:none!important}.quiz_section .container{padding:50px 0;max-width:94%;margin:0 auto}.quiz_section .content{padding-top:0;padding-bottom:0;padding-left:0}.quiz_section .quiz_wrap{flex-direction:column;gap:30px}.quiz_section .your_score_box{margin:0 auto}}@media only screen and (min-width:768px) and (max-width:1224px){.TopHeader .main-logo{order:-1}.TopHeader .leftmenu{margin-left:auto}.TopHeader .leftmenu .menu li{margin-right:37px}.TopHeader .topmenu .menu li.our-services{display:none!important}.TopHeader .topmenu .menu li a{font-size:15px}.hidden-sm{display:none!important}.visible-sm{display:block!important}.choose_your_style_of_therapy{position:relative;padding:390px 0 106px;margin-top:-380px}.banner_module .container{padding:89px 48px 0}.banner_module .title_70{font-size:55px;line-height:70px}.banner_module .title_70+.titlep_20{margin-top:40px}.youre_in_safe_hands .logos{margin:60px -35px}.youre_in_safe_hands .logos .logo{width:calc(33.33% - 70px);margin:0 35px;margin-bottom:30px}.green_text_image_section .container,.sky_blue_text_image_section .container{padding:0 26px}.sky_blue_text_image_section .contain{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}.sky_blue_text_image_section .contain>div{width:100%}.green_text_image_section .content,.sky_blue_text_image_section .container .contain{padding:80px 60px;display:flex;flex-wrap:wrap}.sky_blue_text_image_section .ImgWrap,.green_text_image_section .ImgWrap{margin-bottom:0;float:none;margin-left:inherit;max-width:100%;order:1;margin-top:30px}.youre_in_safe_hands .content{margin-top:40px;margin-bottom:60px}.categories_section .container{padding:0 60px}.categories_section .content{padding:70px 0 100px}.categories_section .categories_wrap{display:block;width:calc(100% + 54px);-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-width:50%;-moz-column-width:50%;column-width:50%;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;margin:71px -27px 0}.categories_section .one_category{padding:0 27px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;-o-column-break-inside:avoid;-ms-column-break-inside:avoid;column-break-inside:avoid;display:inline-block;overflow:auto}.categories_section .sm_section .category_title{margin:0;margin-top:8px;padding-bottom:6px;cursor:pointer;font-size:15px;font-weight:400;line-height:20px;border-bottom:1px solid #373737;position:relative}.categories_section .sm_section.active .category_title{font-weight:700}.categories_section .sm_section .category_title::after,.categories_section .sm_section .category_title::before{content:"";position:absolute;background-color:#373737;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.categories_section .sm_section .category_title::before{top:calc(50% - 6px);height:9px;width:3px;right:3px}.categories_section .sm_section.active .category_title::before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.categories_section .sm_section .category_title::after{top:calc(50% - 3px);width:9px;height:3px;right:0}.categories_section .sm_section .hidden_section{display:none;padding-bottom:10px}.categories_section .sm_section{opacity:.5;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.categories_section .sm_section.active{opacity:1}.wrap_locations_top_part{padding:0 0px!important}.wrap_locations .titleBG{font-size:22px!important}.col-xs-6{position:relative;min-height:1px;float:left;width:50%}.testimonial_section .testimonial_text{font-size:30px;line-height:53px;max-width:595px}.archive_locations_page .cell_2{width:100%}.archive_locations_page .wrap_bcg{width:168px;height:168px}.archive_locations_page .wrap_post{width:calc(100% - 220px)}.archive_locations_page .post_location{width:50%}.find_a_location_result{padding:58px 0 50px}.find_a_location_result .results-wrap{margin:62px auto 0;padding-top:58px}.find_a_location_result .results{width:calc(100% + 58px);margin:0 -29px}.find_a_location_result .results .location{width:calc(33.33% - 58px);margin:0 29px 67px}.find_a_location_result .results .result-location-name{margin-bottom:4px}.find_a_location_result .results .result-desc{font-size:15px;line-height:26px}.find_a_location_result .results .view-details{margin-top:27px;font-size:15px}.dynamic-result .concerns-edit .container{padding:0 50px}.dynamic-result .concerns-edit .cross{top:-38px;right:-30px}.dynamic-result .concerns-edit .concerns-wrap{width:calc(100% + 20px);margin:0 -10px}.dynamic-result .concerns-edit .concern{width:calc(100% / 7 - 20px);margin:0 10px 20px}.btn_services_wrap{width:100%;margin:24px 0 6px}.dynamic-result .concerns-edit .btn_services_wrap{margin:0 0 36px}.btn_services{display:block;margin:auto;border-radius:7px}.btn_services .text{color:#fff;font-size:14px;font-weight:700;line-height:31.15px}.ReviewsSliderWrap .slider{margin-top:40px!important}.sky_blue_text_and_right_image_wrapper .desc-col .title_43{font-size:35px;line-height:1.3}.loop_item_wrapper .container .col .date-and-author .date+.author{margin-left:10px;padding-left:10px}}@media only screen and (min-width:320px) and (max-width:767px){.disableScroll{position:inherit;width:100%;top:inherit}.TopHeader.ServiceNearMe,.TopHeader.ServiceNearMeOpen{z-index:999;background-color:#fff!important}.TopHeader.ServiceNearMeOpen a.menu-link .line-inner-color{background-color:#373737}.TopHeader.ServiceNearMeOpen .topmenu .menu li.call-us-trigger::after{-webkit-filter:invert(100%);filter:invert(100%)}.TopHeader.ServiceNearMeOpen .topmenu .menu li a{color:#000}.SidebarMenuCol .locations_generic1{display:none}.ServiceHeader .main-logo path[fill="#005450"]{fill:#005450!important}.ServiceHeader .main-logo path[fill="#1f4238"]{fill:#1f4238!important}.TopHeader .topmenu .menu li.opened a{position:relative}.TopHeader .topmenu .menu li.opened a::before{width:100%;height:1px;bottom:-6px;left:0;background-color:#fff;position:absolute;content:"";opacity:1}.TopHeader .InnerWrap{position:relative}.TopHeader.ServiceHeader .SideBarMenu{display:none}.SidebarMenuCol .locations_generic1 .wrap_locations{width:calc(100% - 0px);margin-top:25px}.SidebarMenuCol .locations_generic1{border-top:65px solid #fff}.TopHeader.ServiceHeader a.menu-link .line-inner-color,.TopHeader.ServiceHeader a.menu-link .cross::before,.TopHeader.ServiceHeader a.menu-link .cross::after{background-color:#000}.SidebarMenuCol .locations_generic1 .container{width:100%;padding:0 15px}.TopHeader.BookingFormOpen .InnerWrap::before,.TopHeader.MenuOpen .InnerWrap::before{content:"";position:absolute;background-color:#005350;width:120%;height:65px;top:-4px;left:-10%}.TopHeader.ServiceHeader .InnerWrap::before{background-color:#fff}.error404 header.page-header h1.page-title{font-size:40px}.BookingFormWrap .SideBarMenu{width:100%;right:-100%;border-radius:0 0 0 0}.BookingFormWrap{z-index:-1}.TopHeader .topmenu .menu li.opened::before,.BookingFormClose{display:none}.SidebarMenuCol{z-index:-1;padding-top:66px}.SidebarMenuCol .SideBarMenu ul#menu-burger-menu li#location_module{display:block;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1;background-color:#fff0;width:100%;left:0;position:relative;margin:0;top:-15px;height:inherit}.TopHeader a.menu-link.active{position:relative;right:0}.TopHeader.MenuOpen .main-logo path[fill="#005450"],.TopHeader.BookingFormOpen .main-logo path[fill="#005450"]{fill:#fff!important}.TopHeader.MenuOpen .main-logo path[fill="#1f4238"],.TopHeader.BookingFormOpen .main-logo path[fill="#1f4238"]{fill:#ffe4d3!important}.hidden-xs{display:none!important}.visible-xs{display:block!important}.container{padding:0 25px}.TopHeader{position:fixed;top:0;background-color:transparent!important}.TopHeader.MenuOpen{z-index:100}.TopHeader:after{content:"";position:absolute;width:100%;height:1px;background-color:#fff;bottom:0;left:0;z-index:9}.TopHeader.Sticky{top:0;background-color:#fff!important;padding:0}.TopHeader .rightmenu .menu li.make-a-booking-trigger,.TopHeader .main-logo .img-desktop,.TopHeader .topmenu .menu li.our-services{display:none}.TopHeader .main-logo .img-responsive,.TopHeader .leftmenu .menu li.make-a-booking-trigger{display:flex!important;align-items:center}.TopHeader>.MainWrapper{padding:0 15px}.TopHeader .main-logo{width:36px;margin:auto;position:relative}.TopHeader .topmenu .menu li{margin-right:0px!important;min-height:26px}.TopHeader .leftmenu .menu li:first-child{margin:0 9px 0 0;width:50px;display:flex;align-items:center}.TopHeader .leftmenu .menu li:last-child{margin-left:25px;width:60px}.TopHeader .topmenu .menu li a{font-size:13px;line-height:13px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;height:100%}.TopHeader .topmenu .menu li.call-us-trigger{margin:0 0 0 16px;pointer-events:none}.TopHeader .topmenu .menu li.call-us-trigger a{pointer-events:all;font-size:0;width:25px;height:25px;display:block}.TopHeader .topmenu .menu li.call-us-trigger::before{display:none}.TopHeader .topmenu .menu li.call-us-trigger::after{left:7px}a.menu-link{margin-left:17px}.SidebarMenuCol .locations_generic1 .category_localisation1{margin:0 0}.SidebarMenuCol .SideBarMenu{width:100%;right:-100%;border-radius:0 0 0 0}.make-a-booking-modal input:not([type="checkbox"])::placeholder,.make-a-booking-modal input:not([type="checkbox"]){font-size:14px;font-weight:400;letter-spacing:.49px;line-height:21px}.hero{height:576px!important;min-height:576px}.hero .bcg-wrap{height:576px!important}.hero .content_inner{padding-top:108px;margin-top:0;height:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}.hero .title_70{margin-bottom:32px;font-size:30px;line-height:42px}.hero .find-a-practitioner{position:relative;font-size:16px;width:220px;margin-top:auto}.hero .magnifier{width:22px;height:22px;position:relative;display:inline-block;margin-left:5px}.home_page .title_services{padding:8px 0 34px;margin-bottom:14px}.our_service_wrap .container{padding:0 20px}.title_services{font-size:22px;line-height:30px;margin-top:49px;margin-bottom:11px}.hfaqwrapper h2{font-size:20px!important;line-height:30px!important}.text_services{font-size:14px;line-height:19px}.our_services_wrap{margin:33px -5px -13px}.our_services_wrap .one_servis{min-height:128px;margin-bottom:30px;padding:0 5px}.home_page .our_services_wrap .one_servis{margin-bottom:13px}.our_services_wrap .one_servis .one_service_photo_wrap{height:87px;margin-bottom:14px}.our_services_wrap .one_servis .span_wrap{font-size:14px;line-height:16px}.other_services_wrap .one_servis .title_service,.other_services_wrap .one_other_service .title_service,.our_services_wrap .one_servis .title_service,.our_services_wrap .one_other_service .title_service{font-size:14px}.home_page .our_services_wrap .one_servis .one_service_photo_wrap{margin-bottom:12px}.our_services_wrap .one_servis .title_service{line-height:16px!important}.green_intro_section{padding-bottom:71px;margin-top:51px}.green_intro_section .image{height:217px;width:calc(100% + 50px);position:relative;left:-25px}.green_intro_section .container{overflow:hidden}.green_intro_section .left{padding-top:65px}.title_50{font-size:20px;line-height:30px}.generic-link{font-size:16px;line-height:28px;padding-bottom:2px}.green_intro_section .wysiwyg{max-width:100%}.green_intro_section .generic-link{margin-top:4px}.green_intro_section .circle{width:188px;height:188px;bottom:-91px;right:0}.green_intro_section .circle::after{content:"";position:absolute;background-color:#fff0;border:4px solid #ff9d62;width:188px;height:188px;top:0;left:138px;border-radius:100%}.find_a_location{padding:68px 0 66px}.find_a_location .desc{padding-top:5px;margin-bottom:20px;font-size:14px}.find_a_location .input_wrap{width:calc(100% - 89px)}.find_a_location img{width:11px;left:15px}.find_a_location input{height:39px;width:100%;font-size:14px;padding-left:40px}.find_a_location button{width:89px;height:39px;line-height:39px;font-size:18px;padding:0}.footer .container{padding:0 26px}.posts+.center-btn.MarginTop20{margin-top:40px;margin-bottom:70px}.locations_generic1 .category_localisation1 .center-btn{margin-bottom:40px}.btn-primary.make-a-booking-trigger.call-us-btn,.btn-primary.call-us-btn{min-height:55px}.ftitle_31{font-size:18px;padding-top:35px}.fsubtitle_16{font-size:14px;padding:30px 0 30px}.locations_generic1 .container{padding:0 25px}.locations_generic1 .wrap_locations{padding-bottom:21px;padding-top:56px}.locations_generic1 .title_50{font-size:22px}.locations_generic1 .wrap_descryption{padding-top:14px;padding-bottom:41px}.locations_generic1 .descryption_16{font-size:14px}.locations_generic1 .wrap_contact{margin-top:23px}.locations_generic1 .category_localisation1 .wrap_localisation{width:48%;min-height:142px;margin-bottom:27px}.locations_generic1 .category_localisation1 .wrap_bcg{height:115px}.locations_generic1 .title_18{line-height:normal;padding-top:16px;font-size:14px}.locations_generic1 .category_localisation1 .title_28{font-size:18px;line-height:40px;padding-top:17px;padding-bottom:5px}.locations_generic1 .category_localisation1 .post_location{width:50%;min-height:auto;padding-bottom:30px;margin-bottom:20px}.locations_generic1 .category_localisation1 .desc_16{font-size:14px}.locations_generic1 .category_localisation1 .lp_street{padding-right:15px}.information_section{padding-top:63px}.information_section::before{height:calc(100% - 133px)}.information_section .title_50{margin-bottom:16px}.wysiwyg{font-size:14px;line-height:20px}.custom_link{padding-bottom:4px;font-size:16px;line-height:28px}.title_40{font-size:18px;line-height:26px;margin-top:25px;padding-bottom:17px}.footer_navigation{padding:10px 0}.information_section .bottom{margin-top:40px}.information_section .top .right .img_wrap{width:97px;padding-bottom:10px}.information_section .top .right{padding-top:34px}.information_section .center .left{margin-top:48px;margin-left:0}.wysiwyg h2{font-size:18px;line-height:26px;margin-top:25px;padding-bottom:17px}.information_section .center .left .bcg{height:267px}.information_section .bottom .wysiwyg:first-child{margin-top:0;margin-bottom:46px}.information_section .bottom h2 br{display:none}.information_section .bottom .smaller_image{height:178px;width:100%}.information_section .bottom .wysiwyg{margin-top:78px}.information_section .bottom .moved-image-down{margin-top:64px}.information_section .bottom .bigger_image{height:266px;margin-top:63px}.choose_your_style_of_therapy{margin-top:-324px;padding:390px 0 186px}.choose_your_style_of_therapy .right{padding-right:0;margin-top:53px}.choose_your_style_of_therapy .style{margin-bottom:19px;border-bottom:1px solid #fff;width:100%}.choose_your_style_of_therapy .title::before{display:none}.choose_your_style_of_therapy .title{font-size:20px;line-height:26px;padding-bottom:8px}.choose_your_style_of_therapy .desc{display:none;margin-top:0}.choose_your_style_of_therapy .desc,.choose_your_style_of_therapy .desc p{transition:all 0.3s ease-in-out}.choose_your_style_of_therapy .title{position:relative}.choose_your_style_of_therapy .title::after{position:absolute;content:"";top:0;bottom:0;right:0;margin:auto 0;width:4px;height:16px;background-color:#fff;display:block}.choose_your_style_of_therapy .title::before{position:absolute;content:"";top:0;bottom:0;right:-6px;left:unset;margin:auto 0;width:16px;height:4px;background-color:#fff;display:block}.choose_your_style_of_therapy .title.active::after{opacity:0}.choose_your_style_of_therapy .circle{width:255px;height:255px;right:0;left:0;bottom:-124px;margin:auto}.helpfull_information{padding-top:179px;padding-bottom:0}.helpfull_information .title{font-size:18px;line-height:26px}.helpfull_information .info{width:100%;margin-bottom:39px}.helpfull_information .image{margin-top:-80px;bottom:-80px;right:-93px;width:270px;height:270px}.fleft{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:22px}.fleft .logo_wrap{width:100%}.fleft .logo_wrap img{width:140px;margin-bottom:33px}.fleft .phone{width:160px}.fleft .wrap_hours{width:calc(100% - 160px);padding-top:3px}.fleft .title_hours,.fleft .footer_hours,.fleft .phone span{font-size:12px}.fleft .title_hours{padding-top:0}.wrap_middle ul{margin-bottom:0}.wrap_middle ul li:nth-child(3n),.wrap_fright ul li:nth-child(3n),.wrap_middle ul li:nth-child(3n+2),.wrap_fright ul li:nth-child(3n+2),.wrap_middle ul li:nth-child(3n+1),.wrap_fright ul li:nth-child(3n+1){width:160px}.wrap_middle ul li:nth-child(2n),.wrap_fright ul li:nth-child(2n){width:calc(100% - 160px)}.wrap_middle ul li{width:160px;padding-bottom:10px}.wrap_middle ul li a,.wrap_fright ul li a{font-size:12px}.wrap_fright ul{margin-bottom:0;margin-top:9px}.wrap_fright ul li{width:145px;padding-right:0;margin-bottom:15px}.jtb{padding:0}.fleft{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:22px}.menu_n_copyright{width:100%}.jtb ul{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.jtb ul li{width:160px;padding-bottom:10px;margin-right:0}.jtb ul li a{font-size:11px}.jtb ul li:nth-child(2n){width:calc(100% - 160px)}.wrap_fright ul li a{width:auto}.coppyright{width:100%;font-size:11px;padding-top:10px}.psychologist-profiles-wrapper .banner_service_wrap.default_service_wrapper .banner_module,.banner_module{min-height:400px;left:0;width:100%;padding:0 5px}.banner_module .container{padding:60px 15px 0}.banner_module .title_70{font-size:32px}.banner_module .title_70+.titlep_20{margin-top:15px}.banner_module .titlep_20{font-size:15px}.breadcrumbs_section *:last-child,.homecoming *:last-child,.breadcrumbs_section a,.homecoming a{font-size:14px}.youre_in_safe_hands .text h2,.youre_in_safe_hands .text h3,.youre_in_safe_hands .text h4,.youre_in_safe_hands .text h5,.youre_in_safe_hands .text .title_50{font-size:18px;line-height:28px;margin-top:27px}.youre_in_safe_hands .content{margin-top:40px;margin-bottom:50px}.youre_in_safe_hands{margin-bottom:9px}.book_now_bar,.book_now_blog{padding:25px 0}.book_now_bar .book_now_bar_content,.book_now_blog .book_now_bar_content{-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.book_now_bar .btn_book_now,.book_now_blog .btn_book_now{padding:13px 10px;font-size:16px;line-height:24px}.youre_in_safe_hands .logos{margin:0 -20px;margin-top:44px;margin-bottom:20px}.youre_in_safe_hands .logos .logo{margin:0 20px;width:calc(50% - 40px);margin-bottom:30px}.youre_in_safe_hands .logos .logo img{max-width:100%}.green_text_image_section .image{width:100%;height:278px}.green_text_image_section .container,.sky_blue_text_image_section .container{padding:0 26px}.green_text_image_section .content,.sky_blue_text_image_section .container .contain,.sky_blue_text_image_section .contain{padding:60px 0}.green_text_image_section+.green_text_image_section .content{padding:20px 0 60px}.green_text_image_section .content,.sky_blue_text_image_section .container .contain{display:flex;flex-wrap:wrap}.green_text_image_section .contain>div,.sky_blue_text_image_section .contain>div{width:100%}.sky_blue_text_image_section .title{margin-top:0;font-size:18px;line-height:28px;margin-bottom:46px}.sky_blue_text_image_section .title::before{bottom:-20px}.sky_blue_text_image_section .wrap_descryption{font-size:14px;line-height:20px}.sky_blue_text_image_section .ImgWrap,.green_text_image_section .ImgWrap{margin-bottom:0;float:none;margin-left:inherit;max-width:100%;order:1;margin-top:30px}.message_section .title{font-size:18px;line-height:28px}.sky_blue_text_image_section .ImgWrap .image_wrap,.sky_blue_text_image_section .image_wrap{width:100%;height:180px}.information_accordions .information_accordions_wrap{margin-top:32px;margin-bottom:60px}.information_accordions .one_section .title_section{font-size:16px;line-height:26px;padding-bottom:10px;margin-top:18px}.information_accordions .one_section .title_section::before{height:10px;width:2px;top:calc(50% - 9px);right:4px}.information_accordions .one_section .title_section::after{width:10px;height:2px;top:calc(50% - 5px)}.information_accordions .one_section .wysiwyg_section{font-size:14px}.information_accordions .one_section .wysiwyg_section p{margin-top:10px;padding-bottom:20px}.categories_section .container{padding:0 26px}.categories_section .content{padding:60px 0 100px}.categories_section .content{padding-bottom:60px}.categories_section .title{font-size:18px;line-height:28px}.categories_section .categories_wrap{-webkit-column-count:1;-moz-column-count:1;column-count:1;margin:0;width:100%}.categories_section .one_category{padding:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;-o-column-break-inside:avoid;-ms-column-break-inside:avoid;column-break-inside:avoid;display:inline-block;overflow:auto}.categories_section .sm_section .category_title{margin:0;cursor:pointer;font-weight:400;border-bottom:1px solid #373737;position:relative;font-size:14px;line-height:20px;margin-top:21px;padding-bottom:4px}.categories_section .sm_section.active .category_title{font-weight:700}.categories_section .sm_section .hidden_section p{padding-top:12px;font-size:14px;line-height:20px;margin-top:0}.categories_section .sm_section .mobile_link{font-size:14px;line-height:20px;font-weight:600;border-bottom:1px solid #373737;font-family:proxima-nova}.categories_section .sm_section .category_title::after,.categories_section .sm_section .category_title::before{content:"";position:absolute;background-color:#373737;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.categories_section .sm_section .category_title::before{top:calc(50% - 6px);height:9px;width:3px;right:3px}.categories_section .sm_section.active .category_title::before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.categories_section .sm_section .category_title::after{top:calc(50% - 3px);width:9px;height:3px;right:0}.categories_section .sm_section .hidden_section{display:none;padding-bottom:10px}.categories_section .sm_section{opacity:.5;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s}.categories_section .sm_section.active{opacity:1}.wrap_locations .titleBG{font-size:22px!important}.col-xs-6{position:relative;min-height:1px;float:left;width:50%}.testimonial_section .testimonial_text{font-size:18px;line-height:31px}.testimonial_section .name{font-size:14px}.hfaqwrapper .information_accordions_wrap,.pageoneacc .information_accordions_wrap{width:100%!important;padding-top:60px}.hfaqwrapper span.hfaq__text,.pageoneacc span.hfaq__text{font-size:18px;line-height:26px;padding:0;margin-top:0}section.information_accordions.hfaqwrapper h1,section.information_accordions.pageoneacc h1{font-size:35px!important;line-height:45px!important}.green_text_image_section .title{font-size:18px;line-height:28px;margin-bottom:44px}.green_text_image_section .desc h3{font-size:16px;line-height:22px}.green_text_image_section .desc{font-size:14px;line-height:20px}.title_26{line-height:32px}.archive_locations_page .cell_2{width:100%}.archive_locations_page .locations{padding-top:50px}.archive_locations_page .title_20{font-size:20px;margin-bottom:30px;margin-top:30px}.archive_locations_page .description a,.archive_locations_page .description h3{font-size:16px}.archive_locations_page .wrap_bcg{width:142px;height:142px}.archive_locations_page .wrap_post{width:100%}.archive_locations_page .post_location{padding-bottom:70px;width:50%}.archive_locations_page .desc_16{font-size:14px}.message_section .wygiwyg_wrap{font-size:14px;line-height:20px;margin-top:25px}.registered_physchologist_module{padding:60px 25px 20px 25px}.registered_physchologist_module .container{padding:0;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.registered_physchologist_module .left{height:218px}.registered_physchologist_module .wrap_right{padding:40px 0}.registered_physchologist_module .titleg_50{font-size:20px}.registered_physchologist_module .titleg_26{font-size:16px;padding-right:25px}.registered_physchologist_module .signature{-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);-o-transform:scale(.7);transform:scale(.7)}.registered_physchologist_module .wrap_info{padding-top:20px}.registered_physchologist_module .btn{font-size:16px;width:140px;height:50px}.registered_physchologist_module .titleg_30{font-size:12px}.single_location_module .container{padding:0 25px}.single_location_module .title_50{font-size:22px;padding-top:55px;padding-bottom:5px}.single_location_module .wrap_single_picture{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.single_location_module .wrap_single_picture .pictures{width:100%;height:158px;margin-bottom:10px}.single_location_module .wrap_lefter{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.single_location_module .title_38{width:100%;font-size:20px;padding-bottom:25px}.single_location_module .btn{margin-right:0}.single_location_module .wrap_left{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.single_location_module .wrap_center{width:100%}.single_location_module .titlep_16{font-size:14px;padding-bottom:40px;padding-top:15px}.our_services_wrap{margin:33px -5px -13px}.single_location_module .right .our_service_wrap .one_servis{width:50%;padding:0 6px;min-height:87px;margin-bottom:33px}.single_location_module .right .our_service_wrap .one_servis .one_service_photo_wrap{height:87px}.more_services_btn{margin-left:5px}.our_quality_guarantee_module .bigger_image{width:100%;height:517px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.our_quality_guarantee_module .bcg,.our_quality_guarantee_module .bigger_image{height:215px}.our_quality_guarantee_module .wrap_left .titlep_16{font-size:14px;line-height:24px}.our_quality_guarantee_module .circle{width:188px;height:187px;border:0 solid #ff9d62;right:-25px;top:-56px;border-radius:0;overflow:hidden}.our_quality_guarantee_module .circle::after{content:"";position:absolute;background-color:#fff0;border:4px solid #ff9d62;width:150px;height:150px;top:0;left:30px;border-radius:100%}.did_you_know_module .wrap_network{width:100%;padding:25px;min-width:100%;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.did_you_know_module .wrap_network .right{display:none}.did_you_know_module .wrap_network .btn{min-width:160px}.did_you_know_module .wrap_did{padding:70px 25px 60px 25px}.did_you_know_module .titleg_36{font-size:16px}.did_you_know_module .titleg_50{font-size:20px;max-width:300px}.our_quality_guarantee_module .titleg_50{font-size:20px;padding-bottom:20px}.our_quality_guarantee_module .btn{width:190px;height:50px}.our_quality_guarantee_module .pictures{-webkit-box-pack:distribute;-moz-box-pack:distribute;box-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;-ms-flex-pack:distribute;grid-template-columns:auto auto}.single_location_module .nav li{font-size:20px;padding:10px}.posts_blog .big_post .lhs{height:91px}.posts_blog .big_post .rhs{min-height:300px;padding:25px 20px}.posts_blog .big_post .title_35{font-size:22px}.posts_blog .single_post{width:100%}.posts_blog .single_post .bcg_post{margin-bottom:10px}.posts_blog .single_post .title_21{font-size:16px}.posts_blog .single_post .read_more div{font-size:14px;padding-bottom:0;padding-top:15px}.post_archive .content{padding:0 0}.post_archive .title_60{font-size:22px;line-height:1.5;display:block;margin-top:0}.post_archive .wysiwyg_post{padding:0 0 50px}.post_archive .wrapshare{width:100%;top:auto;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.post_archive .wysiwyg_post{padding:0;width:100%;max-width:none}.post_archive .wrapshare .title_12{width:100%}.post_archive .wysiwyg_post p,.post_archive .wysiwyg_post h1,.post_archive .wysiwyg_post h2,.post_archive .wysiwyg_post h3,.post_archive .wysiwyg_post h4,.post_archive .wysiwyg_post h5,.post_archive .wysiwyg_post h6{padding:0;font-size:14px;line-height:1.6;word-break:break-word}.post_archive .wrapshare a{margin-right:20px}.post_archive .bcg_post{min-height:150px}.our_service_wrap .container{padding:0 20px}.other_servises .title_services{font-size:22px;margin:23px 0}.other_services_wrap{margin:0 -5px;margin-bottom:13px}.other_services_wrap .one_other_service{padding:0 5px;width:50%;min-height:128px;margin-bottom:30px}.other_services_wrap .one_other_service .other_serivce_photo_wrap{height:87px;margin-bottom:14px}.other_services_wrap .one_other_service .span_wrap,.other_services_wrap .one_other_service .span_wrap .title_service,.other_services_wrap .one_other_service .span_wrap h4{font-size:14px;line-height:16px}ul li{background-position:5px 9px}.category_location .wrap_text{padding-bottom:50px}.category_location .description h3,.category_location .description{font-size:20px}.category_location .wrap_text .titleg_50{font-size:20px}.category_location .wrap_text .titlep_16{font-size:14px;font-weight:500}.category_location .post_location .maps_style{height:170px}.category_location .post_location{width:235px}.category_location .wraper_pl{margin-right:0}.category_location .practise_location{overflow-x:hidden}.category_location .practise_location .wraper_pl{margin-right:-25px}.category_location .post_location .maps_style{height:142px}.dynamic-result .banner_module .banner-name{font-size:32px;line-height:50.49px}.dynamic-result .banner_module .banner-concerns{font-size:14px;line-height:18px;margin-top:3px}.dynamic-result .breadcrumbs{font-size:14px;line-height:25px;padding:26px 0 26px;display:none}.dynamic-result .send-enquiry{padding:34px 0 0}.dynamic-result .send-enquiry .container{padding:0 25px}.dynamic-result .send-enquiry .content{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.dynamic-result .send-enquiry .result{width:100%}.dynamic-result .send-enquiry .title{font-size:12px;line-height:19px;padding-bottom:7px}.dynamic-result .send-enquiry .location-name{font-size:18px;line-height:19px}.dynamic-result .send-enquiry .result-desc{font-size:13px;line-height:21px}.dynamic-result .send-enquiry .result-desc{font-size:13px;line-height:21px}.dynamic-result .send-enquiry .edit{font-size:14px}.dynamic-result .send-enquiry .enquiries_n_hours{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;padding-bottom:21px}.dynamic-result .toggle-form-wrap{width:100%}.dynamic-result .toggle-form{border-top:1px solid rgb(151 151 151 / .5);border-bottom:1px solid rgb(151 151 151 / .5);padding:21px 0 20px;opacity:.7;color:rgb(0 0 0 / .85);font-size:14px;font-weight:400;letter-spacing:.45px;line-height:18px;width:calc(100% + 50px);position:relative;left:-25px;-webkit-flex-shrink:0;-moz-flex-shrink:0;flex-shrink:0;-ms-flex-negative:0;text-align:center;margin:33px 0 0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.dynamic-result .toggle-form .text{position:relative}.dynamic-result .toggle-form .text::before{position:absolute;content:"";top:-2px;bottom:0;right:-17px;width:9px;height:1px;background-color:rgb(0 0 0 / .85);margin:auto 0}.dynamic-result .toggle-form .text::after{position:absolute;content:"";top:-2px;bottom:0;right:-13px;width:1px;height:9px;background-color:rgb(0 0 0 / .85);margin:auto 0}.dynamic-result .toggle-form strong{font-size:14px;font-weight:700}.dynamic-result .send-enquiry .form-wrap{width:100%;margin-left:0;display:none;padding-top:34px;padding-bottom:39px}.dynamic-result .thank_you_message .container{padding:30px 25px 15px}.dynamic-result .thank_you_message .content{padding:0 0 20px}.dynamic-result .thank_you_message .title{font-size:22px;margin-bottom:15px}.dynamic-result .thank_you_message .column:last-child{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.dynamic-result .thank_you_message .column:last-child .text-wrap{width:100%}.dynamic-result .thank_you_message .hours{font-size:14px}.dynamic-result .thank_you_message .column:last-child .logos{width:100%}.dynamic-result .thank_you_message .logo-wrap{width:100%;margin-bottom:20px}.dynamic-result .thank_you_message .logo-wrap:last-child{margin-bottom:0}.dynamic-result .thank_you_message .logo{margin:0}.dynamic-result .qa-section:first-child{padding:21px 0 0}.dynamic-result .qa-section:last-child{padding-bottom:50px}.dynamic-result .qa-section .container{padding:0 25px}.dynamic-result .qa-section .thumbnail-wrap{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border:none}.dynamic-result .qa-section .thumbnail-wrap .concern-title-wrap{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;box-ordinal-group:1;-webkit-order:1;-moz-order:1;order:1;-ms-flex-order:1;width:100%;border:none;border-bottom:1px solid rgb(70 70 70 / .5);border:none}.dynamic-result .qa-section .thumbnail-wrap .concern-title{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;font-size:18px;line-height:26px;border:none;padding:21px 0 8px}.dynamic-result .mobile-only{display:inline-block;position:relative}.dynamic-result .mobile-only::after{position:absolute;content:"";top:-5px;bottom:0;margin:auto 0;right:-21px;width:10px;height:10px;border-left:1px solid #202d4c;border-top:1px solid #202d4c;-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}.dynamic-result .qa-section .thumbnail-wrap .thumbnail{width:100%;height:115px}.dynamic-result .qa-section .right{background-color:#fff;padding:0}.dynamic-result .qa-section .right-content{padding:0}.dynamic-result .qa-section .information_accordions_wrap{padding:0 0 19px;margin-bottom:0}.dynamic-result .information_accordions .one_section .title_section{font-size:14px;line-height:26px;padding-bottom:1px;margin-top:10px}.dynamic-result .side-nav-wrap{display:none}.dynamic-result .information_accordions .one_section .title_section::before{height:10px;width:2px;top:calc(50% - 9px);right:4px}.dynamic-result .information_accordions .one_section .title_section::after{width:10px;height:2px;top:calc(50% - 5px)}.dynamic-result .send-enquiry{padding:34px 0 0}.dynamic-result .send-enquiry .container{padding:0 25px}.dynamic-result .send-enquiry .content{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.dynamic-result .send-enquiry .result{width:100%}.dynamic-result .send-enquiry .title{font-size:12px;line-height:19px;padding-bottom:7px}.dynamic-result .send-enquiry .location-name{font-size:18px;line-height:19px}.dynamic-result .send-enquiry .result-desc{font-size:13px;line-height:21px}.dynamic-result .send-enquiry .edit{font-size:14px}.dynamic-result .send-enquiry .form-wrap{width:100%;margin-left:0;display:none;padding-top:34px;padding-bottom:39px}.dynamic-result .send-enquiry.green .form-wrap{display:block}.dynamic-result .send-enquiry .enquiries_n_hours{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;-webkit-box-align:start;-moz-box-align:start;box-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-ms-flex-align:start;padding-bottom:21px}.dynamic-result .send-enquiry .enquiries{margin-top:0;line-height:10px;border-bottom:1px solid #373737;padding-bottom:0}.dynamic-result .send-enquiry.green .enquiries{border-bottom:1px solid #b2cbca}.dynamic-result .send-enquiry .working_hours{font-size:14px;line-height:14px}.dynamic-result .send-enquiry.green .enquiries strong{color:#b2cbca}.dynamic-result .send-enquiry .enquiries strong{color:#373737;font-size:14px}.dynamic-result .send-enquiry input[type="submit"]{height:48px;line-height:48px;margin-top:-1px;font-size:16px}.dynamic-result .information_accordions .one_section .wysiwyg_section{margin-top:0}.dynamic-result .information_accordions .one_section .wysiwyg_section p{font-size:14px;line-height:19px;margin-top:8px;padding-bottom:8px}.BookingFormWrap .overlay,.SidebarMenuCol .overlay{display:none}.right_footer_menu{width:100%!important}.dynamic-result .qa-section .btn-wrap{display:none!important}.dynamic-result .qa-section .concern-item:nth-child(even):nth-last-child(2){border-right:1px solid rgb(70 70 70 / .5);width:100%}.find_a_location_result{padding:43px 0 30px}.find_a_location_result .text-wrap{text-align:left;background-color:#202d4c;color:#fff;padding:10px}.find_a_location_result .cross::before,.find_a_location_result .cross::after{background-color:#fff}.find_a_location_result .text-wrap .title{font-size:15px;color:#fff}.find_a_location_result .text-wrap .location-name{font-size:25px;line-height:30px;color:#fff}.find_a_location_result .results-wrap{border-top:none;margin:0 auto 0;padding-top:25px}.find_a_location_result .results{width:100%;margin:0;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;padding-bottom:0}.find_a_location_result .results .location{width:48%;margin:0 0 23px 0}.find_a_location_result .results .result-location-name{font-size:14px;line-height:20px}.find_a_location_result .results .result-desc{font-size:14px;line-height:18px}.our_quality_guarantee_module .bcg{max-width:187.5px}.find_a_location_result .results .view-details{font-size:14px;line-height:10px;margin-top:12px}.dynamic-result .concerns-edit .container{padding:0 25px}.dynamic-result .concerns-edit .cross{right:-12px}.dynamic-result .concerns-edit .concerns-wrap{width:calc(100% + 14px);margin:0 -7px}.dynamic-result .concerns-edit .concern{width:calc(100% / 3 - 14px);margin:0 7px 14px}.btn_services_wrap{width:100%;margin:24px 0 6px}.btn_services{display:block;margin:auto;border-radius:7px}.btn_services .text{color:#fff;font-size:14px;font-weight:700;line-height:31.15px}.dynamic-result .concerns-edit .btn_services_wrap{margin:0 0 36px}.ReviewSliderWrap .InnerContainWrapper{padding:40px 0;width:94%}.jcarousel-control-prev{left:-8px!important}.jcarousel-control-next{right:-8px!important}.ReviewSliderWrap .UlCol .easy_testimonial .footer-area-3 .easy_testimonial_image_wrapper{margin-left:40px!important}.ReviewSliderWrap .UlCol .easy_testimonial .main-wrapper{padding:15px 15px 60px!important}.ReviewSliderWrap .UlCol .easy_testimonial .main-content-3 p{font-size:16px!important}.ReviewSliderWrap .UlCol .easy_testimonial .footer-area-3{left:0px!important}.ReviewSliderWrap .UlCol .easy_t_single_testimonial .easy_testimonial{padding:80px 10px 30px!important}.ReviewSliderWrap .UlCol .easy_t_single_testimonial .easy_testimonial .date{left:10px!important}.ReviewSliderWrap .UlCol .easy_t_single_testimonial .easy_testimonial .stars{right:10px!important}.single_location_module .right .our_service_wrap a.other-concerns-anchor{width:50%;padding:0 6px;min-height:87px;margin-bottom:33px}.single_location_module .right .our_service_wrap a.other-concerns-anchor .more_services_btn{margin:0}.OtherConcerns_btn,.single_location_module .right .our_service_wrap .more_services_btn{height:87px}.ReviewsSliderWrap{padding:60px 0 60px!important}.ReviewsSliderWrap .heading .titleg_50{font-size:20px}.ReviewsSliderWrap .heading .titleg_50 br{display:none}.ReviewsSliderWrap .slider{margin-top:40px!important}.our_service_wrap{padding:60px 0 60px}.wrap_locations{padding:60px 0 30px!important}.postid-401496 .green_text_image_section .content,.postid-401448 .green_text_image_section .content,.postid-401395 .green_text_image_section .content{padding:60px 0}h3.titleg_40{font-size:22px;line-height:35px}.hfaqwrapper .hfaq .hfaq__question{padding:8px 0!important}.sky_blue_text_and_right_image_wrapper .desc-col .title_43{font-size:25px}.loop_item_wrapper .container .col{max-width:100%}.loop_item_wrapper .container{padding:30px 10px!important}.loop_item_wrapper .swiper-button-next{right:0}.loop_item_wrapper .swiper-button-prev{left:0}.loop_item_wrapper .swiper-button-prev,.loop_item_wrapper .swiper-button-next{width:30px;height:30px}.loop_item_wrapper .container .col .date-and-author{font-size:13px}.loop_item_wrapper .container .col .desc_wrap{padding:20px 15px!important}.single_location_module .wrap_single_picture picture{width:100%}.single_location_module .wrap_single_picture .pictures{height:auto}.single_location_module .wrap_single_picture .maps_style.pictures{min-height:250px}.Related-Topic .container{padding:60px 0}.Related-Topic .categories_wrap{gap:30px}.Related-Topic .content+.center-btn{margin-top:40px}.book_now_bar .text.hidden-xs{display:block!important}.book_now_bar .book_now_bar_content{flex-direction:column;text-align:center}.book_now_bar .text p:first-child{margin-top:0!important}}@media (max-width:575.98px){.Related-Topic .one_category{max-width:100%;min-width:inherit;flex:1 0 100%}}@media only screen and (min-width:320px) and (max-width:1224px){.green_text_image_section .content,.sky_blue_text_image_section .container .contain{display:block}.green_text_image_section .image,.sky_blue_text_image_section .ImgWrap .image_wrap{transform:inherit!important}.sky_blue_text_image_section .ImgWrap,.green_text_image_section .ImgWrap{margin-top:0;margin-bottom:30px}.loop_item_wrapper .container,.sky_blue_text_and_right_image_wrapper .container{padding:70px 25px}.sky_blue_text_and_right_image_wrapper .image{float:inherit;margin:0 auto 30px}.loop_item_wrapper .container{gap:28px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}@font-face{font-display:swap;font-family:'swiper-icons';src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .easy_t_single_testimonial,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.easy_t_single_testimonial{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.easy_t_single_testimonial-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .easy_t_single_testimonial{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .easy_t_single_testimonial,.swiper-3d .easy_t_single_testimonial-shadow,.swiper-3d .easy_t_single_testimonial-shadow-left,.swiper-3d .easy_t_single_testimonial-shadow-right,.swiper-3d .easy_t_single_testimonial-shadow-top,.swiper-3d .easy_t_single_testimonial-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .easy_t_single_testimonial-shadow,.swiper-3d .easy_t_single_testimonial-shadow-left,.swiper-3d .easy_t_single_testimonial-shadow-right,.swiper-3d .easy_t_single_testimonial-shadow-top,.swiper-3d .easy_t_single_testimonial-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .easy_t_single_testimonial-shadow{background:rgb(0 0 0 / .15)}.swiper-3d .easy_t_single_testimonial-shadow-left{background-image:linear-gradient(to left,rgb(0 0 0 / .5),#fff0)}.swiper-3d .easy_t_single_testimonial-shadow-right{background-image:linear-gradient(to right,rgb(0 0 0 / .5),#fff0)}.swiper-3d .easy_t_single_testimonial-shadow-top{background-image:linear-gradient(to top,rgb(0 0 0 / .5),#fff0)}.swiper-3d .easy_t_single_testimonial-shadow-bottom{background-image:linear-gradient(to bottom,rgb(0 0 0 / .5),#fff0)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.easy_t_single_testimonial{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.easy_t_single_testimonial:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.easy_t_single_testimonial:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.easy_t_single_testimonial{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgb(0 0 0 / .25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgb(0 0 0 / .1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgb(0 0 0 / .5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.easy_t_single_testimonial-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:#fff0}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .easy_t_single_testimonial{transition-timing-function:ease-out}.swiper-fade .easy_t_single_testimonial{pointer-events:none;transition-property:opacity}.swiper-fade .easy_t_single_testimonial .easy_t_single_testimonial{pointer-events:none}.swiper-fade .easy_t_single_testimonial-active,.swiper-fade .easy_t_single_testimonial-active .easy_t_single_testimonial-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .easy_t_single_testimonial{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .easy_t_single_testimonial .easy_t_single_testimonial{pointer-events:none}.swiper-cube.swiper-rtl .easy_t_single_testimonial{transform-origin:100% 0}.swiper-cube .easy_t_single_testimonial-active,.swiper-cube .easy_t_single_testimonial-active .easy_t_single_testimonial-active{pointer-events:auto}.swiper-cube .easy_t_single_testimonial-active,.swiper-cube .easy_t_single_testimonial-next,.swiper-cube .easy_t_single_testimonial-prev,.swiper-cube .easy_t_single_testimonial-next+.easy_t_single_testimonial{pointer-events:auto;visibility:visible}.swiper-cube .easy_t_single_testimonial-shadow-top,.swiper-cube .easy_t_single_testimonial-shadow-bottom,.swiper-cube .easy_t_single_testimonial-shadow-left,.swiper-cube .easy_t_single_testimonial-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .easy_t_single_testimonial{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .easy_t_single_testimonial .easy_t_single_testimonial{pointer-events:none}.swiper-flip .easy_t_single_testimonial-active,.swiper-flip .easy_t_single_testimonial-active .easy_t_single_testimonial-active{pointer-events:auto}.swiper-flip .easy_t_single_testimonial-shadow-top,.swiper-flip .easy_t_single_testimonial-shadow-bottom,.swiper-flip .easy_t_single_testimonial-shadow-left,.swiper-flip .easy_t_single_testimonial-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .easy_t_single_testimonial{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .easy_t_single_testimonial{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@media print{@media print{@page{margin:2cm}.entry .entry-header,.entry,.single .site-main>article>.entry-footer{margin-top:0;margin-bottom:0}.site-footer .site-info{margin:0}.site-header{padding:0}body{font:13pt Georgia,"Times New Roman",Times,serif;font:13pt var(--global--font-secondary,Georgia,"Times New Roman",Times,serif);line-height:1.3;background:#fff!important;color:#000}.has-background-dark *{color:#000!important}h1,.entry-title,.singular .entry-title,.page-title{font-size:22pt;font-weight:700}h2,h3,h4,.has-regular-font-size,.has-large-font-size,h2.author-title,p.author-bio,.comments-title,.archive-description{font-size:14pt;margin-top:25px}.comment-meta,.comment-meta .comment-author .fn{font-size:13pt}a{page-break-inside:avoid}blockquote{page-break-inside:avoid}h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid}img{page-break-inside:avoid;page-break-after:avoid}table,pre,figure{page-break-inside:avoid}ul,ol,dl{page-break-before:avoid}a:link,a:visited,a{background:#fff0;font-weight:700;text-decoration:underline;text-align:left}a[href^=http]:after{content:" < " attr(href) "> "}a:after>img{content:""}article a[href^="#"]:after{content:""}a:not(:local-link):after{content:" < " attr(href) "> "}.entry-title a:after{content:"\a< " attr(href) "> ";white-space:pre;font-size:14pt}.cat-links a:after,.tags-links a:after,.byline a:after,.comment-metadata a:after,.wp-block-calendar a:after,.wp-block-tag-cloud a:after,.page-links a:after{content:""}.primary-navigation,.site-title+.primary-navigation,.footer-navigation,.entry-footer,.post-navigation,.navigation.pagination,.widget-area,.edit-link,.more-link,.comment-reply,.reply,.comment .comment-metadata .edit-link,.comment-respond,#dark-mode-toggler{display:none!important}.entry .entry-content .wp-block-button .wp-block-button__link,.entry .entry-content .button,.entry .entry-content .wp-block-file__button{color:#000;background:none}}}div.sib-sms-field{display:inline-block;position:relative;width:100%}.sib-sms-field .sib-country-block{position:absolute;right:auto;left:0;top:0;bottom:0;padding:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sib-country-block .sib-toggle.sib-country-flg{z-index:1;position:relative;width:46px;height:100%;padding:0 0 0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#dbdbdb;cursor:pointer}.sib-country-block .sib-toggle .sib-cflags{position:absolute;top:0;bottom:0;margin:auto;height:15px;width:20px;background-repeat:no-repeat;background-color:#dbdbdb;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-image:url(/wp-content/plugins/mailin/img/flags/fr.png)}.sib-country-block .sib-toggle .sib-icon-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid #fff0;border-right:3px solid #fff0;border-top:4px solid}.sib-sms-field ul.sib-country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:rgb(0 0 0 / .2) 1px 1px 4px;background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:150px;overflow-y:scroll;overflow-x:hidden;top:50px;width:250px}.sib-sms-field ul.sib-country-list li.sib-country-prefix{font-size:14px;padding:1px 10px;cursor:pointer}.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover{background-color:#dbdbdb}.sib-sms-field ul.sib-country-list li .sib-flag-box{width:20px}.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag{height:18px;width:20px;background-image:url(/wp-content/plugins/mailin/img/flags/ad.png);vertical-align:middle;display:inline-block;background-repeat:no-repeat}.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code{margin-left:20px}.sib-sms-field .sib-sms{padding-right:6px;padding-left:52px;margin-left:0;position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;margin-right:0}.sib-multi-lists.sib_error{color:#A94442}a.ref{text-decoration:none;vertical-align:super;font-size:.8em}:root{--sc-green:#005350;--sc-blue:#202d4c;--sc-orange:#ffaf7e;--sc-gray:#f5f9ff}strong,b{font-weight:700}.Related-Topic .ImgWrap:not(:has(img)),.video_header_slider .swiper-button-disabled{display:none!important}.banner_module{height:auto;min-height:618px;width:100%;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;position:relative}.banner_module .bg{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%;z-index:1}.banner_module .container{height:100%;z-index:2;position:relative;padding-top:89px}.banner_module .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;height:100%}.banner_module .wrap_title{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:920px;text-align:center}.banner_module .wrap_test{position:absolute;opacity:0}.banner_module .title_70{text-shadow:0 2px 30px rgb(0 0 0 / 50%);color:#fff;font-size:55px;font-weight:400;line-height:1.2142857143;font-family:bamberg_serial;width:100%}.banner_module .title_70+.titlep_20{margin-top:50px}.banner_module .titlep_20{text-shadow:2px 2px 21px #000;color:#fff;font-family:proxima-nova,sans-serif;font-size:20px;font-weight:500;line-height:.8;text-align:center;width:100%}.psychologist-profiles-wrapper .banner_module .content .title_70,.video_header_slider .title_70{font-size:50px;line-height:1.3;text-shadow:0 2px 30px rgb(0 0 0 / 50%);color:#fff;font-weight:400;font-family:bamberg_serial}.video_header_slider .video-col{display:flex;line-height:0;height:100%}.video_header_slider video{width:100%;object-fit:cover}.video_header_slider .easy_t_single_testimonial .container{position:absolute;bottom:120px;left:50%;width:100%;text-align:center;padding-top:0;padding-bottom:0;transform:translateX(-50%);z-index:5}.video_header_slider .header-btn-wrap{position:absolute;width:100%;bottom:140px;z-index:1;text-align:center}.video_header_slider .wrap_title .header-btn-wrap{position:inherit;margin-top:30px;background-color:#fff0;padding:0}.breadcrumbs_section,.homecoming{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:20px;padding-bottom:15px;background-color:var(--sc-gray);border-bottom:3px solid #fff}.breadcrumbs_section :last-child,.homecoming :last-child{font-weight:700}.breadcrumbs_section>div,.homecoming>div{padding:0 20px;text-align:center}.youre_in_safe_hands{background-color:var(--sc-gray)}.youre_in_safe_hands .container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.youre_in_safe_hands .content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-box-direction:normal;-moz-box-direction:normal;box-direction:normal;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;margin-top:94px;max-width:891px;margin-bottom:100px}.youre_in_safe_hands .text_wrap{text-align:center}.message_section .content{max-width:600px;margin-top:50px;margin-bottom:50px}.message_section .title{color:var(--sc-blue);font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:40px}@media only screen and (min-width:1366px){.hero .bcg-wrap img{object-fit:cover;width:100%;height:100%;opacity:0;-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);-webkit-transition:opacity 2.9s cubic-bezier(.25,1,.25,1) 0.25s,-webkit-transform 1.95s cubic-bezier(.25,1,.25,1) 0.55s,top 2.9s ease-in-out 0.25s;-moz-transition:opacity 2.9s cubic-bezier(.25,1,.25,1) 0.25s,-moz-transform 1.95s cubic-bezier(.25,1,.25,1) 0.55s,top 2.9s ease-in-out 0.25s;transition:opacity 2.9s cubic-bezier(.25,1,.25,1) 0.25s,transform 1.95s cubic-bezier(.25,1,.25,1) 0.55s,top 2.9s ease-in-out 0.25s}.PageLoad .hero .bcg-wrap img{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.hero .content_inner{opacity:0;margin-top:-70px;-webkit-transition:-webkit-transform 1.4s cubic-bezier(.25,1,.25,1) 1s,opacity 1.55s ease-out 1s;-moz-transition:-moz-transform 1.4s cubic-bezier(.25,1,.25,1) 1s,opacity 1.55s ease-out 1s;transition:transform 1.4s cubic-bezier(.25,1,.25,1) 1s,opacity 1.55s ease-out 1s;-webkit-transform:translateY(7px);-moz-transform:translateY(7px);-ms-transform:translateY(7px);-o-transform:translateY(7px);transform:translateY(7px)}.PageLoad .hero .content_inner{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.fadeZoom{-webkit-transform:scale3d(1.05,1.05,1);-moz-transform:scale3d(1.05,1.05,1);-ms-transform:scale3d(1.05,1.05,1);-o-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1);opacity:0}.fadeZoom.start_anim{animation:1.4s forwards fadeZoom}@keyframes fadeZoom{0%{-webkit-transform:scale3d(1.05,1.05,1);opacity:0;transform:scale3d(1.05,1.05,1)}100%{-webkit-transform:none;opacity:1;transform:none}}.fadeUp{opacity:0}.fadeUp.start_anim{animation:1.4s forwards fadeUp;opacity:0}@keyframes fadeUp{0%{-webkit-transform:translateY(20px);opacity:0;transform:translateY(20px)}100%{-webkit-transform:none;opacity:1;transform:none}}.breadcrumbs_section,.homecoming{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:20px;padding-bottom:15px;background-color:var(--sc-gray);border-bottom:3px solid #fff}.breadcrumbs_section :last-child,.homecoming :last-child{font-weight:700}.breadcrumbs_section .breadcrumbs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.breadcrumbs_section .breadcrumbs .breadcrumb_wrap{padding:0 2px}.breadcrumbs_section .breadcrumbs .breadcrumb_wrap:last-child span.rhomb{display:none}.breadcrumbs_section>div,.homecoming>div{padding:0 20px;text-align:center}.breadcrumbs_section a,.homecoming a{color:#373737!important;font-family:proxima-nova,sans-serif;font-size:15px;font-weight:400;line-height:1.6}.get-in-touch-cta-wrapper.center-align-text-col .container{max-width:735px;padding:80px 0}.single-service .additional_content .container,.single-service .book_now_bar .container,.single-service .book_now_blog .container,.single-service .information_accordions .content,.single-service .message_section .container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.single-service .additional_content .content{max-width:600px;margin-bottom:68px}.single-service .additional_content .wygiwyg_wrap{margin-top:50px}.single-service.postid-401448 .message_section .content{width:100%;max-width:100%;margin:0 auto}.single-service .message_section .title{color:var(--sc-blue);font-family:bamberg_serial;font-size:25px;font-weight:400;line-height:40px}.single-service .book_now_bar,.single-service .book_now_blog{background-color:var(--sc-gray);width:100%;padding:50px 0}.single-service:has(.book_now_bar,.book_now_blog) .book_now_bar_content{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-lines:single;-moz-box-lines:single;box-lines:single;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify;width:890px;padding:0}.single-service:has(.book_now_bar,.book_now_blog) .btn_book_now{max-width:220px;min-width:190px;background-color:var(--sc-orange);color:var(--sc-blue);font-family:bamberg_serial;font-size:20px;line-height:29px;text-align:center;cursor:pointer;font-weight:400;padding:14px 10px;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.single-service .sky_blue_text_image_section{background-color:var(--sc-gray)}.single-service .sky_blue_text_image_section .container{padding:0 112px}.single-service .sky_blue_text_image_section .container .contain{margin:0;padding:126px 0}.single-service:has(.green_text_image_section,.sky_blue_text_image_section) .container .contain:after{content:"";display:table;clear:both}.single-service:has(.green_text_image_section,.sky_blue_text_image_section) .container .contain{clear:both;width:100%}.single-service .green_text_image_section .desc ul li{background-image:url(../images/bullet.png)}.single-service .sky_blue_text_image_section .ImgWrap .image_wrap{object-fit:cover;width:544px;height:366px}.single-service .sky_blue_text_image_section .title{margin-top:-5px;margin-bottom:56px;color:var(--sc-blue);font-family:bamberg_serial;font-size:30px;font-weight:400;line-height:40px;position:relative}.single-service .sky_blue_text_image_section .title::before{content:"";position:absolute;height:1px;width:50px;background-color:var(--sc-blue);bottom:-29px}.single-service .sky_blue_text_image_section .wrap_descryption{color:#373737}.single-service:has(.green_text_image_section,.sky_blue_text_image_section) ol{list-style:none;margin:0;list-style-type:none;counter-reset:css-counter 0}.single-service:has(.green_text_image_section,.sky_blue_text_image_section) ol li::marker{display:none}.single-service:has(.green_text_image_section,.sky_blue_text_image_section) ol li{counter-increment:css-counter 1;margin-bottom:10px;padding-left:20px;position:relative}.single-service:has(.green_text_image_section,.sky_blue_text_image_section) ol li::before{content:counter(css-counter) ". ";position:absolute;left:0;font-weight:600}.single-service .information_accordions .information_accordions_wrap{width:930px;margin-top:128px;margin-bottom:100px}.single-service .categories_section{background-color:var(--sc-gray)}.single-service .categories_section .content{padding:90px 60px 59px;width:100%}.single-service .categories_section .title{color:var(--sc-blue);font-family:bamberg_serial;font-size:30px;font-weight:400;line-height:40px;margin:0}.single-service .categories_section .categories_wrap{margin:71px -15px 0;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.single-service .categories_section .one_category{width:25%;padding:0 15px}.single-service .categories_section .one_category .desktop_link{display:inline-block;max-width:100%}.single-service .categories_section .one_category .desktop_title{margin-top:21px;color:#373737;font-size:14px;line-height:22px;margin-bottom:30px}.single-service .categories_section .one_category .desktop_link .h3,.single-service .categories_section .one_category .desktop_link h3{text-align:center;border:1px solid #a4a4a4;color:#373737;font-size:16px;font-weight:600;line-height:20px;padding:10px 15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.single-service .categories_section .one_category .desktop_link .h3:hover,.single-service .categories_section .one_category .desktop_link h3:hover{background-color:var(--sc-blue);color:#fff}.other_services_section .container,.our_service_wrap .container{padding:80px 50px;max-width:1440px!important}.title_services{color:var(--sc-blue);font-size:42px;line-height:60px;margin-top:80px;margin-bottom:26px;font-family:bamberg_serial;font-weight:400}.other_services_section .other_servises .title_services{margin-top:0;margin-bottom:0;padding:0}.other_services_section .other_services_wrap{margin:0;display:flex;flex-wrap:wrap;gap:40px 20px}.other_services_section .other_services_wrap .one_other_service{width:18.71%;min-height:200px;margin-bottom:0;padding:0;flex:1 0 18.71%;max-width:252px}.other_servises .title_services+.other_services_wrap,.other_servises .shortdesc+.other_services_wrap{margin-top:50px}.other_services_section .other_services_wrap{max-height:480px;overflow:hidden;transition:all 1s ease-in-out}.other_services_section.active .other_services_wrap{max-height:2000px}.other_services_wrap .one_other_service .title_service,.other_services_wrap .one_servis .title_service,.our_services_wrap .one_other_service .title_service,.our_services_wrap .one_servis .title_service{color:#373737;font-size:18px;font-weight:600;line-height:22px;position:relative;font-family:ProximaNovaRgBold}.other_services_wrap .one_other_service .one_service_photo_wrap,.other_services_wrap .one_other_service .other_serivce_photo_wrap,.other_services_wrap .one_servis .one_service_photo_wrap,.other_services_wrap .one_servis .other_serivce_photo_wrap,.our_services_wrap .one_other_service .one_service_photo_wrap,.our_services_wrap .one_other_service .other_serivce_photo_wrap,.our_services_wrap .one_servis .one_service_photo_wrap,.our_services_wrap .one_servis .other_serivce_photo_wrap{position:relative;overflow:hidden;margin-bottom:27px}.other_services_wrap .one_other_service .other_serivce_photo_wrap{width:100%;height:155px}.btnOtherServicesClass{text-align:center;padding-bottom:100px}.single-service .information_accordions .one_section .title_section{color:var(--sc-blue);font-family:bamberg_serial;font-size:25px;line-height:40px;width:100%;padding-right:25px;border-bottom:1px solid var(--sc-blue);padding-bottom:16px;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out;cursor:pointer;margin-bottom:0;margin-top:29px;font-weight:400;position:relative}.single-service .information_accordions .one_section.active_section .title_section{color:#51788e;border-bottom:1px solid #51788e}.single-service .information_accordions .one_section .title_section::after,.single-service .information_accordions .one_section .title_section::before{content:"";position:absolute;background-color:var(--sc-blue);-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;transition:0.3s ease-in-out;display:block!important}.single-service .information_accordions .one_section .title_section::before{top:calc(50% - 14px);height:16px;width:4px;right:6px}.single-service .information_accordions .one_section .title_section::after{top:calc(50% - 8px);width:16px;height:4px;right:0}.single-service .information_accordions .one_section.active_section .title_section::after,.single-service .information_accordions .one_section.active_section .title_section::before{background-color:#51788e}.single-service .information_accordions .one_section.active_section .title_section::before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.single-service .information_accordions .one_section .wysiwyg_section{display:none;color:#373737;margin:25px 0 0;padding-top:5px}.single-service .information_accordions .one_section .wysiwyg_section p+ul{padding-left:20px;margin:15px 0}.single-service .information_accordions .one_section .wysiwyg_section p{margin-top:0;padding-bottom:25px;margin-bottom:0}.wrap_locations{max-width:1220px;margin:0 auto;padding:100px 0}.wrap_locations .row,.row{display:block;clear:both}.wrap_locations .row::after,.row:after{content:"";display:table;clear:both}.gap{margin-bottom:30px}.green_text_image_section .ImgWrap,.sky_blue_text_image_section .ImgWrap{float:right;margin-left:125px;margin-bottom:15px;max-width:600px}.psychologist-profiles-wrapper .hero-video-wrapper{position:absolute;top:0;left:0;object-fit:cover;width:100%;height:100%;z-index:1;overflow:hidden}.video_header_slider{position:relative}.video_header_slider .easy_t_single_testimonial{position:relative;height:auto;position:relative;min-height:calc(100vh - 120px);max-height:calc(100vh - 120px);overflow:hidden}.video_header_slider video{width:100%;object-fit:cover}.video_header_slider .easy_t_single_testimonial .container{position:absolute;bottom:120px;left:50%;width:100%;text-align:center;padding-top:0;padding-bottom:0;transform:translateX(-50%);z-index:5}.video_header_slider .header-btn-wrap{position:absolute;width:100%;bottom:140px;z-index:1;text-align:center}.video_header_slider .wrap_title .header-btn-wrap{position:inherit;margin-top:30px;background-color:#fff0;padding:0}.psychologist-profiles-wrapper .banner_module .content .title_70,.video_header_slider .title_70{font-size:50px;line-height:1.3;text-shadow:0 2px 30px rgb(0 0 0 / 50%);color:#fff;font-weight:400;font-family:bamberg_serial}@media only screen and (min-width:1441px){.video_header_slider .easy_t_single_testimonial .container{bottom:320px}.video_header_slider .header-btn-wrap{bottom:230px}}.video_header_slider .header-btn-wrap .container{position:relative;top:inherit;left:inherit;transform:inherit;padding:0}.video_header_slider .swiper-button-prev,.video_header_slider .swiper-button-next{width:30px;height:30px;margin-top:-15px;background-color:#fff;border-radius:100%;transition:all 0.3s ease-in-out}.video_header_slider .swiper-button-prev{left:40px}.video_header_slider .swiper-button-next{right:40px}.video_header_slider .swiper-button-prev:hover,.video_header_slider .swiper-button-next:hover{opacity:1}.video_header_slider .swiper-button-prev:after,.video_header_slider .swiper-button-next:after{font-size:12px;color:var(--sc-blue);font-weight:900}.video_header_slider .swiper-button-prev.swiper-button-disabled,.video_header_slider .swiper-button-next.swiper-button-disabled{display:none}.secondary-logos-wrapper .container{padding:25px 0}.secondary-logos-wrapper .WithoutSlider .swiper-wrapper{flex-wrap:wrap;align-items:center;justify-content:center;gap:35px 55px}.secondary-logos-wrapper .swiper-slide{line-height:0}.excellent-counsellors-wrapper{background-color:var(--sc-gray);text-align:center;overflow:hidden}.counsellors-wrap{position:relative;min-height:500px}.btn-primary span{font-size:14px;display:block}.center-btn{text-align:center;width:100%}.three-bluebox-wrapper .d-flex+.center-btn,.counsellors-wrap+.center-btn{margin-top:40px}.counsellors-wrap .center-col{min-width:430px;max-width:430px;margin:0 auto;position:relative;text-align:center}.counsellors-wrap .easy_t_single_testimonial{cursor:grab}.counsellors-wrap .center-col .image{min-width:374px;max-width:374px;border-radius:100%;overflow:hidden;margin:0 auto}.counsellors-wrap .center-col .image img{border-radius:100%;border:12px solid var(--sc-orange)}.counsellors-wrap .center-col .image+.text-col{margin-top:20px}.counsellors-wrap .text-col .title_20{color:var(--sc-green);font-size:25px;line-height:1.3;font-family:bamberg_serial;font-weight:400}.counsellors-wrap .text-col .small-sepline{margin:20px auto;background-color:var(--sc-blue)}.counsellors-wrap .text-col .desc,.counsellors-wrap .text-col .desc p{color:var(--sc-blue);font-size:20px;line-height:32px}.title_43+.counsellors-wrap{margin-top:60px}.counsellors-wrap .easy_t_single_testimonial{opacity:0!important}.counsellors-wrap .WithoutSlider .easy_t_single_testimonial,.counsellors-wrap .easy_t_single_testimonial.easy_t_single_testimonial-active{opacity:1!important}.single-service:has(.DepressionMainWrapper) .fadeZoom.start_anim{animation-name:none!important;opacity:0}.btn-primary{color:var(--sc-blue)!important;background-color:var(--sc-orange)!important;border:1px solid var(--sc-orange);font-family:bamberg_serial}.btn-primary:hover{color:var(--sc-orange)!important;background-color:var(--sc-blue)!important;border:1px solid var(--sc-blue)}}@media screen and (min-width:1200px){.container{width:100%;padding:0 50px;max-width:1440px;margin:0 auto}}@media only screen and (min-width:320px) and (max-width:767px){.container{padding:0 25px}.psychologist-profiles-wrapper .banner_service_wrap.default_service_wrapper .banner_module,.banner_module{min-height:400px;left:0;width:100%;padding:0 5px}.banner_module .container{padding:60px 15px 0}.banner_module .title_70{font-size:32px}.banner_module .title_70+.titlep_20{margin-top:15px}.banner_module .titlep_20{font-size:15px}.breadcrumbs_section *:last-child,.homecoming *:last-child,.breadcrumbs_section a,.homecoming a{font-size:14px}.green_text_image_section .container,.sky_blue_text_image_section .container{padding:0 26px}.green_text_image_section .content,.sky_blue_text_image_section .container .contain,.sky_blue_text_image_section .contain{padding:60px 0}.youre_in_safe_hands .content{margin-top:40px;margin-bottom:50px}.message_section .title{font-size:18px;line-height:28px}}.BlogNewLayout .blog_content .container{max-width:960px!important;padding:50px 0 70px}.toc_icon{position:sticky;top:75px;z-index:99}.toc_icon .toc-arrow i{color:var(--sc-blue);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--sc-orange);font-size:21px;border-radius:5px}.toc_icon .toc-list{position:absolute;top:0;left:50px;width:350px;max-width:350px;opacity:0;visibility:hidden;overflow:hidden;transition:all 0.5s ease-in-out;box-shadow:0 0 20px 0 rgb(0 0 0 / .1);background-color:#f5f9ff;border:0 solid #f5f9ff;border-radius:5px}.toc_icon .toc-list.active{opacity:1;visibility:visible}.toc_icon .toc-list .lwptoc_header{color:var(--sc-blue);margin-bottom:10px;border-bottom:0 solid #dce4ef;padding:15px;background-color:#ffaf7e;font-family:bamberg_serial;font-weight:400}.toc_icon .toc-list>ul{padding:15px}.toc_icon .lwptoc .lwptoc_i .toc-list li{background-image:none;padding:0}.toc_icon .lwptoc .lwptoc_i .toc-list li+li{margin-top:10px}.toc_icon .lwptoc .lwptoc_i .toc-list li a{color:#373737;font-size:15px;line-height:1.3;text-decoration:none!important;display:block;padding:0 10px;border-left:5px solid #dce4ef;transition:all 0.5s ease-in-out}.toc_icon .lwptoc .lwptoc_i .toc-list li a.active,.toc_icon .lwptoc .lwptoc_i .toc-list li a:hover{color:var(--sc-orange);border-left:5px solid var(--sc-orange)}.two-col-wrapper .flex .Left-Col:has(.toc_icon) .content-col{padding:0}.two-col-wrapper .flex .Left-Col:has(.toc_icon) .content-col .lwptoc{position:relative;float:none;width:100%;max-width:100%;margin:0 auto 40px;top:0;overflow:hidden;z-index:9}sup a{color:#000000!important;font-size:11px!important;line-height:1.1!important;text-decoration:none!important;transition:all 0.3s ease-in-out;font-weight:700}sup a:hover{color:var(--sc-orange)!important}.two-col-wrapper .flex .Left-Col .content-col .btnOtherServicesClass{padding-bottom:0}.two-col-wrapper .flex .Left-Col .content-col .other_services_section .content{padding:0}.two-col-wrapper .flex .Left-Col .content-col .other_services_section .content .other_servises .shortdesc+.other_services_wrap{margin-top:30px}@media (max-width:1024px){.book_now_bar .container,.BlogNewLayout .blog_content .container{max-width:94%!important}.banner_module .bg,.banner_module .wrap_title.fadeUp,.fadeUp,.fadeZoom{opacity:1!important;transform:inherit!important}}@media (max-width:767.98px){.toc_icon{display:none!important}.two-col-wrapper .flex .Left-Col:has(.toc_icon) .content-col .lwptoc{position:sticky;top:65px}}@media (max-width:1025px){.video_header_slider video{object-position:85%}.psychologist-profiles-wrapper .ReviewsSliderWrap,.three-bluebox-wrapper,.common-reasons-wrapper,.green-text-and-left-image-wrapper,.green-text-and-right-image-wrapper,.sky-blue-text-and-left-image-wrapper,.sky-blue-text-and-right-image-wrapper{min-height:inherit}.MainWrapper{padding:0 20px}.video_header_slider .easy_t_single_testimonial{min-height:calc(100vh - 0px);max-height:calc(100vh - 0px)}.white-text-and-right-image-wrapper .image::before,.common-reasons-wrapper .DescWrap br,.green-text-and-right-image-wrapper .image::before,.green-text-and-left-image-wrapper .image::before,.psychologist-profiles-wrapper .banner_module .content .title_70 br{display:none}.psychologist-profiles-wrapper .banner_module .content .title_70,.video_header_slider .title_70{font-size:40px}.video_header_slider .swiper-button-prev{left:10px}.video_header_slider .swiper-button-next{right:10px}.btn-primary{font-size:20px}.three-bluebox-wrapper .d-flex .col{padding:25px}.faq-wrapper .container,.psychologist-profiles-wrapper .ReviewsSliderWrap .container,.psychologist-profiles-wrapper .container{padding:60px 0;max-width:94%;margin:0 auto}.secondary-logos-wrapper .container{padding:25px 0}.sky-blue-text-and-right-image-wrapper .image,.green-text-and-right-image-wrapper .image,.sky-blue-text-and-left-image-wrapper .image,.green-text-and-left-image-wrapper .image{float:none;margin:0 auto 40px}.green-text-and-left-image-wrapper .image+.desc-col{padding-left:0px!important}.green-text-and-right-image-wrapper .image+.desc-col{padding-right:0}.common-reasons-wrapper .d-flex{gap:50px 25px}.psychologist-profiles-wrapper .hfaqwrapper h2,.psychologist-profiles-wrapper .title_43{font-size:40px!important}.get-in-touch-cta-wrapper .left{max-width:60%}.get-in-touch-cta-wrapper .desc{font-size:16px}}@media (max-width:767px){.video_header_slider .easy_t_single_testimonial .container{bottom:inherit;top:50%;transform:translate(-50%,-50%)}.video_header_slider .header-btn-wrap{position:relative;width:100%;bottom:0;padding:20px 0;background-color:var(--sc-gray)}.psychologist-profiles-wrapper .banner_module .content .title_70,.video_header_slider .title_70{font-size:35px}.btn-primary{font-size:18px}button.btn-primary+button.btn-primary{margin-left:5px}.secondary-logos-wrapper .WithoutSlider .swiper-wrapper{gap:20px 25px}.psychologist-profiles-wrapper h2 br,.psychologist-profiles-wrapper h3 br,.psychologist-profiles-wrapper h4 br,.psychologist-profiles-wrapper h5 br,.psychologist-profiles-wrapper h6 br{display:none}.psychologist-profiles-wrapper .hfaqwrapper h2,.psychologist-profiles-wrapper .title_43{font-size:35px!important}.counsellors-wrap .center-col{min-width:100%;max-width:100%}.multi-imgs-col{display:none}.get-in-touch-cta-wrapper .d-flex,.three-bluebox-wrapper .d-flex{flex-direction:column}.common-reasons-wrapper .d-flex .col{min-width:47%;max-width:47%}.common-reasons-wrapper .title_43+.d-flex{margin-top:60px}.faq-wrapper .hfaq__question .hfaq__text{font-size:22px}.video_header_slider .swiper-button-prev,.video_header_slider .swiper-button-next{opacity:0.5!important}.counsellors-wrap{min-height:inherit}.get-in-touch-cta-wrapper .left{width:100%;max-width:100%}.get-in-touch-cta-wrapper .d-flex{flex-direction:inherit}.faq-wrapper .hfaq__question .hfaq__text{padding-bottom:5px}.faq-wrapper .hfaqwrapper ul.hfaqlist[data-hfaq-style="style1"] .hfaq{margin:0 0 0}.hfaqwrapper ul.hfaqlist[data-hfaq-style="style1"] .hfaq .hfaq__answercontent{padding:5px 0 0}}@media (max-width:480px){.secondary-logos-wrapper .swiper-slide{width:45%;text-align:center}.counsellors-wrap .center-col .image{min-width:250px;max-width:250px}.counsellors-wrap .center-col .image img{border:10px solid var(--sc-orange)}.psychologist-profiles-wrapper .hfaqwrapper h2,.psychologist-profiles-wrapper .title_43{font-size:30px!important}.three-bluebox-wrapper .d-flex .col{padding:20px}.three-bluebox-wrapper .d-flex .col .title_28{font-size:25px}.common-reasons-wrapper .d-flex{gap:30px 25px}.common-reasons-wrapper .d-flex .col{min-width:100%;max-width:100%}.center-btn{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.center-btn button.btn-primary+button.btn-primary{margin:0}.desc-col .btn-primary,.desc+.btn-primary+.btn-primary,.desc+.btn-primary{margin-top:30px;display:block}.desc-col .btn-primary+.btn-primary{margin-left:0;margin-top:12px}}.psychologist-profiles-wrapper .get-in-touch-cta-wrapper .title_43{font-size:38px}.get-in-touch-cta-wrapper.default_service_wrapper{background-color:#fff}.get-in-touch-cta-wrapper.grayBG{background-color:#f5f9ff}.get-in-touch-cta-wrapper.default_service_wrapper .container{max-width:890px;margin:0 auto}.get-in-touch-cta-wrapper.default_service_wrapper.grayBG+.get-in-touch-cta-wrapper.default_service_wrapper .container,.get-in-touch-cta-wrapper.default_service_wrapper+.get-in-touch-cta-wrapper.default_service_wrapper.grayBG .container{padding-top:80px}.get-in-touch-cta-wrapper.default_service_wrapper .d-flex{width:100%;display:block}.get-in-touch-cta-wrapper.default_service_wrapper.btn-with-right-side .d-flex{display:flex}.get-in-touch-cta-wrapper.default_service_wrapper .left{max-width:100%!important}.book_now_bar .container{padding:0}.get-in-touch-cta-wrapper .desc a,.get-in-touch-cta-wrapper.center-align-text-col .desc,.get-in-touch-cta-wrapper.default_service_wrapper .desc{color:#373737}.get-in-touch-cta-wrapper .desc a{text-decoration:underline!important}.get-in-touch-cta-wrapper .desc a:hover{text-decoration:none!important}.get-in-touch-cta-wrapper.default_service_wrapper .desc :is(h3,h4,h5,h6),.get-in-touch-cta-wrapper.center-align-text-col .desc :is(h3,h4,h5,h6){color:var(--sc-blue)}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .green-text-and-left-image-wrapper .image+.desc-col{float:none;max-width:inherit;padding-left:523px}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .green-text-and-left-image-wrapper .desc :is(h3,h4,h5,h6),.get-in-touch-cta-wrapper.center-align-text-col .desc :is(h3,h4,h5,h6),.get-in-touch-cta-wrapper.default_service_wrapper .desc :is(h3,h4,h5,h6){font-weight:600;line-height:1.4;font-family:ProximaNovaRgBold}.get-in-touch-cta-wrapper.default_service_wrapper .desc h2{font-size:30px}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .green-text-and-left-image-wrapper .desc :is(h3),.get-in-touch-cta-wrapper.center-align-text-col .desc :is(h3),.get-in-touch-cta-wrapper.default_service_wrapper .desc h3{font-size:24px}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .green-text-and-left-image-wrapper .desc :is(h4),.get-in-touch-cta-wrapper.center-align-text-col .desc :is(h4),.get-in-touch-cta-wrapper.default_service_wrapper .desc h4{font-size:22px}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .green-text-and-left-image-wrapper .desc :is(h5),.get-in-touch-cta-wrapper.center-align-text-col .desc :is(h5),.get-in-touch-cta-wrapper.default_service_wrapper .desc h5{font-size:20px}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .green-text-and-left-image-wrapper .desc :is(h6),.get-in-touch-cta-wrapper.center-align-text-col .desc :is(h6),.get-in-touch-cta-wrapper.default_service_wrapper .desc h6{font-size:18px}.get-in-touch-cta-wrapper .desc ul li+li,.get-in-touch-cta-wrapper .desc ol li+li{margin-top:10px}.get-in-touch-cta-wrapper.default_service_wrapper .desc blockquote::before{display:none}.get-in-touch-cta-wrapper.default_service_wrapper .desc blockquote{border-left:3px solid #ffaf7e;padding:10px 20px;background-color:#f5f9ff}.get-in-touch-cta-wrapper.default_service_wrapper .desc blockquote,.get-in-touch-cta-wrapper.default_service_wrapper .desc blockquote p{font-size:15px;line-height:1.7;font-weight:400;font-style:italic}@media (max-width:1024px){.get-in-touch-cta-wrapper.default_service_wrapper .container{max-width:94%}.get-in-touch-cta-wrapper.default_service_wrapper .desc h2{font-size:30px}.get-in-touch-cta-wrapper.default_service_wrapper .desc h3{font-size:25px}.get-in-touch-cta-wrapper.default_service_wrapper .desc h4{font-size:22px}}@media (max-width:767px){.get-in-touch-cta-wrapper.default_service_wrapper .desc h2{font-size:30px}.get-in-touch-cta-wrapper.default_service_wrapper .desc h3{font-size:25px}}@media (max-width:767px){.get-in-touch-cta-wrapper.default_service_wrapper .desc h2{font-size:30px}.get-in-touch-cta-wrapper.default_service_wrapper .desc h3{font-size:25px}.get-in-touch-cta-wrapper.default_service_wrapper .desc h4{font-size:22px}}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .TopHeader .topmenu .menu li a{color:#000}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .TopHeader .topmenu .menu li.call-us-trigger::after{filter:brightness(0%)}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .TopHeader .topmenu .menu li::before,html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) a.menu-link .line-inner-color{background-color:#000}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .TopHeader path[fill="#fff"],html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .TopHeader path[style="fill:#fff"],html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .TopHeader rect[fill="#fff"],html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .TopHeader rect[style="fill:#fff"]{fill:#000000!important}.full-width-header-with-left-side-text-wrapper{position:relative}.sky-blue-text-and-right-image-wrapper,.get-in-touch-cta-wrapper,.sky-blue-text-and-left-image-wrapper{background-color:var(--sc-gray);color:var(--sc-blue)}.full-width-header-with-left-side-text-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:185px;background:#000;background:-webkit-linear-gradient(0deg,#fff0 0%,rgb(0 0 0 / .4) 160%);background:-moz-linear-gradient(0deg,#fff0 0%,rgb(0 0 0 / .4) 160%);background:linear-gradient(0deg,#fff0 0%,rgb(0 0 0 / .4) 160%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000066",GradientType=0)}.full-width-header-with-left-side-text-wrapper .image,.full-width-header-with-left-side-text-wrapper .image picture{width:100%;min-height:800px;max-height:800px;overflow:hidden;display:flex}.full-width-header-with-left-side-text-wrapper .image img,.full-width-header-with-left-side-text-wrapper .image picture img{object-fit:cover;width:100%;height:100%;min-height:250px}.full-width-header-with-left-side-text-wrapper .desc_col{position:absolute;top:50%;width:100%;transform:translateY(-50%);margin-top:35px}.full-width-header-with-left-side-text-wrapper .desc_col .inner-col{width:100%;max-width:1440px;margin:0 auto;padding:0 30px}.full-width-header-with-left-side-text-wrapper .desc_col .title_48{color:var(--sc-green);font-size:55px;line-height:1.2;font-family:bamberg_serial;font-weight:400;max-width:650px;margin-bottom:25px}.full-width-header-with-left-side-text-wrapper .desc_col .desc{color:#333;font-size:19px;line-height:1.5;max-width:570px;margin-bottom:35px}.full-width-header-with-left-side-text-wrapper .desc_col .desc p{margin-bottom:15px}.full-width-header-with-left-side-text-wrapper .desc_col .desc p:last-child{margin-bottom:0}.no-window-height{min-height:inherit}.fs-19 .desc{font-size:19px}.fs-18 .desc{font-size:18px}.get-in-touch-cta-wrapper.center-align-text-col .d-flex{justify-content:center;position:relative}.get-in-touch-cta-wrapper.center-align-text-col .d-flex::before{content:"";position:absolute;background-color:#fff0;width:370px;height:370px;border:4px solid var(--sc-orange);border-radius:100%;bottom:0;z-index:2;right:-450px}@media (prefers-reduced-motion:no-preference){.get-in-touch-cta-wrapper.center-align-text-col .d-flex::before{transform:translateY(0);animation:orange-circle1 linear forwards;animation-timeline:view();animation-range:entry 0% cover 100%}@keyframes orange-circle1{to{transform:translateY(-200px)}}}.get-in-touch-cta-wrapper.center-align-text-col .left{max-width:735px}.get-in-touch-cta-wrapper.center-align-text-col .title_43{font-size:38px;font-family:bamberg_serial;position:relative;font-weight:400}.get-in-touch-cta-wrapper.center-align-text-col .title_43::after{content:'';position:relative;width:60px;height:1px;background-color:var(--sc-blue);margin:20px 0 30px;clear:none;display:block}.our-practitioner-wrapper.gray-bg,.our-practitioner-wrapper.gray-bg .heading::before,.page-id-407279 .our-practitioner-wrapper{background-color:var(--sc-gray)}.faq-wrapper.green-bg{background-color:var(--sc-green);color:#fff}.faq-wrapper.green-bg .container{padding-block:100px}.faq-wrapper.green-bg .faq-category-title,.faq-wrapper.green-bg .ewd-ufaq-faq-title :is(h1,h2,h3,h4,h5,h6){color:#fff}.faq-wrapper.green-bg .ewd-ufaq-faq-div{border-bottom:1px solid #406f6d}.faq-wrapper.green-bg .ewd-ufaq-post-active .ewd-ufaq-faq-title :is(.ewd-ufaq-post-margin-symbol span,h1,h2,h3,h4,h5,h6),.faq-wrapper.green-bg .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{color:var(--sc-orange)!important}.faq-wrapper.green-bg .ewd-ufaq-faq-body ul li{background-image:url(../images/bullet.png)}@media (max-width:1025px){.page-id-407279 .full-width-header-with-left-side-text-wrapper .desc_col .desc{margin-bottom:0}.page-id-407279 .full-width-header-with-left-side-text-wrapper .desc_col .two-btns{display:none}.full-width-header-with-left-side-text-wrapper .image,.full-width-header-with-left-side-text-wrapper .image picture{min-height:350px;min-height:350px}.full-width-header-with-left-side-text-wrapper .image img,.full-width-header-with-left-side-text-wrapper .image picture img{object-position:right}.full-width-header-with-left-side-text-wrapper .desc_col{position:relative;top:inherit;width:94%;transform:inherit;padding-block:60px;margin:0 auto}.full-width-header-with-left-side-text-wrapper .desc_col .title_48{font-size:50px}.full-width-header-with-left-side-text-wrapper .desc_col :is(.title_48,.desc){max-width:100%}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .TopHeader:after,.get-in-touch-cta-wrapper.center-align-text-col .d-flex::before{display:none}.sky-blue-text-and-right-image-wrapper:has(.desc-col>h2) .image,.green-text-and-right-image-wrapper:has(.desc-col>h2) .image,.sky-blue-text-and-left-image-wrapper:has(.desc-col>h2) .image,.green-text-and-left-image-wrapper:has(.desc-col>h2) .image{margin-top:0;text-align:center}.our-practitioner-wrapper .WithoutSlider .easy_t_single_testimonial{max-width:31%;flex:1 0 23%}.faq-wrapper.green-bg .container{padding-block:60px}.full-width-header-with-left-side-text-wrapper .desc_col .inner-col{padding:0 0}.green-text-and-left-image-wrapper.no-window-height:has(.image){padding-bottom:0}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .TopHeader.MenuOpen .topmenu .menu li a{color:#fff}html:has(.page-id-407279,.page-id-407309,.page-id-407314,.postid-404762,.postid-407388,.postid-407399,.postid-407688,.postid-407704,.postid-407752) .TopHeader.MenuOpen .topmenu .menu li.call-us-trigger::after{filter:brightness(100%)}.single h2.faq-category-title,.information_accordions h2.faq-category-title,.faq-wrapper h2.faq-category-title{font-size:30px!important}}@media only screen and (max-width:810px){.ewd-ufaq-faq-title-text{width:90%}.single .ewd-ufaq-faq-div,.information_accordions .ewd-ufaq-faq-div,.faq-wrapper .ewd-ufaq-faq-div{margin:0 0 15px}}@media (max-width:767px){.full-width-header-with-left-side-text-wrapper .image,.full-width-header-with-left-side-text-wrapper .image picture{min-height:250px;min-height:250px}.full-width-header-with-left-side-text-wrapper .image img,.full-width-header-with-left-side-text-wrapper .image picture img{object-position:80%}.full-width-header-with-left-side-text-wrapper .desc_col .title_48{font-size:40px}.our-practitioner-wrapper .WithoutSlider .swiper-wrapper{gap:20px}.our-practitioner-wrapper .WithoutSlider .easy_t_single_testimonial{max-width:47%;flex:1 0 50%}}@media (max-width:480px){.full-width-header-with-left-side-text-wrapper .desc_col .title_48{font-size:33px;line-height:1.3}.full-width-header-with-left-side-text-wrapper .desc_col .desc{font-size:17px}}body.custom-background{background-color:#fff}.location_menu_drop>a{position:relative}.location_menu_drop>a:after{content:'';position:absolute;background-image:url(/wp-content/uploads/2026/03/menu-down.svg);height:24px;width:24px;right:-40px;top:0;bottom:0;margin-block:auto;background-position:center right;background-repeat:no-repeat;background-size:24px}.toc_icon{z-index:98!important}html,body{min-height:0!important;height:auto!important}#page,.site,main,.site-main,.single_page,.content-area,#content,#primary{min-height:0!important;height:auto!important;max-width:none!important;padding:0!important;margin:0!important}div.hero{height:auto!important;min-height:0!important}.site-nav~.TopHeader,section.TopHeader{display:none!important}.lazy_loaded_menu_content{display:none!important}p,p strong{margin-left:0!important;padding-left:0!important;text-indent:0!important}.container{max-width:1100px!important;padding:0 2rem!important;margin:0 auto!important;width:auto!important}.cs_success_message p{opacity:.7;color:rgb(255 255 255 / .85);font-size:14px;font-weight:400;letter-spacing:.49px;line-height:18px}.thank_you_message{display:none!important}.cf7_submit_btn_wrapper{text-align:center}.wpcf7-not-valid-tip{display:none!important}