@import"https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap";/*! File name: loader.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  01. Loader Styles
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */:root{--_size: 1.6rem;--_font-default: "Syne", sans-serif;--_font-accent: "Syne", sans-serif;--_radius-s: 1.5rem;--_radius-m: 2.2rem;--_radius-l: 3rem;--_radius-xl: 3.6rem;--_animspeed-fast: .1s;--_animspeed-medium: .3s;--_animspeed-slow: .6s;--_animbezier: cubic-bezier(.23, .65, .74, 1.09);--base--light: #e6ebf4;--base-tint--light: #ebf0f7;--base-shade--light: #bdc1c8;--accent--light: #aa70e0;--secondary--light: #7059e2;--secondary-rgba--light: rgba(112,89,226,.3);--stroke-controls--light: #a8b0c1;--stroke-controls-neutral--light: rgba(0,0,0,.3);--stroke-elements--light: #d1d5e0;--t-bright--light: #22232c;--t-medium--light: #424550;--t-muted--light: #666a79;--t-accent--light: #8f56cc;--t-secondary--light: #5d4ec4;--t-disabled--light: #717586;--t-placeholder--light: #969bb2;--base-opp--light: #111111;--t-opp-bright--light: #ebf0f7;--t-opp-medium--light: #C7C6D3;--t-opp-muted--light: #A1A1AF;--gradient-one--light: #CEC4EF;--gradient-two--light: #f5c5cd;--gradient-three--light: #ac8fe3;--base--dark: #111111;--base-tint--dark: #161616;--base-shade--dark: #000000;--accent--dark: #E4B8BF;--secondary--dark: #CEC4EF;--secondary-rgba--dark: rgba(206,196,239,.2);--stroke-controls--dark: #4B4B51;--stroke-controls-neutral--dark: rgba(255,255,255,.3);--stroke-elements--dark: #303033;--t-bright--dark: #e9e9f1;--t-medium--dark: #C7C6D3;--t-muted--dark: #A1A1AF;--t-accent--dark: #E1BAC5;--t-secondary--dark: #CEC4EF;--t-disabled--dark: #8B8A91;--t-placeholder--dark: #58585E;--base-opp--dark: #fafafa;--t-opp-bright--dark: #121319;--t-opp-medium--dark: #626577;--t-opp-muted--dark: #717586;--gradient-one--dark: #a287d5;--gradient-two--dark: #E4B8BF;--gradient-three--dark: #8b6bc5;--per-base: #111111;--per-base-tint: #212121;--per-stroke-controls: rgba(255,255,255,.4);--t-per-bright-light: #ffffff;--t-per-medium-light: #f2f2f2;--t-per-muted-light: #C7C6D3;--t-per-bright-dark: #27293b;--t-per-medium-dark: #626577;--t-per-muted-dark: #717586;--background-green: #A8E6A3;--gear-white: #FFFFFF;--gear-gray: #D9D9D9;--hair-dark-navy: #0A0A23;--jacket-bold-blue: #2524E4;--panel-light-blue: #72AEEB;--panel-medium-blue: #3A75E5;--panel-deep-blue: #1E2B87;--grid-outline-black: #000000;--skin-white: #FFFFFF}@media (prefers-color-scheme: light){:root{--base: var(--base--light);--base-tint: var(--base-tint--light);--base-shade: var(--base-shade--light);--accent: var(--accent--light);--secondary: var(--secondary--light);--secondary-rgba: var(--secondary-rgba--light);--stroke-controls: var(--stroke-controls--light);--stroke-controls-neutral: var(--stroke-controls-neutral--light);--stroke-elements: var(--stroke-elements--light);--t-bright: var(--t-bright--light);--t-medium: var(--t-medium--light);--t-muted: var(--t-muted--light);--t-accent: var(--t-accent--light);--t-secondary: var(--t-secondary--light);--t-disabled: var(--t-disabled--light);--t-placeholder: var(--t-placeholder--light);--base-opp: var(--base-opp--light);--t-opp-bright: var(--t-opp-bright--light);--t-opp-medium: var(--t-opp-medium--light);--t-opp-muted: var(--t-opp-muted--light);--gradient-one: var(--gradient-one--light);--gradient-two: var(--gradient-two--light);--gradient-three: var(--gradient-three--light)}}@media (prefers-color-scheme: dark){:root{--base: var(--base--dark);--base-tint: var(--base-tint--dark);--base-shade: var(--base-shade--dark);--accent: var(--accent--dark);--secondary: var(--secondary--dark);--secondary-rgba: var(--secondary-rgba--dark);--stroke-controls: var(--stroke-controls--dark);--stroke-controls-neutral: var(--stroke-controls-neutral--dark);--stroke-elements: var(--stroke-elements--dark);--t-bright: var(--t-bright--dark);--t-medium: var(--t-medium--dark);--t-muted: var(--t-muted--dark);--t-accent: var(--t-accent--dark);--t-secondary: var(--t-secondary--dark);--t-disabled: var(--t-disabled--dark);--t-placeholder: var(--t-placeholder--dark);--base-opp: var(--base-opp--dark);--t-opp-bright: var(--t-opp-bright--dark);--t-opp-medium: var(--t-opp-medium--dark);--t-opp-muted: var(--t-opp-muted--dark);--gradient-one: var(--gradient-one--dark);--gradient-two: var(--gradient-two--dark);--gradient-three: var(--gradient-three--dark)}}.loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:var(--background-green);opacity:1;visibility:visible;-webkit-transition:all var(--_animspeed-slow) ease-in-out;-moz-transition:all var(--_animspeed-slow) ease-in-out;transition:all var(--_animspeed-slow) ease-in-out}.loader.loaded{background-color:var(--base);opacity:0;visibility:hidden}.loader__content{position:absolute;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);width:40px;height:60px;-webkit-transition:opacity var(--_animspeed-medium) ease-in-out;-moz-transition:opacity var(--_animspeed-medium) ease-in-out;transition:opacity var(--_animspeed-medium) ease-in-out;opacity:1}.loader__content.fade-out{opacity:0}.loader__box{width:40px;height:40px;background:var(--gear-white);background:-moz-linear-gradient(315deg,var(--gear-white) 0%,var(--gear-gray) 100%);background:linear-gradient(135deg,var(--gear-white) 0%,var(--gear-gray) 100%);-webkit-animation:jump .5s linear infinite;-moz-animation:jump .5s linear infinite;animation:jump .5s linear infinite;-moz-border-radius:10px;border-radius:10px}@-webkit-keyframes jump{17%{border-bottom-right-radius:10px}25%{-webkit-transform:translateY(9px) rotate(22.5deg);transform:translateY(9px) rotate(22.5deg)}50%{-webkit-transform:translateY(18px) scale(1,.9) rotate(45deg);transform:translateY(18px) scaleY(.9) rotate(45deg);border-bottom-right-radius:40px}75%{-webkit-transform:translateY(9px) rotate(67.5deg);transform:translateY(9px) rotate(67.5deg)}to{-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-moz-keyframes jump{17%{-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}25%{-moz-transform:translateY(9px) rotate(22.5deg);transform:translateY(9px) rotate(22.5deg)}50%{-moz-transform:translateY(18px) scale(1,.9) rotate(45deg);transform:translateY(18px) scaleY(.9) rotate(45deg);-moz-border-radius-bottomright:40px;border-bottom-right-radius:40px}75%{-moz-transform:translateY(9px) rotate(67.5deg);transform:translateY(9px) rotate(67.5deg)}to{-moz-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@keyframes jump{17%{-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}25%{-webkit-transform:translateY(9px) rotate(22.5deg);-moz-transform:translateY(9px) rotate(22.5deg);transform:translateY(9px) rotate(22.5deg)}50%{-webkit-transform:translateY(18px) scale(1,.9) rotate(45deg);-moz-transform:translateY(18px) scale(1,.9) rotate(45deg);transform:translateY(18px) scaleY(.9) rotate(45deg);-moz-border-radius-bottomright:40px;border-bottom-right-radius:40px}75%{-webkit-transform:translateY(9px) rotate(67.5deg);-moz-transform:translateY(9px) rotate(67.5deg);transform:translateY(9px) rotate(67.5deg)}to{-webkit-transform:translateY(0) rotate(90deg);-moz-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}.loader__shadow{width:40px;height:5px;background-color:var(--grid-outline-black);position:absolute;top:49px;left:0;-moz-border-radius:50%;border-radius:50%;-webkit-animation:shadow .5s linear infinite;-moz-animation:shadow .5s linear infinite;animation:shadow .5s linear infinite}@-webkit-keyframes shadow{50%{-webkit-transform:scale(1.2,1);transform:scaleX(1.2)}}@-moz-keyframes shadow{50%{-moz-transform:scale(1.2,1);transform:scaleX(1.2)}}@keyframes shadow{50%{-webkit-transform:scale(1.2,1);-moz-transform:scale(1.2,1);transform:scaleX(1.2)}}/*! ------------------------------------------------
* Project Name: Name: Braxton - Personal Portfolio & Resume HTML Template
* Project Description: Show yourself brightly with Braxton - unique and creative portfolio and resume template!
* Tags: mix_design, resume, portfolio, personal page, cv, template, one page, responsive, html5, css3, creative, clean 
* Version: 1.0.1
* Build Date: March 2024
* Last Update: April 2025
* This product is available exclusively on Themeforest
* Author: mix_design
* Author URI: https://themeforest.net/user/mix_design *//*! File name: plugins.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  01. Reset CSS
 *  02. Bootstrap Grid Component
 *  03. Phosphor Icons
 *  04. Fontawesome Icons
 *  05. Swiper Slider
 *  06. PhotoSwipe Gallery
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */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,em,img,ins,kbd,q,s,samp,small,strike,strong,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}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}/*!
 * Bootstrap Grid v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:-moz-calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);padding-left:-moz-calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-moz-calc(-1 * var(--bs-gutter-y));margin-top:calc(-1 * var(--bs-gutter-y));margin-right:-moz-calc(-.5 * var(--bs-gutter-x));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:-moz-calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:-moz-calc(var(--bs-gutter-x) * .5);padding-right:calc(var(--bs-gutter-x) * .5);padding-left:-moz-calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-auto>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-4>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-auto{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width: 576px){.col-sm{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-sm-auto>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-auto{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-md-auto>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-auto{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-lg-auto>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-auto{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-xl-auto>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-auto{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.row-cols-xxl-auto>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xxl-3>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xxl-5>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-auto{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}@media (min-width: 576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:-ms-grid!important;display:grid!important}.d-sm-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-sm-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-sm-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width: 768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:-ms-grid!important;display:grid!important}.d-md-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-md-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-md-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-md-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-md-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-md-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-md-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width: 992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:-ms-grid!important;display:grid!important}.d-lg-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-lg-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-lg-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width: 1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:-ms-grid!important;display:grid!important}.d-xl-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xl-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xl-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width: 1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:-ms-grid!important;display:grid!important}.d-xxl-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-xxl-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xxl-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xxl-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xxl-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xxl-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xxl-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xxl-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}/*!
 * Bootstrap Utilities v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: #052c65;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #0a3622;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #cfe2ff;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #9ec5fe;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: #0a58ca;--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(13, 110, 253, .25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #6ea8fe;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #031633;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #084298;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #6ea8fe;--bs-link-hover-color: #8bb9fe;--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(10,88,202,var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(20,108,67,var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(61,213,243,var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(255,205,57,var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(176,42,55,var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;-moz-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;-moz-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;-webkit-box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);-moz-box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:.375rem;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-moz-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{-ms-flex-negative:0;flex-shrink:0;width:1em;height:1em;fill:currentcolor;-webkit-transition:.2s ease-in-out transform;-moz-transition:.2s ease-in-out transform;transition:.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{-webkit-transition:none;-moz-transition:none;transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{-webkit-transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0));-moz-transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0));transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.vstack{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:-ms-grid!important;display:grid!important}.d-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.shadow{-webkit-box-shadow:var(--bs-box-shadow)!important;-moz-box-shadow:var(--bs-box-shadow)!important;box-shadow:var(--bs-box-shadow)!important}.shadow-sm{-webkit-box-shadow:var(--bs-box-shadow-sm)!important;-moz-box-shadow:var(--bs-box-shadow-sm)!important;box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{-webkit-box-shadow:var(--bs-box-shadow-lg)!important;-moz-box-shadow:var(--bs-box-shadow-lg)!important;box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{-webkit-transform:translate(-50%,-50%)!important;-moz-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;-moz-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;transform:translate(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;-moz-transform:translateY(-50%)!important;-ms-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;-webkit-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:.25rem!important;-webkit-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:.5rem!important;-webkit-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;-webkit-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;-webkit-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;-webkit-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:-moz-calc(1.375rem + 1.5vw)!important;font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:-moz-calc(1.325rem + .9vw)!important;font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:-moz-calc(1.3rem + .6vw)!important;font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:-moz-calc(1.275rem + .3vw)!important;font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity: 1;-moz-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;-moz-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;-moz-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;-moz-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;-moz-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;-moz-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity: 1;-moz-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;-moz-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;-moz-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{-moz-border-radius:var(--bs-border-radius)!important;border-radius:var(--bs-border-radius)!important}.rounded-0{-moz-border-radius:0!important;border-radius:0!important}.rounded-1{-moz-border-radius:var(--bs-border-radius-sm)!important;border-radius:var(--bs-border-radius-sm)!important}.rounded-2{-moz-border-radius:var(--bs-border-radius)!important;border-radius:var(--bs-border-radius)!important}.rounded-3{-moz-border-radius:var(--bs-border-radius-lg)!important;border-radius:var(--bs-border-radius-lg)!important}.rounded-4{-moz-border-radius:var(--bs-border-radius-xl)!important;border-radius:var(--bs-border-radius-xl)!important}.rounded-5{-moz-border-radius:var(--bs-border-radius-xxl)!important;border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{-moz-border-radius:50%!important;border-radius:50%!important}.rounded-pill{-moz-border-radius:var(--bs-border-radius-pill)!important;border-radius:var(--bs-border-radius-pill)!important}.rounded-top{-moz-border-radius-topleft:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important;-moz-border-radius-topright:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{-moz-border-radius-topleft:0!important;border-top-left-radius:0!important;-moz-border-radius-topright:0!important;border-top-right-radius:0!important}.rounded-top-1{-moz-border-radius-topleft:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important;-moz-border-radius-topright:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{-moz-border-radius-topleft:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important;-moz-border-radius-topright:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{-moz-border-radius-topleft:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important;-moz-border-radius-topright:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{-moz-border-radius-topleft:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important;-moz-border-radius-topright:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{-moz-border-radius-topleft:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important;-moz-border-radius-topright:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{-moz-border-radius-topleft:50%!important;border-top-left-radius:50%!important;-moz-border-radius-topright:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{-moz-border-radius-topleft:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important;-moz-border-radius-topright:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{-moz-border-radius-topright:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important;-moz-border-radius-bottomright:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{-moz-border-radius-topright:0!important;border-top-right-radius:0!important;-moz-border-radius-bottomright:0!important;border-bottom-right-radius:0!important}.rounded-end-1{-moz-border-radius-topright:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important;-moz-border-radius-bottomright:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{-moz-border-radius-topright:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important;-moz-border-radius-bottomright:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{-moz-border-radius-topright:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important;-moz-border-radius-bottomright:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{-moz-border-radius-topright:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important;-moz-border-radius-bottomright:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{-moz-border-radius-topright:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important;-moz-border-radius-bottomright:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{-moz-border-radius-topright:50%!important;border-top-right-radius:50%!important;-moz-border-radius-bottomright:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{-moz-border-radius-topright:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important;-moz-border-radius-bottomright:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{-moz-border-radius-bottomright:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important;-moz-border-radius-bottomleft:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{-moz-border-radius-bottomright:0!important;border-bottom-right-radius:0!important;-moz-border-radius-bottomleft:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{-moz-border-radius-bottomright:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important;-moz-border-radius-bottomleft:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{-moz-border-radius-bottomright:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important;-moz-border-radius-bottomleft:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{-moz-border-radius-bottomright:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important;-moz-border-radius-bottomleft:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{-moz-border-radius-bottomright:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important;-moz-border-radius-bottomleft:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{-moz-border-radius-bottomright:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important;-moz-border-radius-bottomleft:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{-moz-border-radius-bottomright:50%!important;border-bottom-right-radius:50%!important;-moz-border-radius-bottomleft:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{-moz-border-radius-bottomright:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important;-moz-border-radius-bottomleft:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{-moz-border-radius-bottomleft:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important;-moz-border-radius-topleft:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{-moz-border-radius-bottomleft:0!important;border-bottom-left-radius:0!important;-moz-border-radius-topleft:0!important;border-top-left-radius:0!important}.rounded-start-1{-moz-border-radius-bottomleft:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important;-moz-border-radius-topleft:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{-moz-border-radius-bottomleft:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important;-moz-border-radius-topleft:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{-moz-border-radius-bottomleft:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important;-moz-border-radius-topleft:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{-moz-border-radius-bottomleft:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important;-moz-border-radius-topleft:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{-moz-border-radius-bottomleft:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important;-moz-border-radius-topleft:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{-moz-border-radius-bottomleft:50%!important;border-bottom-left-radius:50%!important;-moz-border-radius-topleft:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{-moz-border-radius-bottomleft:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important;-moz-border-radius-topleft:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width: 576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:-ms-grid!important;display:grid!important}.d-sm-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-sm-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-sm-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;-webkit-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:.25rem!important;-webkit-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:.5rem!important;-webkit-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;-webkit-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;-webkit-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;-webkit-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:-ms-grid!important;display:grid!important}.d-md-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-md-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-md-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-md-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-md-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-md-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-md-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;-webkit-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:.25rem!important;-webkit-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:.5rem!important;-webkit-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;-webkit-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;-webkit-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;-webkit-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:-ms-grid!important;display:grid!important}.d-lg-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-lg-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-lg-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;-webkit-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:.25rem!important;-webkit-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:.5rem!important;-webkit-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;-webkit-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;-webkit-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;-webkit-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:-ms-grid!important;display:grid!important}.d-xl-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xl-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xl-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;-webkit-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:.25rem!important;-webkit-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:.5rem!important;-webkit-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;-webkit-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;-webkit-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;-webkit-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:-ms-grid!important;display:grid!important}.d-xxl-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-moz-box-orient:vertical!important;-moz-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-moz-box-orient:horizontal!important;-moz-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-moz-box-orient:vertical!important;-moz-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-grow-0{-webkit-box-flex:0!important;-moz-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-webkit-box-flex:1!important;-moz-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-moz-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-moz-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly!important;-moz-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xxl-start{-webkit-box-align:start!important;-moz-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-moz-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-moz-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-xxl-first{-webkit-box-ordinal-group:0!important;-moz-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xxl-0{-webkit-box-ordinal-group:1!important;-moz-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xxl-1{-webkit-box-ordinal-group:2!important;-moz-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xxl-2{-webkit-box-ordinal-group:3!important;-moz-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xxl-3{-webkit-box-ordinal-group:4!important;-moz-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xxl-4{-webkit-box-ordinal-group:5!important;-moz-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xxl-5{-webkit-box-ordinal-group:6!important;-moz-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xxl-last{-webkit-box-ordinal-group:7!important;-moz-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;-webkit-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:.25rem!important;-webkit-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:.5rem!important;-webkit-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;-webkit-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;-webkit-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;-webkit-column-gap:3rem!important;column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:-ms-grid!important;display:grid!important}.d-print-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}@font-face{font-family:Phosphor-Bold;src:url(/assets/Phosphor-Bold-BCak21uZ.woff2) format("woff2"),url(/assets/Phosphor-Bold-Bs3tcKfK.woff) format("woff"),url(/assets/Phosphor-Bold-y1cGIEs3.ttf) format("truetype"),url(/assets/Phosphor-Bold-CIyscVBM.svg#Phosphor-Bold) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-bold{font-family:Phosphor-Bold!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;-moz-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-bold.ph-acorn:before{content:""}.ph-bold.ph-address-book:before{content:""}.ph-bold.ph-address-book-tabs:before{content:""}.ph-bold.ph-air-traffic-control:before{content:""}.ph-bold.ph-airplane:before{content:""}.ph-bold.ph-airplane-in-flight:before{content:""}.ph-bold.ph-airplane-landing:before{content:""}.ph-bold.ph-airplane-takeoff:before{content:""}.ph-bold.ph-airplane-taxiing:before{content:""}.ph-bold.ph-airplane-tilt:before{content:""}.ph-bold.ph-airplay:before{content:""}.ph-bold.ph-alarm:before{content:""}.ph-bold.ph-alien:before{content:""}.ph-bold.ph-align-bottom:before{content:""}.ph-bold.ph-align-bottom-simple:before{content:""}.ph-bold.ph-align-center-horizontal:before{content:""}.ph-bold.ph-align-center-horizontal-simple:before{content:""}.ph-bold.ph-align-center-vertical:before{content:""}.ph-bold.ph-align-center-vertical-simple:before{content:""}.ph-bold.ph-align-left:before{content:""}.ph-bold.ph-align-left-simple:before{content:""}.ph-bold.ph-align-right:before{content:""}.ph-bold.ph-align-right-simple:before{content:""}.ph-bold.ph-align-top:before{content:""}.ph-bold.ph-align-top-simple:before{content:""}.ph-bold.ph-amazon-logo:before{content:""}.ph-bold.ph-ambulance:before{content:""}.ph-bold.ph-anchor:before{content:""}.ph-bold.ph-anchor-simple:before{content:""}.ph-bold.ph-android-logo:before{content:""}.ph-bold.ph-angle:before{content:""}.ph-bold.ph-angular-logo:before{content:""}.ph-bold.ph-aperture:before{content:""}.ph-bold.ph-app-store-logo:before{content:""}.ph-bold.ph-app-window:before{content:""}.ph-bold.ph-apple-logo:before{content:""}.ph-bold.ph-apple-podcasts-logo:before{content:""}.ph-bold.ph-approximate-equals:before{content:""}.ph-bold.ph-archive:before{content:""}.ph-bold.ph-armchair:before{content:""}.ph-bold.ph-arrow-arc-left:before{content:""}.ph-bold.ph-arrow-arc-right:before{content:""}.ph-bold.ph-arrow-bend-double-up-left:before{content:""}.ph-bold.ph-arrow-bend-double-up-right:before{content:""}.ph-bold.ph-arrow-bend-down-left:before{content:""}.ph-bold.ph-arrow-bend-down-right:before{content:""}.ph-bold.ph-arrow-bend-left-down:before{content:""}.ph-bold.ph-arrow-bend-left-up:before{content:""}.ph-bold.ph-arrow-bend-right-down:before{content:""}.ph-bold.ph-arrow-bend-right-up:before{content:""}.ph-bold.ph-arrow-bend-up-left:before{content:""}.ph-bold.ph-arrow-bend-up-right:before{content:""}.ph-bold.ph-arrow-circle-down:before{content:""}.ph-bold.ph-arrow-circle-down-left:before{content:""}.ph-bold.ph-arrow-circle-down-right:before{content:""}.ph-bold.ph-arrow-circle-left:before{content:""}.ph-bold.ph-arrow-circle-right:before{content:""}.ph-bold.ph-arrow-circle-up:before{content:""}.ph-bold.ph-arrow-circle-up-left:before{content:""}.ph-bold.ph-arrow-circle-up-right:before{content:""}.ph-bold.ph-arrow-clockwise:before{content:""}.ph-bold.ph-arrow-counter-clockwise:before{content:""}.ph-bold.ph-arrow-down:before{content:""}.ph-bold.ph-arrow-down-left:before{content:""}.ph-bold.ph-arrow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-down-left:before{content:""}.ph-bold.ph-arrow-elbow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-left:before{content:""}.ph-bold.ph-arrow-elbow-left-down:before{content:""}.ph-bold.ph-arrow-elbow-left-up:before{content:""}.ph-bold.ph-arrow-elbow-right:before{content:""}.ph-bold.ph-arrow-elbow-right-down:before{content:""}.ph-bold.ph-arrow-elbow-right-up:before{content:""}.ph-bold.ph-arrow-elbow-up-left:before{content:""}.ph-bold.ph-arrow-elbow-up-right:before{content:""}.ph-bold.ph-arrow-fat-down:before{content:""}.ph-bold.ph-arrow-fat-left:before{content:""}.ph-bold.ph-arrow-fat-line-down:before{content:""}.ph-bold.ph-arrow-fat-line-left:before{content:""}.ph-bold.ph-arrow-fat-line-right:before{content:""}.ph-bold.ph-arrow-fat-line-up:before{content:""}.ph-bold.ph-arrow-fat-lines-down:before{content:""}.ph-bold.ph-arrow-fat-lines-left:before{content:""}.ph-bold.ph-arrow-fat-lines-right:before{content:""}.ph-bold.ph-arrow-fat-lines-up:before{content:""}.ph-bold.ph-arrow-fat-right:before{content:""}.ph-bold.ph-arrow-fat-up:before{content:""}.ph-bold.ph-arrow-left:before{content:""}.ph-bold.ph-arrow-line-down:before{content:""}.ph-bold.ph-arrow-line-down-left:before{content:""}.ph-bold.ph-arrow-line-down-right:before{content:""}.ph-bold.ph-arrow-line-left:before{content:""}.ph-bold.ph-arrow-line-right:before{content:""}.ph-bold.ph-arrow-line-up:before{content:""}.ph-bold.ph-arrow-line-up-left:before{content:""}.ph-bold.ph-arrow-line-up-right:before{content:""}.ph-bold.ph-arrow-right:before{content:""}.ph-bold.ph-arrow-square-down:before{content:""}.ph-bold.ph-arrow-square-down-left:before{content:""}.ph-bold.ph-arrow-square-down-right:before{content:""}.ph-bold.ph-arrow-square-in:before{content:""}.ph-bold.ph-arrow-square-left:before{content:""}.ph-bold.ph-arrow-square-out:before{content:""}.ph-bold.ph-arrow-square-right:before{content:""}.ph-bold.ph-arrow-square-up:before{content:""}.ph-bold.ph-arrow-square-up-left:before{content:""}.ph-bold.ph-arrow-square-up-right:before{content:""}.ph-bold.ph-arrow-u-down-left:before{content:""}.ph-bold.ph-arrow-u-down-right:before{content:""}.ph-bold.ph-arrow-u-left-down:before{content:""}.ph-bold.ph-arrow-u-left-up:before{content:""}.ph-bold.ph-arrow-u-right-down:before{content:""}.ph-bold.ph-arrow-u-right-up:before{content:""}.ph-bold.ph-arrow-u-up-left:before{content:""}.ph-bold.ph-arrow-u-up-right:before{content:""}.ph-bold.ph-arrow-up:before{content:""}.ph-bold.ph-arrow-up-left:before{content:""}.ph-bold.ph-arrow-up-right:before{content:""}.ph-bold.ph-arrows-clockwise:before{content:""}.ph-bold.ph-arrows-counter-clockwise:before{content:""}.ph-bold.ph-arrows-down-up:before{content:""}.ph-bold.ph-arrows-horizontal:before{content:""}.ph-bold.ph-arrows-in:before{content:""}.ph-bold.ph-arrows-in-cardinal:before{content:""}.ph-bold.ph-arrows-in-line-horizontal:before{content:""}.ph-bold.ph-arrows-in-line-vertical:before{content:""}.ph-bold.ph-arrows-in-simple:before{content:""}.ph-bold.ph-arrows-left-right:before{content:""}.ph-bold.ph-arrows-merge:before{content:""}.ph-bold.ph-arrows-out:before{content:""}.ph-bold.ph-arrows-out-cardinal:before{content:""}.ph-bold.ph-arrows-out-line-horizontal:before{content:""}.ph-bold.ph-arrows-out-line-vertical:before{content:""}.ph-bold.ph-arrows-out-simple:before{content:""}.ph-bold.ph-arrows-split:before{content:""}.ph-bold.ph-arrows-vertical:before{content:""}.ph-bold.ph-article:before{content:""}.ph-bold.ph-article-medium:before{content:""}.ph-bold.ph-article-ny-times:before{content:""}.ph-bold.ph-asclepius:before{content:""}.ph-bold.ph-caduceus:before{content:""}.ph-bold.ph-asterisk:before{content:""}.ph-bold.ph-asterisk-simple:before{content:""}.ph-bold.ph-at:before{content:""}.ph-bold.ph-atom:before{content:""}.ph-bold.ph-avocado:before{content:""}.ph-bold.ph-axe:before{content:""}.ph-bold.ph-baby:before{content:""}.ph-bold.ph-baby-carriage:before{content:""}.ph-bold.ph-backpack:before{content:""}.ph-bold.ph-backspace:before{content:""}.ph-bold.ph-bag:before{content:""}.ph-bold.ph-bag-simple:before{content:""}.ph-bold.ph-balloon:before{content:""}.ph-bold.ph-bandaids:before{content:""}.ph-bold.ph-bank:before{content:""}.ph-bold.ph-barbell:before{content:""}.ph-bold.ph-barcode:before{content:""}.ph-bold.ph-barn:before{content:""}.ph-bold.ph-barricade:before{content:""}.ph-bold.ph-baseball:before{content:""}.ph-bold.ph-baseball-cap:before{content:""}.ph-bold.ph-baseball-helmet:before{content:""}.ph-bold.ph-basket:before{content:""}.ph-bold.ph-basketball:before{content:""}.ph-bold.ph-bathtub:before{content:""}.ph-bold.ph-battery-charging:before{content:""}.ph-bold.ph-battery-charging-vertical:before{content:""}.ph-bold.ph-battery-empty:before{content:""}.ph-bold.ph-battery-full:before{content:""}.ph-bold.ph-battery-high:before{content:""}.ph-bold.ph-battery-low:before{content:""}.ph-bold.ph-battery-medium:before{content:""}.ph-bold.ph-battery-plus:before{content:""}.ph-bold.ph-battery-plus-vertical:before{content:""}.ph-bold.ph-battery-vertical-empty:before{content:""}.ph-bold.ph-battery-vertical-full:before{content:""}.ph-bold.ph-battery-vertical-high:before{content:""}.ph-bold.ph-battery-vertical-low:before{content:""}.ph-bold.ph-battery-vertical-medium:before{content:""}.ph-bold.ph-battery-warning:before{content:""}.ph-bold.ph-battery-warning-vertical:before{content:""}.ph-bold.ph-beach-ball:before{content:""}.ph-bold.ph-beanie:before{content:""}.ph-bold.ph-bed:before{content:""}.ph-bold.ph-beer-bottle:before{content:""}.ph-bold.ph-beer-stein:before{content:""}.ph-bold.ph-behance-logo:before{content:""}.ph-bold.ph-bell:before{content:""}.ph-bold.ph-bell-ringing:before{content:""}.ph-bold.ph-bell-simple:before{content:""}.ph-bold.ph-bell-simple-ringing:before{content:""}.ph-bold.ph-bell-simple-slash:before{content:""}.ph-bold.ph-bell-simple-z:before{content:""}.ph-bold.ph-bell-slash:before{content:""}.ph-bold.ph-bell-z:before{content:""}.ph-bold.ph-belt:before{content:""}.ph-bold.ph-bezier-curve:before{content:""}.ph-bold.ph-bicycle:before{content:""}.ph-bold.ph-binary:before{content:""}.ph-bold.ph-binoculars:before{content:""}.ph-bold.ph-biohazard:before{content:""}.ph-bold.ph-bird:before{content:""}.ph-bold.ph-blueprint:before{content:""}.ph-bold.ph-bluetooth:before{content:""}.ph-bold.ph-bluetooth-connected:before{content:""}.ph-bold.ph-bluetooth-slash:before{content:""}.ph-bold.ph-bluetooth-x:before{content:""}.ph-bold.ph-boat:before{content:""}.ph-bold.ph-bomb:before{content:""}.ph-bold.ph-bone:before{content:""}.ph-bold.ph-book:before{content:""}.ph-bold.ph-book-bookmark:before{content:""}.ph-bold.ph-book-open:before{content:""}.ph-bold.ph-book-open-text:before{content:""}.ph-bold.ph-book-open-user:before{content:""}.ph-bold.ph-bookmark:before{content:""}.ph-bold.ph-bookmark-simple:before{content:""}.ph-bold.ph-bookmarks:before{content:""}.ph-bold.ph-bookmarks-simple:before{content:""}.ph-bold.ph-books:before{content:""}.ph-bold.ph-boot:before{content:""}.ph-bold.ph-boules:before{content:""}.ph-bold.ph-bounding-box:before{content:""}.ph-bold.ph-bowl-food:before{content:""}.ph-bold.ph-bowl-steam:before{content:""}.ph-bold.ph-bowling-ball:before{content:""}.ph-bold.ph-box-arrow-down:before{content:""}.ph-bold.ph-archive-box:before{content:""}.ph-bold.ph-box-arrow-up:before{content:""}.ph-bold.ph-boxing-glove:before{content:""}.ph-bold.ph-brackets-angle:before{content:""}.ph-bold.ph-brackets-curly:before{content:""}.ph-bold.ph-brackets-round:before{content:""}.ph-bold.ph-brackets-square:before{content:""}.ph-bold.ph-brain:before{content:""}.ph-bold.ph-brandy:before{content:""}.ph-bold.ph-bread:before{content:""}.ph-bold.ph-bridge:before{content:""}.ph-bold.ph-briefcase:before{content:""}.ph-bold.ph-briefcase-metal:before{content:""}.ph-bold.ph-broadcast:before{content:""}.ph-bold.ph-broom:before{content:""}.ph-bold.ph-browser:before{content:""}.ph-bold.ph-browsers:before{content:""}.ph-bold.ph-bug:before{content:""}.ph-bold.ph-bug-beetle:before{content:""}.ph-bold.ph-bug-droid:before{content:""}.ph-bold.ph-building:before{content:""}.ph-bold.ph-building-apartment:before{content:""}.ph-bold.ph-building-office:before{content:""}.ph-bold.ph-buildings:before{content:""}.ph-bold.ph-bulldozer:before{content:""}.ph-bold.ph-bus:before{content:""}.ph-bold.ph-butterfly:before{content:""}.ph-bold.ph-cable-car:before{content:""}.ph-bold.ph-cactus:before{content:""}.ph-bold.ph-cake:before{content:""}.ph-bold.ph-calculator:before{content:""}.ph-bold.ph-calendar:before{content:""}.ph-bold.ph-calendar-blank:before{content:""}.ph-bold.ph-calendar-check:before{content:""}.ph-bold.ph-calendar-dot:before{content:""}.ph-bold.ph-calendar-dots:before{content:""}.ph-bold.ph-calendar-heart:before{content:""}.ph-bold.ph-calendar-minus:before{content:""}.ph-bold.ph-calendar-plus:before{content:""}.ph-bold.ph-calendar-slash:before{content:""}.ph-bold.ph-calendar-star:before{content:""}.ph-bold.ph-calendar-x:before{content:""}.ph-bold.ph-call-bell:before{content:""}.ph-bold.ph-camera:before{content:""}.ph-bold.ph-camera-plus:before{content:""}.ph-bold.ph-camera-rotate:before{content:""}.ph-bold.ph-camera-slash:before{content:""}.ph-bold.ph-campfire:before{content:""}.ph-bold.ph-car:before{content:""}.ph-bold.ph-car-battery:before{content:""}.ph-bold.ph-car-profile:before{content:""}.ph-bold.ph-car-simple:before{content:""}.ph-bold.ph-cardholder:before{content:""}.ph-bold.ph-cards:before{content:""}.ph-bold.ph-cards-three:before{content:""}.ph-bold.ph-caret-circle-double-down:before{content:""}.ph-bold.ph-caret-circle-double-left:before{content:""}.ph-bold.ph-caret-circle-double-right:before{content:""}.ph-bold.ph-caret-circle-double-up:before{content:""}.ph-bold.ph-caret-circle-down:before{content:""}.ph-bold.ph-caret-circle-left:before{content:""}.ph-bold.ph-caret-circle-right:before{content:""}.ph-bold.ph-caret-circle-up:before{content:""}.ph-bold.ph-caret-circle-up-down:before{content:""}.ph-bold.ph-caret-double-down:before{content:""}.ph-bold.ph-caret-double-left:before{content:""}.ph-bold.ph-caret-double-right:before{content:""}.ph-bold.ph-caret-double-up:before{content:""}.ph-bold.ph-caret-down:before{content:""}.ph-bold.ph-caret-left:before{content:""}.ph-bold.ph-caret-line-down:before{content:""}.ph-bold.ph-caret-line-left:before{content:""}.ph-bold.ph-caret-line-right:before{content:""}.ph-bold.ph-caret-line-up:before{content:""}.ph-bold.ph-caret-right:before{content:""}.ph-bold.ph-caret-up:before{content:""}.ph-bold.ph-caret-up-down:before{content:""}.ph-bold.ph-carrot:before{content:""}.ph-bold.ph-cash-register:before{content:""}.ph-bold.ph-cassette-tape:before{content:""}.ph-bold.ph-castle-turret:before{content:""}.ph-bold.ph-cat:before{content:""}.ph-bold.ph-cell-signal-full:before{content:""}.ph-bold.ph-cell-signal-high:before{content:""}.ph-bold.ph-cell-signal-low:before{content:""}.ph-bold.ph-cell-signal-medium:before{content:""}.ph-bold.ph-cell-signal-none:before{content:""}.ph-bold.ph-cell-signal-slash:before{content:""}.ph-bold.ph-cell-signal-x:before{content:""}.ph-bold.ph-cell-tower:before{content:""}.ph-bold.ph-certificate:before{content:""}.ph-bold.ph-chair:before{content:""}.ph-bold.ph-chalkboard:before{content:""}.ph-bold.ph-chalkboard-simple:before{content:""}.ph-bold.ph-chalkboard-teacher:before{content:""}.ph-bold.ph-champagne:before{content:""}.ph-bold.ph-charging-station:before{content:""}.ph-bold.ph-chart-bar:before{content:""}.ph-bold.ph-chart-bar-horizontal:before{content:""}.ph-bold.ph-chart-donut:before{content:""}.ph-bold.ph-chart-line:before{content:""}.ph-bold.ph-chart-line-down:before{content:""}.ph-bold.ph-chart-line-up:before{content:""}.ph-bold.ph-chart-pie:before{content:""}.ph-bold.ph-chart-pie-slice:before{content:""}.ph-bold.ph-chart-polar:before{content:""}.ph-bold.ph-chart-scatter:before{content:""}.ph-bold.ph-chat:before{content:""}.ph-bold.ph-chat-centered:before{content:""}.ph-bold.ph-chat-centered-dots:before{content:""}.ph-bold.ph-chat-centered-slash:before{content:""}.ph-bold.ph-chat-centered-text:before{content:""}.ph-bold.ph-chat-circle:before{content:""}.ph-bold.ph-chat-circle-dots:before{content:""}.ph-bold.ph-chat-circle-slash:before{content:""}.ph-bold.ph-chat-circle-text:before{content:""}.ph-bold.ph-chat-dots:before{content:""}.ph-bold.ph-chat-slash:before{content:""}.ph-bold.ph-chat-teardrop:before{content:""}.ph-bold.ph-chat-teardrop-dots:before{content:""}.ph-bold.ph-chat-teardrop-slash:before{content:""}.ph-bold.ph-chat-teardrop-text:before{content:""}.ph-bold.ph-chat-text:before{content:""}.ph-bold.ph-chats:before{content:""}.ph-bold.ph-chats-circle:before{content:""}.ph-bold.ph-chats-teardrop:before{content:""}.ph-bold.ph-check:before{content:""}.ph-bold.ph-check-circle:before{content:""}.ph-bold.ph-check-fat:before{content:""}.ph-bold.ph-check-square:before{content:""}.ph-bold.ph-check-square-offset:before{content:""}.ph-bold.ph-checkerboard:before{content:""}.ph-bold.ph-checks:before{content:""}.ph-bold.ph-cheers:before{content:""}.ph-bold.ph-cheese:before{content:""}.ph-bold.ph-chef-hat:before{content:""}.ph-bold.ph-cherries:before{content:""}.ph-bold.ph-church:before{content:""}.ph-bold.ph-cigarette:before{content:""}.ph-bold.ph-cigarette-slash:before{content:""}.ph-bold.ph-circle:before{content:""}.ph-bold.ph-circle-dashed:before{content:""}.ph-bold.ph-circle-half:before{content:""}.ph-bold.ph-circle-half-tilt:before{content:""}.ph-bold.ph-circle-notch:before{content:""}.ph-bold.ph-circles-four:before{content:""}.ph-bold.ph-circles-three:before{content:""}.ph-bold.ph-circles-three-plus:before{content:""}.ph-bold.ph-circuitry:before{content:""}.ph-bold.ph-city:before{content:""}.ph-bold.ph-clipboard:before{content:""}.ph-bold.ph-clipboard-text:before{content:""}.ph-bold.ph-clock:before{content:""}.ph-bold.ph-clock-afternoon:before{content:""}.ph-bold.ph-clock-clockwise:before{content:""}.ph-bold.ph-clock-countdown:before{content:""}.ph-bold.ph-clock-counter-clockwise:before{content:""}.ph-bold.ph-clock-user:before{content:""}.ph-bold.ph-closed-captioning:before{content:""}.ph-bold.ph-cloud:before{content:""}.ph-bold.ph-cloud-arrow-down:before{content:""}.ph-bold.ph-cloud-arrow-up:before{content:""}.ph-bold.ph-cloud-check:before{content:""}.ph-bold.ph-cloud-fog:before{content:""}.ph-bold.ph-cloud-lightning:before{content:""}.ph-bold.ph-cloud-moon:before{content:""}.ph-bold.ph-cloud-rain:before{content:""}.ph-bold.ph-cloud-slash:before{content:""}.ph-bold.ph-cloud-snow:before{content:""}.ph-bold.ph-cloud-sun:before{content:""}.ph-bold.ph-cloud-warning:before{content:""}.ph-bold.ph-cloud-x:before{content:""}.ph-bold.ph-clover:before{content:""}.ph-bold.ph-club:before{content:""}.ph-bold.ph-coat-hanger:before{content:""}.ph-bold.ph-coda-logo:before{content:""}.ph-bold.ph-code:before{content:""}.ph-bold.ph-code-block:before{content:""}.ph-bold.ph-code-simple:before{content:""}.ph-bold.ph-codepen-logo:before{content:""}.ph-bold.ph-codesandbox-logo:before{content:""}.ph-bold.ph-coffee:before{content:""}.ph-bold.ph-coffee-bean:before{content:""}.ph-bold.ph-coin:before{content:""}.ph-bold.ph-coin-vertical:before{content:""}.ph-bold.ph-coins:before{content:""}.ph-bold.ph-columns:before{content:""}.ph-bold.ph-columns-plus-left:before{content:""}.ph-bold.ph-columns-plus-right:before{content:""}.ph-bold.ph-command:before{content:""}.ph-bold.ph-compass:before{content:""}.ph-bold.ph-compass-rose:before{content:""}.ph-bold.ph-compass-tool:before{content:""}.ph-bold.ph-computer-tower:before{content:""}.ph-bold.ph-confetti:before{content:""}.ph-bold.ph-contactless-payment:before{content:""}.ph-bold.ph-control:before{content:""}.ph-bold.ph-cookie:before{content:""}.ph-bold.ph-cooking-pot:before{content:""}.ph-bold.ph-copy:before{content:""}.ph-bold.ph-copy-simple:before{content:""}.ph-bold.ph-copyleft:before{content:""}.ph-bold.ph-copyright:before{content:""}.ph-bold.ph-corners-in:before{content:""}.ph-bold.ph-corners-out:before{content:""}.ph-bold.ph-couch:before{content:""}.ph-bold.ph-court-basketball:before{content:""}.ph-bold.ph-cow:before{content:""}.ph-bold.ph-cowboy-hat:before{content:""}.ph-bold.ph-cpu:before{content:""}.ph-bold.ph-crane:before{content:""}.ph-bold.ph-crane-tower:before{content:""}.ph-bold.ph-credit-card:before{content:""}.ph-bold.ph-cricket:before{content:""}.ph-bold.ph-crop:before{content:""}.ph-bold.ph-cross:before{content:""}.ph-bold.ph-crosshair:before{content:""}.ph-bold.ph-crosshair-simple:before{content:""}.ph-bold.ph-crown:before{content:""}.ph-bold.ph-crown-cross:before{content:""}.ph-bold.ph-crown-simple:before{content:""}.ph-bold.ph-cube:before{content:""}.ph-bold.ph-cube-focus:before{content:""}.ph-bold.ph-cube-transparent:before{content:""}.ph-bold.ph-currency-btc:before{content:""}.ph-bold.ph-currency-circle-dollar:before{content:""}.ph-bold.ph-currency-cny:before{content:""}.ph-bold.ph-currency-dollar:before{content:""}.ph-bold.ph-currency-dollar-simple:before{content:""}.ph-bold.ph-currency-eth:before{content:""}.ph-bold.ph-currency-eur:before{content:""}.ph-bold.ph-currency-gbp:before{content:""}.ph-bold.ph-currency-inr:before{content:""}.ph-bold.ph-currency-jpy:before{content:""}.ph-bold.ph-currency-krw:before{content:""}.ph-bold.ph-currency-kzt:before{content:""}.ph-bold.ph-currency-ngn:before{content:""}.ph-bold.ph-currency-rub:before{content:""}.ph-bold.ph-cursor:before{content:""}.ph-bold.ph-cursor-click:before{content:""}.ph-bold.ph-cursor-text:before{content:""}.ph-bold.ph-cylinder:before{content:""}.ph-bold.ph-database:before{content:""}.ph-bold.ph-desk:before{content:""}.ph-bold.ph-desktop:before{content:""}.ph-bold.ph-desktop-tower:before{content:""}.ph-bold.ph-detective:before{content:""}.ph-bold.ph-dev-to-logo:before{content:""}.ph-bold.ph-device-mobile:before{content:""}.ph-bold.ph-device-mobile-camera:before{content:""}.ph-bold.ph-device-mobile-slash:before{content:""}.ph-bold.ph-device-mobile-speaker:before{content:""}.ph-bold.ph-device-rotate:before{content:""}.ph-bold.ph-device-tablet:before{content:""}.ph-bold.ph-device-tablet-camera:before{content:""}.ph-bold.ph-device-tablet-speaker:before{content:""}.ph-bold.ph-devices:before{content:""}.ph-bold.ph-diamond:before{content:""}.ph-bold.ph-diamonds-four:before{content:""}.ph-bold.ph-dice-five:before{content:""}.ph-bold.ph-dice-four:before{content:""}.ph-bold.ph-dice-one:before{content:""}.ph-bold.ph-dice-six:before{content:""}.ph-bold.ph-dice-three:before{content:""}.ph-bold.ph-dice-two:before{content:""}.ph-bold.ph-disc:before{content:""}.ph-bold.ph-disco-ball:before{content:""}.ph-bold.ph-discord-logo:before{content:""}.ph-bold.ph-divide:before{content:""}.ph-bold.ph-dna:before{content:""}.ph-bold.ph-dog:before{content:""}.ph-bold.ph-door:before{content:""}.ph-bold.ph-door-open:before{content:""}.ph-bold.ph-dot:before{content:""}.ph-bold.ph-dot-outline:before{content:""}.ph-bold.ph-dots-nine:before{content:""}.ph-bold.ph-dots-six:before{content:""}.ph-bold.ph-dots-six-vertical:before{content:""}.ph-bold.ph-dots-three:before{content:""}.ph-bold.ph-dots-three-circle:before{content:""}.ph-bold.ph-dots-three-circle-vertical:before{content:""}.ph-bold.ph-dots-three-outline:before{content:""}.ph-bold.ph-dots-three-outline-vertical:before{content:""}.ph-bold.ph-dots-three-vertical:before{content:""}.ph-bold.ph-download:before{content:""}.ph-bold.ph-download-simple:before{content:""}.ph-bold.ph-dress:before{content:""}.ph-bold.ph-dresser:before{content:""}.ph-bold.ph-dribbble-logo:before{content:""}.ph-bold.ph-drone:before{content:""}.ph-bold.ph-drop:before{content:""}.ph-bold.ph-drop-half:before{content:""}.ph-bold.ph-drop-half-bottom:before{content:""}.ph-bold.ph-drop-simple:before{content:""}.ph-bold.ph-drop-slash:before{content:""}.ph-bold.ph-dropbox-logo:before{content:""}.ph-bold.ph-ear:before{content:""}.ph-bold.ph-ear-slash:before{content:""}.ph-bold.ph-egg:before{content:""}.ph-bold.ph-egg-crack:before{content:""}.ph-bold.ph-eject:before{content:""}.ph-bold.ph-eject-simple:before{content:""}.ph-bold.ph-elevator:before{content:""}.ph-bold.ph-empty:before{content:""}.ph-bold.ph-engine:before{content:""}.ph-bold.ph-envelope:before{content:""}.ph-bold.ph-envelope-open:before{content:""}.ph-bold.ph-envelope-simple:before{content:""}.ph-bold.ph-envelope-simple-open:before{content:""}.ph-bold.ph-equalizer:before{content:""}.ph-bold.ph-equals:before{content:""}.ph-bold.ph-eraser:before{content:""}.ph-bold.ph-escalator-down:before{content:""}.ph-bold.ph-escalator-up:before{content:""}.ph-bold.ph-exam:before{content:""}.ph-bold.ph-exclamation-mark:before{content:""}.ph-bold.ph-exclude:before{content:""}.ph-bold.ph-exclude-square:before{content:""}.ph-bold.ph-export:before{content:""}.ph-bold.ph-eye:before{content:""}.ph-bold.ph-eye-closed:before{content:""}.ph-bold.ph-eye-slash:before{content:""}.ph-bold.ph-eyedropper:before{content:""}.ph-bold.ph-eyedropper-sample:before{content:""}.ph-bold.ph-eyeglasses:before{content:""}.ph-bold.ph-eyes:before{content:""}.ph-bold.ph-face-mask:before{content:""}.ph-bold.ph-facebook-logo:before{content:""}.ph-bold.ph-factory:before{content:""}.ph-bold.ph-faders:before{content:""}.ph-bold.ph-faders-horizontal:before{content:""}.ph-bold.ph-fallout-shelter:before{content:""}.ph-bold.ph-fan:before{content:""}.ph-bold.ph-farm:before{content:""}.ph-bold.ph-fast-forward:before{content:""}.ph-bold.ph-fast-forward-circle:before{content:""}.ph-bold.ph-feather:before{content:""}.ph-bold.ph-fediverse-logo:before{content:""}.ph-bold.ph-figma-logo:before{content:""}.ph-bold.ph-file:before{content:""}.ph-bold.ph-file-archive:before{content:""}.ph-bold.ph-file-arrow-down:before{content:""}.ph-bold.ph-file-arrow-up:before{content:""}.ph-bold.ph-file-audio:before{content:""}.ph-bold.ph-file-c:before{content:""}.ph-bold.ph-file-c-sharp:before{content:""}.ph-bold.ph-file-cloud:before{content:""}.ph-bold.ph-file-code:before{content:""}.ph-bold.ph-file-cpp:before{content:""}.ph-bold.ph-file-css:before{content:""}.ph-bold.ph-file-csv:before{content:""}.ph-bold.ph-file-dashed:before{content:""}.ph-bold.ph-file-dotted:before{content:""}.ph-bold.ph-file-doc:before{content:""}.ph-bold.ph-file-html:before{content:""}.ph-bold.ph-file-image:before{content:""}.ph-bold.ph-file-ini:before{content:""}.ph-bold.ph-file-jpg:before{content:""}.ph-bold.ph-file-js:before{content:""}.ph-bold.ph-file-jsx:before{content:""}.ph-bold.ph-file-lock:before{content:""}.ph-bold.ph-file-magnifying-glass:before{content:""}.ph-bold.ph-file-search:before{content:""}.ph-bold.ph-file-md:before{content:""}.ph-bold.ph-file-minus:before{content:""}.ph-bold.ph-file-pdf:before{content:""}.ph-bold.ph-file-plus:before{content:""}.ph-bold.ph-file-png:before{content:""}.ph-bold.ph-file-ppt:before{content:""}.ph-bold.ph-file-py:before{content:""}.ph-bold.ph-file-rs:before{content:""}.ph-bold.ph-file-sql:before{content:""}.ph-bold.ph-file-svg:before{content:""}.ph-bold.ph-file-text:before{content:""}.ph-bold.ph-file-ts:before{content:""}.ph-bold.ph-file-tsx:before{content:""}.ph-bold.ph-file-txt:before{content:""}.ph-bold.ph-file-video:before{content:""}.ph-bold.ph-file-vue:before{content:""}.ph-bold.ph-file-x:before{content:""}.ph-bold.ph-file-xls:before{content:""}.ph-bold.ph-file-zip:before{content:""}.ph-bold.ph-files:before{content:""}.ph-bold.ph-film-reel:before{content:""}.ph-bold.ph-film-script:before{content:""}.ph-bold.ph-film-slate:before{content:""}.ph-bold.ph-film-strip:before{content:""}.ph-bold.ph-fingerprint:before{content:""}.ph-bold.ph-fingerprint-simple:before{content:""}.ph-bold.ph-finn-the-human:before{content:""}.ph-bold.ph-fire:before{content:""}.ph-bold.ph-fire-extinguisher:before{content:""}.ph-bold.ph-fire-simple:before{content:""}.ph-bold.ph-fire-truck:before{content:""}.ph-bold.ph-first-aid:before{content:""}.ph-bold.ph-first-aid-kit:before{content:""}.ph-bold.ph-fish:before{content:""}.ph-bold.ph-fish-simple:before{content:""}.ph-bold.ph-flag:before{content:""}.ph-bold.ph-flag-banner:before{content:""}.ph-bold.ph-flag-banner-fold:before{content:""}.ph-bold.ph-flag-checkered:before{content:""}.ph-bold.ph-flag-pennant:before{content:""}.ph-bold.ph-flame:before{content:""}.ph-bold.ph-flashlight:before{content:""}.ph-bold.ph-flask:before{content:""}.ph-bold.ph-flip-horizontal:before{content:""}.ph-bold.ph-flip-vertical:before{content:""}.ph-bold.ph-floppy-disk:before{content:""}.ph-bold.ph-floppy-disk-back:before{content:""}.ph-bold.ph-flow-arrow:before{content:""}.ph-bold.ph-flower:before{content:""}.ph-bold.ph-flower-lotus:before{content:""}.ph-bold.ph-flower-tulip:before{content:""}.ph-bold.ph-flying-saucer:before{content:""}.ph-bold.ph-folder:before{content:""}.ph-bold.ph-folder-notch:before{content:""}.ph-bold.ph-folder-dashed:before{content:""}.ph-bold.ph-folder-dotted:before{content:""}.ph-bold.ph-folder-lock:before{content:""}.ph-bold.ph-folder-minus:before{content:""}.ph-bold.ph-folder-notch-minus:before{content:""}.ph-bold.ph-folder-open:before{content:""}.ph-bold.ph-folder-notch-open:before{content:""}.ph-bold.ph-folder-plus:before{content:""}.ph-bold.ph-folder-notch-plus:before{content:""}.ph-bold.ph-folder-simple:before{content:""}.ph-bold.ph-folder-simple-dashed:before{content:""}.ph-bold.ph-folder-simple-dotted:before{content:""}.ph-bold.ph-folder-simple-lock:before{content:""}.ph-bold.ph-folder-simple-minus:before{content:""}.ph-bold.ph-folder-simple-plus:before{content:""}.ph-bold.ph-folder-simple-star:before{content:""}.ph-bold.ph-folder-simple-user:before{content:""}.ph-bold.ph-folder-star:before{content:""}.ph-bold.ph-folder-user:before{content:""}.ph-bold.ph-folders:before{content:""}.ph-bold.ph-football:before{content:""}.ph-bold.ph-football-helmet:before{content:""}.ph-bold.ph-footprints:before{content:""}.ph-bold.ph-fork-knife:before{content:""}.ph-bold.ph-four-k:before{content:""}.ph-bold.ph-frame-corners:before{content:""}.ph-bold.ph-framer-logo:before{content:""}.ph-bold.ph-function:before{content:""}.ph-bold.ph-funnel:before{content:""}.ph-bold.ph-funnel-simple:before{content:""}.ph-bold.ph-funnel-simple-x:before{content:""}.ph-bold.ph-funnel-x:before{content:""}.ph-bold.ph-game-controller:before{content:""}.ph-bold.ph-garage:before{content:""}.ph-bold.ph-gas-can:before{content:""}.ph-bold.ph-gas-pump:before{content:""}.ph-bold.ph-gauge:before{content:""}.ph-bold.ph-gavel:before{content:""}.ph-bold.ph-gear:before{content:""}.ph-bold.ph-gear-fine:before{content:""}.ph-bold.ph-gear-six:before{content:""}.ph-bold.ph-gender-female:before{content:""}.ph-bold.ph-gender-intersex:before{content:""}.ph-bold.ph-gender-male:before{content:""}.ph-bold.ph-gender-neuter:before{content:""}.ph-bold.ph-gender-nonbinary:before{content:""}.ph-bold.ph-gender-transgender:before{content:""}.ph-bold.ph-ghost:before{content:""}.ph-bold.ph-gif:before{content:""}.ph-bold.ph-gift:before{content:""}.ph-bold.ph-git-branch:before{content:""}.ph-bold.ph-git-commit:before{content:""}.ph-bold.ph-git-diff:before{content:""}.ph-bold.ph-git-fork:before{content:""}.ph-bold.ph-git-merge:before{content:""}.ph-bold.ph-git-pull-request:before{content:""}.ph-bold.ph-github-logo:before{content:""}.ph-bold.ph-gitlab-logo:before{content:""}.ph-bold.ph-gitlab-logo-simple:before{content:""}.ph-bold.ph-globe:before{content:""}.ph-bold.ph-globe-hemisphere-east:before{content:""}.ph-bold.ph-globe-hemisphere-west:before{content:""}.ph-bold.ph-globe-simple:before{content:""}.ph-bold.ph-globe-simple-x:before{content:""}.ph-bold.ph-globe-stand:before{content:""}.ph-bold.ph-globe-x:before{content:""}.ph-bold.ph-goggles:before{content:""}.ph-bold.ph-golf:before{content:""}.ph-bold.ph-goodreads-logo:before{content:""}.ph-bold.ph-google-cardboard-logo:before{content:""}.ph-bold.ph-google-chrome-logo:before{content:""}.ph-bold.ph-google-drive-logo:before{content:""}.ph-bold.ph-google-logo:before{content:""}.ph-bold.ph-google-photos-logo:before{content:""}.ph-bold.ph-google-play-logo:before{content:""}.ph-bold.ph-google-podcasts-logo:before{content:""}.ph-bold.ph-gps:before{content:""}.ph-bold.ph-gps-fix:before{content:""}.ph-bold.ph-gps-slash:before{content:""}.ph-bold.ph-gradient:before{content:""}.ph-bold.ph-graduation-cap:before{content:""}.ph-bold.ph-grains:before{content:""}.ph-bold.ph-grains-slash:before{content:""}.ph-bold.ph-graph:before{content:""}.ph-bold.ph-graphics-card:before{content:""}.ph-bold.ph-greater-than:before{content:""}.ph-bold.ph-greater-than-or-equal:before{content:""}.ph-bold.ph-grid-four:before{content:""}.ph-bold.ph-grid-nine:before{content:""}.ph-bold.ph-guitar:before{content:""}.ph-bold.ph-hair-dryer:before{content:""}.ph-bold.ph-hamburger:before{content:""}.ph-bold.ph-hammer:before{content:""}.ph-bold.ph-hand:before{content:""}.ph-bold.ph-hand-arrow-down:before{content:""}.ph-bold.ph-hand-arrow-up:before{content:""}.ph-bold.ph-hand-coins:before{content:""}.ph-bold.ph-hand-deposit:before{content:""}.ph-bold.ph-hand-eye:before{content:""}.ph-bold.ph-hand-fist:before{content:""}.ph-bold.ph-hand-grabbing:before{content:""}.ph-bold.ph-hand-heart:before{content:""}.ph-bold.ph-hand-palm:before{content:""}.ph-bold.ph-hand-peace:before{content:""}.ph-bold.ph-hand-pointing:before{content:""}.ph-bold.ph-hand-soap:before{content:""}.ph-bold.ph-hand-swipe-left:before{content:""}.ph-bold.ph-hand-swipe-right:before{content:""}.ph-bold.ph-hand-tap:before{content:""}.ph-bold.ph-hand-waving:before{content:""}.ph-bold.ph-hand-withdraw:before{content:""}.ph-bold.ph-handbag:before{content:""}.ph-bold.ph-handbag-simple:before{content:""}.ph-bold.ph-hands-clapping:before{content:""}.ph-bold.ph-hands-praying:before{content:""}.ph-bold.ph-handshake:before{content:""}.ph-bold.ph-hard-drive:before{content:""}.ph-bold.ph-hard-drives:before{content:""}.ph-bold.ph-hard-hat:before{content:""}.ph-bold.ph-hash:before{content:""}.ph-bold.ph-hash-straight:before{content:""}.ph-bold.ph-head-circuit:before{content:""}.ph-bold.ph-headlights:before{content:""}.ph-bold.ph-headphones:before{content:""}.ph-bold.ph-headset:before{content:""}.ph-bold.ph-heart:before{content:""}.ph-bold.ph-heart-break:before{content:""}.ph-bold.ph-heart-half:before{content:""}.ph-bold.ph-heart-straight:before{content:""}.ph-bold.ph-heart-straight-break:before{content:""}.ph-bold.ph-heartbeat:before{content:""}.ph-bold.ph-hexagon:before{content:""}.ph-bold.ph-high-definition:before{content:""}.ph-bold.ph-high-heel:before{content:""}.ph-bold.ph-highlighter:before{content:""}.ph-bold.ph-highlighter-circle:before{content:""}.ph-bold.ph-hockey:before{content:""}.ph-bold.ph-hoodie:before{content:""}.ph-bold.ph-horse:before{content:""}.ph-bold.ph-hospital:before{content:""}.ph-bold.ph-hourglass:before{content:""}.ph-bold.ph-hourglass-high:before{content:""}.ph-bold.ph-hourglass-low:before{content:""}.ph-bold.ph-hourglass-medium:before{content:""}.ph-bold.ph-hourglass-simple:before{content:""}.ph-bold.ph-hourglass-simple-high:before{content:""}.ph-bold.ph-hourglass-simple-low:before{content:""}.ph-bold.ph-hourglass-simple-medium:before{content:""}.ph-bold.ph-house:before{content:""}.ph-bold.ph-house-line:before{content:""}.ph-bold.ph-house-simple:before{content:""}.ph-bold.ph-hurricane:before{content:""}.ph-bold.ph-ice-cream:before{content:""}.ph-bold.ph-identification-badge:before{content:""}.ph-bold.ph-identification-card:before{content:""}.ph-bold.ph-image:before{content:""}.ph-bold.ph-image-broken:before{content:""}.ph-bold.ph-image-square:before{content:""}.ph-bold.ph-images:before{content:""}.ph-bold.ph-images-square:before{content:""}.ph-bold.ph-infinity:before{content:""}.ph-bold.ph-lemniscate:before{content:""}.ph-bold.ph-info:before{content:""}.ph-bold.ph-instagram-logo:before{content:""}.ph-bold.ph-intersect:before{content:""}.ph-bold.ph-intersect-square:before{content:""}.ph-bold.ph-intersect-three:before{content:""}.ph-bold.ph-intersection:before{content:""}.ph-bold.ph-invoice:before{content:""}.ph-bold.ph-island:before{content:""}.ph-bold.ph-jar:before{content:""}.ph-bold.ph-jar-label:before{content:""}.ph-bold.ph-jeep:before{content:""}.ph-bold.ph-joystick:before{content:""}.ph-bold.ph-kanban:before{content:""}.ph-bold.ph-key:before{content:""}.ph-bold.ph-key-return:before{content:""}.ph-bold.ph-keyboard:before{content:""}.ph-bold.ph-keyhole:before{content:""}.ph-bold.ph-knife:before{content:""}.ph-bold.ph-ladder:before{content:""}.ph-bold.ph-ladder-simple:before{content:""}.ph-bold.ph-lamp:before{content:""}.ph-bold.ph-lamp-pendant:before{content:""}.ph-bold.ph-laptop:before{content:""}.ph-bold.ph-lasso:before{content:""}.ph-bold.ph-lastfm-logo:before{content:""}.ph-bold.ph-layout:before{content:""}.ph-bold.ph-leaf:before{content:""}.ph-bold.ph-lectern:before{content:""}.ph-bold.ph-lego:before{content:""}.ph-bold.ph-lego-smiley:before{content:""}.ph-bold.ph-less-than:before{content:""}.ph-bold.ph-less-than-or-equal:before{content:""}.ph-bold.ph-letter-circle-h:before{content:""}.ph-bold.ph-letter-circle-p:before{content:""}.ph-bold.ph-letter-circle-v:before{content:""}.ph-bold.ph-lifebuoy:before{content:""}.ph-bold.ph-lightbulb:before{content:""}.ph-bold.ph-lightbulb-filament:before{content:""}.ph-bold.ph-lighthouse:before{content:""}.ph-bold.ph-lightning:before{content:""}.ph-bold.ph-lightning-a:before{content:""}.ph-bold.ph-lightning-slash:before{content:""}.ph-bold.ph-line-segment:before{content:""}.ph-bold.ph-line-segments:before{content:""}.ph-bold.ph-line-vertical:before{content:""}.ph-bold.ph-link:before{content:""}.ph-bold.ph-link-break:before{content:""}.ph-bold.ph-link-simple:before{content:""}.ph-bold.ph-link-simple-break:before{content:""}.ph-bold.ph-link-simple-horizontal:before{content:""}.ph-bold.ph-link-simple-horizontal-break:before{content:""}.ph-bold.ph-linkedin-logo:before{content:""}.ph-bold.ph-linktree-logo:before{content:""}.ph-bold.ph-linux-logo:before{content:""}.ph-bold.ph-list:before{content:""}.ph-bold.ph-list-bullets:before{content:""}.ph-bold.ph-list-checks:before{content:""}.ph-bold.ph-list-dashes:before{content:""}.ph-bold.ph-list-heart:before{content:""}.ph-bold.ph-list-magnifying-glass:before{content:""}.ph-bold.ph-list-numbers:before{content:""}.ph-bold.ph-list-plus:before{content:""}.ph-bold.ph-list-star:before{content:""}.ph-bold.ph-lock:before{content:""}.ph-bold.ph-lock-key:before{content:""}.ph-bold.ph-lock-key-open:before{content:""}.ph-bold.ph-lock-laminated:before{content:""}.ph-bold.ph-lock-laminated-open:before{content:""}.ph-bold.ph-lock-open:before{content:""}.ph-bold.ph-lock-simple:before{content:""}.ph-bold.ph-lock-simple-open:before{content:""}.ph-bold.ph-lockers:before{content:""}.ph-bold.ph-log:before{content:""}.ph-bold.ph-magic-wand:before{content:""}.ph-bold.ph-magnet:before{content:""}.ph-bold.ph-magnet-straight:before{content:""}.ph-bold.ph-magnifying-glass:before{content:""}.ph-bold.ph-magnifying-glass-minus:before{content:""}.ph-bold.ph-magnifying-glass-plus:before{content:""}.ph-bold.ph-mailbox:before{content:""}.ph-bold.ph-map-pin:before{content:""}.ph-bold.ph-map-pin-area:before{content:""}.ph-bold.ph-map-pin-line:before{content:""}.ph-bold.ph-map-pin-plus:before{content:""}.ph-bold.ph-map-pin-simple:before{content:""}.ph-bold.ph-map-pin-simple-area:before{content:""}.ph-bold.ph-map-pin-simple-line:before{content:""}.ph-bold.ph-map-trifold:before{content:""}.ph-bold.ph-markdown-logo:before{content:""}.ph-bold.ph-marker-circle:before{content:""}.ph-bold.ph-martini:before{content:""}.ph-bold.ph-mask-happy:before{content:""}.ph-bold.ph-mask-sad:before{content:""}.ph-bold.ph-mastodon-logo:before{content:""}.ph-bold.ph-math-operations:before{content:""}.ph-bold.ph-matrix-logo:before{content:""}.ph-bold.ph-medal:before{content:""}.ph-bold.ph-medal-military:before{content:""}.ph-bold.ph-medium-logo:before{content:""}.ph-bold.ph-megaphone:before{content:""}.ph-bold.ph-megaphone-simple:before{content:""}.ph-bold.ph-member-of:before{content:""}.ph-bold.ph-memory:before{content:""}.ph-bold.ph-messenger-logo:before{content:""}.ph-bold.ph-meta-logo:before{content:""}.ph-bold.ph-meteor:before{content:""}.ph-bold.ph-metronome:before{content:""}.ph-bold.ph-microphone:before{content:""}.ph-bold.ph-microphone-slash:before{content:""}.ph-bold.ph-microphone-stage:before{content:""}.ph-bold.ph-microscope:before{content:""}.ph-bold.ph-microsoft-excel-logo:before{content:""}.ph-bold.ph-microsoft-outlook-logo:before{content:""}.ph-bold.ph-microsoft-powerpoint-logo:before{content:""}.ph-bold.ph-microsoft-teams-logo:before{content:""}.ph-bold.ph-microsoft-word-logo:before{content:""}.ph-bold.ph-minus:before{content:""}.ph-bold.ph-minus-circle:before{content:""}.ph-bold.ph-minus-square:before{content:""}.ph-bold.ph-money:before{content:""}.ph-bold.ph-money-wavy:before{content:""}.ph-bold.ph-monitor:before{content:""}.ph-bold.ph-monitor-arrow-up:before{content:""}.ph-bold.ph-monitor-play:before{content:""}.ph-bold.ph-moon:before{content:""}.ph-bold.ph-moon-stars:before{content:""}.ph-bold.ph-moped:before{content:""}.ph-bold.ph-moped-front:before{content:""}.ph-bold.ph-mosque:before{content:""}.ph-bold.ph-motorcycle:before{content:""}.ph-bold.ph-mountains:before{content:""}.ph-bold.ph-mouse:before{content:""}.ph-bold.ph-mouse-left-click:before{content:""}.ph-bold.ph-mouse-middle-click:before{content:""}.ph-bold.ph-mouse-right-click:before{content:""}.ph-bold.ph-mouse-scroll:before{content:""}.ph-bold.ph-mouse-simple:before{content:""}.ph-bold.ph-music-note:before{content:""}.ph-bold.ph-music-note-simple:before{content:""}.ph-bold.ph-music-notes:before{content:""}.ph-bold.ph-music-notes-minus:before{content:""}.ph-bold.ph-music-notes-plus:before{content:""}.ph-bold.ph-music-notes-simple:before{content:""}.ph-bold.ph-navigation-arrow:before{content:""}.ph-bold.ph-needle:before{content:""}.ph-bold.ph-network:before{content:""}.ph-bold.ph-network-slash:before{content:""}.ph-bold.ph-network-x:before{content:""}.ph-bold.ph-newspaper:before{content:""}.ph-bold.ph-newspaper-clipping:before{content:""}.ph-bold.ph-not-equals:before{content:""}.ph-bold.ph-not-member-of:before{content:""}.ph-bold.ph-not-subset-of:before{content:""}.ph-bold.ph-not-superset-of:before{content:""}.ph-bold.ph-notches:before{content:""}.ph-bold.ph-note:before{content:""}.ph-bold.ph-note-blank:before{content:""}.ph-bold.ph-note-pencil:before{content:""}.ph-bold.ph-notebook:before{content:""}.ph-bold.ph-notepad:before{content:""}.ph-bold.ph-notification:before{content:""}.ph-bold.ph-notion-logo:before{content:""}.ph-bold.ph-nuclear-plant:before{content:""}.ph-bold.ph-number-circle-eight:before{content:""}.ph-bold.ph-number-circle-five:before{content:""}.ph-bold.ph-number-circle-four:before{content:""}.ph-bold.ph-number-circle-nine:before{content:""}.ph-bold.ph-number-circle-one:before{content:""}.ph-bold.ph-number-circle-seven:before{content:""}.ph-bold.ph-number-circle-six:before{content:""}.ph-bold.ph-number-circle-three:before{content:""}.ph-bold.ph-number-circle-two:before{content:""}.ph-bold.ph-number-circle-zero:before{content:""}.ph-bold.ph-number-eight:before{content:""}.ph-bold.ph-number-five:before{content:""}.ph-bold.ph-number-four:before{content:""}.ph-bold.ph-number-nine:before{content:""}.ph-bold.ph-number-one:before{content:""}.ph-bold.ph-number-seven:before{content:""}.ph-bold.ph-number-six:before{content:""}.ph-bold.ph-number-square-eight:before{content:""}.ph-bold.ph-number-square-five:before{content:""}.ph-bold.ph-number-square-four:before{content:""}.ph-bold.ph-number-square-nine:before{content:""}.ph-bold.ph-number-square-one:before{content:""}.ph-bold.ph-number-square-seven:before{content:""}.ph-bold.ph-number-square-six:before{content:""}.ph-bold.ph-number-square-three:before{content:""}.ph-bold.ph-number-square-two:before{content:""}.ph-bold.ph-number-square-zero:before{content:""}.ph-bold.ph-number-three:before{content:""}.ph-bold.ph-number-two:before{content:""}.ph-bold.ph-number-zero:before{content:""}.ph-bold.ph-numpad:before{content:""}.ph-bold.ph-nut:before{content:""}.ph-bold.ph-ny-times-logo:before{content:""}.ph-bold.ph-octagon:before{content:""}.ph-bold.ph-office-chair:before{content:""}.ph-bold.ph-onigiri:before{content:""}.ph-bold.ph-open-ai-logo:before{content:""}.ph-bold.ph-option:before{content:""}.ph-bold.ph-orange:before{content:""}.ph-bold.ph-orange-slice:before{content:""}.ph-bold.ph-oven:before{content:""}.ph-bold.ph-package:before{content:""}.ph-bold.ph-paint-brush:before{content:""}.ph-bold.ph-paint-brush-broad:before{content:""}.ph-bold.ph-paint-brush-household:before{content:""}.ph-bold.ph-paint-bucket:before{content:""}.ph-bold.ph-paint-roller:before{content:""}.ph-bold.ph-palette:before{content:""}.ph-bold.ph-panorama:before{content:""}.ph-bold.ph-pants:before{content:""}.ph-bold.ph-paper-plane:before{content:""}.ph-bold.ph-paper-plane-right:before{content:""}.ph-bold.ph-paper-plane-tilt:before{content:""}.ph-bold.ph-paperclip:before{content:""}.ph-bold.ph-paperclip-horizontal:before{content:""}.ph-bold.ph-parachute:before{content:""}.ph-bold.ph-paragraph:before{content:""}.ph-bold.ph-parallelogram:before{content:""}.ph-bold.ph-park:before{content:""}.ph-bold.ph-password:before{content:""}.ph-bold.ph-path:before{content:""}.ph-bold.ph-patreon-logo:before{content:""}.ph-bold.ph-pause:before{content:""}.ph-bold.ph-pause-circle:before{content:""}.ph-bold.ph-paw-print:before{content:""}.ph-bold.ph-paypal-logo:before{content:""}.ph-bold.ph-peace:before{content:""}.ph-bold.ph-pen:before{content:""}.ph-bold.ph-pen-nib:before{content:""}.ph-bold.ph-pen-nib-straight:before{content:""}.ph-bold.ph-pencil:before{content:""}.ph-bold.ph-pencil-circle:before{content:""}.ph-bold.ph-pencil-line:before{content:""}.ph-bold.ph-pencil-ruler:before{content:""}.ph-bold.ph-pencil-simple:before{content:""}.ph-bold.ph-pencil-simple-line:before{content:""}.ph-bold.ph-pencil-simple-slash:before{content:""}.ph-bold.ph-pencil-slash:before{content:""}.ph-bold.ph-pentagon:before{content:""}.ph-bold.ph-pentagram:before{content:""}.ph-bold.ph-pepper:before{content:""}.ph-bold.ph-percent:before{content:""}.ph-bold.ph-person:before{content:""}.ph-bold.ph-person-arms-spread:before{content:""}.ph-bold.ph-person-simple:before{content:""}.ph-bold.ph-person-simple-bike:before{content:""}.ph-bold.ph-person-simple-circle:before{content:""}.ph-bold.ph-person-simple-hike:before{content:""}.ph-bold.ph-person-simple-run:before{content:""}.ph-bold.ph-person-simple-ski:before{content:""}.ph-bold.ph-person-simple-snowboard:before{content:""}.ph-bold.ph-person-simple-swim:before{content:""}.ph-bold.ph-person-simple-tai-chi:before{content:""}.ph-bold.ph-person-simple-throw:before{content:""}.ph-bold.ph-person-simple-walk:before{content:""}.ph-bold.ph-perspective:before{content:""}.ph-bold.ph-phone:before{content:""}.ph-bold.ph-phone-call:before{content:""}.ph-bold.ph-phone-disconnect:before{content:""}.ph-bold.ph-phone-incoming:before{content:""}.ph-bold.ph-phone-list:before{content:""}.ph-bold.ph-phone-outgoing:before{content:""}.ph-bold.ph-phone-pause:before{content:""}.ph-bold.ph-phone-plus:before{content:""}.ph-bold.ph-phone-slash:before{content:""}.ph-bold.ph-phone-transfer:before{content:""}.ph-bold.ph-phone-x:before{content:""}.ph-bold.ph-phosphor-logo:before{content:""}.ph-bold.ph-pi:before{content:""}.ph-bold.ph-piano-keys:before{content:""}.ph-bold.ph-picnic-table:before{content:""}.ph-bold.ph-picture-in-picture:before{content:""}.ph-bold.ph-piggy-bank:before{content:""}.ph-bold.ph-pill:before{content:""}.ph-bold.ph-ping-pong:before{content:""}.ph-bold.ph-pint-glass:before{content:""}.ph-bold.ph-pinterest-logo:before{content:""}.ph-bold.ph-pinwheel:before{content:""}.ph-bold.ph-pipe:before{content:""}.ph-bold.ph-pipe-wrench:before{content:""}.ph-bold.ph-pix-logo:before{content:""}.ph-bold.ph-pizza:before{content:""}.ph-bold.ph-placeholder:before{content:""}.ph-bold.ph-planet:before{content:""}.ph-bold.ph-plant:before{content:""}.ph-bold.ph-play:before{content:""}.ph-bold.ph-play-circle:before{content:""}.ph-bold.ph-play-pause:before{content:""}.ph-bold.ph-playlist:before{content:""}.ph-bold.ph-plug:before{content:""}.ph-bold.ph-plug-charging:before{content:""}.ph-bold.ph-plugs:before{content:""}.ph-bold.ph-plugs-connected:before{content:""}.ph-bold.ph-plus:before{content:""}.ph-bold.ph-plus-circle:before{content:""}.ph-bold.ph-plus-minus:before{content:""}.ph-bold.ph-plus-square:before{content:""}.ph-bold.ph-poker-chip:before{content:""}.ph-bold.ph-police-car:before{content:""}.ph-bold.ph-polygon:before{content:""}.ph-bold.ph-popcorn:before{content:""}.ph-bold.ph-popsicle:before{content:""}.ph-bold.ph-potted-plant:before{content:""}.ph-bold.ph-power:before{content:""}.ph-bold.ph-prescription:before{content:""}.ph-bold.ph-presentation:before{content:""}.ph-bold.ph-presentation-chart:before{content:""}.ph-bold.ph-printer:before{content:""}.ph-bold.ph-prohibit:before{content:""}.ph-bold.ph-prohibit-inset:before{content:""}.ph-bold.ph-projector-screen:before{content:""}.ph-bold.ph-projector-screen-chart:before{content:""}.ph-bold.ph-pulse:before{content:""}.ph-bold.ph-activity:before{content:""}.ph-bold.ph-push-pin:before{content:""}.ph-bold.ph-push-pin-simple:before{content:""}.ph-bold.ph-push-pin-simple-slash:before{content:""}.ph-bold.ph-push-pin-slash:before{content:""}.ph-bold.ph-puzzle-piece:before{content:""}.ph-bold.ph-qr-code:before{content:""}.ph-bold.ph-question:before{content:""}.ph-bold.ph-question-mark:before{content:""}.ph-bold.ph-queue:before{content:""}.ph-bold.ph-quotes:before{content:""}.ph-bold.ph-rabbit:before{content:""}.ph-bold.ph-racquet:before{content:""}.ph-bold.ph-radical:before{content:""}.ph-bold.ph-radio:before{content:""}.ph-bold.ph-radio-button:before{content:""}.ph-bold.ph-radioactive:before{content:""}.ph-bold.ph-rainbow:before{content:""}.ph-bold.ph-rainbow-cloud:before{content:""}.ph-bold.ph-ranking:before{content:""}.ph-bold.ph-read-cv-logo:before{content:""}.ph-bold.ph-receipt:before{content:""}.ph-bold.ph-receipt-x:before{content:""}.ph-bold.ph-record:before{content:""}.ph-bold.ph-rectangle:before{content:""}.ph-bold.ph-rectangle-dashed:before{content:""}.ph-bold.ph-recycle:before{content:""}.ph-bold.ph-reddit-logo:before{content:""}.ph-bold.ph-repeat:before{content:""}.ph-bold.ph-repeat-once:before{content:""}.ph-bold.ph-replit-logo:before{content:""}.ph-bold.ph-resize:before{content:""}.ph-bold.ph-rewind:before{content:""}.ph-bold.ph-rewind-circle:before{content:""}.ph-bold.ph-road-horizon:before{content:""}.ph-bold.ph-robot:before{content:""}.ph-bold.ph-rocket:before{content:""}.ph-bold.ph-rocket-launch:before{content:""}.ph-bold.ph-rows:before{content:""}.ph-bold.ph-rows-plus-bottom:before{content:""}.ph-bold.ph-rows-plus-top:before{content:""}.ph-bold.ph-rss:before{content:""}.ph-bold.ph-rss-simple:before{content:""}.ph-bold.ph-rug:before{content:""}.ph-bold.ph-ruler:before{content:""}.ph-bold.ph-sailboat:before{content:""}.ph-bold.ph-scales:before{content:""}.ph-bold.ph-scan:before{content:""}.ph-bold.ph-scan-smiley:before{content:""}.ph-bold.ph-scissors:before{content:""}.ph-bold.ph-scooter:before{content:""}.ph-bold.ph-screencast:before{content:""}.ph-bold.ph-screwdriver:before{content:""}.ph-bold.ph-scribble:before{content:""}.ph-bold.ph-scribble-loop:before{content:""}.ph-bold.ph-scroll:before{content:""}.ph-bold.ph-seal:before{content:""}.ph-bold.ph-circle-wavy:before{content:""}.ph-bold.ph-seal-check:before{content:""}.ph-bold.ph-circle-wavy-check:before{content:""}.ph-bold.ph-seal-percent:before{content:""}.ph-bold.ph-seal-question:before{content:""}.ph-bold.ph-circle-wavy-question:before{content:""}.ph-bold.ph-seal-warning:before{content:""}.ph-bold.ph-circle-wavy-warning:before{content:""}.ph-bold.ph-seat:before{content:""}.ph-bold.ph-seatbelt:before{content:""}.ph-bold.ph-security-camera:before{content:""}.ph-bold.ph-selection:before{content:""}.ph-bold.ph-selection-all:before{content:""}.ph-bold.ph-selection-background:before{content:""}.ph-bold.ph-selection-foreground:before{content:""}.ph-bold.ph-selection-inverse:before{content:""}.ph-bold.ph-selection-plus:before{content:""}.ph-bold.ph-selection-slash:before{content:""}.ph-bold.ph-shapes:before{content:""}.ph-bold.ph-share:before{content:""}.ph-bold.ph-share-fat:before{content:""}.ph-bold.ph-share-network:before{content:""}.ph-bold.ph-shield:before{content:""}.ph-bold.ph-shield-check:before{content:""}.ph-bold.ph-shield-checkered:before{content:""}.ph-bold.ph-shield-chevron:before{content:""}.ph-bold.ph-shield-plus:before{content:""}.ph-bold.ph-shield-slash:before{content:""}.ph-bold.ph-shield-star:before{content:""}.ph-bold.ph-shield-warning:before{content:""}.ph-bold.ph-shipping-container:before{content:""}.ph-bold.ph-shirt-folded:before{content:""}.ph-bold.ph-shooting-star:before{content:""}.ph-bold.ph-shopping-bag:before{content:""}.ph-bold.ph-shopping-bag-open:before{content:""}.ph-bold.ph-shopping-cart:before{content:""}.ph-bold.ph-shopping-cart-simple:before{content:""}.ph-bold.ph-shovel:before{content:""}.ph-bold.ph-shower:before{content:""}.ph-bold.ph-shrimp:before{content:""}.ph-bold.ph-shuffle:before{content:""}.ph-bold.ph-shuffle-angular:before{content:""}.ph-bold.ph-shuffle-simple:before{content:""}.ph-bold.ph-sidebar:before{content:""}.ph-bold.ph-sidebar-simple:before{content:""}.ph-bold.ph-sigma:before{content:""}.ph-bold.ph-sign-in:before{content:""}.ph-bold.ph-sign-out:before{content:""}.ph-bold.ph-signature:before{content:""}.ph-bold.ph-signpost:before{content:""}.ph-bold.ph-sim-card:before{content:""}.ph-bold.ph-siren:before{content:""}.ph-bold.ph-sketch-logo:before{content:""}.ph-bold.ph-skip-back:before{content:""}.ph-bold.ph-skip-back-circle:before{content:""}.ph-bold.ph-skip-forward:before{content:""}.ph-bold.ph-skip-forward-circle:before{content:""}.ph-bold.ph-skull:before{content:""}.ph-bold.ph-skype-logo:before{content:""}.ph-bold.ph-slack-logo:before{content:""}.ph-bold.ph-sliders:before{content:""}.ph-bold.ph-sliders-horizontal:before{content:""}.ph-bold.ph-slideshow:before{content:""}.ph-bold.ph-smiley:before{content:""}.ph-bold.ph-smiley-angry:before{content:""}.ph-bold.ph-smiley-blank:before{content:""}.ph-bold.ph-smiley-meh:before{content:""}.ph-bold.ph-smiley-melting:before{content:""}.ph-bold.ph-smiley-nervous:before{content:""}.ph-bold.ph-smiley-sad:before{content:""}.ph-bold.ph-smiley-sticker:before{content:""}.ph-bold.ph-smiley-wink:before{content:""}.ph-bold.ph-smiley-x-eyes:before{content:""}.ph-bold.ph-snapchat-logo:before{content:""}.ph-bold.ph-sneaker:before{content:""}.ph-bold.ph-sneaker-move:before{content:""}.ph-bold.ph-snowflake:before{content:""}.ph-bold.ph-soccer-ball:before{content:""}.ph-bold.ph-sock:before{content:""}.ph-bold.ph-solar-panel:before{content:""}.ph-bold.ph-solar-roof:before{content:""}.ph-bold.ph-sort-ascending:before{content:""}.ph-bold.ph-sort-descending:before{content:""}.ph-bold.ph-soundcloud-logo:before{content:""}.ph-bold.ph-spade:before{content:""}.ph-bold.ph-sparkle:before{content:""}.ph-bold.ph-speaker-hifi:before{content:""}.ph-bold.ph-speaker-high:before{content:""}.ph-bold.ph-speaker-low:before{content:""}.ph-bold.ph-speaker-none:before{content:""}.ph-bold.ph-speaker-simple-high:before{content:""}.ph-bold.ph-speaker-simple-low:before{content:""}.ph-bold.ph-speaker-simple-none:before{content:""}.ph-bold.ph-speaker-simple-slash:before{content:""}.ph-bold.ph-speaker-simple-x:before{content:""}.ph-bold.ph-speaker-slash:before{content:""}.ph-bold.ph-speaker-x:before{content:""}.ph-bold.ph-speedometer:before{content:""}.ph-bold.ph-sphere:before{content:""}.ph-bold.ph-spinner:before{content:""}.ph-bold.ph-spinner-ball:before{content:""}.ph-bold.ph-spinner-gap:before{content:""}.ph-bold.ph-spiral:before{content:""}.ph-bold.ph-split-horizontal:before{content:""}.ph-bold.ph-split-vertical:before{content:""}.ph-bold.ph-spotify-logo:before{content:""}.ph-bold.ph-spray-bottle:before{content:""}.ph-bold.ph-square:before{content:""}.ph-bold.ph-square-half:before{content:""}.ph-bold.ph-square-half-bottom:before{content:""}.ph-bold.ph-square-logo:before{content:""}.ph-bold.ph-square-split-horizontal:before{content:""}.ph-bold.ph-square-split-vertical:before{content:""}.ph-bold.ph-squares-four:before{content:""}.ph-bold.ph-stack:before{content:""}.ph-bold.ph-stack-minus:before{content:""}.ph-bold.ph-stack-overflow-logo:before{content:""}.ph-bold.ph-stack-plus:before{content:""}.ph-bold.ph-stack-simple:before{content:""}.ph-bold.ph-stairs:before{content:""}.ph-bold.ph-stamp:before{content:""}.ph-bold.ph-standard-definition:before{content:""}.ph-bold.ph-star:before{content:""}.ph-bold.ph-star-and-crescent:before{content:""}.ph-bold.ph-star-four:before{content:""}.ph-bold.ph-star-half:before{content:""}.ph-bold.ph-star-of-david:before{content:""}.ph-bold.ph-steam-logo:before{content:""}.ph-bold.ph-steering-wheel:before{content:""}.ph-bold.ph-steps:before{content:""}.ph-bold.ph-stethoscope:before{content:""}.ph-bold.ph-sticker:before{content:""}.ph-bold.ph-stool:before{content:""}.ph-bold.ph-stop:before{content:""}.ph-bold.ph-stop-circle:before{content:""}.ph-bold.ph-storefront:before{content:""}.ph-bold.ph-strategy:before{content:""}.ph-bold.ph-stripe-logo:before{content:""}.ph-bold.ph-student:before{content:""}.ph-bold.ph-subset-of:before{content:""}.ph-bold.ph-subset-proper-of:before{content:""}.ph-bold.ph-subtitles:before{content:""}.ph-bold.ph-subtitles-slash:before{content:""}.ph-bold.ph-subtract:before{content:""}.ph-bold.ph-subtract-square:before{content:""}.ph-bold.ph-subway:before{content:""}.ph-bold.ph-suitcase:before{content:""}.ph-bold.ph-suitcase-rolling:before{content:""}.ph-bold.ph-suitcase-simple:before{content:""}.ph-bold.ph-sun:before{content:""}.ph-bold.ph-sun-dim:before{content:""}.ph-bold.ph-sun-horizon:before{content:""}.ph-bold.ph-sunglasses:before{content:""}.ph-bold.ph-superset-of:before{content:""}.ph-bold.ph-superset-proper-of:before{content:""}.ph-bold.ph-swap:before{content:""}.ph-bold.ph-swatches:before{content:""}.ph-bold.ph-swimming-pool:before{content:""}.ph-bold.ph-sword:before{content:""}.ph-bold.ph-synagogue:before{content:""}.ph-bold.ph-syringe:before{content:""}.ph-bold.ph-t-shirt:before{content:""}.ph-bold.ph-table:before{content:""}.ph-bold.ph-tabs:before{content:""}.ph-bold.ph-tag:before{content:""}.ph-bold.ph-tag-chevron:before{content:""}.ph-bold.ph-tag-simple:before{content:""}.ph-bold.ph-target:before{content:""}.ph-bold.ph-taxi:before{content:""}.ph-bold.ph-tea-bag:before{content:""}.ph-bold.ph-telegram-logo:before{content:""}.ph-bold.ph-television:before{content:""}.ph-bold.ph-television-simple:before{content:""}.ph-bold.ph-tennis-ball:before{content:""}.ph-bold.ph-tent:before{content:""}.ph-bold.ph-terminal:before{content:""}.ph-bold.ph-terminal-window:before{content:""}.ph-bold.ph-test-tube:before{content:""}.ph-bold.ph-text-a-underline:before{content:""}.ph-bold.ph-text-aa:before{content:""}.ph-bold.ph-text-align-center:before{content:""}.ph-bold.ph-text-align-justify:before{content:""}.ph-bold.ph-text-align-left:before{content:""}.ph-bold.ph-text-align-right:before{content:""}.ph-bold.ph-text-b:before{content:""}.ph-bold.ph-text-bolder:before{content:""}.ph-bold.ph-text-columns:before{content:""}.ph-bold.ph-text-h:before{content:""}.ph-bold.ph-text-h-five:before{content:""}.ph-bold.ph-text-h-four:before{content:""}.ph-bold.ph-text-h-one:before{content:""}.ph-bold.ph-text-h-six:before{content:""}.ph-bold.ph-text-h-three:before{content:""}.ph-bold.ph-text-h-two:before{content:""}.ph-bold.ph-text-indent:before{content:""}.ph-bold.ph-text-italic:before{content:""}.ph-bold.ph-text-outdent:before{content:""}.ph-bold.ph-text-strikethrough:before{content:""}.ph-bold.ph-text-subscript:before{content:""}.ph-bold.ph-text-superscript:before{content:""}.ph-bold.ph-text-t:before{content:""}.ph-bold.ph-text-t-slash:before{content:""}.ph-bold.ph-text-underline:before{content:""}.ph-bold.ph-textbox:before{content:""}.ph-bold.ph-thermometer:before{content:""}.ph-bold.ph-thermometer-cold:before{content:""}.ph-bold.ph-thermometer-hot:before{content:""}.ph-bold.ph-thermometer-simple:before{content:""}.ph-bold.ph-threads-logo:before{content:""}.ph-bold.ph-three-d:before{content:""}.ph-bold.ph-thumbs-down:before{content:""}.ph-bold.ph-thumbs-up:before{content:""}.ph-bold.ph-ticket:before{content:""}.ph-bold.ph-tidal-logo:before{content:""}.ph-bold.ph-tiktok-logo:before{content:""}.ph-bold.ph-tilde:before{content:""}.ph-bold.ph-timer:before{content:""}.ph-bold.ph-tip-jar:before{content:""}.ph-bold.ph-tipi:before{content:""}.ph-bold.ph-tire:before{content:""}.ph-bold.ph-toggle-left:before{content:""}.ph-bold.ph-toggle-right:before{content:""}.ph-bold.ph-toilet:before{content:""}.ph-bold.ph-toilet-paper:before{content:""}.ph-bold.ph-toolbox:before{content:""}.ph-bold.ph-tooth:before{content:""}.ph-bold.ph-tornado:before{content:""}.ph-bold.ph-tote:before{content:""}.ph-bold.ph-tote-simple:before{content:""}.ph-bold.ph-towel:before{content:""}.ph-bold.ph-tractor:before{content:""}.ph-bold.ph-trademark:before{content:""}.ph-bold.ph-trademark-registered:before{content:""}.ph-bold.ph-traffic-cone:before{content:""}.ph-bold.ph-traffic-sign:before{content:""}.ph-bold.ph-traffic-signal:before{content:""}.ph-bold.ph-train:before{content:""}.ph-bold.ph-train-regional:before{content:""}.ph-bold.ph-train-simple:before{content:""}.ph-bold.ph-tram:before{content:""}.ph-bold.ph-translate:before{content:""}.ph-bold.ph-trash:before{content:""}.ph-bold.ph-trash-simple:before{content:""}.ph-bold.ph-tray:before{content:""}.ph-bold.ph-tray-arrow-down:before{content:""}.ph-bold.ph-archive-tray:before{content:""}.ph-bold.ph-tray-arrow-up:before{content:""}.ph-bold.ph-treasure-chest:before{content:""}.ph-bold.ph-tree:before{content:""}.ph-bold.ph-tree-evergreen:before{content:""}.ph-bold.ph-tree-palm:before{content:""}.ph-bold.ph-tree-structure:before{content:""}.ph-bold.ph-tree-view:before{content:""}.ph-bold.ph-trend-down:before{content:""}.ph-bold.ph-trend-up:before{content:""}.ph-bold.ph-triangle:before{content:""}.ph-bold.ph-triangle-dashed:before{content:""}.ph-bold.ph-trolley:before{content:""}.ph-bold.ph-trolley-suitcase:before{content:""}.ph-bold.ph-trophy:before{content:""}.ph-bold.ph-truck:before{content:""}.ph-bold.ph-truck-trailer:before{content:""}.ph-bold.ph-tumblr-logo:before{content:""}.ph-bold.ph-twitch-logo:before{content:""}.ph-bold.ph-twitter-logo:before{content:""}.ph-bold.ph-umbrella:before{content:""}.ph-bold.ph-umbrella-simple:before{content:""}.ph-bold.ph-union:before{content:""}.ph-bold.ph-unite:before{content:""}.ph-bold.ph-unite-square:before{content:""}.ph-bold.ph-upload:before{content:""}.ph-bold.ph-upload-simple:before{content:""}.ph-bold.ph-usb:before{content:""}.ph-bold.ph-user:before{content:""}.ph-bold.ph-user-check:before{content:""}.ph-bold.ph-user-circle:before{content:""}.ph-bold.ph-user-circle-check:before{content:""}.ph-bold.ph-user-circle-dashed:before{content:""}.ph-bold.ph-user-circle-gear:before{content:""}.ph-bold.ph-user-circle-minus:before{content:""}.ph-bold.ph-user-circle-plus:before{content:""}.ph-bold.ph-user-focus:before{content:""}.ph-bold.ph-user-gear:before{content:""}.ph-bold.ph-user-list:before{content:""}.ph-bold.ph-user-minus:before{content:""}.ph-bold.ph-user-plus:before{content:""}.ph-bold.ph-user-rectangle:before{content:""}.ph-bold.ph-user-sound:before{content:""}.ph-bold.ph-user-square:before{content:""}.ph-bold.ph-user-switch:before{content:""}.ph-bold.ph-users:before{content:""}.ph-bold.ph-users-four:before{content:""}.ph-bold.ph-users-three:before{content:""}.ph-bold.ph-van:before{content:""}.ph-bold.ph-vault:before{content:""}.ph-bold.ph-vector-three:before{content:""}.ph-bold.ph-vector-two:before{content:""}.ph-bold.ph-vibrate:before{content:""}.ph-bold.ph-video:before{content:""}.ph-bold.ph-video-camera:before{content:""}.ph-bold.ph-video-camera-slash:before{content:""}.ph-bold.ph-video-conference:before{content:""}.ph-bold.ph-vignette:before{content:""}.ph-bold.ph-vinyl-record:before{content:""}.ph-bold.ph-virtual-reality:before{content:""}.ph-bold.ph-virus:before{content:""}.ph-bold.ph-visor:before{content:""}.ph-bold.ph-voicemail:before{content:""}.ph-bold.ph-volleyball:before{content:""}.ph-bold.ph-wall:before{content:""}.ph-bold.ph-wallet:before{content:""}.ph-bold.ph-warehouse:before{content:""}.ph-bold.ph-warning:before{content:""}.ph-bold.ph-warning-circle:before{content:""}.ph-bold.ph-warning-diamond:before{content:""}.ph-bold.ph-warning-octagon:before{content:""}.ph-bold.ph-washing-machine:before{content:""}.ph-bold.ph-watch:before{content:""}.ph-bold.ph-wave-sawtooth:before{content:""}.ph-bold.ph-wave-sine:before{content:""}.ph-bold.ph-wave-square:before{content:""}.ph-bold.ph-wave-triangle:before{content:""}.ph-bold.ph-waveform:before{content:""}.ph-bold.ph-waveform-slash:before{content:""}.ph-bold.ph-waves:before{content:""}.ph-bold.ph-webcam:before{content:""}.ph-bold.ph-webcam-slash:before{content:""}.ph-bold.ph-webhooks-logo:before{content:""}.ph-bold.ph-wechat-logo:before{content:""}.ph-bold.ph-whatsapp-logo:before{content:""}.ph-bold.ph-wheelchair:before{content:""}.ph-bold.ph-wheelchair-motion:before{content:""}.ph-bold.ph-wifi-high:before{content:""}.ph-bold.ph-wifi-low:before{content:""}.ph-bold.ph-wifi-medium:before{content:""}.ph-bold.ph-wifi-none:before{content:""}.ph-bold.ph-wifi-slash:before{content:""}.ph-bold.ph-wifi-x:before{content:""}.ph-bold.ph-wind:before{content:""}.ph-bold.ph-windmill:before{content:""}.ph-bold.ph-windows-logo:before{content:""}.ph-bold.ph-wine:before{content:""}.ph-bold.ph-wrench:before{content:""}.ph-bold.ph-x:before{content:""}.ph-bold.ph-x-circle:before{content:""}.ph-bold.ph-x-logo:before{content:""}.ph-bold.ph-x-square:before{content:""}.ph-bold.ph-yarn:before{content:""}.ph-bold.ph-yin-yang:before{content:""}.ph-bold.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Duotone;src:url(/assets/Phosphor-Duotone-BOGiEKDk.woff2) format("woff2"),url(/assets/Phosphor-Duotone-BFE_OHZm.woff) format("woff"),url(/assets/Phosphor-Duotone-B53-f1eC.ttf) format("truetype"),url(/assets/Phosphor-Duotone-D8lfv-AX.svg#Phosphor-Duotone) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-duotone{font-family:Phosphor-Duotone!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-duotone.ph-acorn:before{content:"";opacity:.2}.ph-duotone.ph-acorn:after{content:"";margin-left:-1em}.ph-duotone.ph-address-book:before{content:"";opacity:.2}.ph-duotone.ph-address-book:after{content:"";margin-left:-1em}.ph-duotone.ph-address-book-tabs:before{content:"";opacity:.2}.ph-duotone.ph-address-book-tabs:after{content:"";margin-left:-1em}.ph-duotone.ph-air-traffic-control:before{content:"";opacity:.2}.ph-duotone.ph-air-traffic-control:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane:before{content:"";opacity:.2}.ph-duotone.ph-airplane:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane-in-flight:before{content:"";opacity:.2}.ph-duotone.ph-airplane-in-flight:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane-landing:before{content:"";opacity:.2}.ph-duotone.ph-airplane-landing:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane-takeoff:before{content:"";opacity:.2}.ph-duotone.ph-airplane-takeoff:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane-taxiing:before{content:"";opacity:.2}.ph-duotone.ph-airplane-taxiing:after{content:"";margin-left:-1em}.ph-duotone.ph-airplane-tilt:before{content:"";opacity:.2}.ph-duotone.ph-airplane-tilt:after{content:"";margin-left:-1em}.ph-duotone.ph-airplay:before{content:"";opacity:.2}.ph-duotone.ph-airplay:after{content:"";margin-left:-1em}.ph-duotone.ph-alarm:before{content:"";opacity:.2}.ph-duotone.ph-alarm:after{content:"";margin-left:-1em}.ph-duotone.ph-alien:before{content:"";opacity:.2}.ph-duotone.ph-alien:after{content:"";margin-left:-1em}.ph-duotone.ph-align-bottom:before{content:"";opacity:.2}.ph-duotone.ph-align-bottom:after{content:"";margin-left:-1em}.ph-duotone.ph-align-bottom-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-bottom-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-align-center-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-align-center-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-align-center-horizontal-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-center-horizontal-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-align-center-vertical:before{content:"";opacity:.2}.ph-duotone.ph-align-center-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-align-center-vertical-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-center-vertical-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-align-left:before{content:"";opacity:.2}.ph-duotone.ph-align-left:after{content:"";margin-left:-1em}.ph-duotone.ph-align-left-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-left-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-align-right:before{content:"";opacity:.2}.ph-duotone.ph-align-right:after{content:"";margin-left:-1em}.ph-duotone.ph-align-right-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-right-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-align-top:before{content:"";opacity:.2}.ph-duotone.ph-align-top:after{content:"";margin-left:-1em}.ph-duotone.ph-align-top-simple:before{content:"";opacity:.2}.ph-duotone.ph-align-top-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-amazon-logo:before{content:"";opacity:.2}.ph-duotone.ph-amazon-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-ambulance:before{content:"";opacity:.2}.ph-duotone.ph-ambulance:after{content:"";margin-left:-1em}.ph-duotone.ph-anchor:before{content:"";opacity:.2}.ph-duotone.ph-anchor:after{content:"";margin-left:-1em}.ph-duotone.ph-anchor-simple:before{content:"";opacity:.2}.ph-duotone.ph-anchor-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-android-logo:before{content:"";opacity:.2}.ph-duotone.ph-android-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-angle:before{content:"";opacity:.2}.ph-duotone.ph-angle:after{content:"";margin-left:-1em}.ph-duotone.ph-angular-logo:before{content:"";opacity:.2}.ph-duotone.ph-angular-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-aperture:before{content:"";opacity:.2}.ph-duotone.ph-aperture:after{content:"";margin-left:-1em}.ph-duotone.ph-app-store-logo:before{content:"";opacity:.2}.ph-duotone.ph-app-store-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-app-window:before{content:"";opacity:.2}.ph-duotone.ph-app-window:after{content:"";margin-left:-1em}.ph-duotone.ph-apple-logo:before{content:"";opacity:.2}.ph-duotone.ph-apple-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-apple-podcasts-logo:before{content:"";opacity:.2}.ph-duotone.ph-apple-podcasts-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-approximate-equals:before{content:"";opacity:.2}.ph-duotone.ph-approximate-equals:after{content:"";margin-left:-1em}.ph-duotone.ph-archive:before{content:"";opacity:.2}.ph-duotone.ph-archive:after{content:"";margin-left:-1em}.ph-duotone.ph-armchair:before{content:"";opacity:.2}.ph-duotone.ph-armchair:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-arc-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-arc-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-arc-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-arc-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-double-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-double-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-double-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-double-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-left-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-left-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-left-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-left-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-right-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-right-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-right-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-right-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-bend-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-bend-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-circle-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-circle-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-arrow-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-counter-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-arrow-counter-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-left-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-left-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-left-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-left-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-right-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-right-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-right-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-right-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-elbow-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-elbow-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-line-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-line-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-line-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-line-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-line-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-line-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-line-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-line-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-lines-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-lines-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-lines-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-lines-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-lines-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-lines-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-lines-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-lines-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-fat-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-fat-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-line-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-line-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-in:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-in:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-out:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-out:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-square-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-square-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-down-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-down-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-down-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-down-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-left-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-left-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-left-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-left-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-right-down:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-right-down:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-right-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-right-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-u-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-u-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-up-left:before{content:"";opacity:.2}.ph-duotone.ph-arrow-up-left:after{content:"";margin-left:-1em}.ph-duotone.ph-arrow-up-right:before{content:"";opacity:.2}.ph-duotone.ph-arrow-up-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-arrows-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-counter-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-arrows-counter-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-down-up:before{content:"";opacity:.2}.ph-duotone.ph-arrows-down-up:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-arrows-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-in:before{content:"";opacity:.2}.ph-duotone.ph-arrows-in:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-in-cardinal:before{content:"";opacity:.2}.ph-duotone.ph-arrows-in-cardinal:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-in-line-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-arrows-in-line-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-in-line-vertical:before{content:"";opacity:.2}.ph-duotone.ph-arrows-in-line-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-in-simple:before{content:"";opacity:.2}.ph-duotone.ph-arrows-in-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-left-right:before{content:"";opacity:.2}.ph-duotone.ph-arrows-left-right:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-merge:before{content:"";opacity:.2}.ph-duotone.ph-arrows-merge:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-out:before{content:"";opacity:.2}.ph-duotone.ph-arrows-out:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-out-cardinal:before{content:"";opacity:.2}.ph-duotone.ph-arrows-out-cardinal:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-out-line-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-arrows-out-line-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-out-line-vertical:before{content:"";opacity:.2}.ph-duotone.ph-arrows-out-line-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-out-simple:before{content:"";opacity:.2}.ph-duotone.ph-arrows-out-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-split:before{content:"";opacity:.2}.ph-duotone.ph-arrows-split:after{content:"";margin-left:-1em}.ph-duotone.ph-arrows-vertical:before{content:"";opacity:.2}.ph-duotone.ph-arrows-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-article:before{content:"";opacity:.2}.ph-duotone.ph-article:after{content:"";margin-left:-1em}.ph-duotone.ph-article-medium:before{content:"";opacity:.2}.ph-duotone.ph-article-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-article-ny-times:before{content:"";opacity:.2}.ph-duotone.ph-article-ny-times:after{content:"";margin-left:-1em}.ph-duotone.ph-asclepius:before{content:"";opacity:.2}.ph-duotone.ph-asclepius:after{content:"";margin-left:-1em}.ph-duotone.ph-asterisk:before{content:"";opacity:.2}.ph-duotone.ph-asterisk:after{content:"";margin-left:-1em}.ph-duotone.ph-asterisk-simple:before{content:"";opacity:.2}.ph-duotone.ph-asterisk-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-at:before{content:"";opacity:.2}.ph-duotone.ph-at:after{content:"";margin-left:-1em}.ph-duotone.ph-atom:before{content:"";opacity:.2}.ph-duotone.ph-atom:after{content:"";margin-left:-1em}.ph-duotone.ph-avocado:before{content:"";opacity:.2}.ph-duotone.ph-avocado:after{content:"";margin-left:-1em}.ph-duotone.ph-axe:before{content:"";opacity:.2}.ph-duotone.ph-axe:after{content:"";margin-left:-1em}.ph-duotone.ph-baby:before{content:"";opacity:.2}.ph-duotone.ph-baby:after{content:"";margin-left:-1em}.ph-duotone.ph-baby-carriage:before{content:"";opacity:.2}.ph-duotone.ph-baby-carriage:after{content:"";margin-left:-1em}.ph-duotone.ph-backpack:before{content:"";opacity:.2}.ph-duotone.ph-backpack:after{content:"";margin-left:-1em}.ph-duotone.ph-backspace:before{content:"";opacity:.2}.ph-duotone.ph-backspace:after{content:"";margin-left:-1em}.ph-duotone.ph-bag:before{content:"";opacity:.2}.ph-duotone.ph-bag:after{content:"";margin-left:-1em}.ph-duotone.ph-bag-simple:before{content:"";opacity:.2}.ph-duotone.ph-bag-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-balloon:before{content:"";opacity:.2}.ph-duotone.ph-balloon:after{content:"";margin-left:-1em}.ph-duotone.ph-bandaids:before{content:"";opacity:.2}.ph-duotone.ph-bandaids:after{content:"";margin-left:-1em}.ph-duotone.ph-bank:before{content:"";opacity:.2}.ph-duotone.ph-bank:after{content:"";margin-left:-1em}.ph-duotone.ph-barbell:before{content:"";opacity:.2}.ph-duotone.ph-barbell:after{content:"";margin-left:-1em}.ph-duotone.ph-barcode:before{content:"";opacity:.2}.ph-duotone.ph-barcode:after{content:"";margin-left:-1em}.ph-duotone.ph-barn:before{content:"";opacity:.2}.ph-duotone.ph-barn:after{content:"";margin-left:-1em}.ph-duotone.ph-barricade:before{content:"";opacity:.2}.ph-duotone.ph-barricade:after{content:"";margin-left:-1em}.ph-duotone.ph-baseball:before{content:"";opacity:.2}.ph-duotone.ph-baseball:after{content:"";margin-left:-1em}.ph-duotone.ph-baseball-cap:before{content:"";opacity:.2}.ph-duotone.ph-baseball-cap:after{content:"";margin-left:-1em}.ph-duotone.ph-baseball-helmet:before{content:"";opacity:.2}.ph-duotone.ph-baseball-helmet:after{content:"";margin-left:-1em}.ph-duotone.ph-basket:before{content:"";opacity:.2}.ph-duotone.ph-basket:after{content:"";margin-left:-1em}.ph-duotone.ph-basketball:before{content:"";opacity:.2}.ph-duotone.ph-basketball:after{content:"";margin-left:-1em}.ph-duotone.ph-bathtub:before{content:"";opacity:.2}.ph-duotone.ph-bathtub:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-charging:before{content:"";opacity:.2}.ph-duotone.ph-battery-charging:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-charging-vertical:before{content:"";opacity:.2}.ph-duotone.ph-battery-charging-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-empty:before{content:"";opacity:.2}.ph-duotone.ph-battery-empty:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-full:before{content:"";opacity:.2}.ph-duotone.ph-battery-full:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-high:before{content:"";opacity:.2}.ph-duotone.ph-battery-high:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-low:before{content:"";opacity:.2}.ph-duotone.ph-battery-low:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-medium:before{content:"";opacity:.2}.ph-duotone.ph-battery-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-plus:before{content:"";opacity:.2}.ph-duotone.ph-battery-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-plus-vertical:before{content:"";opacity:.2}.ph-duotone.ph-battery-plus-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-vertical-empty:before{content:"";opacity:.2}.ph-duotone.ph-battery-vertical-empty:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-vertical-full:before{content:"";opacity:.2}.ph-duotone.ph-battery-vertical-full:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-vertical-high:before{content:"";opacity:.2}.ph-duotone.ph-battery-vertical-high:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-vertical-low:before{content:"";opacity:.2}.ph-duotone.ph-battery-vertical-low:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-vertical-medium:before{content:"";opacity:.2}.ph-duotone.ph-battery-vertical-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-warning:before{content:"";opacity:.2}.ph-duotone.ph-battery-warning:after{content:"";margin-left:-1em}.ph-duotone.ph-battery-warning-vertical:before{content:"";opacity:.2}.ph-duotone.ph-battery-warning-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-beach-ball:before{content:"";opacity:.2}.ph-duotone.ph-beach-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-beanie:before{content:"";opacity:.2}.ph-duotone.ph-beanie:after{content:"";margin-left:-1em}.ph-duotone.ph-bed:before{content:"";opacity:.2}.ph-duotone.ph-bed:after{content:"";margin-left:-1em}.ph-duotone.ph-beer-bottle:before{content:"";opacity:.2}.ph-duotone.ph-beer-bottle:after{content:"";margin-left:-1em}.ph-duotone.ph-beer-stein:before{content:"";opacity:.2}.ph-duotone.ph-beer-stein:after{content:"";margin-left:-1em}.ph-duotone.ph-behance-logo:before{content:"";opacity:.2}.ph-duotone.ph-behance-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-bell:before{content:"";opacity:.2}.ph-duotone.ph-bell:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-ringing:before{content:"";opacity:.2}.ph-duotone.ph-bell-ringing:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-simple:before{content:"";opacity:.2}.ph-duotone.ph-bell-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-simple-ringing:before{content:"";opacity:.2}.ph-duotone.ph-bell-simple-ringing:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-simple-slash:before{content:"";opacity:.2}.ph-duotone.ph-bell-simple-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-simple-z:before{content:"";opacity:.2}.ph-duotone.ph-bell-simple-z:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-slash:before{content:"";opacity:.2}.ph-duotone.ph-bell-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-bell-z:before{content:"";opacity:.2}.ph-duotone.ph-bell-z:after{content:"";margin-left:-1em}.ph-duotone.ph-belt:before{content:"";opacity:.2}.ph-duotone.ph-belt:after{content:"";margin-left:-1em}.ph-duotone.ph-bezier-curve:before{content:"";opacity:.2}.ph-duotone.ph-bezier-curve:after{content:"";margin-left:-1em}.ph-duotone.ph-bicycle:before{content:"";opacity:.2}.ph-duotone.ph-bicycle:after{content:"";margin-left:-1em}.ph-duotone.ph-binary:before{content:"";opacity:.2}.ph-duotone.ph-binary:after{content:"";margin-left:-1em}.ph-duotone.ph-binoculars:before{content:"";opacity:.2}.ph-duotone.ph-binoculars:after{content:"";margin-left:-1em}.ph-duotone.ph-biohazard:before{content:"";opacity:.2}.ph-duotone.ph-biohazard:after{content:"";margin-left:-1em}.ph-duotone.ph-bird:before{content:"";opacity:.2}.ph-duotone.ph-bird:after{content:"";margin-left:-1em}.ph-duotone.ph-blueprint:before{content:"";opacity:.2}.ph-duotone.ph-blueprint:after{content:"";margin-left:-1em}.ph-duotone.ph-bluetooth:before{content:"";opacity:.2}.ph-duotone.ph-bluetooth:after{content:"";margin-left:-1em}.ph-duotone.ph-bluetooth-connected:before{content:"";opacity:.2}.ph-duotone.ph-bluetooth-connected:after{content:"";margin-left:-1em}.ph-duotone.ph-bluetooth-slash:before{content:"";opacity:.2}.ph-duotone.ph-bluetooth-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-bluetooth-x:before{content:"";opacity:.2}.ph-duotone.ph-bluetooth-x:after{content:"";margin-left:-1em}.ph-duotone.ph-boat:before{content:"";opacity:.2}.ph-duotone.ph-boat:after{content:"";margin-left:-1em}.ph-duotone.ph-bomb:before{content:"";opacity:.2}.ph-duotone.ph-bomb:after{content:"";margin-left:-1em}.ph-duotone.ph-bone:before{content:"";opacity:.2}.ph-duotone.ph-bone:after{content:"";margin-left:-1em}.ph-duotone.ph-book:before{content:"";opacity:.2}.ph-duotone.ph-book:after{content:"";margin-left:-1em}.ph-duotone.ph-book-bookmark:before{content:"";opacity:.2}.ph-duotone.ph-book-bookmark:after{content:"";margin-left:-1em}.ph-duotone.ph-book-open:before{content:"";opacity:.2}.ph-duotone.ph-book-open:after{content:"";margin-left:-1em}.ph-duotone.ph-book-open-text:before{content:"";opacity:.2}.ph-duotone.ph-book-open-text:after{content:"";margin-left:-1em}.ph-duotone.ph-book-open-user:before{content:"";opacity:.2}.ph-duotone.ph-book-open-user:after{content:"";margin-left:-1em}.ph-duotone.ph-bookmark:before{content:"";opacity:.2}.ph-duotone.ph-bookmark:after{content:"";margin-left:-1em}.ph-duotone.ph-bookmark-simple:before{content:"";opacity:.2}.ph-duotone.ph-bookmark-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-bookmarks:before{content:"";opacity:.2}.ph-duotone.ph-bookmarks:after{content:"";margin-left:-1em}.ph-duotone.ph-bookmarks-simple:before{content:"";opacity:.2}.ph-duotone.ph-bookmarks-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-books:before{content:"";opacity:.2}.ph-duotone.ph-books:after{content:"";margin-left:-1em}.ph-duotone.ph-boot:before{content:"";opacity:.2}.ph-duotone.ph-boot:after{content:"";margin-left:-1em}.ph-duotone.ph-boules:before{content:"";opacity:.2}.ph-duotone.ph-boules:after{content:"";margin-left:-1em}.ph-duotone.ph-bounding-box:before{content:"";opacity:.2}.ph-duotone.ph-bounding-box:after{content:"";margin-left:-1em}.ph-duotone.ph-bowl-food:before{content:"";opacity:.2}.ph-duotone.ph-bowl-food:after{content:"";margin-left:-1em}.ph-duotone.ph-bowl-steam:before{content:"";opacity:.2}.ph-duotone.ph-bowl-steam:after{content:"";margin-left:-1em}.ph-duotone.ph-bowling-ball:before{content:"";opacity:.2}.ph-duotone.ph-bowling-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-box-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-box-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-box-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-box-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-boxing-glove:before{content:"";opacity:.2}.ph-duotone.ph-boxing-glove:after{content:"";margin-left:-1em}.ph-duotone.ph-brackets-angle:before{content:"";opacity:.2}.ph-duotone.ph-brackets-angle:after{content:"";margin-left:-1em}.ph-duotone.ph-brackets-curly:before{content:"";opacity:.2}.ph-duotone.ph-brackets-curly:after{content:"";margin-left:-1em}.ph-duotone.ph-brackets-round:before{content:"";opacity:.2}.ph-duotone.ph-brackets-round:after{content:"";margin-left:-1em}.ph-duotone.ph-brackets-square:before{content:"";opacity:.2}.ph-duotone.ph-brackets-square:after{content:"";margin-left:-1em}.ph-duotone.ph-brain:before{content:"";opacity:.2}.ph-duotone.ph-brain:after{content:"";margin-left:-1em}.ph-duotone.ph-brandy:before{content:"";opacity:.2}.ph-duotone.ph-brandy:after{content:"";margin-left:-1em}.ph-duotone.ph-bread:before{content:"";opacity:.2}.ph-duotone.ph-bread:after{content:"";margin-left:-1em}.ph-duotone.ph-bridge:before{content:"";opacity:.2}.ph-duotone.ph-bridge:after{content:"";margin-left:-1em}.ph-duotone.ph-briefcase:before{content:"";opacity:.2}.ph-duotone.ph-briefcase:after{content:"";margin-left:-1em}.ph-duotone.ph-briefcase-metal:before{content:"";opacity:.2}.ph-duotone.ph-briefcase-metal:after{content:"";margin-left:-1em}.ph-duotone.ph-broadcast:before{content:"";opacity:.2}.ph-duotone.ph-broadcast:after{content:"";margin-left:-1em}.ph-duotone.ph-broom:before{content:"";opacity:.2}.ph-duotone.ph-broom:after{content:"";margin-left:-1em}.ph-duotone.ph-browser:before{content:"";opacity:.2}.ph-duotone.ph-browser:after{content:"";margin-left:-1em}.ph-duotone.ph-browsers:before{content:"";opacity:.2}.ph-duotone.ph-browsers:after{content:"";margin-left:-1em}.ph-duotone.ph-bug:before{content:"";opacity:.2}.ph-duotone.ph-bug:after{content:"";margin-left:-1em}.ph-duotone.ph-bug-beetle:before{content:"";opacity:.2}.ph-duotone.ph-bug-beetle:after{content:"";margin-left:-1em}.ph-duotone.ph-bug-droid:before{content:"";opacity:.2}.ph-duotone.ph-bug-droid:after{content:"";margin-left:-1em}.ph-duotone.ph-building:before{content:"";opacity:.2}.ph-duotone.ph-building:after{content:"";margin-left:-1em}.ph-duotone.ph-building-apartment:before{content:"";opacity:.2}.ph-duotone.ph-building-apartment:after{content:"";margin-left:-1em}.ph-duotone.ph-building-office:before{content:"";opacity:.2}.ph-duotone.ph-building-office:after{content:"";margin-left:-1em}.ph-duotone.ph-buildings:before{content:"";opacity:.2}.ph-duotone.ph-buildings:after{content:"";margin-left:-1em}.ph-duotone.ph-bulldozer:before{content:"";opacity:.2}.ph-duotone.ph-bulldozer:after{content:"";margin-left:-1em}.ph-duotone.ph-bus:before{content:"";opacity:.2}.ph-duotone.ph-bus:after{content:"";margin-left:-1em}.ph-duotone.ph-butterfly:before{content:"";opacity:.2}.ph-duotone.ph-butterfly:after{content:"";margin-left:-1em}.ph-duotone.ph-cable-car:before{content:"";opacity:.2}.ph-duotone.ph-cable-car:after{content:"";margin-left:-1em}.ph-duotone.ph-cactus:before{content:"";opacity:.2}.ph-duotone.ph-cactus:after{content:"";margin-left:-1em}.ph-duotone.ph-cake:before{content:"";opacity:.2}.ph-duotone.ph-cake:after{content:"";margin-left:-1em}.ph-duotone.ph-calculator:before{content:"";opacity:.2}.ph-duotone.ph-calculator:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar:before{content:"";opacity:.2}.ph-duotone.ph-calendar:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-blank:before{content:"";opacity:.2}.ph-duotone.ph-calendar-blank:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-check:before{content:"";opacity:.2}.ph-duotone.ph-calendar-check:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-dot:before{content:"";opacity:.2}.ph-duotone.ph-calendar-dot:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-dots:before{content:"";opacity:.2}.ph-duotone.ph-calendar-dots:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-heart:before{content:"";opacity:.2}.ph-duotone.ph-calendar-heart:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-minus:before{content:"";opacity:.2}.ph-duotone.ph-calendar-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-plus:before{content:"";opacity:.2}.ph-duotone.ph-calendar-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-slash:before{content:"";opacity:.2}.ph-duotone.ph-calendar-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-star:before{content:"";opacity:.2}.ph-duotone.ph-calendar-star:after{content:"";margin-left:-1em}.ph-duotone.ph-calendar-x:before{content:"";opacity:.2}.ph-duotone.ph-calendar-x:after{content:"";margin-left:-1em}.ph-duotone.ph-call-bell:before{content:"";opacity:.2}.ph-duotone.ph-call-bell:after{content:"";margin-left:-1em}.ph-duotone.ph-camera:before{content:"";opacity:.2}.ph-duotone.ph-camera:after{content:"";margin-left:-1em}.ph-duotone.ph-camera-plus:before{content:"";opacity:.2}.ph-duotone.ph-camera-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-camera-rotate:before{content:"";opacity:.2}.ph-duotone.ph-camera-rotate:after{content:"";margin-left:-1em}.ph-duotone.ph-camera-slash:before{content:"";opacity:.2}.ph-duotone.ph-camera-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-campfire:before{content:"";opacity:.2}.ph-duotone.ph-campfire:after{content:"";margin-left:-1em}.ph-duotone.ph-car:before{content:"";opacity:.2}.ph-duotone.ph-car:after{content:"";margin-left:-1em}.ph-duotone.ph-car-battery:before{content:"";opacity:.2}.ph-duotone.ph-car-battery:after{content:"";margin-left:-1em}.ph-duotone.ph-car-profile:before{content:"";opacity:.2}.ph-duotone.ph-car-profile:after{content:"";margin-left:-1em}.ph-duotone.ph-car-simple:before{content:"";opacity:.2}.ph-duotone.ph-car-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-cardholder:before{content:"";opacity:.2}.ph-duotone.ph-cardholder:after{content:"";margin-left:-1em}.ph-duotone.ph-cards:before{content:"";opacity:.2}.ph-duotone.ph-cards:after{content:"";margin-left:-1em}.ph-duotone.ph-cards-three:before{content:"";opacity:.2}.ph-duotone.ph-cards-three:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-double-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-double-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-double-left:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-double-left:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-double-right:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-double-right:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-double-up:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-double-up:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-left:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-left:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-right:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-right:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-up:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-up:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-circle-up-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-circle-up-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-double-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-double-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-double-left:before{content:"";opacity:.2}.ph-duotone.ph-caret-double-left:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-double-right:before{content:"";opacity:.2}.ph-duotone.ph-caret-double-right:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-double-up:before{content:"";opacity:.2}.ph-duotone.ph-caret-double-up:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-left:before{content:"";opacity:.2}.ph-duotone.ph-caret-left:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-line-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-line-down:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-line-left:before{content:"";opacity:.2}.ph-duotone.ph-caret-line-left:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-line-right:before{content:"";opacity:.2}.ph-duotone.ph-caret-line-right:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-line-up:before{content:"";opacity:.2}.ph-duotone.ph-caret-line-up:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-right:before{content:"";opacity:.2}.ph-duotone.ph-caret-right:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-up:before{content:"";opacity:.2}.ph-duotone.ph-caret-up:after{content:"";margin-left:-1em}.ph-duotone.ph-caret-up-down:before{content:"";opacity:.2}.ph-duotone.ph-caret-up-down:after{content:"";margin-left:-1em}.ph-duotone.ph-carrot:before{content:"";opacity:.2}.ph-duotone.ph-carrot:after{content:"";margin-left:-1em}.ph-duotone.ph-cash-register:before{content:"";opacity:.2}.ph-duotone.ph-cash-register:after{content:"";margin-left:-1em}.ph-duotone.ph-cassette-tape:before{content:"";opacity:.2}.ph-duotone.ph-cassette-tape:after{content:"";margin-left:-1em}.ph-duotone.ph-castle-turret:before{content:"";opacity:.2}.ph-duotone.ph-castle-turret:after{content:"";margin-left:-1em}.ph-duotone.ph-cat:before{content:"";opacity:.2}.ph-duotone.ph-cat:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-full:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-full:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-high:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-high:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-low:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-low:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-medium:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-none:before{content:"";color:#444}.ph-duotone.ph-cell-signal-slash:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-signal-x:before{content:"";opacity:.2}.ph-duotone.ph-cell-signal-x:after{content:"";margin-left:-1em}.ph-duotone.ph-cell-tower:before{content:"";opacity:.2}.ph-duotone.ph-cell-tower:after{content:"";margin-left:-1em}.ph-duotone.ph-certificate:before{content:"";opacity:.2}.ph-duotone.ph-certificate:after{content:"";margin-left:-1em}.ph-duotone.ph-chair:before{content:"";opacity:.2}.ph-duotone.ph-chair:after{content:"";margin-left:-1em}.ph-duotone.ph-chalkboard:before{content:"";opacity:.2}.ph-duotone.ph-chalkboard:after{content:"";margin-left:-1em}.ph-duotone.ph-chalkboard-simple:before{content:"";opacity:.2}.ph-duotone.ph-chalkboard-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-chalkboard-teacher:before{content:"";opacity:.2}.ph-duotone.ph-chalkboard-teacher:after{content:"";margin-left:-1em}.ph-duotone.ph-champagne:before{content:"";opacity:.2}.ph-duotone.ph-champagne:after{content:"";margin-left:-1em}.ph-duotone.ph-charging-station:before{content:"";opacity:.2}.ph-duotone.ph-charging-station:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-bar:before{content:"";opacity:.2}.ph-duotone.ph-chart-bar:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-bar-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-chart-bar-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-donut:before{content:"";opacity:.2}.ph-duotone.ph-chart-donut:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-line:before{content:"";opacity:.2}.ph-duotone.ph-chart-line:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-line-down:before{content:"";opacity:.2}.ph-duotone.ph-chart-line-down:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-line-up:before{content:"";opacity:.2}.ph-duotone.ph-chart-line-up:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-pie:before{content:"";opacity:.2}.ph-duotone.ph-chart-pie:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-pie-slice:before{content:"";opacity:.2}.ph-duotone.ph-chart-pie-slice:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-polar:before{content:"";opacity:.2}.ph-duotone.ph-chart-polar:after{content:"";margin-left:-1em}.ph-duotone.ph-chart-scatter:before{content:"";opacity:.2}.ph-duotone.ph-chart-scatter:after{content:"";margin-left:-1em}.ph-duotone.ph-chat:before{content:"";opacity:.2}.ph-duotone.ph-chat:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-centered:before{content:"";opacity:.2}.ph-duotone.ph-chat-centered:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-centered-dots:before{content:"";opacity:.2}.ph-duotone.ph-chat-centered-dots:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-centered-slash:before{content:"";opacity:.2}.ph-duotone.ph-chat-centered-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-centered-text:before{content:"";opacity:.2}.ph-duotone.ph-chat-centered-text:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-circle:before{content:"";opacity:.2}.ph-duotone.ph-chat-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-circle-dots:before{content:"";opacity:.2}.ph-duotone.ph-chat-circle-dots:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-circle-slash:before{content:"";opacity:.2}.ph-duotone.ph-chat-circle-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-circle-text:before{content:"";opacity:.2}.ph-duotone.ph-chat-circle-text:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-dots:before{content:"";opacity:.2}.ph-duotone.ph-chat-dots:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-slash:before{content:"";opacity:.2}.ph-duotone.ph-chat-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-teardrop:before{content:"";opacity:.2}.ph-duotone.ph-chat-teardrop:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-teardrop-dots:before{content:"";opacity:.2}.ph-duotone.ph-chat-teardrop-dots:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-teardrop-slash:before{content:"";opacity:.2}.ph-duotone.ph-chat-teardrop-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-teardrop-text:before{content:"";opacity:.2}.ph-duotone.ph-chat-teardrop-text:after{content:"";margin-left:-1em}.ph-duotone.ph-chat-text:before{content:"";opacity:.2}.ph-duotone.ph-chat-text:after{content:"";margin-left:-1em}.ph-duotone.ph-chats:before{content:"";opacity:.2}.ph-duotone.ph-chats:after{content:"";margin-left:-1em}.ph-duotone.ph-chats-circle:before{content:"";opacity:.2}.ph-duotone.ph-chats-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-chats-teardrop:before{content:"";opacity:.2}.ph-duotone.ph-chats-teardrop:after{content:"";margin-left:-1em}.ph-duotone.ph-check:before{content:"";opacity:.2}.ph-duotone.ph-check:after{content:"";margin-left:-1em}.ph-duotone.ph-check-circle:before{content:"";opacity:.2}.ph-duotone.ph-check-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-check-fat:before{content:"";opacity:.2}.ph-duotone.ph-check-fat:after{content:"";margin-left:-1em}.ph-duotone.ph-check-square:before{content:"";opacity:.2}.ph-duotone.ph-check-square:after{content:"";margin-left:-1em}.ph-duotone.ph-check-square-offset:before{content:"";opacity:.2}.ph-duotone.ph-check-square-offset:after{content:"";margin-left:-1em}.ph-duotone.ph-checkerboard:before{content:"";opacity:.2}.ph-duotone.ph-checkerboard:after{content:"";margin-left:-1em}.ph-duotone.ph-checks:before{content:"";opacity:.2}.ph-duotone.ph-checks:after{content:"";margin-left:-1em}.ph-duotone.ph-cheers:before{content:"";opacity:.2}.ph-duotone.ph-cheers:after{content:"";margin-left:-1em}.ph-duotone.ph-cheese:before{content:"";opacity:.2}.ph-duotone.ph-cheese:after{content:"";margin-left:-1em}.ph-duotone.ph-chef-hat:before{content:"";opacity:.2}.ph-duotone.ph-chef-hat:after{content:"";margin-left:-1em}.ph-duotone.ph-cherries:before{content:"";opacity:.2}.ph-duotone.ph-cherries:after{content:"";margin-left:-1em}.ph-duotone.ph-church:before{content:"";opacity:.2}.ph-duotone.ph-church:after{content:"";margin-left:-1em}.ph-duotone.ph-cigarette:before{content:"";opacity:.2}.ph-duotone.ph-cigarette:after{content:"";margin-left:-1em}.ph-duotone.ph-cigarette-slash:before{content:"";opacity:.2}.ph-duotone.ph-cigarette-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-circle:before{content:"";opacity:.2}.ph-duotone.ph-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-circle-dashed:before{content:"";opacity:.2}.ph-duotone.ph-circle-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-circle-half:before{content:"";opacity:.2}.ph-duotone.ph-circle-half:after{content:"";margin-left:-1em}.ph-duotone.ph-circle-half-tilt:before{content:"";opacity:.2}.ph-duotone.ph-circle-half-tilt:after{content:"";margin-left:-1em}.ph-duotone.ph-circle-notch:before{content:"";opacity:.2}.ph-duotone.ph-circle-notch:after{content:"";margin-left:-1em}.ph-duotone.ph-circles-four:before{content:"";opacity:.2}.ph-duotone.ph-circles-four:after{content:"";margin-left:-1em}.ph-duotone.ph-circles-three:before{content:"";opacity:.2}.ph-duotone.ph-circles-three:after{content:"";margin-left:-1em}.ph-duotone.ph-circles-three-plus:before{content:"";opacity:.2}.ph-duotone.ph-circles-three-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-circuitry:before{content:"";opacity:.2}.ph-duotone.ph-circuitry:after{content:"";margin-left:-1em}.ph-duotone.ph-city:before{content:"";opacity:.2}.ph-duotone.ph-city:after{content:"";margin-left:-1em}.ph-duotone.ph-clipboard:before{content:"";opacity:.2}.ph-duotone.ph-clipboard:after{content:"";margin-left:-1em}.ph-duotone.ph-clipboard-text:before{content:"";opacity:.2}.ph-duotone.ph-clipboard-text:after{content:"";margin-left:-1em}.ph-duotone.ph-clock:before{content:"";opacity:.2}.ph-duotone.ph-clock:after{content:"";margin-left:-1em}.ph-duotone.ph-clock-afternoon:before{content:"";opacity:.2}.ph-duotone.ph-clock-afternoon:after{content:"";margin-left:-1em}.ph-duotone.ph-clock-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-clock-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-clock-countdown:before{content:"";opacity:.2}.ph-duotone.ph-clock-countdown:after{content:"";margin-left:-1em}.ph-duotone.ph-clock-counter-clockwise:before{content:"";opacity:.2}.ph-duotone.ph-clock-counter-clockwise:after{content:"";margin-left:-1em}.ph-duotone.ph-clock-user:before{content:"";opacity:.2}.ph-duotone.ph-clock-user:after{content:"";margin-left:-1em}.ph-duotone.ph-closed-captioning:before{content:"";opacity:.2}.ph-duotone.ph-closed-captioning:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud:before{content:"";opacity:.2}.ph-duotone.ph-cloud:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-cloud-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-cloud-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-check:before{content:"";opacity:.2}.ph-duotone.ph-cloud-check:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-fog:before{content:"";opacity:.2}.ph-duotone.ph-cloud-fog:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-lightning:before{content:"";opacity:.2}.ph-duotone.ph-cloud-lightning:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-moon:before{content:"";opacity:.2}.ph-duotone.ph-cloud-moon:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-rain:before{content:"";opacity:.2}.ph-duotone.ph-cloud-rain:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-slash:before{content:"";opacity:.2}.ph-duotone.ph-cloud-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-snow:before{content:"";opacity:.2}.ph-duotone.ph-cloud-snow:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-sun:before{content:"";opacity:.2}.ph-duotone.ph-cloud-sun:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-warning:before{content:"";opacity:.2}.ph-duotone.ph-cloud-warning:after{content:"";margin-left:-1em}.ph-duotone.ph-cloud-x:before{content:"";opacity:.2}.ph-duotone.ph-cloud-x:after{content:"";margin-left:-1em}.ph-duotone.ph-clover:before{content:"";opacity:.2}.ph-duotone.ph-clover:after{content:"";margin-left:-1em}.ph-duotone.ph-club:before{content:"";opacity:.2}.ph-duotone.ph-club:after{content:"";margin-left:-1em}.ph-duotone.ph-coat-hanger:before{content:"";opacity:.2}.ph-duotone.ph-coat-hanger:after{content:"";margin-left:-1em}.ph-duotone.ph-coda-logo:before{content:"";opacity:.2}.ph-duotone.ph-coda-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-code:before{content:"";opacity:.2}.ph-duotone.ph-code:after{content:"";margin-left:-1em}.ph-duotone.ph-code-block:before{content:"";opacity:.2}.ph-duotone.ph-code-block:after{content:"";margin-left:-1em}.ph-duotone.ph-code-simple:before{content:"";opacity:.2}.ph-duotone.ph-code-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-codepen-logo:before{content:"";opacity:.2}.ph-duotone.ph-codepen-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-codesandbox-logo:before{content:"";opacity:.2}.ph-duotone.ph-codesandbox-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-coffee:before{content:"";opacity:.2}.ph-duotone.ph-coffee:after{content:"";margin-left:-1em}.ph-duotone.ph-coffee-bean:before{content:"";opacity:.2}.ph-duotone.ph-coffee-bean:after{content:"";margin-left:-1em}.ph-duotone.ph-coin:before{content:"";opacity:.2}.ph-duotone.ph-coin:after{content:"";margin-left:-1em}.ph-duotone.ph-coin-vertical:before{content:"";opacity:.2}.ph-duotone.ph-coin-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-coins:before{content:"";opacity:.2}.ph-duotone.ph-coins:after{content:"";margin-left:-1em}.ph-duotone.ph-columns:before{content:"";opacity:.2}.ph-duotone.ph-columns:after{content:"";margin-left:-1em}.ph-duotone.ph-columns-plus-left:before{content:"";opacity:.2}.ph-duotone.ph-columns-plus-left:after{content:"";margin-left:-1em}.ph-duotone.ph-columns-plus-right:before{content:"";opacity:.2}.ph-duotone.ph-columns-plus-right:after{content:"";margin-left:-1em}.ph-duotone.ph-command:before{content:"";opacity:.2}.ph-duotone.ph-command:after{content:"";margin-left:-1em}.ph-duotone.ph-compass:before{content:"";opacity:.2}.ph-duotone.ph-compass:after{content:"";margin-left:-1em}.ph-duotone.ph-compass-rose:before{content:"";opacity:.2}.ph-duotone.ph-compass-rose:after{content:"";margin-left:-1em}.ph-duotone.ph-compass-tool:before{content:"";opacity:.2}.ph-duotone.ph-compass-tool:after{content:"";margin-left:-1em}.ph-duotone.ph-computer-tower:before{content:"";opacity:.2}.ph-duotone.ph-computer-tower:after{content:"";margin-left:-1em}.ph-duotone.ph-confetti:before{content:"";opacity:.2}.ph-duotone.ph-confetti:after{content:"";margin-left:-1em}.ph-duotone.ph-contactless-payment:before{content:"";opacity:.2}.ph-duotone.ph-contactless-payment:after{content:"";margin-left:-1em}.ph-duotone.ph-control:before{content:"";opacity:.2}.ph-duotone.ph-control:after{content:"";margin-left:-1em}.ph-duotone.ph-cookie:before{content:"";opacity:.2}.ph-duotone.ph-cookie:after{content:"";margin-left:-1em}.ph-duotone.ph-cooking-pot:before{content:"";opacity:.2}.ph-duotone.ph-cooking-pot:after{content:"";margin-left:-1em}.ph-duotone.ph-copy:before{content:"";opacity:.2}.ph-duotone.ph-copy:after{content:"";margin-left:-1em}.ph-duotone.ph-copy-simple:before{content:"";opacity:.2}.ph-duotone.ph-copy-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-copyleft:before{content:"";opacity:.2}.ph-duotone.ph-copyleft:after{content:"";margin-left:-1em}.ph-duotone.ph-copyright:before{content:"";opacity:.2}.ph-duotone.ph-copyright:after{content:"";margin-left:-1em}.ph-duotone.ph-corners-in:before{content:"";opacity:.2}.ph-duotone.ph-corners-in:after{content:"";margin-left:-1em}.ph-duotone.ph-corners-out:before{content:"";opacity:.2}.ph-duotone.ph-corners-out:after{content:"";margin-left:-1em}.ph-duotone.ph-couch:before{content:"";opacity:.2}.ph-duotone.ph-couch:after{content:"";margin-left:-1em}.ph-duotone.ph-court-basketball:before{content:"";opacity:.2}.ph-duotone.ph-court-basketball:after{content:"";margin-left:-1em}.ph-duotone.ph-cow:before{content:"";opacity:.2}.ph-duotone.ph-cow:after{content:"";margin-left:-1em}.ph-duotone.ph-cowboy-hat:before{content:"";opacity:.2}.ph-duotone.ph-cowboy-hat:after{content:"";margin-left:-1em}.ph-duotone.ph-cpu:before{content:"";opacity:.2}.ph-duotone.ph-cpu:after{content:"";margin-left:-1em}.ph-duotone.ph-crane:before{content:"";opacity:.2}.ph-duotone.ph-crane:after{content:"";margin-left:-1em}.ph-duotone.ph-crane-tower:before{content:"";opacity:.2}.ph-duotone.ph-crane-tower:after{content:"";margin-left:-1em}.ph-duotone.ph-credit-card:before{content:"";opacity:.2}.ph-duotone.ph-credit-card:after{content:"";margin-left:-1em}.ph-duotone.ph-cricket:before{content:"";opacity:.2}.ph-duotone.ph-cricket:after{content:"";margin-left:-1em}.ph-duotone.ph-crop:before{content:"";opacity:.2}.ph-duotone.ph-crop:after{content:"";margin-left:-1em}.ph-duotone.ph-cross:before{content:"";opacity:.2}.ph-duotone.ph-cross:after{content:"";margin-left:-1em}.ph-duotone.ph-crosshair:before{content:"";opacity:.2}.ph-duotone.ph-crosshair:after{content:"";margin-left:-1em}.ph-duotone.ph-crosshair-simple:before{content:"";opacity:.2}.ph-duotone.ph-crosshair-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-crown:before{content:"";opacity:.2}.ph-duotone.ph-crown:after{content:"";margin-left:-1em}.ph-duotone.ph-crown-cross:before{content:"";opacity:.2}.ph-duotone.ph-crown-cross:after{content:"";margin-left:-1em}.ph-duotone.ph-crown-simple:before{content:"";opacity:.2}.ph-duotone.ph-crown-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-cube:before{content:"";opacity:.2}.ph-duotone.ph-cube:after{content:"";margin-left:-1em}.ph-duotone.ph-cube-focus:before{content:"";opacity:.2}.ph-duotone.ph-cube-focus:after{content:"";margin-left:-1em}.ph-duotone.ph-cube-transparent:before{content:"";opacity:.2}.ph-duotone.ph-cube-transparent:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-btc:before{content:"";opacity:.2}.ph-duotone.ph-currency-btc:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-circle-dollar:before{content:"";opacity:.2}.ph-duotone.ph-currency-circle-dollar:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-cny:before{content:"";opacity:.2}.ph-duotone.ph-currency-cny:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-dollar:before{content:"";opacity:.2}.ph-duotone.ph-currency-dollar:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-dollar-simple:before{content:"";opacity:.2}.ph-duotone.ph-currency-dollar-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-eth:before{content:"";opacity:.2}.ph-duotone.ph-currency-eth:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-eur:before{content:"";opacity:.2}.ph-duotone.ph-currency-eur:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-gbp:before{content:"";opacity:.2}.ph-duotone.ph-currency-gbp:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-inr:before{content:"";opacity:.2}.ph-duotone.ph-currency-inr:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-jpy:before{content:"";opacity:.2}.ph-duotone.ph-currency-jpy:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-krw:before{content:"";opacity:.2}.ph-duotone.ph-currency-krw:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-kzt:before{content:"";opacity:.2}.ph-duotone.ph-currency-kzt:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-ngn:before{content:"";opacity:.2}.ph-duotone.ph-currency-ngn:after{content:"";margin-left:-1em}.ph-duotone.ph-currency-rub:before{content:"";opacity:.2}.ph-duotone.ph-currency-rub:after{content:"";margin-left:-1em}.ph-duotone.ph-cursor:before{content:"";opacity:.2}.ph-duotone.ph-cursor:after{content:"";margin-left:-1em}.ph-duotone.ph-cursor-click:before{content:"";opacity:.2}.ph-duotone.ph-cursor-click:after{content:"";margin-left:-1em}.ph-duotone.ph-cursor-text:before{content:"";opacity:.2}.ph-duotone.ph-cursor-text:after{content:"";margin-left:-1em}.ph-duotone.ph-cylinder:before{content:"";opacity:.2}.ph-duotone.ph-cylinder:after{content:"";margin-left:-1em}.ph-duotone.ph-database:before{content:"";opacity:.2}.ph-duotone.ph-database:after{content:"";margin-left:-1em}.ph-duotone.ph-desk:before{content:"";opacity:.2}.ph-duotone.ph-desk:after{content:"";margin-left:-1em}.ph-duotone.ph-desktop:before{content:"";opacity:.2}.ph-duotone.ph-desktop:after{content:"";margin-left:-1em}.ph-duotone.ph-desktop-tower:before{content:"";opacity:.2}.ph-duotone.ph-desktop-tower:after{content:"";margin-left:-1em}.ph-duotone.ph-detective:before{content:"";opacity:.2}.ph-duotone.ph-detective:after{content:"";margin-left:-1em}.ph-duotone.ph-dev-to-logo:before{content:"";opacity:.2}.ph-duotone.ph-dev-to-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-device-mobile:before{content:"";opacity:.2}.ph-duotone.ph-device-mobile:after{content:"";margin-left:-1em}.ph-duotone.ph-device-mobile-camera:before{content:"";opacity:.2}.ph-duotone.ph-device-mobile-camera:after{content:"";margin-left:-1em}.ph-duotone.ph-device-mobile-slash:before{content:"";opacity:.2}.ph-duotone.ph-device-mobile-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-device-mobile-speaker:before{content:"";opacity:.2}.ph-duotone.ph-device-mobile-speaker:after{content:"";margin-left:-1em}.ph-duotone.ph-device-rotate:before{content:"";opacity:.2}.ph-duotone.ph-device-rotate:after{content:"";margin-left:-1em}.ph-duotone.ph-device-tablet:before{content:"";opacity:.2}.ph-duotone.ph-device-tablet:after{content:"";margin-left:-1em}.ph-duotone.ph-device-tablet-camera:before{content:"";opacity:.2}.ph-duotone.ph-device-tablet-camera:after{content:"";margin-left:-1em}.ph-duotone.ph-device-tablet-speaker:before{content:"";opacity:.2}.ph-duotone.ph-device-tablet-speaker:after{content:"";margin-left:-1em}.ph-duotone.ph-devices:before{content:"";opacity:.2}.ph-duotone.ph-devices:after{content:"";margin-left:-1em}.ph-duotone.ph-diamond:before{content:"";opacity:.2}.ph-duotone.ph-diamond:after{content:"";margin-left:-1em}.ph-duotone.ph-diamonds-four:before{content:"";opacity:.2}.ph-duotone.ph-diamonds-four:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-five:before{content:"";opacity:.2}.ph-duotone.ph-dice-five:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-four:before{content:"";opacity:.2}.ph-duotone.ph-dice-four:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-one:before{content:"";opacity:.2}.ph-duotone.ph-dice-one:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-six:before{content:"";opacity:.2}.ph-duotone.ph-dice-six:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-three:before{content:"";opacity:.2}.ph-duotone.ph-dice-three:after{content:"";margin-left:-1em}.ph-duotone.ph-dice-two:before{content:"";opacity:.2}.ph-duotone.ph-dice-two:after{content:"";margin-left:-1em}.ph-duotone.ph-disc:before{content:"";opacity:.2}.ph-duotone.ph-disc:after{content:"";margin-left:-1em}.ph-duotone.ph-disco-ball:before{content:"";opacity:.2}.ph-duotone.ph-disco-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-discord-logo:before{content:"";opacity:.2}.ph-duotone.ph-discord-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-divide:before{content:"";opacity:.2}.ph-duotone.ph-divide:after{content:"";margin-left:-1em}.ph-duotone.ph-dna:before{content:"";opacity:.2}.ph-duotone.ph-dna:after{content:"";margin-left:-1em}.ph-duotone.ph-dog:before{content:"";opacity:.2}.ph-duotone.ph-dog:after{content:"";margin-left:-1em}.ph-duotone.ph-door:before{content:"";opacity:.2}.ph-duotone.ph-door:after{content:"";margin-left:-1em}.ph-duotone.ph-door-open:before{content:"";opacity:.2}.ph-duotone.ph-door-open:after{content:"";margin-left:-1em}.ph-duotone.ph-dot:before{content:"";opacity:.2}.ph-duotone.ph-dot:after{content:"";margin-left:-1em}.ph-duotone.ph-dot-outline:before{content:"";opacity:.2}.ph-duotone.ph-dot-outline:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-nine:before{content:"";opacity:.2}.ph-duotone.ph-dots-nine:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-six:before{content:"";opacity:.2}.ph-duotone.ph-dots-six:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-six-vertical:before{content:"";opacity:.2}.ph-duotone.ph-dots-six-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three:before{content:"";opacity:.2}.ph-duotone.ph-dots-three:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three-circle:before{content:"";opacity:.2}.ph-duotone.ph-dots-three-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three-circle-vertical:before{content:"";opacity:.2}.ph-duotone.ph-dots-three-circle-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three-outline:before{content:"";opacity:.2}.ph-duotone.ph-dots-three-outline:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three-outline-vertical:before{content:"";opacity:.2}.ph-duotone.ph-dots-three-outline-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-dots-three-vertical:before{content:"";opacity:.2}.ph-duotone.ph-dots-three-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-download:before{content:"";opacity:.2}.ph-duotone.ph-download:after{content:"";margin-left:-1em}.ph-duotone.ph-download-simple:before{content:"";opacity:.2}.ph-duotone.ph-download-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-dress:before{content:"";opacity:.2}.ph-duotone.ph-dress:after{content:"";margin-left:-1em}.ph-duotone.ph-dresser:before{content:"";opacity:.2}.ph-duotone.ph-dresser:after{content:"";margin-left:-1em}.ph-duotone.ph-dribbble-logo:before{content:"";opacity:.2}.ph-duotone.ph-dribbble-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-drone:before{content:"";opacity:.2}.ph-duotone.ph-drone:after{content:"";margin-left:-1em}.ph-duotone.ph-drop:before{content:"";opacity:.2}.ph-duotone.ph-drop:after{content:"";margin-left:-1em}.ph-duotone.ph-drop-half:before{content:"";opacity:.2}.ph-duotone.ph-drop-half:after{content:"";margin-left:-1em}.ph-duotone.ph-drop-half-bottom:before{content:"";opacity:.2}.ph-duotone.ph-drop-half-bottom:after{content:"";margin-left:-1em}.ph-duotone.ph-drop-simple:before{content:"";opacity:.2}.ph-duotone.ph-drop-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-drop-slash:before{content:"";opacity:.2}.ph-duotone.ph-drop-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-dropbox-logo:before{content:"";opacity:.2}.ph-duotone.ph-dropbox-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-ear:before{content:"";opacity:.2}.ph-duotone.ph-ear:after{content:"";margin-left:-1em}.ph-duotone.ph-ear-slash:before{content:"";opacity:.2}.ph-duotone.ph-ear-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-egg:before{content:"";opacity:.2}.ph-duotone.ph-egg:after{content:"";margin-left:-1em}.ph-duotone.ph-egg-crack:before{content:"";opacity:.2}.ph-duotone.ph-egg-crack:after{content:"";margin-left:-1em}.ph-duotone.ph-eject:before{content:"";opacity:.2}.ph-duotone.ph-eject:after{content:"";margin-left:-1em}.ph-duotone.ph-eject-simple:before{content:"";opacity:.2}.ph-duotone.ph-eject-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-elevator:before{content:"";opacity:.2}.ph-duotone.ph-elevator:after{content:"";margin-left:-1em}.ph-duotone.ph-empty:before{content:"";opacity:.2}.ph-duotone.ph-empty:after{content:"";margin-left:-1em}.ph-duotone.ph-engine:before{content:"";opacity:.2}.ph-duotone.ph-engine:after{content:"";margin-left:-1em}.ph-duotone.ph-envelope:before{content:"";opacity:.2}.ph-duotone.ph-envelope:after{content:"";margin-left:-1em}.ph-duotone.ph-envelope-open:before{content:"";opacity:.2}.ph-duotone.ph-envelope-open:after{content:"";margin-left:-1em}.ph-duotone.ph-envelope-simple:before{content:"";opacity:.2}.ph-duotone.ph-envelope-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-envelope-simple-open:before{content:"";opacity:.2}.ph-duotone.ph-envelope-simple-open:after{content:"";margin-left:-1em}.ph-duotone.ph-equalizer:before{content:"";opacity:.2}.ph-duotone.ph-equalizer:after{content:"";margin-left:-1em}.ph-duotone.ph-equals:before{content:"";opacity:.2}.ph-duotone.ph-equals:after{content:"";margin-left:-1em}.ph-duotone.ph-eraser:before{content:"";opacity:.2}.ph-duotone.ph-eraser:after{content:"";margin-left:-1em}.ph-duotone.ph-escalator-down:before{content:"";opacity:.2}.ph-duotone.ph-escalator-down:after{content:"";margin-left:-1em}.ph-duotone.ph-escalator-up:before{content:"";opacity:.2}.ph-duotone.ph-escalator-up:after{content:"";margin-left:-1em}.ph-duotone.ph-exam:before{content:"";opacity:.2}.ph-duotone.ph-exam:after{content:"";margin-left:-1em}.ph-duotone.ph-exclamation-mark:before{content:"";opacity:.2}.ph-duotone.ph-exclamation-mark:after{content:"";margin-left:-1em}.ph-duotone.ph-exclude:before{content:"";opacity:.2}.ph-duotone.ph-exclude:after{content:"";margin-left:-1em}.ph-duotone.ph-exclude-square:before{content:"";opacity:.2}.ph-duotone.ph-exclude-square:after{content:"";margin-left:-1em}.ph-duotone.ph-export:before{content:"";opacity:.2}.ph-duotone.ph-export:after{content:"";margin-left:-1em}.ph-duotone.ph-eye:before{content:"";opacity:.2}.ph-duotone.ph-eye:after{content:"";margin-left:-1em}.ph-duotone.ph-eye-closed:before{content:"";opacity:.2}.ph-duotone.ph-eye-closed:after{content:"";margin-left:-1em}.ph-duotone.ph-eye-slash:before{content:"";opacity:.2}.ph-duotone.ph-eye-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-eyedropper:before{content:"";opacity:.2}.ph-duotone.ph-eyedropper:after{content:"";margin-left:-1em}.ph-duotone.ph-eyedropper-sample:before{content:"";opacity:.2}.ph-duotone.ph-eyedropper-sample:after{content:"";margin-left:-1em}.ph-duotone.ph-eyeglasses:before{content:"";opacity:.2}.ph-duotone.ph-eyeglasses:after{content:"";margin-left:-1em}.ph-duotone.ph-eyes:before{content:"";opacity:.2}.ph-duotone.ph-eyes:after{content:"";margin-left:-1em}.ph-duotone.ph-face-mask:before{content:"";opacity:.2}.ph-duotone.ph-face-mask:after{content:"";margin-left:-1em}.ph-duotone.ph-facebook-logo:before{content:"";opacity:.2}.ph-duotone.ph-facebook-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-factory:before{content:"";opacity:.2}.ph-duotone.ph-factory:after{content:"";margin-left:-1em}.ph-duotone.ph-faders:before{content:"";opacity:.2}.ph-duotone.ph-faders:after{content:"";margin-left:-1em}.ph-duotone.ph-faders-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-faders-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-fallout-shelter:before{content:"";opacity:.2}.ph-duotone.ph-fallout-shelter:after{content:"";margin-left:-1em}.ph-duotone.ph-fan:before{content:"";opacity:.2}.ph-duotone.ph-fan:after{content:"";margin-left:-1em}.ph-duotone.ph-farm:before{content:"";opacity:.2}.ph-duotone.ph-farm:after{content:"";margin-left:-1em}.ph-duotone.ph-fast-forward:before{content:"";opacity:.2}.ph-duotone.ph-fast-forward:after{content:"";margin-left:-1em}.ph-duotone.ph-fast-forward-circle:before{content:"";opacity:.2}.ph-duotone.ph-fast-forward-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-feather:before{content:"";opacity:.2}.ph-duotone.ph-feather:after{content:"";margin-left:-1em}.ph-duotone.ph-fediverse-logo:before{content:"";opacity:.2}.ph-duotone.ph-fediverse-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-figma-logo:before{content:"";opacity:.2}.ph-duotone.ph-figma-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-file:before{content:"";opacity:.2}.ph-duotone.ph-file:after{content:"";margin-left:-1em}.ph-duotone.ph-file-archive:before{content:"";opacity:.2}.ph-duotone.ph-file-archive:after{content:"";margin-left:-1em}.ph-duotone.ph-file-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-file-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-file-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-file-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-file-audio:before{content:"";opacity:.2}.ph-duotone.ph-file-audio:after{content:"";margin-left:-1em}.ph-duotone.ph-file-c:before{content:"";opacity:.2}.ph-duotone.ph-file-c:after{content:"";margin-left:-1em}.ph-duotone.ph-file-c-sharp:before{content:"";opacity:.2}.ph-duotone.ph-file-c-sharp:after{content:"";margin-left:-1em}.ph-duotone.ph-file-cloud:before{content:"";opacity:.2}.ph-duotone.ph-file-cloud:after{content:"";margin-left:-1em}.ph-duotone.ph-file-code:before{content:"";opacity:.2}.ph-duotone.ph-file-code:after{content:"";margin-left:-1em}.ph-duotone.ph-file-cpp:before{content:"";opacity:.2}.ph-duotone.ph-file-cpp:after{content:"";margin-left:-1em}.ph-duotone.ph-file-css:before{content:"";opacity:.2}.ph-duotone.ph-file-css:after{content:"";margin-left:-1em}.ph-duotone.ph-file-csv:before{content:"";opacity:.2}.ph-duotone.ph-file-csv:after{content:"";margin-left:-1em}.ph-duotone.ph-file-dashed:before{content:"";opacity:.2}.ph-duotone.ph-file-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-file-doc:before{content:"";opacity:.2}.ph-duotone.ph-file-doc:after{content:"";margin-left:-1em}.ph-duotone.ph-file-html:before{content:"";opacity:.2}.ph-duotone.ph-file-html:after{content:"";margin-left:-1em}.ph-duotone.ph-file-image:before{content:"";opacity:.2}.ph-duotone.ph-file-image:after{content:"";margin-left:-1em}.ph-duotone.ph-file-ini:before{content:"";opacity:.2}.ph-duotone.ph-file-ini:after{content:"";margin-left:-1em}.ph-duotone.ph-file-jpg:before{content:"";opacity:.2}.ph-duotone.ph-file-jpg:after{content:"";margin-left:-1em}.ph-duotone.ph-file-js:before{content:"";opacity:.2}.ph-duotone.ph-file-js:after{content:"";margin-left:-1em}.ph-duotone.ph-file-jsx:before{content:"";opacity:.2}.ph-duotone.ph-file-jsx:after{content:"";margin-left:-1em}.ph-duotone.ph-file-lock:before{content:"";opacity:.2}.ph-duotone.ph-file-lock:after{content:"";margin-left:-1em}.ph-duotone.ph-file-magnifying-glass:before{content:"";opacity:.2}.ph-duotone.ph-file-magnifying-glass:after{content:"";margin-left:-1em}.ph-duotone.ph-file-md:before{content:"";opacity:.2}.ph-duotone.ph-file-md:after{content:"";margin-left:-1em}.ph-duotone.ph-file-minus:before{content:"";opacity:.2}.ph-duotone.ph-file-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-file-pdf:before{content:"";opacity:.2}.ph-duotone.ph-file-pdf:after{content:"";margin-left:-1em}.ph-duotone.ph-file-plus:before{content:"";opacity:.2}.ph-duotone.ph-file-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-file-png:before{content:"";opacity:.2}.ph-duotone.ph-file-png:after{content:"";margin-left:-1em}.ph-duotone.ph-file-ppt:before{content:"";opacity:.2}.ph-duotone.ph-file-ppt:after{content:"";margin-left:-1em}.ph-duotone.ph-file-py:before{content:"";opacity:.2}.ph-duotone.ph-file-py:after{content:"";margin-left:-1em}.ph-duotone.ph-file-rs:before{content:"";opacity:.2}.ph-duotone.ph-file-rs:after{content:"";margin-left:-1em}.ph-duotone.ph-file-sql:before{content:"";opacity:.2}.ph-duotone.ph-file-sql:after{content:"";margin-left:-1em}.ph-duotone.ph-file-svg:before{content:"";opacity:.2}.ph-duotone.ph-file-svg:after{content:"";margin-left:-1em}.ph-duotone.ph-file-text:before{content:"";opacity:.2}.ph-duotone.ph-file-text:after{content:"";margin-left:-1em}.ph-duotone.ph-file-ts:before{content:"";opacity:.2}.ph-duotone.ph-file-ts:after{content:"";margin-left:-1em}.ph-duotone.ph-file-tsx:before{content:"";opacity:.2}.ph-duotone.ph-file-tsx:after{content:"";margin-left:-1em}.ph-duotone.ph-file-txt:before{content:"";opacity:.2}.ph-duotone.ph-file-txt:after{content:"";margin-left:-1em}.ph-duotone.ph-file-video:before{content:"";opacity:.2}.ph-duotone.ph-file-video:after{content:"";margin-left:-1em}.ph-duotone.ph-file-vue:before{content:"";opacity:.2}.ph-duotone.ph-file-vue:after{content:"";margin-left:-1em}.ph-duotone.ph-file-x:before{content:"";opacity:.2}.ph-duotone.ph-file-x:after{content:"";margin-left:-1em}.ph-duotone.ph-file-xls:before{content:"";opacity:.2}.ph-duotone.ph-file-xls:after{content:"";margin-left:-1em}.ph-duotone.ph-file-zip:before{content:"";opacity:.2}.ph-duotone.ph-file-zip:after{content:"";margin-left:-1em}.ph-duotone.ph-files:before{content:"";opacity:.2}.ph-duotone.ph-files:after{content:"";margin-left:-1em}.ph-duotone.ph-film-reel:before{content:"";opacity:.2}.ph-duotone.ph-film-reel:after{content:"";margin-left:-1em}.ph-duotone.ph-film-script:before{content:"";opacity:.2}.ph-duotone.ph-film-script:after{content:"";margin-left:-1em}.ph-duotone.ph-film-slate:before{content:"";opacity:.2}.ph-duotone.ph-film-slate:after{content:"";margin-left:-1em}.ph-duotone.ph-film-strip:before{content:"";opacity:.2}.ph-duotone.ph-film-strip:after{content:"";margin-left:-1em}.ph-duotone.ph-fingerprint:before{content:"";opacity:.2}.ph-duotone.ph-fingerprint:after{content:"";margin-left:-1em}.ph-duotone.ph-fingerprint-simple:before{content:"";opacity:.2}.ph-duotone.ph-fingerprint-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-finn-the-human:before{content:"";opacity:.2}.ph-duotone.ph-finn-the-human:after{content:"";margin-left:-1em}.ph-duotone.ph-fire:before{content:"";opacity:.2}.ph-duotone.ph-fire:after{content:"";margin-left:-1em}.ph-duotone.ph-fire-extinguisher:before{content:"";opacity:.2}.ph-duotone.ph-fire-extinguisher:after{content:"";margin-left:-1em}.ph-duotone.ph-fire-simple:before{content:"";opacity:.2}.ph-duotone.ph-fire-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-fire-truck:before{content:"";opacity:.2}.ph-duotone.ph-fire-truck:after{content:"";margin-left:-1em}.ph-duotone.ph-first-aid:before{content:"";opacity:.2}.ph-duotone.ph-first-aid:after{content:"";margin-left:-1em}.ph-duotone.ph-first-aid-kit:before{content:"";opacity:.2}.ph-duotone.ph-first-aid-kit:after{content:"";margin-left:-1em}.ph-duotone.ph-fish:before{content:"";opacity:.2}.ph-duotone.ph-fish:after{content:"";margin-left:-1em}.ph-duotone.ph-fish-simple:before{content:"";opacity:.2}.ph-duotone.ph-fish-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-flag:before{content:"";opacity:.2}.ph-duotone.ph-flag:after{content:"";margin-left:-1em}.ph-duotone.ph-flag-banner:before{content:"";opacity:.2}.ph-duotone.ph-flag-banner:after{content:"";margin-left:-1em}.ph-duotone.ph-flag-banner-fold:before{content:"";opacity:.2}.ph-duotone.ph-flag-banner-fold:after{content:"";margin-left:-1em}.ph-duotone.ph-flag-checkered:before{content:"";opacity:.2}.ph-duotone.ph-flag-checkered:after{content:"";margin-left:-1em}.ph-duotone.ph-flag-pennant:before{content:"";opacity:.2}.ph-duotone.ph-flag-pennant:after{content:"";margin-left:-1em}.ph-duotone.ph-flame:before{content:"";opacity:.2}.ph-duotone.ph-flame:after{content:"";margin-left:-1em}.ph-duotone.ph-flashlight:before{content:"";opacity:.2}.ph-duotone.ph-flashlight:after{content:"";margin-left:-1em}.ph-duotone.ph-flask:before{content:"";opacity:.2}.ph-duotone.ph-flask:after{content:"";margin-left:-1em}.ph-duotone.ph-flip-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-flip-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-flip-vertical:before{content:"";opacity:.2}.ph-duotone.ph-flip-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-floppy-disk:before{content:"";opacity:.2}.ph-duotone.ph-floppy-disk:after{content:"";margin-left:-1em}.ph-duotone.ph-floppy-disk-back:before{content:"";opacity:.2}.ph-duotone.ph-floppy-disk-back:after{content:"";margin-left:-1em}.ph-duotone.ph-flow-arrow:before{content:"";opacity:.2}.ph-duotone.ph-flow-arrow:after{content:"";margin-left:-1em}.ph-duotone.ph-flower:before{content:"";opacity:.2}.ph-duotone.ph-flower:after{content:"";margin-left:-1em}.ph-duotone.ph-flower-lotus:before{content:"";opacity:.2}.ph-duotone.ph-flower-lotus:after{content:"";margin-left:-1em}.ph-duotone.ph-flower-tulip:before{content:"";opacity:.2}.ph-duotone.ph-flower-tulip:after{content:"";margin-left:-1em}.ph-duotone.ph-flying-saucer:before{content:"";opacity:.2}.ph-duotone.ph-flying-saucer:after{content:"";margin-left:-1em}.ph-duotone.ph-folder:before{content:"";opacity:.2}.ph-duotone.ph-folder:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-dashed:before{content:"";opacity:.2}.ph-duotone.ph-folder-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-lock:before{content:"";opacity:.2}.ph-duotone.ph-folder-lock:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-minus:before{content:"";opacity:.2}.ph-duotone.ph-folder-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-open:before{content:"";opacity:.2}.ph-duotone.ph-folder-open:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-plus:before{content:"";opacity:.2}.ph-duotone.ph-folder-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-dashed:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-lock:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-lock:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-minus:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-plus:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-star:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-star:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-simple-user:before{content:"";opacity:.2}.ph-duotone.ph-folder-simple-user:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-star:before{content:"";opacity:.2}.ph-duotone.ph-folder-star:after{content:"";margin-left:-1em}.ph-duotone.ph-folder-user:before{content:"";opacity:.2}.ph-duotone.ph-folder-user:after{content:"";margin-left:-1em}.ph-duotone.ph-folders:before{content:"";opacity:.2}.ph-duotone.ph-folders:after{content:"";margin-left:-1em}.ph-duotone.ph-football:before{content:"";opacity:.2}.ph-duotone.ph-football:after{content:"";margin-left:-1em}.ph-duotone.ph-football-helmet:before{content:"";opacity:.2}.ph-duotone.ph-football-helmet:after{content:"";margin-left:-1em}.ph-duotone.ph-footprints:before{content:"";opacity:.2}.ph-duotone.ph-footprints:after{content:"";margin-left:-1em}.ph-duotone.ph-fork-knife:before{content:"";opacity:.2}.ph-duotone.ph-fork-knife:after{content:"";margin-left:-1em}.ph-duotone.ph-four-k:before{content:"";opacity:.2}.ph-duotone.ph-four-k:after{content:"";margin-left:-1em}.ph-duotone.ph-frame-corners:before{content:"";opacity:.2}.ph-duotone.ph-frame-corners:after{content:"";margin-left:-1em}.ph-duotone.ph-framer-logo:before{content:"";opacity:.2}.ph-duotone.ph-framer-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-function:before{content:"";opacity:.2}.ph-duotone.ph-function:after{content:"";margin-left:-1em}.ph-duotone.ph-funnel:before{content:"";opacity:.2}.ph-duotone.ph-funnel:after{content:"";margin-left:-1em}.ph-duotone.ph-funnel-simple:before{content:"";opacity:.2}.ph-duotone.ph-funnel-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-funnel-simple-x:before{content:"";opacity:.2}.ph-duotone.ph-funnel-simple-x:after{content:"";margin-left:-1em}.ph-duotone.ph-funnel-x:before{content:"";opacity:.2}.ph-duotone.ph-funnel-x:after{content:"";margin-left:-1em}.ph-duotone.ph-game-controller:before{content:"";opacity:.2}.ph-duotone.ph-game-controller:after{content:"";margin-left:-1em}.ph-duotone.ph-garage:before{content:"";opacity:.2}.ph-duotone.ph-garage:after{content:"";margin-left:-1em}.ph-duotone.ph-gas-can:before{content:"";opacity:.2}.ph-duotone.ph-gas-can:after{content:"";margin-left:-1em}.ph-duotone.ph-gas-pump:before{content:"";opacity:.2}.ph-duotone.ph-gas-pump:after{content:"";margin-left:-1em}.ph-duotone.ph-gauge:before{content:"";opacity:.2}.ph-duotone.ph-gauge:after{content:"";margin-left:-1em}.ph-duotone.ph-gavel:before{content:"";opacity:.2}.ph-duotone.ph-gavel:after{content:"";margin-left:-1em}.ph-duotone.ph-gear:before{content:"";opacity:.2}.ph-duotone.ph-gear:after{content:"";margin-left:-1em}.ph-duotone.ph-gear-fine:before{content:"";opacity:.2}.ph-duotone.ph-gear-fine:after{content:"";margin-left:-1em}.ph-duotone.ph-gear-six:before{content:"";opacity:.2}.ph-duotone.ph-gear-six:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-female:before{content:"";opacity:.2}.ph-duotone.ph-gender-female:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-intersex:before{content:"";opacity:.2}.ph-duotone.ph-gender-intersex:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-male:before{content:"";opacity:.2}.ph-duotone.ph-gender-male:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-neuter:before{content:"";opacity:.2}.ph-duotone.ph-gender-neuter:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-nonbinary:before{content:"";opacity:.2}.ph-duotone.ph-gender-nonbinary:after{content:"";margin-left:-1em}.ph-duotone.ph-gender-transgender:before{content:"";opacity:.2}.ph-duotone.ph-gender-transgender:after{content:"";margin-left:-1em}.ph-duotone.ph-ghost:before{content:"";opacity:.2}.ph-duotone.ph-ghost:after{content:"";margin-left:-1em}.ph-duotone.ph-gif:before{content:"";opacity:.2}.ph-duotone.ph-gif:after{content:"";margin-left:-1em}.ph-duotone.ph-gift:before{content:"";opacity:.2}.ph-duotone.ph-gift:after{content:"";margin-left:-1em}.ph-duotone.ph-git-branch:before{content:"";opacity:.2}.ph-duotone.ph-git-branch:after{content:"";margin-left:-1em}.ph-duotone.ph-git-commit:before{content:"";opacity:.2}.ph-duotone.ph-git-commit:after{content:"";margin-left:-1em}.ph-duotone.ph-git-diff:before{content:"";opacity:.2}.ph-duotone.ph-git-diff:after{content:"";margin-left:-1em}.ph-duotone.ph-git-fork:before{content:"";opacity:.2}.ph-duotone.ph-git-fork:after{content:"";margin-left:-1em}.ph-duotone.ph-git-merge:before{content:"";opacity:.2}.ph-duotone.ph-git-merge:after{content:"";margin-left:-1em}.ph-duotone.ph-git-pull-request:before{content:"";opacity:.2}.ph-duotone.ph-git-pull-request:after{content:"";margin-left:-1em}.ph-duotone.ph-github-logo:before{content:"";opacity:.2}.ph-duotone.ph-github-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-gitlab-logo:before{content:"";opacity:.2}.ph-duotone.ph-gitlab-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-gitlab-logo-simple:before{content:"";opacity:.2}.ph-duotone.ph-gitlab-logo-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-globe:before{content:"";opacity:.2}.ph-duotone.ph-globe:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-hemisphere-east:before{content:"";opacity:.2}.ph-duotone.ph-globe-hemisphere-east:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-hemisphere-west:before{content:"";opacity:.2}.ph-duotone.ph-globe-hemisphere-west:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-simple:before{content:"";opacity:.2}.ph-duotone.ph-globe-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-simple-x:before{content:"";opacity:.2}.ph-duotone.ph-globe-simple-x:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-stand:before{content:"";opacity:.2}.ph-duotone.ph-globe-stand:after{content:"";margin-left:-1em}.ph-duotone.ph-globe-x:before{content:"";opacity:.2}.ph-duotone.ph-globe-x:after{content:"";margin-left:-1em}.ph-duotone.ph-goggles:before{content:"";opacity:.2}.ph-duotone.ph-goggles:after{content:"";margin-left:-1em}.ph-duotone.ph-golf:before{content:"";opacity:.2}.ph-duotone.ph-golf:after{content:"";margin-left:-1em}.ph-duotone.ph-goodreads-logo:before{content:"";opacity:.2}.ph-duotone.ph-goodreads-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-cardboard-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-cardboard-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-chrome-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-chrome-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-drive-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-drive-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-photos-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-photos-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-play-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-play-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-google-podcasts-logo:before{content:"";opacity:.2}.ph-duotone.ph-google-podcasts-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-gps:before{content:"";opacity:.2}.ph-duotone.ph-gps:after{content:"";margin-left:-1em}.ph-duotone.ph-gps-fix:before{content:"";opacity:.2}.ph-duotone.ph-gps-fix:after{content:"";margin-left:-1em}.ph-duotone.ph-gps-slash:before{content:"";opacity:.2}.ph-duotone.ph-gps-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-gradient:before{content:"";opacity:.2}.ph-duotone.ph-gradient:after{content:"";margin-left:-1em}.ph-duotone.ph-graduation-cap:before{content:"";opacity:.2}.ph-duotone.ph-graduation-cap:after{content:"";margin-left:-1em}.ph-duotone.ph-grains:before{content:"";opacity:.2}.ph-duotone.ph-grains:after{content:"";margin-left:-1em}.ph-duotone.ph-grains-slash:before{content:"";opacity:.2}.ph-duotone.ph-grains-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-graph:before{content:"";opacity:.2}.ph-duotone.ph-graph:after{content:"";margin-left:-1em}.ph-duotone.ph-graphics-card:before{content:"";opacity:.2}.ph-duotone.ph-graphics-card:after{content:"";margin-left:-1em}.ph-duotone.ph-greater-than:before{content:"";opacity:.2}.ph-duotone.ph-greater-than:after{content:"";margin-left:-1em}.ph-duotone.ph-greater-than-or-equal:before{content:"";opacity:.2}.ph-duotone.ph-greater-than-or-equal:after{content:"";margin-left:-1em}.ph-duotone.ph-grid-four:before{content:"";opacity:.2}.ph-duotone.ph-grid-four:after{content:"";margin-left:-1em}.ph-duotone.ph-grid-nine:before{content:"";opacity:.2}.ph-duotone.ph-grid-nine:after{content:"";margin-left:-1em}.ph-duotone.ph-guitar:before{content:"";opacity:.2}.ph-duotone.ph-guitar:after{content:"";margin-left:-1em}.ph-duotone.ph-hair-dryer:before{content:"";opacity:.2}.ph-duotone.ph-hair-dryer:after{content:"";margin-left:-1em}.ph-duotone.ph-hamburger:before{content:"";opacity:.2}.ph-duotone.ph-hamburger:after{content:"";margin-left:-1em}.ph-duotone.ph-hammer:before{content:"";opacity:.2}.ph-duotone.ph-hammer:after{content:"";margin-left:-1em}.ph-duotone.ph-hand:before{content:"";opacity:.2}.ph-duotone.ph-hand:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-hand-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-hand-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-coins:before{content:"";opacity:.2}.ph-duotone.ph-hand-coins:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-deposit:before{content:"";opacity:.2}.ph-duotone.ph-hand-deposit:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-eye:before{content:"";opacity:.2}.ph-duotone.ph-hand-eye:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-fist:before{content:"";opacity:.2}.ph-duotone.ph-hand-fist:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-grabbing:before{content:"";opacity:.2}.ph-duotone.ph-hand-grabbing:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-heart:before{content:"";opacity:.2}.ph-duotone.ph-hand-heart:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-palm:before{content:"";opacity:.2}.ph-duotone.ph-hand-palm:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-peace:before{content:"";opacity:.2}.ph-duotone.ph-hand-peace:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-pointing:before{content:"";opacity:.2}.ph-duotone.ph-hand-pointing:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-soap:before{content:"";opacity:.2}.ph-duotone.ph-hand-soap:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-swipe-left:before{content:"";opacity:.2}.ph-duotone.ph-hand-swipe-left:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-swipe-right:before{content:"";opacity:.2}.ph-duotone.ph-hand-swipe-right:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-tap:before{content:"";opacity:.2}.ph-duotone.ph-hand-tap:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-waving:before{content:"";opacity:.2}.ph-duotone.ph-hand-waving:after{content:"";margin-left:-1em}.ph-duotone.ph-hand-withdraw:before{content:"";opacity:.2}.ph-duotone.ph-hand-withdraw:after{content:"";margin-left:-1em}.ph-duotone.ph-handbag:before{content:"";opacity:.2}.ph-duotone.ph-handbag:after{content:"";margin-left:-1em}.ph-duotone.ph-handbag-simple:before{content:"";opacity:.2}.ph-duotone.ph-handbag-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-hands-clapping:before{content:"";opacity:.2}.ph-duotone.ph-hands-clapping:after{content:"";margin-left:-1em}.ph-duotone.ph-hands-praying:before{content:"";opacity:.2}.ph-duotone.ph-hands-praying:after{content:"";margin-left:-1em}.ph-duotone.ph-handshake:before{content:"";opacity:.2}.ph-duotone.ph-handshake:after{content:"";margin-left:-1em}.ph-duotone.ph-hard-drive:before{content:"";opacity:.2}.ph-duotone.ph-hard-drive:after{content:"";margin-left:-1em}.ph-duotone.ph-hard-drives:before{content:"";opacity:.2}.ph-duotone.ph-hard-drives:after{content:"";margin-left:-1em}.ph-duotone.ph-hard-hat:before{content:"";opacity:.2}.ph-duotone.ph-hard-hat:after{content:"";margin-left:-1em}.ph-duotone.ph-hash:before{content:"";opacity:.2}.ph-duotone.ph-hash:after{content:"";margin-left:-1em}.ph-duotone.ph-hash-straight:before{content:"";opacity:.2}.ph-duotone.ph-hash-straight:after{content:"";margin-left:-1em}.ph-duotone.ph-head-circuit:before{content:"";opacity:.2}.ph-duotone.ph-head-circuit:after{content:"";margin-left:-1em}.ph-duotone.ph-headlights:before{content:"";opacity:.2}.ph-duotone.ph-headlights:after{content:"";margin-left:-1em}.ph-duotone.ph-headphones:before{content:"";opacity:.2}.ph-duotone.ph-headphones:after{content:"";margin-left:-1em}.ph-duotone.ph-headset:before{content:"";opacity:.2}.ph-duotone.ph-headset:after{content:"";margin-left:-1em}.ph-duotone.ph-heart:before{content:"";opacity:.2}.ph-duotone.ph-heart:after{content:"";margin-left:-1em}.ph-duotone.ph-heart-break:before{content:"";opacity:.2}.ph-duotone.ph-heart-break:after{content:"";margin-left:-1em}.ph-duotone.ph-heart-half:before{content:"";opacity:.2}.ph-duotone.ph-heart-half:after{content:"";margin-left:-1em}.ph-duotone.ph-heart-straight:before{content:"";opacity:.2}.ph-duotone.ph-heart-straight:after{content:"";margin-left:-1em}.ph-duotone.ph-heart-straight-break:before{content:"";opacity:.2}.ph-duotone.ph-heart-straight-break:after{content:"";margin-left:-1em}.ph-duotone.ph-heartbeat:before{content:"";opacity:.2}.ph-duotone.ph-heartbeat:after{content:"";margin-left:-1em}.ph-duotone.ph-hexagon:before{content:"";opacity:.2}.ph-duotone.ph-hexagon:after{content:"";margin-left:-1em}.ph-duotone.ph-high-definition:before{content:"";opacity:.2}.ph-duotone.ph-high-definition:after{content:"";margin-left:-1em}.ph-duotone.ph-high-heel:before{content:"";opacity:.2}.ph-duotone.ph-high-heel:after{content:"";margin-left:-1em}.ph-duotone.ph-highlighter:before{content:"";opacity:.2}.ph-duotone.ph-highlighter:after{content:"";margin-left:-1em}.ph-duotone.ph-highlighter-circle:before{content:"";opacity:.2}.ph-duotone.ph-highlighter-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-hockey:before{content:"";opacity:.2}.ph-duotone.ph-hockey:after{content:"";margin-left:-1em}.ph-duotone.ph-hoodie:before{content:"";opacity:.2}.ph-duotone.ph-hoodie:after{content:"";margin-left:-1em}.ph-duotone.ph-horse:before{content:"";opacity:.2}.ph-duotone.ph-horse:after{content:"";margin-left:-1em}.ph-duotone.ph-hospital:before{content:"";opacity:.2}.ph-duotone.ph-hospital:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass:before{content:"";opacity:.2}.ph-duotone.ph-hourglass:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-high:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-high:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-low:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-low:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-medium:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-simple:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-simple-high:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-simple-high:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-simple-low:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-simple-low:after{content:"";margin-left:-1em}.ph-duotone.ph-hourglass-simple-medium:before{content:"";opacity:.2}.ph-duotone.ph-hourglass-simple-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-house:before{content:"";opacity:.2}.ph-duotone.ph-house:after{content:"";margin-left:-1em}.ph-duotone.ph-house-line:before{content:"";opacity:.2}.ph-duotone.ph-house-line:after{content:"";margin-left:-1em}.ph-duotone.ph-house-simple:before{content:"";opacity:.2}.ph-duotone.ph-house-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-hurricane:before{content:"";opacity:.2}.ph-duotone.ph-hurricane:after{content:"";margin-left:-1em}.ph-duotone.ph-ice-cream:before{content:"";opacity:.2}.ph-duotone.ph-ice-cream:after{content:"";margin-left:-1em}.ph-duotone.ph-identification-badge:before{content:"";opacity:.2}.ph-duotone.ph-identification-badge:after{content:"";margin-left:-1em}.ph-duotone.ph-identification-card:before{content:"";opacity:.2}.ph-duotone.ph-identification-card:after{content:"";margin-left:-1em}.ph-duotone.ph-image:before{content:"";opacity:.2}.ph-duotone.ph-image:after{content:"";margin-left:-1em}.ph-duotone.ph-image-broken:before{content:"";opacity:.2}.ph-duotone.ph-image-broken:after{content:"";margin-left:-1em}.ph-duotone.ph-image-square:before{content:"";opacity:.2}.ph-duotone.ph-image-square:after{content:"";margin-left:-1em}.ph-duotone.ph-images:before{content:"";opacity:.2}.ph-duotone.ph-images:after{content:"";margin-left:-1em}.ph-duotone.ph-images-square:before{content:"";opacity:.2}.ph-duotone.ph-images-square:after{content:"";margin-left:-1em}.ph-duotone.ph-infinity:before{content:"";opacity:.2}.ph-duotone.ph-infinity:after{content:"";margin-left:-1em}.ph-duotone.ph-info:before{content:"";opacity:.2}.ph-duotone.ph-info:after{content:"";margin-left:-1em}.ph-duotone.ph-instagram-logo:before{content:"";opacity:.2}.ph-duotone.ph-instagram-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-intersect:before{content:"";opacity:.2}.ph-duotone.ph-intersect:after{content:"";margin-left:-1em}.ph-duotone.ph-intersect-square:before{content:"";opacity:.2}.ph-duotone.ph-intersect-square:after{content:"";margin-left:-1em}.ph-duotone.ph-intersect-three:before{content:"";opacity:.2}.ph-duotone.ph-intersect-three:after{content:"";margin-left:-1em}.ph-duotone.ph-intersection:before{content:"";opacity:.2}.ph-duotone.ph-intersection:after{content:"";margin-left:-1em}.ph-duotone.ph-invoice:before{content:"";opacity:.2}.ph-duotone.ph-invoice:after{content:"";margin-left:-1em}.ph-duotone.ph-island:before{content:"";opacity:.2}.ph-duotone.ph-island:after{content:"";margin-left:-1em}.ph-duotone.ph-jar:before{content:"";opacity:.2}.ph-duotone.ph-jar:after{content:"";margin-left:-1em}.ph-duotone.ph-jar-label:before{content:"";opacity:.2}.ph-duotone.ph-jar-label:after{content:"";margin-left:-1em}.ph-duotone.ph-jeep:before{content:"";opacity:.2}.ph-duotone.ph-jeep:after{content:"";margin-left:-1em}.ph-duotone.ph-joystick:before{content:"";opacity:.2}.ph-duotone.ph-joystick:after{content:"";margin-left:-1em}.ph-duotone.ph-kanban:before{content:"";opacity:.2}.ph-duotone.ph-kanban:after{content:"";margin-left:-1em}.ph-duotone.ph-key:before{content:"";opacity:.2}.ph-duotone.ph-key:after{content:"";margin-left:-1em}.ph-duotone.ph-key-return:before{content:"";opacity:.2}.ph-duotone.ph-key-return:after{content:"";margin-left:-1em}.ph-duotone.ph-keyboard:before{content:"";opacity:.2}.ph-duotone.ph-keyboard:after{content:"";margin-left:-1em}.ph-duotone.ph-keyhole:before{content:"";opacity:.2}.ph-duotone.ph-keyhole:after{content:"";margin-left:-1em}.ph-duotone.ph-knife:before{content:"";opacity:.2}.ph-duotone.ph-knife:after{content:"";margin-left:-1em}.ph-duotone.ph-ladder:before{content:"";opacity:.2}.ph-duotone.ph-ladder:after{content:"";margin-left:-1em}.ph-duotone.ph-ladder-simple:before{content:"";opacity:.2}.ph-duotone.ph-ladder-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-lamp:before{content:"";opacity:.2}.ph-duotone.ph-lamp:after{content:"";margin-left:-1em}.ph-duotone.ph-lamp-pendant:before{content:"";opacity:.2}.ph-duotone.ph-lamp-pendant:after{content:"";margin-left:-1em}.ph-duotone.ph-laptop:before{content:"";opacity:.2}.ph-duotone.ph-laptop:after{content:"";margin-left:-1em}.ph-duotone.ph-lasso:before{content:"";opacity:.2}.ph-duotone.ph-lasso:after{content:"";margin-left:-1em}.ph-duotone.ph-lastfm-logo:before{content:"";opacity:.2}.ph-duotone.ph-lastfm-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-layout:before{content:"";opacity:.2}.ph-duotone.ph-layout:after{content:"";margin-left:-1em}.ph-duotone.ph-leaf:before{content:"";opacity:.2}.ph-duotone.ph-leaf:after{content:"";margin-left:-1em}.ph-duotone.ph-lectern:before{content:"";opacity:.2}.ph-duotone.ph-lectern:after{content:"";margin-left:-1em}.ph-duotone.ph-lego:before{content:"";opacity:.2}.ph-duotone.ph-lego:after{content:"";margin-left:-1em}.ph-duotone.ph-lego-smiley:before{content:"";opacity:.2}.ph-duotone.ph-lego-smiley:after{content:"";margin-left:-1em}.ph-duotone.ph-less-than:before{content:"";opacity:.2}.ph-duotone.ph-less-than:after{content:"";margin-left:-1em}.ph-duotone.ph-less-than-or-equal:before{content:"";opacity:.2}.ph-duotone.ph-less-than-or-equal:after{content:"";margin-left:-1em}.ph-duotone.ph-letter-circle-h:before{content:"";opacity:.2}.ph-duotone.ph-letter-circle-h:after{content:"";margin-left:-1em}.ph-duotone.ph-letter-circle-p:before{content:"";opacity:.2}.ph-duotone.ph-letter-circle-p:after{content:"";margin-left:-1em}.ph-duotone.ph-letter-circle-v:before{content:"";opacity:.2}.ph-duotone.ph-letter-circle-v:after{content:"";margin-left:-1em}.ph-duotone.ph-lifebuoy:before{content:"";opacity:.2}.ph-duotone.ph-lifebuoy:after{content:"";margin-left:-1em}.ph-duotone.ph-lightbulb:before{content:"";opacity:.2}.ph-duotone.ph-lightbulb:after{content:"";margin-left:-1em}.ph-duotone.ph-lightbulb-filament:before{content:"";opacity:.2}.ph-duotone.ph-lightbulb-filament:after{content:"";margin-left:-1em}.ph-duotone.ph-lighthouse:before{content:"";opacity:.2}.ph-duotone.ph-lighthouse:after{content:"";margin-left:-1em}.ph-duotone.ph-lightning:before{content:"";opacity:.2}.ph-duotone.ph-lightning:after{content:"";margin-left:-1em}.ph-duotone.ph-lightning-a:before{content:"";opacity:.2}.ph-duotone.ph-lightning-a:after{content:"";margin-left:-1em}.ph-duotone.ph-lightning-slash:before{content:"";opacity:.2}.ph-duotone.ph-lightning-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-line-segment:before{content:"";opacity:.2}.ph-duotone.ph-line-segment:after{content:"";margin-left:-1em}.ph-duotone.ph-line-segments:before{content:"";opacity:.2}.ph-duotone.ph-line-segments:after{content:"";margin-left:-1em}.ph-duotone.ph-line-vertical:before{content:"";opacity:.2}.ph-duotone.ph-line-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-link:before{content:"";opacity:.2}.ph-duotone.ph-link:after{content:"";margin-left:-1em}.ph-duotone.ph-link-break:before{content:"";opacity:.2}.ph-duotone.ph-link-break:after{content:"";margin-left:-1em}.ph-duotone.ph-link-simple:before{content:"";opacity:.2}.ph-duotone.ph-link-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-link-simple-break:before{content:"";opacity:.2}.ph-duotone.ph-link-simple-break:after{content:"";margin-left:-1em}.ph-duotone.ph-link-simple-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-link-simple-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-link-simple-horizontal-break:before{content:"";opacity:.2}.ph-duotone.ph-link-simple-horizontal-break:after{content:"";margin-left:-1em}.ph-duotone.ph-linkedin-logo:before{content:"";opacity:.2}.ph-duotone.ph-linkedin-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-linktree-logo:before{content:"";opacity:.2}.ph-duotone.ph-linktree-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-linux-logo:before{content:"";opacity:.2}.ph-duotone.ph-linux-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-list:before{content:"";opacity:.2}.ph-duotone.ph-list:after{content:"";margin-left:-1em}.ph-duotone.ph-list-bullets:before{content:"";opacity:.2}.ph-duotone.ph-list-bullets:after{content:"";margin-left:-1em}.ph-duotone.ph-list-checks:before{content:"";opacity:.2}.ph-duotone.ph-list-checks:after{content:"";margin-left:-1em}.ph-duotone.ph-list-dashes:before{content:"";opacity:.2}.ph-duotone.ph-list-dashes:after{content:"";margin-left:-1em}.ph-duotone.ph-list-heart:before{content:"";opacity:.2}.ph-duotone.ph-list-heart:after{content:"";margin-left:-1em}.ph-duotone.ph-list-magnifying-glass:before{content:"";opacity:.2}.ph-duotone.ph-list-magnifying-glass:after{content:"";margin-left:-1em}.ph-duotone.ph-list-numbers:before{content:"";opacity:.2}.ph-duotone.ph-list-numbers:after{content:"";margin-left:-1em}.ph-duotone.ph-list-plus:before{content:"";opacity:.2}.ph-duotone.ph-list-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-list-star:before{content:"";opacity:.2}.ph-duotone.ph-list-star:after{content:"";margin-left:-1em}.ph-duotone.ph-lock:before{content:"";opacity:.2}.ph-duotone.ph-lock:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-key:before{content:"";opacity:.2}.ph-duotone.ph-lock-key:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-key-open:before{content:"";opacity:.2}.ph-duotone.ph-lock-key-open:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-laminated:before{content:"";opacity:.2}.ph-duotone.ph-lock-laminated:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-laminated-open:before{content:"";opacity:.2}.ph-duotone.ph-lock-laminated-open:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-open:before{content:"";opacity:.2}.ph-duotone.ph-lock-open:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-simple:before{content:"";opacity:.2}.ph-duotone.ph-lock-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-lock-simple-open:before{content:"";opacity:.2}.ph-duotone.ph-lock-simple-open:after{content:"";margin-left:-1em}.ph-duotone.ph-lockers:before{content:"";opacity:.2}.ph-duotone.ph-lockers:after{content:"";margin-left:-1em}.ph-duotone.ph-log:before{content:"";opacity:.2}.ph-duotone.ph-log:after{content:"";margin-left:-1em}.ph-duotone.ph-magic-wand:before{content:"";opacity:.2}.ph-duotone.ph-magic-wand:after{content:"";margin-left:-1em}.ph-duotone.ph-magnet:before{content:"";opacity:.2}.ph-duotone.ph-magnet:after{content:"";margin-left:-1em}.ph-duotone.ph-magnet-straight:before{content:"";opacity:.2}.ph-duotone.ph-magnet-straight:after{content:"";margin-left:-1em}.ph-duotone.ph-magnifying-glass:before{content:"";opacity:.2}.ph-duotone.ph-magnifying-glass:after{content:"";margin-left:-1em}.ph-duotone.ph-magnifying-glass-minus:before{content:"";opacity:.2}.ph-duotone.ph-magnifying-glass-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-magnifying-glass-plus:before{content:"";opacity:.2}.ph-duotone.ph-magnifying-glass-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-mailbox:before{content:"";opacity:.2}.ph-duotone.ph-mailbox:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin:before{content:"";opacity:.2}.ph-duotone.ph-map-pin:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-area:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-area:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-line:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-line:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-plus:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-simple:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-simple-area:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-simple-area:after{content:"";margin-left:-1em}.ph-duotone.ph-map-pin-simple-line:before{content:"";opacity:.2}.ph-duotone.ph-map-pin-simple-line:after{content:"";margin-left:-1em}.ph-duotone.ph-map-trifold:before{content:"";opacity:.2}.ph-duotone.ph-map-trifold:after{content:"";margin-left:-1em}.ph-duotone.ph-markdown-logo:before{content:"";opacity:.2}.ph-duotone.ph-markdown-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-marker-circle:before{content:"";opacity:.2}.ph-duotone.ph-marker-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-martini:before{content:"";opacity:.2}.ph-duotone.ph-martini:after{content:"";margin-left:-1em}.ph-duotone.ph-mask-happy:before{content:"";opacity:.2}.ph-duotone.ph-mask-happy:after{content:"";margin-left:-1em}.ph-duotone.ph-mask-sad:before{content:"";opacity:.2}.ph-duotone.ph-mask-sad:after{content:"";margin-left:-1em}.ph-duotone.ph-mastodon-logo:before{content:"";opacity:.2}.ph-duotone.ph-mastodon-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-math-operations:before{content:"";opacity:.2}.ph-duotone.ph-math-operations:after{content:"";margin-left:-1em}.ph-duotone.ph-matrix-logo:before{content:"";opacity:.2}.ph-duotone.ph-matrix-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-medal:before{content:"";opacity:.2}.ph-duotone.ph-medal:after{content:"";margin-left:-1em}.ph-duotone.ph-medal-military:before{content:"";opacity:.2}.ph-duotone.ph-medal-military:after{content:"";margin-left:-1em}.ph-duotone.ph-medium-logo:before{content:"";opacity:.2}.ph-duotone.ph-medium-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-megaphone:before{content:"";opacity:.2}.ph-duotone.ph-megaphone:after{content:"";margin-left:-1em}.ph-duotone.ph-megaphone-simple:before{content:"";opacity:.2}.ph-duotone.ph-megaphone-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-member-of:before{content:"";opacity:.2}.ph-duotone.ph-member-of:after{content:"";margin-left:-1em}.ph-duotone.ph-memory:before{content:"";opacity:.2}.ph-duotone.ph-memory:after{content:"";margin-left:-1em}.ph-duotone.ph-messenger-logo:before{content:"";opacity:.2}.ph-duotone.ph-messenger-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-meta-logo:before{content:"";opacity:.2}.ph-duotone.ph-meta-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-meteor:before{content:"";opacity:.2}.ph-duotone.ph-meteor:after{content:"";margin-left:-1em}.ph-duotone.ph-metronome:before{content:"";opacity:.2}.ph-duotone.ph-metronome:after{content:"";margin-left:-1em}.ph-duotone.ph-microphone:before{content:"";opacity:.2}.ph-duotone.ph-microphone:after{content:"";margin-left:-1em}.ph-duotone.ph-microphone-slash:before{content:"";opacity:.2}.ph-duotone.ph-microphone-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-microphone-stage:before{content:"";opacity:.2}.ph-duotone.ph-microphone-stage:after{content:"";margin-left:-1em}.ph-duotone.ph-microscope:before{content:"";opacity:.2}.ph-duotone.ph-microscope:after{content:"";margin-left:-1em}.ph-duotone.ph-microsoft-excel-logo:before{content:"";opacity:.2}.ph-duotone.ph-microsoft-excel-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-microsoft-outlook-logo:before{content:"";opacity:.2}.ph-duotone.ph-microsoft-outlook-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-microsoft-powerpoint-logo:before{content:"";opacity:.2}.ph-duotone.ph-microsoft-powerpoint-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-microsoft-teams-logo:before{content:"";opacity:.2}.ph-duotone.ph-microsoft-teams-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-microsoft-word-logo:before{content:"";opacity:.2}.ph-duotone.ph-microsoft-word-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-minus:before{content:"";opacity:.2}.ph-duotone.ph-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-minus-circle:before{content:"";opacity:.2}.ph-duotone.ph-minus-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-minus-square:before{content:"";opacity:.2}.ph-duotone.ph-minus-square:after{content:"";margin-left:-1em}.ph-duotone.ph-money:before{content:"";opacity:.2}.ph-duotone.ph-money:after{content:"";margin-left:-1em}.ph-duotone.ph-money-wavy:before{content:"";opacity:.2}.ph-duotone.ph-money-wavy:after{content:"";margin-left:-1em}.ph-duotone.ph-monitor:before{content:"";opacity:.2}.ph-duotone.ph-monitor:after{content:"";margin-left:-1em}.ph-duotone.ph-monitor-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-monitor-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-monitor-play:before{content:"";opacity:.2}.ph-duotone.ph-monitor-play:after{content:"";margin-left:-1em}.ph-duotone.ph-moon:before{content:"";opacity:.2}.ph-duotone.ph-moon:after{content:"";margin-left:-1em}.ph-duotone.ph-moon-stars:before{content:"";opacity:.2}.ph-duotone.ph-moon-stars:after{content:"";margin-left:-1em}.ph-duotone.ph-moped:before{content:"";opacity:.2}.ph-duotone.ph-moped:after{content:"";margin-left:-1em}.ph-duotone.ph-moped-front:before{content:"";opacity:.2}.ph-duotone.ph-moped-front:after{content:"";margin-left:-1em}.ph-duotone.ph-mosque:before{content:"";opacity:.2}.ph-duotone.ph-mosque:after{content:"";margin-left:-1em}.ph-duotone.ph-motorcycle:before{content:"";opacity:.2}.ph-duotone.ph-motorcycle:after{content:"";margin-left:-1em}.ph-duotone.ph-mountains:before{content:"";opacity:.2}.ph-duotone.ph-mountains:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse:before{content:"";opacity:.2}.ph-duotone.ph-mouse:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse-left-click:before{content:"";opacity:.2}.ph-duotone.ph-mouse-left-click:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse-middle-click:before{content:"";opacity:.2}.ph-duotone.ph-mouse-middle-click:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse-right-click:before{content:"";opacity:.2}.ph-duotone.ph-mouse-right-click:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse-scroll:before{content:"";opacity:.2}.ph-duotone.ph-mouse-scroll:after{content:"";margin-left:-1em}.ph-duotone.ph-mouse-simple:before{content:"";opacity:.2}.ph-duotone.ph-mouse-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-music-note:before{content:"";opacity:.2}.ph-duotone.ph-music-note:after{content:"";margin-left:-1em}.ph-duotone.ph-music-note-simple:before{content:"";opacity:.2}.ph-duotone.ph-music-note-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-music-notes:before{content:"";opacity:.2}.ph-duotone.ph-music-notes:after{content:"";margin-left:-1em}.ph-duotone.ph-music-notes-minus:before{content:"";opacity:.2}.ph-duotone.ph-music-notes-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-music-notes-plus:before{content:"";opacity:.2}.ph-duotone.ph-music-notes-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-music-notes-simple:before{content:"";opacity:.2}.ph-duotone.ph-music-notes-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-navigation-arrow:before{content:"";opacity:.2}.ph-duotone.ph-navigation-arrow:after{content:"";margin-left:-1em}.ph-duotone.ph-needle:before{content:"";opacity:.2}.ph-duotone.ph-needle:after{content:"";margin-left:-1em}.ph-duotone.ph-network:before{content:"";opacity:.2}.ph-duotone.ph-network:after{content:"";margin-left:-1em}.ph-duotone.ph-network-slash:before{content:"";opacity:.2}.ph-duotone.ph-network-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-network-x:before{content:"";opacity:.2}.ph-duotone.ph-network-x:after{content:"";margin-left:-1em}.ph-duotone.ph-newspaper:before{content:"";opacity:.2}.ph-duotone.ph-newspaper:after{content:"";margin-left:-1em}.ph-duotone.ph-newspaper-clipping:before{content:"";opacity:.2}.ph-duotone.ph-newspaper-clipping:after{content:"";margin-left:-1em}.ph-duotone.ph-not-equals:before{content:"";opacity:.2}.ph-duotone.ph-not-equals:after{content:"";margin-left:-1em}.ph-duotone.ph-not-member-of:before{content:"";opacity:.2}.ph-duotone.ph-not-member-of:after{content:"";margin-left:-1em}.ph-duotone.ph-not-subset-of:before{content:"";opacity:.2}.ph-duotone.ph-not-subset-of:after{content:"";margin-left:-1em}.ph-duotone.ph-not-superset-of:before{content:"";opacity:.2}.ph-duotone.ph-not-superset-of:after{content:"";margin-left:-1em}.ph-duotone.ph-notches:before{content:"";opacity:.2}.ph-duotone.ph-notches:after{content:"";margin-left:-1em}.ph-duotone.ph-note:before{content:"";opacity:.2}.ph-duotone.ph-note:after{content:"";margin-left:-1em}.ph-duotone.ph-note-blank:before{content:"";opacity:.2}.ph-duotone.ph-note-blank:after{content:"";margin-left:-1em}.ph-duotone.ph-note-pencil:before{content:"";opacity:.2}.ph-duotone.ph-note-pencil:after{content:"";margin-left:-1em}.ph-duotone.ph-notebook:before{content:"";opacity:.2}.ph-duotone.ph-notebook:after{content:"";margin-left:-1em}.ph-duotone.ph-notepad:before{content:"";opacity:.2}.ph-duotone.ph-notepad:after{content:"";margin-left:-1em}.ph-duotone.ph-notification:before{content:"";opacity:.2}.ph-duotone.ph-notification:after{content:"";margin-left:-1em}.ph-duotone.ph-notion-logo:before{content:"";opacity:.2}.ph-duotone.ph-notion-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-nuclear-plant:before{content:"";opacity:.2}.ph-duotone.ph-nuclear-plant:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-eight:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-eight:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-five:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-five:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-four:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-four:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-nine:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-nine:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-one:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-one:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-seven:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-seven:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-six:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-six:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-three:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-three:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-two:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-two:after{content:"";margin-left:-1em}.ph-duotone.ph-number-circle-zero:before{content:"";opacity:.2}.ph-duotone.ph-number-circle-zero:after{content:"";margin-left:-1em}.ph-duotone.ph-number-eight:before{content:"";opacity:.2}.ph-duotone.ph-number-eight:after{content:"";margin-left:-1em}.ph-duotone.ph-number-five:before{content:"";opacity:.2}.ph-duotone.ph-number-five:after{content:"";margin-left:-1em}.ph-duotone.ph-number-four:before{content:"";opacity:.2}.ph-duotone.ph-number-four:after{content:"";margin-left:-1em}.ph-duotone.ph-number-nine:before{content:"";opacity:.2}.ph-duotone.ph-number-nine:after{content:"";margin-left:-1em}.ph-duotone.ph-number-one:before{content:"";opacity:.2}.ph-duotone.ph-number-one:after{content:"";margin-left:-1em}.ph-duotone.ph-number-seven:before{content:"";opacity:.2}.ph-duotone.ph-number-seven:after{content:"";margin-left:-1em}.ph-duotone.ph-number-six:before{content:"";opacity:.2}.ph-duotone.ph-number-six:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-eight:before{content:"";opacity:.2}.ph-duotone.ph-number-square-eight:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-five:before{content:"";opacity:.2}.ph-duotone.ph-number-square-five:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-four:before{content:"";opacity:.2}.ph-duotone.ph-number-square-four:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-nine:before{content:"";opacity:.2}.ph-duotone.ph-number-square-nine:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-one:before{content:"";opacity:.2}.ph-duotone.ph-number-square-one:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-seven:before{content:"";opacity:.2}.ph-duotone.ph-number-square-seven:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-six:before{content:"";opacity:.2}.ph-duotone.ph-number-square-six:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-three:before{content:"";opacity:.2}.ph-duotone.ph-number-square-three:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-two:before{content:"";opacity:.2}.ph-duotone.ph-number-square-two:after{content:"";margin-left:-1em}.ph-duotone.ph-number-square-zero:before{content:"";opacity:.2}.ph-duotone.ph-number-square-zero:after{content:"";margin-left:-1em}.ph-duotone.ph-number-three:before{content:"";opacity:.2}.ph-duotone.ph-number-three:after{content:"";margin-left:-1em}.ph-duotone.ph-number-two:before{content:"";opacity:.2}.ph-duotone.ph-number-two:after{content:"";margin-left:-1em}.ph-duotone.ph-number-zero:before{content:"";opacity:.2}.ph-duotone.ph-number-zero:after{content:"";margin-left:-1em}.ph-duotone.ph-numpad:before{content:"";opacity:.2}.ph-duotone.ph-numpad:after{content:"";margin-left:-1em}.ph-duotone.ph-nut:before{content:"";opacity:.2}.ph-duotone.ph-nut:after{content:"";margin-left:-1em}.ph-duotone.ph-ny-times-logo:before{content:"";opacity:.2}.ph-duotone.ph-ny-times-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-octagon:before{content:"";opacity:.2}.ph-duotone.ph-octagon:after{content:"";margin-left:-1em}.ph-duotone.ph-office-chair:before{content:"";opacity:.2}.ph-duotone.ph-office-chair:after{content:"";margin-left:-1em}.ph-duotone.ph-onigiri:before{content:"";opacity:.2}.ph-duotone.ph-onigiri:after{content:"";margin-left:-1em}.ph-duotone.ph-open-ai-logo:before{content:"";opacity:.2}.ph-duotone.ph-open-ai-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-option:before{content:"";opacity:.2}.ph-duotone.ph-option:after{content:"";margin-left:-1em}.ph-duotone.ph-orange:before{content:"";opacity:.2}.ph-duotone.ph-orange:after{content:"";margin-left:-1em}.ph-duotone.ph-orange-slice:before{content:"";opacity:.2}.ph-duotone.ph-orange-slice:after{content:"";margin-left:-1em}.ph-duotone.ph-oven:before{content:"";opacity:.2}.ph-duotone.ph-oven:after{content:"";margin-left:-1em}.ph-duotone.ph-package:before{content:"";opacity:.2}.ph-duotone.ph-package:after{content:"";margin-left:-1em}.ph-duotone.ph-paint-brush:before{content:"";opacity:.2}.ph-duotone.ph-paint-brush:after{content:"";margin-left:-1em}.ph-duotone.ph-paint-brush-broad:before{content:"";opacity:.2}.ph-duotone.ph-paint-brush-broad:after{content:"";margin-left:-1em}.ph-duotone.ph-paint-brush-household:before{content:"";opacity:.2}.ph-duotone.ph-paint-brush-household:after{content:"";margin-left:-1em}.ph-duotone.ph-paint-bucket:before{content:"";opacity:.2}.ph-duotone.ph-paint-bucket:after{content:"";margin-left:-1em}.ph-duotone.ph-paint-roller:before{content:"";opacity:.2}.ph-duotone.ph-paint-roller:after{content:"";margin-left:-1em}.ph-duotone.ph-palette:before{content:"";opacity:.2}.ph-duotone.ph-palette:after{content:"";margin-left:-1em}.ph-duotone.ph-panorama:before{content:"";opacity:.2}.ph-duotone.ph-panorama:after{content:"";margin-left:-1em}.ph-duotone.ph-pants:before{content:"";opacity:.2}.ph-duotone.ph-pants:after{content:"";margin-left:-1em}.ph-duotone.ph-paper-plane:before{content:"";opacity:.2}.ph-duotone.ph-paper-plane:after{content:"";margin-left:-1em}.ph-duotone.ph-paper-plane-right:before{content:"";opacity:.2}.ph-duotone.ph-paper-plane-right:after{content:"";margin-left:-1em}.ph-duotone.ph-paper-plane-tilt:before{content:"";opacity:.2}.ph-duotone.ph-paper-plane-tilt:after{content:"";margin-left:-1em}.ph-duotone.ph-paperclip:before{content:"";opacity:.2}.ph-duotone.ph-paperclip:after{content:"";margin-left:-1em}.ph-duotone.ph-paperclip-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-paperclip-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-parachute:before{content:"";opacity:.2}.ph-duotone.ph-parachute:after{content:"";margin-left:-1em}.ph-duotone.ph-paragraph:before{content:"";opacity:.2}.ph-duotone.ph-paragraph:after{content:"";margin-left:-1em}.ph-duotone.ph-parallelogram:before{content:"";opacity:.2}.ph-duotone.ph-parallelogram:after{content:"";margin-left:-1em}.ph-duotone.ph-park:before{content:"";opacity:.2}.ph-duotone.ph-park:after{content:"";margin-left:-1em}.ph-duotone.ph-password:before{content:"";opacity:.2}.ph-duotone.ph-password:after{content:"";margin-left:-1em}.ph-duotone.ph-path:before{content:"";opacity:.2}.ph-duotone.ph-path:after{content:"";margin-left:-1em}.ph-duotone.ph-patreon-logo:before{content:"";opacity:.2}.ph-duotone.ph-patreon-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-pause:before{content:"";opacity:.2}.ph-duotone.ph-pause:after{content:"";margin-left:-1em}.ph-duotone.ph-pause-circle:before{content:"";opacity:.2}.ph-duotone.ph-pause-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-paw-print:before{content:"";opacity:.2}.ph-duotone.ph-paw-print:after{content:"";margin-left:-1em}.ph-duotone.ph-paypal-logo:before{content:"";opacity:.2}.ph-duotone.ph-paypal-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-peace:before{content:"";opacity:.2}.ph-duotone.ph-peace:after{content:"";margin-left:-1em}.ph-duotone.ph-pen:before{content:"";opacity:.2}.ph-duotone.ph-pen:after{content:"";margin-left:-1em}.ph-duotone.ph-pen-nib:before{content:"";opacity:.2}.ph-duotone.ph-pen-nib:after{content:"";margin-left:-1em}.ph-duotone.ph-pen-nib-straight:before{content:"";opacity:.2}.ph-duotone.ph-pen-nib-straight:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil:before{content:"";opacity:.2}.ph-duotone.ph-pencil:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-circle:before{content:"";opacity:.2}.ph-duotone.ph-pencil-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-line:before{content:"";opacity:.2}.ph-duotone.ph-pencil-line:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-ruler:before{content:"";opacity:.2}.ph-duotone.ph-pencil-ruler:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-simple:before{content:"";opacity:.2}.ph-duotone.ph-pencil-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-simple-line:before{content:"";opacity:.2}.ph-duotone.ph-pencil-simple-line:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-simple-slash:before{content:"";opacity:.2}.ph-duotone.ph-pencil-simple-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-pencil-slash:before{content:"";opacity:.2}.ph-duotone.ph-pencil-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-pentagon:before{content:"";opacity:.2}.ph-duotone.ph-pentagon:after{content:"";margin-left:-1em}.ph-duotone.ph-pentagram:before{content:"";opacity:.2}.ph-duotone.ph-pentagram:after{content:"";margin-left:-1em}.ph-duotone.ph-pepper:before{content:"";opacity:.2}.ph-duotone.ph-pepper:after{content:"";margin-left:-1em}.ph-duotone.ph-percent:before{content:"";opacity:.2}.ph-duotone.ph-percent:after{content:"";margin-left:-1em}.ph-duotone.ph-person:before{content:"";opacity:.2}.ph-duotone.ph-person:after{content:"";margin-left:-1em}.ph-duotone.ph-person-arms-spread:before{content:"";opacity:.2}.ph-duotone.ph-person-arms-spread:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple:before{content:"";opacity:.2}.ph-duotone.ph-person-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-bike:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-bike:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-circle:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-hike:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-hike:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-run:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-run:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-ski:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-ski:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-snowboard:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-snowboard:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-swim:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-swim:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-tai-chi:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-tai-chi:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-throw:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-throw:after{content:"";margin-left:-1em}.ph-duotone.ph-person-simple-walk:before{content:"";opacity:.2}.ph-duotone.ph-person-simple-walk:after{content:"";margin-left:-1em}.ph-duotone.ph-perspective:before{content:"";opacity:.2}.ph-duotone.ph-perspective:after{content:"";margin-left:-1em}.ph-duotone.ph-phone:before{content:"";opacity:.2}.ph-duotone.ph-phone:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-call:before{content:"";opacity:.2}.ph-duotone.ph-phone-call:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-disconnect:before{content:"";opacity:.2}.ph-duotone.ph-phone-disconnect:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-incoming:before{content:"";opacity:.2}.ph-duotone.ph-phone-incoming:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-list:before{content:"";opacity:.2}.ph-duotone.ph-phone-list:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-outgoing:before{content:"";opacity:.2}.ph-duotone.ph-phone-outgoing:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-pause:before{content:"";opacity:.2}.ph-duotone.ph-phone-pause:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-plus:before{content:"";opacity:.2}.ph-duotone.ph-phone-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-slash:before{content:"";opacity:.2}.ph-duotone.ph-phone-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-transfer:before{content:"";opacity:.2}.ph-duotone.ph-phone-transfer:after{content:"";margin-left:-1em}.ph-duotone.ph-phone-x:before{content:"";opacity:.2}.ph-duotone.ph-phone-x:after{content:"";margin-left:-1em}.ph-duotone.ph-phosphor-logo:before{content:"";opacity:.2}.ph-duotone.ph-phosphor-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-pi:before{content:"";opacity:.2}.ph-duotone.ph-pi:after{content:"";margin-left:-1em}.ph-duotone.ph-piano-keys:before{content:"";opacity:.2}.ph-duotone.ph-piano-keys:after{content:"";margin-left:-1em}.ph-duotone.ph-picnic-table:before{content:"";opacity:.2}.ph-duotone.ph-picnic-table:after{content:"";margin-left:-1em}.ph-duotone.ph-picture-in-picture:before{content:"";opacity:.2}.ph-duotone.ph-picture-in-picture:after{content:"";margin-left:-1em}.ph-duotone.ph-piggy-bank:before{content:"";opacity:.2}.ph-duotone.ph-piggy-bank:after{content:"";margin-left:-1em}.ph-duotone.ph-pill:before{content:"";opacity:.2}.ph-duotone.ph-pill:after{content:"";margin-left:-1em}.ph-duotone.ph-ping-pong:before{content:"";opacity:.2}.ph-duotone.ph-ping-pong:after{content:"";margin-left:-1em}.ph-duotone.ph-pint-glass:before{content:"";opacity:.2}.ph-duotone.ph-pint-glass:after{content:"";margin-left:-1em}.ph-duotone.ph-pinterest-logo:before{content:"";opacity:.2}.ph-duotone.ph-pinterest-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-pinwheel:before{content:"";opacity:.2}.ph-duotone.ph-pinwheel:after{content:"";margin-left:-1em}.ph-duotone.ph-pipe:before{content:"";opacity:.2}.ph-duotone.ph-pipe:after{content:"";margin-left:-1em}.ph-duotone.ph-pipe-wrench:before{content:"";opacity:.2}.ph-duotone.ph-pipe-wrench:after{content:"";margin-left:-1em}.ph-duotone.ph-pix-logo:before{content:"";opacity:.2}.ph-duotone.ph-pix-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-pizza:before{content:"";opacity:.2}.ph-duotone.ph-pizza:after{content:"";margin-left:-1em}.ph-duotone.ph-placeholder:before{content:"";opacity:.2}.ph-duotone.ph-placeholder:after{content:"";margin-left:-1em}.ph-duotone.ph-planet:before{content:"";opacity:.2}.ph-duotone.ph-planet:after{content:"";margin-left:-1em}.ph-duotone.ph-plant:before{content:"";opacity:.2}.ph-duotone.ph-plant:after{content:"";margin-left:-1em}.ph-duotone.ph-play:before{content:"";opacity:.2}.ph-duotone.ph-play:after{content:"";margin-left:-1em}.ph-duotone.ph-play-circle:before{content:"";opacity:.2}.ph-duotone.ph-play-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-play-pause:before{content:"";opacity:.2}.ph-duotone.ph-play-pause:after{content:"";margin-left:-1em}.ph-duotone.ph-playlist:before{content:"";opacity:.2}.ph-duotone.ph-playlist:after{content:"";margin-left:-1em}.ph-duotone.ph-plug:before{content:"";opacity:.2}.ph-duotone.ph-plug:after{content:"";margin-left:-1em}.ph-duotone.ph-plug-charging:before{content:"";opacity:.2}.ph-duotone.ph-plug-charging:after{content:"";margin-left:-1em}.ph-duotone.ph-plugs:before{content:"";opacity:.2}.ph-duotone.ph-plugs:after{content:"";margin-left:-1em}.ph-duotone.ph-plugs-connected:before{content:"";opacity:.2}.ph-duotone.ph-plugs-connected:after{content:"";margin-left:-1em}.ph-duotone.ph-plus:before{content:"";opacity:.2}.ph-duotone.ph-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-plus-circle:before{content:"";opacity:.2}.ph-duotone.ph-plus-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-plus-minus:before{content:"";opacity:.2}.ph-duotone.ph-plus-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-plus-square:before{content:"";opacity:.2}.ph-duotone.ph-plus-square:after{content:"";margin-left:-1em}.ph-duotone.ph-poker-chip:before{content:"";opacity:.2}.ph-duotone.ph-poker-chip:after{content:"";margin-left:-1em}.ph-duotone.ph-police-car:before{content:"";opacity:.2}.ph-duotone.ph-police-car:after{content:"";margin-left:-1em}.ph-duotone.ph-polygon:before{content:"";opacity:.2}.ph-duotone.ph-polygon:after{content:"";margin-left:-1em}.ph-duotone.ph-popcorn:before{content:"";opacity:.2}.ph-duotone.ph-popcorn:after{content:"";margin-left:-1em}.ph-duotone.ph-popsicle:before{content:"";opacity:.2}.ph-duotone.ph-popsicle:after{content:"";margin-left:-1em}.ph-duotone.ph-potted-plant:before{content:"";opacity:.2}.ph-duotone.ph-potted-plant:after{content:"";margin-left:-1em}.ph-duotone.ph-power:before{content:"";opacity:.2}.ph-duotone.ph-power:after{content:"";margin-left:-1em}.ph-duotone.ph-prescription:before{content:"";opacity:.2}.ph-duotone.ph-prescription:after{content:"";margin-left:-1em}.ph-duotone.ph-presentation:before{content:"";opacity:.2}.ph-duotone.ph-presentation:after{content:"";margin-left:-1em}.ph-duotone.ph-presentation-chart:before{content:"";opacity:.2}.ph-duotone.ph-presentation-chart:after{content:"";margin-left:-1em}.ph-duotone.ph-printer:before{content:"";opacity:.2}.ph-duotone.ph-printer:after{content:"";margin-left:-1em}.ph-duotone.ph-prohibit:before{content:"";opacity:.2}.ph-duotone.ph-prohibit:after{content:"";margin-left:-1em}.ph-duotone.ph-prohibit-inset:before{content:"";opacity:.2}.ph-duotone.ph-prohibit-inset:after{content:"";margin-left:-1em}.ph-duotone.ph-projector-screen:before{content:"";opacity:.2}.ph-duotone.ph-projector-screen:after{content:"";margin-left:-1em}.ph-duotone.ph-projector-screen-chart:before{content:"";opacity:.2}.ph-duotone.ph-projector-screen-chart:after{content:"";margin-left:-1em}.ph-duotone.ph-pulse:before{content:"";opacity:.2}.ph-duotone.ph-pulse:after{content:"";margin-left:-1em}.ph-duotone.ph-push-pin:before{content:"";opacity:.2}.ph-duotone.ph-push-pin:after{content:"";margin-left:-1em}.ph-duotone.ph-push-pin-simple:before{content:"";opacity:.2}.ph-duotone.ph-push-pin-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-push-pin-simple-slash:before{content:"";opacity:.2}.ph-duotone.ph-push-pin-simple-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-push-pin-slash:before{content:"";opacity:.2}.ph-duotone.ph-push-pin-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-puzzle-piece:before{content:"";opacity:.2}.ph-duotone.ph-puzzle-piece:after{content:"";margin-left:-1em}.ph-duotone.ph-qr-code:before{content:"";opacity:.2}.ph-duotone.ph-qr-code:after{content:"";margin-left:-1em}.ph-duotone.ph-question:before{content:"";opacity:.2}.ph-duotone.ph-question:after{content:"";margin-left:-1em}.ph-duotone.ph-question-mark:before{content:"";opacity:.2}.ph-duotone.ph-question-mark:after{content:"";margin-left:-1em}.ph-duotone.ph-queue:before{content:"";opacity:.2}.ph-duotone.ph-queue:after{content:"";margin-left:-1em}.ph-duotone.ph-quotes:before{content:"";opacity:.2}.ph-duotone.ph-quotes:after{content:"";margin-left:-1em}.ph-duotone.ph-rabbit:before{content:"";opacity:.2}.ph-duotone.ph-rabbit:after{content:"";margin-left:-1em}.ph-duotone.ph-racquet:before{content:"";opacity:.2}.ph-duotone.ph-racquet:after{content:"";margin-left:-1em}.ph-duotone.ph-radical:before{content:"";opacity:.2}.ph-duotone.ph-radical:after{content:"";margin-left:-1em}.ph-duotone.ph-radio:before{content:"";opacity:.2}.ph-duotone.ph-radio:after{content:"";margin-left:-1em}.ph-duotone.ph-radio-button:before{content:"";opacity:.2}.ph-duotone.ph-radio-button:after{content:"";margin-left:-1em}.ph-duotone.ph-radioactive:before{content:"";opacity:.2}.ph-duotone.ph-radioactive:after{content:"";margin-left:-1em}.ph-duotone.ph-rainbow:before{content:"";opacity:.2}.ph-duotone.ph-rainbow:after{content:"";margin-left:-1em}.ph-duotone.ph-rainbow-cloud:before{content:"";opacity:.2}.ph-duotone.ph-rainbow-cloud:after{content:"";margin-left:-1em}.ph-duotone.ph-ranking:before{content:"";opacity:.2}.ph-duotone.ph-ranking:after{content:"";margin-left:-1em}.ph-duotone.ph-read-cv-logo:before{content:"";opacity:.2}.ph-duotone.ph-read-cv-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-receipt:before{content:"";opacity:.2}.ph-duotone.ph-receipt:after{content:"";margin-left:-1em}.ph-duotone.ph-receipt-x:before{content:"";opacity:.2}.ph-duotone.ph-receipt-x:after{content:"";margin-left:-1em}.ph-duotone.ph-record:before{content:"";opacity:.2}.ph-duotone.ph-record:after{content:"";margin-left:-1em}.ph-duotone.ph-rectangle:before{content:"";opacity:.2}.ph-duotone.ph-rectangle:after{content:"";margin-left:-1em}.ph-duotone.ph-rectangle-dashed:before{content:"";opacity:.2}.ph-duotone.ph-rectangle-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-recycle:before{content:"";opacity:.2}.ph-duotone.ph-recycle:after{content:"";margin-left:-1em}.ph-duotone.ph-reddit-logo:before{content:"";opacity:.2}.ph-duotone.ph-reddit-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-repeat:before{content:"";opacity:.2}.ph-duotone.ph-repeat:after{content:"";margin-left:-1em}.ph-duotone.ph-repeat-once:before{content:"";opacity:.2}.ph-duotone.ph-repeat-once:after{content:"";margin-left:-1em}.ph-duotone.ph-replit-logo:before{content:"";opacity:.2}.ph-duotone.ph-replit-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-resize:before{content:"";opacity:.2}.ph-duotone.ph-resize:after{content:"";margin-left:-1em}.ph-duotone.ph-rewind:before{content:"";opacity:.2}.ph-duotone.ph-rewind:after{content:"";margin-left:-1em}.ph-duotone.ph-rewind-circle:before{content:"";opacity:.2}.ph-duotone.ph-rewind-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-road-horizon:before{content:"";opacity:.2}.ph-duotone.ph-road-horizon:after{content:"";margin-left:-1em}.ph-duotone.ph-robot:before{content:"";opacity:.2}.ph-duotone.ph-robot:after{content:"";margin-left:-1em}.ph-duotone.ph-rocket:before{content:"";opacity:.2}.ph-duotone.ph-rocket:after{content:"";margin-left:-1em}.ph-duotone.ph-rocket-launch:before{content:"";opacity:.2}.ph-duotone.ph-rocket-launch:after{content:"";margin-left:-1em}.ph-duotone.ph-rows:before{content:"";opacity:.2}.ph-duotone.ph-rows:after{content:"";margin-left:-1em}.ph-duotone.ph-rows-plus-bottom:before{content:"";opacity:.2}.ph-duotone.ph-rows-plus-bottom:after{content:"";margin-left:-1em}.ph-duotone.ph-rows-plus-top:before{content:"";opacity:.2}.ph-duotone.ph-rows-plus-top:after{content:"";margin-left:-1em}.ph-duotone.ph-rss:before{content:"";opacity:.2}.ph-duotone.ph-rss:after{content:"";margin-left:-1em}.ph-duotone.ph-rss-simple:before{content:"";opacity:.2}.ph-duotone.ph-rss-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-rug:before{content:"";opacity:.2}.ph-duotone.ph-rug:after{content:"";margin-left:-1em}.ph-duotone.ph-ruler:before{content:"";opacity:.2}.ph-duotone.ph-ruler:after{content:"";margin-left:-1em}.ph-duotone.ph-sailboat:before{content:"";opacity:.2}.ph-duotone.ph-sailboat:after{content:"";margin-left:-1em}.ph-duotone.ph-scales:before{content:"";opacity:.2}.ph-duotone.ph-scales:after{content:"";margin-left:-1em}.ph-duotone.ph-scan:before{content:"";opacity:.2}.ph-duotone.ph-scan:after{content:"";margin-left:-1em}.ph-duotone.ph-scan-smiley:before{content:"";opacity:.2}.ph-duotone.ph-scan-smiley:after{content:"";margin-left:-1em}.ph-duotone.ph-scissors:before{content:"";opacity:.2}.ph-duotone.ph-scissors:after{content:"";margin-left:-1em}.ph-duotone.ph-scooter:before{content:"";opacity:.2}.ph-duotone.ph-scooter:after{content:"";margin-left:-1em}.ph-duotone.ph-screencast:before{content:"";opacity:.2}.ph-duotone.ph-screencast:after{content:"";margin-left:-1em}.ph-duotone.ph-screwdriver:before{content:"";opacity:.2}.ph-duotone.ph-screwdriver:after{content:"";margin-left:-1em}.ph-duotone.ph-scribble:before{content:"";opacity:.2}.ph-duotone.ph-scribble:after{content:"";margin-left:-1em}.ph-duotone.ph-scribble-loop:before{content:"";opacity:.2}.ph-duotone.ph-scribble-loop:after{content:"";margin-left:-1em}.ph-duotone.ph-scroll:before{content:"";opacity:.2}.ph-duotone.ph-scroll:after{content:"";margin-left:-1em}.ph-duotone.ph-seal:before{content:"";opacity:.2}.ph-duotone.ph-seal:after{content:"";margin-left:-1em}.ph-duotone.ph-seal-check:before{content:"";opacity:.2}.ph-duotone.ph-seal-check:after{content:"";margin-left:-1em}.ph-duotone.ph-seal-percent:before{content:"";opacity:.2}.ph-duotone.ph-seal-percent:after{content:"";margin-left:-1em}.ph-duotone.ph-seal-question:before{content:"";opacity:.2}.ph-duotone.ph-seal-question:after{content:"";margin-left:-1em}.ph-duotone.ph-seal-warning:before{content:"";opacity:.2}.ph-duotone.ph-seal-warning:after{content:"";margin-left:-1em}.ph-duotone.ph-seat:before{content:"";opacity:.2}.ph-duotone.ph-seat:after{content:"";margin-left:-1em}.ph-duotone.ph-seatbelt:before{content:"";opacity:.2}.ph-duotone.ph-seatbelt:after{content:"";margin-left:-1em}.ph-duotone.ph-security-camera:before{content:"";opacity:.2}.ph-duotone.ph-security-camera:after{content:"";margin-left:-1em}.ph-duotone.ph-selection:before{content:"";opacity:.2}.ph-duotone.ph-selection:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-all:before{content:"";opacity:.2}.ph-duotone.ph-selection-all:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-background:before{content:"";opacity:.2}.ph-duotone.ph-selection-background:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-foreground:before{content:"";opacity:.2}.ph-duotone.ph-selection-foreground:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-inverse:before{content:"";opacity:.2}.ph-duotone.ph-selection-inverse:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-plus:before{content:"";opacity:.2}.ph-duotone.ph-selection-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-selection-slash:before{content:"";opacity:.2}.ph-duotone.ph-selection-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-shapes:before{content:"";opacity:.2}.ph-duotone.ph-shapes:after{content:"";margin-left:-1em}.ph-duotone.ph-share:before{content:"";opacity:.2}.ph-duotone.ph-share:after{content:"";margin-left:-1em}.ph-duotone.ph-share-fat:before{content:"";opacity:.2}.ph-duotone.ph-share-fat:after{content:"";margin-left:-1em}.ph-duotone.ph-share-network:before{content:"";opacity:.2}.ph-duotone.ph-share-network:after{content:"";margin-left:-1em}.ph-duotone.ph-shield:before{content:"";opacity:.2}.ph-duotone.ph-shield:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-check:before{content:"";opacity:.2}.ph-duotone.ph-shield-check:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-checkered:before{content:"";opacity:.2}.ph-duotone.ph-shield-checkered:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-chevron:before{content:"";opacity:.2}.ph-duotone.ph-shield-chevron:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-plus:before{content:"";opacity:.2}.ph-duotone.ph-shield-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-slash:before{content:"";opacity:.2}.ph-duotone.ph-shield-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-star:before{content:"";opacity:.2}.ph-duotone.ph-shield-star:after{content:"";margin-left:-1em}.ph-duotone.ph-shield-warning:before{content:"";opacity:.2}.ph-duotone.ph-shield-warning:after{content:"";margin-left:-1em}.ph-duotone.ph-shipping-container:before{content:"";opacity:.2}.ph-duotone.ph-shipping-container:after{content:"";margin-left:-1em}.ph-duotone.ph-shirt-folded:before{content:"";opacity:.2}.ph-duotone.ph-shirt-folded:after{content:"";margin-left:-1em}.ph-duotone.ph-shooting-star:before{content:"";opacity:.2}.ph-duotone.ph-shooting-star:after{content:"";margin-left:-1em}.ph-duotone.ph-shopping-bag:before{content:"";opacity:.2}.ph-duotone.ph-shopping-bag:after{content:"";margin-left:-1em}.ph-duotone.ph-shopping-bag-open:before{content:"";opacity:.2}.ph-duotone.ph-shopping-bag-open:after{content:"";margin-left:-1em}.ph-duotone.ph-shopping-cart:before{content:"";opacity:.2}.ph-duotone.ph-shopping-cart:after{content:"";margin-left:-1em}.ph-duotone.ph-shopping-cart-simple:before{content:"";opacity:.2}.ph-duotone.ph-shopping-cart-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-shovel:before{content:"";opacity:.2}.ph-duotone.ph-shovel:after{content:"";margin-left:-1em}.ph-duotone.ph-shower:before{content:"";opacity:.2}.ph-duotone.ph-shower:after{content:"";margin-left:-1em}.ph-duotone.ph-shrimp:before{content:"";opacity:.2}.ph-duotone.ph-shrimp:after{content:"";margin-left:-1em}.ph-duotone.ph-shuffle:before{content:"";opacity:.2}.ph-duotone.ph-shuffle:after{content:"";margin-left:-1em}.ph-duotone.ph-shuffle-angular:before{content:"";opacity:.2}.ph-duotone.ph-shuffle-angular:after{content:"";margin-left:-1em}.ph-duotone.ph-shuffle-simple:before{content:"";opacity:.2}.ph-duotone.ph-shuffle-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-sidebar:before{content:"";opacity:.2}.ph-duotone.ph-sidebar:after{content:"";margin-left:-1em}.ph-duotone.ph-sidebar-simple:before{content:"";opacity:.2}.ph-duotone.ph-sidebar-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-sigma:before{content:"";opacity:.2}.ph-duotone.ph-sigma:after{content:"";margin-left:-1em}.ph-duotone.ph-sign-in:before{content:"";opacity:.2}.ph-duotone.ph-sign-in:after{content:"";margin-left:-1em}.ph-duotone.ph-sign-out:before{content:"";opacity:.2}.ph-duotone.ph-sign-out:after{content:"";margin-left:-1em}.ph-duotone.ph-signature:before{content:"";opacity:.2}.ph-duotone.ph-signature:after{content:"";margin-left:-1em}.ph-duotone.ph-signpost:before{content:"";opacity:.2}.ph-duotone.ph-signpost:after{content:"";margin-left:-1em}.ph-duotone.ph-sim-card:before{content:"";opacity:.2}.ph-duotone.ph-sim-card:after{content:"";margin-left:-1em}.ph-duotone.ph-siren:before{content:"";opacity:.2}.ph-duotone.ph-siren:after{content:"";margin-left:-1em}.ph-duotone.ph-sketch-logo:before{content:"";opacity:.2}.ph-duotone.ph-sketch-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-skip-back:before{content:"";opacity:.2}.ph-duotone.ph-skip-back:after{content:"";margin-left:-1em}.ph-duotone.ph-skip-back-circle:before{content:"";opacity:.2}.ph-duotone.ph-skip-back-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-skip-forward:before{content:"";opacity:.2}.ph-duotone.ph-skip-forward:after{content:"";margin-left:-1em}.ph-duotone.ph-skip-forward-circle:before{content:"";opacity:.2}.ph-duotone.ph-skip-forward-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-skull:before{content:"";opacity:.2}.ph-duotone.ph-skull:after{content:"";margin-left:-1em}.ph-duotone.ph-skype-logo:before{content:"";opacity:.2}.ph-duotone.ph-skype-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-slack-logo:before{content:"";opacity:.2}.ph-duotone.ph-slack-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-sliders:before{content:"";opacity:.2}.ph-duotone.ph-sliders:after{content:"";margin-left:-1em}.ph-duotone.ph-sliders-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-sliders-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-slideshow:before{content:"";opacity:.2}.ph-duotone.ph-slideshow:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley:before{content:"";opacity:.2}.ph-duotone.ph-smiley:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-angry:before{content:"";opacity:.2}.ph-duotone.ph-smiley-angry:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-blank:before{content:"";opacity:.2}.ph-duotone.ph-smiley-blank:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-meh:before{content:"";opacity:.2}.ph-duotone.ph-smiley-meh:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-melting:before{content:"";opacity:.2}.ph-duotone.ph-smiley-melting:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-nervous:before{content:"";opacity:.2}.ph-duotone.ph-smiley-nervous:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-sad:before{content:"";opacity:.2}.ph-duotone.ph-smiley-sad:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-sticker:before{content:"";opacity:.2}.ph-duotone.ph-smiley-sticker:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-wink:before{content:"";opacity:.2}.ph-duotone.ph-smiley-wink:after{content:"";margin-left:-1em}.ph-duotone.ph-smiley-x-eyes:before{content:"";opacity:.2}.ph-duotone.ph-smiley-x-eyes:after{content:"";margin-left:-1em}.ph-duotone.ph-snapchat-logo:before{content:"";opacity:.2}.ph-duotone.ph-snapchat-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-sneaker:before{content:"";opacity:.2}.ph-duotone.ph-sneaker:after{content:"";margin-left:-1em}.ph-duotone.ph-sneaker-move:before{content:"";opacity:.2}.ph-duotone.ph-sneaker-move:after{content:"";margin-left:-1em}.ph-duotone.ph-snowflake:before{content:"";opacity:.2}.ph-duotone.ph-snowflake:after{content:"";margin-left:-1em}.ph-duotone.ph-soccer-ball:before{content:"";opacity:.2}.ph-duotone.ph-soccer-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-sock:before{content:"";opacity:.2}.ph-duotone.ph-sock:after{content:"";margin-left:-1em}.ph-duotone.ph-solar-panel:before{content:"";opacity:.2}.ph-duotone.ph-solar-panel:after{content:"";margin-left:-1em}.ph-duotone.ph-solar-roof:before{content:"";opacity:.2}.ph-duotone.ph-solar-roof:after{content:"";margin-left:-1em}.ph-duotone.ph-sort-ascending:before{content:"";opacity:.2}.ph-duotone.ph-sort-ascending:after{content:"";margin-left:-1em}.ph-duotone.ph-sort-descending:before{content:"";opacity:.2}.ph-duotone.ph-sort-descending:after{content:"";margin-left:-1em}.ph-duotone.ph-soundcloud-logo:before{content:"";opacity:.2}.ph-duotone.ph-soundcloud-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-spade:before{content:"";opacity:.2}.ph-duotone.ph-spade:after{content:"";margin-left:-1em}.ph-duotone.ph-sparkle:before{content:"";opacity:.2}.ph-duotone.ph-sparkle:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-hifi:before{content:"";opacity:.2}.ph-duotone.ph-speaker-hifi:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-high:before{content:"";opacity:.2}.ph-duotone.ph-speaker-high:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-low:before{content:"";opacity:.2}.ph-duotone.ph-speaker-low:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-none:before{content:"";opacity:.2}.ph-duotone.ph-speaker-none:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-simple-high:before{content:"";opacity:.2}.ph-duotone.ph-speaker-simple-high:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-simple-low:before{content:"";opacity:.2}.ph-duotone.ph-speaker-simple-low:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-simple-none:before{content:"";opacity:.2}.ph-duotone.ph-speaker-simple-none:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-simple-slash:before{content:"";opacity:.2}.ph-duotone.ph-speaker-simple-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-simple-x:before{content:"";opacity:.2}.ph-duotone.ph-speaker-simple-x:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-slash:before{content:"";opacity:.2}.ph-duotone.ph-speaker-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-speaker-x:before{content:"";opacity:.2}.ph-duotone.ph-speaker-x:after{content:"";margin-left:-1em}.ph-duotone.ph-speedometer:before{content:"";opacity:.2}.ph-duotone.ph-speedometer:after{content:"";margin-left:-1em}.ph-duotone.ph-sphere:before{content:"";opacity:.2}.ph-duotone.ph-sphere:after{content:"";margin-left:-1em}.ph-duotone.ph-spinner:before{content:"";opacity:.2}.ph-duotone.ph-spinner:after{content:"";margin-left:-1em}.ph-duotone.ph-spinner-ball:before{content:"";opacity:.2}.ph-duotone.ph-spinner-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-spinner-gap:before{content:"";opacity:.2}.ph-duotone.ph-spinner-gap:after{content:"";margin-left:-1em}.ph-duotone.ph-spiral:before{content:"";opacity:.2}.ph-duotone.ph-spiral:after{content:"";margin-left:-1em}.ph-duotone.ph-split-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-split-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-split-vertical:before{content:"";opacity:.2}.ph-duotone.ph-split-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-spotify-logo:before{content:"";opacity:.2}.ph-duotone.ph-spotify-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-spray-bottle:before{content:"";opacity:.2}.ph-duotone.ph-spray-bottle:after{content:"";margin-left:-1em}.ph-duotone.ph-square:before{content:"";opacity:.2}.ph-duotone.ph-square:after{content:"";margin-left:-1em}.ph-duotone.ph-square-half:before{content:"";opacity:.2}.ph-duotone.ph-square-half:after{content:"";margin-left:-1em}.ph-duotone.ph-square-half-bottom:before{content:"";opacity:.2}.ph-duotone.ph-square-half-bottom:after{content:"";margin-left:-1em}.ph-duotone.ph-square-logo:before{content:"";opacity:.2}.ph-duotone.ph-square-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-square-split-horizontal:before{content:"";opacity:.2}.ph-duotone.ph-square-split-horizontal:after{content:"";margin-left:-1em}.ph-duotone.ph-square-split-vertical:before{content:"";opacity:.2}.ph-duotone.ph-square-split-vertical:after{content:"";margin-left:-1em}.ph-duotone.ph-squares-four:before{content:"";opacity:.2}.ph-duotone.ph-squares-four:after{content:"";margin-left:-1em}.ph-duotone.ph-stack:before{content:"";opacity:.2}.ph-duotone.ph-stack:after{content:"";margin-left:-1em}.ph-duotone.ph-stack-minus:before{content:"";opacity:.2}.ph-duotone.ph-stack-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-stack-overflow-logo:before{content:"";opacity:.2}.ph-duotone.ph-stack-overflow-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-stack-plus:before{content:"";opacity:.2}.ph-duotone.ph-stack-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-stack-simple:before{content:"";opacity:.2}.ph-duotone.ph-stack-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-stairs:before{content:"";opacity:.2}.ph-duotone.ph-stairs:after{content:"";margin-left:-1em}.ph-duotone.ph-stamp:before{content:"";opacity:.2}.ph-duotone.ph-stamp:after{content:"";margin-left:-1em}.ph-duotone.ph-standard-definition:before{content:"";opacity:.2}.ph-duotone.ph-standard-definition:after{content:"";margin-left:-1em}.ph-duotone.ph-star:before{content:"";opacity:.2}.ph-duotone.ph-star:after{content:"";margin-left:-1em}.ph-duotone.ph-star-and-crescent:before{content:"";opacity:.2}.ph-duotone.ph-star-and-crescent:after{content:"";margin-left:-1em}.ph-duotone.ph-star-four:before{content:"";opacity:.2}.ph-duotone.ph-star-four:after{content:"";margin-left:-1em}.ph-duotone.ph-star-half:before{content:"";opacity:.2}.ph-duotone.ph-star-half:after{content:"";margin-left:-1em}.ph-duotone.ph-star-of-david:before{content:"";opacity:.2}.ph-duotone.ph-star-of-david:after{content:"";margin-left:-1em}.ph-duotone.ph-steam-logo:before{content:"";opacity:.2}.ph-duotone.ph-steam-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-steering-wheel:before{content:"";opacity:.2}.ph-duotone.ph-steering-wheel:after{content:"";margin-left:-1em}.ph-duotone.ph-steps:before{content:"";opacity:.2}.ph-duotone.ph-steps:after{content:"";margin-left:-1em}.ph-duotone.ph-stethoscope:before{content:"";opacity:.2}.ph-duotone.ph-stethoscope:after{content:"";margin-left:-1em}.ph-duotone.ph-sticker:before{content:"";opacity:.2}.ph-duotone.ph-sticker:after{content:"";margin-left:-1em}.ph-duotone.ph-stool:before{content:"";opacity:.2}.ph-duotone.ph-stool:after{content:"";margin-left:-1em}.ph-duotone.ph-stop:before{content:"";opacity:.2}.ph-duotone.ph-stop:after{content:"";margin-left:-1em}.ph-duotone.ph-stop-circle:before{content:"";opacity:.2}.ph-duotone.ph-stop-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-storefront:before{content:"";opacity:.2}.ph-duotone.ph-storefront:after{content:"";margin-left:-1em}.ph-duotone.ph-strategy:before{content:"";opacity:.2}.ph-duotone.ph-strategy:after{content:"";margin-left:-1em}.ph-duotone.ph-stripe-logo:before{content:"";opacity:.2}.ph-duotone.ph-stripe-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-student:before{content:"";opacity:.2}.ph-duotone.ph-student:after{content:"";margin-left:-1em}.ph-duotone.ph-subset-of:before{content:"";opacity:.2}.ph-duotone.ph-subset-of:after{content:"";margin-left:-1em}.ph-duotone.ph-subset-proper-of:before{content:"";opacity:.2}.ph-duotone.ph-subset-proper-of:after{content:"";margin-left:-1em}.ph-duotone.ph-subtitles:before{content:"";opacity:.2}.ph-duotone.ph-subtitles:after{content:"";margin-left:-1em}.ph-duotone.ph-subtitles-slash:before{content:"";opacity:.2}.ph-duotone.ph-subtitles-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-subtract:before{content:"";opacity:.2}.ph-duotone.ph-subtract:after{content:"";margin-left:-1em}.ph-duotone.ph-subtract-square:before{content:"";opacity:.2}.ph-duotone.ph-subtract-square:after{content:"";margin-left:-1em}.ph-duotone.ph-subway:before{content:"";opacity:.2}.ph-duotone.ph-subway:after{content:"";margin-left:-1em}.ph-duotone.ph-suitcase:before{content:"";opacity:.2}.ph-duotone.ph-suitcase:after{content:"";margin-left:-1em}.ph-duotone.ph-suitcase-rolling:before{content:"";opacity:.2}.ph-duotone.ph-suitcase-rolling:after{content:"";margin-left:-1em}.ph-duotone.ph-suitcase-simple:before{content:"";opacity:.2}.ph-duotone.ph-suitcase-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-sun:before{content:"";opacity:.2}.ph-duotone.ph-sun:after{content:"";margin-left:-1em}.ph-duotone.ph-sun-dim:before{content:"";opacity:.2}.ph-duotone.ph-sun-dim:after{content:"";margin-left:-1em}.ph-duotone.ph-sun-horizon:before{content:"";opacity:.2}.ph-duotone.ph-sun-horizon:after{content:"";margin-left:-1em}.ph-duotone.ph-sunglasses:before{content:"";opacity:.2}.ph-duotone.ph-sunglasses:after{content:"";margin-left:-1em}.ph-duotone.ph-superset-of:before{content:"";opacity:.2}.ph-duotone.ph-superset-of:after{content:"";margin-left:-1em}.ph-duotone.ph-superset-proper-of:before{content:"";opacity:.2}.ph-duotone.ph-superset-proper-of:after{content:"";margin-left:-1em}.ph-duotone.ph-swap:before{content:"";opacity:.2}.ph-duotone.ph-swap:after{content:"";margin-left:-1em}.ph-duotone.ph-swatches:before{content:"";opacity:.2}.ph-duotone.ph-swatches:after{content:"";margin-left:-1em}.ph-duotone.ph-swimming-pool:before{content:"";opacity:.2}.ph-duotone.ph-swimming-pool:after{content:"";margin-left:-1em}.ph-duotone.ph-sword:before{content:"";opacity:.2}.ph-duotone.ph-sword:after{content:"";margin-left:-1em}.ph-duotone.ph-synagogue:before{content:"";opacity:.2}.ph-duotone.ph-synagogue:after{content:"";margin-left:-1em}.ph-duotone.ph-syringe:before{content:"";opacity:.2}.ph-duotone.ph-syringe:after{content:"";margin-left:-1em}.ph-duotone.ph-t-shirt:before{content:"";opacity:.2}.ph-duotone.ph-t-shirt:after{content:"";margin-left:-1em}.ph-duotone.ph-table:before{content:"";opacity:.2}.ph-duotone.ph-table:after{content:"";margin-left:-1em}.ph-duotone.ph-tabs:before{content:"";opacity:.2}.ph-duotone.ph-tabs:after{content:"";margin-left:-1em}.ph-duotone.ph-tag:before{content:"";opacity:.2}.ph-duotone.ph-tag:after{content:"";margin-left:-1em}.ph-duotone.ph-tag-chevron:before{content:"";opacity:.2}.ph-duotone.ph-tag-chevron:after{content:"";margin-left:-1em}.ph-duotone.ph-tag-simple:before{content:"";opacity:.2}.ph-duotone.ph-tag-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-target:before{content:"";opacity:.2}.ph-duotone.ph-target:after{content:"";margin-left:-1em}.ph-duotone.ph-taxi:before{content:"";opacity:.2}.ph-duotone.ph-taxi:after{content:"";margin-left:-1em}.ph-duotone.ph-tea-bag:before{content:"";opacity:.2}.ph-duotone.ph-tea-bag:after{content:"";margin-left:-1em}.ph-duotone.ph-telegram-logo:before{content:"";opacity:.2}.ph-duotone.ph-telegram-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-television:before{content:"";opacity:.2}.ph-duotone.ph-television:after{content:"";margin-left:-1em}.ph-duotone.ph-television-simple:before{content:"";opacity:.2}.ph-duotone.ph-television-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-tennis-ball:before{content:"";opacity:.2}.ph-duotone.ph-tennis-ball:after{content:"";margin-left:-1em}.ph-duotone.ph-tent:before{content:"";opacity:.2}.ph-duotone.ph-tent:after{content:"";margin-left:-1em}.ph-duotone.ph-terminal:before{content:"";opacity:.2}.ph-duotone.ph-terminal:after{content:"";margin-left:-1em}.ph-duotone.ph-terminal-window:before{content:"";opacity:.2}.ph-duotone.ph-terminal-window:after{content:"";margin-left:-1em}.ph-duotone.ph-test-tube:before{content:"";opacity:.2}.ph-duotone.ph-test-tube:after{content:"";margin-left:-1em}.ph-duotone.ph-text-a-underline:before{content:"";opacity:.2}.ph-duotone.ph-text-a-underline:after{content:"";margin-left:-1em}.ph-duotone.ph-text-aa:before{content:"";opacity:.2}.ph-duotone.ph-text-aa:after{content:"";margin-left:-1em}.ph-duotone.ph-text-align-center:before{content:"";opacity:.2}.ph-duotone.ph-text-align-center:after{content:"";margin-left:-1em}.ph-duotone.ph-text-align-justify:before{content:"";opacity:.2}.ph-duotone.ph-text-align-justify:after{content:"";margin-left:-1em}.ph-duotone.ph-text-align-left:before{content:"";opacity:.2}.ph-duotone.ph-text-align-left:after{content:"";margin-left:-1em}.ph-duotone.ph-text-align-right:before{content:"";opacity:.2}.ph-duotone.ph-text-align-right:after{content:"";margin-left:-1em}.ph-duotone.ph-text-b:before{content:"";opacity:.2}.ph-duotone.ph-text-b:after{content:"";margin-left:-1em}.ph-duotone.ph-text-columns:before{content:"";opacity:.2}.ph-duotone.ph-text-columns:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h:before{content:"";opacity:.2}.ph-duotone.ph-text-h:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-five:before{content:"";opacity:.2}.ph-duotone.ph-text-h-five:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-four:before{content:"";opacity:.2}.ph-duotone.ph-text-h-four:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-one:before{content:"";opacity:.2}.ph-duotone.ph-text-h-one:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-six:before{content:"";opacity:.2}.ph-duotone.ph-text-h-six:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-three:before{content:"";opacity:.2}.ph-duotone.ph-text-h-three:after{content:"";margin-left:-1em}.ph-duotone.ph-text-h-two:before{content:"";opacity:.2}.ph-duotone.ph-text-h-two:after{content:"";margin-left:-1em}.ph-duotone.ph-text-indent:before{content:"";opacity:.2}.ph-duotone.ph-text-indent:after{content:"";margin-left:-1em}.ph-duotone.ph-text-italic:before{content:"";opacity:.2}.ph-duotone.ph-text-italic:after{content:"";margin-left:-1em}.ph-duotone.ph-text-outdent:before{content:"";opacity:.2}.ph-duotone.ph-text-outdent:after{content:"";margin-left:-1em}.ph-duotone.ph-text-strikethrough:before{content:"";opacity:.2}.ph-duotone.ph-text-strikethrough:after{content:"";margin-left:-1em}.ph-duotone.ph-text-subscript:before{content:"";opacity:.2}.ph-duotone.ph-text-subscript:after{content:"";margin-left:-1em}.ph-duotone.ph-text-superscript:before{content:"";opacity:.2}.ph-duotone.ph-text-superscript:after{content:"";margin-left:-1em}.ph-duotone.ph-text-t:before{content:"";opacity:.2}.ph-duotone.ph-text-t:after{content:"";margin-left:-1em}.ph-duotone.ph-text-t-slash:before{content:"";opacity:.2}.ph-duotone.ph-text-t-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-text-underline:before{content:"";opacity:.2}.ph-duotone.ph-text-underline:after{content:"";margin-left:-1em}.ph-duotone.ph-textbox:before{content:"";opacity:.2}.ph-duotone.ph-textbox:after{content:"";margin-left:-1em}.ph-duotone.ph-thermometer:before{content:"";opacity:.2}.ph-duotone.ph-thermometer:after{content:"";margin-left:-1em}.ph-duotone.ph-thermometer-cold:before{content:"";opacity:.2}.ph-duotone.ph-thermometer-cold:after{content:"";margin-left:-1em}.ph-duotone.ph-thermometer-hot:before{content:"";opacity:.2}.ph-duotone.ph-thermometer-hot:after{content:"";margin-left:-1em}.ph-duotone.ph-thermometer-simple:before{content:"";opacity:.2}.ph-duotone.ph-thermometer-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-threads-logo:before{content:"";opacity:.2}.ph-duotone.ph-threads-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-three-d:before{content:"";opacity:.2}.ph-duotone.ph-three-d:after{content:"";margin-left:-1em}.ph-duotone.ph-thumbs-down:before{content:"";opacity:.2}.ph-duotone.ph-thumbs-down:after{content:"";margin-left:-1em}.ph-duotone.ph-thumbs-up:before{content:"";opacity:.2}.ph-duotone.ph-thumbs-up:after{content:"";margin-left:-1em}.ph-duotone.ph-ticket:before{content:"";opacity:.2}.ph-duotone.ph-ticket:after{content:"";margin-left:-1em}.ph-duotone.ph-tidal-logo:before{content:"";opacity:.2}.ph-duotone.ph-tidal-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-tiktok-logo:before{content:"";opacity:.2}.ph-duotone.ph-tiktok-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-tilde:before{content:"";opacity:.2}.ph-duotone.ph-tilde:after{content:"";margin-left:-1em}.ph-duotone.ph-timer:before{content:"";opacity:.2}.ph-duotone.ph-timer:after{content:"";margin-left:-1em}.ph-duotone.ph-tip-jar:before{content:"";opacity:.2}.ph-duotone.ph-tip-jar:after{content:"";margin-left:-1em}.ph-duotone.ph-tipi:before{content:"";opacity:.2}.ph-duotone.ph-tipi:after{content:"";margin-left:-1em}.ph-duotone.ph-tire:before{content:"";opacity:.2}.ph-duotone.ph-tire:after{content:"";margin-left:-1em}.ph-duotone.ph-toggle-left:before{content:"";opacity:.2}.ph-duotone.ph-toggle-left:after{content:"";margin-left:-1em}.ph-duotone.ph-toggle-right:before{content:"";opacity:.2}.ph-duotone.ph-toggle-right:after{content:"";margin-left:-1em}.ph-duotone.ph-toilet:before{content:"";opacity:.2}.ph-duotone.ph-toilet:after{content:"";margin-left:-1em}.ph-duotone.ph-toilet-paper:before{content:"";opacity:.2}.ph-duotone.ph-toilet-paper:after{content:"";margin-left:-1em}.ph-duotone.ph-toolbox:before{content:"";opacity:.2}.ph-duotone.ph-toolbox:after{content:"";margin-left:-1em}.ph-duotone.ph-tooth:before{content:"";opacity:.2}.ph-duotone.ph-tooth:after{content:"";margin-left:-1em}.ph-duotone.ph-tornado:before{content:"";opacity:.2}.ph-duotone.ph-tornado:after{content:"";margin-left:-1em}.ph-duotone.ph-tote:before{content:"";opacity:.2}.ph-duotone.ph-tote:after{content:"";margin-left:-1em}.ph-duotone.ph-tote-simple:before{content:"";opacity:.2}.ph-duotone.ph-tote-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-towel:before{content:"";opacity:.2}.ph-duotone.ph-towel:after{content:"";margin-left:-1em}.ph-duotone.ph-tractor:before{content:"";opacity:.2}.ph-duotone.ph-tractor:after{content:"";margin-left:-1em}.ph-duotone.ph-trademark:before{content:"";opacity:.2}.ph-duotone.ph-trademark:after{content:"";margin-left:-1em}.ph-duotone.ph-trademark-registered:before{content:"";opacity:.2}.ph-duotone.ph-trademark-registered:after{content:"";margin-left:-1em}.ph-duotone.ph-traffic-cone:before{content:"";opacity:.2}.ph-duotone.ph-traffic-cone:after{content:"";margin-left:-1em}.ph-duotone.ph-traffic-sign:before{content:"";opacity:.2}.ph-duotone.ph-traffic-sign:after{content:"";margin-left:-1em}.ph-duotone.ph-traffic-signal:before{content:"";opacity:.2}.ph-duotone.ph-traffic-signal:after{content:"";margin-left:-1em}.ph-duotone.ph-train:before{content:"";opacity:.2}.ph-duotone.ph-train:after{content:"";margin-left:-1em}.ph-duotone.ph-train-regional:before{content:"";opacity:.2}.ph-duotone.ph-train-regional:after{content:"";margin-left:-1em}.ph-duotone.ph-train-simple:before{content:"";opacity:.2}.ph-duotone.ph-train-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-tram:before{content:"";opacity:.2}.ph-duotone.ph-tram:after{content:"";margin-left:-1em}.ph-duotone.ph-translate:before{content:"";opacity:.2}.ph-duotone.ph-translate:after{content:"";margin-left:-1em}.ph-duotone.ph-trash:before{content:"";opacity:.2}.ph-duotone.ph-trash:after{content:"";margin-left:-1em}.ph-duotone.ph-trash-simple:before{content:"";opacity:.2}.ph-duotone.ph-trash-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-tray:before{content:"";opacity:.2}.ph-duotone.ph-tray:after{content:"";margin-left:-1em}.ph-duotone.ph-tray-arrow-down:before{content:"";opacity:.2}.ph-duotone.ph-tray-arrow-down:after{content:"";margin-left:-1em}.ph-duotone.ph-tray-arrow-up:before{content:"";opacity:.2}.ph-duotone.ph-tray-arrow-up:after{content:"";margin-left:-1em}.ph-duotone.ph-treasure-chest:before{content:"";opacity:.2}.ph-duotone.ph-treasure-chest:after{content:"";margin-left:-1em}.ph-duotone.ph-tree:before{content:"";opacity:.2}.ph-duotone.ph-tree:after{content:"";margin-left:-1em}.ph-duotone.ph-tree-evergreen:before{content:"";opacity:.2}.ph-duotone.ph-tree-evergreen:after{content:"";margin-left:-1em}.ph-duotone.ph-tree-palm:before{content:"";opacity:.2}.ph-duotone.ph-tree-palm:after{content:"";margin-left:-1em}.ph-duotone.ph-tree-structure:before{content:"";opacity:.2}.ph-duotone.ph-tree-structure:after{content:"";margin-left:-1em}.ph-duotone.ph-tree-view:before{content:"";opacity:.2}.ph-duotone.ph-tree-view:after{content:"";margin-left:-1em}.ph-duotone.ph-trend-down:before{content:"";opacity:.2}.ph-duotone.ph-trend-down:after{content:"";margin-left:-1em}.ph-duotone.ph-trend-up:before{content:"";opacity:.2}.ph-duotone.ph-trend-up:after{content:"";margin-left:-1em}.ph-duotone.ph-triangle:before{content:"";opacity:.2}.ph-duotone.ph-triangle:after{content:"";margin-left:-1em}.ph-duotone.ph-triangle-dashed:before{content:"";opacity:.2}.ph-duotone.ph-triangle-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-trolley:before{content:"";opacity:.2}.ph-duotone.ph-trolley:after{content:"";margin-left:-1em}.ph-duotone.ph-trolley-suitcase:before{content:"";opacity:.2}.ph-duotone.ph-trolley-suitcase:after{content:"";margin-left:-1em}.ph-duotone.ph-trophy:before{content:"";opacity:.2}.ph-duotone.ph-trophy:after{content:"";margin-left:-1em}.ph-duotone.ph-truck:before{content:"";opacity:.2}.ph-duotone.ph-truck:after{content:"";margin-left:-1em}.ph-duotone.ph-truck-trailer:before{content:"";opacity:.2}.ph-duotone.ph-truck-trailer:after{content:"";margin-left:-1em}.ph-duotone.ph-tumblr-logo:before{content:"";opacity:.2}.ph-duotone.ph-tumblr-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-twitch-logo:before{content:"";opacity:.2}.ph-duotone.ph-twitch-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-twitter-logo:before{content:"";opacity:.2}.ph-duotone.ph-twitter-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-umbrella:before{content:"";opacity:.2}.ph-duotone.ph-umbrella:after{content:"";margin-left:-1em}.ph-duotone.ph-umbrella-simple:before{content:"";opacity:.2}.ph-duotone.ph-umbrella-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-union:before{content:"";opacity:.2}.ph-duotone.ph-union:after{content:"";margin-left:-1em}.ph-duotone.ph-unite:before{content:"";opacity:.2}.ph-duotone.ph-unite:after{content:"";margin-left:-1em}.ph-duotone.ph-unite-square:before{content:"";opacity:.2}.ph-duotone.ph-unite-square:after{content:"";margin-left:-1em}.ph-duotone.ph-upload:before{content:"";opacity:.2}.ph-duotone.ph-upload:after{content:"";margin-left:-1em}.ph-duotone.ph-upload-simple:before{content:"";opacity:.2}.ph-duotone.ph-upload-simple:after{content:"";margin-left:-1em}.ph-duotone.ph-usb:before{content:"";opacity:.2}.ph-duotone.ph-usb:after{content:"";margin-left:-1em}.ph-duotone.ph-user:before{content:"";opacity:.2}.ph-duotone.ph-user:after{content:"";margin-left:-1em}.ph-duotone.ph-user-check:before{content:"";opacity:.2}.ph-duotone.ph-user-check:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle:before{content:"";opacity:.2}.ph-duotone.ph-user-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle-check:before{content:"";opacity:.2}.ph-duotone.ph-user-circle-check:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle-dashed:before{content:"";opacity:.2}.ph-duotone.ph-user-circle-dashed:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle-gear:before{content:"";opacity:.2}.ph-duotone.ph-user-circle-gear:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle-minus:before{content:"";opacity:.2}.ph-duotone.ph-user-circle-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-user-circle-plus:before{content:"";opacity:.2}.ph-duotone.ph-user-circle-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-user-focus:before{content:"";opacity:.2}.ph-duotone.ph-user-focus:after{content:"";margin-left:-1em}.ph-duotone.ph-user-gear:before{content:"";opacity:.2}.ph-duotone.ph-user-gear:after{content:"";margin-left:-1em}.ph-duotone.ph-user-list:before{content:"";opacity:.2}.ph-duotone.ph-user-list:after{content:"";margin-left:-1em}.ph-duotone.ph-user-minus:before{content:"";opacity:.2}.ph-duotone.ph-user-minus:after{content:"";margin-left:-1em}.ph-duotone.ph-user-plus:before{content:"";opacity:.2}.ph-duotone.ph-user-plus:after{content:"";margin-left:-1em}.ph-duotone.ph-user-rectangle:before{content:"";opacity:.2}.ph-duotone.ph-user-rectangle:after{content:"";margin-left:-1em}.ph-duotone.ph-user-sound:before{content:"";opacity:.2}.ph-duotone.ph-user-sound:after{content:"";margin-left:-1em}.ph-duotone.ph-user-square:before{content:"";opacity:.2}.ph-duotone.ph-user-square:after{content:"";margin-left:-1em}.ph-duotone.ph-user-switch:before{content:"";opacity:.2}.ph-duotone.ph-user-switch:after{content:"";margin-left:-1em}.ph-duotone.ph-users:before{content:"";opacity:.2}.ph-duotone.ph-users:after{content:"";margin-left:-1em}.ph-duotone.ph-users-four:before{content:"";opacity:.2}.ph-duotone.ph-users-four:after{content:"";margin-left:-1em}.ph-duotone.ph-users-three:before{content:"";opacity:.2}.ph-duotone.ph-users-three:after{content:"";margin-left:-1em}.ph-duotone.ph-van:before{content:"";opacity:.2}.ph-duotone.ph-van:after{content:"";margin-left:-1em}.ph-duotone.ph-vault:before{content:"";opacity:.2}.ph-duotone.ph-vault:after{content:"";margin-left:-1em}.ph-duotone.ph-vector-three:before{content:"";opacity:.2}.ph-duotone.ph-vector-three:after{content:"";margin-left:-1em}.ph-duotone.ph-vector-two:before{content:"";opacity:.2}.ph-duotone.ph-vector-two:after{content:"";margin-left:-1em}.ph-duotone.ph-vibrate:before{content:"";opacity:.2}.ph-duotone.ph-vibrate:after{content:"";margin-left:-1em}.ph-duotone.ph-video:before{content:"";opacity:.2}.ph-duotone.ph-video:after{content:"";margin-left:-1em}.ph-duotone.ph-video-camera:before{content:"";opacity:.2}.ph-duotone.ph-video-camera:after{content:"";margin-left:-1em}.ph-duotone.ph-video-camera-slash:before{content:"";opacity:.2}.ph-duotone.ph-video-camera-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-video-conference:before{content:"";opacity:.2}.ph-duotone.ph-video-conference:after{content:"";margin-left:-1em}.ph-duotone.ph-vignette:before{content:"";opacity:.2}.ph-duotone.ph-vignette:after{content:"";margin-left:-1em}.ph-duotone.ph-vinyl-record:before{content:"";opacity:.2}.ph-duotone.ph-vinyl-record:after{content:"";margin-left:-1em}.ph-duotone.ph-virtual-reality:before{content:"";opacity:.2}.ph-duotone.ph-virtual-reality:after{content:"";margin-left:-1em}.ph-duotone.ph-virus:before{content:"";opacity:.2}.ph-duotone.ph-virus:after{content:"";margin-left:-1em}.ph-duotone.ph-visor:before{content:"";opacity:.2}.ph-duotone.ph-visor:after{content:"";margin-left:-1em}.ph-duotone.ph-voicemail:before{content:"";opacity:.2}.ph-duotone.ph-voicemail:after{content:"";margin-left:-1em}.ph-duotone.ph-volleyball:before{content:"";opacity:.2}.ph-duotone.ph-volleyball:after{content:"";margin-left:-1em}.ph-duotone.ph-wall:before{content:"";opacity:.2}.ph-duotone.ph-wall:after{content:"";margin-left:-1em}.ph-duotone.ph-wallet:before{content:"";opacity:.2}.ph-duotone.ph-wallet:after{content:"";margin-left:-1em}.ph-duotone.ph-warehouse:before{content:"";opacity:.2}.ph-duotone.ph-warehouse:after{content:"";margin-left:-1em}.ph-duotone.ph-warning:before{content:"";opacity:.2}.ph-duotone.ph-warning:after{content:"";margin-left:-1em}.ph-duotone.ph-warning-circle:before{content:"";opacity:.2}.ph-duotone.ph-warning-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-warning-diamond:before{content:"";opacity:.2}.ph-duotone.ph-warning-diamond:after{content:"";margin-left:-1em}.ph-duotone.ph-warning-octagon:before{content:"";opacity:.2}.ph-duotone.ph-warning-octagon:after{content:"";margin-left:-1em}.ph-duotone.ph-washing-machine:before{content:"";opacity:.2}.ph-duotone.ph-washing-machine:after{content:"";margin-left:-1em}.ph-duotone.ph-watch:before{content:"";opacity:.2}.ph-duotone.ph-watch:after{content:"";margin-left:-1em}.ph-duotone.ph-wave-sawtooth:before{content:"";opacity:.2}.ph-duotone.ph-wave-sawtooth:after{content:"";margin-left:-1em}.ph-duotone.ph-wave-sine:before{content:"";opacity:.2}.ph-duotone.ph-wave-sine:after{content:"";margin-left:-1em}.ph-duotone.ph-wave-square:before{content:"";opacity:.2}.ph-duotone.ph-wave-square:after{content:"";margin-left:-1em}.ph-duotone.ph-wave-triangle:before{content:"";opacity:.2}.ph-duotone.ph-wave-triangle:after{content:"";margin-left:-1em}.ph-duotone.ph-waveform:before{content:"";opacity:.2}.ph-duotone.ph-waveform:after{content:"";margin-left:-1em}.ph-duotone.ph-waveform-slash:before{content:"";opacity:.2}.ph-duotone.ph-waveform-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-waves:before{content:"";opacity:.2}.ph-duotone.ph-waves:after{content:"";margin-left:-1em}.ph-duotone.ph-webcam:before{content:"";opacity:.2}.ph-duotone.ph-webcam:after{content:"";margin-left:-1em}.ph-duotone.ph-webcam-slash:before{content:"";opacity:.2}.ph-duotone.ph-webcam-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-webhooks-logo:before{content:"";opacity:.2}.ph-duotone.ph-webhooks-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-wechat-logo:before{content:"";opacity:.2}.ph-duotone.ph-wechat-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-whatsapp-logo:before{content:"";opacity:.2}.ph-duotone.ph-whatsapp-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-wheelchair:before{content:"";opacity:.2}.ph-duotone.ph-wheelchair:after{content:"";margin-left:-1em}.ph-duotone.ph-wheelchair-motion:before{content:"";opacity:.2}.ph-duotone.ph-wheelchair-motion:after{content:"";margin-left:-1em}.ph-duotone.ph-wifi-high:before{content:"";opacity:.2}.ph-duotone.ph-wifi-high:after{content:"";margin-left:-1em}.ph-duotone.ph-wifi-low:before{content:"";opacity:.2}.ph-duotone.ph-wifi-low:after{content:"";margin-left:-1em}.ph-duotone.ph-wifi-medium:before{content:"";opacity:.2}.ph-duotone.ph-wifi-medium:after{content:"";margin-left:-1em}.ph-duotone.ph-wifi-none:before{content:"";color:#444}.ph-duotone.ph-wifi-slash:before{content:"";opacity:.2}.ph-duotone.ph-wifi-slash:after{content:"";margin-left:-1em}.ph-duotone.ph-wifi-x:before{content:"";opacity:.2}.ph-duotone.ph-wifi-x:after{content:"";margin-left:-1em}.ph-duotone.ph-wind:before{content:"";opacity:.2}.ph-duotone.ph-wind:after{content:"";margin-left:-1em}.ph-duotone.ph-windmill:before{content:"";opacity:.2}.ph-duotone.ph-windmill:after{content:"";margin-left:-1em}.ph-duotone.ph-windows-logo:before{content:"";opacity:.2}.ph-duotone.ph-windows-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-wine:before{content:"";opacity:.2}.ph-duotone.ph-wine:after{content:"";margin-left:-1em}.ph-duotone.ph-wrench:before{content:"";opacity:.2}.ph-duotone.ph-wrench:after{content:"";margin-left:-1em}.ph-duotone.ph-x:before{content:"";opacity:.2}.ph-duotone.ph-x:after{content:"";margin-left:-1em}.ph-duotone.ph-x-circle:before{content:"";opacity:.2}.ph-duotone.ph-x-circle:after{content:"";margin-left:-1em}.ph-duotone.ph-x-logo:before{content:"";opacity:.2}.ph-duotone.ph-x-logo:after{content:"";margin-left:-1em}.ph-duotone.ph-x-square:before{content:"";opacity:.2}.ph-duotone.ph-x-square:after{content:"";margin-left:-1em}.ph-duotone.ph-yarn:before{content:"";opacity:.2}.ph-duotone.ph-yarn:after{content:"";margin-left:-1em}.ph-duotone.ph-yin-yang:before{content:"";opacity:.2}.ph-duotone.ph-yin-yang:after{content:"";margin-left:-1em}.ph-duotone.ph-youtube-logo:before{content:"";opacity:.2}.ph-duotone.ph-youtube-logo:after{content:"";margin-left:-1em}@font-face{font-family:Phosphor-Fill;src:url(/assets/Phosphor-Fill-D4CDmGRg.woff2) format("woff2"),url(/assets/Phosphor-Fill-CS2zOYDV.woff) format("woff"),url(/assets/Phosphor-Fill-N9gYSHy0.ttf) format("truetype"),url(/assets/Phosphor-Fill-BofDnXwa.svg#Phosphor-Fill) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-fill{font-family:Phosphor-Fill!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;-moz-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-fill.ph-acorn:before{content:""}.ph-fill.ph-address-book:before{content:""}.ph-fill.ph-address-book-tabs:before{content:""}.ph-fill.ph-air-traffic-control:before{content:""}.ph-fill.ph-airplane:before{content:""}.ph-fill.ph-airplane-in-flight:before{content:""}.ph-fill.ph-airplane-landing:before{content:""}.ph-fill.ph-airplane-takeoff:before{content:""}.ph-fill.ph-airplane-taxiing:before{content:""}.ph-fill.ph-airplane-tilt:before{content:""}.ph-fill.ph-airplay:before{content:""}.ph-fill.ph-alarm:before{content:""}.ph-fill.ph-alien:before{content:""}.ph-fill.ph-align-bottom:before{content:""}.ph-fill.ph-align-bottom-simple:before{content:""}.ph-fill.ph-align-center-horizontal:before{content:""}.ph-fill.ph-align-center-horizontal-simple:before{content:""}.ph-fill.ph-align-center-vertical:before{content:""}.ph-fill.ph-align-center-vertical-simple:before{content:""}.ph-fill.ph-align-left:before{content:""}.ph-fill.ph-align-left-simple:before{content:""}.ph-fill.ph-align-right:before{content:""}.ph-fill.ph-align-right-simple:before{content:""}.ph-fill.ph-align-top:before{content:""}.ph-fill.ph-align-top-simple:before{content:""}.ph-fill.ph-amazon-logo:before{content:""}.ph-fill.ph-ambulance:before{content:""}.ph-fill.ph-anchor:before{content:""}.ph-fill.ph-anchor-simple:before{content:""}.ph-fill.ph-android-logo:before{content:""}.ph-fill.ph-angle:before{content:""}.ph-fill.ph-angular-logo:before{content:""}.ph-fill.ph-aperture:before{content:""}.ph-fill.ph-app-store-logo:before{content:""}.ph-fill.ph-app-window:before{content:""}.ph-fill.ph-apple-logo:before{content:""}.ph-fill.ph-apple-podcasts-logo:before{content:""}.ph-fill.ph-approximate-equals:before{content:""}.ph-fill.ph-archive:before{content:""}.ph-fill.ph-armchair:before{content:""}.ph-fill.ph-arrow-arc-left:before{content:""}.ph-fill.ph-arrow-arc-right:before{content:""}.ph-fill.ph-arrow-bend-double-up-left:before{content:""}.ph-fill.ph-arrow-bend-double-up-right:before{content:""}.ph-fill.ph-arrow-bend-down-left:before{content:""}.ph-fill.ph-arrow-bend-down-right:before{content:""}.ph-fill.ph-arrow-bend-left-down:before{content:""}.ph-fill.ph-arrow-bend-left-up:before{content:""}.ph-fill.ph-arrow-bend-right-down:before{content:""}.ph-fill.ph-arrow-bend-right-up:before{content:""}.ph-fill.ph-arrow-bend-up-left:before{content:""}.ph-fill.ph-arrow-bend-up-right:before{content:""}.ph-fill.ph-arrow-circle-down:before{content:""}.ph-fill.ph-arrow-circle-down-left:before{content:""}.ph-fill.ph-arrow-circle-down-right:before{content:""}.ph-fill.ph-arrow-circle-left:before{content:""}.ph-fill.ph-arrow-circle-right:before{content:""}.ph-fill.ph-arrow-circle-up:before{content:""}.ph-fill.ph-arrow-circle-up-left:before{content:""}.ph-fill.ph-arrow-circle-up-right:before{content:""}.ph-fill.ph-arrow-clockwise:before{content:""}.ph-fill.ph-arrow-counter-clockwise:before{content:""}.ph-fill.ph-arrow-down:before{content:""}.ph-fill.ph-arrow-down-left:before{content:""}.ph-fill.ph-arrow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-down-left:before{content:""}.ph-fill.ph-arrow-elbow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-left:before{content:""}.ph-fill.ph-arrow-elbow-left-down:before{content:""}.ph-fill.ph-arrow-elbow-left-up:before{content:""}.ph-fill.ph-arrow-elbow-right:before{content:""}.ph-fill.ph-arrow-elbow-right-down:before{content:""}.ph-fill.ph-arrow-elbow-right-up:before{content:""}.ph-fill.ph-arrow-elbow-up-left:before{content:""}.ph-fill.ph-arrow-elbow-up-right:before{content:""}.ph-fill.ph-arrow-fat-down:before{content:""}.ph-fill.ph-arrow-fat-left:before{content:""}.ph-fill.ph-arrow-fat-line-down:before{content:""}.ph-fill.ph-arrow-fat-line-left:before{content:""}.ph-fill.ph-arrow-fat-line-right:before{content:""}.ph-fill.ph-arrow-fat-line-up:before{content:""}.ph-fill.ph-arrow-fat-lines-down:before{content:""}.ph-fill.ph-arrow-fat-lines-left:before{content:""}.ph-fill.ph-arrow-fat-lines-right:before{content:""}.ph-fill.ph-arrow-fat-lines-up:before{content:""}.ph-fill.ph-arrow-fat-right:before{content:""}.ph-fill.ph-arrow-fat-up:before{content:""}.ph-fill.ph-arrow-left:before{content:""}.ph-fill.ph-arrow-line-down:before{content:""}.ph-fill.ph-arrow-line-down-left:before{content:""}.ph-fill.ph-arrow-line-down-right:before{content:""}.ph-fill.ph-arrow-line-left:before{content:""}.ph-fill.ph-arrow-line-right:before{content:""}.ph-fill.ph-arrow-line-up:before{content:""}.ph-fill.ph-arrow-line-up-left:before{content:""}.ph-fill.ph-arrow-line-up-right:before{content:""}.ph-fill.ph-arrow-right:before{content:""}.ph-fill.ph-arrow-square-down:before{content:""}.ph-fill.ph-arrow-square-down-left:before{content:""}.ph-fill.ph-arrow-square-down-right:before{content:""}.ph-fill.ph-arrow-square-in:before{content:""}.ph-fill.ph-arrow-square-left:before{content:""}.ph-fill.ph-arrow-square-out:before{content:""}.ph-fill.ph-arrow-square-right:before{content:""}.ph-fill.ph-arrow-square-up:before{content:""}.ph-fill.ph-arrow-square-up-left:before{content:""}.ph-fill.ph-arrow-square-up-right:before{content:""}.ph-fill.ph-arrow-u-down-left:before{content:""}.ph-fill.ph-arrow-u-down-right:before{content:""}.ph-fill.ph-arrow-u-left-down:before{content:""}.ph-fill.ph-arrow-u-left-up:before{content:""}.ph-fill.ph-arrow-u-right-down:before{content:""}.ph-fill.ph-arrow-u-right-up:before{content:""}.ph-fill.ph-arrow-u-up-left:before{content:""}.ph-fill.ph-arrow-u-up-right:before{content:""}.ph-fill.ph-arrow-up:before{content:""}.ph-fill.ph-arrow-up-left:before{content:""}.ph-fill.ph-arrow-up-right:before{content:""}.ph-fill.ph-arrows-clockwise:before{content:""}.ph-fill.ph-arrows-counter-clockwise:before{content:""}.ph-fill.ph-arrows-down-up:before{content:""}.ph-fill.ph-arrows-horizontal:before{content:""}.ph-fill.ph-arrows-in:before{content:""}.ph-fill.ph-arrows-in-cardinal:before{content:""}.ph-fill.ph-arrows-in-line-horizontal:before{content:""}.ph-fill.ph-arrows-in-line-vertical:before{content:""}.ph-fill.ph-arrows-in-simple:before{content:""}.ph-fill.ph-arrows-left-right:before{content:""}.ph-fill.ph-arrows-merge:before{content:""}.ph-fill.ph-arrows-out:before{content:""}.ph-fill.ph-arrows-out-cardinal:before{content:""}.ph-fill.ph-arrows-out-line-horizontal:before{content:""}.ph-fill.ph-arrows-out-line-vertical:before{content:""}.ph-fill.ph-arrows-out-simple:before{content:""}.ph-fill.ph-arrows-split:before{content:""}.ph-fill.ph-arrows-vertical:before{content:""}.ph-fill.ph-article:before{content:""}.ph-fill.ph-article-medium:before{content:""}.ph-fill.ph-article-ny-times:before{content:""}.ph-fill.ph-asclepius:before{content:""}.ph-fill.ph-caduceus:before{content:""}.ph-fill.ph-asterisk:before{content:""}.ph-fill.ph-asterisk-simple:before{content:""}.ph-fill.ph-at:before{content:""}.ph-fill.ph-atom:before{content:""}.ph-fill.ph-avocado:before{content:""}.ph-fill.ph-axe:before{content:""}.ph-fill.ph-baby:before{content:""}.ph-fill.ph-baby-carriage:before{content:""}.ph-fill.ph-backpack:before{content:""}.ph-fill.ph-backspace:before{content:""}.ph-fill.ph-bag:before{content:""}.ph-fill.ph-bag-simple:before{content:""}.ph-fill.ph-balloon:before{content:""}.ph-fill.ph-bandaids:before{content:""}.ph-fill.ph-bank:before{content:""}.ph-fill.ph-barbell:before{content:""}.ph-fill.ph-barcode:before{content:""}.ph-fill.ph-barn:before{content:""}.ph-fill.ph-barricade:before{content:""}.ph-fill.ph-baseball:before{content:""}.ph-fill.ph-baseball-cap:before{content:""}.ph-fill.ph-baseball-helmet:before{content:""}.ph-fill.ph-basket:before{content:""}.ph-fill.ph-basketball:before{content:""}.ph-fill.ph-bathtub:before{content:""}.ph-fill.ph-battery-charging:before{content:""}.ph-fill.ph-battery-charging-vertical:before{content:""}.ph-fill.ph-battery-empty:before{content:""}.ph-fill.ph-battery-full:before{content:""}.ph-fill.ph-battery-high:before{content:""}.ph-fill.ph-battery-low:before{content:""}.ph-fill.ph-battery-medium:before{content:""}.ph-fill.ph-battery-plus:before{content:""}.ph-fill.ph-battery-plus-vertical:before{content:""}.ph-fill.ph-battery-vertical-empty:before{content:""}.ph-fill.ph-battery-vertical-full:before{content:""}.ph-fill.ph-battery-vertical-high:before{content:""}.ph-fill.ph-battery-vertical-low:before{content:""}.ph-fill.ph-battery-vertical-medium:before{content:""}.ph-fill.ph-battery-warning:before{content:""}.ph-fill.ph-battery-warning-vertical:before{content:""}.ph-fill.ph-beach-ball:before{content:""}.ph-fill.ph-beanie:before{content:""}.ph-fill.ph-bed:before{content:""}.ph-fill.ph-beer-bottle:before{content:""}.ph-fill.ph-beer-stein:before{content:""}.ph-fill.ph-behance-logo:before{content:""}.ph-fill.ph-bell:before{content:""}.ph-fill.ph-bell-ringing:before{content:""}.ph-fill.ph-bell-simple:before{content:""}.ph-fill.ph-bell-simple-ringing:before{content:""}.ph-fill.ph-bell-simple-slash:before{content:""}.ph-fill.ph-bell-simple-z:before{content:""}.ph-fill.ph-bell-slash:before{content:""}.ph-fill.ph-bell-z:before{content:""}.ph-fill.ph-belt:before{content:""}.ph-fill.ph-bezier-curve:before{content:""}.ph-fill.ph-bicycle:before{content:""}.ph-fill.ph-binary:before{content:""}.ph-fill.ph-binoculars:before{content:""}.ph-fill.ph-biohazard:before{content:""}.ph-fill.ph-bird:before{content:""}.ph-fill.ph-blueprint:before{content:""}.ph-fill.ph-bluetooth:before{content:""}.ph-fill.ph-bluetooth-connected:before{content:""}.ph-fill.ph-bluetooth-slash:before{content:""}.ph-fill.ph-bluetooth-x:before{content:""}.ph-fill.ph-boat:before{content:""}.ph-fill.ph-bomb:before{content:""}.ph-fill.ph-bone:before{content:""}.ph-fill.ph-book:before{content:""}.ph-fill.ph-book-bookmark:before{content:""}.ph-fill.ph-book-open:before{content:""}.ph-fill.ph-book-open-text:before{content:""}.ph-fill.ph-book-open-user:before{content:""}.ph-fill.ph-bookmark:before{content:""}.ph-fill.ph-bookmark-simple:before{content:""}.ph-fill.ph-bookmarks:before{content:""}.ph-fill.ph-bookmarks-simple:before{content:""}.ph-fill.ph-books:before{content:""}.ph-fill.ph-boot:before{content:""}.ph-fill.ph-boules:before{content:""}.ph-fill.ph-bounding-box:before{content:""}.ph-fill.ph-bowl-food:before{content:""}.ph-fill.ph-bowl-steam:before{content:""}.ph-fill.ph-bowling-ball:before{content:""}.ph-fill.ph-box-arrow-down:before{content:""}.ph-fill.ph-archive-box:before{content:""}.ph-fill.ph-box-arrow-up:before{content:""}.ph-fill.ph-boxing-glove:before{content:""}.ph-fill.ph-brackets-angle:before{content:""}.ph-fill.ph-brackets-curly:before{content:""}.ph-fill.ph-brackets-round:before{content:""}.ph-fill.ph-brackets-square:before{content:""}.ph-fill.ph-brain:before{content:""}.ph-fill.ph-brandy:before{content:""}.ph-fill.ph-bread:before{content:""}.ph-fill.ph-bridge:before{content:""}.ph-fill.ph-briefcase:before{content:""}.ph-fill.ph-briefcase-metal:before{content:""}.ph-fill.ph-broadcast:before{content:""}.ph-fill.ph-broom:before{content:""}.ph-fill.ph-browser:before{content:""}.ph-fill.ph-browsers:before{content:""}.ph-fill.ph-bug:before{content:""}.ph-fill.ph-bug-beetle:before{content:""}.ph-fill.ph-bug-droid:before{content:""}.ph-fill.ph-building:before{content:""}.ph-fill.ph-building-apartment:before{content:""}.ph-fill.ph-building-office:before{content:""}.ph-fill.ph-buildings:before{content:""}.ph-fill.ph-bulldozer:before{content:""}.ph-fill.ph-bus:before{content:""}.ph-fill.ph-butterfly:before{content:""}.ph-fill.ph-cable-car:before{content:""}.ph-fill.ph-cactus:before{content:""}.ph-fill.ph-cake:before{content:""}.ph-fill.ph-calculator:before{content:""}.ph-fill.ph-calendar:before{content:""}.ph-fill.ph-calendar-blank:before{content:""}.ph-fill.ph-calendar-check:before{content:""}.ph-fill.ph-calendar-dot:before{content:""}.ph-fill.ph-calendar-dots:before{content:""}.ph-fill.ph-calendar-heart:before{content:""}.ph-fill.ph-calendar-minus:before{content:""}.ph-fill.ph-calendar-plus:before{content:""}.ph-fill.ph-calendar-slash:before{content:""}.ph-fill.ph-calendar-star:before{content:""}.ph-fill.ph-calendar-x:before{content:""}.ph-fill.ph-call-bell:before{content:""}.ph-fill.ph-camera:before{content:""}.ph-fill.ph-camera-plus:before{content:""}.ph-fill.ph-camera-rotate:before{content:""}.ph-fill.ph-camera-slash:before{content:""}.ph-fill.ph-campfire:before{content:""}.ph-fill.ph-car:before{content:""}.ph-fill.ph-car-battery:before{content:""}.ph-fill.ph-car-profile:before{content:""}.ph-fill.ph-car-simple:before{content:""}.ph-fill.ph-cardholder:before{content:""}.ph-fill.ph-cards:before{content:""}.ph-fill.ph-cards-three:before{content:""}.ph-fill.ph-caret-circle-double-down:before{content:""}.ph-fill.ph-caret-circle-double-left:before{content:""}.ph-fill.ph-caret-circle-double-right:before{content:""}.ph-fill.ph-caret-circle-double-up:before{content:""}.ph-fill.ph-caret-circle-down:before{content:""}.ph-fill.ph-caret-circle-left:before{content:""}.ph-fill.ph-caret-circle-right:before{content:""}.ph-fill.ph-caret-circle-up:before{content:""}.ph-fill.ph-caret-circle-up-down:before{content:""}.ph-fill.ph-caret-double-down:before{content:""}.ph-fill.ph-caret-double-left:before{content:""}.ph-fill.ph-caret-double-right:before{content:""}.ph-fill.ph-caret-double-up:before{content:""}.ph-fill.ph-caret-down:before{content:""}.ph-fill.ph-caret-left:before{content:""}.ph-fill.ph-caret-line-down:before{content:""}.ph-fill.ph-caret-line-left:before{content:""}.ph-fill.ph-caret-line-right:before{content:""}.ph-fill.ph-caret-line-up:before{content:""}.ph-fill.ph-caret-right:before{content:""}.ph-fill.ph-caret-up:before{content:""}.ph-fill.ph-caret-up-down:before{content:""}.ph-fill.ph-carrot:before{content:""}.ph-fill.ph-cash-register:before{content:""}.ph-fill.ph-cassette-tape:before{content:""}.ph-fill.ph-castle-turret:before{content:""}.ph-fill.ph-cat:before{content:""}.ph-fill.ph-cell-signal-full:before{content:""}.ph-fill.ph-cell-signal-high:before{content:""}.ph-fill.ph-cell-signal-low:before{content:""}.ph-fill.ph-cell-signal-medium:before{content:""}.ph-fill.ph-cell-signal-none:before{content:""}.ph-fill.ph-cell-signal-slash:before{content:""}.ph-fill.ph-cell-signal-x:before{content:""}.ph-fill.ph-cell-tower:before{content:""}.ph-fill.ph-certificate:before{content:""}.ph-fill.ph-chair:before{content:""}.ph-fill.ph-chalkboard:before{content:""}.ph-fill.ph-chalkboard-simple:before{content:""}.ph-fill.ph-chalkboard-teacher:before{content:""}.ph-fill.ph-champagne:before{content:""}.ph-fill.ph-charging-station:before{content:""}.ph-fill.ph-chart-bar:before{content:""}.ph-fill.ph-chart-bar-horizontal:before{content:""}.ph-fill.ph-chart-donut:before{content:""}.ph-fill.ph-chart-line:before{content:""}.ph-fill.ph-chart-line-down:before{content:""}.ph-fill.ph-chart-line-up:before{content:""}.ph-fill.ph-chart-pie:before{content:""}.ph-fill.ph-chart-pie-slice:before{content:""}.ph-fill.ph-chart-polar:before{content:""}.ph-fill.ph-chart-scatter:before{content:""}.ph-fill.ph-chat:before{content:""}.ph-fill.ph-chat-centered:before{content:""}.ph-fill.ph-chat-centered-dots:before{content:""}.ph-fill.ph-chat-centered-slash:before{content:""}.ph-fill.ph-chat-centered-text:before{content:""}.ph-fill.ph-chat-circle:before{content:""}.ph-fill.ph-chat-circle-dots:before{content:""}.ph-fill.ph-chat-circle-slash:before{content:""}.ph-fill.ph-chat-circle-text:before{content:""}.ph-fill.ph-chat-dots:before{content:""}.ph-fill.ph-chat-slash:before{content:""}.ph-fill.ph-chat-teardrop:before{content:""}.ph-fill.ph-chat-teardrop-dots:before{content:""}.ph-fill.ph-chat-teardrop-slash:before{content:""}.ph-fill.ph-chat-teardrop-text:before{content:""}.ph-fill.ph-chat-text:before{content:""}.ph-fill.ph-chats:before{content:""}.ph-fill.ph-chats-circle:before{content:""}.ph-fill.ph-chats-teardrop:before{content:""}.ph-fill.ph-check:before{content:""}.ph-fill.ph-check-circle:before{content:""}.ph-fill.ph-check-fat:before{content:""}.ph-fill.ph-check-square:before{content:""}.ph-fill.ph-check-square-offset:before{content:""}.ph-fill.ph-checkerboard:before{content:""}.ph-fill.ph-checks:before{content:""}.ph-fill.ph-cheers:before{content:""}.ph-fill.ph-cheese:before{content:""}.ph-fill.ph-chef-hat:before{content:""}.ph-fill.ph-cherries:before{content:""}.ph-fill.ph-church:before{content:""}.ph-fill.ph-cigarette:before{content:""}.ph-fill.ph-cigarette-slash:before{content:""}.ph-fill.ph-circle:before{content:""}.ph-fill.ph-circle-dashed:before{content:""}.ph-fill.ph-circle-half:before{content:""}.ph-fill.ph-circle-half-tilt:before{content:""}.ph-fill.ph-circle-notch:before{content:""}.ph-fill.ph-circles-four:before{content:""}.ph-fill.ph-circles-three:before{content:""}.ph-fill.ph-circles-three-plus:before{content:""}.ph-fill.ph-circuitry:before{content:""}.ph-fill.ph-city:before{content:""}.ph-fill.ph-clipboard:before{content:""}.ph-fill.ph-clipboard-text:before{content:""}.ph-fill.ph-clock:before{content:""}.ph-fill.ph-clock-afternoon:before{content:""}.ph-fill.ph-clock-clockwise:before{content:""}.ph-fill.ph-clock-countdown:before{content:""}.ph-fill.ph-clock-counter-clockwise:before{content:""}.ph-fill.ph-clock-user:before{content:""}.ph-fill.ph-closed-captioning:before{content:""}.ph-fill.ph-cloud:before{content:""}.ph-fill.ph-cloud-arrow-down:before{content:""}.ph-fill.ph-cloud-arrow-up:before{content:""}.ph-fill.ph-cloud-check:before{content:""}.ph-fill.ph-cloud-fog:before{content:""}.ph-fill.ph-cloud-lightning:before{content:""}.ph-fill.ph-cloud-moon:before{content:""}.ph-fill.ph-cloud-rain:before{content:""}.ph-fill.ph-cloud-slash:before{content:""}.ph-fill.ph-cloud-snow:before{content:""}.ph-fill.ph-cloud-sun:before{content:""}.ph-fill.ph-cloud-warning:before{content:""}.ph-fill.ph-cloud-x:before{content:""}.ph-fill.ph-clover:before{content:""}.ph-fill.ph-club:before{content:""}.ph-fill.ph-coat-hanger:before{content:""}.ph-fill.ph-coda-logo:before{content:""}.ph-fill.ph-code:before{content:""}.ph-fill.ph-code-block:before{content:""}.ph-fill.ph-code-simple:before{content:""}.ph-fill.ph-codepen-logo:before{content:""}.ph-fill.ph-codesandbox-logo:before{content:""}.ph-fill.ph-coffee:before{content:""}.ph-fill.ph-coffee-bean:before{content:""}.ph-fill.ph-coin:before{content:""}.ph-fill.ph-coin-vertical:before{content:""}.ph-fill.ph-coins:before{content:""}.ph-fill.ph-columns:before{content:""}.ph-fill.ph-columns-plus-left:before{content:""}.ph-fill.ph-columns-plus-right:before{content:""}.ph-fill.ph-command:before{content:""}.ph-fill.ph-compass:before{content:""}.ph-fill.ph-compass-rose:before{content:""}.ph-fill.ph-compass-tool:before{content:""}.ph-fill.ph-computer-tower:before{content:""}.ph-fill.ph-confetti:before{content:""}.ph-fill.ph-contactless-payment:before{content:""}.ph-fill.ph-control:before{content:""}.ph-fill.ph-cookie:before{content:""}.ph-fill.ph-cooking-pot:before{content:""}.ph-fill.ph-copy:before{content:""}.ph-fill.ph-copy-simple:before{content:""}.ph-fill.ph-copyleft:before{content:""}.ph-fill.ph-copyright:before{content:""}.ph-fill.ph-corners-in:before{content:""}.ph-fill.ph-corners-out:before{content:""}.ph-fill.ph-couch:before{content:""}.ph-fill.ph-court-basketball:before{content:""}.ph-fill.ph-cow:before{content:""}.ph-fill.ph-cowboy-hat:before{content:""}.ph-fill.ph-cpu:before{content:""}.ph-fill.ph-crane:before{content:""}.ph-fill.ph-crane-tower:before{content:""}.ph-fill.ph-credit-card:before{content:""}.ph-fill.ph-cricket:before{content:""}.ph-fill.ph-crop:before{content:""}.ph-fill.ph-cross:before{content:""}.ph-fill.ph-crosshair:before{content:""}.ph-fill.ph-crosshair-simple:before{content:""}.ph-fill.ph-crown:before{content:""}.ph-fill.ph-crown-cross:before{content:""}.ph-fill.ph-crown-simple:before{content:""}.ph-fill.ph-cube:before{content:""}.ph-fill.ph-cube-focus:before{content:""}.ph-fill.ph-cube-transparent:before{content:""}.ph-fill.ph-currency-btc:before{content:""}.ph-fill.ph-currency-circle-dollar:before{content:""}.ph-fill.ph-currency-cny:before{content:""}.ph-fill.ph-currency-dollar:before{content:""}.ph-fill.ph-currency-dollar-simple:before{content:""}.ph-fill.ph-currency-eth:before{content:""}.ph-fill.ph-currency-eur:before{content:""}.ph-fill.ph-currency-gbp:before{content:""}.ph-fill.ph-currency-inr:before{content:""}.ph-fill.ph-currency-jpy:before{content:""}.ph-fill.ph-currency-krw:before{content:""}.ph-fill.ph-currency-kzt:before{content:""}.ph-fill.ph-currency-ngn:before{content:""}.ph-fill.ph-currency-rub:before{content:""}.ph-fill.ph-cursor:before{content:""}.ph-fill.ph-cursor-click:before{content:""}.ph-fill.ph-cursor-text:before{content:""}.ph-fill.ph-cylinder:before{content:""}.ph-fill.ph-database:before{content:""}.ph-fill.ph-desk:before{content:""}.ph-fill.ph-desktop:before{content:""}.ph-fill.ph-desktop-tower:before{content:""}.ph-fill.ph-detective:before{content:""}.ph-fill.ph-dev-to-logo:before{content:""}.ph-fill.ph-device-mobile:before{content:""}.ph-fill.ph-device-mobile-camera:before{content:""}.ph-fill.ph-device-mobile-slash:before{content:""}.ph-fill.ph-device-mobile-speaker:before{content:""}.ph-fill.ph-device-rotate:before{content:""}.ph-fill.ph-device-tablet:before{content:""}.ph-fill.ph-device-tablet-camera:before{content:""}.ph-fill.ph-device-tablet-speaker:before{content:""}.ph-fill.ph-devices:before{content:""}.ph-fill.ph-diamond:before{content:""}.ph-fill.ph-diamonds-four:before{content:""}.ph-fill.ph-dice-five:before{content:""}.ph-fill.ph-dice-four:before{content:""}.ph-fill.ph-dice-one:before{content:""}.ph-fill.ph-dice-six:before{content:""}.ph-fill.ph-dice-three:before{content:""}.ph-fill.ph-dice-two:before{content:""}.ph-fill.ph-disc:before{content:""}.ph-fill.ph-disco-ball:before{content:""}.ph-fill.ph-discord-logo:before{content:""}.ph-fill.ph-divide:before{content:""}.ph-fill.ph-dna:before{content:""}.ph-fill.ph-dog:before{content:""}.ph-fill.ph-door:before{content:""}.ph-fill.ph-door-open:before{content:""}.ph-fill.ph-dot:before{content:""}.ph-fill.ph-dot-outline:before{content:""}.ph-fill.ph-dots-nine:before{content:""}.ph-fill.ph-dots-six:before{content:""}.ph-fill.ph-dots-six-vertical:before{content:""}.ph-fill.ph-dots-three:before{content:""}.ph-fill.ph-dots-three-circle:before{content:""}.ph-fill.ph-dots-three-circle-vertical:before{content:""}.ph-fill.ph-dots-three-outline:before{content:""}.ph-fill.ph-dots-three-outline-vertical:before{content:""}.ph-fill.ph-dots-three-vertical:before{content:""}.ph-fill.ph-download:before{content:""}.ph-fill.ph-download-simple:before{content:""}.ph-fill.ph-dress:before{content:""}.ph-fill.ph-dresser:before{content:""}.ph-fill.ph-dribbble-logo:before{content:""}.ph-fill.ph-drone:before{content:""}.ph-fill.ph-drop:before{content:""}.ph-fill.ph-drop-half:before{content:""}.ph-fill.ph-drop-half-bottom:before{content:""}.ph-fill.ph-drop-simple:before{content:""}.ph-fill.ph-drop-slash:before{content:""}.ph-fill.ph-dropbox-logo:before{content:""}.ph-fill.ph-ear:before{content:""}.ph-fill.ph-ear-slash:before{content:""}.ph-fill.ph-egg:before{content:""}.ph-fill.ph-egg-crack:before{content:""}.ph-fill.ph-eject:before{content:""}.ph-fill.ph-eject-simple:before{content:""}.ph-fill.ph-elevator:before{content:""}.ph-fill.ph-empty:before{content:""}.ph-fill.ph-engine:before{content:""}.ph-fill.ph-envelope:before{content:""}.ph-fill.ph-envelope-open:before{content:""}.ph-fill.ph-envelope-simple:before{content:""}.ph-fill.ph-envelope-simple-open:before{content:""}.ph-fill.ph-equalizer:before{content:""}.ph-fill.ph-equals:before{content:""}.ph-fill.ph-eraser:before{content:""}.ph-fill.ph-escalator-down:before{content:""}.ph-fill.ph-escalator-up:before{content:""}.ph-fill.ph-exam:before{content:""}.ph-fill.ph-exclamation-mark:before{content:""}.ph-fill.ph-exclude:before{content:""}.ph-fill.ph-exclude-square:before{content:""}.ph-fill.ph-export:before{content:""}.ph-fill.ph-eye:before{content:""}.ph-fill.ph-eye-closed:before{content:""}.ph-fill.ph-eye-slash:before{content:""}.ph-fill.ph-eyedropper:before{content:""}.ph-fill.ph-eyedropper-sample:before{content:""}.ph-fill.ph-eyeglasses:before{content:""}.ph-fill.ph-eyes:before{content:""}.ph-fill.ph-face-mask:before{content:""}.ph-fill.ph-facebook-logo:before{content:""}.ph-fill.ph-factory:before{content:""}.ph-fill.ph-faders:before{content:""}.ph-fill.ph-faders-horizontal:before{content:""}.ph-fill.ph-fallout-shelter:before{content:""}.ph-fill.ph-fan:before{content:""}.ph-fill.ph-farm:before{content:""}.ph-fill.ph-fast-forward:before{content:""}.ph-fill.ph-fast-forward-circle:before{content:""}.ph-fill.ph-feather:before{content:""}.ph-fill.ph-fediverse-logo:before{content:""}.ph-fill.ph-figma-logo:before{content:""}.ph-fill.ph-file:before{content:""}.ph-fill.ph-file-archive:before{content:""}.ph-fill.ph-file-arrow-down:before{content:""}.ph-fill.ph-file-arrow-up:before{content:""}.ph-fill.ph-file-audio:before{content:""}.ph-fill.ph-file-c:before{content:""}.ph-fill.ph-file-c-sharp:before{content:""}.ph-fill.ph-file-cloud:before{content:""}.ph-fill.ph-file-code:before{content:""}.ph-fill.ph-file-cpp:before{content:""}.ph-fill.ph-file-css:before{content:""}.ph-fill.ph-file-csv:before{content:""}.ph-fill.ph-file-dashed:before{content:""}.ph-fill.ph-file-dotted:before{content:""}.ph-fill.ph-file-doc:before{content:""}.ph-fill.ph-file-html:before{content:""}.ph-fill.ph-file-image:before{content:""}.ph-fill.ph-file-ini:before{content:""}.ph-fill.ph-file-jpg:before{content:""}.ph-fill.ph-file-js:before{content:""}.ph-fill.ph-file-jsx:before{content:""}.ph-fill.ph-file-lock:before{content:""}.ph-fill.ph-file-magnifying-glass:before{content:""}.ph-fill.ph-file-search:before{content:""}.ph-fill.ph-file-md:before{content:""}.ph-fill.ph-file-minus:before{content:""}.ph-fill.ph-file-pdf:before{content:""}.ph-fill.ph-file-plus:before{content:""}.ph-fill.ph-file-png:before{content:""}.ph-fill.ph-file-ppt:before{content:""}.ph-fill.ph-file-py:before{content:""}.ph-fill.ph-file-rs:before{content:""}.ph-fill.ph-file-sql:before{content:""}.ph-fill.ph-file-svg:before{content:""}.ph-fill.ph-file-text:before{content:""}.ph-fill.ph-file-ts:before{content:""}.ph-fill.ph-file-tsx:before{content:""}.ph-fill.ph-file-txt:before{content:""}.ph-fill.ph-file-video:before{content:""}.ph-fill.ph-file-vue:before{content:""}.ph-fill.ph-file-x:before{content:""}.ph-fill.ph-file-xls:before{content:""}.ph-fill.ph-file-zip:before{content:""}.ph-fill.ph-files:before{content:""}.ph-fill.ph-film-reel:before{content:""}.ph-fill.ph-film-script:before{content:""}.ph-fill.ph-film-slate:before{content:""}.ph-fill.ph-film-strip:before{content:""}.ph-fill.ph-fingerprint:before{content:""}.ph-fill.ph-fingerprint-simple:before{content:""}.ph-fill.ph-finn-the-human:before{content:""}.ph-fill.ph-fire:before{content:""}.ph-fill.ph-fire-extinguisher:before{content:""}.ph-fill.ph-fire-simple:before{content:""}.ph-fill.ph-fire-truck:before{content:""}.ph-fill.ph-first-aid:before{content:""}.ph-fill.ph-first-aid-kit:before{content:""}.ph-fill.ph-fish:before{content:""}.ph-fill.ph-fish-simple:before{content:""}.ph-fill.ph-flag:before{content:""}.ph-fill.ph-flag-banner:before{content:""}.ph-fill.ph-flag-banner-fold:before{content:""}.ph-fill.ph-flag-checkered:before{content:""}.ph-fill.ph-flag-pennant:before{content:""}.ph-fill.ph-flame:before{content:""}.ph-fill.ph-flashlight:before{content:""}.ph-fill.ph-flask:before{content:""}.ph-fill.ph-flip-horizontal:before{content:""}.ph-fill.ph-flip-vertical:before{content:""}.ph-fill.ph-floppy-disk:before{content:""}.ph-fill.ph-floppy-disk-back:before{content:""}.ph-fill.ph-flow-arrow:before{content:""}.ph-fill.ph-flower:before{content:""}.ph-fill.ph-flower-lotus:before{content:""}.ph-fill.ph-flower-tulip:before{content:""}.ph-fill.ph-flying-saucer:before{content:""}.ph-fill.ph-folder:before{content:""}.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-dashed:before{content:""}.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before{content:""}.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-open:before{content:""}.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-plus:before{content:""}.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-dashed:before{content:""}.ph-fill.ph-folder-simple-dotted:before{content:""}.ph-fill.ph-folder-simple-lock:before{content:""}.ph-fill.ph-folder-simple-minus:before{content:""}.ph-fill.ph-folder-simple-plus:before{content:""}.ph-fill.ph-folder-simple-star:before{content:""}.ph-fill.ph-folder-simple-user:before{content:""}.ph-fill.ph-folder-star:before{content:""}.ph-fill.ph-folder-user:before{content:""}.ph-fill.ph-folders:before{content:""}.ph-fill.ph-football:before{content:""}.ph-fill.ph-football-helmet:before{content:""}.ph-fill.ph-footprints:before{content:""}.ph-fill.ph-fork-knife:before{content:""}.ph-fill.ph-four-k:before{content:""}.ph-fill.ph-frame-corners:before{content:""}.ph-fill.ph-framer-logo:before{content:""}.ph-fill.ph-function:before{content:""}.ph-fill.ph-funnel:before{content:""}.ph-fill.ph-funnel-simple:before{content:""}.ph-fill.ph-funnel-simple-x:before{content:""}.ph-fill.ph-funnel-x:before{content:""}.ph-fill.ph-game-controller:before{content:""}.ph-fill.ph-garage:before{content:""}.ph-fill.ph-gas-can:before{content:""}.ph-fill.ph-gas-pump:before{content:""}.ph-fill.ph-gauge:before{content:""}.ph-fill.ph-gavel:before{content:""}.ph-fill.ph-gear:before{content:""}.ph-fill.ph-gear-fine:before{content:""}.ph-fill.ph-gear-six:before{content:""}.ph-fill.ph-gender-female:before{content:""}.ph-fill.ph-gender-intersex:before{content:""}.ph-fill.ph-gender-male:before{content:""}.ph-fill.ph-gender-neuter:before{content:""}.ph-fill.ph-gender-nonbinary:before{content:""}.ph-fill.ph-gender-transgender:before{content:""}.ph-fill.ph-ghost:before{content:""}.ph-fill.ph-gif:before{content:""}.ph-fill.ph-gift:before{content:""}.ph-fill.ph-git-branch:before{content:""}.ph-fill.ph-git-commit:before{content:""}.ph-fill.ph-git-diff:before{content:""}.ph-fill.ph-git-fork:before{content:""}.ph-fill.ph-git-merge:before{content:""}.ph-fill.ph-git-pull-request:before{content:""}.ph-fill.ph-github-logo:before{content:""}.ph-fill.ph-gitlab-logo:before{content:""}.ph-fill.ph-gitlab-logo-simple:before{content:""}.ph-fill.ph-globe:before{content:""}.ph-fill.ph-globe-hemisphere-east:before{content:""}.ph-fill.ph-globe-hemisphere-west:before{content:""}.ph-fill.ph-globe-simple:before{content:""}.ph-fill.ph-globe-simple-x:before{content:""}.ph-fill.ph-globe-stand:before{content:""}.ph-fill.ph-globe-x:before{content:""}.ph-fill.ph-goggles:before{content:""}.ph-fill.ph-golf:before{content:""}.ph-fill.ph-goodreads-logo:before{content:""}.ph-fill.ph-google-cardboard-logo:before{content:""}.ph-fill.ph-google-chrome-logo:before{content:""}.ph-fill.ph-google-drive-logo:before{content:""}.ph-fill.ph-google-logo:before{content:""}.ph-fill.ph-google-photos-logo:before{content:""}.ph-fill.ph-google-play-logo:before{content:""}.ph-fill.ph-google-podcasts-logo:before{content:""}.ph-fill.ph-gps:before{content:""}.ph-fill.ph-gps-fix:before{content:""}.ph-fill.ph-gps-slash:before{content:""}.ph-fill.ph-gradient:before{content:""}.ph-fill.ph-graduation-cap:before{content:""}.ph-fill.ph-grains:before{content:""}.ph-fill.ph-grains-slash:before{content:""}.ph-fill.ph-graph:before{content:""}.ph-fill.ph-graphics-card:before{content:""}.ph-fill.ph-greater-than:before{content:""}.ph-fill.ph-greater-than-or-equal:before{content:""}.ph-fill.ph-grid-four:before{content:""}.ph-fill.ph-grid-nine:before{content:""}.ph-fill.ph-guitar:before{content:""}.ph-fill.ph-hair-dryer:before{content:""}.ph-fill.ph-hamburger:before{content:""}.ph-fill.ph-hammer:before{content:""}.ph-fill.ph-hand:before{content:""}.ph-fill.ph-hand-arrow-down:before{content:""}.ph-fill.ph-hand-arrow-up:before{content:""}.ph-fill.ph-hand-coins:before{content:""}.ph-fill.ph-hand-deposit:before{content:""}.ph-fill.ph-hand-eye:before{content:""}.ph-fill.ph-hand-fist:before{content:""}.ph-fill.ph-hand-grabbing:before{content:""}.ph-fill.ph-hand-heart:before{content:""}.ph-fill.ph-hand-palm:before{content:""}.ph-fill.ph-hand-peace:before{content:""}.ph-fill.ph-hand-pointing:before{content:""}.ph-fill.ph-hand-soap:before{content:""}.ph-fill.ph-hand-swipe-left:before{content:""}.ph-fill.ph-hand-swipe-right:before{content:""}.ph-fill.ph-hand-tap:before{content:""}.ph-fill.ph-hand-waving:before{content:""}.ph-fill.ph-hand-withdraw:before{content:""}.ph-fill.ph-handbag:before{content:""}.ph-fill.ph-handbag-simple:before{content:""}.ph-fill.ph-hands-clapping:before{content:""}.ph-fill.ph-hands-praying:before{content:""}.ph-fill.ph-handshake:before{content:""}.ph-fill.ph-hard-drive:before{content:""}.ph-fill.ph-hard-drives:before{content:""}.ph-fill.ph-hard-hat:before{content:""}.ph-fill.ph-hash:before{content:""}.ph-fill.ph-hash-straight:before{content:""}.ph-fill.ph-head-circuit:before{content:""}.ph-fill.ph-headlights:before{content:""}.ph-fill.ph-headphones:before{content:""}.ph-fill.ph-headset:before{content:""}.ph-fill.ph-heart:before{content:""}.ph-fill.ph-heart-break:before{content:""}.ph-fill.ph-heart-half:before{content:""}.ph-fill.ph-heart-straight:before{content:""}.ph-fill.ph-heart-straight-break:before{content:""}.ph-fill.ph-heartbeat:before{content:""}.ph-fill.ph-hexagon:before{content:""}.ph-fill.ph-high-definition:before{content:""}.ph-fill.ph-high-heel:before{content:""}.ph-fill.ph-highlighter:before{content:""}.ph-fill.ph-highlighter-circle:before{content:""}.ph-fill.ph-hockey:before{content:""}.ph-fill.ph-hoodie:before{content:""}.ph-fill.ph-horse:before{content:""}.ph-fill.ph-hospital:before{content:""}.ph-fill.ph-hourglass:before{content:""}.ph-fill.ph-hourglass-high:before{content:""}.ph-fill.ph-hourglass-low:before{content:""}.ph-fill.ph-hourglass-medium:before{content:""}.ph-fill.ph-hourglass-simple:before{content:""}.ph-fill.ph-hourglass-simple-high:before{content:""}.ph-fill.ph-hourglass-simple-low:before{content:""}.ph-fill.ph-hourglass-simple-medium:before{content:""}.ph-fill.ph-house:before{content:""}.ph-fill.ph-house-line:before{content:""}.ph-fill.ph-house-simple:before{content:""}.ph-fill.ph-hurricane:before{content:""}.ph-fill.ph-ice-cream:before{content:""}.ph-fill.ph-identification-badge:before{content:""}.ph-fill.ph-identification-card:before{content:""}.ph-fill.ph-image:before{content:""}.ph-fill.ph-image-broken:before{content:""}.ph-fill.ph-image-square:before{content:""}.ph-fill.ph-images:before{content:""}.ph-fill.ph-images-square:before{content:""}.ph-fill.ph-infinity:before{content:""}.ph-fill.ph-lemniscate:before{content:""}.ph-fill.ph-info:before{content:""}.ph-fill.ph-instagram-logo:before{content:""}.ph-fill.ph-intersect:before{content:""}.ph-fill.ph-intersect-square:before{content:""}.ph-fill.ph-intersect-three:before{content:""}.ph-fill.ph-intersection:before{content:""}.ph-fill.ph-invoice:before{content:""}.ph-fill.ph-island:before{content:""}.ph-fill.ph-jar:before{content:""}.ph-fill.ph-jar-label:before{content:""}.ph-fill.ph-jeep:before{content:""}.ph-fill.ph-joystick:before{content:""}.ph-fill.ph-kanban:before{content:""}.ph-fill.ph-key:before{content:""}.ph-fill.ph-key-return:before{content:""}.ph-fill.ph-keyboard:before{content:""}.ph-fill.ph-keyhole:before{content:""}.ph-fill.ph-knife:before{content:""}.ph-fill.ph-ladder:before{content:""}.ph-fill.ph-ladder-simple:before{content:""}.ph-fill.ph-lamp:before{content:""}.ph-fill.ph-lamp-pendant:before{content:""}.ph-fill.ph-laptop:before{content:""}.ph-fill.ph-lasso:before{content:""}.ph-fill.ph-lastfm-logo:before{content:""}.ph-fill.ph-layout:before{content:""}.ph-fill.ph-leaf:before{content:""}.ph-fill.ph-lectern:before{content:""}.ph-fill.ph-lego:before{content:""}.ph-fill.ph-lego-smiley:before{content:""}.ph-fill.ph-less-than:before{content:""}.ph-fill.ph-less-than-or-equal:before{content:""}.ph-fill.ph-letter-circle-h:before{content:""}.ph-fill.ph-letter-circle-p:before{content:""}.ph-fill.ph-letter-circle-v:before{content:""}.ph-fill.ph-lifebuoy:before{content:""}.ph-fill.ph-lightbulb:before{content:""}.ph-fill.ph-lightbulb-filament:before{content:""}.ph-fill.ph-lighthouse:before{content:""}.ph-fill.ph-lightning:before{content:""}.ph-fill.ph-lightning-a:before{content:""}.ph-fill.ph-lightning-slash:before{content:""}.ph-fill.ph-line-segment:before{content:""}.ph-fill.ph-line-segments:before{content:""}.ph-fill.ph-line-vertical:before{content:""}.ph-fill.ph-link:before{content:""}.ph-fill.ph-link-break:before{content:""}.ph-fill.ph-link-simple:before{content:""}.ph-fill.ph-link-simple-break:before{content:""}.ph-fill.ph-link-simple-horizontal:before{content:""}.ph-fill.ph-link-simple-horizontal-break:before{content:""}.ph-fill.ph-linkedin-logo:before{content:""}.ph-fill.ph-linktree-logo:before{content:""}.ph-fill.ph-linux-logo:before{content:""}.ph-fill.ph-list:before{content:""}.ph-fill.ph-list-bullets:before{content:""}.ph-fill.ph-list-checks:before{content:""}.ph-fill.ph-list-dashes:before{content:""}.ph-fill.ph-list-heart:before{content:""}.ph-fill.ph-list-magnifying-glass:before{content:""}.ph-fill.ph-list-numbers:before{content:""}.ph-fill.ph-list-plus:before{content:""}.ph-fill.ph-list-star:before{content:""}.ph-fill.ph-lock:before{content:""}.ph-fill.ph-lock-key:before{content:""}.ph-fill.ph-lock-key-open:before{content:""}.ph-fill.ph-lock-laminated:before{content:""}.ph-fill.ph-lock-laminated-open:before{content:""}.ph-fill.ph-lock-open:before{content:""}.ph-fill.ph-lock-simple:before{content:""}.ph-fill.ph-lock-simple-open:before{content:""}.ph-fill.ph-lockers:before{content:""}.ph-fill.ph-log:before{content:""}.ph-fill.ph-magic-wand:before{content:""}.ph-fill.ph-magnet:before{content:""}.ph-fill.ph-magnet-straight:before{content:""}.ph-fill.ph-magnifying-glass:before{content:""}.ph-fill.ph-magnifying-glass-minus:before{content:""}.ph-fill.ph-magnifying-glass-plus:before{content:""}.ph-fill.ph-mailbox:before{content:""}.ph-fill.ph-map-pin:before{content:""}.ph-fill.ph-map-pin-area:before{content:""}.ph-fill.ph-map-pin-line:before{content:""}.ph-fill.ph-map-pin-plus:before{content:""}.ph-fill.ph-map-pin-simple:before{content:""}.ph-fill.ph-map-pin-simple-area:before{content:""}.ph-fill.ph-map-pin-simple-line:before{content:""}.ph-fill.ph-map-trifold:before{content:""}.ph-fill.ph-markdown-logo:before{content:""}.ph-fill.ph-marker-circle:before{content:""}.ph-fill.ph-martini:before{content:""}.ph-fill.ph-mask-happy:before{content:""}.ph-fill.ph-mask-sad:before{content:""}.ph-fill.ph-mastodon-logo:before{content:""}.ph-fill.ph-math-operations:before{content:""}.ph-fill.ph-matrix-logo:before{content:""}.ph-fill.ph-medal:before{content:""}.ph-fill.ph-medal-military:before{content:""}.ph-fill.ph-medium-logo:before{content:""}.ph-fill.ph-megaphone:before{content:""}.ph-fill.ph-megaphone-simple:before{content:""}.ph-fill.ph-member-of:before{content:""}.ph-fill.ph-memory:before{content:""}.ph-fill.ph-messenger-logo:before{content:""}.ph-fill.ph-meta-logo:before{content:""}.ph-fill.ph-meteor:before{content:""}.ph-fill.ph-metronome:before{content:""}.ph-fill.ph-microphone:before{content:""}.ph-fill.ph-microphone-slash:before{content:""}.ph-fill.ph-microphone-stage:before{content:""}.ph-fill.ph-microscope:before{content:""}.ph-fill.ph-microsoft-excel-logo:before{content:""}.ph-fill.ph-microsoft-outlook-logo:before{content:""}.ph-fill.ph-microsoft-powerpoint-logo:before{content:""}.ph-fill.ph-microsoft-teams-logo:before{content:""}.ph-fill.ph-microsoft-word-logo:before{content:""}.ph-fill.ph-minus:before{content:""}.ph-fill.ph-minus-circle:before{content:""}.ph-fill.ph-minus-square:before{content:""}.ph-fill.ph-money:before{content:""}.ph-fill.ph-money-wavy:before{content:""}.ph-fill.ph-monitor:before{content:""}.ph-fill.ph-monitor-arrow-up:before{content:""}.ph-fill.ph-monitor-play:before{content:""}.ph-fill.ph-moon:before{content:""}.ph-fill.ph-moon-stars:before{content:""}.ph-fill.ph-moped:before{content:""}.ph-fill.ph-moped-front:before{content:""}.ph-fill.ph-mosque:before{content:""}.ph-fill.ph-motorcycle:before{content:""}.ph-fill.ph-mountains:before{content:""}.ph-fill.ph-mouse:before{content:""}.ph-fill.ph-mouse-left-click:before{content:""}.ph-fill.ph-mouse-middle-click:before{content:""}.ph-fill.ph-mouse-right-click:before{content:""}.ph-fill.ph-mouse-scroll:before{content:""}.ph-fill.ph-mouse-simple:before{content:""}.ph-fill.ph-music-note:before{content:""}.ph-fill.ph-music-note-simple:before{content:""}.ph-fill.ph-music-notes:before{content:""}.ph-fill.ph-music-notes-minus:before{content:""}.ph-fill.ph-music-notes-plus:before{content:""}.ph-fill.ph-music-notes-simple:before{content:""}.ph-fill.ph-navigation-arrow:before{content:""}.ph-fill.ph-needle:before{content:""}.ph-fill.ph-network:before{content:""}.ph-fill.ph-network-slash:before{content:""}.ph-fill.ph-network-x:before{content:""}.ph-fill.ph-newspaper:before{content:""}.ph-fill.ph-newspaper-clipping:before{content:""}.ph-fill.ph-not-equals:before{content:""}.ph-fill.ph-not-member-of:before{content:""}.ph-fill.ph-not-subset-of:before{content:""}.ph-fill.ph-not-superset-of:before{content:""}.ph-fill.ph-notches:before{content:""}.ph-fill.ph-note:before{content:""}.ph-fill.ph-note-blank:before{content:""}.ph-fill.ph-note-pencil:before{content:""}.ph-fill.ph-notebook:before{content:""}.ph-fill.ph-notepad:before{content:""}.ph-fill.ph-notification:before{content:""}.ph-fill.ph-notion-logo:before{content:""}.ph-fill.ph-nuclear-plant:before{content:""}.ph-fill.ph-number-circle-eight:before{content:""}.ph-fill.ph-number-circle-five:before{content:""}.ph-fill.ph-number-circle-four:before{content:""}.ph-fill.ph-number-circle-nine:before{content:""}.ph-fill.ph-number-circle-one:before{content:""}.ph-fill.ph-number-circle-seven:before{content:""}.ph-fill.ph-number-circle-six:before{content:""}.ph-fill.ph-number-circle-three:before{content:""}.ph-fill.ph-number-circle-two:before{content:""}.ph-fill.ph-number-circle-zero:before{content:""}.ph-fill.ph-number-eight:before{content:""}.ph-fill.ph-number-five:before{content:""}.ph-fill.ph-number-four:before{content:""}.ph-fill.ph-number-nine:before{content:""}.ph-fill.ph-number-one:before{content:""}.ph-fill.ph-number-seven:before{content:""}.ph-fill.ph-number-six:before{content:""}.ph-fill.ph-number-square-eight:before{content:""}.ph-fill.ph-number-square-five:before{content:""}.ph-fill.ph-number-square-four:before{content:""}.ph-fill.ph-number-square-nine:before{content:""}.ph-fill.ph-number-square-one:before{content:""}.ph-fill.ph-number-square-seven:before{content:""}.ph-fill.ph-number-square-six:before{content:""}.ph-fill.ph-number-square-three:before{content:""}.ph-fill.ph-number-square-two:before{content:""}.ph-fill.ph-number-square-zero:before{content:""}.ph-fill.ph-number-three:before{content:""}.ph-fill.ph-number-two:before{content:""}.ph-fill.ph-number-zero:before{content:""}.ph-fill.ph-numpad:before{content:""}.ph-fill.ph-nut:before{content:""}.ph-fill.ph-ny-times-logo:before{content:""}.ph-fill.ph-octagon:before{content:""}.ph-fill.ph-office-chair:before{content:""}.ph-fill.ph-onigiri:before{content:""}.ph-fill.ph-open-ai-logo:before{content:""}.ph-fill.ph-option:before{content:""}.ph-fill.ph-orange:before{content:""}.ph-fill.ph-orange-slice:before{content:""}.ph-fill.ph-oven:before{content:""}.ph-fill.ph-package:before{content:""}.ph-fill.ph-paint-brush:before{content:""}.ph-fill.ph-paint-brush-broad:before{content:""}.ph-fill.ph-paint-brush-household:before{content:""}.ph-fill.ph-paint-bucket:before{content:""}.ph-fill.ph-paint-roller:before{content:""}.ph-fill.ph-palette:before{content:""}.ph-fill.ph-panorama:before{content:""}.ph-fill.ph-pants:before{content:""}.ph-fill.ph-paper-plane:before{content:""}.ph-fill.ph-paper-plane-right:before{content:""}.ph-fill.ph-paper-plane-tilt:before{content:""}.ph-fill.ph-paperclip:before{content:""}.ph-fill.ph-paperclip-horizontal:before{content:""}.ph-fill.ph-parachute:before{content:""}.ph-fill.ph-paragraph:before{content:""}.ph-fill.ph-parallelogram:before{content:""}.ph-fill.ph-park:before{content:""}.ph-fill.ph-password:before{content:""}.ph-fill.ph-path:before{content:""}.ph-fill.ph-patreon-logo:before{content:""}.ph-fill.ph-pause:before{content:""}.ph-fill.ph-pause-circle:before{content:""}.ph-fill.ph-paw-print:before{content:""}.ph-fill.ph-paypal-logo:before{content:""}.ph-fill.ph-peace:before{content:""}.ph-fill.ph-pen:before{content:""}.ph-fill.ph-pen-nib:before{content:""}.ph-fill.ph-pen-nib-straight:before{content:""}.ph-fill.ph-pencil:before{content:""}.ph-fill.ph-pencil-circle:before{content:""}.ph-fill.ph-pencil-line:before{content:""}.ph-fill.ph-pencil-ruler:before{content:""}.ph-fill.ph-pencil-simple:before{content:""}.ph-fill.ph-pencil-simple-line:before{content:""}.ph-fill.ph-pencil-simple-slash:before{content:""}.ph-fill.ph-pencil-slash:before{content:""}.ph-fill.ph-pentagon:before{content:""}.ph-fill.ph-pentagram:before{content:""}.ph-fill.ph-pepper:before{content:""}.ph-fill.ph-percent:before{content:""}.ph-fill.ph-person:before{content:""}.ph-fill.ph-person-arms-spread:before{content:""}.ph-fill.ph-person-simple:before{content:""}.ph-fill.ph-person-simple-bike:before{content:""}.ph-fill.ph-person-simple-circle:before{content:""}.ph-fill.ph-person-simple-hike:before{content:""}.ph-fill.ph-person-simple-run:before{content:""}.ph-fill.ph-person-simple-ski:before{content:""}.ph-fill.ph-person-simple-snowboard:before{content:""}.ph-fill.ph-person-simple-swim:before{content:""}.ph-fill.ph-person-simple-tai-chi:before{content:""}.ph-fill.ph-person-simple-throw:before{content:""}.ph-fill.ph-person-simple-walk:before{content:""}.ph-fill.ph-perspective:before{content:""}.ph-fill.ph-phone:before{content:""}.ph-fill.ph-phone-call:before{content:""}.ph-fill.ph-phone-disconnect:before{content:""}.ph-fill.ph-phone-incoming:before{content:""}.ph-fill.ph-phone-list:before{content:""}.ph-fill.ph-phone-outgoing:before{content:""}.ph-fill.ph-phone-pause:before{content:""}.ph-fill.ph-phone-plus:before{content:""}.ph-fill.ph-phone-slash:before{content:""}.ph-fill.ph-phone-transfer:before{content:""}.ph-fill.ph-phone-x:before{content:""}.ph-fill.ph-phosphor-logo:before{content:""}.ph-fill.ph-pi:before{content:""}.ph-fill.ph-piano-keys:before{content:""}.ph-fill.ph-picnic-table:before{content:""}.ph-fill.ph-picture-in-picture:before{content:""}.ph-fill.ph-piggy-bank:before{content:""}.ph-fill.ph-pill:before{content:""}.ph-fill.ph-ping-pong:before{content:""}.ph-fill.ph-pint-glass:before{content:""}.ph-fill.ph-pinterest-logo:before{content:""}.ph-fill.ph-pinwheel:before{content:""}.ph-fill.ph-pipe:before{content:""}.ph-fill.ph-pipe-wrench:before{content:""}.ph-fill.ph-pix-logo:before{content:""}.ph-fill.ph-pizza:before{content:""}.ph-fill.ph-placeholder:before{content:""}.ph-fill.ph-planet:before{content:""}.ph-fill.ph-plant:before{content:""}.ph-fill.ph-play:before{content:""}.ph-fill.ph-play-circle:before{content:""}.ph-fill.ph-play-pause:before{content:""}.ph-fill.ph-playlist:before{content:""}.ph-fill.ph-plug:before{content:""}.ph-fill.ph-plug-charging:before{content:""}.ph-fill.ph-plugs:before{content:""}.ph-fill.ph-plugs-connected:before{content:""}.ph-fill.ph-plus:before{content:""}.ph-fill.ph-plus-circle:before{content:""}.ph-fill.ph-plus-minus:before{content:""}.ph-fill.ph-plus-square:before{content:""}.ph-fill.ph-poker-chip:before{content:""}.ph-fill.ph-police-car:before{content:""}.ph-fill.ph-polygon:before{content:""}.ph-fill.ph-popcorn:before{content:""}.ph-fill.ph-popsicle:before{content:""}.ph-fill.ph-potted-plant:before{content:""}.ph-fill.ph-power:before{content:""}.ph-fill.ph-prescription:before{content:""}.ph-fill.ph-presentation:before{content:""}.ph-fill.ph-presentation-chart:before{content:""}.ph-fill.ph-printer:before{content:""}.ph-fill.ph-prohibit:before{content:""}.ph-fill.ph-prohibit-inset:before{content:""}.ph-fill.ph-projector-screen:before{content:""}.ph-fill.ph-projector-screen-chart:before{content:""}.ph-fill.ph-pulse:before{content:""}.ph-fill.ph-activity:before{content:""}.ph-fill.ph-push-pin:before{content:""}.ph-fill.ph-push-pin-simple:before{content:""}.ph-fill.ph-push-pin-simple-slash:before{content:""}.ph-fill.ph-push-pin-slash:before{content:""}.ph-fill.ph-puzzle-piece:before{content:""}.ph-fill.ph-qr-code:before{content:""}.ph-fill.ph-question:before{content:""}.ph-fill.ph-question-mark:before{content:""}.ph-fill.ph-queue:before{content:""}.ph-fill.ph-quotes:before{content:""}.ph-fill.ph-rabbit:before{content:""}.ph-fill.ph-racquet:before{content:""}.ph-fill.ph-radical:before{content:""}.ph-fill.ph-radio:before{content:""}.ph-fill.ph-radio-button:before{content:""}.ph-fill.ph-radioactive:before{content:""}.ph-fill.ph-rainbow:before{content:""}.ph-fill.ph-rainbow-cloud:before{content:""}.ph-fill.ph-ranking:before{content:""}.ph-fill.ph-read-cv-logo:before{content:""}.ph-fill.ph-receipt:before{content:""}.ph-fill.ph-receipt-x:before{content:""}.ph-fill.ph-record:before{content:""}.ph-fill.ph-rectangle:before{content:""}.ph-fill.ph-rectangle-dashed:before{content:""}.ph-fill.ph-recycle:before{content:""}.ph-fill.ph-reddit-logo:before{content:""}.ph-fill.ph-repeat:before{content:""}.ph-fill.ph-repeat-once:before{content:""}.ph-fill.ph-replit-logo:before{content:""}.ph-fill.ph-resize:before{content:""}.ph-fill.ph-rewind:before{content:""}.ph-fill.ph-rewind-circle:before{content:""}.ph-fill.ph-road-horizon:before{content:""}.ph-fill.ph-robot:before{content:""}.ph-fill.ph-rocket:before{content:""}.ph-fill.ph-rocket-launch:before{content:""}.ph-fill.ph-rows:before{content:""}.ph-fill.ph-rows-plus-bottom:before{content:""}.ph-fill.ph-rows-plus-top:before{content:""}.ph-fill.ph-rss:before{content:""}.ph-fill.ph-rss-simple:before{content:""}.ph-fill.ph-rug:before{content:""}.ph-fill.ph-ruler:before{content:""}.ph-fill.ph-sailboat:before{content:""}.ph-fill.ph-scales:before{content:""}.ph-fill.ph-scan:before{content:""}.ph-fill.ph-scan-smiley:before{content:""}.ph-fill.ph-scissors:before{content:""}.ph-fill.ph-scooter:before{content:""}.ph-fill.ph-screencast:before{content:""}.ph-fill.ph-screwdriver:before{content:""}.ph-fill.ph-scribble:before{content:""}.ph-fill.ph-scribble-loop:before{content:""}.ph-fill.ph-scroll:before{content:""}.ph-fill.ph-seal:before{content:""}.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-check:before{content:""}.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal-percent:before{content:""}.ph-fill.ph-seal-question:before{content:""}.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before{content:""}.ph-fill.ph-circle-wavy-warning:before{content:""}.ph-fill.ph-seat:before{content:""}.ph-fill.ph-seatbelt:before{content:""}.ph-fill.ph-security-camera:before{content:""}.ph-fill.ph-selection:before{content:""}.ph-fill.ph-selection-all:before{content:""}.ph-fill.ph-selection-background:before{content:""}.ph-fill.ph-selection-foreground:before{content:""}.ph-fill.ph-selection-inverse:before{content:""}.ph-fill.ph-selection-plus:before{content:""}.ph-fill.ph-selection-slash:before{content:""}.ph-fill.ph-shapes:before{content:""}.ph-fill.ph-share:before{content:""}.ph-fill.ph-share-fat:before{content:""}.ph-fill.ph-share-network:before{content:""}.ph-fill.ph-shield:before{content:""}.ph-fill.ph-shield-check:before{content:""}.ph-fill.ph-shield-checkered:before{content:""}.ph-fill.ph-shield-chevron:before{content:""}.ph-fill.ph-shield-plus:before{content:""}.ph-fill.ph-shield-slash:before{content:""}.ph-fill.ph-shield-star:before{content:""}.ph-fill.ph-shield-warning:before{content:""}.ph-fill.ph-shipping-container:before{content:""}.ph-fill.ph-shirt-folded:before{content:""}.ph-fill.ph-shooting-star:before{content:""}.ph-fill.ph-shopping-bag:before{content:""}.ph-fill.ph-shopping-bag-open:before{content:""}.ph-fill.ph-shopping-cart:before{content:""}.ph-fill.ph-shopping-cart-simple:before{content:""}.ph-fill.ph-shovel:before{content:""}.ph-fill.ph-shower:before{content:""}.ph-fill.ph-shrimp:before{content:""}.ph-fill.ph-shuffle:before{content:""}.ph-fill.ph-shuffle-angular:before{content:""}.ph-fill.ph-shuffle-simple:before{content:""}.ph-fill.ph-sidebar:before{content:""}.ph-fill.ph-sidebar-simple:before{content:""}.ph-fill.ph-sigma:before{content:""}.ph-fill.ph-sign-in:before{content:""}.ph-fill.ph-sign-out:before{content:""}.ph-fill.ph-signature:before{content:""}.ph-fill.ph-signpost:before{content:""}.ph-fill.ph-sim-card:before{content:""}.ph-fill.ph-siren:before{content:""}.ph-fill.ph-sketch-logo:before{content:""}.ph-fill.ph-skip-back:before{content:""}.ph-fill.ph-skip-back-circle:before{content:""}.ph-fill.ph-skip-forward:before{content:""}.ph-fill.ph-skip-forward-circle:before{content:""}.ph-fill.ph-skull:before{content:""}.ph-fill.ph-skype-logo:before{content:""}.ph-fill.ph-slack-logo:before{content:""}.ph-fill.ph-sliders:before{content:""}.ph-fill.ph-sliders-horizontal:before{content:""}.ph-fill.ph-slideshow:before{content:""}.ph-fill.ph-smiley:before{content:""}.ph-fill.ph-smiley-angry:before{content:""}.ph-fill.ph-smiley-blank:before{content:""}.ph-fill.ph-smiley-meh:before{content:""}.ph-fill.ph-smiley-melting:before{content:""}.ph-fill.ph-smiley-nervous:before{content:""}.ph-fill.ph-smiley-sad:before{content:""}.ph-fill.ph-smiley-sticker:before{content:""}.ph-fill.ph-smiley-wink:before{content:""}.ph-fill.ph-smiley-x-eyes:before{content:""}.ph-fill.ph-snapchat-logo:before{content:""}.ph-fill.ph-sneaker:before{content:""}.ph-fill.ph-sneaker-move:before{content:""}.ph-fill.ph-snowflake:before{content:""}.ph-fill.ph-soccer-ball:before{content:""}.ph-fill.ph-sock:before{content:""}.ph-fill.ph-solar-panel:before{content:""}.ph-fill.ph-solar-roof:before{content:""}.ph-fill.ph-sort-ascending:before{content:""}.ph-fill.ph-sort-descending:before{content:""}.ph-fill.ph-soundcloud-logo:before{content:""}.ph-fill.ph-spade:before{content:""}.ph-fill.ph-sparkle:before{content:""}.ph-fill.ph-speaker-hifi:before{content:""}.ph-fill.ph-speaker-high:before{content:""}.ph-fill.ph-speaker-low:before{content:""}.ph-fill.ph-speaker-none:before{content:""}.ph-fill.ph-speaker-simple-high:before{content:""}.ph-fill.ph-speaker-simple-low:before{content:""}.ph-fill.ph-speaker-simple-none:before{content:""}.ph-fill.ph-speaker-simple-slash:before{content:""}.ph-fill.ph-speaker-simple-x:before{content:""}.ph-fill.ph-speaker-slash:before{content:""}.ph-fill.ph-speaker-x:before{content:""}.ph-fill.ph-speedometer:before{content:""}.ph-fill.ph-sphere:before{content:""}.ph-fill.ph-spinner:before{content:""}.ph-fill.ph-spinner-ball:before{content:""}.ph-fill.ph-spinner-gap:before{content:""}.ph-fill.ph-spiral:before{content:""}.ph-fill.ph-split-horizontal:before{content:""}.ph-fill.ph-split-vertical:before{content:""}.ph-fill.ph-spotify-logo:before{content:""}.ph-fill.ph-spray-bottle:before{content:""}.ph-fill.ph-square:before{content:""}.ph-fill.ph-square-half:before{content:""}.ph-fill.ph-square-half-bottom:before{content:""}.ph-fill.ph-square-logo:before{content:""}.ph-fill.ph-square-split-horizontal:before{content:""}.ph-fill.ph-square-split-vertical:before{content:""}.ph-fill.ph-squares-four:before{content:""}.ph-fill.ph-stack:before{content:""}.ph-fill.ph-stack-minus:before{content:""}.ph-fill.ph-stack-overflow-logo:before{content:""}.ph-fill.ph-stack-plus:before{content:""}.ph-fill.ph-stack-simple:before{content:""}.ph-fill.ph-stairs:before{content:""}.ph-fill.ph-stamp:before{content:""}.ph-fill.ph-standard-definition:before{content:""}.ph-fill.ph-star:before{content:""}.ph-fill.ph-star-and-crescent:before{content:""}.ph-fill.ph-star-four:before{content:""}.ph-fill.ph-star-half:before{content:""}.ph-fill.ph-star-of-david:before{content:""}.ph-fill.ph-steam-logo:before{content:""}.ph-fill.ph-steering-wheel:before{content:""}.ph-fill.ph-steps:before{content:""}.ph-fill.ph-stethoscope:before{content:""}.ph-fill.ph-sticker:before{content:""}.ph-fill.ph-stool:before{content:""}.ph-fill.ph-stop:before{content:""}.ph-fill.ph-stop-circle:before{content:""}.ph-fill.ph-storefront:before{content:""}.ph-fill.ph-strategy:before{content:""}.ph-fill.ph-stripe-logo:before{content:""}.ph-fill.ph-student:before{content:""}.ph-fill.ph-subset-of:before{content:""}.ph-fill.ph-subset-proper-of:before{content:""}.ph-fill.ph-subtitles:before{content:""}.ph-fill.ph-subtitles-slash:before{content:""}.ph-fill.ph-subtract:before{content:""}.ph-fill.ph-subtract-square:before{content:""}.ph-fill.ph-subway:before{content:""}.ph-fill.ph-suitcase:before{content:""}.ph-fill.ph-suitcase-rolling:before{content:""}.ph-fill.ph-suitcase-simple:before{content:""}.ph-fill.ph-sun:before{content:""}.ph-fill.ph-sun-dim:before{content:""}.ph-fill.ph-sun-horizon:before{content:""}.ph-fill.ph-sunglasses:before{content:""}.ph-fill.ph-superset-of:before{content:""}.ph-fill.ph-superset-proper-of:before{content:""}.ph-fill.ph-swap:before{content:""}.ph-fill.ph-swatches:before{content:""}.ph-fill.ph-swimming-pool:before{content:""}.ph-fill.ph-sword:before{content:""}.ph-fill.ph-synagogue:before{content:""}.ph-fill.ph-syringe:before{content:""}.ph-fill.ph-t-shirt:before{content:""}.ph-fill.ph-table:before{content:""}.ph-fill.ph-tabs:before{content:""}.ph-fill.ph-tag:before{content:""}.ph-fill.ph-tag-chevron:before{content:""}.ph-fill.ph-tag-simple:before{content:""}.ph-fill.ph-target:before{content:""}.ph-fill.ph-taxi:before{content:""}.ph-fill.ph-tea-bag:before{content:""}.ph-fill.ph-telegram-logo:before{content:""}.ph-fill.ph-television:before{content:""}.ph-fill.ph-television-simple:before{content:""}.ph-fill.ph-tennis-ball:before{content:""}.ph-fill.ph-tent:before{content:""}.ph-fill.ph-terminal:before{content:""}.ph-fill.ph-terminal-window:before{content:""}.ph-fill.ph-test-tube:before{content:""}.ph-fill.ph-text-a-underline:before{content:""}.ph-fill.ph-text-aa:before{content:""}.ph-fill.ph-text-align-center:before{content:""}.ph-fill.ph-text-align-justify:before{content:""}.ph-fill.ph-text-align-left:before{content:""}.ph-fill.ph-text-align-right:before{content:""}.ph-fill.ph-text-b:before{content:""}.ph-fill.ph-text-bolder:before{content:""}.ph-fill.ph-text-columns:before{content:""}.ph-fill.ph-text-h:before{content:""}.ph-fill.ph-text-h-five:before{content:""}.ph-fill.ph-text-h-four:before{content:""}.ph-fill.ph-text-h-one:before{content:""}.ph-fill.ph-text-h-six:before{content:""}.ph-fill.ph-text-h-three:before{content:""}.ph-fill.ph-text-h-two:before{content:""}.ph-fill.ph-text-indent:before{content:""}.ph-fill.ph-text-italic:before{content:""}.ph-fill.ph-text-outdent:before{content:""}.ph-fill.ph-text-strikethrough:before{content:""}.ph-fill.ph-text-subscript:before{content:""}.ph-fill.ph-text-superscript:before{content:""}.ph-fill.ph-text-t:before{content:""}.ph-fill.ph-text-t-slash:before{content:""}.ph-fill.ph-text-underline:before{content:""}.ph-fill.ph-textbox:before{content:""}.ph-fill.ph-thermometer:before{content:""}.ph-fill.ph-thermometer-cold:before{content:""}.ph-fill.ph-thermometer-hot:before{content:""}.ph-fill.ph-thermometer-simple:before{content:""}.ph-fill.ph-threads-logo:before{content:""}.ph-fill.ph-three-d:before{content:""}.ph-fill.ph-thumbs-down:before{content:""}.ph-fill.ph-thumbs-up:before{content:""}.ph-fill.ph-ticket:before{content:""}.ph-fill.ph-tidal-logo:before{content:""}.ph-fill.ph-tiktok-logo:before{content:""}.ph-fill.ph-tilde:before{content:""}.ph-fill.ph-timer:before{content:""}.ph-fill.ph-tip-jar:before{content:""}.ph-fill.ph-tipi:before{content:""}.ph-fill.ph-tire:before{content:""}.ph-fill.ph-toggle-left:before{content:""}.ph-fill.ph-toggle-right:before{content:""}.ph-fill.ph-toilet:before{content:""}.ph-fill.ph-toilet-paper:before{content:""}.ph-fill.ph-toolbox:before{content:""}.ph-fill.ph-tooth:before{content:""}.ph-fill.ph-tornado:before{content:""}.ph-fill.ph-tote:before{content:""}.ph-fill.ph-tote-simple:before{content:""}.ph-fill.ph-towel:before{content:""}.ph-fill.ph-tractor:before{content:""}.ph-fill.ph-trademark:before{content:""}.ph-fill.ph-trademark-registered:before{content:""}.ph-fill.ph-traffic-cone:before{content:""}.ph-fill.ph-traffic-sign:before{content:""}.ph-fill.ph-traffic-signal:before{content:""}.ph-fill.ph-train:before{content:""}.ph-fill.ph-train-regional:before{content:""}.ph-fill.ph-train-simple:before{content:""}.ph-fill.ph-tram:before{content:""}.ph-fill.ph-translate:before{content:""}.ph-fill.ph-trash:before{content:""}.ph-fill.ph-trash-simple:before{content:""}.ph-fill.ph-tray:before{content:""}.ph-fill.ph-tray-arrow-down:before{content:""}.ph-fill.ph-archive-tray:before{content:""}.ph-fill.ph-tray-arrow-up:before{content:""}.ph-fill.ph-treasure-chest:before{content:""}.ph-fill.ph-tree:before{content:""}.ph-fill.ph-tree-evergreen:before{content:""}.ph-fill.ph-tree-palm:before{content:""}.ph-fill.ph-tree-structure:before{content:""}.ph-fill.ph-tree-view:before{content:""}.ph-fill.ph-trend-down:before{content:""}.ph-fill.ph-trend-up:before{content:""}.ph-fill.ph-triangle:before{content:""}.ph-fill.ph-triangle-dashed:before{content:""}.ph-fill.ph-trolley:before{content:""}.ph-fill.ph-trolley-suitcase:before{content:""}.ph-fill.ph-trophy:before{content:""}.ph-fill.ph-truck:before{content:""}.ph-fill.ph-truck-trailer:before{content:""}.ph-fill.ph-tumblr-logo:before{content:""}.ph-fill.ph-twitch-logo:before{content:""}.ph-fill.ph-twitter-logo:before{content:""}.ph-fill.ph-umbrella:before{content:""}.ph-fill.ph-umbrella-simple:before{content:""}.ph-fill.ph-union:before{content:""}.ph-fill.ph-unite:before{content:""}.ph-fill.ph-unite-square:before{content:""}.ph-fill.ph-upload:before{content:""}.ph-fill.ph-upload-simple:before{content:""}.ph-fill.ph-usb:before{content:""}.ph-fill.ph-user:before{content:""}.ph-fill.ph-user-check:before{content:""}.ph-fill.ph-user-circle:before{content:""}.ph-fill.ph-user-circle-check:before{content:""}.ph-fill.ph-user-circle-dashed:before{content:""}.ph-fill.ph-user-circle-gear:before{content:""}.ph-fill.ph-user-circle-minus:before{content:""}.ph-fill.ph-user-circle-plus:before{content:""}.ph-fill.ph-user-focus:before{content:""}.ph-fill.ph-user-gear:before{content:""}.ph-fill.ph-user-list:before{content:""}.ph-fill.ph-user-minus:before{content:""}.ph-fill.ph-user-plus:before{content:""}.ph-fill.ph-user-rectangle:before{content:""}.ph-fill.ph-user-sound:before{content:""}.ph-fill.ph-user-square:before{content:""}.ph-fill.ph-user-switch:before{content:""}.ph-fill.ph-users:before{content:""}.ph-fill.ph-users-four:before{content:""}.ph-fill.ph-users-three:before{content:""}.ph-fill.ph-van:before{content:""}.ph-fill.ph-vault:before{content:""}.ph-fill.ph-vector-three:before{content:""}.ph-fill.ph-vector-two:before{content:""}.ph-fill.ph-vibrate:before{content:""}.ph-fill.ph-video:before{content:""}.ph-fill.ph-video-camera:before{content:""}.ph-fill.ph-video-camera-slash:before{content:""}.ph-fill.ph-video-conference:before{content:""}.ph-fill.ph-vignette:before{content:""}.ph-fill.ph-vinyl-record:before{content:""}.ph-fill.ph-virtual-reality:before{content:""}.ph-fill.ph-virus:before{content:""}.ph-fill.ph-visor:before{content:""}.ph-fill.ph-voicemail:before{content:""}.ph-fill.ph-volleyball:before{content:""}.ph-fill.ph-wall:before{content:""}.ph-fill.ph-wallet:before{content:""}.ph-fill.ph-warehouse:before{content:""}.ph-fill.ph-warning:before{content:""}.ph-fill.ph-warning-circle:before{content:""}.ph-fill.ph-warning-diamond:before{content:""}.ph-fill.ph-warning-octagon:before{content:""}.ph-fill.ph-washing-machine:before{content:""}.ph-fill.ph-watch:before{content:""}.ph-fill.ph-wave-sawtooth:before{content:""}.ph-fill.ph-wave-sine:before{content:""}.ph-fill.ph-wave-square:before{content:""}.ph-fill.ph-wave-triangle:before{content:""}.ph-fill.ph-waveform:before{content:""}.ph-fill.ph-waveform-slash:before{content:""}.ph-fill.ph-waves:before{content:""}.ph-fill.ph-webcam:before{content:""}.ph-fill.ph-webcam-slash:before{content:""}.ph-fill.ph-webhooks-logo:before{content:""}.ph-fill.ph-wechat-logo:before{content:""}.ph-fill.ph-whatsapp-logo:before{content:""}.ph-fill.ph-wheelchair:before{content:""}.ph-fill.ph-wheelchair-motion:before{content:""}.ph-fill.ph-wifi-high:before{content:""}.ph-fill.ph-wifi-low:before{content:""}.ph-fill.ph-wifi-medium:before{content:""}.ph-fill.ph-wifi-none:before{content:""}.ph-fill.ph-wifi-slash:before{content:""}.ph-fill.ph-wifi-x:before{content:""}.ph-fill.ph-wind:before{content:""}.ph-fill.ph-windmill:before{content:""}.ph-fill.ph-windows-logo:before{content:""}.ph-fill.ph-wine:before{content:""}.ph-fill.ph-wrench:before{content:""}.ph-fill.ph-x:before{content:""}.ph-fill.ph-x-circle:before{content:""}.ph-fill.ph-x-logo:before{content:""}.ph-fill.ph-x-square:before{content:""}.ph-fill.ph-yarn:before{content:""}.ph-fill.ph-yin-yang:before{content:""}.ph-fill.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Light;src:url(/assets/Phosphor-Light-CGwbSLuF.woff2) format("woff2"),url(/assets/Phosphor-Light-Ch5YcZ-M.woff) format("woff"),url(/assets/Phosphor-Light-Cmen2P86.ttf) format("truetype"),url(/assets/Phosphor-Light-BTiR1Cbr.svg#Phosphor-Light) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-light{font-family:Phosphor-Light!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;-moz-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-light.ph-acorn:before{content:""}.ph-light.ph-address-book:before{content:""}.ph-light.ph-address-book-tabs:before{content:""}.ph-light.ph-air-traffic-control:before{content:""}.ph-light.ph-airplane:before{content:""}.ph-light.ph-airplane-in-flight:before{content:""}.ph-light.ph-airplane-landing:before{content:""}.ph-light.ph-airplane-takeoff:before{content:""}.ph-light.ph-airplane-taxiing:before{content:""}.ph-light.ph-airplane-tilt:before{content:""}.ph-light.ph-airplay:before{content:""}.ph-light.ph-alarm:before{content:""}.ph-light.ph-alien:before{content:""}.ph-light.ph-align-bottom:before{content:""}.ph-light.ph-align-bottom-simple:before{content:""}.ph-light.ph-align-center-horizontal:before{content:""}.ph-light.ph-align-center-horizontal-simple:before{content:""}.ph-light.ph-align-center-vertical:before{content:""}.ph-light.ph-align-center-vertical-simple:before{content:""}.ph-light.ph-align-left:before{content:""}.ph-light.ph-align-left-simple:before{content:""}.ph-light.ph-align-right:before{content:""}.ph-light.ph-align-right-simple:before{content:""}.ph-light.ph-align-top:before{content:""}.ph-light.ph-align-top-simple:before{content:""}.ph-light.ph-amazon-logo:before{content:""}.ph-light.ph-ambulance:before{content:""}.ph-light.ph-anchor:before{content:""}.ph-light.ph-anchor-simple:before{content:""}.ph-light.ph-android-logo:before{content:""}.ph-light.ph-angle:before{content:""}.ph-light.ph-angular-logo:before{content:""}.ph-light.ph-aperture:before{content:""}.ph-light.ph-app-store-logo:before{content:""}.ph-light.ph-app-window:before{content:""}.ph-light.ph-apple-logo:before{content:""}.ph-light.ph-apple-podcasts-logo:before{content:""}.ph-light.ph-approximate-equals:before{content:""}.ph-light.ph-archive:before{content:""}.ph-light.ph-armchair:before{content:""}.ph-light.ph-arrow-arc-left:before{content:""}.ph-light.ph-arrow-arc-right:before{content:""}.ph-light.ph-arrow-bend-double-up-left:before{content:""}.ph-light.ph-arrow-bend-double-up-right:before{content:""}.ph-light.ph-arrow-bend-down-left:before{content:""}.ph-light.ph-arrow-bend-down-right:before{content:""}.ph-light.ph-arrow-bend-left-down:before{content:""}.ph-light.ph-arrow-bend-left-up:before{content:""}.ph-light.ph-arrow-bend-right-down:before{content:""}.ph-light.ph-arrow-bend-right-up:before{content:""}.ph-light.ph-arrow-bend-up-left:before{content:""}.ph-light.ph-arrow-bend-up-right:before{content:""}.ph-light.ph-arrow-circle-down:before{content:""}.ph-light.ph-arrow-circle-down-left:before{content:""}.ph-light.ph-arrow-circle-down-right:before{content:""}.ph-light.ph-arrow-circle-left:before{content:""}.ph-light.ph-arrow-circle-right:before{content:""}.ph-light.ph-arrow-circle-up:before{content:""}.ph-light.ph-arrow-circle-up-left:before{content:""}.ph-light.ph-arrow-circle-up-right:before{content:""}.ph-light.ph-arrow-clockwise:before{content:""}.ph-light.ph-arrow-counter-clockwise:before{content:""}.ph-light.ph-arrow-down:before{content:""}.ph-light.ph-arrow-down-left:before{content:""}.ph-light.ph-arrow-down-right:before{content:""}.ph-light.ph-arrow-elbow-down-left:before{content:""}.ph-light.ph-arrow-elbow-down-right:before{content:""}.ph-light.ph-arrow-elbow-left:before{content:""}.ph-light.ph-arrow-elbow-left-down:before{content:""}.ph-light.ph-arrow-elbow-left-up:before{content:""}.ph-light.ph-arrow-elbow-right:before{content:""}.ph-light.ph-arrow-elbow-right-down:before{content:""}.ph-light.ph-arrow-elbow-right-up:before{content:""}.ph-light.ph-arrow-elbow-up-left:before{content:""}.ph-light.ph-arrow-elbow-up-right:before{content:""}.ph-light.ph-arrow-fat-down:before{content:""}.ph-light.ph-arrow-fat-left:before{content:""}.ph-light.ph-arrow-fat-line-down:before{content:""}.ph-light.ph-arrow-fat-line-left:before{content:""}.ph-light.ph-arrow-fat-line-right:before{content:""}.ph-light.ph-arrow-fat-line-up:before{content:""}.ph-light.ph-arrow-fat-lines-down:before{content:""}.ph-light.ph-arrow-fat-lines-left:before{content:""}.ph-light.ph-arrow-fat-lines-right:before{content:""}.ph-light.ph-arrow-fat-lines-up:before{content:""}.ph-light.ph-arrow-fat-right:before{content:""}.ph-light.ph-arrow-fat-up:before{content:""}.ph-light.ph-arrow-left:before{content:""}.ph-light.ph-arrow-line-down:before{content:""}.ph-light.ph-arrow-line-down-left:before{content:""}.ph-light.ph-arrow-line-down-right:before{content:""}.ph-light.ph-arrow-line-left:before{content:""}.ph-light.ph-arrow-line-right:before{content:""}.ph-light.ph-arrow-line-up:before{content:""}.ph-light.ph-arrow-line-up-left:before{content:""}.ph-light.ph-arrow-line-up-right:before{content:""}.ph-light.ph-arrow-right:before{content:""}.ph-light.ph-arrow-square-down:before{content:""}.ph-light.ph-arrow-square-down-left:before{content:""}.ph-light.ph-arrow-square-down-right:before{content:""}.ph-light.ph-arrow-square-in:before{content:""}.ph-light.ph-arrow-square-left:before{content:""}.ph-light.ph-arrow-square-out:before{content:""}.ph-light.ph-arrow-square-right:before{content:""}.ph-light.ph-arrow-square-up:before{content:""}.ph-light.ph-arrow-square-up-left:before{content:""}.ph-light.ph-arrow-square-up-right:before{content:""}.ph-light.ph-arrow-u-down-left:before{content:""}.ph-light.ph-arrow-u-down-right:before{content:""}.ph-light.ph-arrow-u-left-down:before{content:""}.ph-light.ph-arrow-u-left-up:before{content:""}.ph-light.ph-arrow-u-right-down:before{content:""}.ph-light.ph-arrow-u-right-up:before{content:""}.ph-light.ph-arrow-u-up-left:before{content:""}.ph-light.ph-arrow-u-up-right:before{content:""}.ph-light.ph-arrow-up:before{content:""}.ph-light.ph-arrow-up-left:before{content:""}.ph-light.ph-arrow-up-right:before{content:""}.ph-light.ph-arrows-clockwise:before{content:""}.ph-light.ph-arrows-counter-clockwise:before{content:""}.ph-light.ph-arrows-down-up:before{content:""}.ph-light.ph-arrows-horizontal:before{content:""}.ph-light.ph-arrows-in:before{content:""}.ph-light.ph-arrows-in-cardinal:before{content:""}.ph-light.ph-arrows-in-line-horizontal:before{content:""}.ph-light.ph-arrows-in-line-vertical:before{content:""}.ph-light.ph-arrows-in-simple:before{content:""}.ph-light.ph-arrows-left-right:before{content:""}.ph-light.ph-arrows-merge:before{content:""}.ph-light.ph-arrows-out:before{content:""}.ph-light.ph-arrows-out-cardinal:before{content:""}.ph-light.ph-arrows-out-line-horizontal:before{content:""}.ph-light.ph-arrows-out-line-vertical:before{content:""}.ph-light.ph-arrows-out-simple:before{content:""}.ph-light.ph-arrows-split:before{content:""}.ph-light.ph-arrows-vertical:before{content:""}.ph-light.ph-article:before{content:""}.ph-light.ph-article-medium:before{content:""}.ph-light.ph-article-ny-times:before{content:""}.ph-light.ph-asclepius:before{content:""}.ph-light.ph-caduceus:before{content:""}.ph-light.ph-asterisk:before{content:""}.ph-light.ph-asterisk-simple:before{content:""}.ph-light.ph-at:before{content:""}.ph-light.ph-atom:before{content:""}.ph-light.ph-avocado:before{content:""}.ph-light.ph-axe:before{content:""}.ph-light.ph-baby:before{content:""}.ph-light.ph-baby-carriage:before{content:""}.ph-light.ph-backpack:before{content:""}.ph-light.ph-backspace:before{content:""}.ph-light.ph-bag:before{content:""}.ph-light.ph-bag-simple:before{content:""}.ph-light.ph-balloon:before{content:""}.ph-light.ph-bandaids:before{content:""}.ph-light.ph-bank:before{content:""}.ph-light.ph-barbell:before{content:""}.ph-light.ph-barcode:before{content:""}.ph-light.ph-barn:before{content:""}.ph-light.ph-barricade:before{content:""}.ph-light.ph-baseball:before{content:""}.ph-light.ph-baseball-cap:before{content:""}.ph-light.ph-baseball-helmet:before{content:""}.ph-light.ph-basket:before{content:""}.ph-light.ph-basketball:before{content:""}.ph-light.ph-bathtub:before{content:""}.ph-light.ph-battery-charging:before{content:""}.ph-light.ph-battery-charging-vertical:before{content:""}.ph-light.ph-battery-empty:before{content:""}.ph-light.ph-battery-full:before{content:""}.ph-light.ph-battery-high:before{content:""}.ph-light.ph-battery-low:before{content:""}.ph-light.ph-battery-medium:before{content:""}.ph-light.ph-battery-plus:before{content:""}.ph-light.ph-battery-plus-vertical:before{content:""}.ph-light.ph-battery-vertical-empty:before{content:""}.ph-light.ph-battery-vertical-full:before{content:""}.ph-light.ph-battery-vertical-high:before{content:""}.ph-light.ph-battery-vertical-low:before{content:""}.ph-light.ph-battery-vertical-medium:before{content:""}.ph-light.ph-battery-warning:before{content:""}.ph-light.ph-battery-warning-vertical:before{content:""}.ph-light.ph-beach-ball:before{content:""}.ph-light.ph-beanie:before{content:""}.ph-light.ph-bed:before{content:""}.ph-light.ph-beer-bottle:before{content:""}.ph-light.ph-beer-stein:before{content:""}.ph-light.ph-behance-logo:before{content:""}.ph-light.ph-bell:before{content:""}.ph-light.ph-bell-ringing:before{content:""}.ph-light.ph-bell-simple:before{content:""}.ph-light.ph-bell-simple-ringing:before{content:""}.ph-light.ph-bell-simple-slash:before{content:""}.ph-light.ph-bell-simple-z:before{content:""}.ph-light.ph-bell-slash:before{content:""}.ph-light.ph-bell-z:before{content:""}.ph-light.ph-belt:before{content:""}.ph-light.ph-bezier-curve:before{content:""}.ph-light.ph-bicycle:before{content:""}.ph-light.ph-binary:before{content:""}.ph-light.ph-binoculars:before{content:""}.ph-light.ph-biohazard:before{content:""}.ph-light.ph-bird:before{content:""}.ph-light.ph-blueprint:before{content:""}.ph-light.ph-bluetooth:before{content:""}.ph-light.ph-bluetooth-connected:before{content:""}.ph-light.ph-bluetooth-slash:before{content:""}.ph-light.ph-bluetooth-x:before{content:""}.ph-light.ph-boat:before{content:""}.ph-light.ph-bomb:before{content:""}.ph-light.ph-bone:before{content:""}.ph-light.ph-book:before{content:""}.ph-light.ph-book-bookmark:before{content:""}.ph-light.ph-book-open:before{content:""}.ph-light.ph-book-open-text:before{content:""}.ph-light.ph-book-open-user:before{content:""}.ph-light.ph-bookmark:before{content:""}.ph-light.ph-bookmark-simple:before{content:""}.ph-light.ph-bookmarks:before{content:""}.ph-light.ph-bookmarks-simple:before{content:""}.ph-light.ph-books:before{content:""}.ph-light.ph-boot:before{content:""}.ph-light.ph-boules:before{content:""}.ph-light.ph-bounding-box:before{content:""}.ph-light.ph-bowl-food:before{content:""}.ph-light.ph-bowl-steam:before{content:""}.ph-light.ph-bowling-ball:before{content:""}.ph-light.ph-box-arrow-down:before{content:""}.ph-light.ph-archive-box:before{content:""}.ph-light.ph-box-arrow-up:before{content:""}.ph-light.ph-boxing-glove:before{content:""}.ph-light.ph-brackets-angle:before{content:""}.ph-light.ph-brackets-curly:before{content:""}.ph-light.ph-brackets-round:before{content:""}.ph-light.ph-brackets-square:before{content:""}.ph-light.ph-brain:before{content:""}.ph-light.ph-brandy:before{content:""}.ph-light.ph-bread:before{content:""}.ph-light.ph-bridge:before{content:""}.ph-light.ph-briefcase:before{content:""}.ph-light.ph-briefcase-metal:before{content:""}.ph-light.ph-broadcast:before{content:""}.ph-light.ph-broom:before{content:""}.ph-light.ph-browser:before{content:""}.ph-light.ph-browsers:before{content:""}.ph-light.ph-bug:before{content:""}.ph-light.ph-bug-beetle:before{content:""}.ph-light.ph-bug-droid:before{content:""}.ph-light.ph-building:before{content:""}.ph-light.ph-building-apartment:before{content:""}.ph-light.ph-building-office:before{content:""}.ph-light.ph-buildings:before{content:""}.ph-light.ph-bulldozer:before{content:""}.ph-light.ph-bus:before{content:""}.ph-light.ph-butterfly:before{content:""}.ph-light.ph-cable-car:before{content:""}.ph-light.ph-cactus:before{content:""}.ph-light.ph-cake:before{content:""}.ph-light.ph-calculator:before{content:""}.ph-light.ph-calendar:before{content:""}.ph-light.ph-calendar-blank:before{content:""}.ph-light.ph-calendar-check:before{content:""}.ph-light.ph-calendar-dot:before{content:""}.ph-light.ph-calendar-dots:before{content:""}.ph-light.ph-calendar-heart:before{content:""}.ph-light.ph-calendar-minus:before{content:""}.ph-light.ph-calendar-plus:before{content:""}.ph-light.ph-calendar-slash:before{content:""}.ph-light.ph-calendar-star:before{content:""}.ph-light.ph-calendar-x:before{content:""}.ph-light.ph-call-bell:before{content:""}.ph-light.ph-camera:before{content:""}.ph-light.ph-camera-plus:before{content:""}.ph-light.ph-camera-rotate:before{content:""}.ph-light.ph-camera-slash:before{content:""}.ph-light.ph-campfire:before{content:""}.ph-light.ph-car:before{content:""}.ph-light.ph-car-battery:before{content:""}.ph-light.ph-car-profile:before{content:""}.ph-light.ph-car-simple:before{content:""}.ph-light.ph-cardholder:before{content:""}.ph-light.ph-cards:before{content:""}.ph-light.ph-cards-three:before{content:""}.ph-light.ph-caret-circle-double-down:before{content:""}.ph-light.ph-caret-circle-double-left:before{content:""}.ph-light.ph-caret-circle-double-right:before{content:""}.ph-light.ph-caret-circle-double-up:before{content:""}.ph-light.ph-caret-circle-down:before{content:""}.ph-light.ph-caret-circle-left:before{content:""}.ph-light.ph-caret-circle-right:before{content:""}.ph-light.ph-caret-circle-up:before{content:""}.ph-light.ph-caret-circle-up-down:before{content:""}.ph-light.ph-caret-double-down:before{content:""}.ph-light.ph-caret-double-left:before{content:""}.ph-light.ph-caret-double-right:before{content:""}.ph-light.ph-caret-double-up:before{content:""}.ph-light.ph-caret-down:before{content:""}.ph-light.ph-caret-left:before{content:""}.ph-light.ph-caret-line-down:before{content:""}.ph-light.ph-caret-line-left:before{content:""}.ph-light.ph-caret-line-right:before{content:""}.ph-light.ph-caret-line-up:before{content:""}.ph-light.ph-caret-right:before{content:""}.ph-light.ph-caret-up:before{content:""}.ph-light.ph-caret-up-down:before{content:""}.ph-light.ph-carrot:before{content:""}.ph-light.ph-cash-register:before{content:""}.ph-light.ph-cassette-tape:before{content:""}.ph-light.ph-castle-turret:before{content:""}.ph-light.ph-cat:before{content:""}.ph-light.ph-cell-signal-full:before{content:""}.ph-light.ph-cell-signal-high:before{content:""}.ph-light.ph-cell-signal-low:before{content:""}.ph-light.ph-cell-signal-medium:before{content:""}.ph-light.ph-cell-signal-none:before{content:""}.ph-light.ph-cell-signal-slash:before{content:""}.ph-light.ph-cell-signal-x:before{content:""}.ph-light.ph-cell-tower:before{content:""}.ph-light.ph-certificate:before{content:""}.ph-light.ph-chair:before{content:""}.ph-light.ph-chalkboard:before{content:""}.ph-light.ph-chalkboard-simple:before{content:""}.ph-light.ph-chalkboard-teacher:before{content:""}.ph-light.ph-champagne:before{content:""}.ph-light.ph-charging-station:before{content:""}.ph-light.ph-chart-bar:before{content:""}.ph-light.ph-chart-bar-horizontal:before{content:""}.ph-light.ph-chart-donut:before{content:""}.ph-light.ph-chart-line:before{content:""}.ph-light.ph-chart-line-down:before{content:""}.ph-light.ph-chart-line-up:before{content:""}.ph-light.ph-chart-pie:before{content:""}.ph-light.ph-chart-pie-slice:before{content:""}.ph-light.ph-chart-polar:before{content:""}.ph-light.ph-chart-scatter:before{content:""}.ph-light.ph-chat:before{content:""}.ph-light.ph-chat-centered:before{content:""}.ph-light.ph-chat-centered-dots:before{content:""}.ph-light.ph-chat-centered-slash:before{content:""}.ph-light.ph-chat-centered-text:before{content:""}.ph-light.ph-chat-circle:before{content:""}.ph-light.ph-chat-circle-dots:before{content:""}.ph-light.ph-chat-circle-slash:before{content:""}.ph-light.ph-chat-circle-text:before{content:""}.ph-light.ph-chat-dots:before{content:""}.ph-light.ph-chat-slash:before{content:""}.ph-light.ph-chat-teardrop:before{content:""}.ph-light.ph-chat-teardrop-dots:before{content:""}.ph-light.ph-chat-teardrop-slash:before{content:""}.ph-light.ph-chat-teardrop-text:before{content:""}.ph-light.ph-chat-text:before{content:""}.ph-light.ph-chats:before{content:""}.ph-light.ph-chats-circle:before{content:""}.ph-light.ph-chats-teardrop:before{content:""}.ph-light.ph-check:before{content:""}.ph-light.ph-check-circle:before{content:""}.ph-light.ph-check-fat:before{content:""}.ph-light.ph-check-square:before{content:""}.ph-light.ph-check-square-offset:before{content:""}.ph-light.ph-checkerboard:before{content:""}.ph-light.ph-checks:before{content:""}.ph-light.ph-cheers:before{content:""}.ph-light.ph-cheese:before{content:""}.ph-light.ph-chef-hat:before{content:""}.ph-light.ph-cherries:before{content:""}.ph-light.ph-church:before{content:""}.ph-light.ph-cigarette:before{content:""}.ph-light.ph-cigarette-slash:before{content:""}.ph-light.ph-circle:before{content:""}.ph-light.ph-circle-dashed:before{content:""}.ph-light.ph-circle-half:before{content:""}.ph-light.ph-circle-half-tilt:before{content:""}.ph-light.ph-circle-notch:before{content:""}.ph-light.ph-circles-four:before{content:""}.ph-light.ph-circles-three:before{content:""}.ph-light.ph-circles-three-plus:before{content:""}.ph-light.ph-circuitry:before{content:""}.ph-light.ph-city:before{content:""}.ph-light.ph-clipboard:before{content:""}.ph-light.ph-clipboard-text:before{content:""}.ph-light.ph-clock:before{content:""}.ph-light.ph-clock-afternoon:before{content:""}.ph-light.ph-clock-clockwise:before{content:""}.ph-light.ph-clock-countdown:before{content:""}.ph-light.ph-clock-counter-clockwise:before{content:""}.ph-light.ph-clock-user:before{content:""}.ph-light.ph-closed-captioning:before{content:""}.ph-light.ph-cloud:before{content:""}.ph-light.ph-cloud-arrow-down:before{content:""}.ph-light.ph-cloud-arrow-up:before{content:""}.ph-light.ph-cloud-check:before{content:""}.ph-light.ph-cloud-fog:before{content:""}.ph-light.ph-cloud-lightning:before{content:""}.ph-light.ph-cloud-moon:before{content:""}.ph-light.ph-cloud-rain:before{content:""}.ph-light.ph-cloud-slash:before{content:""}.ph-light.ph-cloud-snow:before{content:""}.ph-light.ph-cloud-sun:before{content:""}.ph-light.ph-cloud-warning:before{content:""}.ph-light.ph-cloud-x:before{content:""}.ph-light.ph-clover:before{content:""}.ph-light.ph-club:before{content:""}.ph-light.ph-coat-hanger:before{content:""}.ph-light.ph-coda-logo:before{content:""}.ph-light.ph-code:before{content:""}.ph-light.ph-code-block:before{content:""}.ph-light.ph-code-simple:before{content:""}.ph-light.ph-codepen-logo:before{content:""}.ph-light.ph-codesandbox-logo:before{content:""}.ph-light.ph-coffee:before{content:""}.ph-light.ph-coffee-bean:before{content:""}.ph-light.ph-coin:before{content:""}.ph-light.ph-coin-vertical:before{content:""}.ph-light.ph-coins:before{content:""}.ph-light.ph-columns:before{content:""}.ph-light.ph-columns-plus-left:before{content:""}.ph-light.ph-columns-plus-right:before{content:""}.ph-light.ph-command:before{content:""}.ph-light.ph-compass:before{content:""}.ph-light.ph-compass-rose:before{content:""}.ph-light.ph-compass-tool:before{content:""}.ph-light.ph-computer-tower:before{content:""}.ph-light.ph-confetti:before{content:""}.ph-light.ph-contactless-payment:before{content:""}.ph-light.ph-control:before{content:""}.ph-light.ph-cookie:before{content:""}.ph-light.ph-cooking-pot:before{content:""}.ph-light.ph-copy:before{content:""}.ph-light.ph-copy-simple:before{content:""}.ph-light.ph-copyleft:before{content:""}.ph-light.ph-copyright:before{content:""}.ph-light.ph-corners-in:before{content:""}.ph-light.ph-corners-out:before{content:""}.ph-light.ph-couch:before{content:""}.ph-light.ph-court-basketball:before{content:""}.ph-light.ph-cow:before{content:""}.ph-light.ph-cowboy-hat:before{content:""}.ph-light.ph-cpu:before{content:""}.ph-light.ph-crane:before{content:""}.ph-light.ph-crane-tower:before{content:""}.ph-light.ph-credit-card:before{content:""}.ph-light.ph-cricket:before{content:""}.ph-light.ph-crop:before{content:""}.ph-light.ph-cross:before{content:""}.ph-light.ph-crosshair:before{content:""}.ph-light.ph-crosshair-simple:before{content:""}.ph-light.ph-crown:before{content:""}.ph-light.ph-crown-cross:before{content:""}.ph-light.ph-crown-simple:before{content:""}.ph-light.ph-cube:before{content:""}.ph-light.ph-cube-focus:before{content:""}.ph-light.ph-cube-transparent:before{content:""}.ph-light.ph-currency-btc:before{content:""}.ph-light.ph-currency-circle-dollar:before{content:""}.ph-light.ph-currency-cny:before{content:""}.ph-light.ph-currency-dollar:before{content:""}.ph-light.ph-currency-dollar-simple:before{content:""}.ph-light.ph-currency-eth:before{content:""}.ph-light.ph-currency-eur:before{content:""}.ph-light.ph-currency-gbp:before{content:""}.ph-light.ph-currency-inr:before{content:""}.ph-light.ph-currency-jpy:before{content:""}.ph-light.ph-currency-krw:before{content:""}.ph-light.ph-currency-kzt:before{content:""}.ph-light.ph-currency-ngn:before{content:""}.ph-light.ph-currency-rub:before{content:""}.ph-light.ph-cursor:before{content:""}.ph-light.ph-cursor-click:before{content:""}.ph-light.ph-cursor-text:before{content:""}.ph-light.ph-cylinder:before{content:""}.ph-light.ph-database:before{content:""}.ph-light.ph-desk:before{content:""}.ph-light.ph-desktop:before{content:""}.ph-light.ph-desktop-tower:before{content:""}.ph-light.ph-detective:before{content:""}.ph-light.ph-dev-to-logo:before{content:""}.ph-light.ph-device-mobile:before{content:""}.ph-light.ph-device-mobile-camera:before{content:""}.ph-light.ph-device-mobile-slash:before{content:""}.ph-light.ph-device-mobile-speaker:before{content:""}.ph-light.ph-device-rotate:before{content:""}.ph-light.ph-device-tablet:before{content:""}.ph-light.ph-device-tablet-camera:before{content:""}.ph-light.ph-device-tablet-speaker:before{content:""}.ph-light.ph-devices:before{content:""}.ph-light.ph-diamond:before{content:""}.ph-light.ph-diamonds-four:before{content:""}.ph-light.ph-dice-five:before{content:""}.ph-light.ph-dice-four:before{content:""}.ph-light.ph-dice-one:before{content:""}.ph-light.ph-dice-six:before{content:""}.ph-light.ph-dice-three:before{content:""}.ph-light.ph-dice-two:before{content:""}.ph-light.ph-disc:before{content:""}.ph-light.ph-disco-ball:before{content:""}.ph-light.ph-discord-logo:before{content:""}.ph-light.ph-divide:before{content:""}.ph-light.ph-dna:before{content:""}.ph-light.ph-dog:before{content:""}.ph-light.ph-door:before{content:""}.ph-light.ph-door-open:before{content:""}.ph-light.ph-dot:before{content:""}.ph-light.ph-dot-outline:before{content:""}.ph-light.ph-dots-nine:before{content:""}.ph-light.ph-dots-six:before{content:""}.ph-light.ph-dots-six-vertical:before{content:""}.ph-light.ph-dots-three:before{content:""}.ph-light.ph-dots-three-circle:before{content:""}.ph-light.ph-dots-three-circle-vertical:before{content:""}.ph-light.ph-dots-three-outline:before{content:""}.ph-light.ph-dots-three-outline-vertical:before{content:""}.ph-light.ph-dots-three-vertical:before{content:""}.ph-light.ph-download:before{content:""}.ph-light.ph-download-simple:before{content:""}.ph-light.ph-dress:before{content:""}.ph-light.ph-dresser:before{content:""}.ph-light.ph-dribbble-logo:before{content:""}.ph-light.ph-drone:before{content:""}.ph-light.ph-drop:before{content:""}.ph-light.ph-drop-half:before{content:""}.ph-light.ph-drop-half-bottom:before{content:""}.ph-light.ph-drop-simple:before{content:""}.ph-light.ph-drop-slash:before{content:""}.ph-light.ph-dropbox-logo:before{content:""}.ph-light.ph-ear:before{content:""}.ph-light.ph-ear-slash:before{content:""}.ph-light.ph-egg:before{content:""}.ph-light.ph-egg-crack:before{content:""}.ph-light.ph-eject:before{content:""}.ph-light.ph-eject-simple:before{content:""}.ph-light.ph-elevator:before{content:""}.ph-light.ph-empty:before{content:""}.ph-light.ph-engine:before{content:""}.ph-light.ph-envelope:before{content:""}.ph-light.ph-envelope-open:before{content:""}.ph-light.ph-envelope-simple:before{content:""}.ph-light.ph-envelope-simple-open:before{content:""}.ph-light.ph-equalizer:before{content:""}.ph-light.ph-equals:before{content:""}.ph-light.ph-eraser:before{content:""}.ph-light.ph-escalator-down:before{content:""}.ph-light.ph-escalator-up:before{content:""}.ph-light.ph-exam:before{content:""}.ph-light.ph-exclamation-mark:before{content:""}.ph-light.ph-exclude:before{content:""}.ph-light.ph-exclude-square:before{content:""}.ph-light.ph-export:before{content:""}.ph-light.ph-eye:before{content:""}.ph-light.ph-eye-closed:before{content:""}.ph-light.ph-eye-slash:before{content:""}.ph-light.ph-eyedropper:before{content:""}.ph-light.ph-eyedropper-sample:before{content:""}.ph-light.ph-eyeglasses:before{content:""}.ph-light.ph-eyes:before{content:""}.ph-light.ph-face-mask:before{content:""}.ph-light.ph-facebook-logo:before{content:""}.ph-light.ph-factory:before{content:""}.ph-light.ph-faders:before{content:""}.ph-light.ph-faders-horizontal:before{content:""}.ph-light.ph-fallout-shelter:before{content:""}.ph-light.ph-fan:before{content:""}.ph-light.ph-farm:before{content:""}.ph-light.ph-fast-forward:before{content:""}.ph-light.ph-fast-forward-circle:before{content:""}.ph-light.ph-feather:before{content:""}.ph-light.ph-fediverse-logo:before{content:""}.ph-light.ph-figma-logo:before{content:""}.ph-light.ph-file:before{content:""}.ph-light.ph-file-archive:before{content:""}.ph-light.ph-file-arrow-down:before{content:""}.ph-light.ph-file-arrow-up:before{content:""}.ph-light.ph-file-audio:before{content:""}.ph-light.ph-file-c:before{content:""}.ph-light.ph-file-c-sharp:before{content:""}.ph-light.ph-file-cloud:before{content:""}.ph-light.ph-file-code:before{content:""}.ph-light.ph-file-cpp:before{content:""}.ph-light.ph-file-css:before{content:""}.ph-light.ph-file-csv:before{content:""}.ph-light.ph-file-dashed:before{content:""}.ph-light.ph-file-dotted:before{content:""}.ph-light.ph-file-doc:before{content:""}.ph-light.ph-file-html:before{content:""}.ph-light.ph-file-image:before{content:""}.ph-light.ph-file-ini:before{content:""}.ph-light.ph-file-jpg:before{content:""}.ph-light.ph-file-js:before{content:""}.ph-light.ph-file-jsx:before{content:""}.ph-light.ph-file-lock:before{content:""}.ph-light.ph-file-magnifying-glass:before{content:""}.ph-light.ph-file-search:before{content:""}.ph-light.ph-file-md:before{content:""}.ph-light.ph-file-minus:before{content:""}.ph-light.ph-file-pdf:before{content:""}.ph-light.ph-file-plus:before{content:""}.ph-light.ph-file-png:before{content:""}.ph-light.ph-file-ppt:before{content:""}.ph-light.ph-file-py:before{content:""}.ph-light.ph-file-rs:before{content:""}.ph-light.ph-file-sql:before{content:""}.ph-light.ph-file-svg:before{content:""}.ph-light.ph-file-text:before{content:""}.ph-light.ph-file-ts:before{content:""}.ph-light.ph-file-tsx:before{content:""}.ph-light.ph-file-txt:before{content:""}.ph-light.ph-file-video:before{content:""}.ph-light.ph-file-vue:before{content:""}.ph-light.ph-file-x:before{content:""}.ph-light.ph-file-xls:before{content:""}.ph-light.ph-file-zip:before{content:""}.ph-light.ph-files:before{content:""}.ph-light.ph-film-reel:before{content:""}.ph-light.ph-film-script:before{content:""}.ph-light.ph-film-slate:before{content:""}.ph-light.ph-film-strip:before{content:""}.ph-light.ph-fingerprint:before{content:""}.ph-light.ph-fingerprint-simple:before{content:""}.ph-light.ph-finn-the-human:before{content:""}.ph-light.ph-fire:before{content:""}.ph-light.ph-fire-extinguisher:before{content:""}.ph-light.ph-fire-simple:before{content:""}.ph-light.ph-fire-truck:before{content:""}.ph-light.ph-first-aid:before{content:""}.ph-light.ph-first-aid-kit:before{content:""}.ph-light.ph-fish:before{content:""}.ph-light.ph-fish-simple:before{content:""}.ph-light.ph-flag:before{content:""}.ph-light.ph-flag-banner:before{content:""}.ph-light.ph-flag-banner-fold:before{content:""}.ph-light.ph-flag-checkered:before{content:""}.ph-light.ph-flag-pennant:before{content:""}.ph-light.ph-flame:before{content:""}.ph-light.ph-flashlight:before{content:""}.ph-light.ph-flask:before{content:""}.ph-light.ph-flip-horizontal:before{content:""}.ph-light.ph-flip-vertical:before{content:""}.ph-light.ph-floppy-disk:before{content:""}.ph-light.ph-floppy-disk-back:before{content:""}.ph-light.ph-flow-arrow:before{content:""}.ph-light.ph-flower:before{content:""}.ph-light.ph-flower-lotus:before{content:""}.ph-light.ph-flower-tulip:before{content:""}.ph-light.ph-flying-saucer:before{content:""}.ph-light.ph-folder:before{content:""}.ph-light.ph-folder-notch:before{content:""}.ph-light.ph-folder-dashed:before{content:""}.ph-light.ph-folder-dotted:before{content:""}.ph-light.ph-folder-lock:before{content:""}.ph-light.ph-folder-minus:before{content:""}.ph-light.ph-folder-notch-minus:before{content:""}.ph-light.ph-folder-open:before{content:""}.ph-light.ph-folder-notch-open:before{content:""}.ph-light.ph-folder-plus:before{content:""}.ph-light.ph-folder-notch-plus:before{content:""}.ph-light.ph-folder-simple:before{content:""}.ph-light.ph-folder-simple-dashed:before{content:""}.ph-light.ph-folder-simple-dotted:before{content:""}.ph-light.ph-folder-simple-lock:before{content:""}.ph-light.ph-folder-simple-minus:before{content:""}.ph-light.ph-folder-simple-plus:before{content:""}.ph-light.ph-folder-simple-star:before{content:""}.ph-light.ph-folder-simple-user:before{content:""}.ph-light.ph-folder-star:before{content:""}.ph-light.ph-folder-user:before{content:""}.ph-light.ph-folders:before{content:""}.ph-light.ph-football:before{content:""}.ph-light.ph-football-helmet:before{content:""}.ph-light.ph-footprints:before{content:""}.ph-light.ph-fork-knife:before{content:""}.ph-light.ph-four-k:before{content:""}.ph-light.ph-frame-corners:before{content:""}.ph-light.ph-framer-logo:before{content:""}.ph-light.ph-function:before{content:""}.ph-light.ph-funnel:before{content:""}.ph-light.ph-funnel-simple:before{content:""}.ph-light.ph-funnel-simple-x:before{content:""}.ph-light.ph-funnel-x:before{content:""}.ph-light.ph-game-controller:before{content:""}.ph-light.ph-garage:before{content:""}.ph-light.ph-gas-can:before{content:""}.ph-light.ph-gas-pump:before{content:""}.ph-light.ph-gauge:before{content:""}.ph-light.ph-gavel:before{content:""}.ph-light.ph-gear:before{content:""}.ph-light.ph-gear-fine:before{content:""}.ph-light.ph-gear-six:before{content:""}.ph-light.ph-gender-female:before{content:""}.ph-light.ph-gender-intersex:before{content:""}.ph-light.ph-gender-male:before{content:""}.ph-light.ph-gender-neuter:before{content:""}.ph-light.ph-gender-nonbinary:before{content:""}.ph-light.ph-gender-transgender:before{content:""}.ph-light.ph-ghost:before{content:""}.ph-light.ph-gif:before{content:""}.ph-light.ph-gift:before{content:""}.ph-light.ph-git-branch:before{content:""}.ph-light.ph-git-commit:before{content:""}.ph-light.ph-git-diff:before{content:""}.ph-light.ph-git-fork:before{content:""}.ph-light.ph-git-merge:before{content:""}.ph-light.ph-git-pull-request:before{content:""}.ph-light.ph-github-logo:before{content:""}.ph-light.ph-gitlab-logo:before{content:""}.ph-light.ph-gitlab-logo-simple:before{content:""}.ph-light.ph-globe:before{content:""}.ph-light.ph-globe-hemisphere-east:before{content:""}.ph-light.ph-globe-hemisphere-west:before{content:""}.ph-light.ph-globe-simple:before{content:""}.ph-light.ph-globe-simple-x:before{content:""}.ph-light.ph-globe-stand:before{content:""}.ph-light.ph-globe-x:before{content:""}.ph-light.ph-goggles:before{content:""}.ph-light.ph-golf:before{content:""}.ph-light.ph-goodreads-logo:before{content:""}.ph-light.ph-google-cardboard-logo:before{content:""}.ph-light.ph-google-chrome-logo:before{content:""}.ph-light.ph-google-drive-logo:before{content:""}.ph-light.ph-google-logo:before{content:""}.ph-light.ph-google-photos-logo:before{content:""}.ph-light.ph-google-play-logo:before{content:""}.ph-light.ph-google-podcasts-logo:before{content:""}.ph-light.ph-gps:before{content:""}.ph-light.ph-gps-fix:before{content:""}.ph-light.ph-gps-slash:before{content:""}.ph-light.ph-gradient:before{content:""}.ph-light.ph-graduation-cap:before{content:""}.ph-light.ph-grains:before{content:""}.ph-light.ph-grains-slash:before{content:""}.ph-light.ph-graph:before{content:""}.ph-light.ph-graphics-card:before{content:""}.ph-light.ph-greater-than:before{content:""}.ph-light.ph-greater-than-or-equal:before{content:""}.ph-light.ph-grid-four:before{content:""}.ph-light.ph-grid-nine:before{content:""}.ph-light.ph-guitar:before{content:""}.ph-light.ph-hair-dryer:before{content:""}.ph-light.ph-hamburger:before{content:""}.ph-light.ph-hammer:before{content:""}.ph-light.ph-hand:before{content:""}.ph-light.ph-hand-arrow-down:before{content:""}.ph-light.ph-hand-arrow-up:before{content:""}.ph-light.ph-hand-coins:before{content:""}.ph-light.ph-hand-deposit:before{content:""}.ph-light.ph-hand-eye:before{content:""}.ph-light.ph-hand-fist:before{content:""}.ph-light.ph-hand-grabbing:before{content:""}.ph-light.ph-hand-heart:before{content:""}.ph-light.ph-hand-palm:before{content:""}.ph-light.ph-hand-peace:before{content:""}.ph-light.ph-hand-pointing:before{content:""}.ph-light.ph-hand-soap:before{content:""}.ph-light.ph-hand-swipe-left:before{content:""}.ph-light.ph-hand-swipe-right:before{content:""}.ph-light.ph-hand-tap:before{content:""}.ph-light.ph-hand-waving:before{content:""}.ph-light.ph-hand-withdraw:before{content:""}.ph-light.ph-handbag:before{content:""}.ph-light.ph-handbag-simple:before{content:""}.ph-light.ph-hands-clapping:before{content:""}.ph-light.ph-hands-praying:before{content:""}.ph-light.ph-handshake:before{content:""}.ph-light.ph-hard-drive:before{content:""}.ph-light.ph-hard-drives:before{content:""}.ph-light.ph-hard-hat:before{content:""}.ph-light.ph-hash:before{content:""}.ph-light.ph-hash-straight:before{content:""}.ph-light.ph-head-circuit:before{content:""}.ph-light.ph-headlights:before{content:""}.ph-light.ph-headphones:before{content:""}.ph-light.ph-headset:before{content:""}.ph-light.ph-heart:before{content:""}.ph-light.ph-heart-break:before{content:""}.ph-light.ph-heart-half:before{content:""}.ph-light.ph-heart-straight:before{content:""}.ph-light.ph-heart-straight-break:before{content:""}.ph-light.ph-heartbeat:before{content:""}.ph-light.ph-hexagon:before{content:""}.ph-light.ph-high-definition:before{content:""}.ph-light.ph-high-heel:before{content:""}.ph-light.ph-highlighter:before{content:""}.ph-light.ph-highlighter-circle:before{content:""}.ph-light.ph-hockey:before{content:""}.ph-light.ph-hoodie:before{content:""}.ph-light.ph-horse:before{content:""}.ph-light.ph-hospital:before{content:""}.ph-light.ph-hourglass:before{content:""}.ph-light.ph-hourglass-high:before{content:""}.ph-light.ph-hourglass-low:before{content:""}.ph-light.ph-hourglass-medium:before{content:""}.ph-light.ph-hourglass-simple:before{content:""}.ph-light.ph-hourglass-simple-high:before{content:""}.ph-light.ph-hourglass-simple-low:before{content:""}.ph-light.ph-hourglass-simple-medium:before{content:""}.ph-light.ph-house:before{content:""}.ph-light.ph-house-line:before{content:""}.ph-light.ph-house-simple:before{content:""}.ph-light.ph-hurricane:before{content:""}.ph-light.ph-ice-cream:before{content:""}.ph-light.ph-identification-badge:before{content:""}.ph-light.ph-identification-card:before{content:""}.ph-light.ph-image:before{content:""}.ph-light.ph-image-broken:before{content:""}.ph-light.ph-image-square:before{content:""}.ph-light.ph-images:before{content:""}.ph-light.ph-images-square:before{content:""}.ph-light.ph-infinity:before{content:""}.ph-light.ph-lemniscate:before{content:""}.ph-light.ph-info:before{content:""}.ph-light.ph-instagram-logo:before{content:""}.ph-light.ph-intersect:before{content:""}.ph-light.ph-intersect-square:before{content:""}.ph-light.ph-intersect-three:before{content:""}.ph-light.ph-intersection:before{content:""}.ph-light.ph-invoice:before{content:""}.ph-light.ph-island:before{content:""}.ph-light.ph-jar:before{content:""}.ph-light.ph-jar-label:before{content:""}.ph-light.ph-jeep:before{content:""}.ph-light.ph-joystick:before{content:""}.ph-light.ph-kanban:before{content:""}.ph-light.ph-key:before{content:""}.ph-light.ph-key-return:before{content:""}.ph-light.ph-keyboard:before{content:""}.ph-light.ph-keyhole:before{content:""}.ph-light.ph-knife:before{content:""}.ph-light.ph-ladder:before{content:""}.ph-light.ph-ladder-simple:before{content:""}.ph-light.ph-lamp:before{content:""}.ph-light.ph-lamp-pendant:before{content:""}.ph-light.ph-laptop:before{content:""}.ph-light.ph-lasso:before{content:""}.ph-light.ph-lastfm-logo:before{content:""}.ph-light.ph-layout:before{content:""}.ph-light.ph-leaf:before{content:""}.ph-light.ph-lectern:before{content:""}.ph-light.ph-lego:before{content:""}.ph-light.ph-lego-smiley:before{content:""}.ph-light.ph-less-than:before{content:""}.ph-light.ph-less-than-or-equal:before{content:""}.ph-light.ph-letter-circle-h:before{content:""}.ph-light.ph-letter-circle-p:before{content:""}.ph-light.ph-letter-circle-v:before{content:""}.ph-light.ph-lifebuoy:before{content:""}.ph-light.ph-lightbulb:before{content:""}.ph-light.ph-lightbulb-filament:before{content:""}.ph-light.ph-lighthouse:before{content:""}.ph-light.ph-lightning:before{content:""}.ph-light.ph-lightning-a:before{content:""}.ph-light.ph-lightning-slash:before{content:""}.ph-light.ph-line-segment:before{content:""}.ph-light.ph-line-segments:before{content:""}.ph-light.ph-line-vertical:before{content:""}.ph-light.ph-link:before{content:""}.ph-light.ph-link-break:before{content:""}.ph-light.ph-link-simple:before{content:""}.ph-light.ph-link-simple-break:before{content:""}.ph-light.ph-link-simple-horizontal:before{content:""}.ph-light.ph-link-simple-horizontal-break:before{content:""}.ph-light.ph-linkedin-logo:before{content:""}.ph-light.ph-linktree-logo:before{content:""}.ph-light.ph-linux-logo:before{content:""}.ph-light.ph-list:before{content:""}.ph-light.ph-list-bullets:before{content:""}.ph-light.ph-list-checks:before{content:""}.ph-light.ph-list-dashes:before{content:""}.ph-light.ph-list-heart:before{content:""}.ph-light.ph-list-magnifying-glass:before{content:""}.ph-light.ph-list-numbers:before{content:""}.ph-light.ph-list-plus:before{content:""}.ph-light.ph-list-star:before{content:""}.ph-light.ph-lock:before{content:""}.ph-light.ph-lock-key:before{content:""}.ph-light.ph-lock-key-open:before{content:""}.ph-light.ph-lock-laminated:before{content:""}.ph-light.ph-lock-laminated-open:before{content:""}.ph-light.ph-lock-open:before{content:""}.ph-light.ph-lock-simple:before{content:""}.ph-light.ph-lock-simple-open:before{content:""}.ph-light.ph-lockers:before{content:""}.ph-light.ph-log:before{content:""}.ph-light.ph-magic-wand:before{content:""}.ph-light.ph-magnet:before{content:""}.ph-light.ph-magnet-straight:before{content:""}.ph-light.ph-magnifying-glass:before{content:""}.ph-light.ph-magnifying-glass-minus:before{content:""}.ph-light.ph-magnifying-glass-plus:before{content:""}.ph-light.ph-mailbox:before{content:""}.ph-light.ph-map-pin:before{content:""}.ph-light.ph-map-pin-area:before{content:""}.ph-light.ph-map-pin-line:before{content:""}.ph-light.ph-map-pin-plus:before{content:""}.ph-light.ph-map-pin-simple:before{content:""}.ph-light.ph-map-pin-simple-area:before{content:""}.ph-light.ph-map-pin-simple-line:before{content:""}.ph-light.ph-map-trifold:before{content:""}.ph-light.ph-markdown-logo:before{content:""}.ph-light.ph-marker-circle:before{content:""}.ph-light.ph-martini:before{content:""}.ph-light.ph-mask-happy:before{content:""}.ph-light.ph-mask-sad:before{content:""}.ph-light.ph-mastodon-logo:before{content:""}.ph-light.ph-math-operations:before{content:""}.ph-light.ph-matrix-logo:before{content:""}.ph-light.ph-medal:before{content:""}.ph-light.ph-medal-military:before{content:""}.ph-light.ph-medium-logo:before{content:""}.ph-light.ph-megaphone:before{content:""}.ph-light.ph-megaphone-simple:before{content:""}.ph-light.ph-member-of:before{content:""}.ph-light.ph-memory:before{content:""}.ph-light.ph-messenger-logo:before{content:""}.ph-light.ph-meta-logo:before{content:""}.ph-light.ph-meteor:before{content:""}.ph-light.ph-metronome:before{content:""}.ph-light.ph-microphone:before{content:""}.ph-light.ph-microphone-slash:before{content:""}.ph-light.ph-microphone-stage:before{content:""}.ph-light.ph-microscope:before{content:""}.ph-light.ph-microsoft-excel-logo:before{content:""}.ph-light.ph-microsoft-outlook-logo:before{content:""}.ph-light.ph-microsoft-powerpoint-logo:before{content:""}.ph-light.ph-microsoft-teams-logo:before{content:""}.ph-light.ph-microsoft-word-logo:before{content:""}.ph-light.ph-minus:before{content:""}.ph-light.ph-minus-circle:before{content:""}.ph-light.ph-minus-square:before{content:""}.ph-light.ph-money:before{content:""}.ph-light.ph-money-wavy:before{content:""}.ph-light.ph-monitor:before{content:""}.ph-light.ph-monitor-arrow-up:before{content:""}.ph-light.ph-monitor-play:before{content:""}.ph-light.ph-moon:before{content:""}.ph-light.ph-moon-stars:before{content:""}.ph-light.ph-moped:before{content:""}.ph-light.ph-moped-front:before{content:""}.ph-light.ph-mosque:before{content:""}.ph-light.ph-motorcycle:before{content:""}.ph-light.ph-mountains:before{content:""}.ph-light.ph-mouse:before{content:""}.ph-light.ph-mouse-left-click:before{content:""}.ph-light.ph-mouse-middle-click:before{content:""}.ph-light.ph-mouse-right-click:before{content:""}.ph-light.ph-mouse-scroll:before{content:""}.ph-light.ph-mouse-simple:before{content:""}.ph-light.ph-music-note:before{content:""}.ph-light.ph-music-note-simple:before{content:""}.ph-light.ph-music-notes:before{content:""}.ph-light.ph-music-notes-minus:before{content:""}.ph-light.ph-music-notes-plus:before{content:""}.ph-light.ph-music-notes-simple:before{content:""}.ph-light.ph-navigation-arrow:before{content:""}.ph-light.ph-needle:before{content:""}.ph-light.ph-network:before{content:""}.ph-light.ph-network-slash:before{content:""}.ph-light.ph-network-x:before{content:""}.ph-light.ph-newspaper:before{content:""}.ph-light.ph-newspaper-clipping:before{content:""}.ph-light.ph-not-equals:before{content:""}.ph-light.ph-not-member-of:before{content:""}.ph-light.ph-not-subset-of:before{content:""}.ph-light.ph-not-superset-of:before{content:""}.ph-light.ph-notches:before{content:""}.ph-light.ph-note:before{content:""}.ph-light.ph-note-blank:before{content:""}.ph-light.ph-note-pencil:before{content:""}.ph-light.ph-notebook:before{content:""}.ph-light.ph-notepad:before{content:""}.ph-light.ph-notification:before{content:""}.ph-light.ph-notion-logo:before{content:""}.ph-light.ph-nuclear-plant:before{content:""}.ph-light.ph-number-circle-eight:before{content:""}.ph-light.ph-number-circle-five:before{content:""}.ph-light.ph-number-circle-four:before{content:""}.ph-light.ph-number-circle-nine:before{content:""}.ph-light.ph-number-circle-one:before{content:""}.ph-light.ph-number-circle-seven:before{content:""}.ph-light.ph-number-circle-six:before{content:""}.ph-light.ph-number-circle-three:before{content:""}.ph-light.ph-number-circle-two:before{content:""}.ph-light.ph-number-circle-zero:before{content:""}.ph-light.ph-number-eight:before{content:""}.ph-light.ph-number-five:before{content:""}.ph-light.ph-number-four:before{content:""}.ph-light.ph-number-nine:before{content:""}.ph-light.ph-number-one:before{content:""}.ph-light.ph-number-seven:before{content:""}.ph-light.ph-number-six:before{content:""}.ph-light.ph-number-square-eight:before{content:""}.ph-light.ph-number-square-five:before{content:""}.ph-light.ph-number-square-four:before{content:""}.ph-light.ph-number-square-nine:before{content:""}.ph-light.ph-number-square-one:before{content:""}.ph-light.ph-number-square-seven:before{content:""}.ph-light.ph-number-square-six:before{content:""}.ph-light.ph-number-square-three:before{content:""}.ph-light.ph-number-square-two:before{content:""}.ph-light.ph-number-square-zero:before{content:""}.ph-light.ph-number-three:before{content:""}.ph-light.ph-number-two:before{content:""}.ph-light.ph-number-zero:before{content:""}.ph-light.ph-numpad:before{content:""}.ph-light.ph-nut:before{content:""}.ph-light.ph-ny-times-logo:before{content:""}.ph-light.ph-octagon:before{content:""}.ph-light.ph-office-chair:before{content:""}.ph-light.ph-onigiri:before{content:""}.ph-light.ph-open-ai-logo:before{content:""}.ph-light.ph-option:before{content:""}.ph-light.ph-orange:before{content:""}.ph-light.ph-orange-slice:before{content:""}.ph-light.ph-oven:before{content:""}.ph-light.ph-package:before{content:""}.ph-light.ph-paint-brush:before{content:""}.ph-light.ph-paint-brush-broad:before{content:""}.ph-light.ph-paint-brush-household:before{content:""}.ph-light.ph-paint-bucket:before{content:""}.ph-light.ph-paint-roller:before{content:""}.ph-light.ph-palette:before{content:""}.ph-light.ph-panorama:before{content:""}.ph-light.ph-pants:before{content:""}.ph-light.ph-paper-plane:before{content:""}.ph-light.ph-paper-plane-right:before{content:""}.ph-light.ph-paper-plane-tilt:before{content:""}.ph-light.ph-paperclip:before{content:""}.ph-light.ph-paperclip-horizontal:before{content:""}.ph-light.ph-parachute:before{content:""}.ph-light.ph-paragraph:before{content:""}.ph-light.ph-parallelogram:before{content:""}.ph-light.ph-park:before{content:""}.ph-light.ph-password:before{content:""}.ph-light.ph-path:before{content:""}.ph-light.ph-patreon-logo:before{content:""}.ph-light.ph-pause:before{content:""}.ph-light.ph-pause-circle:before{content:""}.ph-light.ph-paw-print:before{content:""}.ph-light.ph-paypal-logo:before{content:""}.ph-light.ph-peace:before{content:""}.ph-light.ph-pen:before{content:""}.ph-light.ph-pen-nib:before{content:""}.ph-light.ph-pen-nib-straight:before{content:""}.ph-light.ph-pencil:before{content:""}.ph-light.ph-pencil-circle:before{content:""}.ph-light.ph-pencil-line:before{content:""}.ph-light.ph-pencil-ruler:before{content:""}.ph-light.ph-pencil-simple:before{content:""}.ph-light.ph-pencil-simple-line:before{content:""}.ph-light.ph-pencil-simple-slash:before{content:""}.ph-light.ph-pencil-slash:before{content:""}.ph-light.ph-pentagon:before{content:""}.ph-light.ph-pentagram:before{content:""}.ph-light.ph-pepper:before{content:""}.ph-light.ph-percent:before{content:""}.ph-light.ph-person:before{content:""}.ph-light.ph-person-arms-spread:before{content:""}.ph-light.ph-person-simple:before{content:""}.ph-light.ph-person-simple-bike:before{content:""}.ph-light.ph-person-simple-circle:before{content:""}.ph-light.ph-person-simple-hike:before{content:""}.ph-light.ph-person-simple-run:before{content:""}.ph-light.ph-person-simple-ski:before{content:""}.ph-light.ph-person-simple-snowboard:before{content:""}.ph-light.ph-person-simple-swim:before{content:""}.ph-light.ph-person-simple-tai-chi:before{content:""}.ph-light.ph-person-simple-throw:before{content:""}.ph-light.ph-person-simple-walk:before{content:""}.ph-light.ph-perspective:before{content:""}.ph-light.ph-phone:before{content:""}.ph-light.ph-phone-call:before{content:""}.ph-light.ph-phone-disconnect:before{content:""}.ph-light.ph-phone-incoming:before{content:""}.ph-light.ph-phone-list:before{content:""}.ph-light.ph-phone-outgoing:before{content:""}.ph-light.ph-phone-pause:before{content:""}.ph-light.ph-phone-plus:before{content:""}.ph-light.ph-phone-slash:before{content:""}.ph-light.ph-phone-transfer:before{content:""}.ph-light.ph-phone-x:before{content:""}.ph-light.ph-phosphor-logo:before{content:""}.ph-light.ph-pi:before{content:""}.ph-light.ph-piano-keys:before{content:""}.ph-light.ph-picnic-table:before{content:""}.ph-light.ph-picture-in-picture:before{content:""}.ph-light.ph-piggy-bank:before{content:""}.ph-light.ph-pill:before{content:""}.ph-light.ph-ping-pong:before{content:""}.ph-light.ph-pint-glass:before{content:""}.ph-light.ph-pinterest-logo:before{content:""}.ph-light.ph-pinwheel:before{content:""}.ph-light.ph-pipe:before{content:""}.ph-light.ph-pipe-wrench:before{content:""}.ph-light.ph-pix-logo:before{content:""}.ph-light.ph-pizza:before{content:""}.ph-light.ph-placeholder:before{content:""}.ph-light.ph-planet:before{content:""}.ph-light.ph-plant:before{content:""}.ph-light.ph-play:before{content:""}.ph-light.ph-play-circle:before{content:""}.ph-light.ph-play-pause:before{content:""}.ph-light.ph-playlist:before{content:""}.ph-light.ph-plug:before{content:""}.ph-light.ph-plug-charging:before{content:""}.ph-light.ph-plugs:before{content:""}.ph-light.ph-plugs-connected:before{content:""}.ph-light.ph-plus:before{content:""}.ph-light.ph-plus-circle:before{content:""}.ph-light.ph-plus-minus:before{content:""}.ph-light.ph-plus-square:before{content:""}.ph-light.ph-poker-chip:before{content:""}.ph-light.ph-police-car:before{content:""}.ph-light.ph-polygon:before{content:""}.ph-light.ph-popcorn:before{content:""}.ph-light.ph-popsicle:before{content:""}.ph-light.ph-potted-plant:before{content:""}.ph-light.ph-power:before{content:""}.ph-light.ph-prescription:before{content:""}.ph-light.ph-presentation:before{content:""}.ph-light.ph-presentation-chart:before{content:""}.ph-light.ph-printer:before{content:""}.ph-light.ph-prohibit:before{content:""}.ph-light.ph-prohibit-inset:before{content:""}.ph-light.ph-projector-screen:before{content:""}.ph-light.ph-projector-screen-chart:before{content:""}.ph-light.ph-pulse:before{content:""}.ph-light.ph-activity:before{content:""}.ph-light.ph-push-pin:before{content:""}.ph-light.ph-push-pin-simple:before{content:""}.ph-light.ph-push-pin-simple-slash:before{content:""}.ph-light.ph-push-pin-slash:before{content:""}.ph-light.ph-puzzle-piece:before{content:""}.ph-light.ph-qr-code:before{content:""}.ph-light.ph-question:before{content:""}.ph-light.ph-question-mark:before{content:""}.ph-light.ph-queue:before{content:""}.ph-light.ph-quotes:before{content:""}.ph-light.ph-rabbit:before{content:""}.ph-light.ph-racquet:before{content:""}.ph-light.ph-radical:before{content:""}.ph-light.ph-radio:before{content:""}.ph-light.ph-radio-button:before{content:""}.ph-light.ph-radioactive:before{content:""}.ph-light.ph-rainbow:before{content:""}.ph-light.ph-rainbow-cloud:before{content:""}.ph-light.ph-ranking:before{content:""}.ph-light.ph-read-cv-logo:before{content:""}.ph-light.ph-receipt:before{content:""}.ph-light.ph-receipt-x:before{content:""}.ph-light.ph-record:before{content:""}.ph-light.ph-rectangle:before{content:""}.ph-light.ph-rectangle-dashed:before{content:""}.ph-light.ph-recycle:before{content:""}.ph-light.ph-reddit-logo:before{content:""}.ph-light.ph-repeat:before{content:""}.ph-light.ph-repeat-once:before{content:""}.ph-light.ph-replit-logo:before{content:""}.ph-light.ph-resize:before{content:""}.ph-light.ph-rewind:before{content:""}.ph-light.ph-rewind-circle:before{content:""}.ph-light.ph-road-horizon:before{content:""}.ph-light.ph-robot:before{content:""}.ph-light.ph-rocket:before{content:""}.ph-light.ph-rocket-launch:before{content:""}.ph-light.ph-rows:before{content:""}.ph-light.ph-rows-plus-bottom:before{content:""}.ph-light.ph-rows-plus-top:before{content:""}.ph-light.ph-rss:before{content:""}.ph-light.ph-rss-simple:before{content:""}.ph-light.ph-rug:before{content:""}.ph-light.ph-ruler:before{content:""}.ph-light.ph-sailboat:before{content:""}.ph-light.ph-scales:before{content:""}.ph-light.ph-scan:before{content:""}.ph-light.ph-scan-smiley:before{content:""}.ph-light.ph-scissors:before{content:""}.ph-light.ph-scooter:before{content:""}.ph-light.ph-screencast:before{content:""}.ph-light.ph-screwdriver:before{content:""}.ph-light.ph-scribble:before{content:""}.ph-light.ph-scribble-loop:before{content:""}.ph-light.ph-scroll:before{content:""}.ph-light.ph-seal:before{content:""}.ph-light.ph-circle-wavy:before{content:""}.ph-light.ph-seal-check:before{content:""}.ph-light.ph-circle-wavy-check:before{content:""}.ph-light.ph-seal-percent:before{content:""}.ph-light.ph-seal-question:before{content:""}.ph-light.ph-circle-wavy-question:before{content:""}.ph-light.ph-seal-warning:before{content:""}.ph-light.ph-circle-wavy-warning:before{content:""}.ph-light.ph-seat:before{content:""}.ph-light.ph-seatbelt:before{content:""}.ph-light.ph-security-camera:before{content:""}.ph-light.ph-selection:before{content:""}.ph-light.ph-selection-all:before{content:""}.ph-light.ph-selection-background:before{content:""}.ph-light.ph-selection-foreground:before{content:""}.ph-light.ph-selection-inverse:before{content:""}.ph-light.ph-selection-plus:before{content:""}.ph-light.ph-selection-slash:before{content:""}.ph-light.ph-shapes:before{content:""}.ph-light.ph-share:before{content:""}.ph-light.ph-share-fat:before{content:""}.ph-light.ph-share-network:before{content:""}.ph-light.ph-shield:before{content:""}.ph-light.ph-shield-check:before{content:""}.ph-light.ph-shield-checkered:before{content:""}.ph-light.ph-shield-chevron:before{content:""}.ph-light.ph-shield-plus:before{content:""}.ph-light.ph-shield-slash:before{content:""}.ph-light.ph-shield-star:before{content:""}.ph-light.ph-shield-warning:before{content:""}.ph-light.ph-shipping-container:before{content:""}.ph-light.ph-shirt-folded:before{content:""}.ph-light.ph-shooting-star:before{content:""}.ph-light.ph-shopping-bag:before{content:""}.ph-light.ph-shopping-bag-open:before{content:""}.ph-light.ph-shopping-cart:before{content:""}.ph-light.ph-shopping-cart-simple:before{content:""}.ph-light.ph-shovel:before{content:""}.ph-light.ph-shower:before{content:""}.ph-light.ph-shrimp:before{content:""}.ph-light.ph-shuffle:before{content:""}.ph-light.ph-shuffle-angular:before{content:""}.ph-light.ph-shuffle-simple:before{content:""}.ph-light.ph-sidebar:before{content:""}.ph-light.ph-sidebar-simple:before{content:""}.ph-light.ph-sigma:before{content:""}.ph-light.ph-sign-in:before{content:""}.ph-light.ph-sign-out:before{content:""}.ph-light.ph-signature:before{content:""}.ph-light.ph-signpost:before{content:""}.ph-light.ph-sim-card:before{content:""}.ph-light.ph-siren:before{content:""}.ph-light.ph-sketch-logo:before{content:""}.ph-light.ph-skip-back:before{content:""}.ph-light.ph-skip-back-circle:before{content:""}.ph-light.ph-skip-forward:before{content:""}.ph-light.ph-skip-forward-circle:before{content:""}.ph-light.ph-skull:before{content:""}.ph-light.ph-skype-logo:before{content:""}.ph-light.ph-slack-logo:before{content:""}.ph-light.ph-sliders:before{content:""}.ph-light.ph-sliders-horizontal:before{content:""}.ph-light.ph-slideshow:before{content:""}.ph-light.ph-smiley:before{content:""}.ph-light.ph-smiley-angry:before{content:""}.ph-light.ph-smiley-blank:before{content:""}.ph-light.ph-smiley-meh:before{content:""}.ph-light.ph-smiley-melting:before{content:""}.ph-light.ph-smiley-nervous:before{content:""}.ph-light.ph-smiley-sad:before{content:""}.ph-light.ph-smiley-sticker:before{content:""}.ph-light.ph-smiley-wink:before{content:""}.ph-light.ph-smiley-x-eyes:before{content:""}.ph-light.ph-snapchat-logo:before{content:""}.ph-light.ph-sneaker:before{content:""}.ph-light.ph-sneaker-move:before{content:""}.ph-light.ph-snowflake:before{content:""}.ph-light.ph-soccer-ball:before{content:""}.ph-light.ph-sock:before{content:""}.ph-light.ph-solar-panel:before{content:""}.ph-light.ph-solar-roof:before{content:""}.ph-light.ph-sort-ascending:before{content:""}.ph-light.ph-sort-descending:before{content:""}.ph-light.ph-soundcloud-logo:before{content:""}.ph-light.ph-spade:before{content:""}.ph-light.ph-sparkle:before{content:""}.ph-light.ph-speaker-hifi:before{content:""}.ph-light.ph-speaker-high:before{content:""}.ph-light.ph-speaker-low:before{content:""}.ph-light.ph-speaker-none:before{content:""}.ph-light.ph-speaker-simple-high:before{content:""}.ph-light.ph-speaker-simple-low:before{content:""}.ph-light.ph-speaker-simple-none:before{content:""}.ph-light.ph-speaker-simple-slash:before{content:""}.ph-light.ph-speaker-simple-x:before{content:""}.ph-light.ph-speaker-slash:before{content:""}.ph-light.ph-speaker-x:before{content:""}.ph-light.ph-speedometer:before{content:""}.ph-light.ph-sphere:before{content:""}.ph-light.ph-spinner:before{content:""}.ph-light.ph-spinner-ball:before{content:""}.ph-light.ph-spinner-gap:before{content:""}.ph-light.ph-spiral:before{content:""}.ph-light.ph-split-horizontal:before{content:""}.ph-light.ph-split-vertical:before{content:""}.ph-light.ph-spotify-logo:before{content:""}.ph-light.ph-spray-bottle:before{content:""}.ph-light.ph-square:before{content:""}.ph-light.ph-square-half:before{content:""}.ph-light.ph-square-half-bottom:before{content:""}.ph-light.ph-square-logo:before{content:""}.ph-light.ph-square-split-horizontal:before{content:""}.ph-light.ph-square-split-vertical:before{content:""}.ph-light.ph-squares-four:before{content:""}.ph-light.ph-stack:before{content:""}.ph-light.ph-stack-minus:before{content:""}.ph-light.ph-stack-overflow-logo:before{content:""}.ph-light.ph-stack-plus:before{content:""}.ph-light.ph-stack-simple:before{content:""}.ph-light.ph-stairs:before{content:""}.ph-light.ph-stamp:before{content:""}.ph-light.ph-standard-definition:before{content:""}.ph-light.ph-star:before{content:""}.ph-light.ph-star-and-crescent:before{content:""}.ph-light.ph-star-four:before{content:""}.ph-light.ph-star-half:before{content:""}.ph-light.ph-star-of-david:before{content:""}.ph-light.ph-steam-logo:before{content:""}.ph-light.ph-steering-wheel:before{content:""}.ph-light.ph-steps:before{content:""}.ph-light.ph-stethoscope:before{content:""}.ph-light.ph-sticker:before{content:""}.ph-light.ph-stool:before{content:""}.ph-light.ph-stop:before{content:""}.ph-light.ph-stop-circle:before{content:""}.ph-light.ph-storefront:before{content:""}.ph-light.ph-strategy:before{content:""}.ph-light.ph-stripe-logo:before{content:""}.ph-light.ph-student:before{content:""}.ph-light.ph-subset-of:before{content:""}.ph-light.ph-subset-proper-of:before{content:""}.ph-light.ph-subtitles:before{content:""}.ph-light.ph-subtitles-slash:before{content:""}.ph-light.ph-subtract:before{content:""}.ph-light.ph-subtract-square:before{content:""}.ph-light.ph-subway:before{content:""}.ph-light.ph-suitcase:before{content:""}.ph-light.ph-suitcase-rolling:before{content:""}.ph-light.ph-suitcase-simple:before{content:""}.ph-light.ph-sun:before{content:""}.ph-light.ph-sun-dim:before{content:""}.ph-light.ph-sun-horizon:before{content:""}.ph-light.ph-sunglasses:before{content:""}.ph-light.ph-superset-of:before{content:""}.ph-light.ph-superset-proper-of:before{content:""}.ph-light.ph-swap:before{content:""}.ph-light.ph-swatches:before{content:""}.ph-light.ph-swimming-pool:before{content:""}.ph-light.ph-sword:before{content:""}.ph-light.ph-synagogue:before{content:""}.ph-light.ph-syringe:before{content:""}.ph-light.ph-t-shirt:before{content:""}.ph-light.ph-table:before{content:""}.ph-light.ph-tabs:before{content:""}.ph-light.ph-tag:before{content:""}.ph-light.ph-tag-chevron:before{content:""}.ph-light.ph-tag-simple:before{content:""}.ph-light.ph-target:before{content:""}.ph-light.ph-taxi:before{content:""}.ph-light.ph-tea-bag:before{content:""}.ph-light.ph-telegram-logo:before{content:""}.ph-light.ph-television:before{content:""}.ph-light.ph-television-simple:before{content:""}.ph-light.ph-tennis-ball:before{content:""}.ph-light.ph-tent:before{content:""}.ph-light.ph-terminal:before{content:""}.ph-light.ph-terminal-window:before{content:""}.ph-light.ph-test-tube:before{content:""}.ph-light.ph-text-a-underline:before{content:""}.ph-light.ph-text-aa:before{content:""}.ph-light.ph-text-align-center:before{content:""}.ph-light.ph-text-align-justify:before{content:""}.ph-light.ph-text-align-left:before{content:""}.ph-light.ph-text-align-right:before{content:""}.ph-light.ph-text-b:before{content:""}.ph-light.ph-text-bolder:before{content:""}.ph-light.ph-text-columns:before{content:""}.ph-light.ph-text-h:before{content:""}.ph-light.ph-text-h-five:before{content:""}.ph-light.ph-text-h-four:before{content:""}.ph-light.ph-text-h-one:before{content:""}.ph-light.ph-text-h-six:before{content:""}.ph-light.ph-text-h-three:before{content:""}.ph-light.ph-text-h-two:before{content:""}.ph-light.ph-text-indent:before{content:""}.ph-light.ph-text-italic:before{content:""}.ph-light.ph-text-outdent:before{content:""}.ph-light.ph-text-strikethrough:before{content:""}.ph-light.ph-text-subscript:before{content:""}.ph-light.ph-text-superscript:before{content:""}.ph-light.ph-text-t:before{content:""}.ph-light.ph-text-t-slash:before{content:""}.ph-light.ph-text-underline:before{content:""}.ph-light.ph-textbox:before{content:""}.ph-light.ph-thermometer:before{content:""}.ph-light.ph-thermometer-cold:before{content:""}.ph-light.ph-thermometer-hot:before{content:""}.ph-light.ph-thermometer-simple:before{content:""}.ph-light.ph-threads-logo:before{content:""}.ph-light.ph-three-d:before{content:""}.ph-light.ph-thumbs-down:before{content:""}.ph-light.ph-thumbs-up:before{content:""}.ph-light.ph-ticket:before{content:""}.ph-light.ph-tidal-logo:before{content:""}.ph-light.ph-tiktok-logo:before{content:""}.ph-light.ph-tilde:before{content:""}.ph-light.ph-timer:before{content:""}.ph-light.ph-tip-jar:before{content:""}.ph-light.ph-tipi:before{content:""}.ph-light.ph-tire:before{content:""}.ph-light.ph-toggle-left:before{content:""}.ph-light.ph-toggle-right:before{content:""}.ph-light.ph-toilet:before{content:""}.ph-light.ph-toilet-paper:before{content:""}.ph-light.ph-toolbox:before{content:""}.ph-light.ph-tooth:before{content:""}.ph-light.ph-tornado:before{content:""}.ph-light.ph-tote:before{content:""}.ph-light.ph-tote-simple:before{content:""}.ph-light.ph-towel:before{content:""}.ph-light.ph-tractor:before{content:""}.ph-light.ph-trademark:before{content:""}.ph-light.ph-trademark-registered:before{content:""}.ph-light.ph-traffic-cone:before{content:""}.ph-light.ph-traffic-sign:before{content:""}.ph-light.ph-traffic-signal:before{content:""}.ph-light.ph-train:before{content:""}.ph-light.ph-train-regional:before{content:""}.ph-light.ph-train-simple:before{content:""}.ph-light.ph-tram:before{content:""}.ph-light.ph-translate:before{content:""}.ph-light.ph-trash:before{content:""}.ph-light.ph-trash-simple:before{content:""}.ph-light.ph-tray:before{content:""}.ph-light.ph-tray-arrow-down:before{content:""}.ph-light.ph-archive-tray:before{content:""}.ph-light.ph-tray-arrow-up:before{content:""}.ph-light.ph-treasure-chest:before{content:""}.ph-light.ph-tree:before{content:""}.ph-light.ph-tree-evergreen:before{content:""}.ph-light.ph-tree-palm:before{content:""}.ph-light.ph-tree-structure:before{content:""}.ph-light.ph-tree-view:before{content:""}.ph-light.ph-trend-down:before{content:""}.ph-light.ph-trend-up:before{content:""}.ph-light.ph-triangle:before{content:""}.ph-light.ph-triangle-dashed:before{content:""}.ph-light.ph-trolley:before{content:""}.ph-light.ph-trolley-suitcase:before{content:""}.ph-light.ph-trophy:before{content:""}.ph-light.ph-truck:before{content:""}.ph-light.ph-truck-trailer:before{content:""}.ph-light.ph-tumblr-logo:before{content:""}.ph-light.ph-twitch-logo:before{content:""}.ph-light.ph-twitter-logo:before{content:""}.ph-light.ph-umbrella:before{content:""}.ph-light.ph-umbrella-simple:before{content:""}.ph-light.ph-union:before{content:""}.ph-light.ph-unite:before{content:""}.ph-light.ph-unite-square:before{content:""}.ph-light.ph-upload:before{content:""}.ph-light.ph-upload-simple:before{content:""}.ph-light.ph-usb:before{content:""}.ph-light.ph-user:before{content:""}.ph-light.ph-user-check:before{content:""}.ph-light.ph-user-circle:before{content:""}.ph-light.ph-user-circle-check:before{content:""}.ph-light.ph-user-circle-dashed:before{content:""}.ph-light.ph-user-circle-gear:before{content:""}.ph-light.ph-user-circle-minus:before{content:""}.ph-light.ph-user-circle-plus:before{content:""}.ph-light.ph-user-focus:before{content:""}.ph-light.ph-user-gear:before{content:""}.ph-light.ph-user-list:before{content:""}.ph-light.ph-user-minus:before{content:""}.ph-light.ph-user-plus:before{content:""}.ph-light.ph-user-rectangle:before{content:""}.ph-light.ph-user-sound:before{content:""}.ph-light.ph-user-square:before{content:""}.ph-light.ph-user-switch:before{content:""}.ph-light.ph-users:before{content:""}.ph-light.ph-users-four:before{content:""}.ph-light.ph-users-three:before{content:""}.ph-light.ph-van:before{content:""}.ph-light.ph-vault:before{content:""}.ph-light.ph-vector-three:before{content:""}.ph-light.ph-vector-two:before{content:""}.ph-light.ph-vibrate:before{content:""}.ph-light.ph-video:before{content:""}.ph-light.ph-video-camera:before{content:""}.ph-light.ph-video-camera-slash:before{content:""}.ph-light.ph-video-conference:before{content:""}.ph-light.ph-vignette:before{content:""}.ph-light.ph-vinyl-record:before{content:""}.ph-light.ph-virtual-reality:before{content:""}.ph-light.ph-virus:before{content:""}.ph-light.ph-visor:before{content:""}.ph-light.ph-voicemail:before{content:""}.ph-light.ph-volleyball:before{content:""}.ph-light.ph-wall:before{content:""}.ph-light.ph-wallet:before{content:""}.ph-light.ph-warehouse:before{content:""}.ph-light.ph-warning:before{content:""}.ph-light.ph-warning-circle:before{content:""}.ph-light.ph-warning-diamond:before{content:""}.ph-light.ph-warning-octagon:before{content:""}.ph-light.ph-washing-machine:before{content:""}.ph-light.ph-watch:before{content:""}.ph-light.ph-wave-sawtooth:before{content:""}.ph-light.ph-wave-sine:before{content:""}.ph-light.ph-wave-square:before{content:""}.ph-light.ph-wave-triangle:before{content:""}.ph-light.ph-waveform:before{content:""}.ph-light.ph-waveform-slash:before{content:""}.ph-light.ph-waves:before{content:""}.ph-light.ph-webcam:before{content:""}.ph-light.ph-webcam-slash:before{content:""}.ph-light.ph-webhooks-logo:before{content:""}.ph-light.ph-wechat-logo:before{content:""}.ph-light.ph-whatsapp-logo:before{content:""}.ph-light.ph-wheelchair:before{content:""}.ph-light.ph-wheelchair-motion:before{content:""}.ph-light.ph-wifi-high:before{content:""}.ph-light.ph-wifi-low:before{content:""}.ph-light.ph-wifi-medium:before{content:""}.ph-light.ph-wifi-none:before{content:""}.ph-light.ph-wifi-slash:before{content:""}.ph-light.ph-wifi-x:before{content:""}.ph-light.ph-wind:before{content:""}.ph-light.ph-windmill:before{content:""}.ph-light.ph-windows-logo:before{content:""}.ph-light.ph-wine:before{content:""}.ph-light.ph-wrench:before{content:""}.ph-light.ph-x:before{content:""}.ph-light.ph-x-circle:before{content:""}.ph-light.ph-x-logo:before{content:""}.ph-light.ph-x-square:before{content:""}.ph-light.ph-yarn:before{content:""}.ph-light.ph-yin-yang:before{content:""}.ph-light.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;-moz-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Thin;src:url(/assets/Phosphor-Thin-B2whs1hn.woff2) format("woff2"),url(/assets/Phosphor-Thin-BxCeXJuS.woff) format("woff"),url(/assets/Phosphor-Thin-BrBKnvGm.ttf) format("truetype"),url(/assets/Phosphor-Thin-DAfkCRGU.svg#Phosphor-Thin) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-thin{font-family:Phosphor-Thin!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;-moz-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-thin.ph-acorn:before{content:""}.ph-thin.ph-address-book:before{content:""}.ph-thin.ph-address-book-tabs:before{content:""}.ph-thin.ph-air-traffic-control:before{content:""}.ph-thin.ph-airplane:before{content:""}.ph-thin.ph-airplane-in-flight:before{content:""}.ph-thin.ph-airplane-landing:before{content:""}.ph-thin.ph-airplane-takeoff:before{content:""}.ph-thin.ph-airplane-taxiing:before{content:""}.ph-thin.ph-airplane-tilt:before{content:""}.ph-thin.ph-airplay:before{content:""}.ph-thin.ph-alarm:before{content:""}.ph-thin.ph-alien:before{content:""}.ph-thin.ph-align-bottom:before{content:""}.ph-thin.ph-align-bottom-simple:before{content:""}.ph-thin.ph-align-center-horizontal:before{content:""}.ph-thin.ph-align-center-horizontal-simple:before{content:""}.ph-thin.ph-align-center-vertical:before{content:""}.ph-thin.ph-align-center-vertical-simple:before{content:""}.ph-thin.ph-align-left:before{content:""}.ph-thin.ph-align-left-simple:before{content:""}.ph-thin.ph-align-right:before{content:""}.ph-thin.ph-align-right-simple:before{content:""}.ph-thin.ph-align-top:before{content:""}.ph-thin.ph-align-top-simple:before{content:""}.ph-thin.ph-amazon-logo:before{content:""}.ph-thin.ph-ambulance:before{content:""}.ph-thin.ph-anchor:before{content:""}.ph-thin.ph-anchor-simple:before{content:""}.ph-thin.ph-android-logo:before{content:""}.ph-thin.ph-angle:before{content:""}.ph-thin.ph-angular-logo:before{content:""}.ph-thin.ph-aperture:before{content:""}.ph-thin.ph-app-store-logo:before{content:""}.ph-thin.ph-app-window:before{content:""}.ph-thin.ph-apple-logo:before{content:""}.ph-thin.ph-apple-podcasts-logo:before{content:""}.ph-thin.ph-approximate-equals:before{content:""}.ph-thin.ph-archive:before{content:""}.ph-thin.ph-armchair:before{content:""}.ph-thin.ph-arrow-arc-left:before{content:""}.ph-thin.ph-arrow-arc-right:before{content:""}.ph-thin.ph-arrow-bend-double-up-left:before{content:""}.ph-thin.ph-arrow-bend-double-up-right:before{content:""}.ph-thin.ph-arrow-bend-down-left:before{content:""}.ph-thin.ph-arrow-bend-down-right:before{content:""}.ph-thin.ph-arrow-bend-left-down:before{content:""}.ph-thin.ph-arrow-bend-left-up:before{content:""}.ph-thin.ph-arrow-bend-right-down:before{content:""}.ph-thin.ph-arrow-bend-right-up:before{content:""}.ph-thin.ph-arrow-bend-up-left:before{content:""}.ph-thin.ph-arrow-bend-up-right:before{content:""}.ph-thin.ph-arrow-circle-down:before{content:""}.ph-thin.ph-arrow-circle-down-left:before{content:""}.ph-thin.ph-arrow-circle-down-right:before{content:""}.ph-thin.ph-arrow-circle-left:before{content:""}.ph-thin.ph-arrow-circle-right:before{content:""}.ph-thin.ph-arrow-circle-up:before{content:""}.ph-thin.ph-arrow-circle-up-left:before{content:""}.ph-thin.ph-arrow-circle-up-right:before{content:""}.ph-thin.ph-arrow-clockwise:before{content:""}.ph-thin.ph-arrow-counter-clockwise:before{content:""}.ph-thin.ph-arrow-down:before{content:""}.ph-thin.ph-arrow-down-left:before{content:""}.ph-thin.ph-arrow-down-right:before{content:""}.ph-thin.ph-arrow-elbow-down-left:before{content:""}.ph-thin.ph-arrow-elbow-down-right:before{content:""}.ph-thin.ph-arrow-elbow-left:before{content:""}.ph-thin.ph-arrow-elbow-left-down:before{content:""}.ph-thin.ph-arrow-elbow-left-up:before{content:""}.ph-thin.ph-arrow-elbow-right:before{content:""}.ph-thin.ph-arrow-elbow-right-down:before{content:""}.ph-thin.ph-arrow-elbow-right-up:before{content:""}.ph-thin.ph-arrow-elbow-up-left:before{content:""}.ph-thin.ph-arrow-elbow-up-right:before{content:""}.ph-thin.ph-arrow-fat-down:before{content:""}.ph-thin.ph-arrow-fat-left:before{content:""}.ph-thin.ph-arrow-fat-line-down:before{content:""}.ph-thin.ph-arrow-fat-line-left:before{content:""}.ph-thin.ph-arrow-fat-line-right:before{content:""}.ph-thin.ph-arrow-fat-line-up:before{content:""}.ph-thin.ph-arrow-fat-lines-down:before{content:""}.ph-thin.ph-arrow-fat-lines-left:before{content:""}.ph-thin.ph-arrow-fat-lines-right:before{content:""}.ph-thin.ph-arrow-fat-lines-up:before{content:""}.ph-thin.ph-arrow-fat-right:before{content:""}.ph-thin.ph-arrow-fat-up:before{content:""}.ph-thin.ph-arrow-left:before{content:""}.ph-thin.ph-arrow-line-down:before{content:""}.ph-thin.ph-arrow-line-down-left:before{content:""}.ph-thin.ph-arrow-line-down-right:before{content:""}.ph-thin.ph-arrow-line-left:before{content:""}.ph-thin.ph-arrow-line-right:before{content:""}.ph-thin.ph-arrow-line-up:before{content:""}.ph-thin.ph-arrow-line-up-left:before{content:""}.ph-thin.ph-arrow-line-up-right:before{content:""}.ph-thin.ph-arrow-right:before{content:""}.ph-thin.ph-arrow-square-down:before{content:""}.ph-thin.ph-arrow-square-down-left:before{content:""}.ph-thin.ph-arrow-square-down-right:before{content:""}.ph-thin.ph-arrow-square-in:before{content:""}.ph-thin.ph-arrow-square-left:before{content:""}.ph-thin.ph-arrow-square-out:before{content:""}.ph-thin.ph-arrow-square-right:before{content:""}.ph-thin.ph-arrow-square-up:before{content:""}.ph-thin.ph-arrow-square-up-left:before{content:""}.ph-thin.ph-arrow-square-up-right:before{content:""}.ph-thin.ph-arrow-u-down-left:before{content:""}.ph-thin.ph-arrow-u-down-right:before{content:""}.ph-thin.ph-arrow-u-left-down:before{content:""}.ph-thin.ph-arrow-u-left-up:before{content:""}.ph-thin.ph-arrow-u-right-down:before{content:""}.ph-thin.ph-arrow-u-right-up:before{content:""}.ph-thin.ph-arrow-u-up-left:before{content:""}.ph-thin.ph-arrow-u-up-right:before{content:""}.ph-thin.ph-arrow-up:before{content:""}.ph-thin.ph-arrow-up-left:before{content:""}.ph-thin.ph-arrow-up-right:before{content:""}.ph-thin.ph-arrows-clockwise:before{content:""}.ph-thin.ph-arrows-counter-clockwise:before{content:""}.ph-thin.ph-arrows-down-up:before{content:""}.ph-thin.ph-arrows-horizontal:before{content:""}.ph-thin.ph-arrows-in:before{content:""}.ph-thin.ph-arrows-in-cardinal:before{content:""}.ph-thin.ph-arrows-in-line-horizontal:before{content:""}.ph-thin.ph-arrows-in-line-vertical:before{content:""}.ph-thin.ph-arrows-in-simple:before{content:""}.ph-thin.ph-arrows-left-right:before{content:""}.ph-thin.ph-arrows-merge:before{content:""}.ph-thin.ph-arrows-out:before{content:""}.ph-thin.ph-arrows-out-cardinal:before{content:""}.ph-thin.ph-arrows-out-line-horizontal:before{content:""}.ph-thin.ph-arrows-out-line-vertical:before{content:""}.ph-thin.ph-arrows-out-simple:before{content:""}.ph-thin.ph-arrows-split:before{content:""}.ph-thin.ph-arrows-vertical:before{content:""}.ph-thin.ph-article:before{content:""}.ph-thin.ph-article-medium:before{content:""}.ph-thin.ph-article-ny-times:before{content:""}.ph-thin.ph-asclepius:before{content:""}.ph-thin.ph-caduceus:before{content:""}.ph-thin.ph-asterisk:before{content:""}.ph-thin.ph-asterisk-simple:before{content:""}.ph-thin.ph-at:before{content:""}.ph-thin.ph-atom:before{content:""}.ph-thin.ph-avocado:before{content:""}.ph-thin.ph-axe:before{content:""}.ph-thin.ph-baby:before{content:""}.ph-thin.ph-baby-carriage:before{content:""}.ph-thin.ph-backpack:before{content:""}.ph-thin.ph-backspace:before{content:""}.ph-thin.ph-bag:before{content:""}.ph-thin.ph-bag-simple:before{content:""}.ph-thin.ph-balloon:before{content:""}.ph-thin.ph-bandaids:before{content:""}.ph-thin.ph-bank:before{content:""}.ph-thin.ph-barbell:before{content:""}.ph-thin.ph-barcode:before{content:""}.ph-thin.ph-barn:before{content:""}.ph-thin.ph-barricade:before{content:""}.ph-thin.ph-baseball:before{content:""}.ph-thin.ph-baseball-cap:before{content:""}.ph-thin.ph-baseball-helmet:before{content:""}.ph-thin.ph-basket:before{content:""}.ph-thin.ph-basketball:before{content:""}.ph-thin.ph-bathtub:before{content:""}.ph-thin.ph-battery-charging:before{content:""}.ph-thin.ph-battery-charging-vertical:before{content:""}.ph-thin.ph-battery-empty:before{content:""}.ph-thin.ph-battery-full:before{content:""}.ph-thin.ph-battery-high:before{content:""}.ph-thin.ph-battery-low:before{content:""}.ph-thin.ph-battery-medium:before{content:""}.ph-thin.ph-battery-plus:before{content:""}.ph-thin.ph-battery-plus-vertical:before{content:""}.ph-thin.ph-battery-vertical-empty:before{content:""}.ph-thin.ph-battery-vertical-full:before{content:""}.ph-thin.ph-battery-vertical-high:before{content:""}.ph-thin.ph-battery-vertical-low:before{content:""}.ph-thin.ph-battery-vertical-medium:before{content:""}.ph-thin.ph-battery-warning:before{content:""}.ph-thin.ph-battery-warning-vertical:before{content:""}.ph-thin.ph-beach-ball:before{content:""}.ph-thin.ph-beanie:before{content:""}.ph-thin.ph-bed:before{content:""}.ph-thin.ph-beer-bottle:before{content:""}.ph-thin.ph-beer-stein:before{content:""}.ph-thin.ph-behance-logo:before{content:""}.ph-thin.ph-bell:before{content:""}.ph-thin.ph-bell-ringing:before{content:""}.ph-thin.ph-bell-simple:before{content:""}.ph-thin.ph-bell-simple-ringing:before{content:""}.ph-thin.ph-bell-simple-slash:before{content:""}.ph-thin.ph-bell-simple-z:before{content:""}.ph-thin.ph-bell-slash:before{content:""}.ph-thin.ph-bell-z:before{content:""}.ph-thin.ph-belt:before{content:""}.ph-thin.ph-bezier-curve:before{content:""}.ph-thin.ph-bicycle:before{content:""}.ph-thin.ph-binary:before{content:""}.ph-thin.ph-binoculars:before{content:""}.ph-thin.ph-biohazard:before{content:""}.ph-thin.ph-bird:before{content:""}.ph-thin.ph-blueprint:before{content:""}.ph-thin.ph-bluetooth:before{content:""}.ph-thin.ph-bluetooth-connected:before{content:""}.ph-thin.ph-bluetooth-slash:before{content:""}.ph-thin.ph-bluetooth-x:before{content:""}.ph-thin.ph-boat:before{content:""}.ph-thin.ph-bomb:before{content:""}.ph-thin.ph-bone:before{content:""}.ph-thin.ph-book:before{content:""}.ph-thin.ph-book-bookmark:before{content:""}.ph-thin.ph-book-open:before{content:""}.ph-thin.ph-book-open-text:before{content:""}.ph-thin.ph-book-open-user:before{content:""}.ph-thin.ph-bookmark:before{content:""}.ph-thin.ph-bookmark-simple:before{content:""}.ph-thin.ph-bookmarks:before{content:""}.ph-thin.ph-bookmarks-simple:before{content:""}.ph-thin.ph-books:before{content:""}.ph-thin.ph-boot:before{content:""}.ph-thin.ph-boules:before{content:""}.ph-thin.ph-bounding-box:before{content:""}.ph-thin.ph-bowl-food:before{content:""}.ph-thin.ph-bowl-steam:before{content:""}.ph-thin.ph-bowling-ball:before{content:""}.ph-thin.ph-box-arrow-down:before{content:""}.ph-thin.ph-archive-box:before{content:""}.ph-thin.ph-box-arrow-up:before{content:""}.ph-thin.ph-boxing-glove:before{content:""}.ph-thin.ph-brackets-angle:before{content:""}.ph-thin.ph-brackets-curly:before{content:""}.ph-thin.ph-brackets-round:before{content:""}.ph-thin.ph-brackets-square:before{content:""}.ph-thin.ph-brain:before{content:""}.ph-thin.ph-brandy:before{content:""}.ph-thin.ph-bread:before{content:""}.ph-thin.ph-bridge:before{content:""}.ph-thin.ph-briefcase:before{content:""}.ph-thin.ph-briefcase-metal:before{content:""}.ph-thin.ph-broadcast:before{content:""}.ph-thin.ph-broom:before{content:""}.ph-thin.ph-browser:before{content:""}.ph-thin.ph-browsers:before{content:""}.ph-thin.ph-bug:before{content:""}.ph-thin.ph-bug-beetle:before{content:""}.ph-thin.ph-bug-droid:before{content:""}.ph-thin.ph-building:before{content:""}.ph-thin.ph-building-apartment:before{content:""}.ph-thin.ph-building-office:before{content:""}.ph-thin.ph-buildings:before{content:""}.ph-thin.ph-bulldozer:before{content:""}.ph-thin.ph-bus:before{content:""}.ph-thin.ph-butterfly:before{content:""}.ph-thin.ph-cable-car:before{content:""}.ph-thin.ph-cactus:before{content:""}.ph-thin.ph-cake:before{content:""}.ph-thin.ph-calculator:before{content:""}.ph-thin.ph-calendar:before{content:""}.ph-thin.ph-calendar-blank:before{content:""}.ph-thin.ph-calendar-check:before{content:""}.ph-thin.ph-calendar-dot:before{content:""}.ph-thin.ph-calendar-dots:before{content:""}.ph-thin.ph-calendar-heart:before{content:""}.ph-thin.ph-calendar-minus:before{content:""}.ph-thin.ph-calendar-plus:before{content:""}.ph-thin.ph-calendar-slash:before{content:""}.ph-thin.ph-calendar-star:before{content:""}.ph-thin.ph-calendar-x:before{content:""}.ph-thin.ph-call-bell:before{content:""}.ph-thin.ph-camera:before{content:""}.ph-thin.ph-camera-plus:before{content:""}.ph-thin.ph-camera-rotate:before{content:""}.ph-thin.ph-camera-slash:before{content:""}.ph-thin.ph-campfire:before{content:""}.ph-thin.ph-car:before{content:""}.ph-thin.ph-car-battery:before{content:""}.ph-thin.ph-car-profile:before{content:""}.ph-thin.ph-car-simple:before{content:""}.ph-thin.ph-cardholder:before{content:""}.ph-thin.ph-cards:before{content:""}.ph-thin.ph-cards-three:before{content:""}.ph-thin.ph-caret-circle-double-down:before{content:""}.ph-thin.ph-caret-circle-double-left:before{content:""}.ph-thin.ph-caret-circle-double-right:before{content:""}.ph-thin.ph-caret-circle-double-up:before{content:""}.ph-thin.ph-caret-circle-down:before{content:""}.ph-thin.ph-caret-circle-left:before{content:""}.ph-thin.ph-caret-circle-right:before{content:""}.ph-thin.ph-caret-circle-up:before{content:""}.ph-thin.ph-caret-circle-up-down:before{content:""}.ph-thin.ph-caret-double-down:before{content:""}.ph-thin.ph-caret-double-left:before{content:""}.ph-thin.ph-caret-double-right:before{content:""}.ph-thin.ph-caret-double-up:before{content:""}.ph-thin.ph-caret-down:before{content:""}.ph-thin.ph-caret-left:before{content:""}.ph-thin.ph-caret-line-down:before{content:""}.ph-thin.ph-caret-line-left:before{content:""}.ph-thin.ph-caret-line-right:before{content:""}.ph-thin.ph-caret-line-up:before{content:""}.ph-thin.ph-caret-right:before{content:""}.ph-thin.ph-caret-up:before{content:""}.ph-thin.ph-caret-up-down:before{content:""}.ph-thin.ph-carrot:before{content:""}.ph-thin.ph-cash-register:before{content:""}.ph-thin.ph-cassette-tape:before{content:""}.ph-thin.ph-castle-turret:before{content:""}.ph-thin.ph-cat:before{content:""}.ph-thin.ph-cell-signal-full:before{content:""}.ph-thin.ph-cell-signal-high:before{content:""}.ph-thin.ph-cell-signal-low:before{content:""}.ph-thin.ph-cell-signal-medium:before{content:""}.ph-thin.ph-cell-signal-none:before{content:""}.ph-thin.ph-cell-signal-slash:before{content:""}.ph-thin.ph-cell-signal-x:before{content:""}.ph-thin.ph-cell-tower:before{content:""}.ph-thin.ph-certificate:before{content:""}.ph-thin.ph-chair:before{content:""}.ph-thin.ph-chalkboard:before{content:""}.ph-thin.ph-chalkboard-simple:before{content:""}.ph-thin.ph-chalkboard-teacher:before{content:""}.ph-thin.ph-champagne:before{content:""}.ph-thin.ph-charging-station:before{content:""}.ph-thin.ph-chart-bar:before{content:""}.ph-thin.ph-chart-bar-horizontal:before{content:""}.ph-thin.ph-chart-donut:before{content:""}.ph-thin.ph-chart-line:before{content:""}.ph-thin.ph-chart-line-down:before{content:""}.ph-thin.ph-chart-line-up:before{content:""}.ph-thin.ph-chart-pie:before{content:""}.ph-thin.ph-chart-pie-slice:before{content:""}.ph-thin.ph-chart-polar:before{content:""}.ph-thin.ph-chart-scatter:before{content:""}.ph-thin.ph-chat:before{content:""}.ph-thin.ph-chat-centered:before{content:""}.ph-thin.ph-chat-centered-dots:before{content:""}.ph-thin.ph-chat-centered-slash:before{content:""}.ph-thin.ph-chat-centered-text:before{content:""}.ph-thin.ph-chat-circle:before{content:""}.ph-thin.ph-chat-circle-dots:before{content:""}.ph-thin.ph-chat-circle-slash:before{content:""}.ph-thin.ph-chat-circle-text:before{content:""}.ph-thin.ph-chat-dots:before{content:""}.ph-thin.ph-chat-slash:before{content:""}.ph-thin.ph-chat-teardrop:before{content:""}.ph-thin.ph-chat-teardrop-dots:before{content:""}.ph-thin.ph-chat-teardrop-slash:before{content:""}.ph-thin.ph-chat-teardrop-text:before{content:""}.ph-thin.ph-chat-text:before{content:""}.ph-thin.ph-chats:before{content:""}.ph-thin.ph-chats-circle:before{content:""}.ph-thin.ph-chats-teardrop:before{content:""}.ph-thin.ph-check:before{content:""}.ph-thin.ph-check-circle:before{content:""}.ph-thin.ph-check-fat:before{content:""}.ph-thin.ph-check-square:before{content:""}.ph-thin.ph-check-square-offset:before{content:""}.ph-thin.ph-checkerboard:before{content:""}.ph-thin.ph-checks:before{content:""}.ph-thin.ph-cheers:before{content:""}.ph-thin.ph-cheese:before{content:""}.ph-thin.ph-chef-hat:before{content:""}.ph-thin.ph-cherries:before{content:""}.ph-thin.ph-church:before{content:""}.ph-thin.ph-cigarette:before{content:""}.ph-thin.ph-cigarette-slash:before{content:""}.ph-thin.ph-circle:before{content:""}.ph-thin.ph-circle-dashed:before{content:""}.ph-thin.ph-circle-half:before{content:""}.ph-thin.ph-circle-half-tilt:before{content:""}.ph-thin.ph-circle-notch:before{content:""}.ph-thin.ph-circles-four:before{content:""}.ph-thin.ph-circles-three:before{content:""}.ph-thin.ph-circles-three-plus:before{content:""}.ph-thin.ph-circuitry:before{content:""}.ph-thin.ph-city:before{content:""}.ph-thin.ph-clipboard:before{content:""}.ph-thin.ph-clipboard-text:before{content:""}.ph-thin.ph-clock:before{content:""}.ph-thin.ph-clock-afternoon:before{content:""}.ph-thin.ph-clock-clockwise:before{content:""}.ph-thin.ph-clock-countdown:before{content:""}.ph-thin.ph-clock-counter-clockwise:before{content:""}.ph-thin.ph-clock-user:before{content:""}.ph-thin.ph-closed-captioning:before{content:""}.ph-thin.ph-cloud:before{content:""}.ph-thin.ph-cloud-arrow-down:before{content:""}.ph-thin.ph-cloud-arrow-up:before{content:""}.ph-thin.ph-cloud-check:before{content:""}.ph-thin.ph-cloud-fog:before{content:""}.ph-thin.ph-cloud-lightning:before{content:""}.ph-thin.ph-cloud-moon:before{content:""}.ph-thin.ph-cloud-rain:before{content:""}.ph-thin.ph-cloud-slash:before{content:""}.ph-thin.ph-cloud-snow:before{content:""}.ph-thin.ph-cloud-sun:before{content:""}.ph-thin.ph-cloud-warning:before{content:""}.ph-thin.ph-cloud-x:before{content:""}.ph-thin.ph-clover:before{content:""}.ph-thin.ph-club:before{content:""}.ph-thin.ph-coat-hanger:before{content:""}.ph-thin.ph-coda-logo:before{content:""}.ph-thin.ph-code:before{content:""}.ph-thin.ph-code-block:before{content:""}.ph-thin.ph-code-simple:before{content:""}.ph-thin.ph-codepen-logo:before{content:""}.ph-thin.ph-codesandbox-logo:before{content:""}.ph-thin.ph-coffee:before{content:""}.ph-thin.ph-coffee-bean:before{content:""}.ph-thin.ph-coin:before{content:""}.ph-thin.ph-coin-vertical:before{content:""}.ph-thin.ph-coins:before{content:""}.ph-thin.ph-columns:before{content:""}.ph-thin.ph-columns-plus-left:before{content:""}.ph-thin.ph-columns-plus-right:before{content:""}.ph-thin.ph-command:before{content:""}.ph-thin.ph-compass:before{content:""}.ph-thin.ph-compass-rose:before{content:""}.ph-thin.ph-compass-tool:before{content:""}.ph-thin.ph-computer-tower:before{content:""}.ph-thin.ph-confetti:before{content:""}.ph-thin.ph-contactless-payment:before{content:""}.ph-thin.ph-control:before{content:""}.ph-thin.ph-cookie:before{content:""}.ph-thin.ph-cooking-pot:before{content:""}.ph-thin.ph-copy:before{content:""}.ph-thin.ph-copy-simple:before{content:""}.ph-thin.ph-copyleft:before{content:""}.ph-thin.ph-copyright:before{content:""}.ph-thin.ph-corners-in:before{content:""}.ph-thin.ph-corners-out:before{content:""}.ph-thin.ph-couch:before{content:""}.ph-thin.ph-court-basketball:before{content:""}.ph-thin.ph-cow:before{content:""}.ph-thin.ph-cowboy-hat:before{content:""}.ph-thin.ph-cpu:before{content:""}.ph-thin.ph-crane:before{content:""}.ph-thin.ph-crane-tower:before{content:""}.ph-thin.ph-credit-card:before{content:""}.ph-thin.ph-cricket:before{content:""}.ph-thin.ph-crop:before{content:""}.ph-thin.ph-cross:before{content:""}.ph-thin.ph-crosshair:before{content:""}.ph-thin.ph-crosshair-simple:before{content:""}.ph-thin.ph-crown:before{content:""}.ph-thin.ph-crown-cross:before{content:""}.ph-thin.ph-crown-simple:before{content:""}.ph-thin.ph-cube:before{content:""}.ph-thin.ph-cube-focus:before{content:""}.ph-thin.ph-cube-transparent:before{content:""}.ph-thin.ph-currency-btc:before{content:""}.ph-thin.ph-currency-circle-dollar:before{content:""}.ph-thin.ph-currency-cny:before{content:""}.ph-thin.ph-currency-dollar:before{content:""}.ph-thin.ph-currency-dollar-simple:before{content:""}.ph-thin.ph-currency-eth:before{content:""}.ph-thin.ph-currency-eur:before{content:""}.ph-thin.ph-currency-gbp:before{content:""}.ph-thin.ph-currency-inr:before{content:""}.ph-thin.ph-currency-jpy:before{content:""}.ph-thin.ph-currency-krw:before{content:""}.ph-thin.ph-currency-kzt:before{content:""}.ph-thin.ph-currency-ngn:before{content:""}.ph-thin.ph-currency-rub:before{content:""}.ph-thin.ph-cursor:before{content:""}.ph-thin.ph-cursor-click:before{content:""}.ph-thin.ph-cursor-text:before{content:""}.ph-thin.ph-cylinder:before{content:""}.ph-thin.ph-database:before{content:""}.ph-thin.ph-desk:before{content:""}.ph-thin.ph-desktop:before{content:""}.ph-thin.ph-desktop-tower:before{content:""}.ph-thin.ph-detective:before{content:""}.ph-thin.ph-dev-to-logo:before{content:""}.ph-thin.ph-device-mobile:before{content:""}.ph-thin.ph-device-mobile-camera:before{content:""}.ph-thin.ph-device-mobile-slash:before{content:""}.ph-thin.ph-device-mobile-speaker:before{content:""}.ph-thin.ph-device-rotate:before{content:""}.ph-thin.ph-device-tablet:before{content:""}.ph-thin.ph-device-tablet-camera:before{content:""}.ph-thin.ph-device-tablet-speaker:before{content:""}.ph-thin.ph-devices:before{content:""}.ph-thin.ph-diamond:before{content:""}.ph-thin.ph-diamonds-four:before{content:""}.ph-thin.ph-dice-five:before{content:""}.ph-thin.ph-dice-four:before{content:""}.ph-thin.ph-dice-one:before{content:""}.ph-thin.ph-dice-six:before{content:""}.ph-thin.ph-dice-three:before{content:""}.ph-thin.ph-dice-two:before{content:""}.ph-thin.ph-disc:before{content:""}.ph-thin.ph-disco-ball:before{content:""}.ph-thin.ph-discord-logo:before{content:""}.ph-thin.ph-divide:before{content:""}.ph-thin.ph-dna:before{content:""}.ph-thin.ph-dog:before{content:""}.ph-thin.ph-door:before{content:""}.ph-thin.ph-door-open:before{content:""}.ph-thin.ph-dot:before{content:""}.ph-thin.ph-dot-outline:before{content:""}.ph-thin.ph-dots-nine:before{content:""}.ph-thin.ph-dots-six:before{content:""}.ph-thin.ph-dots-six-vertical:before{content:""}.ph-thin.ph-dots-three:before{content:""}.ph-thin.ph-dots-three-circle:before{content:""}.ph-thin.ph-dots-three-circle-vertical:before{content:""}.ph-thin.ph-dots-three-outline:before{content:""}.ph-thin.ph-dots-three-outline-vertical:before{content:""}.ph-thin.ph-dots-three-vertical:before{content:""}.ph-thin.ph-download:before{content:""}.ph-thin.ph-download-simple:before{content:""}.ph-thin.ph-dress:before{content:""}.ph-thin.ph-dresser:before{content:""}.ph-thin.ph-dribbble-logo:before{content:""}.ph-thin.ph-drone:before{content:""}.ph-thin.ph-drop:before{content:""}.ph-thin.ph-drop-half:before{content:""}.ph-thin.ph-drop-half-bottom:before{content:""}.ph-thin.ph-drop-simple:before{content:""}.ph-thin.ph-drop-slash:before{content:""}.ph-thin.ph-dropbox-logo:before{content:""}.ph-thin.ph-ear:before{content:""}.ph-thin.ph-ear-slash:before{content:""}.ph-thin.ph-egg:before{content:""}.ph-thin.ph-egg-crack:before{content:""}.ph-thin.ph-eject:before{content:""}.ph-thin.ph-eject-simple:before{content:""}.ph-thin.ph-elevator:before{content:""}.ph-thin.ph-empty:before{content:""}.ph-thin.ph-engine:before{content:""}.ph-thin.ph-envelope:before{content:""}.ph-thin.ph-envelope-open:before{content:""}.ph-thin.ph-envelope-simple:before{content:""}.ph-thin.ph-envelope-simple-open:before{content:""}.ph-thin.ph-equalizer:before{content:""}.ph-thin.ph-equals:before{content:""}.ph-thin.ph-eraser:before{content:""}.ph-thin.ph-escalator-down:before{content:""}.ph-thin.ph-escalator-up:before{content:""}.ph-thin.ph-exam:before{content:""}.ph-thin.ph-exclamation-mark:before{content:""}.ph-thin.ph-exclude:before{content:""}.ph-thin.ph-exclude-square:before{content:""}.ph-thin.ph-export:before{content:""}.ph-thin.ph-eye:before{content:""}.ph-thin.ph-eye-closed:before{content:""}.ph-thin.ph-eye-slash:before{content:""}.ph-thin.ph-eyedropper:before{content:""}.ph-thin.ph-eyedropper-sample:before{content:""}.ph-thin.ph-eyeglasses:before{content:""}.ph-thin.ph-eyes:before{content:""}.ph-thin.ph-face-mask:before{content:""}.ph-thin.ph-facebook-logo:before{content:""}.ph-thin.ph-factory:before{content:""}.ph-thin.ph-faders:before{content:""}.ph-thin.ph-faders-horizontal:before{content:""}.ph-thin.ph-fallout-shelter:before{content:""}.ph-thin.ph-fan:before{content:""}.ph-thin.ph-farm:before{content:""}.ph-thin.ph-fast-forward:before{content:""}.ph-thin.ph-fast-forward-circle:before{content:""}.ph-thin.ph-feather:before{content:""}.ph-thin.ph-fediverse-logo:before{content:""}.ph-thin.ph-figma-logo:before{content:""}.ph-thin.ph-file:before{content:""}.ph-thin.ph-file-archive:before{content:""}.ph-thin.ph-file-arrow-down:before{content:""}.ph-thin.ph-file-arrow-up:before{content:""}.ph-thin.ph-file-audio:before{content:""}.ph-thin.ph-file-c:before{content:""}.ph-thin.ph-file-c-sharp:before{content:""}.ph-thin.ph-file-cloud:before{content:""}.ph-thin.ph-file-code:before{content:""}.ph-thin.ph-file-cpp:before{content:""}.ph-thin.ph-file-css:before{content:""}.ph-thin.ph-file-csv:before{content:""}.ph-thin.ph-file-dashed:before{content:""}.ph-thin.ph-file-dotted:before{content:""}.ph-thin.ph-file-doc:before{content:""}.ph-thin.ph-file-html:before{content:""}.ph-thin.ph-file-image:before{content:""}.ph-thin.ph-file-ini:before{content:""}.ph-thin.ph-file-jpg:before{content:""}.ph-thin.ph-file-js:before{content:""}.ph-thin.ph-file-jsx:before{content:""}.ph-thin.ph-file-lock:before{content:""}.ph-thin.ph-file-magnifying-glass:before{content:""}.ph-thin.ph-file-search:before{content:""}.ph-thin.ph-file-md:before{content:""}.ph-thin.ph-file-minus:before{content:""}.ph-thin.ph-file-pdf:before{content:""}.ph-thin.ph-file-plus:before{content:""}.ph-thin.ph-file-png:before{content:""}.ph-thin.ph-file-ppt:before{content:""}.ph-thin.ph-file-py:before{content:""}.ph-thin.ph-file-rs:before{content:""}.ph-thin.ph-file-sql:before{content:""}.ph-thin.ph-file-svg:before{content:""}.ph-thin.ph-file-text:before{content:""}.ph-thin.ph-file-ts:before{content:""}.ph-thin.ph-file-tsx:before{content:""}.ph-thin.ph-file-txt:before{content:""}.ph-thin.ph-file-video:before{content:""}.ph-thin.ph-file-vue:before{content:""}.ph-thin.ph-file-x:before{content:""}.ph-thin.ph-file-xls:before{content:""}.ph-thin.ph-file-zip:before{content:""}.ph-thin.ph-files:before{content:""}.ph-thin.ph-film-reel:before{content:""}.ph-thin.ph-film-script:before{content:""}.ph-thin.ph-film-slate:before{content:""}.ph-thin.ph-film-strip:before{content:""}.ph-thin.ph-fingerprint:before{content:""}.ph-thin.ph-fingerprint-simple:before{content:""}.ph-thin.ph-finn-the-human:before{content:""}.ph-thin.ph-fire:before{content:""}.ph-thin.ph-fire-extinguisher:before{content:""}.ph-thin.ph-fire-simple:before{content:""}.ph-thin.ph-fire-truck:before{content:""}.ph-thin.ph-first-aid:before{content:""}.ph-thin.ph-first-aid-kit:before{content:""}.ph-thin.ph-fish:before{content:""}.ph-thin.ph-fish-simple:before{content:""}.ph-thin.ph-flag:before{content:""}.ph-thin.ph-flag-banner:before{content:""}.ph-thin.ph-flag-banner-fold:before{content:""}.ph-thin.ph-flag-checkered:before{content:""}.ph-thin.ph-flag-pennant:before{content:""}.ph-thin.ph-flame:before{content:""}.ph-thin.ph-flashlight:before{content:""}.ph-thin.ph-flask:before{content:""}.ph-thin.ph-flip-horizontal:before{content:""}.ph-thin.ph-flip-vertical:before{content:""}.ph-thin.ph-floppy-disk:before{content:""}.ph-thin.ph-floppy-disk-back:before{content:""}.ph-thin.ph-flow-arrow:before{content:""}.ph-thin.ph-flower:before{content:""}.ph-thin.ph-flower-lotus:before{content:""}.ph-thin.ph-flower-tulip:before{content:""}.ph-thin.ph-flying-saucer:before{content:""}.ph-thin.ph-folder:before{content:""}.ph-thin.ph-folder-notch:before{content:""}.ph-thin.ph-folder-dashed:before{content:""}.ph-thin.ph-folder-dotted:before{content:""}.ph-thin.ph-folder-lock:before{content:""}.ph-thin.ph-folder-minus:before{content:""}.ph-thin.ph-folder-notch-minus:before{content:""}.ph-thin.ph-folder-open:before{content:""}.ph-thin.ph-folder-notch-open:before{content:""}.ph-thin.ph-folder-plus:before{content:""}.ph-thin.ph-folder-notch-plus:before{content:""}.ph-thin.ph-folder-simple:before{content:""}.ph-thin.ph-folder-simple-dashed:before{content:""}.ph-thin.ph-folder-simple-dotted:before{content:""}.ph-thin.ph-folder-simple-lock:before{content:""}.ph-thin.ph-folder-simple-minus:before{content:""}.ph-thin.ph-folder-simple-plus:before{content:""}.ph-thin.ph-folder-simple-star:before{content:""}.ph-thin.ph-folder-simple-user:before{content:""}.ph-thin.ph-folder-star:before{content:""}.ph-thin.ph-folder-user:before{content:""}.ph-thin.ph-folders:before{content:""}.ph-thin.ph-football:before{content:""}.ph-thin.ph-football-helmet:before{content:""}.ph-thin.ph-footprints:before{content:""}.ph-thin.ph-fork-knife:before{content:""}.ph-thin.ph-four-k:before{content:""}.ph-thin.ph-frame-corners:before{content:""}.ph-thin.ph-framer-logo:before{content:""}.ph-thin.ph-function:before{content:""}.ph-thin.ph-funnel:before{content:""}.ph-thin.ph-funnel-simple:before{content:""}.ph-thin.ph-funnel-simple-x:before{content:""}.ph-thin.ph-funnel-x:before{content:""}.ph-thin.ph-game-controller:before{content:""}.ph-thin.ph-garage:before{content:""}.ph-thin.ph-gas-can:before{content:""}.ph-thin.ph-gas-pump:before{content:""}.ph-thin.ph-gauge:before{content:""}.ph-thin.ph-gavel:before{content:""}.ph-thin.ph-gear:before{content:""}.ph-thin.ph-gear-fine:before{content:""}.ph-thin.ph-gear-six:before{content:""}.ph-thin.ph-gender-female:before{content:""}.ph-thin.ph-gender-intersex:before{content:""}.ph-thin.ph-gender-male:before{content:""}.ph-thin.ph-gender-neuter:before{content:""}.ph-thin.ph-gender-nonbinary:before{content:""}.ph-thin.ph-gender-transgender:before{content:""}.ph-thin.ph-ghost:before{content:""}.ph-thin.ph-gif:before{content:""}.ph-thin.ph-gift:before{content:""}.ph-thin.ph-git-branch:before{content:""}.ph-thin.ph-git-commit:before{content:""}.ph-thin.ph-git-diff:before{content:""}.ph-thin.ph-git-fork:before{content:""}.ph-thin.ph-git-merge:before{content:""}.ph-thin.ph-git-pull-request:before{content:""}.ph-thin.ph-github-logo:before{content:""}.ph-thin.ph-gitlab-logo:before{content:""}.ph-thin.ph-gitlab-logo-simple:before{content:""}.ph-thin.ph-globe:before{content:""}.ph-thin.ph-globe-hemisphere-east:before{content:""}.ph-thin.ph-globe-hemisphere-west:before{content:""}.ph-thin.ph-globe-simple:before{content:""}.ph-thin.ph-globe-simple-x:before{content:""}.ph-thin.ph-globe-stand:before{content:""}.ph-thin.ph-globe-x:before{content:""}.ph-thin.ph-goggles:before{content:""}.ph-thin.ph-golf:before{content:""}.ph-thin.ph-goodreads-logo:before{content:""}.ph-thin.ph-google-cardboard-logo:before{content:""}.ph-thin.ph-google-chrome-logo:before{content:""}.ph-thin.ph-google-drive-logo:before{content:""}.ph-thin.ph-google-logo:before{content:""}.ph-thin.ph-google-photos-logo:before{content:""}.ph-thin.ph-google-play-logo:before{content:""}.ph-thin.ph-google-podcasts-logo:before{content:""}.ph-thin.ph-gps:before{content:""}.ph-thin.ph-gps-fix:before{content:""}.ph-thin.ph-gps-slash:before{content:""}.ph-thin.ph-gradient:before{content:""}.ph-thin.ph-graduation-cap:before{content:""}.ph-thin.ph-grains:before{content:""}.ph-thin.ph-grains-slash:before{content:""}.ph-thin.ph-graph:before{content:""}.ph-thin.ph-graphics-card:before{content:""}.ph-thin.ph-greater-than:before{content:""}.ph-thin.ph-greater-than-or-equal:before{content:""}.ph-thin.ph-grid-four:before{content:""}.ph-thin.ph-grid-nine:before{content:""}.ph-thin.ph-guitar:before{content:""}.ph-thin.ph-hair-dryer:before{content:""}.ph-thin.ph-hamburger:before{content:""}.ph-thin.ph-hammer:before{content:""}.ph-thin.ph-hand:before{content:""}.ph-thin.ph-hand-arrow-down:before{content:""}.ph-thin.ph-hand-arrow-up:before{content:""}.ph-thin.ph-hand-coins:before{content:""}.ph-thin.ph-hand-deposit:before{content:""}.ph-thin.ph-hand-eye:before{content:""}.ph-thin.ph-hand-fist:before{content:""}.ph-thin.ph-hand-grabbing:before{content:""}.ph-thin.ph-hand-heart:before{content:""}.ph-thin.ph-hand-palm:before{content:""}.ph-thin.ph-hand-peace:before{content:""}.ph-thin.ph-hand-pointing:before{content:""}.ph-thin.ph-hand-soap:before{content:""}.ph-thin.ph-hand-swipe-left:before{content:""}.ph-thin.ph-hand-swipe-right:before{content:""}.ph-thin.ph-hand-tap:before{content:""}.ph-thin.ph-hand-waving:before{content:""}.ph-thin.ph-hand-withdraw:before{content:""}.ph-thin.ph-handbag:before{content:""}.ph-thin.ph-handbag-simple:before{content:""}.ph-thin.ph-hands-clapping:before{content:""}.ph-thin.ph-hands-praying:before{content:""}.ph-thin.ph-handshake:before{content:""}.ph-thin.ph-hard-drive:before{content:""}.ph-thin.ph-hard-drives:before{content:""}.ph-thin.ph-hard-hat:before{content:""}.ph-thin.ph-hash:before{content:""}.ph-thin.ph-hash-straight:before{content:""}.ph-thin.ph-head-circuit:before{content:""}.ph-thin.ph-headlights:before{content:""}.ph-thin.ph-headphones:before{content:""}.ph-thin.ph-headset:before{content:""}.ph-thin.ph-heart:before{content:""}.ph-thin.ph-heart-break:before{content:""}.ph-thin.ph-heart-half:before{content:""}.ph-thin.ph-heart-straight:before{content:""}.ph-thin.ph-heart-straight-break:before{content:""}.ph-thin.ph-heartbeat:before{content:""}.ph-thin.ph-hexagon:before{content:""}.ph-thin.ph-high-definition:before{content:""}.ph-thin.ph-high-heel:before{content:""}.ph-thin.ph-highlighter:before{content:""}.ph-thin.ph-highlighter-circle:before{content:""}.ph-thin.ph-hockey:before{content:""}.ph-thin.ph-hoodie:before{content:""}.ph-thin.ph-horse:before{content:""}.ph-thin.ph-hospital:before{content:""}.ph-thin.ph-hourglass:before{content:""}.ph-thin.ph-hourglass-high:before{content:""}.ph-thin.ph-hourglass-low:before{content:""}.ph-thin.ph-hourglass-medium:before{content:""}.ph-thin.ph-hourglass-simple:before{content:""}.ph-thin.ph-hourglass-simple-high:before{content:""}.ph-thin.ph-hourglass-simple-low:before{content:""}.ph-thin.ph-hourglass-simple-medium:before{content:""}.ph-thin.ph-house:before{content:""}.ph-thin.ph-house-line:before{content:""}.ph-thin.ph-house-simple:before{content:""}.ph-thin.ph-hurricane:before{content:""}.ph-thin.ph-ice-cream:before{content:""}.ph-thin.ph-identification-badge:before{content:""}.ph-thin.ph-identification-card:before{content:""}.ph-thin.ph-image:before{content:""}.ph-thin.ph-image-broken:before{content:""}.ph-thin.ph-image-square:before{content:""}.ph-thin.ph-images:before{content:""}.ph-thin.ph-images-square:before{content:""}.ph-thin.ph-infinity:before{content:""}.ph-thin.ph-lemniscate:before{content:""}.ph-thin.ph-info:before{content:""}.ph-thin.ph-instagram-logo:before{content:""}.ph-thin.ph-intersect:before{content:""}.ph-thin.ph-intersect-square:before{content:""}.ph-thin.ph-intersect-three:before{content:""}.ph-thin.ph-intersection:before{content:""}.ph-thin.ph-invoice:before{content:""}.ph-thin.ph-island:before{content:""}.ph-thin.ph-jar:before{content:""}.ph-thin.ph-jar-label:before{content:""}.ph-thin.ph-jeep:before{content:""}.ph-thin.ph-joystick:before{content:""}.ph-thin.ph-kanban:before{content:""}.ph-thin.ph-key:before{content:""}.ph-thin.ph-key-return:before{content:""}.ph-thin.ph-keyboard:before{content:""}.ph-thin.ph-keyhole:before{content:""}.ph-thin.ph-knife:before{content:""}.ph-thin.ph-ladder:before{content:""}.ph-thin.ph-ladder-simple:before{content:""}.ph-thin.ph-lamp:before{content:""}.ph-thin.ph-lamp-pendant:before{content:""}.ph-thin.ph-laptop:before{content:""}.ph-thin.ph-lasso:before{content:""}.ph-thin.ph-lastfm-logo:before{content:""}.ph-thin.ph-layout:before{content:""}.ph-thin.ph-leaf:before{content:""}.ph-thin.ph-lectern:before{content:""}.ph-thin.ph-lego:before{content:""}.ph-thin.ph-lego-smiley:before{content:""}.ph-thin.ph-less-than:before{content:""}.ph-thin.ph-less-than-or-equal:before{content:""}.ph-thin.ph-letter-circle-h:before{content:""}.ph-thin.ph-letter-circle-p:before{content:""}.ph-thin.ph-letter-circle-v:before{content:""}.ph-thin.ph-lifebuoy:before{content:""}.ph-thin.ph-lightbulb:before{content:""}.ph-thin.ph-lightbulb-filament:before{content:""}.ph-thin.ph-lighthouse:before{content:""}.ph-thin.ph-lightning:before{content:""}.ph-thin.ph-lightning-a:before{content:""}.ph-thin.ph-lightning-slash:before{content:""}.ph-thin.ph-line-segment:before{content:""}.ph-thin.ph-line-segments:before{content:""}.ph-thin.ph-line-vertical:before{content:""}.ph-thin.ph-link:before{content:""}.ph-thin.ph-link-break:before{content:""}.ph-thin.ph-link-simple:before{content:""}.ph-thin.ph-link-simple-break:before{content:""}.ph-thin.ph-link-simple-horizontal:before{content:""}.ph-thin.ph-link-simple-horizontal-break:before{content:""}.ph-thin.ph-linkedin-logo:before{content:""}.ph-thin.ph-linktree-logo:before{content:""}.ph-thin.ph-linux-logo:before{content:""}.ph-thin.ph-list:before{content:""}.ph-thin.ph-list-bullets:before{content:""}.ph-thin.ph-list-checks:before{content:""}.ph-thin.ph-list-dashes:before{content:""}.ph-thin.ph-list-heart:before{content:""}.ph-thin.ph-list-magnifying-glass:before{content:""}.ph-thin.ph-list-numbers:before{content:""}.ph-thin.ph-list-plus:before{content:""}.ph-thin.ph-list-star:before{content:""}.ph-thin.ph-lock:before{content:""}.ph-thin.ph-lock-key:before{content:""}.ph-thin.ph-lock-key-open:before{content:""}.ph-thin.ph-lock-laminated:before{content:""}.ph-thin.ph-lock-laminated-open:before{content:""}.ph-thin.ph-lock-open:before{content:""}.ph-thin.ph-lock-simple:before{content:""}.ph-thin.ph-lock-simple-open:before{content:""}.ph-thin.ph-lockers:before{content:""}.ph-thin.ph-log:before{content:""}.ph-thin.ph-magic-wand:before{content:""}.ph-thin.ph-magnet:before{content:""}.ph-thin.ph-magnet-straight:before{content:""}.ph-thin.ph-magnifying-glass:before{content:""}.ph-thin.ph-magnifying-glass-minus:before{content:""}.ph-thin.ph-magnifying-glass-plus:before{content:""}.ph-thin.ph-mailbox:before{content:""}.ph-thin.ph-map-pin:before{content:""}.ph-thin.ph-map-pin-area:before{content:""}.ph-thin.ph-map-pin-line:before{content:""}.ph-thin.ph-map-pin-plus:before{content:""}.ph-thin.ph-map-pin-simple:before{content:""}.ph-thin.ph-map-pin-simple-area:before{content:""}.ph-thin.ph-map-pin-simple-line:before{content:""}.ph-thin.ph-map-trifold:before{content:""}.ph-thin.ph-markdown-logo:before{content:""}.ph-thin.ph-marker-circle:before{content:""}.ph-thin.ph-martini:before{content:""}.ph-thin.ph-mask-happy:before{content:""}.ph-thin.ph-mask-sad:before{content:""}.ph-thin.ph-mastodon-logo:before{content:""}.ph-thin.ph-math-operations:before{content:""}.ph-thin.ph-matrix-logo:before{content:""}.ph-thin.ph-medal:before{content:""}.ph-thin.ph-medal-military:before{content:""}.ph-thin.ph-medium-logo:before{content:""}.ph-thin.ph-megaphone:before{content:""}.ph-thin.ph-megaphone-simple:before{content:""}.ph-thin.ph-member-of:before{content:""}.ph-thin.ph-memory:before{content:""}.ph-thin.ph-messenger-logo:before{content:""}.ph-thin.ph-meta-logo:before{content:""}.ph-thin.ph-meteor:before{content:""}.ph-thin.ph-metronome:before{content:""}.ph-thin.ph-microphone:before{content:""}.ph-thin.ph-microphone-slash:before{content:""}.ph-thin.ph-microphone-stage:before{content:""}.ph-thin.ph-microscope:before{content:""}.ph-thin.ph-microsoft-excel-logo:before{content:""}.ph-thin.ph-microsoft-outlook-logo:before{content:""}.ph-thin.ph-microsoft-powerpoint-logo:before{content:""}.ph-thin.ph-microsoft-teams-logo:before{content:""}.ph-thin.ph-microsoft-word-logo:before{content:""}.ph-thin.ph-minus:before{content:""}.ph-thin.ph-minus-circle:before{content:""}.ph-thin.ph-minus-square:before{content:""}.ph-thin.ph-money:before{content:""}.ph-thin.ph-money-wavy:before{content:""}.ph-thin.ph-monitor:before{content:""}.ph-thin.ph-monitor-arrow-up:before{content:""}.ph-thin.ph-monitor-play:before{content:""}.ph-thin.ph-moon:before{content:""}.ph-thin.ph-moon-stars:before{content:""}.ph-thin.ph-moped:before{content:""}.ph-thin.ph-moped-front:before{content:""}.ph-thin.ph-mosque:before{content:""}.ph-thin.ph-motorcycle:before{content:""}.ph-thin.ph-mountains:before{content:""}.ph-thin.ph-mouse:before{content:""}.ph-thin.ph-mouse-left-click:before{content:""}.ph-thin.ph-mouse-middle-click:before{content:""}.ph-thin.ph-mouse-right-click:before{content:""}.ph-thin.ph-mouse-scroll:before{content:""}.ph-thin.ph-mouse-simple:before{content:""}.ph-thin.ph-music-note:before{content:""}.ph-thin.ph-music-note-simple:before{content:""}.ph-thin.ph-music-notes:before{content:""}.ph-thin.ph-music-notes-minus:before{content:""}.ph-thin.ph-music-notes-plus:before{content:""}.ph-thin.ph-music-notes-simple:before{content:""}.ph-thin.ph-navigation-arrow:before{content:""}.ph-thin.ph-needle:before{content:""}.ph-thin.ph-network:before{content:""}.ph-thin.ph-network-slash:before{content:""}.ph-thin.ph-network-x:before{content:""}.ph-thin.ph-newspaper:before{content:""}.ph-thin.ph-newspaper-clipping:before{content:""}.ph-thin.ph-not-equals:before{content:""}.ph-thin.ph-not-member-of:before{content:""}.ph-thin.ph-not-subset-of:before{content:""}.ph-thin.ph-not-superset-of:before{content:""}.ph-thin.ph-notches:before{content:""}.ph-thin.ph-note:before{content:""}.ph-thin.ph-note-blank:before{content:""}.ph-thin.ph-note-pencil:before{content:""}.ph-thin.ph-notebook:before{content:""}.ph-thin.ph-notepad:before{content:""}.ph-thin.ph-notification:before{content:""}.ph-thin.ph-notion-logo:before{content:""}.ph-thin.ph-nuclear-plant:before{content:""}.ph-thin.ph-number-circle-eight:before{content:""}.ph-thin.ph-number-circle-five:before{content:""}.ph-thin.ph-number-circle-four:before{content:""}.ph-thin.ph-number-circle-nine:before{content:""}.ph-thin.ph-number-circle-one:before{content:""}.ph-thin.ph-number-circle-seven:before{content:""}.ph-thin.ph-number-circle-six:before{content:""}.ph-thin.ph-number-circle-three:before{content:""}.ph-thin.ph-number-circle-two:before{content:""}.ph-thin.ph-number-circle-zero:before{content:""}.ph-thin.ph-number-eight:before{content:""}.ph-thin.ph-number-five:before{content:""}.ph-thin.ph-number-four:before{content:""}.ph-thin.ph-number-nine:before{content:""}.ph-thin.ph-number-one:before{content:""}.ph-thin.ph-number-seven:before{content:""}.ph-thin.ph-number-six:before{content:""}.ph-thin.ph-number-square-eight:before{content:""}.ph-thin.ph-number-square-five:before{content:""}.ph-thin.ph-number-square-four:before{content:""}.ph-thin.ph-number-square-nine:before{content:""}.ph-thin.ph-number-square-one:before{content:""}.ph-thin.ph-number-square-seven:before{content:""}.ph-thin.ph-number-square-six:before{content:""}.ph-thin.ph-number-square-three:before{content:""}.ph-thin.ph-number-square-two:before{content:""}.ph-thin.ph-number-square-zero:before{content:""}.ph-thin.ph-number-three:before{content:""}.ph-thin.ph-number-two:before{content:""}.ph-thin.ph-number-zero:before{content:""}.ph-thin.ph-numpad:before{content:""}.ph-thin.ph-nut:before{content:""}.ph-thin.ph-ny-times-logo:before{content:""}.ph-thin.ph-octagon:before{content:""}.ph-thin.ph-office-chair:before{content:""}.ph-thin.ph-onigiri:before{content:""}.ph-thin.ph-open-ai-logo:before{content:""}.ph-thin.ph-option:before{content:""}.ph-thin.ph-orange:before{content:""}.ph-thin.ph-orange-slice:before{content:""}.ph-thin.ph-oven:before{content:""}.ph-thin.ph-package:before{content:""}.ph-thin.ph-paint-brush:before{content:""}.ph-thin.ph-paint-brush-broad:before{content:""}.ph-thin.ph-paint-brush-household:before{content:""}.ph-thin.ph-paint-bucket:before{content:""}.ph-thin.ph-paint-roller:before{content:""}.ph-thin.ph-palette:before{content:""}.ph-thin.ph-panorama:before{content:""}.ph-thin.ph-pants:before{content:""}.ph-thin.ph-paper-plane:before{content:""}.ph-thin.ph-paper-plane-right:before{content:""}.ph-thin.ph-paper-plane-tilt:before{content:""}.ph-thin.ph-paperclip:before{content:""}.ph-thin.ph-paperclip-horizontal:before{content:""}.ph-thin.ph-parachute:before{content:""}.ph-thin.ph-paragraph:before{content:""}.ph-thin.ph-parallelogram:before{content:""}.ph-thin.ph-park:before{content:""}.ph-thin.ph-password:before{content:""}.ph-thin.ph-path:before{content:""}.ph-thin.ph-patreon-logo:before{content:""}.ph-thin.ph-pause:before{content:""}.ph-thin.ph-pause-circle:before{content:""}.ph-thin.ph-paw-print:before{content:""}.ph-thin.ph-paypal-logo:before{content:""}.ph-thin.ph-peace:before{content:""}.ph-thin.ph-pen:before{content:""}.ph-thin.ph-pen-nib:before{content:""}.ph-thin.ph-pen-nib-straight:before{content:""}.ph-thin.ph-pencil:before{content:""}.ph-thin.ph-pencil-circle:before{content:""}.ph-thin.ph-pencil-line:before{content:""}.ph-thin.ph-pencil-ruler:before{content:""}.ph-thin.ph-pencil-simple:before{content:""}.ph-thin.ph-pencil-simple-line:before{content:""}.ph-thin.ph-pencil-simple-slash:before{content:""}.ph-thin.ph-pencil-slash:before{content:""}.ph-thin.ph-pentagon:before{content:""}.ph-thin.ph-pentagram:before{content:""}.ph-thin.ph-pepper:before{content:""}.ph-thin.ph-percent:before{content:""}.ph-thin.ph-person:before{content:""}.ph-thin.ph-person-arms-spread:before{content:""}.ph-thin.ph-person-simple:before{content:""}.ph-thin.ph-person-simple-bike:before{content:""}.ph-thin.ph-person-simple-circle:before{content:""}.ph-thin.ph-person-simple-hike:before{content:""}.ph-thin.ph-person-simple-run:before{content:""}.ph-thin.ph-person-simple-ski:before{content:""}.ph-thin.ph-person-simple-snowboard:before{content:""}.ph-thin.ph-person-simple-swim:before{content:""}.ph-thin.ph-person-simple-tai-chi:before{content:""}.ph-thin.ph-person-simple-throw:before{content:""}.ph-thin.ph-person-simple-walk:before{content:""}.ph-thin.ph-perspective:before{content:""}.ph-thin.ph-phone:before{content:""}.ph-thin.ph-phone-call:before{content:""}.ph-thin.ph-phone-disconnect:before{content:""}.ph-thin.ph-phone-incoming:before{content:""}.ph-thin.ph-phone-list:before{content:""}.ph-thin.ph-phone-outgoing:before{content:""}.ph-thin.ph-phone-pause:before{content:""}.ph-thin.ph-phone-plus:before{content:""}.ph-thin.ph-phone-slash:before{content:""}.ph-thin.ph-phone-transfer:before{content:""}.ph-thin.ph-phone-x:before{content:""}.ph-thin.ph-phosphor-logo:before{content:""}.ph-thin.ph-pi:before{content:""}.ph-thin.ph-piano-keys:before{content:""}.ph-thin.ph-picnic-table:before{content:""}.ph-thin.ph-picture-in-picture:before{content:""}.ph-thin.ph-piggy-bank:before{content:""}.ph-thin.ph-pill:before{content:""}.ph-thin.ph-ping-pong:before{content:""}.ph-thin.ph-pint-glass:before{content:""}.ph-thin.ph-pinterest-logo:before{content:""}.ph-thin.ph-pinwheel:before{content:""}.ph-thin.ph-pipe:before{content:""}.ph-thin.ph-pipe-wrench:before{content:""}.ph-thin.ph-pix-logo:before{content:""}.ph-thin.ph-pizza:before{content:""}.ph-thin.ph-placeholder:before{content:""}.ph-thin.ph-planet:before{content:""}.ph-thin.ph-plant:before{content:""}.ph-thin.ph-play:before{content:""}.ph-thin.ph-play-circle:before{content:""}.ph-thin.ph-play-pause:before{content:""}.ph-thin.ph-playlist:before{content:""}.ph-thin.ph-plug:before{content:""}.ph-thin.ph-plug-charging:before{content:""}.ph-thin.ph-plugs:before{content:""}.ph-thin.ph-plugs-connected:before{content:""}.ph-thin.ph-plus:before{content:""}.ph-thin.ph-plus-circle:before{content:""}.ph-thin.ph-plus-minus:before{content:""}.ph-thin.ph-plus-square:before{content:""}.ph-thin.ph-poker-chip:before{content:""}.ph-thin.ph-police-car:before{content:""}.ph-thin.ph-polygon:before{content:""}.ph-thin.ph-popcorn:before{content:""}.ph-thin.ph-popsicle:before{content:""}.ph-thin.ph-potted-plant:before{content:""}.ph-thin.ph-power:before{content:""}.ph-thin.ph-prescription:before{content:""}.ph-thin.ph-presentation:before{content:""}.ph-thin.ph-presentation-chart:before{content:""}.ph-thin.ph-printer:before{content:""}.ph-thin.ph-prohibit:before{content:""}.ph-thin.ph-prohibit-inset:before{content:""}.ph-thin.ph-projector-screen:before{content:""}.ph-thin.ph-projector-screen-chart:before{content:""}.ph-thin.ph-pulse:before{content:""}.ph-thin.ph-activity:before{content:""}.ph-thin.ph-push-pin:before{content:""}.ph-thin.ph-push-pin-simple:before{content:""}.ph-thin.ph-push-pin-simple-slash:before{content:""}.ph-thin.ph-push-pin-slash:before{content:""}.ph-thin.ph-puzzle-piece:before{content:""}.ph-thin.ph-qr-code:before{content:""}.ph-thin.ph-question:before{content:""}.ph-thin.ph-question-mark:before{content:""}.ph-thin.ph-queue:before{content:""}.ph-thin.ph-quotes:before{content:""}.ph-thin.ph-rabbit:before{content:""}.ph-thin.ph-racquet:before{content:""}.ph-thin.ph-radical:before{content:""}.ph-thin.ph-radio:before{content:""}.ph-thin.ph-radio-button:before{content:""}.ph-thin.ph-radioactive:before{content:""}.ph-thin.ph-rainbow:before{content:""}.ph-thin.ph-rainbow-cloud:before{content:""}.ph-thin.ph-ranking:before{content:""}.ph-thin.ph-read-cv-logo:before{content:""}.ph-thin.ph-receipt:before{content:""}.ph-thin.ph-receipt-x:before{content:""}.ph-thin.ph-record:before{content:""}.ph-thin.ph-rectangle:before{content:""}.ph-thin.ph-rectangle-dashed:before{content:""}.ph-thin.ph-recycle:before{content:""}.ph-thin.ph-reddit-logo:before{content:""}.ph-thin.ph-repeat:before{content:""}.ph-thin.ph-repeat-once:before{content:""}.ph-thin.ph-replit-logo:before{content:""}.ph-thin.ph-resize:before{content:""}.ph-thin.ph-rewind:before{content:""}.ph-thin.ph-rewind-circle:before{content:""}.ph-thin.ph-road-horizon:before{content:""}.ph-thin.ph-robot:before{content:""}.ph-thin.ph-rocket:before{content:""}.ph-thin.ph-rocket-launch:before{content:""}.ph-thin.ph-rows:before{content:""}.ph-thin.ph-rows-plus-bottom:before{content:""}.ph-thin.ph-rows-plus-top:before{content:""}.ph-thin.ph-rss:before{content:""}.ph-thin.ph-rss-simple:before{content:""}.ph-thin.ph-rug:before{content:""}.ph-thin.ph-ruler:before{content:""}.ph-thin.ph-sailboat:before{content:""}.ph-thin.ph-scales:before{content:""}.ph-thin.ph-scan:before{content:""}.ph-thin.ph-scan-smiley:before{content:""}.ph-thin.ph-scissors:before{content:""}.ph-thin.ph-scooter:before{content:""}.ph-thin.ph-screencast:before{content:""}.ph-thin.ph-screwdriver:before{content:""}.ph-thin.ph-scribble:before{content:""}.ph-thin.ph-scribble-loop:before{content:""}.ph-thin.ph-scroll:before{content:""}.ph-thin.ph-seal:before{content:""}.ph-thin.ph-circle-wavy:before{content:""}.ph-thin.ph-seal-check:before{content:""}.ph-thin.ph-circle-wavy-check:before{content:""}.ph-thin.ph-seal-percent:before{content:""}.ph-thin.ph-seal-question:before{content:""}.ph-thin.ph-circle-wavy-question:before{content:""}.ph-thin.ph-seal-warning:before{content:""}.ph-thin.ph-circle-wavy-warning:before{content:""}.ph-thin.ph-seat:before{content:""}.ph-thin.ph-seatbelt:before{content:""}.ph-thin.ph-security-camera:before{content:""}.ph-thin.ph-selection:before{content:""}.ph-thin.ph-selection-all:before{content:""}.ph-thin.ph-selection-background:before{content:""}.ph-thin.ph-selection-foreground:before{content:""}.ph-thin.ph-selection-inverse:before{content:""}.ph-thin.ph-selection-plus:before{content:""}.ph-thin.ph-selection-slash:before{content:""}.ph-thin.ph-shapes:before{content:""}.ph-thin.ph-share:before{content:""}.ph-thin.ph-share-fat:before{content:""}.ph-thin.ph-share-network:before{content:""}.ph-thin.ph-shield:before{content:""}.ph-thin.ph-shield-check:before{content:""}.ph-thin.ph-shield-checkered:before{content:""}.ph-thin.ph-shield-chevron:before{content:""}.ph-thin.ph-shield-plus:before{content:""}.ph-thin.ph-shield-slash:before{content:""}.ph-thin.ph-shield-star:before{content:""}.ph-thin.ph-shield-warning:before{content:""}.ph-thin.ph-shipping-container:before{content:""}.ph-thin.ph-shirt-folded:before{content:""}.ph-thin.ph-shooting-star:before{content:""}.ph-thin.ph-shopping-bag:before{content:""}.ph-thin.ph-shopping-bag-open:before{content:""}.ph-thin.ph-shopping-cart:before{content:""}.ph-thin.ph-shopping-cart-simple:before{content:""}.ph-thin.ph-shovel:before{content:""}.ph-thin.ph-shower:before{content:""}.ph-thin.ph-shrimp:before{content:""}.ph-thin.ph-shuffle:before{content:""}.ph-thin.ph-shuffle-angular:before{content:""}.ph-thin.ph-shuffle-simple:before{content:""}.ph-thin.ph-sidebar:before{content:""}.ph-thin.ph-sidebar-simple:before{content:""}.ph-thin.ph-sigma:before{content:""}.ph-thin.ph-sign-in:before{content:""}.ph-thin.ph-sign-out:before{content:""}.ph-thin.ph-signature:before{content:""}.ph-thin.ph-signpost:before{content:""}.ph-thin.ph-sim-card:before{content:""}.ph-thin.ph-siren:before{content:""}.ph-thin.ph-sketch-logo:before{content:""}.ph-thin.ph-skip-back:before{content:""}.ph-thin.ph-skip-back-circle:before{content:""}.ph-thin.ph-skip-forward:before{content:""}.ph-thin.ph-skip-forward-circle:before{content:""}.ph-thin.ph-skull:before{content:""}.ph-thin.ph-skype-logo:before{content:""}.ph-thin.ph-slack-logo:before{content:""}.ph-thin.ph-sliders:before{content:""}.ph-thin.ph-sliders-horizontal:before{content:""}.ph-thin.ph-slideshow:before{content:""}.ph-thin.ph-smiley:before{content:""}.ph-thin.ph-smiley-angry:before{content:""}.ph-thin.ph-smiley-blank:before{content:""}.ph-thin.ph-smiley-meh:before{content:""}.ph-thin.ph-smiley-melting:before{content:""}.ph-thin.ph-smiley-nervous:before{content:""}.ph-thin.ph-smiley-sad:before{content:""}.ph-thin.ph-smiley-sticker:before{content:""}.ph-thin.ph-smiley-wink:before{content:""}.ph-thin.ph-smiley-x-eyes:before{content:""}.ph-thin.ph-snapchat-logo:before{content:""}.ph-thin.ph-sneaker:before{content:""}.ph-thin.ph-sneaker-move:before{content:""}.ph-thin.ph-snowflake:before{content:""}.ph-thin.ph-soccer-ball:before{content:""}.ph-thin.ph-sock:before{content:""}.ph-thin.ph-solar-panel:before{content:""}.ph-thin.ph-solar-roof:before{content:""}.ph-thin.ph-sort-ascending:before{content:""}.ph-thin.ph-sort-descending:before{content:""}.ph-thin.ph-soundcloud-logo:before{content:""}.ph-thin.ph-spade:before{content:""}.ph-thin.ph-sparkle:before{content:""}.ph-thin.ph-speaker-hifi:before{content:""}.ph-thin.ph-speaker-high:before{content:""}.ph-thin.ph-speaker-low:before{content:""}.ph-thin.ph-speaker-none:before{content:""}.ph-thin.ph-speaker-simple-high:before{content:""}.ph-thin.ph-speaker-simple-low:before{content:""}.ph-thin.ph-speaker-simple-none:before{content:""}.ph-thin.ph-speaker-simple-slash:before{content:""}.ph-thin.ph-speaker-simple-x:before{content:""}.ph-thin.ph-speaker-slash:before{content:""}.ph-thin.ph-speaker-x:before{content:""}.ph-thin.ph-speedometer:before{content:""}.ph-thin.ph-sphere:before{content:""}.ph-thin.ph-spinner:before{content:""}.ph-thin.ph-spinner-ball:before{content:""}.ph-thin.ph-spinner-gap:before{content:""}.ph-thin.ph-spiral:before{content:""}.ph-thin.ph-split-horizontal:before{content:""}.ph-thin.ph-split-vertical:before{content:""}.ph-thin.ph-spotify-logo:before{content:""}.ph-thin.ph-spray-bottle:before{content:""}.ph-thin.ph-square:before{content:""}.ph-thin.ph-square-half:before{content:""}.ph-thin.ph-square-half-bottom:before{content:""}.ph-thin.ph-square-logo:before{content:""}.ph-thin.ph-square-split-horizontal:before{content:""}.ph-thin.ph-square-split-vertical:before{content:""}.ph-thin.ph-squares-four:before{content:""}.ph-thin.ph-stack:before{content:""}.ph-thin.ph-stack-minus:before{content:""}.ph-thin.ph-stack-overflow-logo:before{content:""}.ph-thin.ph-stack-plus:before{content:""}.ph-thin.ph-stack-simple:before{content:""}.ph-thin.ph-stairs:before{content:""}.ph-thin.ph-stamp:before{content:""}.ph-thin.ph-standard-definition:before{content:""}.ph-thin.ph-star:before{content:""}.ph-thin.ph-star-and-crescent:before{content:""}.ph-thin.ph-star-four:before{content:""}.ph-thin.ph-star-half:before{content:""}.ph-thin.ph-star-of-david:before{content:""}.ph-thin.ph-steam-logo:before{content:""}.ph-thin.ph-steering-wheel:before{content:""}.ph-thin.ph-steps:before{content:""}.ph-thin.ph-stethoscope:before{content:""}.ph-thin.ph-sticker:before{content:""}.ph-thin.ph-stool:before{content:""}.ph-thin.ph-stop:before{content:""}.ph-thin.ph-stop-circle:before{content:""}.ph-thin.ph-storefront:before{content:""}.ph-thin.ph-strategy:before{content:""}.ph-thin.ph-stripe-logo:before{content:""}.ph-thin.ph-student:before{content:""}.ph-thin.ph-subset-of:before{content:""}.ph-thin.ph-subset-proper-of:before{content:""}.ph-thin.ph-subtitles:before{content:""}.ph-thin.ph-subtitles-slash:before{content:""}.ph-thin.ph-subtract:before{content:""}.ph-thin.ph-subtract-square:before{content:""}.ph-thin.ph-subway:before{content:""}.ph-thin.ph-suitcase:before{content:""}.ph-thin.ph-suitcase-rolling:before{content:""}.ph-thin.ph-suitcase-simple:before{content:""}.ph-thin.ph-sun:before{content:""}.ph-thin.ph-sun-dim:before{content:""}.ph-thin.ph-sun-horizon:before{content:""}.ph-thin.ph-sunglasses:before{content:""}.ph-thin.ph-superset-of:before{content:""}.ph-thin.ph-superset-proper-of:before{content:""}.ph-thin.ph-swap:before{content:""}.ph-thin.ph-swatches:before{content:""}.ph-thin.ph-swimming-pool:before{content:""}.ph-thin.ph-sword:before{content:""}.ph-thin.ph-synagogue:before{content:""}.ph-thin.ph-syringe:before{content:""}.ph-thin.ph-t-shirt:before{content:""}.ph-thin.ph-table:before{content:""}.ph-thin.ph-tabs:before{content:""}.ph-thin.ph-tag:before{content:""}.ph-thin.ph-tag-chevron:before{content:""}.ph-thin.ph-tag-simple:before{content:""}.ph-thin.ph-target:before{content:""}.ph-thin.ph-taxi:before{content:""}.ph-thin.ph-tea-bag:before{content:""}.ph-thin.ph-telegram-logo:before{content:""}.ph-thin.ph-television:before{content:""}.ph-thin.ph-television-simple:before{content:""}.ph-thin.ph-tennis-ball:before{content:""}.ph-thin.ph-tent:before{content:""}.ph-thin.ph-terminal:before{content:""}.ph-thin.ph-terminal-window:before{content:""}.ph-thin.ph-test-tube:before{content:""}.ph-thin.ph-text-a-underline:before{content:""}.ph-thin.ph-text-aa:before{content:""}.ph-thin.ph-text-align-center:before{content:""}.ph-thin.ph-text-align-justify:before{content:""}.ph-thin.ph-text-align-left:before{content:""}.ph-thin.ph-text-align-right:before{content:""}.ph-thin.ph-text-b:before{content:""}.ph-thin.ph-text-bolder:before{content:""}.ph-thin.ph-text-columns:before{content:""}.ph-thin.ph-text-h:before{content:""}.ph-thin.ph-text-h-five:before{content:""}.ph-thin.ph-text-h-four:before{content:""}.ph-thin.ph-text-h-one:before{content:""}.ph-thin.ph-text-h-six:before{content:""}.ph-thin.ph-text-h-three:before{content:""}.ph-thin.ph-text-h-two:before{content:""}.ph-thin.ph-text-indent:before{content:""}.ph-thin.ph-text-italic:before{content:""}.ph-thin.ph-text-outdent:before{content:""}.ph-thin.ph-text-strikethrough:before{content:""}.ph-thin.ph-text-subscript:before{content:""}.ph-thin.ph-text-superscript:before{content:""}.ph-thin.ph-text-t:before{content:""}.ph-thin.ph-text-t-slash:before{content:""}.ph-thin.ph-text-underline:before{content:""}.ph-thin.ph-textbox:before{content:""}.ph-thin.ph-thermometer:before{content:""}.ph-thin.ph-thermometer-cold:before{content:""}.ph-thin.ph-thermometer-hot:before{content:""}.ph-thin.ph-thermometer-simple:before{content:""}.ph-thin.ph-threads-logo:before{content:""}.ph-thin.ph-three-d:before{content:""}.ph-thin.ph-thumbs-down:before{content:""}.ph-thin.ph-thumbs-up:before{content:""}.ph-thin.ph-ticket:before{content:""}.ph-thin.ph-tidal-logo:before{content:""}.ph-thin.ph-tiktok-logo:before{content:""}.ph-thin.ph-tilde:before{content:""}.ph-thin.ph-timer:before{content:""}.ph-thin.ph-tip-jar:before{content:""}.ph-thin.ph-tipi:before{content:""}.ph-thin.ph-tire:before{content:""}.ph-thin.ph-toggle-left:before{content:""}.ph-thin.ph-toggle-right:before{content:""}.ph-thin.ph-toilet:before{content:""}.ph-thin.ph-toilet-paper:before{content:""}.ph-thin.ph-toolbox:before{content:""}.ph-thin.ph-tooth:before{content:""}.ph-thin.ph-tornado:before{content:""}.ph-thin.ph-tote:before{content:""}.ph-thin.ph-tote-simple:before{content:""}.ph-thin.ph-towel:before{content:""}.ph-thin.ph-tractor:before{content:""}.ph-thin.ph-trademark:before{content:""}.ph-thin.ph-trademark-registered:before{content:""}.ph-thin.ph-traffic-cone:before{content:""}.ph-thin.ph-traffic-sign:before{content:""}.ph-thin.ph-traffic-signal:before{content:""}.ph-thin.ph-train:before{content:""}.ph-thin.ph-train-regional:before{content:""}.ph-thin.ph-train-simple:before{content:""}.ph-thin.ph-tram:before{content:""}.ph-thin.ph-translate:before{content:""}.ph-thin.ph-trash:before{content:""}.ph-thin.ph-trash-simple:before{content:""}.ph-thin.ph-tray:before{content:""}.ph-thin.ph-tray-arrow-down:before{content:""}.ph-thin.ph-archive-tray:before{content:""}.ph-thin.ph-tray-arrow-up:before{content:""}.ph-thin.ph-treasure-chest:before{content:""}.ph-thin.ph-tree:before{content:""}.ph-thin.ph-tree-evergreen:before{content:""}.ph-thin.ph-tree-palm:before{content:""}.ph-thin.ph-tree-structure:before{content:""}.ph-thin.ph-tree-view:before{content:""}.ph-thin.ph-trend-down:before{content:""}.ph-thin.ph-trend-up:before{content:""}.ph-thin.ph-triangle:before{content:""}.ph-thin.ph-triangle-dashed:before{content:""}.ph-thin.ph-trolley:before{content:""}.ph-thin.ph-trolley-suitcase:before{content:""}.ph-thin.ph-trophy:before{content:""}.ph-thin.ph-truck:before{content:""}.ph-thin.ph-truck-trailer:before{content:""}.ph-thin.ph-tumblr-logo:before{content:""}.ph-thin.ph-twitch-logo:before{content:""}.ph-thin.ph-twitter-logo:before{content:""}.ph-thin.ph-umbrella:before{content:""}.ph-thin.ph-umbrella-simple:before{content:""}.ph-thin.ph-union:before{content:""}.ph-thin.ph-unite:before{content:""}.ph-thin.ph-unite-square:before{content:""}.ph-thin.ph-upload:before{content:""}.ph-thin.ph-upload-simple:before{content:""}.ph-thin.ph-usb:before{content:""}.ph-thin.ph-user:before{content:""}.ph-thin.ph-user-check:before{content:""}.ph-thin.ph-user-circle:before{content:""}.ph-thin.ph-user-circle-check:before{content:""}.ph-thin.ph-user-circle-dashed:before{content:""}.ph-thin.ph-user-circle-gear:before{content:""}.ph-thin.ph-user-circle-minus:before{content:""}.ph-thin.ph-user-circle-plus:before{content:""}.ph-thin.ph-user-focus:before{content:""}.ph-thin.ph-user-gear:before{content:""}.ph-thin.ph-user-list:before{content:""}.ph-thin.ph-user-minus:before{content:""}.ph-thin.ph-user-plus:before{content:""}.ph-thin.ph-user-rectangle:before{content:""}.ph-thin.ph-user-sound:before{content:""}.ph-thin.ph-user-square:before{content:""}.ph-thin.ph-user-switch:before{content:""}.ph-thin.ph-users:before{content:""}.ph-thin.ph-users-four:before{content:""}.ph-thin.ph-users-three:before{content:""}.ph-thin.ph-van:before{content:""}.ph-thin.ph-vault:before{content:""}.ph-thin.ph-vector-three:before{content:""}.ph-thin.ph-vector-two:before{content:""}.ph-thin.ph-vibrate:before{content:""}.ph-thin.ph-video:before{content:""}.ph-thin.ph-video-camera:before{content:""}.ph-thin.ph-video-camera-slash:before{content:""}.ph-thin.ph-video-conference:before{content:""}.ph-thin.ph-vignette:before{content:""}.ph-thin.ph-vinyl-record:before{content:""}.ph-thin.ph-virtual-reality:before{content:""}.ph-thin.ph-virus:before{content:""}.ph-thin.ph-visor:before{content:""}.ph-thin.ph-voicemail:before{content:""}.ph-thin.ph-volleyball:before{content:""}.ph-thin.ph-wall:before{content:""}.ph-thin.ph-wallet:before{content:""}.ph-thin.ph-warehouse:before{content:""}.ph-thin.ph-warning:before{content:""}.ph-thin.ph-warning-circle:before{content:""}.ph-thin.ph-warning-diamond:before{content:""}.ph-thin.ph-warning-octagon:before{content:""}.ph-thin.ph-washing-machine:before{content:""}.ph-thin.ph-watch:before{content:""}.ph-thin.ph-wave-sawtooth:before{content:""}.ph-thin.ph-wave-sine:before{content:""}.ph-thin.ph-wave-square:before{content:""}.ph-thin.ph-wave-triangle:before{content:""}.ph-thin.ph-waveform:before{content:""}.ph-thin.ph-waveform-slash:before{content:""}.ph-thin.ph-waves:before{content:""}.ph-thin.ph-webcam:before{content:""}.ph-thin.ph-webcam-slash:before{content:""}.ph-thin.ph-webhooks-logo:before{content:""}.ph-thin.ph-wechat-logo:before{content:""}.ph-thin.ph-whatsapp-logo:before{content:""}.ph-thin.ph-wheelchair:before{content:""}.ph-thin.ph-wheelchair-motion:before{content:""}.ph-thin.ph-wifi-high:before{content:""}.ph-thin.ph-wifi-low:before{content:""}.ph-thin.ph-wifi-medium:before{content:""}.ph-thin.ph-wifi-none:before{content:""}.ph-thin.ph-wifi-slash:before{content:""}.ph-thin.ph-wifi-x:before{content:""}.ph-thin.ph-wind:before{content:""}.ph-thin.ph-windmill:before{content:""}.ph-thin.ph-windows-logo:before{content:""}.ph-thin.ph-wine:before{content:""}.ph-thin.ph-wrench:before{content:""}.ph-thin.ph-x:before{content:""}.ph-thin.ph-x-circle:before{content:""}.ph-thin.ph-x-logo:before{content:""}.ph-thin.ph-x-square:before{content:""}.ph-thin.ph-yarn:before{content:""}.ph-thin.ph-yin-yang:before{content:""}.ph-thin.ph-youtube-logo:before{content:""}.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas:before,.far:before,.fab:before,.fa-solid:before,.fa-regular:before,.fa-brands:before,.fa:before{content:var(--fa)}.fa-classic,.fas,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-moz-calc(-1 * var(--fa-li-width, 2em));left:calc(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);-moz-border-radius:var(--fa-border-radius, .1em);border-radius:var(--fa-border-radius, .1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, .08em);padding:var(--fa-border-padding, .2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, .3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, .3em)}.fa-beat{-webkit-animation-name:fa-beat;-moz-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay, 0s);-moz-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-moz-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-moz-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, ease-in-out);-moz-animation-timing-function:var(--fa-animation-timing, ease-in-out);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;-moz-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay, 0s);-moz-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-moz-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-moz-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));-moz-animation-timing-function:var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))}.fa-fade{-webkit-animation-name:fa-fade;-moz-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-delay:var(--fa-animation-delay, 0s);-moz-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-moz-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-moz-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));-moz-animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;-moz-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-delay:var(--fa-animation-delay, 0s);-moz-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-moz-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-moz-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));-moz-animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));animation-timing-function:var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))}.fa-flip{-webkit-animation-name:fa-flip;-moz-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay, 0s);-moz-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-moz-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-moz-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, ease-in-out);-moz-animation-timing-function:var(--fa-animation-timing, ease-in-out);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;-moz-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-delay:var(--fa-animation-delay, 0s);-moz-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-moz-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-moz-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, linear);-moz-animation-timing-function:var(--fa-animation-timing, linear);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{-webkit-animation-name:fa-spin;-moz-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay, 0s);-moz-animation-delay:var(--fa-animation-delay, 0s);animation-delay:var(--fa-animation-delay, 0s);-webkit-animation-direction:var(--fa-animation-direction, normal);-moz-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 2s);-moz-animation-duration:var(--fa-animation-duration, 2s);animation-duration:var(--fa-animation-duration, 2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, linear);-moz-animation-timing-function:var(--fa-animation-timing, linear);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;-moz-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction, normal);-moz-animation-direction:var(--fa-animation-direction, normal);animation-direction:var(--fa-animation-direction, normal);-webkit-animation-duration:var(--fa-animation-duration, 1s);-moz-animation-duration:var(--fa-animation-duration, 1s);animation-duration:var(--fa-animation-duration, 1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count, infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-iteration-count:var(--fa-animation-iteration-count, infinite);-webkit-animation-timing-function:var(--fa-animation-timing, steps(8));-moz-animation-timing-function:var(--fa-animation-timing, steps(8));animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;-moz-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;-moz-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale, 1.25));transform:scale(var(--fa-beat-scale, 1.25))}}@-moz-keyframes fa-beat{0%,90%{-moz-transform:scale(1);transform:scale(1)}45%{-moz-transform:scale(var(--fa-beat-scale, 1.25));transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale, 1.25));-moz-transform:scale(var(--fa-beat-scale, 1.25));transform:scale(var(--fa-beat-scale, 1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound, -.125em));transform:scale(1) translateY(var(--fa-bounce-rebound, -.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1,1) translateY(0);transform:scale(1) translateY(0)}}@-moz-keyframes fa-bounce{0%{-moz-transform:scale(1,1) translateY(0);transform:scale(1) translateY(0)}10%{-moz-transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0)}30%{-moz-transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))}50%{-moz-transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0)}57%{-moz-transform:scale(1,1) translateY(var(--fa-bounce-rebound, -.125em));transform:scale(1) translateY(var(--fa-bounce-rebound, -.125em))}64%{-moz-transform:scale(1,1) translateY(0);transform:scale(1) translateY(0)}to{-moz-transform:scale(1,1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);-moz-transform:scale(1,1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0);-moz-transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));-moz-transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0);-moz-transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound, -.125em));-moz-transform:scale(1,1) translateY(var(--fa-bounce-rebound, -.125em));transform:scale(1) translateY(var(--fa-bounce-rebound, -.125em))}64%{-webkit-transform:scale(1,1) translateY(0);-moz-transform:scale(1,1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1,1) translateY(0);-moz-transform:scale(1,1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, .4)}}@-moz-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, .4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, .4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, .4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale, 1.125));transform:scale(var(--fa-beat-fade-scale, 1.125))}}@-moz-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, .4);-moz-transform:scale(1);transform:scale(1)}50%{opacity:1;-moz-transform:scale(var(--fa-beat-fade-scale, 1.125));transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, .4);-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale, 1.125));-moz-transform:scale(var(--fa-beat-fade-scale, 1.125));transform:scale(var(--fa-beat-fade-scale, 1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg));transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@-moz-keyframes fa-flip{50%{-moz-transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg));transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg));-moz-transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg));transform:rotate3d(var(--fa-flip-x, 0),var(--fa-flip-y, 1),var(--fa-flip-z, 0),var(--fa-flip-angle, -180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0)}}@-moz-keyframes fa-shake{0%{-moz-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-moz-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-moz-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-moz-transform:rotate(18deg);transform:rotate(18deg)}16%{-moz-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-moz-transform:rotate(22deg);transform:rotate(22deg)}32%{-moz-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-moz-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-moz-transform:rotate(0deg);transform:rotate(0)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);-moz-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);-moz-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);-moz-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);-moz-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);-moz-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);-moz-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);-moz-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes fa-spin{0%{-moz-transform:rotate(0deg);transform:rotate(0)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);-moz-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle, 0));-moz-transform:rotate(var(--fa-rotate-angle, 0));-ms-transform:rotate(var(--fa-rotate-angle, 0));transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0{--fa: "0"}.fa-1{--fa: "1"}.fa-2{--fa: "2"}.fa-3{--fa: "3"}.fa-4{--fa: "4"}.fa-5{--fa: "5"}.fa-6{--fa: "6"}.fa-7{--fa: "7"}.fa-8{--fa: "8"}.fa-9{--fa: "9"}.fa-fill-drip{--fa: ""}.fa-arrows-to-circle{--fa: ""}.fa-circle-chevron-right,.fa-chevron-circle-right{--fa: ""}.fa-at{--fa: "@"}.fa-trash-can,.fa-trash-alt{--fa: ""}.fa-text-height{--fa: ""}.fa-user-xmark,.fa-user-times{--fa: ""}.fa-stethoscope{--fa: ""}.fa-message,.fa-comment-alt{--fa: ""}.fa-info{--fa: ""}.fa-down-left-and-up-right-to-center,.fa-compress-alt{--fa: ""}.fa-explosion{--fa: ""}.fa-file-lines,.fa-file-alt,.fa-file-text{--fa: ""}.fa-wave-square{--fa: ""}.fa-ring{--fa: ""}.fa-building-un{--fa: ""}.fa-dice-three{--fa: ""}.fa-calendar-days,.fa-calendar-alt{--fa: ""}.fa-anchor-circle-check{--fa: ""}.fa-building-circle-arrow-right{--fa: ""}.fa-volleyball,.fa-volleyball-ball{--fa: ""}.fa-arrows-up-to-line{--fa: ""}.fa-sort-down,.fa-sort-desc{--fa: ""}.fa-circle-minus,.fa-minus-circle{--fa: ""}.fa-door-open{--fa: ""}.fa-right-from-bracket,.fa-sign-out-alt{--fa: ""}.fa-atom{--fa: ""}.fa-soap{--fa: ""}.fa-icons,.fa-heart-music-camera-bolt{--fa: ""}.fa-microphone-lines-slash,.fa-microphone-alt-slash{--fa: ""}.fa-bridge-circle-check{--fa: ""}.fa-pump-medical{--fa: ""}.fa-fingerprint{--fa: ""}.fa-hand-point-right{--fa: ""}.fa-magnifying-glass-location,.fa-search-location{--fa: ""}.fa-forward-step,.fa-step-forward{--fa: ""}.fa-face-smile-beam,.fa-smile-beam{--fa: ""}.fa-flag-checkered{--fa: ""}.fa-football,.fa-football-ball{--fa: ""}.fa-school-circle-exclamation{--fa: ""}.fa-crop{--fa: ""}.fa-angles-down,.fa-angle-double-down{--fa: ""}.fa-users-rectangle{--fa: ""}.fa-people-roof{--fa: ""}.fa-people-line{--fa: ""}.fa-beer-mug-empty,.fa-beer{--fa: ""}.fa-diagram-predecessor{--fa: ""}.fa-arrow-up-long,.fa-long-arrow-up{--fa: ""}.fa-fire-flame-simple,.fa-burn{--fa: ""}.fa-person,.fa-male{--fa: ""}.fa-laptop{--fa: ""}.fa-file-csv{--fa: ""}.fa-menorah{--fa: ""}.fa-truck-plane{--fa: ""}.fa-record-vinyl{--fa: ""}.fa-face-grin-stars,.fa-grin-stars{--fa: ""}.fa-bong{--fa: ""}.fa-spaghetti-monster-flying,.fa-pastafarianism{--fa: ""}.fa-arrow-down-up-across-line{--fa: ""}.fa-spoon,.fa-utensil-spoon{--fa: ""}.fa-jar-wheat{--fa: ""}.fa-envelopes-bulk,.fa-mail-bulk{--fa: ""}.fa-file-circle-exclamation{--fa: ""}.fa-circle-h,.fa-hospital-symbol{--fa: ""}.fa-pager{--fa: ""}.fa-address-book,.fa-contact-book{--fa: ""}.fa-strikethrough{--fa: ""}.fa-k{--fa: "K"}.fa-landmark-flag{--fa: ""}.fa-pencil,.fa-pencil-alt{--fa: ""}.fa-backward{--fa: ""}.fa-caret-right{--fa: ""}.fa-comments{--fa: ""}.fa-paste,.fa-file-clipboard{--fa: ""}.fa-code-pull-request{--fa: ""}.fa-clipboard-list{--fa: ""}.fa-truck-ramp-box,.fa-truck-loading{--fa: ""}.fa-user-check{--fa: ""}.fa-vial-virus{--fa: ""}.fa-sheet-plastic{--fa: ""}.fa-blog{--fa: ""}.fa-user-ninja{--fa: ""}.fa-person-arrow-up-from-line{--fa: ""}.fa-scroll-torah,.fa-torah{--fa: ""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa: ""}.fa-toggle-off{--fa: ""}.fa-box-archive,.fa-archive{--fa: ""}.fa-person-drowning{--fa: ""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa: ""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa: ""}.fa-spray-can{--fa: ""}.fa-truck-monster{--fa: ""}.fa-w{--fa: "W"}.fa-earth-africa,.fa-globe-africa{--fa: ""}.fa-rainbow{--fa: ""}.fa-circle-notch{--fa: ""}.fa-tablet-screen-button,.fa-tablet-alt{--fa: ""}.fa-paw{--fa: ""}.fa-cloud{--fa: ""}.fa-trowel-bricks{--fa: ""}.fa-face-flushed,.fa-flushed{--fa: ""}.fa-hospital-user{--fa: ""}.fa-tent-arrow-left-right{--fa: ""}.fa-gavel,.fa-legal{--fa: ""}.fa-binoculars{--fa: ""}.fa-microphone-slash{--fa: ""}.fa-box-tissue{--fa: ""}.fa-motorcycle{--fa: ""}.fa-bell-concierge,.fa-concierge-bell{--fa: ""}.fa-pen-ruler,.fa-pencil-ruler{--fa: ""}.fa-people-arrows,.fa-people-arrows-left-right{--fa: ""}.fa-mars-and-venus-burst{--fa: ""}.fa-square-caret-right,.fa-caret-square-right{--fa: ""}.fa-scissors,.fa-cut{--fa: ""}.fa-sun-plant-wilt{--fa: ""}.fa-toilets-portable{--fa: ""}.fa-hockey-puck{--fa: ""}.fa-table{--fa: ""}.fa-magnifying-glass-arrow-right{--fa: ""}.fa-tachograph-digital,.fa-digital-tachograph{--fa: ""}.fa-users-slash{--fa: ""}.fa-clover{--fa: ""}.fa-reply,.fa-mail-reply{--fa: ""}.fa-star-and-crescent{--fa: ""}.fa-house-fire{--fa: ""}.fa-square-minus,.fa-minus-square{--fa: ""}.fa-helicopter{--fa: ""}.fa-compass{--fa: ""}.fa-square-caret-down,.fa-caret-square-down{--fa: ""}.fa-file-circle-question{--fa: ""}.fa-laptop-code{--fa: ""}.fa-swatchbook{--fa: ""}.fa-prescription-bottle{--fa: ""}.fa-bars,.fa-navicon{--fa: ""}.fa-people-group{--fa: ""}.fa-hourglass-end,.fa-hourglass-3{--fa: ""}.fa-heart-crack,.fa-heart-broken{--fa: ""}.fa-square-up-right,.fa-external-link-square-alt{--fa: ""}.fa-face-kiss-beam,.fa-kiss-beam{--fa: ""}.fa-film{--fa: ""}.fa-ruler-horizontal{--fa: ""}.fa-people-robbery{--fa: ""}.fa-lightbulb{--fa: ""}.fa-caret-left{--fa: ""}.fa-circle-exclamation,.fa-exclamation-circle{--fa: ""}.fa-school-circle-xmark{--fa: ""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa: ""}.fa-circle-chevron-down,.fa-chevron-circle-down{--fa: ""}.fa-unlock-keyhole,.fa-unlock-alt{--fa: ""}.fa-cloud-showers-heavy{--fa: ""}.fa-headphones-simple,.fa-headphones-alt{--fa: ""}.fa-sitemap{--fa: ""}.fa-circle-dollar-to-slot,.fa-donate{--fa: ""}.fa-memory{--fa: ""}.fa-road-spikes{--fa: ""}.fa-fire-burner{--fa: ""}.fa-flag{--fa: ""}.fa-hanukiah{--fa: ""}.fa-feather{--fa: ""}.fa-volume-low,.fa-volume-down{--fa: ""}.fa-comment-slash{--fa: ""}.fa-cloud-sun-rain{--fa: ""}.fa-compress{--fa: ""}.fa-wheat-awn,.fa-wheat-alt{--fa: ""}.fa-ankh{--fa: ""}.fa-hands-holding-child{--fa: ""}.fa-asterisk{--fa: "*"}.fa-square-check,.fa-check-square{--fa: ""}.fa-peseta-sign{--fa: ""}.fa-heading,.fa-header{--fa: ""}.fa-ghost{--fa: ""}.fa-list,.fa-list-squares{--fa: ""}.fa-square-phone-flip,.fa-phone-square-alt{--fa: ""}.fa-cart-plus{--fa: ""}.fa-gamepad{--fa: ""}.fa-circle-dot,.fa-dot-circle{--fa: ""}.fa-face-dizzy,.fa-dizzy{--fa: ""}.fa-egg{--fa: ""}.fa-house-medical-circle-xmark{--fa: ""}.fa-campground{--fa: ""}.fa-folder-plus{--fa: ""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa: ""}.fa-paintbrush,.fa-paint-brush{--fa: ""}.fa-lock{--fa: ""}.fa-gas-pump{--fa: ""}.fa-hot-tub-person,.fa-hot-tub{--fa: ""}.fa-map-location,.fa-map-marked{--fa: ""}.fa-house-flood-water{--fa: ""}.fa-tree{--fa: ""}.fa-bridge-lock{--fa: ""}.fa-sack-dollar{--fa: ""}.fa-pen-to-square,.fa-edit{--fa: ""}.fa-car-side{--fa: ""}.fa-share-nodes,.fa-share-alt{--fa: ""}.fa-heart-circle-minus{--fa: ""}.fa-hourglass-half,.fa-hourglass-2{--fa: ""}.fa-microscope{--fa: ""}.fa-sink{--fa: ""}.fa-bag-shopping,.fa-shopping-bag{--fa: ""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa: ""}.fa-mitten{--fa: ""}.fa-person-rays{--fa: ""}.fa-users{--fa: ""}.fa-eye-slash{--fa: ""}.fa-flask-vial{--fa: ""}.fa-hand,.fa-hand-paper{--fa: ""}.fa-om{--fa: ""}.fa-worm{--fa: ""}.fa-house-circle-xmark{--fa: ""}.fa-plug{--fa: ""}.fa-chevron-up{--fa: ""}.fa-hand-spock{--fa: ""}.fa-stopwatch{--fa: ""}.fa-face-kiss,.fa-kiss{--fa: ""}.fa-bridge-circle-xmark{--fa: ""}.fa-face-grin-tongue,.fa-grin-tongue{--fa: ""}.fa-chess-bishop{--fa: ""}.fa-face-grin-wink,.fa-grin-wink{--fa: ""}.fa-ear-deaf,.fa-deaf,.fa-deafness,.fa-hard-of-hearing{--fa: ""}.fa-road-circle-check{--fa: ""}.fa-dice-five{--fa: ""}.fa-square-rss,.fa-rss-square{--fa: ""}.fa-land-mine-on{--fa: ""}.fa-i-cursor{--fa: ""}.fa-stamp{--fa: ""}.fa-stairs{--fa: ""}.fa-i{--fa: "I"}.fa-hryvnia-sign,.fa-hryvnia{--fa: ""}.fa-pills{--fa: ""}.fa-face-grin-wide,.fa-grin-alt{--fa: ""}.fa-tooth{--fa: ""}.fa-v{--fa: "V"}.fa-bangladeshi-taka-sign{--fa: ""}.fa-bicycle{--fa: ""}.fa-staff-snake,.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius{--fa: ""}.fa-head-side-cough-slash{--fa: ""}.fa-truck-medical,.fa-ambulance{--fa: ""}.fa-wheat-awn-circle-exclamation{--fa: ""}.fa-snowman{--fa: ""}.fa-mortar-pestle{--fa: ""}.fa-road-barrier{--fa: ""}.fa-school{--fa: ""}.fa-igloo{--fa: ""}.fa-joint{--fa: ""}.fa-angle-right{--fa: ""}.fa-horse{--fa: ""}.fa-q{--fa: "Q"}.fa-g{--fa: "G"}.fa-notes-medical{--fa: ""}.fa-temperature-half,.fa-temperature-2,.fa-thermometer-2,.fa-thermometer-half{--fa: ""}.fa-dong-sign{--fa: ""}.fa-capsules{--fa: ""}.fa-poo-storm,.fa-poo-bolt{--fa: ""}.fa-face-frown-open,.fa-frown-open{--fa: ""}.fa-hand-point-up{--fa: ""}.fa-money-bill{--fa: ""}.fa-bookmark{--fa: ""}.fa-align-justify{--fa: ""}.fa-umbrella-beach{--fa: ""}.fa-helmet-un{--fa: ""}.fa-bullseye{--fa: ""}.fa-bacon{--fa: ""}.fa-hand-point-down{--fa: ""}.fa-arrow-up-from-bracket{--fa: ""}.fa-folder,.fa-folder-blank{--fa: ""}.fa-file-waveform,.fa-file-medical-alt{--fa: ""}.fa-radiation{--fa: ""}.fa-chart-simple{--fa: ""}.fa-mars-stroke{--fa: ""}.fa-vial{--fa: ""}.fa-gauge,.fa-dashboard,.fa-gauge-med,.fa-tachometer-alt-average{--fa: ""}.fa-wand-magic-sparkles,.fa-magic-wand-sparkles{--fa: ""}.fa-e{--fa: "E"}.fa-pen-clip,.fa-pen-alt{--fa: ""}.fa-bridge-circle-exclamation{--fa: ""}.fa-user{--fa: ""}.fa-school-circle-check{--fa: ""}.fa-dumpster{--fa: ""}.fa-van-shuttle,.fa-shuttle-van{--fa: ""}.fa-building-user{--fa: ""}.fa-square-caret-left,.fa-caret-square-left{--fa: ""}.fa-highlighter{--fa: ""}.fa-key{--fa: ""}.fa-bullhorn{--fa: ""}.fa-globe{--fa: ""}.fa-synagogue{--fa: ""}.fa-person-half-dress{--fa: ""}.fa-road-bridge{--fa: ""}.fa-location-arrow{--fa: ""}.fa-c{--fa: "C"}.fa-tablet-button{--fa: ""}.fa-building-lock{--fa: ""}.fa-pizza-slice{--fa: ""}.fa-money-bill-wave{--fa: ""}.fa-chart-area,.fa-area-chart{--fa: ""}.fa-house-flag{--fa: ""}.fa-person-circle-minus{--fa: ""}.fa-ban,.fa-cancel{--fa: ""}.fa-camera-rotate{--fa: ""}.fa-spray-can-sparkles,.fa-air-freshener{--fa: ""}.fa-star{--fa: ""}.fa-repeat{--fa: ""}.fa-cross{--fa: ""}.fa-box{--fa: ""}.fa-venus-mars{--fa: ""}.fa-arrow-pointer,.fa-mouse-pointer{--fa: ""}.fa-maximize,.fa-expand-arrows-alt{--fa: ""}.fa-charging-station{--fa: ""}.fa-shapes,.fa-triangle-circle-square{--fa: ""}.fa-shuffle,.fa-random{--fa: ""}.fa-person-running,.fa-running{--fa: ""}.fa-mobile-retro{--fa: ""}.fa-grip-lines-vertical{--fa: ""}.fa-spider{--fa: ""}.fa-hands-bound{--fa: ""}.fa-file-invoice-dollar{--fa: ""}.fa-plane-circle-exclamation{--fa: ""}.fa-x-ray{--fa: ""}.fa-spell-check{--fa: ""}.fa-slash{--fa: ""}.fa-computer-mouse,.fa-mouse{--fa: ""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa: ""}.fa-shop-slash,.fa-store-alt-slash{--fa: ""}.fa-server{--fa: ""}.fa-virus-covid-slash{--fa: ""}.fa-shop-lock{--fa: ""}.fa-hourglass-start,.fa-hourglass-1{--fa: ""}.fa-blender-phone{--fa: ""}.fa-building-wheat{--fa: ""}.fa-person-breastfeeding{--fa: ""}.fa-right-to-bracket,.fa-sign-in-alt{--fa: ""}.fa-venus{--fa: ""}.fa-passport{--fa: ""}.fa-thumbtack-slash,.fa-thumb-tack-slash{--fa: ""}.fa-heart-pulse,.fa-heartbeat{--fa: ""}.fa-people-carry-box,.fa-people-carry{--fa: ""}.fa-temperature-high{--fa: ""}.fa-microchip{--fa: ""}.fa-crown{--fa: ""}.fa-weight-hanging{--fa: ""}.fa-xmarks-lines{--fa: ""}.fa-file-prescription{--fa: ""}.fa-weight-scale,.fa-weight{--fa: ""}.fa-user-group,.fa-user-friends{--fa: ""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa: ""}.fa-chess-knight{--fa: ""}.fa-face-laugh-squint,.fa-laugh-squint{--fa: ""}.fa-wheelchair{--fa: ""}.fa-circle-arrow-up,.fa-arrow-circle-up{--fa: ""}.fa-toggle-on{--fa: ""}.fa-person-walking,.fa-walking{--fa: ""}.fa-l{--fa: "L"}.fa-fire{--fa: ""}.fa-bed-pulse,.fa-procedures{--fa: ""}.fa-shuttle-space,.fa-space-shuttle{--fa: ""}.fa-face-laugh,.fa-laugh{--fa: ""}.fa-folder-open{--fa: ""}.fa-heart-circle-plus{--fa: ""}.fa-code-fork{--fa: ""}.fa-city{--fa: ""}.fa-microphone-lines,.fa-microphone-alt{--fa: ""}.fa-pepper-hot{--fa: ""}.fa-unlock{--fa: ""}.fa-colon-sign{--fa: ""}.fa-headset{--fa: ""}.fa-store-slash{--fa: ""}.fa-road-circle-xmark{--fa: ""}.fa-user-minus{--fa: ""}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa: ""}.fa-champagne-glasses,.fa-glass-cheers{--fa: ""}.fa-clipboard{--fa: ""}.fa-house-circle-exclamation{--fa: ""}.fa-file-arrow-up,.fa-file-upload{--fa: ""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa: ""}.fa-bath,.fa-bathtub{--fa: ""}.fa-underline{--fa: ""}.fa-user-pen,.fa-user-edit{--fa: ""}.fa-signature{--fa: ""}.fa-stroopwafel{--fa: ""}.fa-bold{--fa: ""}.fa-anchor-lock{--fa: ""}.fa-building-ngo{--fa: ""}.fa-manat-sign{--fa: ""}.fa-not-equal{--fa: ""}.fa-border-top-left,.fa-border-style{--fa: ""}.fa-map-location-dot,.fa-map-marked-alt{--fa: ""}.fa-jedi{--fa: ""}.fa-square-poll-vertical,.fa-poll{--fa: ""}.fa-mug-hot{--fa: ""}.fa-car-battery,.fa-battery-car{--fa: ""}.fa-gift{--fa: ""}.fa-dice-two{--fa: ""}.fa-chess-queen{--fa: ""}.fa-glasses{--fa: ""}.fa-chess-board{--fa: ""}.fa-building-circle-check{--fa: ""}.fa-person-chalkboard{--fa: ""}.fa-mars-stroke-right,.fa-mars-stroke-h{--fa: ""}.fa-hand-back-fist,.fa-hand-rock{--fa: ""}.fa-square-caret-up,.fa-caret-square-up{--fa: ""}.fa-cloud-showers-water{--fa: ""}.fa-chart-bar,.fa-bar-chart{--fa: ""}.fa-hands-bubbles,.fa-hands-wash{--fa: ""}.fa-less-than-equal{--fa: ""}.fa-train{--fa: ""}.fa-eye-low-vision,.fa-low-vision{--fa: ""}.fa-crow{--fa: ""}.fa-sailboat{--fa: ""}.fa-window-restore{--fa: ""}.fa-square-plus,.fa-plus-square{--fa: ""}.fa-torii-gate{--fa: ""}.fa-frog{--fa: ""}.fa-bucket{--fa: ""}.fa-image{--fa: ""}.fa-microphone{--fa: ""}.fa-cow{--fa: ""}.fa-caret-up{--fa: ""}.fa-screwdriver{--fa: ""}.fa-folder-closed{--fa: ""}.fa-house-tsunami{--fa: ""}.fa-square-nfi{--fa: ""}.fa-arrow-up-from-ground-water{--fa: ""}.fa-martini-glass,.fa-glass-martini-alt{--fa: ""}.fa-square-binary{--fa: ""}.fa-rotate-left,.fa-rotate-back,.fa-rotate-backward,.fa-undo-alt{--fa: ""}.fa-table-columns,.fa-columns{--fa: ""}.fa-lemon{--fa: ""}.fa-head-side-mask{--fa: ""}.fa-handshake{--fa: ""}.fa-gem{--fa: ""}.fa-dolly,.fa-dolly-box{--fa: ""}.fa-smoking{--fa: ""}.fa-minimize,.fa-compress-arrows-alt{--fa: ""}.fa-monument{--fa: ""}.fa-snowplow{--fa: ""}.fa-angles-right,.fa-angle-double-right{--fa: ""}.fa-cannabis{--fa: ""}.fa-circle-play,.fa-play-circle{--fa: ""}.fa-tablets{--fa: ""}.fa-ethernet{--fa: ""}.fa-euro-sign,.fa-eur,.fa-euro{--fa: ""}.fa-chair{--fa: ""}.fa-circle-check,.fa-check-circle{--fa: ""}.fa-circle-stop,.fa-stop-circle{--fa: ""}.fa-compass-drafting,.fa-drafting-compass{--fa: ""}.fa-plate-wheat{--fa: ""}.fa-icicles{--fa: ""}.fa-person-shelter{--fa: ""}.fa-neuter{--fa: ""}.fa-id-badge{--fa: ""}.fa-marker{--fa: ""}.fa-face-laugh-beam,.fa-laugh-beam{--fa: ""}.fa-helicopter-symbol{--fa: ""}.fa-universal-access{--fa: ""}.fa-circle-chevron-up,.fa-chevron-circle-up{--fa: ""}.fa-lari-sign{--fa: ""}.fa-volcano{--fa: ""}.fa-person-walking-dashed-line-arrow-right{--fa: ""}.fa-sterling-sign,.fa-gbp,.fa-pound-sign{--fa: ""}.fa-viruses{--fa: ""}.fa-square-person-confined{--fa: ""}.fa-user-tie{--fa: ""}.fa-arrow-down-long,.fa-long-arrow-down{--fa: ""}.fa-tent-arrow-down-to-line{--fa: ""}.fa-certificate{--fa: ""}.fa-reply-all,.fa-mail-reply-all{--fa: ""}.fa-suitcase{--fa: ""}.fa-person-skating,.fa-skating{--fa: ""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa: ""}.fa-camera-retro{--fa: ""}.fa-circle-arrow-down,.fa-arrow-circle-down{--fa: ""}.fa-file-import,.fa-arrow-right-to-file{--fa: ""}.fa-square-arrow-up-right,.fa-external-link-square{--fa: ""}.fa-box-open{--fa: ""}.fa-scroll{--fa: ""}.fa-spa{--fa: ""}.fa-location-pin-lock{--fa: ""}.fa-pause{--fa: ""}.fa-hill-avalanche{--fa: ""}.fa-temperature-empty,.fa-temperature-0,.fa-thermometer-0,.fa-thermometer-empty{--fa: ""}.fa-bomb{--fa: ""}.fa-registered{--fa: ""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa: ""}.fa-scale-unbalanced-flip,.fa-balance-scale-right{--fa: ""}.fa-subscript{--fa: ""}.fa-diamond-turn-right,.fa-directions{--fa: ""}.fa-burst{--fa: ""}.fa-house-laptop,.fa-laptop-house{--fa: ""}.fa-face-tired,.fa-tired{--fa: ""}.fa-money-bills{--fa: ""}.fa-smog{--fa: ""}.fa-crutch{--fa: ""}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa: ""}.fa-palette{--fa: ""}.fa-arrows-turn-right{--fa: ""}.fa-vest{--fa: ""}.fa-ferry{--fa: ""}.fa-arrows-down-to-people{--fa: ""}.fa-seedling,.fa-sprout{--fa: ""}.fa-left-right,.fa-arrows-alt-h{--fa: ""}.fa-boxes-packing{--fa: ""}.fa-circle-arrow-left,.fa-arrow-circle-left{--fa: ""}.fa-group-arrows-rotate{--fa: ""}.fa-bowl-food{--fa: ""}.fa-candy-cane{--fa: ""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa: ""}.fa-cloud-bolt,.fa-thunderstorm{--fa: ""}.fa-text-slash,.fa-remove-format{--fa: ""}.fa-face-smile-wink,.fa-smile-wink{--fa: ""}.fa-file-word{--fa: ""}.fa-file-powerpoint{--fa: ""}.fa-arrows-left-right,.fa-arrows-h{--fa: ""}.fa-house-lock{--fa: ""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa: ""}.fa-children{--fa: ""}.fa-chalkboard,.fa-blackboard{--fa: ""}.fa-user-large-slash,.fa-user-alt-slash{--fa: ""}.fa-envelope-open{--fa: ""}.fa-handshake-simple-slash,.fa-handshake-alt-slash{--fa: ""}.fa-mattress-pillow{--fa: ""}.fa-guarani-sign{--fa: ""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa: ""}.fa-fire-extinguisher{--fa: ""}.fa-cruzeiro-sign{--fa: ""}.fa-greater-than-equal{--fa: ""}.fa-shield-halved,.fa-shield-alt{--fa: ""}.fa-book-atlas,.fa-atlas{--fa: ""}.fa-virus{--fa: ""}.fa-envelope-circle-check{--fa: ""}.fa-layer-group{--fa: ""}.fa-arrows-to-dot{--fa: ""}.fa-archway{--fa: ""}.fa-heart-circle-check{--fa: ""}.fa-house-chimney-crack,.fa-house-damage{--fa: ""}.fa-file-zipper,.fa-file-archive{--fa: ""}.fa-square{--fa: ""}.fa-martini-glass-empty,.fa-glass-martini{--fa: ""}.fa-couch{--fa: ""}.fa-cedi-sign{--fa: ""}.fa-italic{--fa: ""}.fa-table-cells-column-lock{--fa: ""}.fa-church{--fa: ""}.fa-comments-dollar{--fa: ""}.fa-democrat{--fa: ""}.fa-z{--fa: "Z"}.fa-person-skiing,.fa-skiing{--fa: ""}.fa-road-lock{--fa: ""}.fa-a{--fa: "A"}.fa-temperature-arrow-down,.fa-temperature-down{--fa: ""}.fa-feather-pointed,.fa-feather-alt{--fa: ""}.fa-p{--fa: "P"}.fa-snowflake{--fa: ""}.fa-newspaper{--fa: ""}.fa-rectangle-ad,.fa-ad{--fa: ""}.fa-circle-arrow-right,.fa-arrow-circle-right{--fa: ""}.fa-filter-circle-xmark{--fa: ""}.fa-locust{--fa: ""}.fa-sort,.fa-unsorted{--fa: ""}.fa-list-ol,.fa-list-1-2,.fa-list-numeric{--fa: ""}.fa-person-dress-burst{--fa: ""}.fa-money-check-dollar,.fa-money-check-alt{--fa: ""}.fa-vector-square{--fa: ""}.fa-bread-slice{--fa: ""}.fa-language{--fa: ""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa: ""}.fa-filter{--fa: ""}.fa-question{--fa: "?"}.fa-file-signature{--fa: ""}.fa-up-down-left-right,.fa-arrows-alt{--fa: ""}.fa-house-chimney-user{--fa: ""}.fa-hand-holding-heart{--fa: ""}.fa-puzzle-piece{--fa: ""}.fa-money-check{--fa: ""}.fa-star-half-stroke,.fa-star-half-alt{--fa: ""}.fa-code{--fa: ""}.fa-whiskey-glass,.fa-glass-whiskey{--fa: ""}.fa-building-circle-exclamation{--fa: ""}.fa-magnifying-glass-chart{--fa: ""}.fa-arrow-up-right-from-square,.fa-external-link{--fa: ""}.fa-cubes-stacked{--fa: ""}.fa-won-sign,.fa-krw,.fa-won{--fa: ""}.fa-virus-covid{--fa: ""}.fa-austral-sign{--fa: ""}.fa-f{--fa: "F"}.fa-leaf{--fa: ""}.fa-road{--fa: ""}.fa-taxi,.fa-cab{--fa: ""}.fa-person-circle-plus{--fa: ""}.fa-chart-pie,.fa-pie-chart{--fa: ""}.fa-bolt-lightning{--fa: ""}.fa-sack-xmark{--fa: ""}.fa-file-excel{--fa: ""}.fa-file-contract{--fa: ""}.fa-fish-fins{--fa: ""}.fa-building-flag{--fa: ""}.fa-face-grin-beam,.fa-grin-beam{--fa: ""}.fa-object-ungroup{--fa: ""}.fa-poop{--fa: ""}.fa-location-pin,.fa-map-marker{--fa: ""}.fa-kaaba{--fa: ""}.fa-toilet-paper{--fa: ""}.fa-helmet-safety,.fa-hard-hat,.fa-hat-hard{--fa: ""}.fa-eject{--fa: ""}.fa-circle-right,.fa-arrow-alt-circle-right{--fa: ""}.fa-plane-circle-check{--fa: ""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa: ""}.fa-object-group{--fa: ""}.fa-chart-line,.fa-line-chart{--fa: ""}.fa-mask-ventilator{--fa: ""}.fa-arrow-right{--fa: ""}.fa-signs-post,.fa-map-signs{--fa: ""}.fa-cash-register{--fa: ""}.fa-person-circle-question{--fa: ""}.fa-h{--fa: "H"}.fa-tarp{--fa: ""}.fa-screwdriver-wrench,.fa-tools{--fa: ""}.fa-arrows-to-eye{--fa: ""}.fa-plug-circle-bolt{--fa: ""}.fa-heart{--fa: ""}.fa-mars-and-venus{--fa: ""}.fa-house-user,.fa-home-user{--fa: ""}.fa-dumpster-fire{--fa: ""}.fa-house-crack{--fa: ""}.fa-martini-glass-citrus,.fa-cocktail{--fa: ""}.fa-face-surprise,.fa-surprise{--fa: ""}.fa-bottle-water{--fa: ""}.fa-circle-pause,.fa-pause-circle{--fa: ""}.fa-toilet-paper-slash{--fa: ""}.fa-apple-whole,.fa-apple-alt{--fa: ""}.fa-kitchen-set{--fa: ""}.fa-r{--fa: "R"}.fa-temperature-quarter,.fa-temperature-1,.fa-thermometer-1,.fa-thermometer-quarter{--fa: ""}.fa-cube{--fa: ""}.fa-bitcoin-sign{--fa: ""}.fa-shield-dog{--fa: ""}.fa-solar-panel{--fa: ""}.fa-lock-open{--fa: ""}.fa-elevator{--fa: ""}.fa-money-bill-transfer{--fa: ""}.fa-money-bill-trend-up{--fa: ""}.fa-house-flood-water-circle-arrow-right{--fa: ""}.fa-square-poll-horizontal,.fa-poll-h{--fa: ""}.fa-circle{--fa: ""}.fa-backward-fast,.fa-fast-backward{--fa: ""}.fa-recycle{--fa: ""}.fa-user-astronaut{--fa: ""}.fa-plane-slash{--fa: ""}.fa-trademark{--fa: ""}.fa-basketball,.fa-basketball-ball{--fa: ""}.fa-satellite-dish{--fa: ""}.fa-circle-up,.fa-arrow-alt-circle-up{--fa: ""}.fa-mobile-screen-button,.fa-mobile-alt{--fa: ""}.fa-volume-high,.fa-volume-up{--fa: ""}.fa-users-rays{--fa: ""}.fa-wallet{--fa: ""}.fa-clipboard-check{--fa: ""}.fa-file-audio{--fa: ""}.fa-burger,.fa-hamburger{--fa: ""}.fa-wrench{--fa: ""}.fa-bugs{--fa: ""}.fa-rupee-sign,.fa-rupee{--fa: ""}.fa-file-image{--fa: ""}.fa-circle-question,.fa-question-circle{--fa: ""}.fa-plane-departure{--fa: ""}.fa-handshake-slash{--fa: ""}.fa-book-bookmark{--fa: ""}.fa-code-branch{--fa: ""}.fa-hat-cowboy{--fa: ""}.fa-bridge{--fa: ""}.fa-phone-flip,.fa-phone-alt{--fa: ""}.fa-truck-front{--fa: ""}.fa-cat{--fa: ""}.fa-anchor-circle-exclamation{--fa: ""}.fa-truck-field{--fa: ""}.fa-route{--fa: ""}.fa-clipboard-question{--fa: ""}.fa-panorama{--fa: ""}.fa-comment-medical{--fa: ""}.fa-teeth-open{--fa: ""}.fa-file-circle-minus{--fa: ""}.fa-tags{--fa: ""}.fa-wine-glass{--fa: ""}.fa-forward-fast,.fa-fast-forward{--fa: ""}.fa-face-meh-blank,.fa-meh-blank{--fa: ""}.fa-square-parking,.fa-parking{--fa: ""}.fa-house-signal{--fa: ""}.fa-bars-progress,.fa-tasks-alt{--fa: ""}.fa-faucet-drip{--fa: ""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa: ""}.fa-ban-smoking,.fa-smoking-ban{--fa: ""}.fa-terminal{--fa: ""}.fa-mobile-button{--fa: ""}.fa-house-medical-flag{--fa: ""}.fa-basket-shopping,.fa-shopping-basket{--fa: ""}.fa-tape{--fa: ""}.fa-bus-simple,.fa-bus-alt{--fa: ""}.fa-eye{--fa: ""}.fa-face-sad-cry,.fa-sad-cry{--fa: ""}.fa-audio-description{--fa: ""}.fa-person-military-to-person{--fa: ""}.fa-file-shield{--fa: ""}.fa-user-slash{--fa: ""}.fa-pen{--fa: ""}.fa-tower-observation{--fa: ""}.fa-file-code{--fa: ""}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa: ""}.fa-bus{--fa: ""}.fa-heart-circle-xmark{--fa: ""}.fa-house-chimney,.fa-home-lg{--fa: ""}.fa-window-maximize{--fa: ""}.fa-face-frown,.fa-frown{--fa: ""}.fa-prescription{--fa: ""}.fa-shop,.fa-store-alt{--fa: ""}.fa-floppy-disk,.fa-save{--fa: ""}.fa-vihara{--fa: ""}.fa-scale-unbalanced,.fa-balance-scale-left{--fa: ""}.fa-sort-up,.fa-sort-asc{--fa: ""}.fa-comment-dots,.fa-commenting{--fa: ""}.fa-plant-wilt{--fa: ""}.fa-diamond{--fa: ""}.fa-face-grin-squint,.fa-grin-squint{--fa: ""}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa: ""}.fa-chart-diagram{--fa: ""}.fa-bacterium{--fa: ""}.fa-hand-pointer{--fa: ""}.fa-drum-steelpan{--fa: ""}.fa-hand-scissors{--fa: ""}.fa-hands-praying,.fa-praying-hands{--fa: ""}.fa-arrow-rotate-right,.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-redo{--fa: ""}.fa-biohazard{--fa: ""}.fa-location-crosshairs,.fa-location{--fa: ""}.fa-mars-double{--fa: ""}.fa-child-dress{--fa: ""}.fa-users-between-lines{--fa: ""}.fa-lungs-virus{--fa: ""}.fa-face-grin-tears,.fa-grin-tears{--fa: ""}.fa-phone{--fa: ""}.fa-calendar-xmark,.fa-calendar-times{--fa: ""}.fa-child-reaching{--fa: ""}.fa-head-side-virus{--fa: ""}.fa-user-gear,.fa-user-cog{--fa: ""}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa: ""}.fa-door-closed{--fa: ""}.fa-shield-virus{--fa: ""}.fa-dice-six{--fa: ""}.fa-mosquito-net{--fa: ""}.fa-file-fragment{--fa: ""}.fa-bridge-water{--fa: ""}.fa-person-booth{--fa: ""}.fa-text-width{--fa: ""}.fa-hat-wizard{--fa: ""}.fa-pen-fancy{--fa: ""}.fa-person-digging,.fa-digging{--fa: ""}.fa-trash{--fa: ""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa: ""}.fa-book-medical{--fa: ""}.fa-poo{--fa: ""}.fa-quote-right,.fa-quote-right-alt{--fa: ""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa: ""}.fa-cubes{--fa: ""}.fa-divide{--fa: ""}.fa-tenge-sign,.fa-tenge{--fa: ""}.fa-headphones{--fa: ""}.fa-hands-holding{--fa: ""}.fa-hands-clapping{--fa: ""}.fa-republican{--fa: ""}.fa-arrow-left{--fa: ""}.fa-person-circle-xmark{--fa: ""}.fa-ruler{--fa: ""}.fa-align-left{--fa: ""}.fa-dice-d6{--fa: ""}.fa-restroom{--fa: ""}.fa-j{--fa: "J"}.fa-users-viewfinder{--fa: ""}.fa-file-video{--fa: ""}.fa-up-right-from-square,.fa-external-link-alt{--fa: ""}.fa-table-cells,.fa-th{--fa: ""}.fa-file-pdf{--fa: ""}.fa-book-bible,.fa-bible{--fa: ""}.fa-o{--fa: "O"}.fa-suitcase-medical,.fa-medkit{--fa: ""}.fa-user-secret{--fa: ""}.fa-otter{--fa: ""}.fa-person-dress,.fa-female{--fa: ""}.fa-comment-dollar{--fa: ""}.fa-business-time,.fa-briefcase-clock{--fa: ""}.fa-table-cells-large,.fa-th-large{--fa: ""}.fa-book-tanakh,.fa-tanakh{--fa: ""}.fa-phone-volume,.fa-volume-control-phone{--fa: ""}.fa-hat-cowboy-side{--fa: ""}.fa-clipboard-user{--fa: ""}.fa-child{--fa: ""}.fa-lira-sign{--fa: ""}.fa-satellite{--fa: ""}.fa-plane-lock{--fa: ""}.fa-tag{--fa: ""}.fa-comment{--fa: ""}.fa-cake-candles,.fa-birthday-cake,.fa-cake{--fa: ""}.fa-envelope{--fa: ""}.fa-angles-up,.fa-angle-double-up{--fa: ""}.fa-paperclip{--fa: ""}.fa-arrow-right-to-city{--fa: ""}.fa-ribbon{--fa: ""}.fa-lungs{--fa: ""}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa: ""}.fa-litecoin-sign{--fa: ""}.fa-border-none{--fa: ""}.fa-circle-nodes{--fa: ""}.fa-parachute-box{--fa: ""}.fa-indent{--fa: ""}.fa-truck-field-un{--fa: ""}.fa-hourglass,.fa-hourglass-empty{--fa: ""}.fa-mountain{--fa: ""}.fa-user-doctor,.fa-user-md{--fa: ""}.fa-circle-info,.fa-info-circle{--fa: ""}.fa-cloud-meatball{--fa: ""}.fa-camera,.fa-camera-alt{--fa: ""}.fa-square-virus{--fa: ""}.fa-meteor{--fa: ""}.fa-car-on{--fa: ""}.fa-sleigh{--fa: ""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa: ""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa: ""}.fa-water{--fa: ""}.fa-calendar-check{--fa: ""}.fa-braille{--fa: ""}.fa-prescription-bottle-medical,.fa-prescription-bottle-alt{--fa: ""}.fa-landmark{--fa: ""}.fa-truck{--fa: ""}.fa-crosshairs{--fa: ""}.fa-person-cane{--fa: ""}.fa-tent{--fa: ""}.fa-vest-patches{--fa: ""}.fa-check-double{--fa: ""}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa: ""}.fa-money-bill-wheat{--fa: ""}.fa-cookie{--fa: ""}.fa-arrow-rotate-left,.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-undo{--fa: ""}.fa-hard-drive,.fa-hdd{--fa: ""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa: ""}.fa-dumbbell{--fa: ""}.fa-rectangle-list,.fa-list-alt{--fa: ""}.fa-tarp-droplet{--fa: ""}.fa-house-medical-circle-check{--fa: ""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa: ""}.fa-calendar-plus{--fa: ""}.fa-plane-arrival{--fa: ""}.fa-circle-left,.fa-arrow-alt-circle-left{--fa: ""}.fa-train-subway,.fa-subway{--fa: ""}.fa-chart-gantt{--fa: ""}.fa-indian-rupee-sign,.fa-indian-rupee,.fa-inr{--fa: ""}.fa-crop-simple,.fa-crop-alt{--fa: ""}.fa-money-bill-1,.fa-money-bill-alt{--fa: ""}.fa-left-long,.fa-long-arrow-alt-left{--fa: ""}.fa-dna{--fa: ""}.fa-virus-slash{--fa: ""}.fa-minus,.fa-subtract{--fa: ""}.fa-chess{--fa: ""}.fa-arrow-left-long,.fa-long-arrow-left{--fa: ""}.fa-plug-circle-check{--fa: ""}.fa-street-view{--fa: ""}.fa-franc-sign{--fa: ""}.fa-volume-off{--fa: ""}.fa-hands-asl-interpreting,.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting{--fa: ""}.fa-gear,.fa-cog{--fa: ""}.fa-droplet-slash,.fa-tint-slash{--fa: ""}.fa-mosque{--fa: ""}.fa-mosquito{--fa: ""}.fa-star-of-david{--fa: ""}.fa-person-military-rifle{--fa: ""}.fa-cart-shopping,.fa-shopping-cart{--fa: ""}.fa-vials{--fa: ""}.fa-plug-circle-plus{--fa: ""}.fa-place-of-worship{--fa: ""}.fa-grip-vertical{--fa: ""}.fa-hexagon-nodes{--fa: ""}.fa-arrow-turn-up,.fa-level-up{--fa: ""}.fa-u{--fa: "U"}.fa-square-root-variable,.fa-square-root-alt{--fa: ""}.fa-clock,.fa-clock-four{--fa: ""}.fa-backward-step,.fa-step-backward{--fa: ""}.fa-pallet{--fa: ""}.fa-faucet{--fa: ""}.fa-baseball-bat-ball{--fa: ""}.fa-s{--fa: "S"}.fa-timeline{--fa: ""}.fa-keyboard{--fa: ""}.fa-caret-down{--fa: ""}.fa-house-chimney-medical,.fa-clinic-medical{--fa: ""}.fa-temperature-three-quarters,.fa-temperature-3,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa: ""}.fa-mobile-screen,.fa-mobile-android-alt{--fa: ""}.fa-plane-up{--fa: ""}.fa-piggy-bank{--fa: ""}.fa-battery-half,.fa-battery-3{--fa: ""}.fa-mountain-city{--fa: ""}.fa-coins{--fa: ""}.fa-khanda{--fa: ""}.fa-sliders,.fa-sliders-h{--fa: ""}.fa-folder-tree{--fa: ""}.fa-network-wired{--fa: ""}.fa-map-pin{--fa: ""}.fa-hamsa{--fa: ""}.fa-cent-sign{--fa: ""}.fa-flask{--fa: ""}.fa-person-pregnant{--fa: ""}.fa-wand-sparkles{--fa: ""}.fa-ellipsis-vertical,.fa-ellipsis-v{--fa: ""}.fa-ticket{--fa: ""}.fa-power-off{--fa: ""}.fa-right-long,.fa-long-arrow-alt-right{--fa: ""}.fa-flag-usa{--fa: ""}.fa-laptop-file{--fa: ""}.fa-tty,.fa-teletype{--fa: ""}.fa-diagram-next{--fa: ""}.fa-person-rifle{--fa: ""}.fa-house-medical-circle-exclamation{--fa: ""}.fa-closed-captioning{--fa: ""}.fa-person-hiking,.fa-hiking{--fa: ""}.fa-venus-double{--fa: ""}.fa-images{--fa: ""}.fa-calculator{--fa: ""}.fa-people-pulling{--fa: ""}.fa-n{--fa: "N"}.fa-cable-car,.fa-tram{--fa: ""}.fa-cloud-rain{--fa: ""}.fa-building-circle-xmark{--fa: ""}.fa-ship{--fa: ""}.fa-arrows-down-to-line{--fa: ""}.fa-download{--fa: ""}.fa-face-grin,.fa-grin{--fa: ""}.fa-delete-left,.fa-backspace{--fa: ""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa: ""}.fa-file-circle-check{--fa: ""}.fa-forward{--fa: ""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa: ""}.fa-face-meh,.fa-meh{--fa: ""}.fa-align-center{--fa: ""}.fa-book-skull,.fa-book-dead{--fa: ""}.fa-id-card,.fa-drivers-license{--fa: ""}.fa-outdent,.fa-dedent{--fa: ""}.fa-heart-circle-exclamation{--fa: ""}.fa-house,.fa-home,.fa-home-alt,.fa-home-lg-alt{--fa: ""}.fa-calendar-week{--fa: ""}.fa-laptop-medical{--fa: ""}.fa-b{--fa: "B"}.fa-file-medical{--fa: ""}.fa-dice-one{--fa: ""}.fa-kiwi-bird{--fa: ""}.fa-arrow-right-arrow-left,.fa-exchange{--fa: ""}.fa-rotate-right,.fa-redo-alt,.fa-rotate-forward{--fa: ""}.fa-utensils,.fa-cutlery{--fa: ""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa: ""}.fa-mill-sign{--fa: ""}.fa-bowl-rice{--fa: ""}.fa-skull{--fa: ""}.fa-tower-broadcast,.fa-broadcast-tower{--fa: ""}.fa-truck-pickup{--fa: ""}.fa-up-long,.fa-long-arrow-alt-up{--fa: ""}.fa-stop{--fa: ""}.fa-code-merge{--fa: ""}.fa-upload{--fa: ""}.fa-hurricane{--fa: ""}.fa-mound{--fa: ""}.fa-toilet-portable{--fa: ""}.fa-compact-disc{--fa: ""}.fa-file-arrow-down,.fa-file-download{--fa: ""}.fa-caravan{--fa: ""}.fa-shield-cat{--fa: ""}.fa-bolt,.fa-zap{--fa: ""}.fa-glass-water{--fa: ""}.fa-oil-well{--fa: ""}.fa-vault{--fa: ""}.fa-mars{--fa: ""}.fa-toilet{--fa: ""}.fa-plane-circle-xmark{--fa: ""}.fa-yen-sign,.fa-cny,.fa-jpy,.fa-rmb,.fa-yen{--fa: ""}.fa-ruble-sign,.fa-rouble,.fa-rub,.fa-ruble{--fa: ""}.fa-sun{--fa: ""}.fa-guitar{--fa: ""}.fa-face-laugh-wink,.fa-laugh-wink{--fa: ""}.fa-horse-head{--fa: ""}.fa-bore-hole{--fa: ""}.fa-industry{--fa: ""}.fa-circle-down,.fa-arrow-alt-circle-down{--fa: ""}.fa-arrows-turn-to-dots{--fa: ""}.fa-florin-sign{--fa: ""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa: ""}.fa-less-than{--fa: "<"}.fa-angle-down{--fa: ""}.fa-car-tunnel{--fa: ""}.fa-head-side-cough{--fa: ""}.fa-grip-lines{--fa: ""}.fa-thumbs-down{--fa: ""}.fa-user-lock{--fa: ""}.fa-arrow-right-long,.fa-long-arrow-right{--fa: ""}.fa-anchor-circle-xmark{--fa: ""}.fa-ellipsis,.fa-ellipsis-h{--fa: ""}.fa-chess-pawn{--fa: ""}.fa-kit-medical,.fa-first-aid{--fa: ""}.fa-person-through-window{--fa: ""}.fa-toolbox{--fa: ""}.fa-hands-holding-circle{--fa: ""}.fa-bug{--fa: ""}.fa-credit-card,.fa-credit-card-alt{--fa: ""}.fa-car,.fa-automobile{--fa: ""}.fa-hand-holding-hand{--fa: ""}.fa-book-open-reader,.fa-book-reader{--fa: ""}.fa-mountain-sun{--fa: ""}.fa-arrows-left-right-to-line{--fa: ""}.fa-dice-d20{--fa: ""}.fa-truck-droplet{--fa: ""}.fa-file-circle-xmark{--fa: ""}.fa-temperature-arrow-up,.fa-temperature-up{--fa: ""}.fa-medal{--fa: ""}.fa-bed{--fa: ""}.fa-square-h,.fa-h-square{--fa: ""}.fa-podcast{--fa: ""}.fa-temperature-full,.fa-temperature-4,.fa-thermometer-4,.fa-thermometer-full{--fa: ""}.fa-bell{--fa: ""}.fa-superscript{--fa: ""}.fa-plug-circle-xmark{--fa: ""}.fa-star-of-life{--fa: ""}.fa-phone-slash{--fa: ""}.fa-paint-roller{--fa: ""}.fa-handshake-angle,.fa-hands-helping{--fa: ""}.fa-location-dot,.fa-map-marker-alt{--fa: ""}.fa-file{--fa: ""}.fa-greater-than{--fa: ">"}.fa-person-swimming,.fa-swimmer{--fa: ""}.fa-arrow-down{--fa: ""}.fa-droplet,.fa-tint{--fa: ""}.fa-eraser{--fa: ""}.fa-earth-americas,.fa-earth,.fa-earth-america,.fa-globe-americas{--fa: ""}.fa-person-burst{--fa: ""}.fa-dove{--fa: ""}.fa-battery-empty,.fa-battery-0{--fa: ""}.fa-socks{--fa: ""}.fa-inbox{--fa: ""}.fa-section{--fa: ""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa: ""}.fa-envelope-open-text{--fa: ""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa: ""}.fa-wine-bottle{--fa: ""}.fa-chess-rook{--fa: ""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa: ""}.fa-dharmachakra{--fa: ""}.fa-hotdog{--fa: ""}.fa-person-walking-with-cane,.fa-blind{--fa: ""}.fa-drum{--fa: ""}.fa-ice-cream{--fa: ""}.fa-heart-circle-bolt{--fa: ""}.fa-fax{--fa: ""}.fa-paragraph{--fa: ""}.fa-check-to-slot,.fa-vote-yea{--fa: ""}.fa-star-half{--fa: ""}.fa-boxes-stacked,.fa-boxes,.fa-boxes-alt{--fa: ""}.fa-link,.fa-chain{--fa: ""}.fa-ear-listen,.fa-assistive-listening-systems{--fa: ""}.fa-tree-city{--fa: ""}.fa-play{--fa: ""}.fa-font{--fa: ""}.fa-table-cells-row-lock{--fa: ""}.fa-rupiah-sign{--fa: ""}.fa-magnifying-glass,.fa-search{--fa: ""}.fa-table-tennis-paddle-ball,.fa-ping-pong-paddle-ball,.fa-table-tennis{--fa: ""}.fa-person-dots-from-line,.fa-diagnoses{--fa: ""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa: ""}.fa-naira-sign{--fa: ""}.fa-cart-arrow-down{--fa: ""}.fa-walkie-talkie{--fa: ""}.fa-file-pen,.fa-file-edit{--fa: ""}.fa-receipt{--fa: ""}.fa-square-pen,.fa-pen-square,.fa-pencil-square{--fa: ""}.fa-suitcase-rolling{--fa: ""}.fa-person-circle-exclamation{--fa: ""}.fa-chevron-down{--fa: ""}.fa-battery-full,.fa-battery,.fa-battery-5{--fa: ""}.fa-skull-crossbones{--fa: ""}.fa-code-compare{--fa: ""}.fa-list-ul,.fa-list-dots{--fa: ""}.fa-school-lock{--fa: ""}.fa-tower-cell{--fa: ""}.fa-down-long,.fa-long-arrow-alt-down{--fa: ""}.fa-ranking-star{--fa: ""}.fa-chess-king{--fa: ""}.fa-person-harassing{--fa: ""}.fa-brazilian-real-sign{--fa: ""}.fa-landmark-dome,.fa-landmark-alt{--fa: ""}.fa-arrow-up{--fa: ""}.fa-tv,.fa-television,.fa-tv-alt{--fa: ""}.fa-shrimp{--fa: ""}.fa-list-check,.fa-tasks{--fa: ""}.fa-jug-detergent{--fa: ""}.fa-circle-user,.fa-user-circle{--fa: ""}.fa-user-shield{--fa: ""}.fa-wind{--fa: ""}.fa-car-burst,.fa-car-crash{--fa: ""}.fa-y{--fa: "Y"}.fa-person-snowboarding,.fa-snowboarding{--fa: ""}.fa-truck-fast,.fa-shipping-fast{--fa: ""}.fa-fish{--fa: ""}.fa-user-graduate{--fa: ""}.fa-circle-half-stroke,.fa-adjust{--fa: ""}.fa-clapperboard{--fa: ""}.fa-circle-radiation,.fa-radiation-alt{--fa: ""}.fa-baseball,.fa-baseball-ball{--fa: ""}.fa-jet-fighter-up{--fa: ""}.fa-diagram-project,.fa-project-diagram{--fa: ""}.fa-copy{--fa: ""}.fa-volume-xmark,.fa-volume-mute,.fa-volume-times{--fa: ""}.fa-hand-sparkles{--fa: ""}.fa-grip,.fa-grip-horizontal{--fa: ""}.fa-share-from-square,.fa-share-square{--fa: ""}.fa-child-combatant,.fa-child-rifle{--fa: ""}.fa-gun{--fa: ""}.fa-square-phone,.fa-phone-square{--fa: ""}.fa-plus,.fa-add{--fa: "+"}.fa-expand{--fa: ""}.fa-computer{--fa: ""}.fa-xmark,.fa-close,.fa-multiply,.fa-remove,.fa-times{--fa: ""}.fa-arrows-up-down-left-right,.fa-arrows{--fa: ""}.fa-chalkboard-user,.fa-chalkboard-teacher{--fa: ""}.fa-peso-sign{--fa: ""}.fa-building-shield{--fa: ""}.fa-baby{--fa: ""}.fa-users-line{--fa: ""}.fa-quote-left,.fa-quote-left-alt{--fa: ""}.fa-tractor{--fa: ""}.fa-trash-arrow-up,.fa-trash-restore{--fa: ""}.fa-arrow-down-up-lock{--fa: ""}.fa-lines-leaning{--fa: ""}.fa-ruler-combined{--fa: ""}.fa-copyright{--fa: ""}.fa-equals{--fa: "="}.fa-blender{--fa: ""}.fa-teeth{--fa: ""}.fa-shekel-sign,.fa-ils,.fa-shekel,.fa-sheqel,.fa-sheqel-sign{--fa: ""}.fa-map{--fa: ""}.fa-rocket{--fa: ""}.fa-photo-film,.fa-photo-video{--fa: ""}.fa-folder-minus{--fa: ""}.fa-hexagon-nodes-bolt{--fa: ""}.fa-store{--fa: ""}.fa-arrow-trend-up{--fa: ""}.fa-plug-circle-minus{--fa: ""}.fa-sign-hanging,.fa-sign{--fa: ""}.fa-bezier-curve{--fa: ""}.fa-bell-slash{--fa: ""}.fa-tablet,.fa-tablet-android{--fa: ""}.fa-school-flag{--fa: ""}.fa-fill{--fa: ""}.fa-angle-up{--fa: ""}.fa-drumstick-bite{--fa: ""}.fa-holly-berry{--fa: ""}.fa-chevron-left{--fa: ""}.fa-bacteria{--fa: ""}.fa-hand-lizard{--fa: ""}.fa-notdef{--fa: ""}.fa-disease{--fa: ""}.fa-briefcase-medical{--fa: ""}.fa-genderless{--fa: ""}.fa-chevron-right{--fa: ""}.fa-retweet{--fa: ""}.fa-car-rear,.fa-car-alt{--fa: ""}.fa-pump-soap{--fa: ""}.fa-video-slash{--fa: ""}.fa-battery-quarter,.fa-battery-2{--fa: ""}.fa-radio{--fa: ""}.fa-baby-carriage,.fa-carriage-baby{--fa: ""}.fa-traffic-light{--fa: ""}.fa-thermometer{--fa: ""}.fa-vr-cardboard{--fa: ""}.fa-hand-middle-finger{--fa: ""}.fa-percent,.fa-percentage{--fa: "%"}.fa-truck-moving{--fa: ""}.fa-glass-water-droplet{--fa: ""}.fa-display{--fa: ""}.fa-face-smile,.fa-smile{--fa: ""}.fa-thumbtack,.fa-thumb-tack{--fa: ""}.fa-trophy{--fa: ""}.fa-person-praying,.fa-pray{--fa: ""}.fa-hammer{--fa: ""}.fa-hand-peace{--fa: ""}.fa-rotate,.fa-sync-alt{--fa: ""}.fa-spinner{--fa: ""}.fa-robot{--fa: ""}.fa-peace{--fa: ""}.fa-gears,.fa-cogs{--fa: ""}.fa-warehouse{--fa: ""}.fa-arrow-up-right-dots{--fa: ""}.fa-splotch{--fa: ""}.fa-face-grin-hearts,.fa-grin-hearts{--fa: ""}.fa-dice-four{--fa: ""}.fa-sim-card{--fa: ""}.fa-transgender,.fa-transgender-alt{--fa: ""}.fa-mercury{--fa: ""}.fa-arrow-turn-down,.fa-level-down{--fa: ""}.fa-person-falling-burst{--fa: ""}.fa-award{--fa: ""}.fa-ticket-simple,.fa-ticket-alt{--fa: ""}.fa-building{--fa: ""}.fa-angles-left,.fa-angle-double-left{--fa: ""}.fa-qrcode{--fa: ""}.fa-clock-rotate-left,.fa-history{--fa: ""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa: ""}.fa-file-export,.fa-arrow-right-from-file{--fa: ""}.fa-shield,.fa-shield-blank{--fa: ""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa: ""}.fa-comment-nodes{--fa: ""}.fa-house-medical{--fa: ""}.fa-golf-ball-tee,.fa-golf-ball{--fa: ""}.fa-circle-chevron-left,.fa-chevron-circle-left{--fa: ""}.fa-house-chimney-window{--fa: ""}.fa-pen-nib{--fa: ""}.fa-tent-arrow-turn-left{--fa: ""}.fa-tents{--fa: ""}.fa-wand-magic,.fa-magic{--fa: ""}.fa-dog{--fa: ""}.fa-carrot{--fa: ""}.fa-moon{--fa: ""}.fa-wine-glass-empty,.fa-wine-glass-alt{--fa: ""}.fa-cheese{--fa: ""}.fa-yin-yang{--fa: ""}.fa-music{--fa: ""}.fa-code-commit{--fa: ""}.fa-temperature-low{--fa: ""}.fa-person-biking,.fa-biking{--fa: ""}.fa-broom{--fa: ""}.fa-shield-heart{--fa: ""}.fa-gopuram{--fa: ""}.fa-earth-oceania,.fa-globe-oceania{--fa: ""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa: ""}.fa-hashtag{--fa: "#"}.fa-up-right-and-down-left-from-center,.fa-expand-alt{--fa: ""}.fa-oil-can{--fa: ""}.fa-t{--fa: "T"}.fa-hippo{--fa: ""}.fa-chart-column{--fa: ""}.fa-infinity{--fa: ""}.fa-vial-circle-check{--fa: ""}.fa-person-arrow-down-to-line{--fa: ""}.fa-voicemail{--fa: ""}.fa-fan{--fa: ""}.fa-person-walking-luggage{--fa: ""}.fa-up-down,.fa-arrows-alt-v{--fa: ""}.fa-cloud-moon-rain{--fa: ""}.fa-calendar{--fa: ""}.fa-trailer{--fa: ""}.fa-bahai,.fa-haykal{--fa: ""}.fa-sd-card{--fa: ""}.fa-dragon{--fa: ""}.fa-shoe-prints{--fa: ""}.fa-circle-plus,.fa-plus-circle{--fa: ""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa: ""}.fa-hand-holding{--fa: ""}.fa-plug-circle-exclamation{--fa: ""}.fa-link-slash,.fa-chain-broken,.fa-chain-slash,.fa-unlink{--fa: ""}.fa-clone{--fa: ""}.fa-person-walking-arrow-loop-left{--fa: ""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa: ""}.fa-fire-flame-curved,.fa-fire-alt{--fa: ""}.fa-tornado{--fa: ""}.fa-file-circle-plus{--fa: ""}.fa-book-quran,.fa-quran{--fa: ""}.fa-anchor{--fa: ""}.fa-border-all{--fa: ""}.fa-face-angry,.fa-angry{--fa: ""}.fa-cookie-bite{--fa: ""}.fa-arrow-trend-down{--fa: ""}.fa-rss,.fa-feed{--fa: ""}.fa-draw-polygon{--fa: ""}.fa-scale-balanced,.fa-balance-scale{--fa: ""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa: ""}.fa-shower{--fa: ""}.fa-desktop,.fa-desktop-alt{--fa: ""}.fa-m{--fa: "M"}.fa-table-list,.fa-th-list{--fa: ""}.fa-comment-sms,.fa-sms{--fa: ""}.fa-book{--fa: ""}.fa-user-plus{--fa: ""}.fa-check{--fa: ""}.fa-battery-three-quarters,.fa-battery-4{--fa: ""}.fa-house-circle-check{--fa: ""}.fa-angle-left{--fa: ""}.fa-diagram-successor{--fa: ""}.fa-truck-arrow-right{--fa: ""}.fa-arrows-split-up-and-left{--fa: ""}.fa-hand-fist,.fa-fist-raised{--fa: ""}.fa-cloud-moon{--fa: ""}.fa-briefcase{--fa: ""}.fa-person-falling{--fa: ""}.fa-image-portrait,.fa-portrait{--fa: ""}.fa-user-tag{--fa: ""}.fa-rug{--fa: ""}.fa-earth-europe,.fa-globe-europe{--fa: ""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa: ""}.fa-rectangle-xmark,.fa-rectangle-times,.fa-times-rectangle,.fa-window-close{--fa: ""}.fa-baht-sign{--fa: ""}.fa-book-open{--fa: ""}.fa-book-journal-whills,.fa-journal-whills{--fa: ""}.fa-handcuffs{--fa: ""}.fa-triangle-exclamation,.fa-exclamation-triangle,.fa-warning{--fa: ""}.fa-database{--fa: ""}.fa-share,.fa-mail-forward{--fa: ""}.fa-bottle-droplet{--fa: ""}.fa-mask-face{--fa: ""}.fa-hill-rockslide{--fa: ""}.fa-right-left,.fa-exchange-alt{--fa: ""}.fa-paper-plane{--fa: ""}.fa-road-circle-exclamation{--fa: ""}.fa-dungeon{--fa: ""}.fa-align-right{--fa: ""}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa: ""}.fa-life-ring{--fa: ""}.fa-hands,.fa-sign-language,.fa-signing{--fa: ""}.fa-calendar-day{--fa: ""}.fa-water-ladder,.fa-ladder-water,.fa-swimming-pool{--fa: ""}.fa-arrows-up-down,.fa-arrows-v{--fa: ""}.fa-face-grimace,.fa-grimace{--fa: ""}.fa-wheelchair-move,.fa-wheelchair-alt{--fa: ""}.fa-turn-down,.fa-level-down-alt{--fa: ""}.fa-person-walking-arrow-right{--fa: ""}.fa-square-envelope,.fa-envelope-square{--fa: ""}.fa-dice{--fa: ""}.fa-bowling-ball{--fa: ""}.fa-brain{--fa: ""}.fa-bandage,.fa-band-aid{--fa: ""}.fa-calendar-minus{--fa: ""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa: ""}.fa-gifts{--fa: ""}.fa-hotel{--fa: ""}.fa-earth-asia,.fa-globe-asia{--fa: ""}.fa-id-card-clip,.fa-id-card-alt{--fa: ""}.fa-magnifying-glass-plus,.fa-search-plus{--fa: ""}.fa-thumbs-up{--fa: ""}.fa-user-clock{--fa: ""}.fa-hand-dots,.fa-allergies{--fa: ""}.fa-file-invoice{--fa: ""}.fa-window-minimize{--fa: ""}.fa-mug-saucer,.fa-coffee{--fa: ""}.fa-brush{--fa: ""}.fa-file-half-dashed{--fa: ""}.fa-mask{--fa: ""}.fa-magnifying-glass-minus,.fa-search-minus{--fa: ""}.fa-ruler-vertical{--fa: ""}.fa-user-large,.fa-user-alt{--fa: ""}.fa-train-tram{--fa: ""}.fa-user-nurse{--fa: ""}.fa-syringe{--fa: ""}.fa-cloud-sun{--fa: ""}.fa-stopwatch-20{--fa: ""}.fa-square-full{--fa: ""}.fa-magnet{--fa: ""}.fa-jar{--fa: ""}.fa-note-sticky,.fa-sticky-note{--fa: ""}.fa-bug-slash{--fa: ""}.fa-arrow-up-from-water-pump{--fa: ""}.fa-bone{--fa: ""}.fa-table-cells-row-unlock{--fa: ""}.fa-user-injured{--fa: ""}.fa-face-sad-tear,.fa-sad-tear{--fa: ""}.fa-plane{--fa: ""}.fa-tent-arrows-down{--fa: ""}.fa-exclamation{--fa: "!"}.fa-arrows-spin{--fa: ""}.fa-print{--fa: ""}.fa-turkish-lira-sign,.fa-try,.fa-turkish-lira{--fa: ""}.fa-dollar-sign,.fa-dollar,.fa-usd{--fa: "$"}.fa-x{--fa: "X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa: ""}.fa-users-gear,.fa-users-cog{--fa: ""}.fa-person-military-pointing{--fa: ""}.fa-building-columns,.fa-bank,.fa-institution,.fa-museum,.fa-university{--fa: ""}.fa-umbrella{--fa: ""}.fa-trowel{--fa: ""}.fa-d{--fa: "D"}.fa-stapler{--fa: ""}.fa-masks-theater,.fa-theater-masks{--fa: ""}.fa-kip-sign{--fa: ""}.fa-hand-point-left{--fa: ""}.fa-handshake-simple,.fa-handshake-alt{--fa: ""}.fa-jet-fighter,.fa-fighter-jet{--fa: ""}.fa-square-share-nodes,.fa-share-alt-square{--fa: ""}.fa-barcode{--fa: ""}.fa-plus-minus{--fa: ""}.fa-video,.fa-video-camera{--fa: ""}.fa-graduation-cap,.fa-mortar-board{--fa: ""}.fa-hand-holding-medical{--fa: ""}.fa-person-circle-check{--fa: ""}.fa-turn-up,.fa-level-up-alt{--fa: ""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa.fa-glass{--fa: ""}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o{--fa: ""}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o{--fa: ""}.fa.fa-remove,.fa.fa-close{--fa: ""}.fa.fa-gear{--fa: ""}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o{--fa: ""}.fa.fa-home{--fa: ""}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o{--fa: ""}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o{--fa: ""}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down{--fa: ""}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up{--fa: ""}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o{--fa: ""}.fa.fa-repeat,.fa.fa-rotate-right{--fa: ""}.fa.fa-refresh{--fa: ""}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt{--fa: ""}.fa.fa-dedent{--fa: ""}.fa.fa-video-camera{--fa: ""}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o{--fa: ""}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo{--fa: ""}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image{--fa: ""}.fa.fa-map-marker{--fa: ""}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o{--fa: ""}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit{--fa: ""}.fa.fa-share-square-o{--fa: ""}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o{--fa: ""}.fa.fa-arrows{--fa: ""}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o{--fa: ""}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o{--fa: ""}.fa.fa-mail-forward{--fa: ""}.fa.fa-expand{--fa: ""}.fa.fa-compress{--fa: ""}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning{--fa: ""}.fa.fa-calendar{--fa: ""}.fa.fa-arrows-v{--fa: ""}.fa.fa-arrows-h{--fa: ""}.fa.fa-bar-chart,.fa.fa-bar-chart-o{--fa: ""}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square{--fa: ""}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square{--fa: ""}.fa.fa-gears{--fa: ""}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up{--fa: ""}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down{--fa: ""}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o{--fa: ""}.fa.fa-sign-out{--fa: ""}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square{--fa: ""}.fa.fa-thumb-tack{--fa: ""}.fa.fa-external-link{--fa: ""}.fa.fa-sign-in{--fa: ""}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square{--fa: ""}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o{--fa: ""}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o{--fa: ""}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o{--fa: ""}.fa.fa-twitter,.fa.fa-facebook{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook{--fa: ""}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f{--fa: ""}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed{--fa: ""}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o{--fa: ""}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right{--fa: ""}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left{--fa: ""}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up{--fa: ""}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down{--fa: ""}.fa.fa-globe{--fa: ""}.fa.fa-tasks{--fa: ""}.fa.fa-arrows-alt{--fa: ""}.fa.fa-group{--fa: ""}.fa.fa-chain{--fa: ""}.fa.fa-cut{--fa: ""}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o{--fa: ""}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o{--fa: ""}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save{--fa: ""}.fa.fa-navicon,.fa.fa-reorder{--fa: ""}.fa.fa-magic{--fa: ""}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square{--fa: ""}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square{--fa: ""}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus{--fa: ""}.fa.fa-money{--fa: ""}.fa.fa-unsorted{--fa: ""}.fa.fa-sort-desc{--fa: ""}.fa.fa-sort-asc{--fa: ""}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin{--fa: ""}.fa.fa-rotate-left{--fa: ""}.fa.fa-legal{--fa: ""}.fa.fa-tachometer,.fa.fa-dashboard{--fa: ""}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o{--fa: ""}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o{--fa: ""}.fa.fa-flash{--fa: ""}.fa.fa-clipboard{--fa: ""}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o{--fa: ""}.fa.fa-exchange{--fa: ""}.fa.fa-cloud-download{--fa: ""}.fa.fa-cloud-upload{--fa: ""}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o{--fa: ""}.fa.fa-cutlery{--fa: ""}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o{--fa: ""}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o{--fa: ""}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o{--fa: ""}.fa.fa-tablet{--fa: ""}.fa.fa-mobile,.fa.fa-mobile-phone{--fa: ""}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o{--fa: ""}.fa.fa-mail-reply{--fa: ""}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o{--fa: ""}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o{--fa: ""}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o{--fa: ""}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o{--fa: ""}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o{--fa: ""}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o{--fa: ""}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o{--fa: ""}.fa.fa-mail-reply-all{--fa: ""}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o{--fa: ""}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty{--fa: ""}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full{--fa: ""}.fa.fa-code-fork{--fa: ""}.fa.fa-chain-broken,.fa.fa-unlink{--fa: ""}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o{--fa: ""}.fa.fa-maxcdn,.fa.fa-html5,.fa.fa-css3{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt{--fa: ""}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o{--fa: ""}.fa.fa-level-up{--fa: ""}.fa.fa-level-down{--fa: ""}.fa.fa-pencil-square{--fa: ""}.fa.fa-external-link-square{--fa: ""}.fa.fa-compass,.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{--fa: ""}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down{--fa: ""}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up{--fa: ""}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up{--fa: ""}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right{--fa: ""}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right{--fa: ""}.fa.fa-eur,.fa.fa-euro{--fa: ""}.fa.fa-gbp{--fa: ""}.fa.fa-usd,.fa.fa-dollar{--fa: "$"}.fa.fa-inr,.fa.fa-rupee{--fa: ""}.fa.fa-jpy,.fa.fa-cny,.fa.fa-rmb,.fa.fa-yen{--fa: ""}.fa.fa-rub,.fa.fa-ruble,.fa.fa-rouble{--fa: ""}.fa.fa-krw,.fa.fa-won{--fa: ""}.fa.fa-btc,.fa.fa-bitcoin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin{--fa: ""}.fa.fa-file-text{--fa: ""}.fa.fa-sort-alpha-asc{--fa: ""}.fa.fa-sort-alpha-desc{--fa: ""}.fa.fa-sort-amount-asc{--fa: ""}.fa.fa-sort-amount-desc{--fa: ""}.fa.fa-sort-numeric-asc{--fa: ""}.fa.fa-sort-numeric-desc{--fa: ""}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square{--fa: ""}.fa.fa-youtube,.fa.fa-xing,.fa.fa-xing-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square{--fa: ""}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play{--fa: ""}.fa.fa-dropbox,.fa.fa-stack-overflow,.fa.fa-instagram,.fa.fa-flickr,.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square{--fa: ""}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square{--fa: ""}.fa.fa-long-arrow-down{--fa: ""}.fa.fa-long-arrow-up{--fa: ""}.fa.fa-long-arrow-left{--fa: ""}.fa.fa-long-arrow-right{--fa: ""}.fa.fa-apple,.fa.fa-windows,.fa.fa-android,.fa.fa-linux,.fa.fa-dribbble,.fa.fa-skype,.fa.fa-foursquare,.fa.fa-trello,.fa.fa-gratipay,.fa.fa-gittip{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip{--fa: ""}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o{--fa: ""}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o{--fa: ""}.fa.fa-vk,.fa.fa-weibo,.fa.fa-renren,.fa.fa-pagelines,.fa.fa-stack-exchange{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right{--fa: ""}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left{--fa: ""}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left{--fa: ""}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left{--fa: ""}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o{--fa: ""}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square{--fa: ""}.fa.fa-try,.fa.fa-turkish-lira{--fa: ""}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o{--fa: ""}.fa.fa-slack,.fa.fa-wordpress,.fa.fa-openid{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-institution,.fa.fa-bank{--fa: ""}.fa.fa-mortar-board{--fa: ""}.fa.fa-yahoo,.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square{--fa: ""}.fa.fa-stumbleupon-circle,.fa.fa-stumbleupon,.fa.fa-delicious,.fa.fa-digg,.fa.fa-pied-piper-pp,.fa.fa-pied-piper-alt,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-behance,.fa.fa-behance-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square{--fa: ""}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square{--fa: ""}.fa.fa-automobile{--fa: ""}.fa.fa-cab{--fa: ""}.fa.fa-spotify,.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o{--fa: ""}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o{--fa: ""}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o{--fa: ""}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o{--fa: ""}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o{--fa: ""}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o{--fa: ""}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o{--fa: ""}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o{--fa: ""}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o{--fa: ""}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o{--fa: ""}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o{--fa: ""}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o{--fa: ""}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o{--fa: ""}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o{--fa: ""}.fa.fa-vine,.fa.fa-codepen,.fa.fa-jsfiddle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-buoy,.fa.fa-life-saver,.fa.fa-support{--fa: ""}.fa.fa-circle-o-notch{--fa: ""}.fa.fa-rebel,.fa.fa-ra{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra{--fa: ""}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance{--fa: ""}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge{--fa: ""}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square{--fa: ""}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square{--fa: ""}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square{--fa: ""}.fa.fa-tencent-weibo,.fa.fa-qq,.fa.fa-weixin,.fa.fa-wechat{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat{--fa: ""}.fa.fa-send{--fa: ""}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o{--fa: ""}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o{--fa: ""}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin{--fa: ""}.fa.fa-header{--fa: ""}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o{--fa: ""}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o{--fa: ""}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o{--fa: ""}.fa.fa-paypal,.fa.fa-google-wallet,.fa.fa-cc-visa,.fa.fa-cc-mastercard,.fa.fa-cc-discover,.fa.fa-cc-amex,.fa.fa-cc-paypal,.fa.fa-cc-stripe{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o{--fa: ""}.fa.fa-trash{--fa: ""}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper{--fa: ""}.fa.fa-area-chart{--fa: ""}.fa.fa-pie-chart{--fa: ""}.fa.fa-line-chart{--fa: ""}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square{--fa: ""}.fa.fa-ioxhost,.fa.fa-angellist{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc{--fa: ""}.fa.fa-ils,.fa.fa-shekel,.fa.fa-sheqel{--fa: ""}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond{--fa: ""}.fa.fa-transgender,.fa.fa-intersex{--fa: ""}.fa.fa-transgender-alt{--fa: ""}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official{--fa: ""}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel{--fa: ""}.fa.fa-viacoin,.fa.fa-medium,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc{--fa: ""}.fa.fa-optin-monster,.fa.fa-opencart,.fa.fa-expeditedssl{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4,.fa.fa-battery{--fa: ""}.fa.fa-battery-3{--fa: ""}.fa.fa-battery-2{--fa: ""}.fa.fa-battery-1{--fa: ""}.fa.fa-battery-0{--fa: ""}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o{--fa: ""}.fa.fa-cc-jcb,.fa.fa-cc-diners-club{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o{--fa: ""}.fa.fa-hourglass-1{--fa: ""}.fa.fa-hourglass-2{--fa: ""}.fa.fa-hourglass-3{--fa: ""}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o{--fa: ""}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o{--fa: ""}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o{--fa: ""}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o{--fa: ""}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o{--fa: ""}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o{--fa: ""}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o{--fa: ""}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o{--fa: ""}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o{--fa: ""}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square{--fa: ""}.fa.fa-get-pocket,.fa.fa-wikipedia-w,.fa.fa-safari,.fa.fa-chrome,.fa.fa-firefox,.fa.fa-opera,.fa.fa-internet-explorer{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television{--fa: ""}.fa.fa-contao,.fa.fa-500px,.fa.fa-amazon{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o{--fa: ""}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o{--fa: ""}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o{--fa: ""}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o{--fa: ""}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o{--fa: ""}.fa.fa-commenting{--fa: ""}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o{--fa: ""}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo{--fa: ""}.fa.fa-black-tie,.fa.fa-fonticons,.fa.fa-reddit-alien,.fa.fa-edge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt{--fa: ""}.fa.fa-codiepie,.fa.fa-modx,.fa.fa-fort-awesome,.fa.fa-usb,.fa.fa-product-hunt,.fa.fa-mixcloud,.fa.fa-scribd{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o{--fa: ""}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o{--fa: ""}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-gitlab,.fa.fa-wpbeginner,.fa.fa-wpforms,.fa.fa-envira,.fa.fa-wheelchair-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt{--fa: ""}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o{--fa: ""}.fa.fa-volume-control-phone{--fa: ""}.fa.fa-asl-interpreting{--fa: ""}.fa.fa-deafness,.fa.fa-hard-of-hearing{--fa: ""}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing{--fa: ""}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square{--fa: ""}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost{--fa: ""}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square{--fa: ""}.fa.fa-pied-piper,.fa.fa-first-order,.fa.fa-yoast,.fa.fa-themeisle,.fa.fa-google-plus-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official{--fa: ""}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle{--fa: ""}.fa.fa-font-awesome,.fa.fa-fa{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa{--fa: ""}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o{--fa: ""}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o{--fa: ""}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o{--fa: ""}.fa.fa-vcard{--fa: ""}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o{--fa: ""}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o{--fa: ""}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o{--fa: ""}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o{--fa: ""}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license{--fa: ""}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o{--fa: ""}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o{--fa: ""}.fa.fa-quora,.fa.fa-free-code-camp,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4,.fa.fa-thermometer{--fa: ""}.fa.fa-thermometer-3{--fa: ""}.fa.fa-thermometer-2{--fa: ""}.fa.fa-thermometer-1{--fa: ""}.fa.fa-thermometer-0{--fa: ""}.fa.fa-bathtub,.fa.fa-s15{--fa: ""}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle{--fa: ""}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o{--fa: ""}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o{--fa: ""}.fa.fa-bandcamp,.fa.fa-grav,.fa.fa-etsy,.fa.fa-imdb,.fa.fa-ravelry,.fa.fa-eercast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast{--fa: ""}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o{--fa: ""}.fa.fa-superpowers,.fa.fa-wpexplorer,.fa.fa-meetup{font-family:"Font Awesome 6 Brands";font-weight:400}:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-DAI24fNt.woff2) format("woff2"),url(/assets/fa-solid-900-DM0teJdg.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-OOsPf1xj.woff2) format("woff2"),url(/assets/fa-regular-400-BMFokQJ2.ttf) format("truetype")}.far,.fa-regular{font-weight:400}/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-C99Yv4gD.woff2) format("woff2"),url(/assets/fa-brands-400-DtZKBM2a.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero{--fa: ""}.fa-hooli{--fa: ""}.fa-yelp{--fa: ""}.fa-cc-visa{--fa: ""}.fa-lastfm{--fa: ""}.fa-shopware{--fa: ""}.fa-creative-commons-nc{--fa: ""}.fa-aws{--fa: ""}.fa-redhat{--fa: ""}.fa-yoast{--fa: ""}.fa-cloudflare{--fa: ""}.fa-ups{--fa: ""}.fa-pixiv{--fa: ""}.fa-wpexplorer{--fa: ""}.fa-dyalog{--fa: ""}.fa-bity{--fa: ""}.fa-stackpath{--fa: ""}.fa-buysellads{--fa: ""}.fa-first-order{--fa: ""}.fa-modx{--fa: ""}.fa-guilded{--fa: ""}.fa-vnv{--fa: ""}.fa-square-js,.fa-js-square{--fa: ""}.fa-microsoft{--fa: ""}.fa-qq{--fa: ""}.fa-orcid{--fa: ""}.fa-java{--fa: ""}.fa-invision{--fa: ""}.fa-creative-commons-pd-alt{--fa: ""}.fa-centercode{--fa: ""}.fa-glide-g{--fa: ""}.fa-drupal{--fa: ""}.fa-jxl{--fa: ""}.fa-dart-lang{--fa: ""}.fa-hire-a-helper{--fa: ""}.fa-creative-commons-by{--fa: ""}.fa-unity{--fa: ""}.fa-whmcs{--fa: ""}.fa-rocketchat{--fa: ""}.fa-vk{--fa: ""}.fa-untappd{--fa: ""}.fa-mailchimp{--fa: ""}.fa-css3-alt{--fa: ""}.fa-square-reddit,.fa-reddit-square{--fa: ""}.fa-vimeo-v{--fa: ""}.fa-contao{--fa: ""}.fa-square-font-awesome{--fa: ""}.fa-deskpro{--fa: ""}.fa-brave{--fa: ""}.fa-sistrix{--fa: ""}.fa-square-instagram,.fa-instagram-square{--fa: ""}.fa-battle-net{--fa: ""}.fa-the-red-yeti{--fa: ""}.fa-square-hacker-news,.fa-hacker-news-square{--fa: ""}.fa-edge{--fa: ""}.fa-threads{--fa: ""}.fa-napster{--fa: ""}.fa-square-snapchat,.fa-snapchat-square{--fa: ""}.fa-google-plus-g{--fa: ""}.fa-artstation{--fa: ""}.fa-markdown{--fa: ""}.fa-sourcetree{--fa: ""}.fa-google-plus{--fa: ""}.fa-diaspora{--fa: ""}.fa-foursquare{--fa: ""}.fa-stack-overflow{--fa: ""}.fa-github-alt{--fa: ""}.fa-phoenix-squadron{--fa: ""}.fa-pagelines{--fa: ""}.fa-algolia{--fa: ""}.fa-red-river{--fa: ""}.fa-creative-commons-sa{--fa: ""}.fa-safari{--fa: ""}.fa-google{--fa: ""}.fa-square-font-awesome-stroke,.fa-font-awesome-alt{--fa: ""}.fa-atlassian{--fa: ""}.fa-linkedin-in{--fa: ""}.fa-digital-ocean{--fa: ""}.fa-nimblr{--fa: ""}.fa-chromecast{--fa: ""}.fa-evernote{--fa: ""}.fa-hacker-news{--fa: ""}.fa-creative-commons-sampling{--fa: ""}.fa-adversal{--fa: ""}.fa-creative-commons{--fa: ""}.fa-watchman-monitoring{--fa: ""}.fa-fonticons{--fa: ""}.fa-weixin{--fa: ""}.fa-shirtsinbulk{--fa: ""}.fa-codepen{--fa: ""}.fa-git-alt{--fa: ""}.fa-lyft{--fa: ""}.fa-rev{--fa: ""}.fa-windows{--fa: ""}.fa-wizards-of-the-coast{--fa: ""}.fa-square-viadeo,.fa-viadeo-square{--fa: ""}.fa-meetup{--fa: ""}.fa-centos{--fa: ""}.fa-adn{--fa: ""}.fa-cloudsmith{--fa: ""}.fa-opensuse{--fa: ""}.fa-pied-piper-alt{--fa: ""}.fa-square-dribbble,.fa-dribbble-square{--fa: ""}.fa-codiepie{--fa: ""}.fa-node{--fa: ""}.fa-mix{--fa: ""}.fa-steam{--fa: ""}.fa-cc-apple-pay{--fa: ""}.fa-scribd{--fa: ""}.fa-debian{--fa: ""}.fa-openid{--fa: ""}.fa-instalod{--fa: ""}.fa-files-pinwheel{--fa: ""}.fa-expeditedssl{--fa: ""}.fa-sellcast{--fa: ""}.fa-square-twitter,.fa-twitter-square{--fa: ""}.fa-r-project{--fa: ""}.fa-delicious{--fa: ""}.fa-freebsd{--fa: ""}.fa-vuejs{--fa: ""}.fa-accusoft{--fa: ""}.fa-ioxhost{--fa: ""}.fa-fonticons-fi{--fa: ""}.fa-app-store{--fa: ""}.fa-cc-mastercard{--fa: ""}.fa-itunes-note{--fa: ""}.fa-golang{--fa: ""}.fa-kickstarter,.fa-square-kickstarter{--fa: ""}.fa-grav{--fa: ""}.fa-weibo{--fa: ""}.fa-uncharted{--fa: ""}.fa-firstdraft{--fa: ""}.fa-square-youtube,.fa-youtube-square{--fa: ""}.fa-wikipedia-w{--fa: ""}.fa-wpressr,.fa-rendact{--fa: ""}.fa-angellist{--fa: ""}.fa-galactic-republic{--fa: ""}.fa-nfc-directional{--fa: ""}.fa-skype{--fa: ""}.fa-joget{--fa: ""}.fa-fedora{--fa: ""}.fa-stripe-s{--fa: ""}.fa-meta{--fa: ""}.fa-laravel{--fa: ""}.fa-hotjar{--fa: ""}.fa-bluetooth-b{--fa: ""}.fa-square-letterboxd{--fa: ""}.fa-sticker-mule{--fa: ""}.fa-creative-commons-zero{--fa: ""}.fa-hips{--fa: ""}.fa-css{--fa: ""}.fa-behance{--fa: ""}.fa-reddit{--fa: ""}.fa-discord{--fa: ""}.fa-chrome{--fa: ""}.fa-app-store-ios{--fa: ""}.fa-cc-discover{--fa: ""}.fa-wpbeginner{--fa: ""}.fa-confluence{--fa: ""}.fa-shoelace{--fa: ""}.fa-mdb{--fa: ""}.fa-dochub{--fa: ""}.fa-accessible-icon{--fa: ""}.fa-ebay{--fa: ""}.fa-amazon{--fa: ""}.fa-unsplash{--fa: ""}.fa-yarn{--fa: ""}.fa-square-steam,.fa-steam-square{--fa: ""}.fa-500px{--fa: ""}.fa-square-vimeo,.fa-vimeo-square{--fa: ""}.fa-asymmetrik{--fa: ""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa: ""}.fa-gratipay{--fa: ""}.fa-apple{--fa: ""}.fa-hive{--fa: ""}.fa-gitkraken{--fa: ""}.fa-keybase{--fa: ""}.fa-apple-pay{--fa: ""}.fa-padlet{--fa: ""}.fa-amazon-pay{--fa: ""}.fa-square-github,.fa-github-square{--fa: ""}.fa-stumbleupon{--fa: ""}.fa-fedex{--fa: ""}.fa-phoenix-framework{--fa: ""}.fa-shopify{--fa: ""}.fa-neos{--fa: ""}.fa-square-threads{--fa: ""}.fa-hackerrank{--fa: ""}.fa-researchgate{--fa: ""}.fa-swift{--fa: ""}.fa-angular{--fa: ""}.fa-speakap{--fa: ""}.fa-angrycreative{--fa: ""}.fa-y-combinator{--fa: ""}.fa-empire{--fa: ""}.fa-envira{--fa: ""}.fa-google-scholar{--fa: ""}.fa-square-gitlab,.fa-gitlab-square{--fa: ""}.fa-studiovinari{--fa: ""}.fa-pied-piper{--fa: ""}.fa-wordpress{--fa: ""}.fa-product-hunt{--fa: ""}.fa-firefox{--fa: ""}.fa-linode{--fa: ""}.fa-goodreads{--fa: ""}.fa-square-odnoklassniki,.fa-odnoklassniki-square{--fa: ""}.fa-jsfiddle{--fa: ""}.fa-sith{--fa: ""}.fa-themeisle{--fa: ""}.fa-page4{--fa: ""}.fa-hashnode{--fa: ""}.fa-react{--fa: ""}.fa-cc-paypal{--fa: ""}.fa-squarespace{--fa: ""}.fa-cc-stripe{--fa: ""}.fa-creative-commons-share{--fa: ""}.fa-bitcoin{--fa: ""}.fa-keycdn{--fa: ""}.fa-opera{--fa: ""}.fa-itch-io{--fa: ""}.fa-umbraco{--fa: ""}.fa-galactic-senate{--fa: ""}.fa-ubuntu{--fa: ""}.fa-draft2digital{--fa: ""}.fa-stripe{--fa: ""}.fa-houzz{--fa: ""}.fa-gg{--fa: ""}.fa-dhl{--fa: ""}.fa-square-pinterest,.fa-pinterest-square{--fa: ""}.fa-xing{--fa: ""}.fa-blackberry{--fa: ""}.fa-creative-commons-pd{--fa: ""}.fa-playstation{--fa: ""}.fa-quinscape{--fa: ""}.fa-less{--fa: ""}.fa-blogger-b{--fa: ""}.fa-opencart{--fa: ""}.fa-vine{--fa: ""}.fa-signal-messenger{--fa: ""}.fa-paypal{--fa: ""}.fa-gitlab{--fa: ""}.fa-typo3{--fa: ""}.fa-reddit-alien{--fa: ""}.fa-yahoo{--fa: ""}.fa-dailymotion{--fa: ""}.fa-affiliatetheme{--fa: ""}.fa-pied-piper-pp{--fa: ""}.fa-bootstrap{--fa: ""}.fa-odnoklassniki{--fa: ""}.fa-nfc-symbol{--fa: ""}.fa-mintbit{--fa: ""}.fa-ethereum{--fa: ""}.fa-speaker-deck{--fa: ""}.fa-creative-commons-nc-eu{--fa: ""}.fa-patreon{--fa: ""}.fa-avianex{--fa: ""}.fa-ello{--fa: ""}.fa-gofore{--fa: ""}.fa-bimobject{--fa: ""}.fa-brave-reverse{--fa: ""}.fa-facebook-f{--fa: ""}.fa-square-google-plus,.fa-google-plus-square{--fa: ""}.fa-web-awesome{--fa: ""}.fa-mandalorian{--fa: ""}.fa-first-order-alt{--fa: ""}.fa-osi{--fa: ""}.fa-google-wallet{--fa: ""}.fa-d-and-d-beyond{--fa: ""}.fa-periscope{--fa: ""}.fa-fulcrum{--fa: ""}.fa-cloudscale{--fa: ""}.fa-forumbee{--fa: ""}.fa-mizuni{--fa: ""}.fa-schlix{--fa: ""}.fa-square-xing,.fa-xing-square{--fa: ""}.fa-bandcamp{--fa: ""}.fa-wpforms{--fa: ""}.fa-cloudversify{--fa: ""}.fa-usps{--fa: ""}.fa-megaport{--fa: ""}.fa-magento{--fa: ""}.fa-spotify{--fa: ""}.fa-optin-monster{--fa: ""}.fa-fly{--fa: ""}.fa-square-bluesky{--fa: ""}.fa-aviato{--fa: ""}.fa-itunes{--fa: ""}.fa-cuttlefish{--fa: ""}.fa-blogger{--fa: ""}.fa-flickr{--fa: ""}.fa-viber{--fa: ""}.fa-soundcloud{--fa: ""}.fa-digg{--fa: ""}.fa-tencent-weibo{--fa: ""}.fa-letterboxd{--fa: ""}.fa-symfony{--fa: ""}.fa-maxcdn{--fa: ""}.fa-etsy{--fa: ""}.fa-facebook-messenger{--fa: ""}.fa-audible{--fa: ""}.fa-think-peaks{--fa: ""}.fa-bilibili{--fa: ""}.fa-erlang{--fa: ""}.fa-x-twitter{--fa: ""}.fa-cotton-bureau{--fa: ""}.fa-dashcube{--fa: ""}.fa-42-group,.fa-innosoft{--fa: ""}.fa-stack-exchange{--fa: ""}.fa-elementor{--fa: ""}.fa-square-pied-piper,.fa-pied-piper-square{--fa: ""}.fa-creative-commons-nd{--fa: ""}.fa-palfed{--fa: ""}.fa-superpowers{--fa: ""}.fa-resolving{--fa: ""}.fa-xbox{--fa: ""}.fa-square-web-awesome-stroke{--fa: ""}.fa-searchengin{--fa: ""}.fa-tiktok{--fa: ""}.fa-square-facebook,.fa-facebook-square{--fa: ""}.fa-renren{--fa: ""}.fa-linux{--fa: ""}.fa-glide{--fa: ""}.fa-linkedin{--fa: ""}.fa-hubspot{--fa: ""}.fa-deploydog{--fa: ""}.fa-twitch{--fa: ""}.fa-flutter{--fa: ""}.fa-ravelry{--fa: ""}.fa-mixer{--fa: ""}.fa-square-lastfm,.fa-lastfm-square{--fa: ""}.fa-vimeo{--fa: ""}.fa-mendeley{--fa: ""}.fa-uniregistry{--fa: ""}.fa-figma{--fa: ""}.fa-creative-commons-remix{--fa: ""}.fa-cc-amazon-pay{--fa: ""}.fa-dropbox{--fa: ""}.fa-instagram{--fa: ""}.fa-cmplid{--fa: ""}.fa-upwork{--fa: ""}.fa-facebook{--fa: ""}.fa-gripfire{--fa: ""}.fa-jedi-order{--fa: ""}.fa-uikit{--fa: ""}.fa-fort-awesome-alt{--fa: ""}.fa-phabricator{--fa: ""}.fa-ussunnah{--fa: ""}.fa-earlybirds{--fa: ""}.fa-trade-federation{--fa: ""}.fa-autoprefixer{--fa: ""}.fa-whatsapp{--fa: ""}.fa-square-upwork{--fa: ""}.fa-slideshare{--fa: ""}.fa-google-play{--fa: ""}.fa-viadeo{--fa: ""}.fa-line{--fa: ""}.fa-google-drive{--fa: ""}.fa-servicestack{--fa: ""}.fa-simplybuilt{--fa: ""}.fa-bitbucket{--fa: ""}.fa-imdb{--fa: ""}.fa-deezer{--fa: ""}.fa-raspberry-pi{--fa: ""}.fa-jira{--fa: ""}.fa-docker{--fa: ""}.fa-screenpal{--fa: ""}.fa-bluetooth{--fa: ""}.fa-gitter{--fa: ""}.fa-d-and-d{--fa: ""}.fa-microblog{--fa: ""}.fa-cc-diners-club{--fa: ""}.fa-gg-circle{--fa: ""}.fa-pied-piper-hat{--fa: ""}.fa-kickstarter-k{--fa: ""}.fa-yandex{--fa: ""}.fa-readme{--fa: ""}.fa-html5{--fa: ""}.fa-sellsy{--fa: ""}.fa-square-web-awesome{--fa: ""}.fa-sass{--fa: ""}.fa-wirsindhandwerk,.fa-wsh{--fa: ""}.fa-buromobelexperte{--fa: ""}.fa-salesforce{--fa: ""}.fa-octopus-deploy{--fa: ""}.fa-medapps{--fa: ""}.fa-ns8{--fa: ""}.fa-pinterest-p{--fa: ""}.fa-apper{--fa: ""}.fa-fort-awesome{--fa: ""}.fa-waze{--fa: ""}.fa-bluesky{--fa: ""}.fa-cc-jcb{--fa: ""}.fa-snapchat,.fa-snapchat-ghost{--fa: ""}.fa-fantasy-flight-games{--fa: ""}.fa-rust{--fa: ""}.fa-wix{--fa: ""}.fa-square-behance,.fa-behance-square{--fa: ""}.fa-supple{--fa: ""}.fa-webflow{--fa: ""}.fa-rebel{--fa: ""}.fa-css3{--fa: ""}.fa-staylinked{--fa: ""}.fa-kaggle{--fa: ""}.fa-space-awesome{--fa: ""}.fa-deviantart{--fa: ""}.fa-cpanel{--fa: ""}.fa-goodreads-g{--fa: ""}.fa-square-git,.fa-git-square{--fa: ""}.fa-square-tumblr,.fa-tumblr-square{--fa: ""}.fa-trello{--fa: ""}.fa-creative-commons-nc-jp{--fa: ""}.fa-get-pocket{--fa: ""}.fa-perbyte{--fa: ""}.fa-grunt{--fa: ""}.fa-weebly{--fa: ""}.fa-connectdevelop{--fa: ""}.fa-leanpub{--fa: ""}.fa-black-tie{--fa: ""}.fa-themeco{--fa: ""}.fa-python{--fa: ""}.fa-android{--fa: ""}.fa-bots{--fa: ""}.fa-free-code-camp{--fa: ""}.fa-hornbill{--fa: ""}.fa-js{--fa: ""}.fa-ideal{--fa: ""}.fa-git{--fa: ""}.fa-dev{--fa: ""}.fa-sketch{--fa: ""}.fa-yandex-international{--fa: ""}.fa-cc-amex{--fa: ""}.fa-uber{--fa: ""}.fa-github{--fa: ""}.fa-php{--fa: ""}.fa-alipay{--fa: ""}.fa-youtube{--fa: ""}.fa-skyatlas{--fa: ""}.fa-firefox-browser{--fa: ""}.fa-replyd{--fa: ""}.fa-suse{--fa: ""}.fa-jenkins{--fa: ""}.fa-twitter{--fa: ""}.fa-rockrms{--fa: ""}.fa-pinterest{--fa: ""}.fa-buffer{--fa: ""}.fa-npm{--fa: ""}.fa-yammer{--fa: ""}.fa-btc{--fa: ""}.fa-dribbble{--fa: ""}.fa-stumbleupon-circle{--fa: ""}.fa-internet-explorer{--fa: ""}.fa-stubber{--fa: ""}.fa-telegram,.fa-telegram-plane{--fa: ""}.fa-old-republic{--fa: ""}.fa-odysee{--fa: ""}.fa-square-whatsapp,.fa-whatsapp-square{--fa: ""}.fa-node-js{--fa: ""}.fa-edge-legacy{--fa: ""}.fa-slack,.fa-slack-hash{--fa: ""}.fa-medrt{--fa: ""}.fa-usb{--fa: ""}.fa-tumblr{--fa: ""}.fa-vaadin{--fa: ""}.fa-quora{--fa: ""}.fa-square-x-twitter{--fa: ""}.fa-reacteurope{--fa: ""}.fa-medium,.fa-medium-m{--fa: ""}.fa-amilia{--fa: ""}.fa-mixcloud{--fa: ""}.fa-flipboard{--fa: ""}.fa-viacoin{--fa: ""}.fa-critical-role{--fa: ""}.fa-sitrox{--fa: ""}.fa-discourse{--fa: ""}.fa-joomla{--fa: ""}.fa-mastodon{--fa: ""}.fa-airbnb{--fa: ""}.fa-wolf-pack-battalion{--fa: ""}.fa-buy-n-large{--fa: ""}.fa-gulp{--fa: ""}.fa-creative-commons-sampling-plus{--fa: ""}.fa-strava{--fa: ""}.fa-ember{--fa: ""}.fa-canadian-maple-leaf{--fa: ""}.fa-teamspeak{--fa: ""}.fa-pushed{--fa: ""}.fa-wordpress-simple{--fa: ""}.fa-nutritionix{--fa: ""}.fa-wodu{--fa: ""}.fa-google-pay{--fa: ""}.fa-intercom{--fa: ""}.fa-zhihu{--fa: ""}.fa-korvue{--fa: ""}.fa-pix{--fa: ""}.fa-steam-symbol{--fa: ""}@font-face{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}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-moz-transition-property:transform,-moz-transform;transition-property:transform;transition-property:transform,-webkit-transform,-moz-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);-moz-transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);-moz-transform:translate3d(0px,0,0);transform:translateZ(0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-moz-transition-property:transform,-moz-transform;transition-property:transform;transition-property:transform,-webkit-transform,-moz-transform;display:block}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-moz-transition-property:transform,height,-moz-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform,-moz-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;-moz-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;-moz-perspective:1200px;perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-moz-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);-moz-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));-moz-border-radius:50%;border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;-moz-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes swiper-preloader-spin{0%{-moz-transform:rotate(0deg);transform:rotate(0)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.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:var(--swiper-navigation-top-offset, 50%);width:-moz-calc(var(--swiper-navigation-size) / 44 * 27);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:-moz-calc(0px - var(--swiper-navigation-size) / 2);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack: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.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display: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;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-moz-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-moz-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-moz-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-moz-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-moz-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-moz-transform:scale(.33);-ms-transform:scale(.33);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;-moz-border-radius:var(--swiper-pagination-bullet-border-radius, 50%);border-radius:var(--swiper-pagination-bullet-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;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-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:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;-webkit-transform:translate3d(0px,-50%,0);-moz-transform:translate3d(0px,-50%,0);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%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-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;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-moz-transition:.2s transform,.2s top,.2s -moz-transform;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform,.2s -moz-transform}.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%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-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{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-moz-transition:.2s transform,.2s left,.2s -moz-transform;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform,.2s -moz-transform}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-moz-transition:.2s transform,.2s right,.2s -moz-transform;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform,.2s -moz-transform}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(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%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;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:var(--swiper-pagination-progressbar-size, 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:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{-moz-border-radius:var(--swiper-scrollbar-border-radius, 10px);border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:-moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:-moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));-moz-border-radius:var(--swiper-scrollbar-border-radius, 10px);border-radius:var(--swiper-scrollbar-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:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align: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%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.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;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;-moz-transition-property:transform,opacity,height,-moz-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform,-moz-transform}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);-moz-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);-moz-transition:transform 333ms cubic-bezier(.4,0,.22,1),-moz-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1),-webkit-transform 333ms cubic-bezier(.4,0,.22,1),-moz-transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);-moz-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;-moz-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAYAAAAJD2m8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABQpJREFUeNrs3dGV2kYUxnEpxwXIyVOeog6sdAAVhBKgguAKTCrArkDrCpZUwLoCSAXgpzwlogNlJv5ILnNkWK/xagb9f+fMYUHaPXdHmqs7I+3ZLAMAAAAAAAAAAAAAAAAAAAAAAAAAAECE2rZt2lPNU/bpIe5Cce3MZ5Xiu4+wn0vX6qAvG31WRBjvwvdtcNzvXRsxaoaVIEKbjn024U4RxD0KYzGfrSPr4ypIDGs1myiqSGItguO9Uaw2/ikjZ2AJ4lvtP/QEocrhOLhOqgUNxtokiSKCeNcmMVTBtrn5XSaMHhJEVAlCV+KFWn0mQezMfos+B56Jsw4qsvuOfZY9nwsT03/FpX0YPcNZg9h8wf6bvtYggrK8PZMgQoue+7cJKoeTKkeVRO+DziSq6SOPQ8UISsOLp35jnucvv3D/n3v8Pd+59iH4bBt8/VvH9931NZ93L749uH47KCmMtHmk5Oa3jd2XD2ZbX0q9rvx0wr2GFc3etbGOgY+1Cvoft5YgUuIG0sqfvGe2H9zLgtMBQEpTOKYYoIJ4hhN4orL2ZIqhyuJY0s+7phhun31PYfvYpirXZ2YqdDD7LM2+fXqvWN+4vlypIus6Bn56sXfbmV4MYNDtnrBIuesp1hQXKR97m9MrIzgf7G3OMthmb3POGT0JTc+/4oRoNX/Pv8X+Vz55ffVwvP/+k652/8Wip/x86b7X1fDobdfV8Jnj9nEdk8ODXkdhNeTauOdYC8VaBdVOZeLP9NmYKuL2KwgelHq+SuJzj1qX5unFTSQPTH32Uevg4S7WIYaQIOxjwI8p7UkQ179y2ySRQLwkiYEkCP5YK8IkkUi8NesRt78GUWb/PyDz75wznAOr5LVXiX2PdwWGkLTLVPrXJ2XWIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPrStu3UtUb/ln7j//s0vQLAJ4dSicEniLW+3tEz1/X9Dz9WrhX0xLAOeuPa5tyB99u0TxNpgpgrKUz1vtb7KrK+nrvWujZN8DyZKvZ7Rk06vrvSz/EDad2VJPTZWvvE6pVef3FJYeReR3q/jyzOYzx1SklCsdZ6+55hN7yysdHV4aSSMJVDq316TRJu8BeqFvw0YunaROsNXZaRX4mTqCRSixen8mslCVUJPjlsXRtr07FyOPjP/v7rz23PCWJtqgNr5dprbSv975Dn+SqRK/LM9esdcSK1SiKaykHJoTR3KAqzzrBMtL+jvjJTObAGcULVwVjVQhVT5SDHqc/eVQc+ro96/zHFA6er8cysSUxiulhQOdyGF1f+eXu1Knjf/1wqz7euWvCJyq87NCZh+LWIwm1f6K5FoSSyT+D4bZWEC02NYnEwcWHoaxC6ahTBmkNm1yTcVeQQwTSj0JWtUIwfXHtj3tsTeuaSRLRXvmDd58717yzi+KgihpwgOpKDXaSMKkmcSRoTxfm7a78q7peajpAcSBKsQVwrOfg1h441iXWMT9EpAfyht+/8VCP7dFcjyyJ8diOV5KB1EnsO1CxWDtCluxXh3Y0Yfwe/9nB8vFrPRzRap4guOZi+rBM6R2zcJIkhVRDZhbsVHZVEfPOsPPcxvs0+LfTN9fHrCEMdpVA5XDgHXjHshlVBPOoPcNw+ZQzPQ1yoJPyzEiOtS0Tb35x1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAADctH8EGACdpjNCsTzQhAAAAABJRU5ErkJggg==) 0 0 no-repeat;-moz-background-size:264px 88px;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio: 1.1),(-webkit-min-device-pixel-ratio: 1.09375),(min--moz-device-pixel-ratio: 1.09375),(min-resolution: 105dpi),(min--moz-device-pixel-ratio: 1.1),(min-resolution: 1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Слой_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20264%2088'%20style='enable-background:new%200%200%20264%2088;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23FFFFFF;}%20.st1{fill:%23121319;}%20%3c/style%3e%3cpath%20class='st0'%20d='M28,14.9v3c0,0.5-0.4,0.9-0.9,0.9s-0.9-0.4-0.9-0.9v-2.1H24c-0.5,0-0.9-0.4-0.9-0.9S23.5,14,24,14h3%20C27.6,14,28,14.4,28,14.9z%20M18,26.2h-2.1v-2.1c0-0.5-0.4-0.9-0.9-0.9S14,23.6,14,24.1v3c0,0.5,0.4,0.9,0.9,0.9h3%20c0.5,0,0.9-0.4,0.9-0.9S18.5,26.2,18,26.2z%20M27.1,23.2c-0.5,0-0.9,0.4-0.9,0.9v2.1H24c-0.5,0-0.9,0.4-0.9,0.9S23.5,28,24,28h3%20c0.5,0,0.9-0.4,0.9-0.9v-3C28,23.6,27.6,23.2,27.1,23.2z%20M18,14h-3c-0.5,0-0.9,0.4-0.9,0.9v3c0,0.5,0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9%20v-2.1H18c0.5,0,0.9-0.4,0.9-0.9S18.5,14,18,14z'/%3e%3cpath%20class='st1'%20d='M27.7,70.6c0.3,0.3,0.3,0.9,0,1.2s-0.9,0.3-1.2,0L22,67.3l-4.5,4.5c-0.3,0.3-0.9,0.3-1.2,0s-0.3-0.9,0-1.2%20l4.5-4.5l-4.5-4.5c-0.3-0.3-0.3-0.9,0-1.2c0.3-0.3,0.9-0.3,1.2,0l4.5,4.5l4.5-4.5c0.3-0.3,0.9-0.3,1.2,0s0.3,0.9,0,1.2l-4.5,4.5%20L27.7,70.6z'/%3e%3cpath%20class='st0'%20d='M65.9,18.6v-3.7c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9v2.7h2.7c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9%20h-3.7C66.3,19.5,65.9,19.1,65.9,18.6z%20M61.9,22.5h-3.7c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9H61v2.7c0,0.5,0.4,0.9,0.9,0.9%20s0.9-0.4,0.9-0.9v-3.7C62.8,22.9,62.4,22.5,61.9,22.5z%20M70.4,22.5h-3.7c-0.5,0-0.9,0.4-0.9,0.9v3.7c0,0.5,0.4,0.9,0.9,0.9%20s0.9-0.4,0.9-0.9v-2.7h2.7c0.5,0,0.9-0.4,0.9-0.9C71.3,22.9,70.9,22.5,70.4,22.5z%20M61.9,14c-0.5,0-0.9,0.4-0.9,0.9v2.7h-2.7%20c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9h3.7c0.5,0,0.9-0.4,0.9-0.9v-3.7C62.8,14.4,62.4,14,61.9,14z'/%3e%3cpath%20class='st0'%20d='M68.4,66.8c-0.6,0-1.3,0.2-1.8,0.7l-2.5-1.6c0.2-0.5,0.2-1,0-1.5l2.5-1.6c1.1,1,2.8,0.9,3.7-0.2%20c1-1.1,0.9-2.8-0.2-3.7s-2.8-0.9-3.7,0.2c-0.6,0.7-0.8,1.6-0.5,2.5l-2.5,1.6c-1.1-1-2.8-0.9-3.8,0.2s-0.9,2.8,0.2,3.8%20c1,0.9,2.5,0.9,3.5,0l2.5,1.6c-0.4,1.4,0.4,2.9,1.8,3.3s2.9-0.4,3.3-1.8s-0.4-2.9-1.8-3.3C68.9,66.8,68.6,66.8,68.4,66.8z%20M68.4,59.5c0.7,0,1.2,0.5,1.2,1.2S69.1,62,68.4,62s-1.2-0.5-1.2-1.2S67.7,59.5,68.4,59.5z%20M61.6,66.3c-0.7,0-1.2-0.5-1.2-1.2%20c0-0.7,0.5-1.2,1.2-1.2c0.7,0,1.2,0.5,1.2,1.2C62.8,65.8,62.3,66.3,61.6,66.3z%20M68.4,70.6c-0.7,0-1.2-0.5-1.2-1.2%20c0-0.7,0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2C69.6,70.1,69.1,70.6,68.4,70.6z'/%3e%3cpath%20class='st0'%20d='M110.8,20c0,0.4-0.3,0.8-0.8,0.8h-1.3v1.3c0,0.4-0.3,0.8-0.8,0.8s-0.8-0.3-0.8-0.8v-1.3h-1.3%20c-0.4,0-0.8-0.3-0.8-0.8s0.3-0.8,0.8-0.8h1.3v-1.3c0-0.4,0.3-0.8,0.8-0.8s0.8,0.3,0.8,0.8v1.3h1.3C110.5,19.2,110.8,19.6,110.8,20z%20M115.8,27.8c-0.3,0.3-0.8,0.3-1.1,0c0,0,0,0,0,0l-3.1-3.1c-2.6,2-6.4,1.5-8.4-1.1s-1.5-6.4,1.1-8.4s6.4-1.5,8.4,1.1%20c1.6,2.1,1.6,5.1,0,7.3l3.1,3.1C116.1,27,116.1,27.5,115.8,27.8z%20M108,24.4c2.4,0,4.4-2,4.4-4.4s-2-4.4-4.4-4.4s-4.4,2-4.4,4.4%20C103.6,22.4,105.5,24.4,108,24.4z'/%3e%3cpath%20class='st0'%20d='M154.2,20c0,0.4-0.3,0.8-0.8,0.8h-4.1c-0.4,0-0.8-0.3-0.8-0.8s0.3-0.8,0.8-0.8h4.1%20C153.8,19.2,154.2,19.6,154.2,20z%20M159.1,27.8c-0.3,0.3-0.8,0.3-1.1,0c0,0,0,0,0,0l-3.1-3.1c-2.6,2-6.4,1.5-8.4-1.1%20s-1.5-6.4,1.1-8.4s6.4-1.5,8.4,1.1c1.6,2.1,1.6,5.1,0,7.3l3.1,3.1C159.4,27,159.4,27.5,159.1,27.8z%20M151.3,24.4c2.4,0,4.4-2,4.4-4.4%20s-2-4.4-4.4-4.4c-2.4,0-4.4,2-4.4,4.4C146.9,22.4,148.9,24.4,151.3,24.4z'/%3e%3cpath%20class='st1'%20d='M114.2,66.7l-5.2,5.2c-0.3,0.3-0.8,0.3-1.1,0c-0.3-0.3-0.3-0.8,0-1.1l4.7-4.7l-4.7-4.7c-0.3-0.3-0.3-0.8,0-1.1%20c0.3-0.3,0.8-0.3,1.1,0l5.2,5.2C114.5,65.9,114.5,66.3,114.2,66.7C114.2,66.7,114.2,66.7,114.2,66.7z'/%3e%3cpath%20class='st1'%20d='M156.3,70.6c0.3,0.3,0.3,0.8,0,1.1c-0.3,0.3-0.8,0.3-1.1,0l-5.2-5.2c-0.3-0.3-0.3-0.8,0-1.1c0,0,0,0,0,0%20l5.2-5.2c0.3-0.3,0.8-0.3,1.1,0c0.3,0.3,0.3,0.8,0,1.1l-4.7,4.7L156.3,70.6z'/%3e%3c/svg%3e")}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:#0000004d;height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:#00000080;width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;-moz-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;-moz-border-radius:2px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);-moz-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px #00000040;-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;-moz-transition:transform .25s,-moz-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s,-moz-transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{-moz-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{-moz-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid rgba(0,0,0,0);border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;-moz-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(../img/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;-moz-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;-moz-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;-moz-border-radius:50%;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width: 1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes clockwise{0%{-moz-transform:rotate(0deg);transform:rotate(0)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@-moz-keyframes donut-rotate{0%{-moz-transform:rotate(0);transform:rotate(0)}50%{-moz-transform:rotate(-140deg);transform:rotate(-140deg)}to{-moz-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);-moz-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);-moz-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:#00000080}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:#0000004d}.pswp__ui--idle .pswp__top-bar,.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}/*! ------------------------------------------------
 * Project Name: Name: Braxton - Personal Portfolio & Resume HTML Template
 * Project Description: Show yourself brightly with Braxton - unique and creative portfolio and resume template!
 * Tags: mix_design, resume, portfolio, personal page, cv, template, one page, responsive, html5, css3, creative, clean 
 * Version: 1.0.1
 * Build Date: March 2024
 * Last Update: April 2025
 * This product is available exclusively on Themeforest
 * Author: mix_design
 * Author URI: https://themeforest.net/user/mix_design *//*! File name: main.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  01. Fonts
 *  02. Template Backgrounds
 *  03. Variables
 *  04. Basic Styles
 *  05. Animations - Backgrounds
 *  06. Elements - Typography
 *  07. Elements - Controls
 *  08. Elements - Forms
 *  09. Sections Main
 *  10. Sections Inner
 *  11. Blocks Common
 *  12. Blocks Header
 *  13. Blocks Avatar
 *  14. Blocks Menu
 *  15. Blocks Footer
 *  16. Features About
 *  17. Features Gallery
 *  18. Features Achievements
 *  19. Features Services
 *  20. Features Resume
 *  21. Features Tools
 *  22. Features Testimonials
 *  23. Features Slider
 *  24. Features Socials
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */.image-background{background-image:url(https://dummyimage.com/2560x1440/4d4d4d/636363)}:root{--_size: 1.6rem;--_font-default: "Syne", sans-serif;--_font-accent: "Syne", sans-serif;--_radius-s: 1.5rem;--_radius-m: 2.2rem;--_radius-l: 3rem;--_radius-xl: 3.6rem;--_animspeed-fast: .1s;--_animspeed-medium: .3s;--_animspeed-slow: .6s;--_animbezier: cubic-bezier(.23, .65, .74, 1.09);--base--light: #2a7c25;--base-tint--light: #A8E6A3;--base-shade--light: #A8E6A3;--accent--light: #2524E4;--secondary--light: #1E2B87;--secondary-rgba--light: rgba(30,43,135,.3);--stroke-controls--light: #1E2B87;--stroke-controls-neutral--light: rgba(0,0,0,.3);--stroke-elements--light: #1E2B87;--t-bright--light: #000000;--t-medium--light: #0A0A23;--t-muted--light: #3A75E5;--t-accent--light: #2524E4;--t-secondary--light: #1E2B87;--t-disabled--light: #3A75E5;--t-placeholder--light: #72AEEB;--base-opp--light: #FFFFFF;--t-opp-bright--light: #FFFFFF;--t-opp-medium--light: #D9D9D9;--t-opp-muted--light: #3a9934;--gradient-one--light: #2524E4;--gradient-two--light: #FFFFFF;--gradient-three--light: #2524E4;--base--dark: #0c123f;--base-tint--dark: #0c123f;--base-shade--dark: #1E2B87;--accent--dark: #c3eec0;--secondary--dark: #3A75E5;--secondary-rgba--dark: rgba(30,43,135,.2);--stroke-controls--dark: #A8E6A3;--stroke-controls-neutral--dark: rgba(255,255,255,.3);--stroke-elements--dark: #A8E6A3;--t-bright--dark: #A8E6A3;--t-medium--dark: #A8E6A3;--t-muted--dark: #3A75E5;--t-accent--dark: #A8E6A3;--t-secondary--dark: #3A75E5;--t-disabled--dark: #D9D9D9;--t-placeholder--dark: #A8E6A3;--base-opp--dark: #A8E6A3;--t-opp-bright--dark: #1E2B87;--t-opp-medium--dark: #D9D9D9;--t-opp-muted--dark: #3A75E5;--gradient-one--dark: #2a7c25;--gradient-two--dark: #144e11;--gradient-three--dark: #0a3a08;--per-base: #111111;--per-base-tint: #212121;--per-stroke-controls: rgba(255,255,255,.4);--t-per-bright-light: #ffffff;--t-per-medium-light: #f2f2f2;--t-per-muted-light: #C7C6D3;--t-per-bright-dark: #27293b;--t-per-medium-dark: #626577;--t-per-muted-dark: #717586}@media only screen and (min-width: 1600px){:root{--_radius-s: 1.7rem;--_radius-m: 2.6rem}}@media (prefers-color-scheme: light){:root{--base: #A8E6A3;--base-tint: #72AEEB;--base-shade: #3A75E5;--accent: #2524E4;--secondary: #1E2B87;--secondary-rgba: rgba(30,43,135,.3);--stroke-controls: #D9D9D9;--stroke-controls-neutral: rgba(0,0,0,.3);--stroke-elements: #D9D9D9;--t-bright: #000000;--t-medium: #0A0A23;--t-muted: #3A75E5;--t-accent: #2524E4;--t-secondary: #1E2B87;--t-disabled: #D9D9D9;--t-placeholder: #72AEEB;--base-opp: #FFFFFF;--t-opp-bright: #FFFFFF;--t-opp-medium: #D9D9D9;--t-opp-muted: #A8E6A3;--gradient-one: #A8E6A3;--gradient-two: #72AEEB;--gradient-three: #2524E4}}@media (prefers-color-scheme: dark){:root{--base: #A8E6A3;--base-tint: #72AEEB;--base-shade: #3A75E5;--accent: #2524E4;--secondary: #1E2B87;--secondary-rgba: rgba(30,43,135,.2);--stroke-controls: #D9D9D9;--stroke-controls-neutral: rgba(255,255,255,.3);--stroke-elements: #D9D9D9;--t-bright: #FFFFFF;--t-medium: #0A0A23;--t-muted: #3A75E5;--t-accent: #2524E4;--t-secondary: #1E2B87;--t-disabled: #D9D9D9;--t-placeholder: #72AEEB;--base-opp: #000000;--t-opp-bright: #000000;--t-opp-medium: #D9D9D9;--t-opp-muted: #A8E6A3;--gradient-one: #A8E6A3;--gradient-two: #72AEEB;--gradient-three: #2524E4}}[color-scheme=light]{--base: var(--base--light);--base-tint: var(--base-tint--light);--base-shade: var(--base-shade--light);--accent: var(--accent--light);--secondary: var(--secondary--light);--secondary-rgba: var(--secondary-rgba--light);--stroke-controls: var(--stroke-controls--light);--stroke-controls-neutral: var(--stroke-controls-neutral--light);--stroke-elements: var(--stroke-elements--light);--t-bright: var(--t-bright--light);--t-medium: var(--t-medium--light);--t-muted: var(--t-muted--light);--t-accent: var(--t-accent--light);--t-secondary: var(--t-secondary--light);--t-disabled: var(--t-disabled--light);--t-placeholder: var(--t-placeholder--light);--base-opp: var(--base-opp--light);--t-opp-bright: var(--t-opp-bright--light);--t-opp-medium: var(--t-opp-medium--light);--t-opp-muted: var(--t-opp-muted--light);--gradient-one: var(--gradient-one--light);--gradient-two: var(--gradient-two--light);--gradient-three: var(--gradient-three--light)}[color-scheme=dark]{--base: var(--base--dark);--base-tint: var(--base-tint--dark);--base-shade: var(--base-shade--dark);--accent: var(--accent--dark);--secondary: var(--secondary--dark);--secondary-rgba: var(--secondary-rgba--dark);--stroke-controls: var(--stroke-controls--dark);--stroke-controls-neutral: var(--stroke-controls-neutral--dark);--stroke-elements: var(--stroke-elements--dark);--t-bright: var(--t-bright--dark);--t-medium: var(--t-medium--dark);--t-muted: var(--t-muted--dark);--t-accent: var(--t-accent--dark);--t-secondary: var(--t-secondary--dark);--t-disabled: var(--t-disabled--dark);--t-placeholder: var(--t-placeholder--dark);--base-opp: var(--base-opp--dark);--t-opp-bright: var(--t-opp-bright--dark);--t-opp-medium: var(--t-opp-medium--dark);--t-opp-muted: var(--t-opp-muted--dark);--gradient-one: var(--gradient-one--dark);--gradient-two: var(--gradient-two--dark);--gradient-three: var(--gradient-three--dark)}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}button:active,button:focus{outline:none!important}button::-moz-focus-inner{border:0!important}input::-moz-focus-inner{border:0!important}a:focus,button:focus,input:focus,textarea:focus{-webkit-tap-highlight-color:transparent}input,textarea,button,select,a{-webkit-tap-highlight-color:transparent}::-moz-selection{background-color:var(--secondary-rgba);color:var(--t-bright);text-shadow:none}::selection{background-color:var(--secondary-rgba);color:var(--t-bright);text-shadow:none}::-webkit-scrollbar{display:none;width:5px;background:var(--base-shade)}@media only screen and (min-width: 768px){::-webkit-scrollbar{display:block}}::-webkit-scrollbar-track{background-color:var(--base-shade)}::-webkit-scrollbar-thumb{background-color:var(--secondary);background:-webkit-gradient(linear,left top,left bottom,from(var(--accent)),to(var(--secondary)));background:linear-gradient(to bottom,var(--accent) 0%,var(--secondary) 100%);border-radius:10px}html{width:100%;height:100%;font-family:sans-serif;font-size:62.5%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{position:relative;width:100%;min-width:360px;overflow-x:unset!important;font:normal 400 var(--_size)/1.4 var(--_font-default);text-rendering:optimizeLegibility;background-color:var(--base);color:var(--t-medium)}section{position:relative;width:100%}a{text-decoration:none;outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transition:all var(--_animspeed-medium) var(--_animbezier);-moz-transition:all var(--_animspeed-medium) var(--_animbezier);transition:all var(--_animspeed-medium) var(--_animbezier)}img{display:block;width:100%;height:auto}.overflow-hidden{overflow:hidden!important}.components{position:relative}.components__item{position:relative;padding:4rem 10%;border-bottom:1px solid var(--stroke-elements)}.components__caption{display:block;font:normal 400 -moz-calc(var(--_size) * .938)/1 var(--_font-default);font:normal 400 calc(var(--_size) * .938)/1 var(--_font-default);color:var(--t-muted);margin-bottom:2rem}.gradient-background{position:fixed;top:0;left:0;width:100%;height:100vh;overflow:hidden}.blur{position:absolute;z-index:1;-moz-border-radius:900px;border-radius:900px;-webkit-filter:blur(clamp(40px,7vw,90px));filter:blur(clamp(40px,7vw,90px))}.blur:nth-of-type(1){background:var(--gradient-one);height:clamp(400px,20vw,60vw);width:-moz-calc(clamp(400px,30vw,70vw) * 1.1);width:calc(clamp(400px,30vw,70vw)*1.1);top:-10vh;right:-5vw}.blur:nth-of-type(2){background:var(--gradient-two);height:clamp(300px,16vw,46vw);width:-moz-calc(clamp(300px,16vw,56vw) * .75);width:calc(clamp(300px,16vw,56vw)*.75);top:5vh;right:0vw}.blur:nth-of-type(3){background:var(--gradient-three);height:clamp(100px,20vw,20vw);width:-moz-calc(clamp(100px,20vw,20vw) * 2);width:calc(clamp(100px,20vw,20vw)*2);top:-10vh;left:-10vw}.image-background{position:absolute;top:0;left:0;width:100%;height:110vh;overflow:hidden;background-position:center center;-moz-background-size:cover;background-size:cover;background-repeat:no-repeat}.svg-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.svg-background.loaded .background__svg01 svg{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translateZ(0)}.svg-background.loaded .background__svg02 svg{opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translateZ(0)}.background__svg01{position:absolute;top:-15vh;right:-30vw;width:320px;height:320px}.background__svg01 svg{width:100%;height:100%;opacity:0;-webkit-transform:translate3d(50px,-50px,0);-moz-transform:translate3d(50px,-50px,0);transform:translate3d(50px,-50px,0);-webkit-transition:opacity .8s var(--_animbezier),-webkit-transform .8s var(--_animbezier);transition:opacity .8s var(--_animbezier),-webkit-transform .8s var(--_animbezier);-moz-transition:transform .8s var(--_animbezier),opacity .8s var(--_animbezier),-moz-transform .8s var(--_animbezier);transition:transform .8s var(--_animbezier),opacity .8s var(--_animbezier);transition:transform .8s var(--_animbezier),opacity .8s var(--_animbezier),-webkit-transform .8s var(--_animbezier),-moz-transform .8s var(--_animbezier)}@media only screen and (min-width: 768px){.background__svg01{top:-15vh;right:-10vw;width:465px;height:465px}}@media only screen and (min-width: 992px){.background__svg01{top:-17vh;right:-8vw}}@media only screen and (min-width: 1200px){.background__svg01{top:-25vh;right:-6vw;width:580px;height:580px}}@media only screen and (min-width: 1400px){.background__svg01{top:-25vh;right:-8vw;width:680px;height:680px}}@media only screen and (min-width: 1600px){.background__svg01{top:-45vh;right:-5vw;width:880px;height:880px}}.background__svg02{position:absolute;top:60vh;left:-40vw;width:320px;height:320px}.background__svg02 svg{width:100%;height:100%;opacity:0;-webkit-transform:translate3d(-50px,50px,0);-moz-transform:translate3d(-50px,50px,0);transform:translate3d(-50px,50px,0);-webkit-transition:opacity .8s var(--_animbezier),-webkit-transform .8s var(--_animbezier);transition:opacity .8s var(--_animbezier),-webkit-transform .8s var(--_animbezier);-moz-transition:transform .8s var(--_animbezier),opacity .8s var(--_animbezier),-moz-transform .8s var(--_animbezier);transition:transform .8s var(--_animbezier),opacity .8s var(--_animbezier);transition:transform .8s var(--_animbezier),opacity .8s var(--_animbezier),-webkit-transform .8s var(--_animbezier),-moz-transform .8s var(--_animbezier)}@media only screen and (min-width: 768px){.background__svg02{top:70vh;left:-20vw}}@media only screen and (min-width: 992px){.background__svg02{top:70vh;left:-8vw}}@media only screen and (min-width: 1400px){.background__svg02{top:60vh;left:-8vw;width:425px;height:425px}}h1{font:normal 700 3.8rem/1.2 var(--_font-accent);color:var(--t-accent);background:var(--t-accent);background:-webkit-linear-gradient(15deg,var(--t-accent) 0%,var(--t-secondary) 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (min-width: 768px){h1{font-size:5rem}}@media only screen and (min-width: 1200px){h1{font-size:6rem}}@media only screen and (min-width: 1400px){h1{font-size:7rem}}@media only screen and (min-width: 1600px){h1{font-size:8rem}}.headline__subtitle{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:3.4rem;padding:0 1.4rem;-moz-border-radius:var(--_radius-s);border-radius:var(--_radius-s);border:1px solid var(--stroke-elements);background-color:var(--base);font:normal 700 1.3rem/3.3rem var(--_font-default);margin-bottom:1rem}.headline__subtitle svg,.headline__subtitle span{display:block}.headline__subtitle svg{width:1.1rem;height:1.1rem}.headline__subtitle span{padding-top:.1rem;margin-left:1rem}@media only screen and (min-width: 768px){.headline__subtitle{margin-bottom:1.4rem}}@media only screen and (min-width: 1200px){.headline__subtitle{margin-bottom:1.7rem}}@media only screen and (min-width: 1400px){.headline__subtitle{margin-bottom:1.9rem}}@media only screen and (min-width: 1600px){.headline__subtitle{height:3.8rem;line-height:3.8rem;font-size:1.5rem;margin-bottom:2.2rem}.headline__subtitle svg{width:1.3rem;height:1.3rem}}.headline__text{margin-top:2.9rem}@media only screen and (min-width: 768px){.headline__text{margin-top:3.3rem}}@media only screen and (min-width: 1200px){.headline__text{margin-top:2.9rem}}@media only screen and (min-width: 1400px){.headline__text{margin-top:2.6rem}}@media only screen and (min-width: 1600px){.headline__text{margin-top:2.7rem}}.headline__btnholder{width:100%;margin-top:4rem}@media only screen and (min-width: 576px){.headline__btnholder{width:auto}}@media only screen and (min-width: 768px){.headline__btnholder{margin-top:4.6rem}}@media only screen and (min-width: 1200px){.headline__btnholder{margin-top:4.6rem}}@media only screen and (min-width: 1400px){.headline__btnholder{margin-top:5.1rem}}@media only screen and (min-width: 1600px){.headline__btnholder{margin-top:4.8rem}}.headline__numblock{margin-top:4.1rem}@media only screen and (min-width: 768px){.headline__numblock{margin-top:4.8rem}}@media only screen and (min-width: 1200px){.headline__numblock{margin-top:4.6rem}}@media only screen and (min-width: 1400px){.headline__numblock{margin-top:4.2rem}}@media only screen and (min-width: 1600px){.headline__numblock{margin-top:5rem}}h2{font:normal 700 3.4rem/1.2 var(--_font-accent);color:var(--t-accent);background:var(--t-accent);background:-webkit-linear-gradient(15deg,var(--t-accent) 0%,var(--t-secondary) 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (min-width: 768px){h2{font-size:3.8rem}}@media only screen and (min-width: 1200px){h2{font-size:4.6rem;max-width:70rem}}@media only screen and (min-width: 1400px){h2{font-size:5.4rem;max-width:80rem}}@media only screen and (min-width: 1600px){h2{font-size:6rem;max-width:90rem}}.h2__subtitle{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:3.4rem;padding:0 1.4rem;-moz-border-radius:var(--_radius-s);border-radius:var(--_radius-s);border:1px solid var(--stroke-elements);background-color:var(--base);font:normal 700 1.3rem/1 var(--_font-default);margin-bottom:.7rem}.h2__subtitle svg,.h2__subtitle span{display:block}.h2__subtitle svg{width:1.1rem;height:1.1rem}.h2__subtitle span{padding-top:.1rem;margin-left:1rem}@media only screen and (min-width: 768px){.h2__subtitle{margin-bottom:1.1rem}}@media only screen and (min-width: 1200px){.h2__subtitle{margin-bottom:1.3rem}}@media only screen and (min-width: 1400px){.h2__subtitle{margin-bottom:1.6rem}}@media only screen and (min-width: 1600px){.h2__subtitle{height:3.8rem;font-size:1.5rem;margin-bottom:1.7rem}.h2__subtitle svg{width:1.3rem;height:1.3rem}}.h2__text{margin-top:3rem}@media only screen and (min-width: 768px){.h2__text{margin-top:4rem}}@media only screen and (min-width: 1200px){.h2__text{margin-top:3.6rem}}@media only screen and (min-width: 1400px){.h2__text{margin-top:4.2rem}}@media only screen and (min-width: 1600px){.h2__text{margin-top:4.1rem}}h3{font:normal 700 2.8rem/1.2 var(--_font-accent);color:var(--t-bright)}@media only screen and (min-width: 768px){h3{font-size:3rem}}@media only screen and (min-width: 1400px){h3{font-size:3.8rem}}@media only screen and (min-width: 1600px){h3{font-size:4.4rem}}.h3__text{margin-top:2.2rem}@media only screen and (min-width: 768px){.h3__text{margin-top:3.1rem}}@media only screen and (min-width: 1400px){.h3__text{margin-top:2.9rem}}@media only screen and (min-width: 1600px){.h3__text{margin-top:2.7rem}}h4{font:normal 700 2.6rem/1.2 var(--_font-accent);color:var(--t-bright)}@media only screen and (min-width: 768px){h4{font-size:2.6rem}}@media only screen and (min-width: 1400px){h4{font-size:3rem}}@media only screen and (min-width: 1600px){h4{font-size:3.4rem}}h5{font:normal 700 2.2rem/1.2 var(--_font-accent);color:var(--t-bright)}h5 small{display:block;font:normal 400 1.5rem/1 var(--_font-default);color:var(--t-medium);margin-top:.6rem}@media only screen and (min-width: 1600px){h5{font-size:2.4rem}}h6{font:normal 700 1.6rem/1.2 var(--_font-accent);font-variant-numeric:lining-nums;color:var(--t-bright)}h6 a{color:var(--t-bright)}h6 small{display:block;font:normal 400 1.3rem/1 var(--_font-default);color:var(--t-medium)}h6 small.top{margin-bottom:.4rem}h6 small.bottom{margin-top:.4rem}@media only screen and (min-width: 1400px){h6{font-size:1.8rem}h6 small{font-size:1.5rem}}@media only screen and (min-width: 1600px){h6{font-size:2rem}}p{font:normal 400 2rem/1.4 var(--_font-default);font-variant-numeric:lining-nums;color:var (--t-medium)}p.small{font-size:1.8rem}p.additional-text{font:normal 400 1.5rem/1 var(--_font-default);color:var(--t-muted)}p.additional-text a{font-weight:700;color:var(--t-bright)}@media only screen and (min-width: 768px){p.small{font-size:1.8rem}}@media only screen and (min-width: 1400px){p{font-size:2.2rem}p.small{font-size:1.8rem}}@media only screen and (min-width: 1600px){p{font-size:2.4rem}p.small{font-size:2rem}}.rounded-tag{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:3.4rem;padding:0 1.4rem;margin:.5rem 1rem .5rem 0;-moz-border-radius:var(--_radius-s);border-radius:var(--_radius-s);font:normal 400 1.5rem/1 var(--_font-default);font-variant-numeric:lining-nums}.rounded-tag.tag-base{background-color:var(--base);color:var(--t-bright)}.rounded-tag.tag-base-opposite{background-color:var(--base-opp);color:var(--t-opp-bright)}.rounded-tag.tag-outline{background-color:transparent;border:1px solid var(--stroke-elements);color:var(--t-medium)}.text-link{color:inherit;color:var(--t-medium);text-decoration:none;background:-webkit-gradient(linear,left top,right top,from(var(--stroke-controls)),to(var(--stroke-controls))),-webkit-gradient(linear,left top,right top,from(var(--accent)),to(var(--secondary)));background:-moz-linear-gradient(left,var(--stroke-controls),var(--stroke-controls)),-moz-linear-gradient(left,var(--accent),var(--secondary));background:linear-gradient(to right,var(--stroke-controls),var(--stroke-controls)),linear-gradient(to right,var(--accent),var(--secondary));-moz-background-size:100% 1px,0 1px;background-size:100% 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;-webkit-transition:background-size .4s,color .3s;-moz-transition:background-size .4s,color .3s,-moz-background-size .4s;transition:background-size .4s,color .3s;transition:background-size .4s,color .3s,-moz-background-size .4s}.no-touch .text-link:hover{color:var(--t-bright);-moz-background-size:0 1px,100% 1px;background-size:0 1px,100% 1px}.text-link-bold{color:inherit;color:var(--t-bright);text-decoration:none;background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0))),-webkit-gradient(linear,left top,right top,from(var(--accent)),to(var(--secondary)));background:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0)),-moz-linear-gradient(left,var(--accent),var(--secondary));background:linear-gradient(to right,#0000,#0000),linear-gradient(to right,var(--accent),var(--secondary));-moz-background-size:100% 1px,0 1px;background-size:100% 1px,0 1px;background-position:100% 100%,0 100%;background-repeat:no-repeat;-webkit-transition:background-size .4s,color .3s;-moz-transition:background-size .4s,color .3s,-moz-background-size .4s;transition:background-size .4s,color .3s;transition:background-size .4s,color .3s,-moz-background-size .4s}.no-touch .text-link-bold:hover{color:var(--t-bright);-moz-background-size:0 1px,100% 1px;background-size:0 1px,100% 1px}.btn{position:relative;display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:none;outline:0;padding:0;font:inherit;background-color:transparent;cursor:pointer;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mobile-vertical{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:1rem}.mobile-vertical:last-child{margin-bottom:0}@media only screen and (min-width: 576px){.mobile-vertical{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;margin-bottom:0;margin-right:1rem}.mobile-vertical:last-child{margin-right:0}}.mobile-horizontal{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;margin-bottom:0;margin-right:1rem}.mobile-horizontal:last-child{margin-right:0}.btn-default{width:auto;height:5rem;padding:0 2rem;-moz-border-radius:var(--_radius-m);border-radius:var(--_radius-m);font:normal 700 1.6rem/5rem var(--_font-default)}.btn-default i,.btn-default span{position:relative}.btn-default i{font-size:1.8rem;margin-left:.6rem}@media only screen and (min-width: 1600px){.btn-default{height:6rem;line-height:6rem;padding:0 2.4rem;font-size:2rem}.btn-default i{font-size:2.2rem}}.btn-fullwidth{width:100%}.btn-hover:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;-moz-border-radius:var(--_radius-m);border-radius:var(--_radius-m);-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scaleZ(1);will-change:transform;-webkit-transition:-webkit-transform .3s var(--_animbezier);transition:-webkit-transform .3s var(--_animbezier);-moz-transition:transform .3s var(--_animbezier),-moz-transform .3s var(--_animbezier);transition:transform .3s var(--_animbezier);transition:transform .3s var(--_animbezier),-webkit-transform .3s var(--_animbezier),-moz-transform .3s var(--_animbezier)}.btn-hover i,.btn-hover span{display:block;line-height:5rem;color:#0000;overflow:hidden;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}@media only screen and (min-width: 1200px){.no-touch .btn-hover:hover:before{-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}}@media only screen and (min-width: 1600px){.btn-hover i,.btn-hover span{line-height:6rem}}.btn-hover-accent:before{background:var(--accent);background:-moz-linear-gradient(315deg,var(--accent) 0%,var(--secondary) 100%);background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%)}.btn-hover-accent i,.btn-hover-accent span{text-shadow:0 0 var(--t-opp-bright),0 5rem var(--t-opp-bright)}@media only screen and (min-width: 1200px){.no-touch .btn-hover-accent:hover i,.no-touch .btn-hover-accent:hover span{text-shadow:0 -5rem var(--t-opp-bright),0 0 var(--t-opp-bright)}}@media only screen and (min-width: 1600px){.btn-hover-accent i,.btn-hover-accent span{text-shadow:0 0 var(--t-opp-bright),0 6rem var(--t-opp-bright)}.no-touch .btn-hover-accent:hover i,.no-touch .btn-hover-accent:hover span{text-shadow:0 -6rem var(--t-opp-bright),0 0 var(--t-opp-bright)}}.btn-accent{background:var(--accent);background:-moz-linear-gradient(315deg,var(--accent) 0%,var(--secondary) 100%);background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%);color:var(--t-opp-bright)}.btn-hover-accent-mobile:before{background:var(--accent);background:-moz-linear-gradient(315deg,var(--accent) 0%,var(--secondary) 100%);background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%)}.btn-hover-accent-mobile i,.btn-hover-accent-mobile span{color:var(--t-opp-bright)}@media only screen and (min-width: 992px){.btn-hover-accent-mobile:before{background:var(--base);border:1px solid var(--stroke-controls)}.btn-hover-accent-mobile i,.btn-hover-accent-mobile span{color:var(--t-bright)}}@media only screen and (min-width: 1200px){.btn-hover-accent-mobile i,.btn-hover-accent-mobile span{color:#0000;text-shadow:0 0 var(--t-bright),0 5rem var(--t-bright)}.no-touch .btn-hover-accent-mobile:hover i,.no-touch .btn-hover-accent-mobile:hover span{text-shadow:0 -5rem var(--t-bright),0 0 var(--t-bright)}}@media only screen and (min-width: 1600px){.btn-hover-accent-mobile i,.btn-hover-accent-mobile span{text-shadow:0 0 var(--t-bright),0 6rem var(--t-bright)}.no-touch .btn-hover-accent-mobile:hover i,.no-touch .btn-hover-accent-mobile:hover span{text-shadow:0 -6rem var(--t-bright),0 0 var(--t-bright)}}.btn-accent-mobile{background:var(--accent);background:-moz-linear-gradient(315deg,var(--accent) 0%,var(--secondary) 100%);background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%);color:var(--t-opp-bright)}@media only screen and (min-width: 992px){.btn-accent-mobile{background:var(--base);border:1px solid var(--stroke-controls);color:var(--t-bright)}}.btn-hover-outline:before{background-color:transparent;border:1px solid var(--stroke-controls)}.btn-hover-outline i,.btn-hover-outline span{text-shadow:0 0 var(--t-bright),0 5rem var(--t-bright)}@media only screen and (min-width: 1200px){.no-touch .btn-hover-outline:hover i,.no-touch .btn-hover-outline:hover span{text-shadow:0 -5rem var(--t-bright),0 0 var(--t-bright)}}@media only screen and (min-width: 1600px){.btn-hover-outline i,.btn-hover-outline span{text-shadow:0 0 var(--t-bright),0 6rem var(--t-bright)}.no-touch .btn-hover-outline:hover i,.no-touch .btn-hover-outline:hover span{text-shadow:0 -6rem var(--t-bright),0 0 var(--t-bright)}}.btn-outline{background-color:transparent;border:1px solid var(--stroke-controls);color:var(--t-bright)}.btn-hover-outline-mobile:before{background-color:transparent;border:1px solid var(--stroke-controls)}.btn-hover-outline-mobile i,.btn-hover-outline-mobile span{color:var(--t-bright)}@media only screen and (min-width: 992px){.btn-hover-outline-mobile:before{background-color:transparent;border:none}.btn-hover-outline-mobile i,.btn-hover-outline-mobile span{color:var(--t-disabled)}}@media only screen and (min-width: 1200px){.btn-hover-outline-mobile i,.btn-hover-outline-mobile span{color:#0000;text-shadow:0 0 var(--t-disabled),0 5rem var(--t-disabled)}.no-touch .btn-hover-outline-mobile:hover i,.no-touch .btn-hover-outline-mobile:hover span{text-shadow:0 -5rem var(--t-bright),0 0 var(--t-bright)}}@media only screen and (min-width: 1600px){.btn-hover-outline-mobile i,.btn-hover-outline-mobile span{text-shadow:0 0 var(--t-disabled),0 6rem var(--t-disabled)}.no-touch .btn-hover-outline-mobile:hover i,.no-touch .btn-hover-outline-mobile:hover span{text-shadow:0 -6rem var(--t-bright),0 0 var(--t-bright)}}.btn-outline-mobile{background-color:transparent;border:1px solid var(--stroke-controls);color:var(--t-bright)}@media only screen and (min-width: 992px){.btn-outline-mobile{background-color:transparent;border:none;color:var(--t-disabled)}}.btn-hover-transparent:before{background-color:transparent}.btn-hover-transparent i,.btn-hover-transparent span{text-shadow:0 0 var(--t-disabled),0 5rem var(--t-disabled)}@media only screen and (min-width: 1200px){.no-touch .btn-hover-transparent:hover i,.no-touch .btn-hover-transparent:hover span{text-shadow:0 -5rem var(--t-disabled),0 0 var(--t-disabled)}}@media only screen and (min-width: 1600px){.btn-hover-transparent i,.btn-hover-transparent span{text-shadow:0 0 var(--t-disabled),0 6rem var(--t-disabled)}.no-touch .btn-hover-transparent:hover i,.no-touch .btn-hover-transparent:hover span{text-shadow:0 -6rem var(--t-bright),0 0 var(--t-bright)}}.btn-transparent{background-color:transparent;color:var(--t-bright)}.btn-line{-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:start;font:normal 700 1.6rem/1 var(--_font-default)}.btn-line i,.btn-line span{position:relative}.btn-line i{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:1.8rem;margin-left:.6rem;overflow:hidden}@media only screen and (min-width: 1600px){.btn-line{font-size:2rem}.btn-line i{font-size:2.2rem}}.btn-square{width:5rem;height:5rem;-moz-border-radius:var(--_radius-m);border-radius:var(--_radius-m)}.btn-square i{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;font-size:1.8rem;overflow:hidden}@media only screen and (min-width: 1600px){.btn-square{width:6rem;height:6rem}.btn-square i{font-size:2.2rem}}.btn-square-s i{font-size:1.4rem}.slide-right:hover i:before{-webkit-animation:.4s ease-in-out 0s 1 both slideRight;-moz-animation:.4s ease-in-out 0s 1 both slideRight;animation:.4s ease-in-out 0s 1 both slideRight}.slide-right-up:hover i:before{-webkit-animation:.4s ease-in-out 0s 1 both slideRightUp;-moz-animation:.4s ease-in-out 0s 1 both slideRightUp;animation:.4s ease-in-out 0s 1 both slideRightUp}.slide-right-down:hover i:before{-webkit-animation:.4s ease-in-out 0s 1 both slideRightDown;-moz-animation:.4s ease-in-out 0s 1 both slideRightDown;animation:.4s ease-in-out 0s 1 both slideRightDown}.slide-left:hover i:before{-webkit-animation:.4s ease-in-out 0s 1 both slideLeft;-moz-animation:.4s ease-in-out 0s 1 both slideLeft;animation:.4s ease-in-out 0s 1 both slideLeft}.slide-left-up:hover i:before{-webkit-animation:.4s ease-in-out 0s 1 both slideLeftUp;-moz-animation:.4s ease-in-out 0s 1 both slideLeftUp;animation:.4s ease-in-out 0s 1 both slideLeftUp}.slide-left-down:hover i:before{-webkit-animation:.4s ease-in-out 0s 1 both slideLeftDown;-moz-animation:.4s ease-in-out 0s 1 both slideLeftDown;animation:.4s ease-in-out 0s 1 both slideLeftDown}.slide-down:hover i:before{-webkit-animation:.4s ease-in-out 0s 1 both slideDown;-moz-animation:.4s ease-in-out 0s 1 both slideDown;animation:.4s ease-in-out 0s 1 both slideDown}.slide-up:hover i:before{-webkit-animation:.4s ease-in-out 0s 1 both slideUp;-moz-animation:.4s ease-in-out 0s 1 both slideUp;animation:.4s ease-in-out 0s 1 both slideUp}@-webkit-keyframes slideRight{0%{-webkit-transform:translateX(0);transform:translate(0)}50%{-webkit-transform:translateX(100%);transform:translate(100%)}51%{opacity:0}52%{-webkit-transform:translateX(-100%);transform:translate(-100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0);transform:translate(0)}}@-moz-keyframes slideRight{0%{-moz-transform:translateX(0);transform:translate(0)}50%{-moz-transform:translateX(100%);transform:translate(100%)}51%{opacity:0}52%{-moz-transform:translateX(-100%);transform:translate(-100%);opacity:0}53%{opacity:1}to{-moz-transform:translateX(0);transform:translate(0)}}@keyframes slideRight{0%{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translate(0)}50%{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);transform:translate(100%)}51%{opacity:0}52%{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translate(-100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes slideRightUp{0%{-webkit-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-webkit-transform:translateX(100%) translateY(-100%);transform:translate(100%) translateY(-100%)}51%{opacity:0}52%{-webkit-transform:translateX(-100%) translateY(100%);transform:translate(-100%) translateY(100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@-moz-keyframes slideRightUp{0%{-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-moz-transform:translateX(100%) translateY(-100%);transform:translate(100%) translateY(-100%)}51%{opacity:0}52%{-moz-transform:translateX(-100%) translateY(100%);transform:translate(-100%) translateY(100%);opacity:0}53%{opacity:1}to{-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@keyframes slideRightUp{0%{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-webkit-transform:translateX(100%) translateY(-100%);-moz-transform:translateX(100%) translateY(-100%);transform:translate(100%) translateY(-100%)}51%{opacity:0}52%{-webkit-transform:translateX(-100%) translateY(100%);-moz-transform:translateX(-100%) translateY(100%);transform:translate(-100%) translateY(100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@-webkit-keyframes slideRightDown{0%{-webkit-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-webkit-transform:translateX(100%) translateY(100%);transform:translate(100%) translateY(100%)}51%{opacity:0}52%{-webkit-transform:translateX(-100%) translateY(-100%);transform:translate(-100%) translateY(-100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@-moz-keyframes slideRightDown{0%{-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-moz-transform:translateX(100%) translateY(100%);transform:translate(100%) translateY(100%)}51%{opacity:0}52%{-moz-transform:translateX(-100%) translateY(-100%);transform:translate(-100%) translateY(-100%);opacity:0}53%{opacity:1}to{-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@keyframes slideRightDown{0%{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-webkit-transform:translateX(100%) translateY(100%);-moz-transform:translateX(100%) translateY(100%);transform:translate(100%) translateY(100%)}51%{opacity:0}52%{-webkit-transform:translateX(-100%) translateY(-100%);-moz-transform:translateX(-100%) translateY(-100%);transform:translate(-100%) translateY(-100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@-webkit-keyframes slideLeft{0%{-webkit-transform:translateX(0);transform:translate(0)}50%{-webkit-transform:translateX(-100%);transform:translate(-100%)}51%{opacity:0}52%{-webkit-transform:translateX(100%);transform:translate(100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0);transform:translate(0)}}@-moz-keyframes slideLeft{0%{-moz-transform:translateX(0);transform:translate(0)}50%{-moz-transform:translateX(-100%);transform:translate(-100%)}51%{opacity:0}52%{-moz-transform:translateX(100%);transform:translate(100%);opacity:0}53%{opacity:1}to{-moz-transform:translateX(0);transform:translate(0)}}@keyframes slideLeft{0%{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translate(0)}50%{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translate(-100%)}51%{opacity:0}52%{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);transform:translate(100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes slideLeftUp{0%{-webkit-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-webkit-transform:translateX(-100%) translateY(-100%);transform:translate(-100%) translateY(-100%)}51%{opacity:0}52%{-webkit-transform:translateX(100%) translateY(100%);transform:translate(100%) translateY(100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@-moz-keyframes slideLeftUp{0%{-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-moz-transform:translateX(-100%) translateY(-100%);transform:translate(-100%) translateY(-100%)}51%{opacity:0}52%{-moz-transform:translateX(100%) translateY(100%);transform:translate(100%) translateY(100%);opacity:0}53%{opacity:1}to{-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@keyframes slideLeftUp{0%{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-webkit-transform:translateX(-100%) translateY(-100%);-moz-transform:translateX(-100%) translateY(-100%);transform:translate(-100%) translateY(-100%)}51%{opacity:0}52%{-webkit-transform:translateX(100%) translateY(100%);-moz-transform:translateX(100%) translateY(100%);transform:translate(100%) translateY(100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@-webkit-keyframes slideLeftDown{0%{-webkit-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-webkit-transform:translateX(-100%) translateY(100%);transform:translate(-100%) translateY(100%)}51%{opacity:0}52%{-webkit-transform:translateX(100%) translateY(-100%);transform:translate(100%) translateY(-100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@-moz-keyframes slideLeftDown{0%{-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-moz-transform:translateX(-100%) translateY(100%);transform:translate(-100%) translateY(100%)}51%{opacity:0}52%{-moz-transform:translateX(100%) translateY(-100%);transform:translate(100%) translateY(-100%);opacity:0}53%{opacity:1}to{-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@keyframes slideLeftDown{0%{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}50%{-webkit-transform:translateX(-100%) translateY(100%);-moz-transform:translateX(-100%) translateY(100%);transform:translate(-100%) translateY(100%)}51%{opacity:0}52%{-webkit-transform:translateX(100%) translateY(-100%);-moz-transform:translateX(100%) translateY(-100%);transform:translate(100%) translateY(-100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(100%);transform:translateY(100%)}51%{opacity:0}52%{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slideDown{0%{-moz-transform:translateY(0);transform:translateY(0)}50%{-moz-transform:translateY(100%);transform:translateY(100%)}51%{opacity:0}52%{-moz-transform:translateY(-100%);transform:translateY(-100%);opacity:0}53%{opacity:1}to{-moz-transform:translateY(0);transform:translateY(0)}}@keyframes slideDown{0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);transform:translateY(100%)}51%{opacity:0}52%{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}51%{opacity:0}52%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slideUp{0%{-moz-transform:translateY(0);transform:translateY(0)}50%{-moz-transform:translateY(-100%);transform:translateY(-100%)}51%{opacity:0}52%{-moz-transform:translateY(100%);transform:translateY(100%);opacity:0}53%{opacity:1}to{-moz-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%)}51%{opacity:0}52%{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);transform:translateY(100%);opacity:0}53%{opacity:1}to{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}}.form-container{position:relative}.form{opacity:1;-webkit-transition:opacity var(--_animspeed-slow) ease-in-out;-moz-transition:opacity var(--_animspeed-slow) ease-in-out;transition:opacity var(--_animspeed-slow) ease-in-out}.form.is-hidden{opacity:0}.form__item{padding:0 1.5rem;margin-bottom:3rem}.form__item:last-of-type{margin-bottom:0}@media only screen and (min-width: 1400px){.form__item{padding:0 2.5rem}}form{position:relative;width:100%}form input,form textarea{position:relative;display:block;width:100%;border:none;outline:none;margin:0;padding:1.4rem .4rem;background-color:transparent;border-bottom:2px solid var(--stroke-elements);font:normal 700 2rem/1.4 var(--_font-default);color:var(--t-bright)}form input:focus,form textarea:focus{border-bottom:2px solid var(--accent)}form textarea{height:16rem;resize:none}form ::-webkit-input-placeholder{color:var(--t-placeholder)}form :-moz-placeholder{color:var(--t-placeholder)}form ::-moz-placeholder{color:var(--t-placeholder)}form :-ms-input-placeholder{color:var(--t-placeholder)}form input:focus:required:invalid,form textarea:focus:required:invalid{color:var(--t-default)}form input:required:valid,form textarea:required:valid{color:var (--t-default)}.form__reply{position:absolute;top:0;right:auto;bottom:auto;left:0;opacity:0;-webkit-transition:opacity var(--_animspeed-slow) ease-in-out;-moz-transition:opacity var(--_animspeed-slow) ease-in-out;transition:opacity var(--_animspeed-slow) ease-in-out}.form__reply.centered{position:absolute;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);max-width:300px}.form__reply.is-visible{opacity:1}.reply__icon{display:block;font-size:-moz-calc(var(--_size) * 2.75);font-size:calc(var(--_size) * 2.75);color:var(--accent);margin-bottom:1rem}.reply__title{font:normal 700 -moz-calc(var(--_size) * 1.5)/1 var(--_font-accent);font:normal 700 calc(var(--_size) * 1.5)/1 var(--_font-accent);color:var(--t-bright);margin-bottom:.375rem}.reply__text{display:block;font:normal 400 -moz-calc(var(--_size) * 1.125)/1.4 var(--_font-default);font:normal 400 calc(var(--_size) * 1.125)/1.4 var(--_font-default);color:var(--t-medium)}.main{position:relative;height:auto;padding:6rem 0}@media only screen and (min-width: 768px){.main{padding:7.5rem 0}}@media only screen and (min-width: 992px){.main{height:-moz-calc(100vh - 2rem);height:calc(100vh - 2rem);padding:0}}@media only screen and (min-width: 1400px){.main{height:-moz-calc(100vh - 8rem);height:calc(100vh - 8rem)}}.headline{position:relative;padding:0 1.5rem}@media only screen and (min-width: 768px){.headline{padding:0 6rem}}@media only screen and (min-width: 992px){.headline{position:absolute;bottom:4rem;left:0;width:100%;padding:0 3rem}}@media only screen and (min-width: 1200px){.headline{padding:0 6rem 0 3rem}}@media only screen and (min-width: 1400px){.headline{bottom:2rem;padding:0 8rem 0 5rem}}@media only screen and (min-width: 1600px){.headline{padding:0 10rem 0 5rem}}@media only screen and (min-width: 992px){.headline__title{max-width:560px}}@media only screen and (min-width: 1200px){.headline__title{max-width:660px}}@media only screen and (min-width: 1400px){.headline__title{max-width:760px}}@media only screen and (min-width: 1600px){.headline__title{max-width:900px}}.rotating-btn{position:relative;width:100%;height:auto;padding:0 1.5rem;margin-top:5rem}@media only screen and (min-width: 768px){.rotating-btn{padding:0 6rem;margin-top:6rem}}@media only screen and (min-width: 992px){.rotating-btn{width:auto;padding:0;margin-top:0;position:absolute;right:3rem;bottom:4rem}}@media only screen and (min-width: 1200px){.rotating-btn{right:6rem}}@media only screen and (min-width: 1400px){.rotating-btn{bottom:2rem;right:8rem}}@media only screen and (min-width: 1600px){.rotating-btn{right:10rem}}.rotating-btn__link{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:120px;height:120px;color:var(--t-bright);font-size:2.2rem}.rotating-btn__link i{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;overflow:hidden}.rotating-btn__link svg{display:block;position:absolute;top:0;left:0;width:120px;height:120px}.rotating-btn__link svg text{fill:var(--t-bright);font-family:var(--_font-default);font-weight:700;font-size:1.2rem;letter-spacing:.05rem;text-transform:uppercase;-webkit-transition:var(--_animspeed-medium) var(--_animbezier);-moz-transition:var(--_animspeed-medium) var(--_animbezier);transition:var(--_animspeed-medium) var(--_animbezier)}@media only screen and (min-width: 1600px){.rotating-btn__link{width:140px;height:140px;font-size:2.6rem}.rotating-btn__link svg{width:140px;height:140px}}.inner{padding:1rem 0}.inner.inner-grid-top{padding:3rem 0 6rem}@media only screen and (min-width: 768px){.inner{padding:3rem 0}.inner.inner-grid-top{padding:4.5rem 0 7.5rem}}@media only screen and (min-width: 992px){.inner,.inner.inner-first{padding:4rem 0}.inner.inner-grid-top{padding:8rem 0 4rem}}@media only screen and (min-width: 1400px){.inner{padding:4rem 0 2rem}.inner.inner-grid-top{padding:10rem 0 2rem}.inner.inner-first{padding:15rem 0 2rem}}@media only screen and (min-width: 1600px){.inner{padding:5rem 0 2rem}.inner.inner-grid-top{padding:11rem 0 2rem}.inner.inner-first{padding:16rem 0 2rem}}.content{position:relative;width:100%;min-width:360px;height:auto}@media only screen and (min-width: 992px){.content{padding-left:330px}}@media only screen and (min-width: 1200px){.content{padding-left:360px}}@media only screen and (min-width: 1400px){.content{padding-left:480px}}@media only screen and (min-width: 1600px){.content{padding-left:500px}}.content__background{position:absolute;top:0;left:0;width:100%;height:100%}.content__wrapper{position:relative}.content__block{position:relative;padding:0 1.5rem}.content__block.grid-block{padding:0}@media only screen and (min-width: 768px){.content__block{padding:0 6rem}.content__block.grid-block{padding:0 4.5rem}}@media only screen and (min-width: 992px){.content__block{padding:0 3rem}.content__block.grid-block{padding:0 1.5rem}}@media only screen and (min-width: 1200px){.content__block{padding:0 6rem 0 3rem}.content__block.grid-block{padding:0 4.5rem 0 1.5rem}}@media only screen and (min-width: 1400px){.content__block{padding:0 8rem 0 5rem}.content__block.grid-block{padding:0 5.5rem 0 2.5rem}}@media only screen and (min-width: 1600px){.content__block{padding:0 10rem 0 5rem}.content__block.grid-block{padding:0 7.5rem 0 2.5rem}}.content__block.section-title{margin-bottom:4rem}.content__block.section-grid-title{margin-bottom:1.4rem}.content__block.block-large{margin-bottom:11rem}.content__block.block-grid-large{margin-bottom:10rem}@media only screen and (min-width: 768px){.content__block.section-title{margin-bottom:5rem}.content__block.section-grid-title{margin-bottom:1.9rem}.content__block.block-large,.content__block.block-grid-large{margin-bottom:13rem}}@media only screen and (min-width: 1200px){.content__block.section-title{margin-bottom:4.7rem}.content__block.section-grid-title{margin-bottom:1.6rem}}@media only screen and (min-width: 1400px){.content__block.section-grid-title{margin-bottom:.4rem}.content__block.block-large{margin-bottom:14.6rem}.content__block.block-grid-large{margin-bottom:15rem}}@media only screen and (min-width: 1600px){.content__block.section-title{margin-bottom:5.3rem}.content__block.block-large{margin-bottom:15.6rem}}.section-h3{margin-bottom:4.1rem}.section-h3.section-h3-grid{margin-bottom:2.1rem}@media only screen and (min-width: 1400px){.section-h3{margin-bottom:3.9rem}.section-h3.section-h3-grid{margin-bottom:2rem}}@media only screen and (min-width: 1600px){.section-h3{margin-bottom:3.7rem}.section-h3.section-h3-grid{margin-bottom:1.8rem}}.grid-item{padding:0 1.5rem;margin-top:3rem}@media only screen and (min-width: 1400px){.grid-item{padding:0 2.5rem;margin-top:5rem}}.grid-item-s{padding:0 1rem;margin-top:2rem}.header{position:fixed;left:50%;right:auto;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);bottom:1.5rem;width:auto;height:4.4rem;-moz-border-radius:2rem;border-radius:2rem;background-color:#00000008;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:11}@media only screen and (min-width: 768px){.header{bottom:3rem}}@media only screen and (min-width: 992px){.header{top:3rem;left:auto;right:0;bottom:auto;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0);width:-moz-calc(100% - 330px);width:calc(100% - 330px);height:5rem;padding:0 3rem;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}}@media only screen and (min-width: 1200px){.header{padding:0 6rem 0 3rem;width:-moz-calc(100% - 360px);width:calc(100% - 360px)}}@media only screen and (min-width: 1400px){.header{top:5rem;width:-moz-calc(100% - 480px);width:calc(100% - 480px);padding:0 8rem 0 5rem}}@media only screen and (min-width: 1600px){.header{width:-moz-calc(100% - 500px);width:calc(100% - 500px);height:6rem;padding:0 10rem 0 5rem}}@media only screen and (min-width: 992px){.header__controls .btn{margin-right:1rem}.header__controls .btn:last-child{margin-right:0}}.header__trigger{width:4.4rem;height:4.4rem;font-size:1.6rem;white-space:nowrap}.header__trigger:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--accent);background:-moz-linear-gradient(315deg,var(--accent) 0%,var(--secondary) 100%);background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%);-moz-border-radius:2rem;border-radius:2rem;-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scaleZ(1);will-change:transform;-webkit-transition:-webkit-transform .3s var(--_animbezier);transition:-webkit-transform .3s var(--_animbezier);-moz-transition:transform .3s var(--_animbezier),-moz-transform .3s var(--_animbezier);transition:transform .3s var(--_animbezier);transition:transform .3s var(--_animbezier),-webkit-transform .3s var(--_animbezier),-moz-transform .3s var(--_animbezier)}.header__trigger i,.header__trigger span{display:block;position:relative;line-height:4.4rem;color:var(--t-opp-bright);overflow:hidden;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}.header__trigger i{font-size:1.8rem}.header__trigger span{display:none}@media only screen and (min-width: 992px){.header__trigger{width:auto;height:5rem;padding:0 2rem;font:normal 700 var(--_size)/5rem var(--_font-default)}.header__trigger:before{-moz-border-radius:var(--_radius-m);border-radius:var(--_radius-m)}.header__trigger i,.header__trigger span{line-height:5rem;color:#0000;text-shadow:0 0 var(--t-opp-bright),0 5rem var(--t-opp-bright)}.header__trigger span{display:block}.header__trigger i{margin-left:.6rem}}@media only screen and (min-width: 1200px){.no-touch .header__trigger:hover:before{-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}.no-touch .header__trigger:hover i,.no-touch .header__trigger:hover span{text-shadow:0 -5rem var(--t-opp-bright),0 0 var(--t-opp-bright)}}@media only screen and (min-width: 1600px){.header__trigger{height:6rem;line-height:6rem;padding:0 2.4rem;font-size:2rem}.header__trigger i,.header__trigger span{line-height:6rem;text-shadow:0 0 var(--t-opp-bright),0 6rem var(--t-opp-bright)}.header__trigger i{font-size:2.2rem}.no-touch .header__trigger:hover i,.no-touch .header__trigger:hover span{text-shadow:0 -6rem var(--t-opp-bright),0 0 var(--t-opp-bright)}}.trigger__caption{display:none}@media only screen and (min-width: 992px){.trigger__caption{display:inline}}.header__switcher{width:4.4rem;height:4.4rem;-moz-border-radius:2rem;border-radius:2rem;color:var(--t-muted);font-size:1.6rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (min-width: 992px){.header__switcher{width:5rem;height:5rem;-moz-border-radius:var(--_radius-m);border-radius:var(--_radius-m);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header__switcher i{position:relative;font-size:1.8rem}.no-touch .header__switcher:hover{color:var(--t-bright)}}@media only screen and (min-width: 1600px){.header__switcher{width:6rem;height:6rem}.header__switcher i{font-size:2.2rem}}.avatar{position:relative;width:-moz-calc(100% - 3rem);width:calc(100% - 3rem);height:auto;margin:0 auto;padding-top:1.5rem;padding-bottom:6rem;z-index:9;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;min-height:670px;max-height:800px}@media only screen and (min-width: 768px){.avatar{padding-top:3rem;padding-bottom:7.5rem;width:-moz-calc(100% - 12rem);width:calc(100% - 12rem)}}@media only screen and (min-width: 992px){.avatar{position:fixed;top:3rem;left:3rem;width:300px;height:-moz-calc(100% - 6rem);height:calc(100% - 6rem);margin:0;padding-top:0;padding-bottom:0}}@media only screen and (min-width: 1200px){.avatar{left:6rem}}@media only screen and (min-width: 1400px){.avatar{top:5rem;left:8rem;width:400px;height:-moz-calc(100% - 10rem);height:calc(100% - 10rem)}}@media only screen and (min-width: 1600px){.avatar{left:10rem}}.avatar__container{position:relative;width:100%;height:100%;padding:3rem}.avatar__container:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--base-tint);border:1px solid var(--stroke-elements);-moz-border-radius:var(--_radius-xl);border-radius:var(--_radius-xl)}@media only screen and (min-width: 1400px){.avatar__container{padding:5rem}}.avatar__block{position:relative;margin-bottom:3rem}.avatar__block:first-child{margin-bottom:3.6rem}.avatar__block:last-child{margin-bottom:0}@media only screen and (min-width: 768px){.avatar__block{margin-bottom:4rem}.avatar__block:first-child{margin-bottom:4.4rem}}@media only screen and (min-width: 992px){.avatar__block,.avatar__block:first-child{margin-bottom:0}}.avatar__logo{margin-bottom:1rem}@media only screen and (min-width: 1400px){.avatar__logo{margin-bottom:2rem}}.logo__image{width:60px;height:60px}.logo__image svg{width:100%;height:auto}@media only screen and (min-width: 1400px){.logo__image{width:75px;height:75px}}.logo__caption{padding-left:2rem}.logo__caption p{font:normal 700 2.8rem/1.06 var(--_font-accent);color:var(--t-bright)}@media only screen and (min-width: 1400px){.logo__caption p{font-size:3.6rem}}.avatar__image{overflow:hidden;-moz-border-radius:var(--_radius-l);border-radius:var(--_radius-l);margin-bottom:.8rem}.avatar__socials{margin-bottom:1rem}@media (max-width: 768px){.avatar__container{display:flex;flex-direction:column;align-items:center}.avatar__block{margin-bottom:1rem;text-align:center}}@media (min-width: 769px){.avatar__container{display:flex;flex-direction:row;justify-content:space-between}.avatar__block{flex:1;margin:0 1rem;text-align:left}}.menu__item{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media only screen and (min-width: 992px){.menu__item{margin-right:1rem}.menu__item:last-child{margin-right:0}}.project__title{width:auto;color:var(--t-disabled);background-color:transparent;border:none;white-space:nowrap;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu__link{width:4.4rem;height:4.4rem;-moz-border-radius:2rem;border-radius:2rem;color:var(--t-disabled);background-color:transparent;border:none;white-space:nowrap;font-size:1.8rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu__link.active{color:var(--t-opp-bright);background-color:var(--base-opp)}@media only screen and (min-width: 992px){.menu__link{width:5rem;height:5rem;-moz-border-radius:var(--_radius-m);border-radius:var(--_radius-m);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-right:1rem;border:1px solid transparent}.menu__link:last-child{margin-right:0}.menu__link i{position:relative}.menu__link.active{background-color:transparent;border:1px solid var(--stroke-controls-neutral);color:var(--t-bright);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}@media only screen and (min-width: 1200px){.menu__link{width:auto;height:5rem;padding:0 2rem;-moz-border-radius:var(--_radius-m);border-radius:var(--_radius-m);font:normal 700 var(--_size)/5rem var(--_font-default)}.menu__link i{display:none}.no-touch .menu__link:hover{color:var(--t-bright)}}@media only screen and (min-width: 1600px){.menu__link{height:6rem;line-height:6rem;padding:0 2.4rem;font-size:2rem}}.menu__caption{display:none}@media only screen and (min-width: 1200px){.menu__caption{display:inline}}.teaser{padding-top:4rem;padding-bottom:4.3rem}@media only screen and (min-width: 768px){.teaser{padding-top:4.7rem;padding-bottom:5.2rem}}@media only screen and (min-width: 1600px){.teaser{padding-top:5.2rem;padding-bottom:5.7rem}}.teaser__text{font:normal 700 2.6rem/1.2 var(--_font-default);font-variant-numeric:lining-nums;background:var(--t-accent);background:-webkit-linear-gradient(15deg,var(--t-accent) 0%,var(--t-secondary) 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (min-width: 768px){.teaser__text{font-size:3rem;max-width:62rem}}@media only screen and (min-width: 1400px){.teaser__text{font-size:3.8rem;max-width:80rem}}@media only screen and (min-width: 1600px){.teaser__text{font-size:4.4rem;max-width:92rem}}.contact-lines__item{padding-top:4.3rem;padding-bottom:4.2rem;border-top:1px solid var(--stroke-elements)}@media only screen and (min-width: 768px){.contact-lines__item{padding-top:3.3rem;padding-bottom:3.2rem}}@media only screen and (min-width: 992px){.contact-lines__item{padding-bottom:10.3rem}}@media only screen and (min-width: 1400px){.contact-lines__item{padding-top:3.3rem;padding-bottom:14.4rem}}@media only screen and (min-width: 1600px){.contact-lines__item{padding-top:3.3rem}}.contact-lines__data{margin-bottom:1.7rem}.contact-lines__data:last-of-type{margin-bottom:0}@media only screen and (min-width: 768px){.contact-lines__data{margin-bottom:0}}.contact-lines__title{font:normal 700 1.6rem/1.2 var(--_font-accent);font-variant-numeric:lining-nums;color:var(--t-bright)}.contact-lines__title a{color:var(--t-bright)}.contact-lines__text{font:normal 400 1.6rem/1.4 var(--_font-default);font-variant-numeric:lining-nums;color:var(--t-muted)}.contact-lines__text a{color:var(--t-muted)}.about-descr{padding-top:1rem}@media only screen and (min-width: 768px){.about-descr{padding-top:2rem}}@media only screen and (min-width: 1400px){.about-descr{padding-top:.9rem}}.about-descr__text{margin-bottom:1.5rem}.about-descr__text:last-of-type{margin-bottom:0}@media only screen and (min-width: 1400px){.about-descr__text{margin-bottom:2.1rem}}.about-descr__btnholder{margin-top:2.5rem}@media only screen and (min-width: 1400px){.about-descr__btnholder{margin-top:3.1rem}}@media only screen and (min-width: 1600px){.about-descr__btnholder{margin-top:3.2rem}}.about-info{padding-top:1.7rem}@media only screen and (min-width: 768px){.about-info{padding-top:2.7rem}}@media only screen and (min-width: 1400px){.about-info{padding-top:1.6rem}}.about-info__item{margin-bottom:2.6rem}.about-info__item:last-of-type{margin-bottom:0}@media only screen and (min-width: 1400px){.about-info__item{margin-bottom:3rem}}@media only screen and (min-width: 1600px){.about-info__item{margin-bottom:3.2rem}}.gallery__item{position:relative}.gallery__link{display:block;position:relative;overflow:hidden;-moz-border-radius:var(--_radius-xl);border-radius:var(--_radius-xl);cursor:pointer}.gallery__link .picture{position:absolute;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);width:112%;height:112%;background-repeat:no-repeat;background-position:center center;-moz-background-size:cover;background-size:cover;-webkit-transition:background-position .5s;-moz-transition:background-position .5s;transition:background-position .5s;-webkit-transition:opacity .5s ease-in-out,width .3s var(--_animbezier),height .3s var(--_animbezier),-webkit-transform .7s ease-in-out;transition:opacity .5s ease-in-out,width .3s var(--_animbezier),height .3s var(--_animbezier),-webkit-transform .7s ease-in-out;-moz-transition:transform .7s ease-in-out,opacity .5s ease-in-out,width .3s var(--_animbezier),height .3s var(--_animbezier),-moz-transform .7s ease-in-out;transition:transform .7s ease-in-out,opacity .5s ease-in-out,width .3s var(--_animbezier),height .3s var(--_animbezier);transition:transform .7s ease-in-out,opacity .5s ease-in-out,width .3s var(--_animbezier),height .3s var(--_animbezier),-webkit-transform .7s ease-in-out,-moz-transform .7s ease-in-out}@media only screen and (min-width: 1200px){.gallery__link{-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scaleZ(1);-webkit-transition:-webkit-transform .3s var(--_animbezier);transition:-webkit-transform .3s var(--_animbezier);-moz-transition:transform .3s var(--_animbezier),-moz-transform .3s var(--_animbezier);transition:transform .3s var(--_animbezier);transition:transform .3s var(--_animbezier),-webkit-transform .3s var(--_animbezier),-moz-transform .3s var(--_animbezier)}.no-touch .gallery__link:hover{-webkit-transform:scale3d(1.03,1.03,1.03);-moz-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}.no-touch .gallery__link:hover .picture{width:100%;height:100%}}.gallery__image{opacity:0}.gallery__descr{position:absolute;bottom:0;left:1.5rem;width:-moz-calc(100% - 3rem);width:calc(100% - 3rem);padding:2.5rem 3rem}.gallery__descr h5,.gallery__descr p{display:none}.gallery__descr .rounded-tag{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:3.4rem;padding:0 1.4rem;margin:.5rem 1rem .5rem 0;-moz-border-radius:var(--_radius-s);border-radius:var(--_radius-s);font:normal 400 1.5rem/1 var(--_font-default);font-variant-numeric:lining-nums;background-color:var(--base);color:var(--t-bright)}.gallery__descr .rounded-tag.opposite{background-color:var(--base-opp);color:var(--t-opp-bright)}@media only screen and (min-width: 1400px){.gallery__descr{position:absolute;bottom:0;left:2.5rem;width:-moz-calc(100% - 5rem);width:calc(100% - 5rem)}}.pswp__bg{background:var(--per-base-tint)}.pswp__top-bar,.pswp__ui--fit .pswp__top-bar{height:74px;padding:1.5rem;background-color:transparent}.pswp__counter{left:1.5rem;top:1.5rem;padding:0 1.4rem;-moz-border-radius:2rem;border-radius:2rem;background-color:#0006;font:normal 400 1.8rem/44px var(--_font-default);font-variant-numeric:lining-nums;color:var(--t-per-bright-light);opacity:1}.pswp__counter:active{opacity:1}.pswp__caption,.pswp__ui--fit .pswp__caption{padding:1.5rem;background-color:transparent}.pswp__caption__center{-moz-border-radius:var(--_radius-xl);border-radius:var(--_radius-xl);padding:3rem;background-color:#0006}.pswp__caption__center h5{font:normal 700 -moz-calc(var(--_size) * 1.5)/1.2 var(--_font-accent);font:normal 700 calc(var(--_size) * 1.5)/1.2 var(--_font-accent);color:var(--t-per-bright-light);margin-bottom:1.2rem}.pswp__caption__center .rounded-tag{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:3.4rem;padding:0 1.4rem;margin:.5rem 1rem .5rem 0;-moz-border-radius:var(--_radius-s);border-radius:var(--_radius-s);font:normal 400 1.5rem/1 var(--_font-default);font-variant-numeric:lining-nums;background-color:transparent;border:1px solid var(--per-stroke-controls);color:var(--t-per-bright-light)}.pswp__caption__center p{font:normal 400 -moz-calc(var(--_size) * 1.125)/1.4 var(--_font-default);font:normal 400 calc(var(--_size) * 1.125)/1.4 var(--_font-default);color:var(--t-per-medium-light);margin-top:1rem}@media only screen and (min-width: 1200px){.pswp__caption__center{max-width:600px}}@media only screen and (min-width: 1600px){.pswp__caption__center p{font-size:-moz-calc(var(--_size) * 1.25);font-size:calc(var(--_size) * 1.25)}}.pswp__button{background-color:#0006;border:1px solid var(--per-stroke-controls);-moz-border-radius:2rem;border-radius:2rem;opacity:1}.pswp__button:active{opacity:1}.pswp__button--zoom,.pswp__button--fs,.pswp__button--share{margin-right:1rem}.pswp__button--close{position:relative;background-color:var(--accent);border:none;opacity:1}.pswp__button--close:active{opacity:1}.pswp__button--arrow--left,.pswp__button--arrow--right{width:74px;opacity:1;border:none;background-color:transparent}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{top:28px;width:44px;height:44px;line-height:44px;-moz-border-radius:2rem;border-radius:2rem;background-color:var(--accent);color:var(--t-per-bright-dark);font-size:1.6rem}.pswp__button--arrow--left:before{left:1.5rem;background-position:-132px -44px}.pswp__button--arrow--right:before{right:1.5rem;background-position:-88px -44px}.numblock{padding:1rem 1.25rem;margin-right:1rem;border:1px solid var(--stroke-elements);background-color:var(--base);-moz-border-radius:var(--_radius-s);border-radius:var (--_radius-s)}.numblock:last-of-type{margin-right:0}.numblock__number{display:block;font:normal 700 2.25rem/1 var(--_font-accent);font-variant-numeric:lining-nums;color:var(--t-bright)}.numblock__descr{font:normal 700 -moz-calc(var(--_size) * .938)/1.2 var(--_font-default);font:normal 700 calc(var(--_size) * .938)/1.2 var(--_font-default);color:var(--t-muted);margin-top:.375rem}@media only screen and (min-width: 768px){.numblock__descr{margin-top:0;margin-left:.375rem}}.achievements__item{width:100%}@media only screen and (min-width: 768px){.achievements__item{width:33.33333334%}}.achievements__card{height:100%;padding:3rem;background-color:var(--base);border:1px solid var(--stroke-elements);-moz-border-radius:var(--_radius-xl);border-radius:var(--_radius-xl);text-align:center}.achievements__number{font:normal 700 6rem/1 var(--_font-accent);letter-spacing:-.2rem;font-variant-numeric:lining-nums;background:var(--t-accent);background:-webkit-linear-gradient(15deg,var (--t-accent) 0%,var (--t-secondary) 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (min-width: 1200px){.achievements__number{font-size:7rem}}@media only screen and (min-width: 1600px){.achievements__number{font-size:8rem}}.achievements__descr{font:normal 700 1.6rem/1.2 var(--_font-default);color:var(--t-bright);margin-top:.6rem}@media only screen and (min-width: 1200px){.achievements__descr{font-size:1.8rem}}@media only screen and (min-width: 1600px){.achievements__descr{font-size:2rem}}.cards{position:relative}.cards__item{position:relative;overflow:hidden;cursor:pointer;height:520px}@media only screen and (min-width: 1400px){.cards__item{height:620px}}.cards__card{height:100%;background-color:var(--base);border:1px solid var(--stroke-elements);-moz-border-radius:var(--_radius-xl);border-radius:var(--_radius-xl);overflow:hidden}.cards__descr{padding:3rem}@media only screen and (min-width: 1400px){.cards__descr{padding:5rem}}.cards__tags{margin-top:.7rem}@media only screen and (min-width: 1400px){.cards__tags{margin-top:.8rem}}@media only screen and (min-width: 1600px){.cards__tags{margin-top:.9rem}}.cards__text{margin-top:2.3rem}.cards__image{position:relative;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.cards__image img{-o-object-fit:cover;object-fit:cover;max-width:100%;max-height:100%}.resume-lines__item{padding:4.8rem 0 4.3rem;border-bottom:1px solid var(--stroke-elements)}.resume-lines__item:first-of-type{border-top:1px solid var(--stroke-elements)}@media only screen and (min-width: 768px){.resume-lines__item{padding:4.4rem 0 4.3rem}}@media only screen and (min-width: 1400px){.resume-lines__item{padding:4.4rem 0 4.3rem}}@media only screen and (min-width: 1600px){.resume-lines__item{padding:4.4rem 0 4rem}}.resume-lines__date{display:block;font:normal 400 1.5rem/1 var(--_font-default);font-variant-numeric:lining-nums;color:var(--t-medium);margin-bottom:1.8rem}@media only screen and (min-width: 768px){.resume-lines__date{margin-bottom:0;margin-top:.4rem}}.resume-lines__title,.resume-lines__source{padding-right:3rem}@media only screen and (min-width: 1400px){.resume-lines__title,.resume-lines__source{padding-right:5rem}}.resume-lines__source{font:normal 400 1.5rem/1.4 var(--_font-default);color:var(--t-medium);margin-top:.3rem}.resume-lines__source a{font-weight:700;color:var(--t-bright)}.resume-lines__descr{color:var(--t-medium);margin-top:2rem}@media only screen and (min-width: 768px){.resume-lines__descr{margin-top:0}}.tools-cards{padding:0 .5rem}@media only screen and (min-width: 1400px){.tools-cards{padding:0 1.5rem}}.tools-cards__item{width:50%}@media only screen and (min-width: 768px){.tools-cards__item{width:33.33333334%}}@media only screen and (min-width: 1200px){.tools-cards__item{width:20%}}.tools-cards__card{position:relative;width:100%;padding:3rem;background-color:var(--base);border:1px solid var(--stroke-elements);-moz-border-radius:var(--_radius-xl);border-radius:var(--_radius-xl);text-align:center}.tools-cards__icon{width:auto;height:60px;margin:0 auto}@media only screen and (min-width: 768px){.tools-cards__icon{height:90px}}@media only screen and (min-width: 1200px){.tools-cards__icon{height:6rem}}@media only screen and (min-width: 1600px){.tools-cards__icon{height:7rem}}.tools-cards__caption{line-height:1;margin-top:1.5rem}.tools-card{padding:3rem;background-color:var(--base);border:1px solid var(--stroke-elements);-moz-border-radius:var(--_radius-xl);border-radius:var(--_radius-xl);overflow:hidden}.tools-card__icon{width:auto;height:60px;margin:0 auto}@media only screen and (min-width: 768px){.tools-card__icon{height:90px}}.tools-card__caption{line-height:1;margin-top:1.5rem}.testimonials-card{padding:3rem;background-color:var(--base);border:1px solid var(--stroke-elements);-moz-border-radius:var(--_radius-xl);border-radius:var(--_radius-xl)}@media only screen and (min-width: 1400px){.testimonials-card{padding:5rem}}.testimonials-card__descr{max-width:1050px;margin-top:2rem}@media only screen and (min-width: 1400px){.testimonials-card__descr{margin-top:3.9rem}}.testimonials-card__btnholder{margin-top:2rem}@media only screen and (min-width: 1400px){.testimonials-card__btnholder{margin-top:3.4rem}}.tauthor__avatar{width:60px;min-width:60px;height:60px;margin-right:2rem;-moz-border-radius:var(--_radius-m);border-radius:var(--_radius-m);overflow:hidden}@media only screen and (min-width: 768px){.tauthor__avatar{width:100px;min-width:100px;height:100px;-moz-border-radius:var(--_radius-l);border-radius:var(--_radius-l)}}.tauthor__name{font:normal 700 2.4rem/1.05 var(--_font-accent);color:var(--t-bright)}@media only screen and (min-width: 768px){.tauthor__name{font-size:2.6rem}}@media only screen and (min-width: 1400px){.tauthor__name{font-size:3rem}}.tauthor__position{font:normal 400 1.5rem/1.4 var(--_font-default);color:var(--t-medium)}.tauthor__position a{font-weight:700;color:var(--t-bright)}@media only screen and (min-width: 768px){.tauthor__position{margin-top:.2rem}}.tauthor__rating{margin:1rem 0 .6rem}.tauthor__rating i{display:block;margin-right:.8rem;font-size:1.8rem;background:var(--t-accent);background:-webkit-linear-gradient(15deg,var(--t-accent) 0%,var(--t-secondary) 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tauthor__rating i:last-of-type{margin-right:0}.tools-slider,.testimonials-slider{position:relative;overflow:hidden}.mxd-swiper-pagination.swiper-pagination-bullets{position:relative;bottom:auto;left:auto;line-height:0;margin-top:2rem}.mxd-swiper-pagination .swiper-pagination-bullet{display:inline-block;width:10px;height:10px;-moz-border-radius:5px;border-radius:5px;line-height:0;background:var(--stroke-elements);opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mxd-swiper-pagination .swiper-pagination-bullet-active{width:10px;background-color:var(--accent);background:var(--accent);background:-moz-linear-gradient(315deg,var(--accent) 0%,var(--secondary) 100%);background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%)}.swiper-testimonials{padding-bottom:7rem}@media only screen and (min-width: 1600px){.swiper-testimonials{padding-bottom:8rem}}.mxd-slider-btn-square{position:absolute;top:auto;right:auto;bottom:0;left:auto;width:5rem;height:5rem;margin:0}.mxd-slider-btn-square:after{display:none}@media only screen and (min-width: 1600px){.mxd-slider-btn-square{width:6rem;height:6rem}}.mxd-slider-btn-square-prev{left:0}.mxd-slider-btn-square-next{left:6rem}@media only screen and (min-width: 1600px){.mxd-slider-btn-square-next{left:7rem}}.socials-cards{padding:0 .5rem}@media only screen and (min-width: 1400px){.socials-cards{padding:0 1.5rem}}.socials-cards__item{width:50%}@media only screen and (min-width: 768px){.socials-cards__item{width:33.33333334%}}@media only screen and (min-width: 1200px){.socials-cards__item{width:20%}}.socials-cards__card{position:relative;width:100%;padding:3rem;background-color:var(--base);border:1px solid var(--stroke-elements);-moz-border-radius:var(--_radius-xl);border-radius:var(--_radius-xl);text-align:center;-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scaleZ(1);will-change:transform;-webkit-transition:border .3s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s var(--_animbezier);transition:border .3s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s var(--_animbezier);-moz-transition:transform .3s var(--_animbezier),border .3s ease-in-out,background-color .3s ease-in-out,-moz-transform .3s var(--_animbezier);transition:transform .3s var(--_animbezier),border .3s ease-in-out,background-color .3s ease-in-out;transition:transform .3s var(--_animbezier),border .3s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s var(--_animbezier),-moz-transform .3s var(--_animbezier)}.socials-cards__card i{display:block;font-size:6rem;line-height:1;color:var(--t-placeholder);-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.no-touch .socials-cards__card:hover{-webkit-transform:scale3d(1.05,1.05,1.05);-moz-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);border:1px solid var(--stroke-controls)}.no-touch .socials-cards__card:hover i{color:var(--t-bright)}@media only screen and (min-width: 1600px){.socials-cards__card{font-size:7rem}}.socials-cards__link{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.socials-square__link{width:4.4rem;height:4.4rem;color:var(--t-bright)}.socials-square__link:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;-moz-border-radius:2rem;border-radius:2rem;border:1px solid var(--stroke-controls);background-color:var(--base-tint);-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1);transform:scaleZ(1);will-change:transform;-webkit-transition:-webkit-transform .3s var(--_animbezier);transition:-webkit-transform .3s var(--_animbezier);-moz-transition:transform .3s var(--_animbezier),-moz-transform .3s var(--_animbezier);transition:transform .3s var(--_animbezier);transition:transform .3s var(--_animbezier),-webkit-transform .3s var(--_animbezier),-moz-transform .3s var(--_animbezier)}.socials-square__link i{display:block;position:relative;line-height:4.4rem;font-size:1.8rem;color:var(--t-bright);overflow:hidden;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}@media only screen and (min-width: 1200px){.socials-square__link i{color:#0000;text-shadow:0 0 var(--t-bright),0 4.4rem var(--t-bright)}.no-touch .socials-square__link:hover:before{-webkit-transform:scale3d(1.08,1.08,1.08);-moz-transform:scale3d(1.08,1.08,1.08);transform:scale3d(1.08,1.08,1.08)}.no-touch .socials-square__link:hover i{text-shadow:0 -4.4rem var(--t-bright),0 0 var(--t-bright)}}@media only screen and (min-width: 1400px){.socials-square__link{width:5rem;height:5rem}.socials-square__link:before{-moz-border-radius:2.2rem;border-radius:2.2rem}.socials-square__link i{line-height:5rem;font-size:1.8rem;text-shadow:0 0 var(--t-bright),0 5rem var(--t-bright)}.no-touch .socials-square__link:hover i{text-shadow:0 -5rem var(--t-bright),0 0 var(--t-bright)}}@font-face{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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.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>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}
