img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.iti {
    width: 100%;
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--background: #ffffff;
    --wp--preset--color--foreground: #404040;
    --wp--preset--color--primary: #b91c1c;
    --wp--preset--color--secondary: #15803d;
    --wp--preset--color--tertiary: #0369a1;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:root {
    --wp--style--global--content-size: 40rem;
    --wp--style--global--wide-size: 60rem;
}

:where(body) {
    margin: 0;
}

.wp-site-blocks > .alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks > .alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks > .aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

.is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex > :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid > :is(*, div) {
    margin: 0;
}

body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

a:where(:not(.wp-element-button)) {
    text-decoration: underline;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-background-color {
    color: var(--wp--preset--color--background) !important;
}

.has-foreground-color {
    color: var(--wp--preset--color--foreground) !important;
}

.has-primary-color {
    color: var(--wp--preset--color--primary) !important;
}

.has-secondary-color {
    color: var(--wp--preset--color--secondary) !important;
}

.has-tertiary-color {
    color: var(--wp--preset--color--tertiary) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-background-background-color {
    background-color: var(--wp--preset--color--background) !important;
}

.has-foreground-background-color {
    background-color: var(--wp--preset--color--foreground) !important;
}

.has-primary-background-color {
    background-color: var(--wp--preset--color--primary) !important;
}

.has-secondary-background-color {
    background-color: var(--wp--preset--color--secondary) !important;
}

.has-tertiary-background-color {
    background-color: var(--wp--preset--color--tertiary) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-background-border-color {
    border-color: var(--wp--preset--color--background) !important;
}

.has-foreground-border-color {
    border-color: var(--wp--preset--color--foreground) !important;
}

.has-primary-border-color {
    border-color: var(--wp--preset--color--primary) !important;
}

.has-secondary-border-color {
    border-color: var(--wp--preset--color--secondary) !important;
}

.has-tertiary-border-color {
    border-color: var(--wp--preset--color--tertiary) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
    min-width: 200px
}

.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
    min-width: 200px
}

.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-light {
    min-width: 200px
}

.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-dark {
    min-width: 200px
}

.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
    min-width: 200px
}

.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
    min-width: 200px
}

.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-light {
    min-width: 200px
}

.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-dark {
    min-width: 200px
}

#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    margin-top: 12px
}

#trp-floater-ls.trp-floater-ls-flags.trp-bottom-left.trp-color-light #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    margin-top: 15px
}

#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark.trp-poweredby:hover {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: auto;
    display: block;
    width: 192px;
    height: auto;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light.trp-poweredby:hover {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: auto;
    display: block;
    width: 192px;
    height: auto;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark.trp-poweredby:hover {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: auto;
    display: block;
    width: 192px;
    height: auto;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light.trp-poweredby:hover {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: auto;
    display: block;
    width: 192px;
    height: auto;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    margin-top: 6px
}

#trp-floater-ls-language-list .trp-language-wrap.trp-floater-ls-disabled-language.trp-ls-disabled-language:hover {
    padding: 0;
    width: auto
}

#trp-floater-ls .trp-language-switcher-container.trp-floater-ls-codes.trp-top-left.trp-color-light.trp-poweredby.trp-with-flags.trp-floater-ls-disabled-language.trp-ls-disabled-language.trp-floater-ls-disabled-language.trp-ls-disabled-language {
    margin-bottom: 10px;
    margin-top: 0
}

#trp-floater-ls {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    overflow: hidden;
    height: 58px;
    text-align: center;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

.trp-floater-ls-disabled-language.trp-ls-disabled-language {
    width: auto
}

#trp-floater-ls:hover {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    height: auto;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

#trp-floater-ls.trp-floater-ls-flags:hover {
    position: fixed;
    z-index: 9999999;
    display: block;
    width: 66px;
    height: auto;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

#trp-floater-ls.trp-floater-ls-flags.trp-poweredby:hover {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    width: 192px;
    height: auto;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

#trp-floater-ls.trp-floater-ls-flags {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    overflow: hidden;
    width: 66px;
    height: 58px;
    text-align: center;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

#trp-floater-ls.trp-color-dark {
    background: #1E1E1E;
    box-shadow: 0 0 8px rgb(0 0 0 / .25);
    border-radius: 8px 8px 0 0
}

#trp-floater-ls.trp-color-light {
    background: #FFF;
    box-shadow: 0 0 8px rgb(0 0 0 / .25);
    border-radius: 8px 8px 0 0
}

.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby:hover {
    width: 192px
}

.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby:hover {
    width: 192px
}

#trp-floater-ls.trp-color-dark-old {
    background: #1b1b1b;
    background: linear-gradient(0deg, rgb(27 27 27) 0%, rgb(84 84 84) 100%)
}

#trp-floater-ls.trp-color-light-old {
    background: #d6d6d6;
    background: linear-gradient(0deg, rgb(214 214 214) 0%, rgb(250 250 250) 100%)
}

#trp-floater-ls.trp-bottom-right {
    top: auto;
    bottom: 0;
    right: 10%
}

#trp-floater-ls.trp-bottom-left {
    top: auto;
    bottom: 0;
    left: 10%
}

#trp-floater-ls.trp-top-right {
    bottom: auto;
    top: 0;
    right: 10%;
    border-radius: 0 0 5px 5px
}

#trp-floater-ls.trp-top-left {
    bottom: auto;
    top: 0;
    left: 10%;
    border-radius: 0 0 5px 5px
}

body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left {
    top: 32px
}

@media screen and (max-width: 782px) {
    body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left {
        top: 46px
    }
}

@media screen and (max-width: 1000px) {
    #trp-floater-ls-language-list {
        display: flex;
        flex-direction: column
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 105px
    }

    #trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
        margin-top: 15px !important
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 60px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 60px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 60px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 60px
    }
}

@media screen and (max-width: 500px) {
    #trp-floater-ls-language-list {
        display: flex;
        flex-direction: column
    }

    #trp-floater-ls:hover .trp-language-wrap a.trp-floater-ls-disabled-language {
        margin-top: 0
    }

    .trp-floater-ls-disabled-language {
        margin-top: 0 !important;
        padding-top: 16px !important
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby {
        right: 10%;
        min-width: 60px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby {
        left: 10%;
        min-width: 60px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby {
        right: 10%;
        min-width: 60px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby {
        left: 10%;
        min-width: 60px
    }

    #trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
        margin-top: 5px !important
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 105px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 66px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 60px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark {
        left: 10%;
        min-width: 60px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light {
        right: 10%;
        min-width: 60px
    }

    .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light {
        left: 10%;
        min-width: 60px
    }
}

#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-current-language a, #trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-language-list {
    text-align: center;
    margin-top: 6px
}

#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language a img, #trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-language-list a img {
    text-align: center;
    display: block;
    margin: 0 auto
}

#trp-floater-ls-language-list {
    display: none
}

.trp-poweredby #trp-floater-ls-language-list .trp-language-wrap {
    padding: 10px;
    width: auto
}

#trp-floater-ls .trp-language-wrap.trp-language-wrap-top {
    padding: 10px
}

#trp-floater-ls .trp-language-wrap.trp-language-wrap-bottom {
    padding: 11px
}

#trp-floater-ls.only-flags div.trp-language-wrap {
    padding: 11px 0
}

#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby, #trp-floater-ls.trp-top-left.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby {
    border-top: none;
    border-bottom: 1px solid #747474
}

#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby, #trp-floater-ls.trp-top-left.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby {
    border-top: none;
    border-bottom: 1px solid #aaa
}

.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby {
    border-top: 1px solid #747474;
    color: #b3b3b3
}

.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby {
    border-top: 1px solid #aaa;
    color: gray
}

.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby {
    padding: 5px 12px 5px 12px;
    text-align: center;
    font-size: 12px
}

.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a {
    display: inline;
    padding: 0 3px;
    border-radius: 30px;
    line-height: 11px;
    text-decoration: underline
}

.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a {
    color: #3858E9;
    text-decoration: none
}

.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a {
    color: #b3b3b3
}

.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover {
    color: #fff;
    opacity: 1
}

.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover {
    color: #3858E9;
    text-decoration: underline
}

#trp-floater-ls:focus #trp-floater-ls-current-language, #trp-floater-ls:hover #trp-floater-ls-current-language {
    display: none
}

#trp-floater-ls:focus #trp-floater-ls-language-list, #trp-floater-ls:hover #trp-floater-ls-language-list {
    display: block
}

#trp-floater-ls-current-language a {
    display: block;
    padding: 10px 12px 10px 12px;
    font-size: 90%
}

.trp-language-wrap a {
    display: block;
    padding: 10px 12px 10px 12px;
    font-size: 90%
}

#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    display: block;
    padding: 10px 24px 10px 24px;
    font-size: 90%
}

#trp-floater-ls-current-language, #trp-floater-ls-language-list {
    text-align: left
}

#trp-floater-ls-current-language.trp-with-flags, #trp-floater-ls-language-list.trp-with-flags {
    text-align: left
}

#trp-floater-ls-current-language {
    display: block;
    width: 100%;
    height: 100%
}

.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark.trp-poweredby #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light.trp-poweredby #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark.trp-poweredby #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light.trp-poweredby #trp-floater-ls-current-language, .trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light #trp-floater-ls-current-language {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 3px
}

.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right .trp-language-wrap, .trp-language-switcher-container.trp-floater-ls-flags.trp-top-left .trp-language-wrap {
    padding: 9px !important
}

.trp-language-switcher-container.trp-floater-ls-codes.trp-top-right .trp-language-wrap, .trp-language-switcher-container.trp-floater-ls-codes.trp-top-left .trp-language-wrap {
    padding: 0 9px 9px 9px !important
}

.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right .trp-language-wrap, .trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left .trp-language-wrap {
    padding: 9px 9px 6px 9px !important
}

.trp-language-switcher-container.trp-floater-ls-names.trp-top-right .trp-language-wrap, .trp-language-switcher-container.trp-floater-ls-names.trp-top-left .trp-language-wrap {
    padding: 0 12px 12px 12px !important
}

.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right .trp-language-wrap, .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left .trp-language-wrap {
    padding: 12px 12px 6px 12px !important
}

#trp-floater-ls div:not(#trp-floater-poweredby) > a {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.trp-color-dark #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a {
    color: #BDBDBD
}

.trp-color-light #trp-floater-ls-current-language a, .trp-color-light #trp-floater-ls-language-list a {
    color: #404040
}

.trp-color-dark #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a, .trp-color-light #trp-floater-ls-current-language a, .trp-color-light #trp-floater-ls-language-list a, .trp-with-flags.trp-color-dark #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a, .trp-with-flags.trp-color-light #trp-floater-ls-current-language a, .trp-color-light #trp-floater-ls-language-list a, .trp-color-light #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a {
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.trp-color-light #trp-floater-ls-language-list .trp-language-wrap a:hover {
    color: #1E1E1E;
    background: #F0F0F0;
    border-radius: 2px
}

.trp-color-dark #trp-floater-ls-language-list .trp-language-wrap a:hover {
    color: #FFF;
    background: #4F4F4F;
    border-radius: 2px
}

.trp-floater-ls-disabled-language {
    margin-top: 6px
}

#trp-floater-ls .trp-floater-ls-disabled-language {
    pointer-events: none;
    cursor: default
}

#trp-floater-ls .trp-with-flags .trp-flag-image {
    margin-right: 5px;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    display: inline;
    padding: 0
}

.trp-flag-image:dir(rtl) {
    margin-left: 5px
}

#trp-floater-ls a {
    text-decoration: none
}

#trp-floater-ls-language-list {
    max-height: 300px;
    overflow-y: auto
}

.only-flags #trp-floater-ls-language-list {
    overflow-y: overlay
}


.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
    min-width: 200px
}

#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    margin-top: 6px
}

#trp-floater-ls-language-list .trp-language-wrap.trp-floater-ls-disabled-language.trp-ls-disabled-language:hover {
    padding: 0;
    width: auto
}

#trp-floater-ls {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    overflow: hidden;
    height: 58px;
    text-align: center;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

.trp-floater-ls-disabled-language.trp-ls-disabled-language {
    width: auto
}

#trp-floater-ls:hover {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    display: block;
    height: auto;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 8px rgb(0 0 0 / .25)
}

#trp-floater-ls.trp-color-dark {
    background: #1E1E1E;
    box-shadow: 0 0 8px rgb(0 0 0 / .25);
    border-radius: 8px 8px 0 0
}

#trp-floater-ls.trp-bottom-right {
    top: auto;
    bottom: 0;
    right: 10%
}

@media screen and (max-width: 782px) {
    body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left {
        top: 46px
    }
}

@media screen and (max-width: 1000px) {
    #trp-floater-ls-language-list {
        display: flex;
        flex-direction: column
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 105px
    }
}

@media screen and (max-width: 500px) {
    #trp-floater-ls-language-list {
        display: flex;
        flex-direction: column
    }

    #trp-floater-ls:hover .trp-language-wrap a.trp-floater-ls-disabled-language {
        margin-top: 0
    }

    .trp-floater-ls-disabled-language {
        margin-top: 0 !important;
        padding-top: 16px !important
    }

    .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
        right: 10%;
        min-width: 105px
    }
}

#trp-floater-ls-language-list {
    display: none
}

#trp-floater-ls .trp-language-wrap.trp-language-wrap-bottom {
    padding: 11px
}

#trp-floater-ls:focus #trp-floater-ls-current-language, #trp-floater-ls:hover #trp-floater-ls-current-language {
    display: none
}

#trp-floater-ls:focus #trp-floater-ls-language-list, #trp-floater-ls:hover #trp-floater-ls-language-list {
    display: block
}

#trp-floater-ls-current-language a {
    display: block;
    padding: 10px 12px 10px 12px;
    font-size: 90%
}

.trp-language-wrap a {
    display: block;
    padding: 10px 12px 10px 12px;
    font-size: 90%
}

#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
    display: block;
    padding: 10px 24px 10px 24px;
    font-size: 90%
}

#trp-floater-ls-current-language, #trp-floater-ls-language-list {
    text-align: left
}

#trp-floater-ls-current-language.trp-with-flags, #trp-floater-ls-language-list.trp-with-flags {
    text-align: left
}

#trp-floater-ls-current-language {
    display: block;
    width: 100%;
    height: 100%
}

.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right .trp-language-wrap, .trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left .trp-language-wrap {
    padding: 12px 12px 6px 12px !important
}

#trp-floater-ls div:not(#trp-floater-poweredby) > a {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.trp-color-dark #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a {
    color: #BDBDBD
}

.trp-color-dark #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a, .trp-color-light #trp-floater-ls-current-language a, .trp-color-light #trp-floater-ls-language-list a, .trp-with-flags.trp-color-dark #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a, .trp-with-flags.trp-color-light #trp-floater-ls-current-language a, .trp-color-light #trp-floater-ls-language-list a, .trp-color-light #trp-floater-ls-current-language a, .trp-color-dark #trp-floater-ls-language-list a {
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.trp-color-dark #trp-floater-ls-language-list .trp-language-wrap a:hover {
    color: #FFF;
    background: #4F4F4F;
    border-radius: 2px
}

.trp-floater-ls-disabled-language {
    margin-top: 6px
}

#trp-floater-ls .trp-floater-ls-disabled-language {
    pointer-events: none;
    cursor: default
}

#trp-floater-ls .trp-with-flags .trp-flag-image {
    margin-right: 5px;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    display: inline;
    padding: 0
}

.trp-flag-image:dir(rtl) {
    margin-left: 5px
}

#trp-floater-ls a {
    text-decoration: none
}

#trp-floater-ls-language-list {
    max-height: 300px;
    overflow-y: auto
}

.menu-item-object-language_switcher .trp-flag-image {
    display: inline-block;
    margin: -1px 5px;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    border-radius: 0
}

.trp-language-switcher {
    height: 42px;
    position: relative;
    box-sizing: border-box;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 4px 20px 3px 13px;
    border: 1.5px solid #949494;
    border-radius: 2px;
    background-image: url(https://quantumai.co.com/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    background-color: #fff
}

.trp-language-switcher > div:hover {
    background-image: none
}

.trp-language-switcher > div > a {
    display: block;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #1E1E1E;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.trp-language-switcher > div > a:hover {
    background: #F0F0F0;
    border-radius: 2px
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    cursor: default
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
    background: none
}

.trp-language-switcher > div > a > img {
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0
}

.trp-language-switcher .trp-ls-shortcode-current-language {
    display: inline-block
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: hidden
}

.trp-language-switcher .trp-ls-shortcode-language {
    display: inline-block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
    max-height: 250px;
    overflow-y: auto;
    left: 0;
    top: 0;
    min-height: auto
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    visibility: visible;
    max-height: 250px;
    padding: 4px 13px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important;
    min-height: auto
}

#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
    content: '\f326';
    top: 3px
}

@media screen and (max-width: 782px) {
    #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
        text-indent: 0
    }

    #wpadminbar li#wp-admin-bar-trp_edit_translation {
        display: block
    }
}

.elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language {
    width: 300px !important
}

.menu-item-object-language_switcher .trp-flag-image {
    display: inline-block;
    margin: -1px 5px;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    border-radius: 0
}

.trp-language-switcher {
    height: 42px;
    position: relative;
    box-sizing: border-box;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 4px 20px 3px 13px;
    border: 1.5px solid #949494;
    border-radius: 2px;
    background-image: url(https://quantumai.co.com/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    background-color: #fff
}

.trp-language-switcher > div:hover {
    background-image: none
}

.trp-language-switcher > div > a {
    display: block;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #1E1E1E;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.trp-language-switcher > div > a:hover {
    background: #F0F0F0;
    border-radius: 2px
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    cursor: default
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
    background: none
}

.trp-language-switcher > div > a > img {
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0
}

.trp-language-switcher .trp-ls-shortcode-current-language {
    display: inline-block
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: hidden
}

.trp-language-switcher .trp-ls-shortcode-language {
    display: inline-block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
    max-height: 250px;
    overflow-y: auto;
    left: 0;
    top: 0;
    min-height: auto
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    visibility: visible;
    max-height: 250px;
    padding: 4px 13px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important;
    min-height: auto
}

#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
    content: '\f326';
    top: 3px
}

@media screen and (max-width: 782px) {
    #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
        text-indent: 0
    }

    #wpadminbar li#wp-admin-bar-trp_edit_translation {
        display: block
    }
}

.elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language {
    width: 300px !important
}

.trp-language-switcher {
    height: 42px;
    position: relative;
    box-sizing: border-box;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 4px 20px 3px 13px;
    border: 1.5px solid #949494;
    border-radius: 2px;
    background-image: url(images/arrow-down-3101.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    background-color: #fff
}

.trp-language-switcher > div:hover {
    background-image: none
}

.trp-language-switcher > div > a {
    display: block;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #1E1E1E;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.trp-language-switcher > div > a:hover {
    background: #F0F0F0;
    border-radius: 2px
}

.trp-language-switcher > div > a > img {
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0
}

.trp-language-switcher .trp-ls-shortcode-current-language {
    display: inline-block
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: hidden
}

.trp-language-switcher .trp-ls-shortcode-language {
    display: inline-block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
    max-height: 250px;
    overflow-y: auto;
    left: 0;
    top: 0;
    min-height: auto
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    visibility: visible;
    max-height: 250px;
    padding: 4px 13px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important;
    min-height: auto
}

@media screen and (max-width: 782px) {
    #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
        text-indent: 0
    }
}

.menu-item-object-language_switcher .trp-flag-image {
    display: inline-block;
    margin: -1px 5px;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    border-radius: 0
}

.trp-language-switcher {
    height: 42px;
    position: relative;
    box-sizing: border-box;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 4px 20px 3px 13px;
    border: 1.5px solid #949494;
    border-radius: 2px;
    background-image: url(https://quantumai.co.com/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    background-color: #fff
}

.trp-language-switcher > div:hover {
    background-image: none
}

.trp-language-switcher > div > a {
    display: block;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #1E1E1E;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.trp-language-switcher > div > a:hover {
    background: #F0F0F0;
    border-radius: 2px
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    cursor: default
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
    background: none
}

.trp-language-switcher > div > a > img {
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0
}

.trp-language-switcher .trp-ls-shortcode-current-language {
    display: inline-block
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: hidden
}

.trp-language-switcher .trp-ls-shortcode-language {
    display: inline-block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
    max-height: 250px;
    overflow-y: auto;
    left: 0;
    top: 0;
    min-height: auto
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    visibility: visible;
    max-height: 250px;
    padding: 4px 13px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important;
    min-height: auto
}

#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
    content: '\f326';
    top: 3px
}

@media screen and (max-width: 782px) {
    #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
        text-indent: 0
    }

    #wpadminbar li#wp-admin-bar-trp_edit_translation {
        display: block
    }
}

.elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language {
    width: 300px !important
}

@font-face {
    font-display: swap;
    font-family: dashicons;
    src: url(https://quantumai.co.com/wp-includes/fonts/dashicons.woff), url(https://quantumai.co.com/wp-includes/fonts/dashicons.ttf) format("truetype"), url(https://quantumai.co.com/wp-includes/fonts/dashicons.svg#dashicons) format("svg"), url(https://quantumai.co.com/wp-includes/fonts/dashicons.eot);
    font-weight: 400;
    font-style: normal
}

#trp_ald_modal_container {
    background-color: rgb(0 0 0 / .2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000000000000;
    pointer-events: none
}

#trp_ald_modal_popup {
    box-shadow: 0 0 10px #6c7781;
    top: 40px !important;
    position: relative
}

#trp_ald_modal_popup {
    background-color: #F0F0EE;
    width: 570px;
    max-width: 75%;
    border: 1px solid #4c6066;
    padding: 25px 40px;
    margin: auto;
    pointer-events: auto
}

#trp_ald_popup_text {
    text-align: left;
    font-size: 17px
}

.trp_ald_select_and_button {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 17px
}

.trp_ald_button {
    margin-left: 12px;
    width: 287px
}

#trp_ald_popup_change_language {
    text-transform: none;
    width: 100%;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    justify-content: center;
    align-items: center;
    display: inline-grid;
    font-weight: 400;
    font-size: 17px;
    height: 50px;
    min-height: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box
}

#trp_ald_popup_change_language:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff
}

#trp_ald_x_button_and_textarea {
    text-decoration: none;
    display: flex;
    vertical-align: middle;
    align-items: center;
    cursor: pointer !important;
    color: #0085ba !important;
    font-size: 14px;
    margin-top: 15px;
    width: 50%;
    height: 100%;
    pointer-events: visibleFill
}

#trp_ald_x_button_textarea {
    text-decoration: underline;
    margin-bottom: 3px;
    height: auto;
    width: auto;
    color: #0085ba !important;
    cursor: pointer !important;
    text-align: left
}

#trp_ald_x_button_textarea:hover {
    background-color: #fff0;
    pointer-events: auto;
    cursor: pointer !important;
    z-index: 20000000000000
}

#trp_ald_modal_popup #trp_ald_x_button {
    display: inline-table;
    width: 0;
    background: 0 0;
    padding: 0;
    border: none;
    text-decoration: none;
    color: #fff0;
    -webkit-backface-visibility: hidden;
    outline: none;
    z-index: 1
}

#trp_ald_modal_popup #trp_ald_x_button::before {
    content: "\f153";
    font: normal 16px/20px dashicons;
    text-align: center;
    color: #0085ba !important;
    background: 0 0 !important;
    -webkit-font-smoothing: antialiased
}

#trp_ald_modal_popup #trp_ald_x_button::before:hover {
    background: 0 0
}

.trp_ald_ls_container {
    height: 50px;
    width: 100%;
    color: #4c6066;
    font-size: 19px
}

.trp_ald_ls_container .trp-language-switcher-container {
    width: 100%;
    margin: 0;
    user-select: none
}

.trp_ald_ls_container .trp-language-switcher-container > div {
    background-image: linear-gradient(60deg, transparent 50%, #C9C0BB 50%), linear-gradient(120deg, #C9C0BB 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(1em), calc(100% - 12px) calc(1em);
    background-size: 6px 12px, 6px 12px;
    background-repeat: no-repeat
}

.trp_ald_ls_container .trp-language-switcher-container .trp-ls-shortcode-language.trp-ls-clicked {
    background-image: none
}

.trp_ald_ls_container .trp-ls-shortcode-current-language {
    width: 100%;
    height: 50px;
    justify-content: left;
    padding-bottom: 12px;
    border: 2px solid #C9C0BB;
    padding-top: 8px;
    padding-right: 33px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px;
    overflow: hidden
}

.trp_ald_ls_container .trp-ls-shortcode-language {
    width: 100%;
    height: 50px;
    justify-content: left;
    border: 2px solid #C9C0BB;
    z-index: 1000000000000000
}

.trp_ald_ls_container .trp-ls-shortcode-current-language:hover {
    cursor: pointer
}

.trp_ald_ls_container .trp-ls-shortcode-language > div:hover {
    cursor: pointer;
    background: #135e96;
    color: #fff
}

.trp_ald_ls_container .trp-ald-popup-select {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 33px;
    font-size: 18px;
    margin-right: -15px
}

.trp_ald_ls_container .trp-ls-shortcode-current-language {
    padding-bottom: 12px;
    padding-top: 6px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px
}

.trp_ald_ls_container .trp-ls-shortcode-language {
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px
}

.trp_ald_ls_container .trp-ls-shortcode-current-language img.trp-flag-image {
    display: inline-block;
    padding-top: 9px;
    margin-left: 8px;
    margin-right: 8px;
    pointer-events: none
}

.trp_ald_ls_container .trp-ls-shortcode-language img.trp-flag-image {
    display: inline-block;
    padding-top: 9px;
    margin-left: 8px;
    margin-right: 8px;
    pointer-events: none
}

.trp_ald_ls_container #trp_ald_popup_current_language {
    padding-top: 8px;
    padding-right: 33px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px;
    overflow: hidden
}

#trp_ald_popup_select_container .trp-ls-shortcode-language {
    display: none
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language.trp-ls-clicked {
    visibility: hidden
}

.trp_ald_ls_container .trp-language-switcher:hover div.trp-ls-shortcode-current-language {
    visibility: visible
}

.trp_ald_ls_container .trp-language-switcher:hover div.trp-ls-shortcode-language {
    visibility: hidden;
    height: 1px
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked, .trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language.trp-ls-clicked {
    visibility: visible;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important
}

#trp_no_text_popup_wrap {
    width: 100%;
    background-color: #F0F0EE;
    z-index: 999999999999999999999999999999999;
    box-shadow: 0 0 10px #6c7781
}

#trp_no_text_popup {
    align-items: center;
    padding: 25px 30px;
    border: 1px solid grey;
    justify-content: space-between;
    display: flex;
    vertical-align: middle
}

#trp_ald_not_text_popup_ls_and_button {
    display: flex;
    justify-content: center;
    width: 100%;
    vertical-align: middle;
    align-items: center
}

#trp_ald_no_text_popup_div {
    text-align: left;
    font-size: 17px;
    margin-right: 10px;
    max-width: 375px
}

#trp_ald_not_text_popup_buttons_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container {
    max-width: 240px;
    color: #4c6066;
    font-size: 19px
}

#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container #trp_ald_popup_current_language {
    padding-top: 8px;
    padding-right: 33px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px;
    overflow: hidden
}

#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container .trp-ls-shortcode-language {
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle
}

.trp_ald_change_language_div {
    min-width: 173px;
    height: auto
}

#trp_ald_no_text_popup_change_language {
    text-transform: none;
    padding: 4px 10px;
    height: 50px;
    text-align: center;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    line-height: 2.15384615;
    min-height: 30px;
    margin-left: 10px;
    width: 100%;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box
}

#trp_ald_no_text_popup_change_language:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff
}

#trp_ald_no_text_popup_x {
    width: 65px;
    padding-left: 5px
}

#trp_no_text_popup #trp_close {
    width: 0;
    background: 0 0;
    padding: 0;
    border: none;
    text-decoration: none;
    color: #fff0;
    -webkit-backface-visibility: hidden;
    outline: none
}

#trp_no_text_popup #trp_close::before {
    content: "\f153";
    font: normal 35px/40px dashicons;
    text-align: center;
    cursor: pointer;
    color: #0085ba !important;
    background: 0 0 !important;
    -webkit-font-smoothing: antialiased
}

#trp_ald_no_text_popup_x_button_and_textarea {
    display: none;
    cursor: pointer;
    vertical-align: middle
}

#trp_ald_no_text_popup_x_button_textarea {
    text-decoration: underline;
    margin-bottom: 3px;
    color: #0085ba;
    font-size: 15px;
    margin-top: 15px
}

#trp_ald_no_text_popup_x_button {
    width: 0;
    background: 0 0;
    padding: 0;
    border: none;
    text-decoration: none;
    color: #fff0;
    -webkit-backface-visibility: hidden;
    outline: none
}

#trp_ald_no_text_popup_x_button::before {
    content: "\f153";
    font: normal 16px/20px dashicons;
    text-align: center;
    color: #0085ba !important;
    background: 0 0 !important;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width: 937px) {
    #trp_ald_not_text_popup_ls_and_button {
        width: 80%
    }
}

@media screen and (max-width: 780px) {
    #trp_ald_modal_popup {
        width: 80%
    }

    .trp_ald_select_and_button {
        display: block;
        margin-top: 32px
    }

    .trp_ald_ls_container #trp_ald_popup_current_language {
        overflow: hidden
    }

    .trp_ald_button {
        width: 100%;
        margin-left: 0;
        margin-top: 14px
    }

    #trp_ald_x_button_and_textarea {
        width: 100%
    }

    #trp_no_text_popup {
        justify-content: center
    }

    #trp_ald_not_text_popup_ls_and_button {
        display: block;
        max-width: 240px
    }

    #trp_ald_no_text_popup_x {
        display: none
    }

    #trp_ald_no_text_popup_x_button_and_textarea {
        display: block
    }

    #trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container {
        max-width: 100%;
        margin-top: 32px
    }

    #trp_ald_no_text_popup_select_container {
        display: none
    }

    .trp_ald_change_language_div {
        width: 100%;
        margin-top: 14px;
        min-width: 30px
    }

    #trp_ald_no_text_popup_change_language {
        margin-left: 0;
        height: unset;
        white-space: pre-wrap
    }

    #trp_ald_no_text_popup_x_button_and_textarea {
        margin-top: 15px
    }
}

@font-face {
    font-display: swap;
    font-family: dashicons;
    src: url(fonts/dashicons.woff), url(fonts/dashicons.ttf) format("truetype"), url(images/dashicons.svg#dashicons) format("svg"), url(fonts/dashicons.eot);
    font-weight: 400;
    font-style: normal
}

#trp_ald_modal_container {
    background-color: rgb(0 0 0 / .2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000000000000;
    pointer-events: none
}

#trp_ald_modal_popup {
    box-shadow: 0 0 10px #6c7781;
    top: 40px !important;
    position: relative
}

#trp_ald_modal_popup {
    background-color: #F0F0EE;
    width: 570px;
    max-width: 75%;
    border: 1px solid #4c6066;
    padding: 25px 40px;
    margin: auto;
    pointer-events: auto
}

#trp_ald_popup_text {
    text-align: left;
    font-size: 17px
}

.trp_ald_select_and_button {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 17px
}

.trp_ald_button {
    margin-left: 12px;
    width: 287px
}

#trp_ald_popup_change_language {
    text-transform: none;
    width: 100%;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    justify-content: center;
    align-items: center;
    display: inline-grid;
    font-weight: 400;
    font-size: 17px;
    height: 50px;
    min-height: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box
}

#trp_ald_popup_change_language:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff
}

#trp_ald_x_button_and_textarea {
    text-decoration: none;
    display: flex;
    vertical-align: middle;
    align-items: center;
    cursor: pointer !important;
    color: #0085ba !important;
    font-size: 14px;
    margin-top: 15px;
    width: 50%;
    height: 100%;
    pointer-events: visibleFill
}

#trp_ald_x_button_textarea {
    text-decoration: underline;
    margin-bottom: 3px;
    height: auto;
    width: auto;
    color: #0085ba !important;
    cursor: pointer !important;
    text-align: left
}

#trp_ald_x_button_textarea:hover {
    background-color: #fff0;
    pointer-events: auto;
    cursor: pointer !important;
    z-index: 20000000000000
}

#trp_ald_modal_popup #trp_ald_x_button {
    display: inline-table;
    width: 0;
    background: 0 0;
    padding: 0;
    border: none;
    text-decoration: none;
    color: #fff0;
    -webkit-backface-visibility: hidden;
    outline: none;
    z-index: 1
}

#trp_ald_modal_popup #trp_ald_x_button::before {
    content: "\f153";
    font: normal 16px/20px dashicons;
    text-align: center;
    color: #0085ba !important;
    background: 0 0 !important;
    -webkit-font-smoothing: antialiased
}

#trp_ald_modal_popup #trp_ald_x_button::before:hover {
    background: 0 0
}

.trp_ald_ls_container {
    height: 50px;
    width: 100%;
    color: #4c6066;
    font-size: 19px
}

.trp_ald_ls_container .trp-language-switcher-container {
    width: 100%;
    margin: 0;
    user-select: none
}

.trp_ald_ls_container .trp-language-switcher-container > div {
    background-image: linear-gradient(60deg, transparent 50%, #C9C0BB 50%), linear-gradient(120deg, #C9C0BB 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(1em), calc(100% - 12px) calc(1em);
    background-size: 6px 12px, 6px 12px;
    background-repeat: no-repeat
}

.trp_ald_ls_container .trp-language-switcher-container .trp-ls-shortcode-language.trp-ls-clicked {
    background-image: none
}

.trp_ald_ls_container .trp-ls-shortcode-current-language {
    width: 100%;
    height: 50px;
    justify-content: left;
    padding-bottom: 12px;
    border: 2px solid #C9C0BB;
    padding-top: 8px;
    padding-right: 33px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px;
    overflow: hidden
}

.trp_ald_ls_container .trp-ls-shortcode-language {
    width: 100%;
    height: 50px;
    justify-content: left;
    border: 2px solid #C9C0BB;
    z-index: 1000000000000000
}

.trp_ald_ls_container .trp-ls-shortcode-current-language:hover {
    cursor: pointer
}

.trp_ald_ls_container .trp-ls-shortcode-language > div:hover {
    cursor: pointer;
    background: #135e96;
    color: #fff
}

.trp_ald_ls_container .trp-ald-popup-select {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 33px;
    font-size: 18px;
    margin-right: -15px
}

.trp_ald_ls_container .trp-ls-shortcode-current-language {
    padding-bottom: 12px;
    padding-top: 6px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px
}

.trp_ald_ls_container .trp-ls-shortcode-language {
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px
}

.trp_ald_ls_container .trp-ls-shortcode-current-language img.trp-flag-image {
    display: inline-block;
    padding-top: 9px;
    margin-left: 8px;
    margin-right: 8px;
    pointer-events: none
}

.trp_ald_ls_container .trp-ls-shortcode-language img.trp-flag-image {
    display: inline-block;
    padding-top: 9px;
    margin-left: 8px;
    margin-right: 8px;
    pointer-events: none
}

#trp_ald_popup_select_container .trp-ls-shortcode-language {
    display: none
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language.trp-ls-clicked {
    visibility: hidden
}

.trp_ald_ls_container .trp-language-switcher:hover div.trp-ls-shortcode-current-language {
    visibility: visible
}

.trp_ald_ls_container .trp-language-switcher:hover div.trp-ls-shortcode-language {
    visibility: hidden;
    height: 1px
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked, .trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language.trp-ls-clicked {
    visibility: visible;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important
}

#trp_no_text_popup_wrap {
    width: 100%;
    background-color: #F0F0EE;
    z-index: 999999999999999999999999999999999;
    box-shadow: 0 0 10px #6c7781
}

#trp_no_text_popup {
    align-items: center;
    padding: 25px 30px;
    border: 1px solid grey;
    justify-content: space-between;
    display: flex;
    vertical-align: middle
}

#trp_ald_not_text_popup_ls_and_button {
    display: flex;
    justify-content: center;
    width: 100%;
    vertical-align: middle;
    align-items: center
}

#trp_ald_no_text_popup_div {
    text-align: left;
    font-size: 17px;
    margin-right: 10px;
    max-width: 375px
}

#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container {
    max-width: 240px;
    color: #4c6066;
    font-size: 19px
}

#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container #trp_ald_popup_current_language {
    padding-top: 8px;
    padding-right: 33px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px;
    overflow: hidden
}

#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container .trp-ls-shortcode-language {
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle
}

.trp_ald_change_language_div {
    min-width: 173px;
    height: auto
}

#trp_ald_no_text_popup_change_language {
    text-transform: none;
    padding: 4px 10px;
    height: 50px;
    text-align: center;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    line-height: 2.15384615;
    min-height: 30px;
    margin-left: 10px;
    width: 100%;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box
}

#trp_ald_no_text_popup_change_language:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff
}

#trp_ald_no_text_popup_x {
    width: 65px;
    padding-left: 5px
}

#trp_no_text_popup #trp_close {
    width: 0;
    background: 0 0;
    padding: 0;
    border: none;
    text-decoration: none;
    color: #fff0;
    -webkit-backface-visibility: hidden;
    outline: none
}

#trp_no_text_popup #trp_close::before {
    content: "\f153";
    font: normal 35px/40px dashicons;
    text-align: center;
    cursor: pointer;
    color: #0085ba !important;
    background: 0 0 !important;
    -webkit-font-smoothing: antialiased
}

#trp_ald_no_text_popup_x_button_and_textarea {
    display: none;
    cursor: pointer;
    vertical-align: middle
}

#trp_ald_no_text_popup_x_button_textarea {
    text-decoration: underline;
    margin-bottom: 3px;
    color: #0085ba;
    font-size: 15px;
    margin-top: 15px
}

#trp_ald_no_text_popup_x_button {
    width: 0;
    background: 0 0;
    padding: 0;
    border: none;
    text-decoration: none;
    color: #fff0;
    -webkit-backface-visibility: hidden;
    outline: none
}

#trp_ald_no_text_popup_x_button::before {
    content: "\f153";
    font: normal 16px/20px dashicons;
    text-align: center;
    color: #0085ba !important;
    background: 0 0 !important;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width: 937px) {
    #trp_ald_not_text_popup_ls_and_button {
        width: 80%
    }
}

@media screen and (max-width: 780px) {
    #trp_ald_modal_popup {
        width: 80%
    }

    .trp_ald_select_and_button {
        display: block;
        margin-top: 32px
    }

    .trp_ald_button {
        width: 100%;
        margin-left: 0;
        margin-top: 14px
    }

    #trp_ald_x_button_and_textarea {
        width: 100%
    }

    #trp_no_text_popup {
        justify-content: center
    }

    #trp_ald_not_text_popup_ls_and_button {
        display: block;
        max-width: 240px
    }

    #trp_ald_no_text_popup_x {
        display: none
    }

    #trp_ald_no_text_popup_x_button_and_textarea {
        display: block
    }

    #trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container {
        max-width: 100%;
        margin-top: 32px
    }

    #trp_ald_no_text_popup_select_container {
        display: none
    }

    .trp_ald_change_language_div {
        width: 100%;
        margin-top: 14px;
        min-width: 30px
    }

    #trp_ald_no_text_popup_change_language {
        margin-left: 0;
        height: unset;
        white-space: pre-wrap
    }

    #trp_ald_no_text_popup_x_button_and_textarea {
        margin-top: 15px
    }
}

@font-face {
    font-display: swap;
    font-family: dashicons;
    src: url(https://quantumai.co.com/wp-includes/fonts/dashicons.woff), url(https://quantumai.co.com/wp-includes/fonts/dashicons.ttf) format("truetype"), url(https://quantumai.co.com/wp-includes/fonts/dashicons.svg#dashicons) format("svg"), url(https://quantumai.co.com/wp-includes/fonts/dashicons.eot);
    font-weight: 400;
    font-style: normal
}

#trp_ald_modal_container {
    background-color: rgb(0 0 0 / .2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000000000000;
    pointer-events: none
}

#trp_ald_modal_popup {
    box-shadow: 0 0 10px #6c7781;
    top: 40px !important;
    position: relative
}

#trp_ald_modal_popup {
    background-color: #F0F0EE;
    width: 570px;
    max-width: 75%;
    border: 1px solid #4c6066;
    padding: 25px 40px;
    margin: auto;
    pointer-events: auto
}

#trp_ald_popup_text {
    text-align: left;
    font-size: 17px
}

.trp_ald_select_and_button {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 17px
}

.trp_ald_button {
    margin-left: 12px;
    width: 287px
}

#trp_ald_popup_change_language {
    text-transform: none;
    width: 100%;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    justify-content: center;
    align-items: center;
    display: inline-grid;
    font-weight: 400;
    font-size: 17px;
    height: 50px;
    min-height: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box
}

#trp_ald_popup_change_language:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff
}

#trp_ald_x_button_and_textarea {
    text-decoration: none;
    display: flex;
    vertical-align: middle;
    align-items: center;
    cursor: pointer !important;
    color: #0085ba !important;
    font-size: 14px;
    margin-top: 15px;
    width: 50%;
    height: 100%;
    pointer-events: visibleFill
}

#trp_ald_x_button_textarea {
    text-decoration: underline;
    margin-bottom: 3px;
    height: auto;
    width: auto;
    color: #0085ba !important;
    cursor: pointer !important;
    text-align: left
}

#trp_ald_x_button_textarea:hover {
    background-color: #fff0;
    pointer-events: auto;
    cursor: pointer !important;
    z-index: 20000000000000
}

#trp_ald_modal_popup #trp_ald_x_button {
    display: inline-table;
    width: 0;
    background: 0 0;
    padding: 0;
    border: none;
    text-decoration: none;
    color: #fff0;
    -webkit-backface-visibility: hidden;
    outline: none;
    z-index: 1
}

#trp_ald_modal_popup #trp_ald_x_button::before {
    content: "\f153";
    font: normal 16px/20px dashicons;
    text-align: center;
    color: #0085ba !important;
    background: 0 0 !important;
    -webkit-font-smoothing: antialiased
}

#trp_ald_modal_popup #trp_ald_x_button::before:hover {
    background: 0 0
}

.trp_ald_ls_container {
    height: 50px;
    width: 100%;
    color: #4c6066;
    font-size: 19px
}

.trp_ald_ls_container .trp-language-switcher-container {
    width: 100%;
    margin: 0;
    user-select: none
}

.trp_ald_ls_container .trp-language-switcher-container > div {
    background-image: linear-gradient(60deg, transparent 50%, #C9C0BB 50%), linear-gradient(120deg, #C9C0BB 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(1em), calc(100% - 12px) calc(1em);
    background-size: 6px 12px, 6px 12px;
    background-repeat: no-repeat
}

.trp_ald_ls_container .trp-language-switcher-container .trp-ls-shortcode-language.trp-ls-clicked {
    background-image: none
}

.trp_ald_ls_container .trp-ls-shortcode-current-language {
    width: 100%;
    height: 50px;
    justify-content: left;
    padding-bottom: 12px;
    border: 2px solid #C9C0BB;
    padding-top: 8px;
    padding-right: 33px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px;
    overflow: hidden
}

.trp_ald_ls_container .trp-ls-shortcode-language {
    width: 100%;
    height: 50px;
    justify-content: left;
    border: 2px solid #C9C0BB;
    z-index: 1000000000000000
}

.trp_ald_ls_container .trp-ls-shortcode-current-language:hover {
    cursor: pointer
}

.trp_ald_ls_container .trp-ls-shortcode-language > div:hover {
    cursor: pointer;
    background: #135e96;
    color: #fff
}

.trp_ald_ls_container .trp-ald-popup-select {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 33px;
    font-size: 18px;
    margin-right: -15px
}

.trp_ald_ls_container .trp-ls-shortcode-current-language {
    padding-bottom: 12px;
    padding-top: 6px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px
}

.trp_ald_ls_container .trp-ls-shortcode-language {
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px
}

.trp_ald_ls_container .trp-ls-shortcode-current-language img.trp-flag-image {
    display: inline-block;
    padding-top: 9px;
    margin-left: 8px;
    margin-right: 8px;
    pointer-events: none
}

.trp_ald_ls_container .trp-ls-shortcode-language img.trp-flag-image {
    display: inline-block;
    padding-top: 9px;
    margin-left: 8px;
    margin-right: 8px;
    pointer-events: none
}

.trp_ald_ls_container #trp_ald_popup_current_language {
    padding-top: 8px;
    padding-right: 33px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px;
    overflow: hidden
}

#trp_ald_popup_select_container .trp-ls-shortcode-language {
    display: none
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language.trp-ls-clicked {
    visibility: hidden
}

.trp_ald_ls_container .trp-language-switcher:hover div.trp-ls-shortcode-current-language {
    visibility: visible
}

.trp_ald_ls_container .trp-language-switcher:hover div.trp-ls-shortcode-language {
    visibility: hidden;
    height: 1px
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked, .trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language.trp-ls-clicked {
    visibility: visible;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important
}

#trp_no_text_popup_wrap {
    width: 100%;
    background-color: #F0F0EE;
    z-index: 999999999999999999999999999999999;
    box-shadow: 0 0 10px #6c7781
}

#trp_no_text_popup {
    align-items: center;
    padding: 25px 30px;
    border: 1px solid grey;
    justify-content: space-between;
    display: flex;
    vertical-align: middle
}

#trp_ald_not_text_popup_ls_and_button {
    display: flex;
    justify-content: center;
    width: 100%;
    vertical-align: middle;
    align-items: center
}

#trp_ald_no_text_popup_div {
    text-align: left;
    font-size: 17px;
    margin-right: 10px;
    max-width: 375px
}

#trp_ald_not_text_popup_buttons_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container {
    max-width: 240px;
    color: #4c6066;
    font-size: 19px
}

#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container #trp_ald_popup_current_language {
    padding-top: 8px;
    padding-right: 33px;
    vertical-align: middle;
    color: #4c6066;
    font-size: 18px;
    overflow: hidden
}

#trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container .trp-ls-shortcode-language {
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle
}

.trp_ald_change_language_div {
    min-width: 173px;
    height: auto
}

#trp_ald_no_text_popup_change_language {
    text-transform: none;
    padding: 4px 10px;
    height: 50px;
    text-align: center;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    line-height: 2.15384615;
    min-height: 30px;
    margin-left: 10px;
    width: 100%;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box
}

#trp_ald_no_text_popup_change_language:hover {
    background: #135e96;
    border-color: #135e96;
    color: #fff
}

#trp_ald_no_text_popup_x {
    width: 65px;
    padding-left: 5px
}

#trp_no_text_popup #trp_close {
    width: 0;
    background: 0 0;
    padding: 0;
    border: none;
    text-decoration: none;
    color: #fff0;
    -webkit-backface-visibility: hidden;
    outline: none
}

#trp_no_text_popup #trp_close::before {
    content: "\f153";
    font: normal 35px/40px dashicons;
    text-align: center;
    cursor: pointer;
    color: #0085ba !important;
    background: 0 0 !important;
    -webkit-font-smoothing: antialiased
}

#trp_ald_no_text_popup_x_button_and_textarea {
    display: none;
    cursor: pointer;
    vertical-align: middle
}

#trp_ald_no_text_popup_x_button_textarea {
    text-decoration: underline;
    margin-bottom: 3px;
    color: #0085ba;
    font-size: 15px;
    margin-top: 15px
}

#trp_ald_no_text_popup_x_button {
    width: 0;
    background: 0 0;
    padding: 0;
    border: none;
    text-decoration: none;
    color: #fff0;
    -webkit-backface-visibility: hidden;
    outline: none
}

#trp_ald_no_text_popup_x_button::before {
    content: "\f153";
    font: normal 16px/20px dashicons;
    text-align: center;
    color: #0085ba !important;
    background: 0 0 !important;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width: 937px) {
    #trp_ald_not_text_popup_ls_and_button {
        width: 80%
    }
}

@media screen and (max-width: 780px) {
    #trp_ald_modal_popup {
        width: 80%
    }

    .trp_ald_select_and_button {
        display: block;
        margin-top: 32px
    }

    .trp_ald_ls_container #trp_ald_popup_current_language {
        overflow: hidden
    }

    .trp_ald_button {
        width: 100%;
        margin-left: 0;
        margin-top: 14px
    }

    #trp_ald_x_button_and_textarea {
        width: 100%
    }

    #trp_no_text_popup {
        justify-content: center
    }

    #trp_ald_not_text_popup_ls_and_button {
        display: block;
        max-width: 240px
    }

    #trp_ald_no_text_popup_x {
        display: none
    }

    #trp_ald_no_text_popup_x_button_and_textarea {
        display: block
    }

    #trp_ald_not_text_popup_ls_and_button .trp_ald_ls_container {
        max-width: 100%;
        margin-top: 32px
    }

    #trp_ald_no_text_popup_select_container {
        display: none
    }

    .trp_ald_change_language_div {
        width: 100%;
        margin-top: 14px;
        min-width: 30px
    }

    #trp_ald_no_text_popup_change_language {
        margin-left: 0;
        height: unset;
        white-space: pre-wrap
    }

    #trp_ald_no_text_popup_x_button_and_textarea {
        margin-top: 15px
    }
}

.cmplz-video.cmplz-iframe-styles {
    background-color: #fff0
}

.cmplz-video.cmplz-hidden {
    visibility: hidden !important
}

.cmplz-blocked-content-notice {
    display: none
}

.cmplz-placeholder-parent {
    height: inherit
}

.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice, .cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
    display: block
}

.cmplz-blocked-content-container, .cmplz-wp-video {
    animation-name: cmplz-fadein;
    animation-duration: 600ms;
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / .5), 0 1px 10px 0 rgb(0 0 0 / .15);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: inherit;
    position: relative
}

.cmplz-blocked-content-container.gmw-map-cover, .cmplz-wp-video.gmw-map-cover {
    max-height: 100%;
    position: absolute
}

.cmplz-blocked-content-container.cmplz-video-placeholder, .cmplz-wp-video.cmplz-video-placeholder {
    padding-bottom: initial
}

.cmplz-blocked-content-container iframe, .cmplz-wp-video iframe {
    visibility: hidden;
    max-height: 100%;
    border: 0 !important
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn, .cmplz-wp-video .cmplz-custom-accept-btn {
    white-space: normal;
    text-transform: initial;
    cursor: pointer;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    font-size: 14px;
    padding: 10px;
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus, .cmplz-wp-video .cmplz-custom-accept-btn:focus {
    border: 1px dotted #cecece
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
    white-space: normal;
    text-transform: initial;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    font-size: 14px;
    padding: 10px;
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
    display: block;
    margin-bottom: 10px
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
    color: #fff
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
    display: block
}

.cmplz-blocked-content-container div div {
    display: none
}

.cmplz-wp-video .cmplz-placeholder-element {
    width: 100%;
    height: inherit
}

@keyframes cmplz-fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.cmplz-video.cmplz-iframe-styles {
    background-color: #fff0
}

.cmplz-video.cmplz-hidden {
    visibility: hidden !important
}

.cmplz-blocked-content-notice {
    display: none
}

.cmplz-placeholder-parent {
    height: inherit
}

.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice, .cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
    display: block
}

.cmplz-blocked-content-container, .cmplz-wp-video {
    animation-name: cmplz-fadein;
    animation-duration: 600ms;
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / .5), 0 1px 10px 0 rgb(0 0 0 / .15);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: inherit;
    position: relative
}

.cmplz-blocked-content-container.gmw-map-cover, .cmplz-wp-video.gmw-map-cover {
    max-height: 100%;
    position: absolute
}

.cmplz-blocked-content-container.cmplz-video-placeholder, .cmplz-wp-video.cmplz-video-placeholder {
    padding-bottom: initial
}

.cmplz-blocked-content-container iframe, .cmplz-wp-video iframe {
    visibility: hidden;
    max-height: 100%;
    border: 0 !important
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn, .cmplz-wp-video .cmplz-custom-accept-btn {
    white-space: normal;
    text-transform: initial;
    cursor: pointer;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    font-size: 14px;
    padding: 10px;
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus, .cmplz-wp-video .cmplz-custom-accept-btn:focus {
    border: 1px dotted #cecece
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
    white-space: normal;
    text-transform: initial;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    font-size: 14px;
    padding: 10px;
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
    display: block;
    margin-bottom: 10px
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
    color: #fff
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
    display: block
}

.cmplz-blocked-content-container div div {
    display: none
}

.cmplz-wp-video .cmplz-placeholder-element {
    width: 100%;
    height: inherit
}

@keyframes cmplz-fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.cmplz-video.cmplz-iframe-styles {
    background-color: #fff0
}

.cmplz-video.cmplz-hidden {
    visibility: hidden !important
}

.cmplz-blocked-content-notice {
    display: none
}

.cmplz-placeholder-parent {
    height: inherit
}

.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice, .cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
    display: block
}

.cmplz-blocked-content-container, .cmplz-wp-video {
    animation-name: cmplz-fadein;
    animation-duration: 600ms;
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / .5), 0 1px 10px 0 rgb(0 0 0 / .15);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: inherit;
    position: relative
}

.cmplz-blocked-content-container.gmw-map-cover, .cmplz-wp-video.gmw-map-cover {
    max-height: 100%;
    position: absolute
}

.cmplz-blocked-content-container.cmplz-video-placeholder, .cmplz-wp-video.cmplz-video-placeholder {
    padding-bottom: initial
}

.cmplz-blocked-content-container iframe, .cmplz-wp-video iframe {
    visibility: hidden;
    max-height: 100%;
    border: 0 !important
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn, .cmplz-wp-video .cmplz-custom-accept-btn {
    white-space: normal;
    text-transform: initial;
    cursor: pointer;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    font-size: 14px;
    padding: 10px;
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus, .cmplz-wp-video .cmplz-custom-accept-btn:focus {
    border: 1px dotted #cecece
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
    white-space: normal;
    text-transform: initial;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    font-size: 14px;
    padding: 10px;
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
    display: block;
    margin-bottom: 10px
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
    color: #fff
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
    display: block
}

.cmplz-blocked-content-container div div {
    display: none
}

.cmplz-wp-video .cmplz-placeholder-element {
    width: 100%;
    height: inherit
}

@keyframes cmplz-fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

/*!
Theme Name: Protelmorexium
*/
a, hr {
    color: inherit
}

.ph-fill, button, select {
    text-transform: none
}

progress, sub, sup {
    vertical-align: initial
}

blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, menu, ol, p, pre, ul {
    margin: 0
}

.prose, .prose-neutral {
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-bg: #00000080
}

.absolute, .sr-only {
    position: absolute
}

.border-collapse, table {
    border-collapse: collapse
}

.breadcrumbs, .gap-y-1 {
    row-gap: .25rem
}

.overflow-hidden, .sr-only {
    overflow: hidden
}

.from-\[\#BAEEAD\], .from-emerald-50, .from-gray-900, .from-indigo-600, .from-red-600, .from-rose-50, .from-teal-500, .from-teal-600, .from-white {
    --tw-gradient-from-position:;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to-position:
}

.from-\[\#BAEEAD\], .from-emerald-50, .from-gray-900, .from-indigo-600, .from-red-600, .from-rose-50, .from-teal-500, .from-teal-600, .from-white, .to-\[\#8FCEF7\], .to-blue-600, .to-emerald-400, .to-gray-900\/25, .to-rose-400, .to-white, .via-white {
    --tw-gradient-to-position:
}

.transition, .transition-all, .transition-opacity, .transition-transform, a, button, input {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.after\:bg-primary:after, .bg-blue-100, .bg-blue-600, .bg-gray-100, .bg-gray-50, .bg-gray-900, body {
    --tw-bg-opacity: 1
}

.border-gray-200, .border-gray-300, .border-green-400, .border-red-400, .hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
}

.breadcrumbs li a:hover, .hover\:underline:hover {
    text-decoration-line: underline
}

/*! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com*/
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

[type=checkbox], [type=file] {
    border-radius: 0
}

:after, :before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Grosa, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    scroll-behavior: smooth;
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity));
    letter-spacing: -.02em
}

body {
    line-height: inherit
}

hr {
    height: 0;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    text-decoration: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

fieldset, legend {
    padding: 0
}

menu, ol, ul {
    list-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

[role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}

img, video {
    max-width: 100%;
    height: auto
}

.blog-post > p > a:nth-child(2), .hidden, [hidden], [x-cloak] {
    display: none
}

.form-input, .form-multiselect, .form-select, .form-textarea, [multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #64748b;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000
}

.form-input:focus, .form-multiselect:focus, .form-select:focus, .form-textarea:focus, [multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
    outline: #0000 solid 2px;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb
}

.focus\:ring-2:focus, [type=checkbox]:focus, [type=radio]:focus {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #64748b;
    opacity: 1
}

input::placeholder, textarea::placeholder {
    color: #64748b;
    opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-date-and-time-value {
    min-height: 1.5em
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-meridiem-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0
}

select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

[multiple] {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: initial;
    padding-right: .75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset
}

[type=checkbox], [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #64748b;
    border-width: 1px;
    --tw-shadow: 0 0 #0000
}

[type=radio] {
    border-radius: 100%
}

[type=checkbox]:focus, [type=radio]:focus {
    outline: #0000 solid 2px;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/
    );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

.hover\:shadow-xl:hover, .shadow, .shadow-2xl, .shadow-lg, .shadow-md, .shadow-sm, .shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

[type=checkbox]:checked, [type=radio]:checked {
    border-color: #0000;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")
}

[type=radio]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}

[type=checkbox]:checked:focus, [type=checkbox]:checked:hover, [type=checkbox]:indeterminate, [type=radio]:checked:focus, [type=radio]:checked:hover {
    border-color: #0000;
    background-color: currentColor
}

[type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

[type=checkbox]:indeterminate:focus, [type=checkbox]:indeterminate:hover {
    border-color: #0000;
    background-color: currentColor
}

[type=file] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit
}

[type=file]:focus {
    outline: ButtonText solid 1px;
    outline: -webkit-focus-ring-color auto 1px
}

*, ::backdrop, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:
}

.focus\:ring-2:focus, .ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)
}

body {
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    font-family: Grosa, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.transition, a, button, input {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter
}

.font-bold, strong {
    font-weight: 700
}

#menu-nav-desktop ul > li.current-menu-item:not(.menu-item-has-children) a, #menu-nav-desktop ul > li > ul .current-menu-item a, #menu-nav-mobile .current-menu-item:not(.menu-item-has-children) a {
    --tw-border-opacity: 1 !important;
    border-color: rgb(37 99 235/var(--tw-border-opacity)) !important;
    font-weight: 500 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(15 23 42/var(--tw-text-opacity)) !important
}

.prose h1, .prose h1 span, .prose h2, .prose h2 span, .prose h3, .prose h3 span, .prose h4, .prose h4 span, .prose h5, .prose h5 span, .prose h6, .prose h6 span {
    font-weight: 700 !important
}

.form-disclaimer {
    font-size: .75rem !important;
    line-height: 1rem !important
}

.breadcrumbs, .navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev, .text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.navigation.pagination {
    grid-column: span 1/span 1;
    display: flex;
    justify-content: center;
    padding-top: 2.5rem
}

.navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.5rem
}

.navigation.pagination .nav-links .page-numbers {
    padding: .75rem
}

.navigation.pagination .nav-links .page-numbers.current {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.navigation.pagination .nav-links .page-numbers.prev:before {
    content: "в†ђ "
}

.navigation.pagination .nav-links .page-numbers.next:after {
    content: " в†’"
}

.hero-angle {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)
}

.section-angle {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%)
}

@media only screen and (min-width: 640px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
        clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%)
    }
}

@media only screen and (min-width: 768px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%)
    }
}

@media only screen and (min-width: 1024px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 13%, 100% 0, 100% 87%, 0 100%);
        clip-path: polygon(0 13%, 100% 0, 100% 87%, 0 100%)
    }
}

@media only screen and (min-width: 1280px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
        clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%)
    }
}

@media only screen and (min-width: 1536px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
        clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%)
    }
}

#comments, .navigation.post-navigation {
    display: none !important
}

.entry-content > *, .page-content > * {
    max-width: 48rem !important
}

.breadcrumbs li, .entry-content strong, .page-content strong, .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59/var(--tw-text-opacity))
}

.submit-wrap input.ninja-forms-field {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .625rem !important;
    border-radius: 9999px !important;
    border-width: 1px !important;
    border-color: #0000 !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
    --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: #4f46e500 var(--tw-gradient-from-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #2563eb var(--tw-gradient-to-position) !important;
    padding: .75rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 500 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.submit-wrap input.ninja-forms-field:hover {
    opacity: .9 !important
}

.submit-wrap input.ninja-forms-field:focus {
    outline: #0000 solid 2px !important;
    outline-offset: 2px !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(37 99 235/var(--tw-ring-opacity)) !important;
    --tw-ring-offset-width: 2px !important
}

.email-wrap .ninja-forms-field, .textarea-wrap .ninja-forms-field, .textbox-wrap .ninja-forms-field {
    border-radius: .5rem !important
}

.email-wrap .nf-field-element:after, .textbox-wrap .nf-field-element:after {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
}

.textarea-wrap .nf-field-element:after {
    border-top-right-radius: .5rem !important
}

.prose a {
    --tw-text-opacity: 1 !important;
    color: rgb(29 78 216/var(--tw-text-opacity)) !important
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding-bottom: 1.25rem;
    color: #0f172a80
}

.breadcrumbs li a, .focus\:text-blue-600:focus, .group:hover .group-hover\:text-blue-600, .hover\:text-blue-600:hover, .text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.breadcrumbs li a:hover {
    --tw-text-opacity: 1;
    color: rgb(29 78 216/var(--tw-text-opacity))
}

.page-404 .breadcrumbs {
    justify-content: center !important
}

.page-about .breadcrumbs {
    justify-content: flex-start !important
}

.container, .w-full {
    width: 100%
}

.prose {
    color: var(--tw-prose-body);
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500
}

.prose :where(strong):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}

.prose :where(a strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(ol):not(:where([class~=not-prose] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
    border-bottom: none
}

.prose :where(blockquote):not(:where([class~=not-prose] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
    border-left: .25rem solid var(--tw-prose-quote-borders)
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
    font-weight: 900;
    color: inherit
}

.prose :where(h2):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
    font-weight: 800;
    color: inherit
}

.prose :where(h3):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(h4):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: .875em
}

.prose :where(code):not(:where([class~=not-prose] *)):before {
    content: "`"
}

.prose :where(code):not(:where([class~=not-prose] *)):after {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding: .8571429em 1.1428571em
}

.prose :where(pre code):not(:where([class~=not-prose] *)) {
    background-color: initial;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose :where(pre code):not(:where([class~=not-prose] *)):before {
    content: none
}

.prose :where(pre code):not(:where([class~=not-prose] *)):after {
    content: none
}

.prose :where(table):not(:where([class~=not-prose] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose :where(thead):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose] *)) {
    vertical-align: initial
}

.prose :where(tfoot):not(:where([class~=not-prose] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~=not-prose] *)) {
    vertical-align: top
}

.prose :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .5714286em
}

.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose :where(blockquote>cite):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-body);
    font-style: normal;
    font-weight: 400
}

.prose :where(blockquote>cite):not(:where([class~=not-prose] *)):before {
    content: "\2014"
}

.prose-sm {
    font-size: .875rem;
    line-height: 1.7142857
}

.prose-sm :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em
}

.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-sm :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em
}

.prose-sm :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: .8em;
    line-height: 1.2
}

.prose-sm :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: .8em;
    line-height: 1.4
}

.prose-sm :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-sm :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.4285714em;
    margin-bottom: .5714286em;
    line-height: 1.4285714
}

.prose-sm :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-sm :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.3333333;
    margin-top: .6666667em
}

.prose-sm :where(code):not(:where([class~=not-prose] *)) {
    font-size: .8571429em
}

.prose-sm :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-sm :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-sm :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: .25rem;
    padding: .6666667em 1em
}

.prose-sm :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em
}

.prose-sm :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em
}

.prose-sm :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .2857143em;
    margin-bottom: .2857143em
}

.prose-sm :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(.prose-sm>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose-sm>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(.prose-sm>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose-sm>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em
}

.prose-sm :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(table):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.5
}

.prose-sm :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: 1em;
    padding-bottom: .6666667em;
    padding-left: 1em
}

.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .6666667em 1em
}

.p-0, .sr-only {
    padding: 0
}

.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-neutral {
    --tw-prose-body: #404040;
    --tw-prose-headings: #171717;
    --tw-prose-lead: #525252;
    --tw-prose-links: #171717;
    --tw-prose-bold: #171717;
    --tw-prose-counters: #737373;
    --tw-prose-bullets: #d4d4d4;
    --tw-prose-hr: #e5e5e5;
    --tw-prose-quotes: #171717;
    --tw-prose-quote-borders: #e5e5e5;
    --tw-prose-captions: #737373;
    --tw-prose-code: #171717;
    --tw-prose-pre-code: #e5e5e5;
    --tw-prose-pre-bg: #262626;
    --tw-prose-th-borders: #d4d4d4;
    --tw-prose-td-borders: #e5e5e5;
    --tw-prose-invert-body: #d4d4d4;
    --tw-prose-invert-lead: #a3a3a3;
    --tw-prose-invert-counters: #a3a3a3;
    --tw-prose-invert-bullets: #525252;
    --tw-prose-invert-hr: #404040;
    --tw-prose-invert-quotes: #f5f5f5;
    --tw-prose-invert-quote-borders: #404040;
    --tw-prose-invert-captions: #a3a3a3;
    --tw-prose-invert-pre-code: #d4d4d4;
    --tw-prose-invert-th-borders: #525252;
    --tw-prose-invert-td-borders: #404040
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
    color: #64748b;
    opacity: 1
}

.form-input::placeholder, .form-textarea::placeholder {
    color: #64748b;
    opacity: 1
}

.form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

.form-input::-webkit-date-and-time-value {
    min-height: 1.5em
}

.form-input::-webkit-datetime-edit, .form-input::-webkit-datetime-edit-day-field, .form-input::-webkit-datetime-edit-hour-field, .form-input::-webkit-datetime-edit-meridiem-field, .form-input::-webkit-datetime-edit-millisecond-field, .form-input::-webkit-datetime-edit-minute-field, .form-input::-webkit-datetime-edit-month-field, .form-input::-webkit-datetime-edit-second-field, .form-input::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0
}

.entry-title, .page-title {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(23 23 23/var(--tw-text-opacity))
}

.entry-content > *, .entry-title, .page-content > *, .page-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem
}

.entry-content > .alignwide {
    max-width: 60rem
}

.entry-content > .alignfull, .max-w-none {
    max-width: none
}

.entry-content > .alignleft {
    float: left;
    margin-right: 2rem
}

.entry-content > .alignright {
    float: right;
    margin-left: 2rem
}

.sr-only {
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.mr-auto, .mx-auto {
    margin-right: auto
}

.pointer-events-none {
    pointer-events: none
}

.visible {
    visibility: visible
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-inset-4 {
    inset: -1rem
}

.inset-0 {
    inset: 0
}

.-inset-x-20 {
    left: -5rem;
    right: -5rem
}

.inset-x-0 {
    left: 0;
    right: 0
}

.-bottom-40 {
    bottom: -10rem
}

.-left-2 {
    left: -.5rem
}

.-left-24 {
    left: -6rem
}

.-top-1 {
    top: -.25rem
}

.-top-1\.5 {
    top: -.375rem
}

.-top-12 {
    top: -3rem
}

.-top-2 {
    top: -.5rem
}

.-top-3 {
    top: -.75rem
}

.-top-\[4\%\] {
    top: -4%
}

.-top-\[57px\] {
    top: -57px
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-12 {
    left: 3rem
}

.left-\[max\(50\%\2c 25rem\)\] {
    left: max(50%, 25rem)
}

.left-full {
    left: 100%
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-2 {
    top: .5rem
}

.top-\[57px\] {
    top: 57px
}

.top-full {
    top: 100%
}

.isolate {
    isolation: isolate
}

.-z-10 {
    z-index: -10
}

.-z-20 {
    z-index: -20
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-50 {
    z-index: 50
}

.z-\[60\] {
    z-index: 60
}

.col-span-10 {
    grid-column: span 10/span 10
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-8 {
    grid-column: span 8/span 8
}

.mx-auto {
    margin-left: auto
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.-mb-1 {
    margin-bottom: -.25rem
}

.-mb-6 {
    margin-bottom: -1.5rem
}

.-ml-12 {
    margin-left: -3rem
}

.-mt-1 {
    margin-top: -.25rem
}

.-mt-1\.5 {
    margin-top: -.375rem
}

.-mt-12 {
    margin-top: -3rem
}

.-mt-8 {
    margin-top: -2rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[-12\%\] {
    margin-bottom: -12%
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-auto {
    margin-left: auto
}

.mt-0 {
    margin-top: 0
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-1\.5 {
    margin-top: .375rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-2\.5 {
    margin-top: .625rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-32 {
    margin-top: 8rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mt-8 {
    margin-top: 2rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.flow-root {
    display: flow-root
}

.grid {
    display: grid
}

.aspect-\[1155\/678\] {
    aspect-ratio: 1155/678
}

.aspect-\[16\/9\] {
    aspect-ratio: 16/9
}

.aspect-\[2\/3\] {
    aspect-ratio: 2/3
}

.aspect-\[5\/2\] {
    aspect-ratio: 5/2
}

.h-11 {
    height: 2.75rem
}

.h-3 {
    height: .75rem
}

.h-3\.5 {
    height: .875rem
}

.h-32 {
    height: 8rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-80 {
    height: 20rem
}

.h-\[64rem\] {
    height: 64rem
}

.h-\[70px\] {
    height: 70px
}

.h-\[calc\(100\%_\+_6\%\)\] {
    height: 106%
}

.h-\[calc\(100\%_-_300px\)\] {
    height: calc(100% - 300px)
}

.h-\[calc\(100\%_-_75px\)\] {
    height: calc(100% - 75px)
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.min-h-full {
    min-height: 100%
}

.w-11 {
    width: 2.75rem
}

.w-12 {
    width: 3rem
}

.w-3 {
    width: .75rem
}

.w-3\.5 {
    width: .875rem
}

.w-32 {
    width: 8rem
}

.w-4 {
    width: 1rem
}

.w-44 {
    width: 11rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-64 {
    width: 16rem
}

.w-\[128rem\] {
    width: 128rem
}

.w-\[34rem\] {
    width: 34rem
}

.w-\[356px\] {
    width: 356px
}

.w-\[36rem\] {
    width: 36rem
}

.w-\[57rem\] {
    width: 57rem
}

.w-\[64rem\] {
    width: 64rem
}

.w-\[72\.1875rem\] {
    width: 72.1875rem
}

.w-\[calc\(100\%_-_8px\)\] {
    width: calc(100% - 8px)
}

.w-auto {
    width: auto
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-full {
    min-width: 100%
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-xl {
    max-width: 36rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.flex-shrink-0 {
    flex-shrink: 0
}

.table-auto {
    table-layout: auto
}

.origin-left {
    transform-origin: left
}

.origin-top {
    transform-origin: top
}

.origin-top-left {
    transform-origin: top left
}

.-translate-x-1\/2, .-translate-y-1\/2, .group:hover .group-hover\:translate-x-1, .hover\:-translate-y-2:hover, .rotate-180 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.rotate-180 {
    --tw-rotate: 180deg
}

.transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.list-none {
    list-style-type: none
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns:repeat(12, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: .25rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-16 {
    gap: 4rem
}

.gap-2 {
    gap: .5rem
}

.gap-2\.5 {
    gap: .625rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-8 {
    gap: 2rem
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-1\.5 {
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

.gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

.gap-x-14 {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-y-1\.5 {
    row-gap: .375rem
}

.gap-y-10 {
    row-gap: 2.5rem
}

.gap-y-12 {
    row-gap: 3rem
}

.gap-y-16 {
    row-gap: 4rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-20 {
    row-gap: 5rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.overflow-visible {
    overflow: visible
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-t, .border-y {
    border-top-width: 1px
}

.border-b, .border-y {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l-2 {
    border-left-width: 2px
}

.border-t-2 {
    border-top-width: 2px
}

.border-gray-200 {
    border-color: rgb(226 232 240/var(--tw-border-opacity))
}

.border-gray-300 {
    border-color: rgb(203 213 225/var(--tw-border-opacity))
}

.border-gray-900\/10 {
    border-color: #0f172a1a
}

.border-green-400 {
    border-color: rgb(74 222 128/var(--tw-border-opacity))
}

.border-red-400 {
    border-color: rgb(248 113 113/var(--tw-border-opacity))
}

.border-transparent {
    border-color: #0000
}

.border-white, .hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-white\/10 {
    border-color: #ffffff1a
}

.border-opacity-40 {
    --tw-border-opacity: 0.4
}

.bg-blue-100 {
    background-color: rgb(219 234 254/var(--tw-bg-opacity))
}

.bg-blue-600 {
    background-color: rgb(37 99 235/var(--tw-bg-opacity))
}

.bg-gray-100 {
    background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.bg-gray-50 {
    background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

.bg-gray-900 {
    background-color: rgb(15 23 42/var(--tw-bg-opacity))
}

.bg-gray-900\/5 {
    background-color: #0f172a0d
}

.bg-white, .hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-white\/30 {
    background-color: #ffffff4d
}

.bg-opacity-75 {
    --tw-bg-opacity: 0.75
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}

.from-\[\#BAEEAD\] {
    --tw-gradient-from: #baeead var(--tw-gradient-from-position);
    --tw-gradient-to: #baeead00 var(--tw-gradient-from-position)
}

.from-emerald-50 {
    --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
    --tw-gradient-to: #ecfdf500 var(--tw-gradient-from-position)
}

.from-gray-900 {
    --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
    --tw-gradient-to: #0f172a00 var(--tw-gradient-from-position)
}

.from-indigo-600 {
    --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
    --tw-gradient-to: #4f46e500 var(--tw-gradient-from-position)
}

.from-red-600 {
    --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
    --tw-gradient-to: #dc262600 var(--tw-gradient-from-position)
}

.from-rose-50 {
    --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
    --tw-gradient-to: #fff1f200 var(--tw-gradient-from-position)
}

.from-teal-500 {
    --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
    --tw-gradient-to: #14b8a600 var(--tw-gradient-from-position)
}

.from-teal-600 {
    --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
    --tw-gradient-to: #0d948800 var(--tw-gradient-from-position)
}

.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: #fff0 var(--tw-gradient-from-position)
}

.via-white {
    --tw-gradient-via-position:;
    --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-\[\#8FCEF7\] {
    --tw-gradient-to: #8fcef7 var(--tw-gradient-to-position)
}

.to-blue-600 {
    --tw-gradient-to: #2563eb var(--tw-gradient-to-position)
}

.to-emerald-400 {
    --tw-gradient-to: #34d399 var(--tw-gradient-to-position)
}

.to-gray-900\/25 {
    --tw-gradient-to: #0f172a40 var(--tw-gradient-to-position)
}

.to-rose-400 {
    --tw-gradient-to: #fb7185 var(--tw-gradient-to-position)
}

.to-white {
    --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.fill-blue-500\/20 {
    fill: #3b82f633
}

.fill-gray-50 {
    fill: #f8fafc
}

.stroke-gray-200 {
    stroke: #e2e8f0
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-0\.5 {
    padding: .125rem
}

.p-12 {
    padding: 3rem
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-36 {
    padding-left: 9rem;
    padding-right: 9rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-24 {
    padding-top: 2rem;
    padding-bottom: 6rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pb-9 {
    padding-bottom: 2.25rem
}

.pb-px {
    padding-bottom: 1px
}

.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 2.5rem
}

.pl-14 {
    padding-left: 3.5rem
}

.pl-2 {
    padding-left: .5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-32 {
    padding-top: 8rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-64 {
    padding-top: 16rem
}

.pt-7 {
    padding-top: 1.75rem
}

.pt-\[60px\] {
    padding-top: 60px
}

.pt-\[7\%\] {
    padding-top: 7%
}

.pt-px {
    padding-top: 1px
}

.text-center {
    text-align: center
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-\[15px\] {
    font-size: 15px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg, .text-xl {
    line-height: 1.75rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.not-italic {
    font-style: normal
}

.leading-10 {
    line-height: 2.5rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-8 {
    line-height: 2rem
}

.leading-relaxed {
    line-height: 1.625
}

.leading-tight {
    line-height: 1.25
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-wide {
    letter-spacing: .025em
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105/var(--tw-text-opacity))
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105/var(--tw-text-opacity))
}

.hover\:text-gray-700:hover, .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85/var(--tw-text-opacity))
}

.hover\:text-gray-900:hover, .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity))
}

.text-gray-900\/40 {
    color: #0f172a66
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128/var(--tw-text-opacity))
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74/var(--tw-text-opacity))
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity))
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity))
}

.text-rose-600\/80 {
    color: #e11d48cc
}

.text-transparent {
    color: #0000
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-white\/90 {
    color: #ffffffe6
}

.opacity-25 {
    opacity: .25
}

.opacity-30 {
    opacity: .3
}

.hover\:opacity-50:hover, .opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-80 {
    opacity: .8
}

.mix-blend-multiply {
    mix-blend-mode: multiply
}

.shadow {
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px #00000040;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.hover\:shadow-xl:hover, .shadow-xl {
    --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)
}

.ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-inset:focus, .ring-inset {
    --tw-ring-inset: inset
}

.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity))
}

.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 213 225/var(--tw-ring-opacity))
}

.ring-gray-400\/10 {
    --tw-ring-color: #94a3b81a
}

.ring-gray-900\/10 {
    --tw-ring-color: #0f172a1a
}

.ring-white\/10 {
    --tw-ring-color: #ffffff1a
}

.ring-opacity-5 {
    --tw-ring-opacity: 0.05
}

.blur-2xl {
    --tw-blur: blur(40px)
}

.blur-2xl, .blur-3xl {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-3xl {
    --tw-blur: blur(64px)
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-all {
    transition-property: all
}

.transition-opacity {
    transition-property: opacity
}

.transition-transform {
    transition-property: transform
}

.duration-200 {
    transition-duration: .2s
}

.\[mask-image\:radial-gradient\(40rem_40rem_at_center\2c white\2c transparent\)\] {
    -webkit-mask-image: radial-gradient(40rem 40rem at center, #fff, #0000);
    mask-image: radial-gradient(40rem 40rem at center, #fff, #0000)
}

.\[mask-image\:radial-gradient\(closest-side\2c white\2c transparent\)\] {
    -webkit-mask-image: radial-gradient(closest-side, #fff, #0000);
    mask-image: radial-gradient(closest-side, #fff, #0000)
}

.placeholder\:text-gray-400::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.placeholder\:text-gray-400::placeholder {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.after\:bg-primary:after {
    content: var(--tw-content);
    background-color: rgb(185 28 28/var(--tw-bg-opacity))
}

.hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem
}

.hover\:bg-blue-600\/90:hover {
    background-color: #2563ebe6
}

.focus\:text-blue-700:focus, .hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgb(29 78 216/var(--tw-text-opacity))
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(185 28 28/var(--tw-text-opacity))
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover\:opacity-75:hover {
    opacity: .75
}

.hover\:opacity-90:hover {
    opacity: .9
}

.focus\:outline-none:focus {
    outline: #0000 solid 2px;
    outline-offset: 2px
}

.focus\:ring-2:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246/var(--tw-ring-opacity))
}

.focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235/var(--tw-ring-opacity))
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
}

.group:hover .group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem
}

.prose-a\:text-primary :is(:where(a):not(:where([class~=not-prose] *))) {
    --tw-text-opacity: 1;
    color: rgb(185 28 28/var(--tw-text-opacity))
}

@media not all and (min-width: 1024px) {
    .breadcrumbs, .max-lg\:justify-center {
        justify-content: center
    }

    .max-lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .max-lg\:-mb-16 {
        margin-bottom: -4rem
    }

    .max-lg\:justify-between {
        justify-content: space-between
    }

    .max-lg\:border-t {
        border-top-width: 1px
    }

    .max-lg\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgb(226 232 240/var(--tw-border-opacity))
    }

    .max-lg\:text-center {
        text-align: center
    }
}

@media not all and (min-width: 768px) {
    .max-md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .max-md\:hidden {
        display: none
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:-mb-6 {
        margin-bottom: -1.5rem
    }

    .max-sm\:mt-5 {
        margin-top: 1.25rem
    }

    .max-sm\:pt-6 {
        padding-top: 1.5rem
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }

    .sm\:left-full {
        left: 100%
    }

    .sm\:col-span-1 {
        grid-column: span 1/span 1
    }

    .sm\:col-span-11 {
        grid-column: span 11/span 11
    }

    .sm\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .sm\:-ml-80 {
        margin-left: -20rem
    }

    .sm\:-mt-44 {
        margin-top: -11rem
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }

    .sm\:ml-0 {
        margin-left: 0
    }

    .sm\:mr-0 {
        margin-right: 0
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mt-12 {
        margin-top: 3rem
    }

    .sm\:mt-14 {
        margin-top: 3.5rem
    }

    .sm\:mt-16 {
        margin-top: 4rem
    }

    .sm\:mt-20 {
        margin-top: 5rem
    }

    .sm\:mt-24 {
        margin-top: 6rem
    }

    .sm\:mt-40 {
        margin-top: 10rem
    }

    .sm\:mt-5 {
        margin-top: 1.25rem
    }

    .sm\:mt-6 {
        margin-top: 1.5rem
    }

    .sm\:mt-7 {
        margin-top: 1.75rem
    }

    .sm\:flex {
        display: flex
    }

    .sm\:grid {
        display: grid
    }

    .sm\:aspect-\[2\/1\] {
        aspect-ratio: 2/1
    }

    .sm\:h-10 {
        height: 2.5rem
    }

    .sm\:w-\[52rem\] {
        width: 52rem
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:max-w-lg {
        max-width: 32rem
    }

    .sm\:max-w-md {
        max-width: 28rem
    }

    .sm\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .sm\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:gap-1 {
        gap: .25rem
    }

    .sm\:gap-1\.5 {
        gap: .375rem
    }

    .sm\:gap-3 {
        gap: .75rem
    }

    .sm\:gap-6 {
        gap: 1.5rem
    }

    .sm\:gap-8 {
        gap: 2rem
    }

    .sm\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .sm\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .sm\:gap-y-0 {
        row-gap: 0
    }

    .sm\:gap-y-16 {
        row-gap: 4rem
    }

    .sm\:gap-y-20 {
        row-gap: 5rem
    }

    .sm\:gap-y-24 {
        row-gap: 6rem
    }

    .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))
    }

    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse))
    }

    .sm\:rounded-3xl {
        border-radius: 1.5rem
    }

    .sm\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .sm\:p-10 {
        padding: 2.5rem
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .sm\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .sm\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .sm\:pb-16 {
        padding-bottom: 4rem
    }

    .sm\:pb-24 {
        padding-bottom: 6rem
    }

    .sm\:pb-32 {
        padding-bottom: 8rem
    }

    .sm\:pb-40 {
        padding-bottom: 10rem
    }

    .sm\:pb-8 {
        padding-bottom: 2rem
    }

    .sm\:pl-20 {
        padding-left: 5rem
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:pt-16 {
        padding-top: 4rem
    }

    .sm\:pt-20 {
        padding-top: 5rem
    }

    .sm\:pt-24 {
        padding-top: 6rem
    }

    .sm\:pt-52 {
        padding-top: 13rem
    }

    .sm\:pt-80 {
        padding-top: 20rem
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:text-lg {
        font-size: 1.125rem
    }

    .sm\:text-lg, .sm\:text-xl {
        line-height: 1.75rem
    }

    .sm\:text-xl {
        font-size: 1.25rem
    }

    .sm\:leading-6 {
        line-height: 1.5rem
    }
}

@media (min-width: 768px) {
    .navigation.pagination {
        grid-column: span 2/span 2;
        padding-top: 4rem
    }

    .md\:text-lg, .navigation.pagination .nav-links {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:text-base, .navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .submit-wrap input.ninja-forms-field {
        gap: .75rem !important
    }

    .breadcrumbs {
        padding-bottom: 1.5rem;
        font-size: 1rem;
        line-height: 1.5rem
    }

    .container {
        max-width: 768px
    }

    .md\:-top-\[85px\] {
        top: -85px
    }

    .md\:top-4 {
        top: 1rem
    }

    .md\:top-\[85px\] {
        top: 85px
    }

    .md\:col-span-3 {
        grid-column: span 3/span 3
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .md\:-mb-16 {
        margin-bottom: -4rem
    }

    .md\:-mt-12 {
        margin-top: -3rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:mt-14 {
        margin-top: 3.5rem
    }

    .md\:mt-16 {
        margin-top: 4rem
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:mt-2\.5 {
        margin-top: .625rem
    }

    .md\:mt-24 {
        margin-top: 6rem
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:h-10 {
        height: 2.5rem
    }

    .md\:h-12 {
        height: 3rem
    }

    .md\:h-8 {
        height: 2rem
    }

    .md\:h-\[88px\] {
        height: 88px
    }

    .md\:w-auto {
        width: auto
    }

    .md\:max-w-2xl {
        max-width: 42rem
    }

    .md\:max-w-3xl {
        max-width: 48rem
    }

    .md\:max-w-lg {
        max-width: 32rem
    }

    .md\:flex-1 {
        flex: 1 1 0%
    }

    .md\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:gap-3 {
        gap: .75rem
    }

    .md\:gap-9 {
        gap: 2.25rem
    }

    .md\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }

    .md\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .md\:gap-y-6 {
        row-gap: 1.5rem
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .md\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .md\:pt-14 {
        padding-top: 3.5rem
    }

    .md\:pt-24 {
        padding-top: 6rem
    }

    .md\:pt-\[55px\] {
        padding-top: 55px
    }

    .md\:pt-\[75px\] {
        padding-top: 75px
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .md\:text-5xl {
        font-size: 3rem
    }

    .md\:text-5xl, .md\:text-6xl {
        line-height: 1
    }

    .md\:text-6xl {
        font-size: 3.75rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1024px) {
    .navigation.pagination {
        grid-column: span 3/span 3
    }

    .container {
        max-width: 1024px
    }

    .lg\:sticky {
        position: sticky
    }

    .lg\:-inset-x-8 {
        left: -2rem;
        right: -2rem
    }

    .lg\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem
    }

    .lg\:-top-\[10\%\] {
        top: -10%
    }

    .lg\:bottom-\[-12rem\] {
        bottom: -12rem
    }

    .lg\:left-1\/2 {
        left: 50%
    }

    .lg\:left-6 {
        left: 1.5rem
    }

    .lg\:right-6 {
        right: 1.5rem
    }

    .lg\:top-16 {
        top: 4rem
    }

    .lg\:top-4 {
        top: 1rem
    }

    .lg\:top-auto {
        top: auto
    }

    .lg\:order-first {
        order: -9999
    }

    .lg\:order-last {
        order: 9999
    }

    .lg\:col-span-12 {
        grid-column: span 12/span 12
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:col-span-6 {
        grid-column: span 6/span 6
    }

    .lg\:col-start-1 {
        grid-column-start: 1
    }

    .lg\:col-start-2 {
        grid-column-start: 2
    }

    .lg\:row-span-2 {
        grid-row: span 2/span 2
    }

    .lg\:row-span-4 {
        grid-row: span 4/span 4
    }

    .lg\:row-start-1 {
        grid-row-start: 1
    }

    .lg\:row-start-2 {
        grid-row-start: 2
    }

    .lg\:row-start-3 {
        grid-row-start: 3
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mr-auto, .lg\:mx-auto {
        margin-right: auto
    }

    .lg\:ml-auto, .lg\:mx-auto {
        margin-left: auto
    }

    .lg\:-mt-24 {
        margin-top: -6rem
    }

    .lg\:-mt-6 {
        margin-top: -1.5rem
    }

    .lg\:mb-16 {
        margin-bottom: 4rem
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:mt-16 {
        margin-top: 4rem
    }

    .lg\:mt-24 {
        margin-top: 6rem
    }

    .lg\:mt-7 {
        margin-top: 1.75rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:aspect-\[3\/2\] {
        aspect-ratio: 3/2
    }

    .lg\:h-\[calc\(100\%_\+_20\%\)\] {
        height: 120%
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:w-\[64rem\] {
        width: 64rem
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:max-w-2xl {
        max-width: 42rem
    }

    .lg\:max-w-4xl {
        max-width: 56rem
    }

    .lg\:max-w-7xl {
        max-width: 80rem
    }

    .lg\:max-w-lg {
        max-width: 32rem
    }

    .lg\:max-w-md {
        max-width: 28rem
    }

    .lg\:max-w-none {
        max-width: none
    }

    .lg\:flex-auto {
        flex: 1 1 auto
    }

    .lg\:shrink-0 {
        flex-shrink: 0
    }

    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%
    }

    .lg\:-translate-x-1\/2, .lg\:translate-y-0 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:translate-y-0 {
        --tw-translate-y: 0px
    }

    .lg\:transform-gpu {
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:grid-cols-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-end {
        align-items: flex-end
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:gap-24 {
        gap: 6rem
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .lg\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }

    .lg\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }

    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .lg\:gap-y-0 {
        row-gap: 0
    }

    .lg\:gap-y-10 {
        row-gap: 2.5rem
    }

    .lg\:gap-y-16 {
        row-gap: 4rem
    }

    .lg\:overflow-hidden {
        overflow: hidden
    }

    .lg\:overflow-visible {
        overflow: visible
    }

    .lg\:overflow-y-visible {
        overflow-y: visible
    }

    .lg\:rounded-bl-none {
        border-bottom-left-radius: 0
    }

    .lg\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem
    }

    .lg\:border-t {
        border-top-width: 1px
    }

    .lg\:border-white\/10 {
        border-color: #ffffff1a
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .lg\:pb-12 {
        padding-bottom: 3rem
    }

    .lg\:pb-20 {
        padding-bottom: 5rem
    }

    .lg\:pb-8 {
        padding-bottom: 2rem
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pl-4 {
        padding-left: 1rem
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pt-10 {
        padding-top: 2.5rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pt-36 {
        padding-top: 9rem
    }

    .lg\:pt-4 {
        padding-top: 1rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-\[66px\] {
        font-size: 66px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }

    .xl\:order-none {
        order: 0
    }

    .xl\:col-span-12 {
        grid-column: span 12/span 12
    }

    .xl\:col-span-5 {
        grid-column: span 5/span 5
    }

    .xl\:col-span-7 {
        grid-column: span 7/span 7
    }

    .xl\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .xl\:-mt-56 {
        margin-top: -14rem
    }

    .xl\:mr-0 {
        margin-right: 0
    }

    .xl\:w-80 {
        width: 20rem
    }

    .xl\:max-w-2xl {
        max-width: 42rem
    }

    .xl\:max-w-7xl {
        max-width: 80rem
    }

    .xl\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .xl\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .xl\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem
    }

    .xl\:rounded-3xl {
        border-radius: 1.5rem
    }

    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .xl\:pb-10 {
        padding-bottom: 2.5rem
    }

    .xl\:pt-80 {
        padding-top: 20rem
    }

    .xl\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }

    .\32xl\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .\32xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

a, hr {
    color: inherit
}

.ph-fill, button, select {
    text-transform: none
}

blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, menu, ol, p, pre, ul {
    margin: 0
}

.prose, .prose-neutral {
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-bg: #00000080
}

.absolute, .sr-only {
    position: absolute
}

.border-collapse, table {
    border-collapse: collapse
}

.breadcrumbs, .gap-y-1 {
    row-gap: .25rem
}

.overflow-hidden, .sr-only {
    overflow: hidden
}

.from-\[\#BAEEAD\], .from-emerald-50, .from-gray-900, .from-indigo-600, .from-red-600, .from-rose-50, .from-teal-500, .from-teal-600, .from-white {
    --tw-gradient-from-position:;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to-position:
}

.from-\[\#BAEEAD\], .from-emerald-50, .from-gray-900, .from-indigo-600, .from-red-600, .from-rose-50, .from-teal-500, .from-teal-600, .from-white, .to-\[\#8FCEF7\], .to-blue-600, .to-emerald-400, .to-gray-900\/25, .to-rose-400, .to-white, .via-white {
    --tw-gradient-to-position:
}

.transition, .transition-all, .transition-opacity, .transition-transform, a, button, input {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.after\:bg-primary:after, .bg-blue-100, .bg-blue-600, .bg-gray-100, .bg-gray-50, .bg-gray-900, body {
    --tw-bg-opacity: 1
}

.border-gray-200, .border-gray-300, .border-green-400, .border-red-400, .hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
}

.breadcrumbs li a:hover, .hover\:underline:hover {
    text-decoration-line: underline
}

/*! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com*/
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

[type=checkbox], [type=file] {
    border-radius: 0
}

:after, :before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Grosa, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    scroll-behavior: smooth;
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity));
    letter-spacing: -.02em
}

body {
    line-height: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    text-decoration: inherit
}

table {
    text-indent: 0;
    border-color: inherit
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

menu, ol, ul {
    list-style: none;
    padding: 0
}

[role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}

img, video {
    max-width: 100%;
    height: auto
}

.blog-post > p > a:nth-child(2), .hidden, [hidden], [x-cloak] {
    display: none
}

.form-input, .form-multiselect, .form-select, .form-textarea, [multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #64748b;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000
}

.form-input:focus, .form-multiselect:focus, .form-select:focus, .form-textarea:focus, [multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
    outline: #0000 solid 2px;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb
}

.focus\:ring-2:focus, [type=checkbox]:focus, [type=radio]:focus {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #64748b;
    opacity: 1
}

input::placeholder, textarea::placeholder {
    color: #64748b;
    opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-date-and-time-value {
    min-height: 1.5em
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-meridiem-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0
}

[type=checkbox], [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #64748b;
    border-width: 1px;
    --tw-shadow: 0 0 #0000
}

[type=radio] {
    border-radius: 100%
}

[type=checkbox]:focus, [type=radio]:focus {
    outline: #0000 solid 2px;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/
    );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

.hover\:shadow-xl:hover, .shadow, .shadow-2xl, .shadow-lg, .shadow-md, .shadow-sm, .shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

[type=checkbox]:checked, [type=radio]:checked {
    border-color: #0000;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")
}

[type=radio]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}

[type=checkbox]:checked:focus, [type=checkbox]:checked:hover, [type=checkbox]:indeterminate, [type=radio]:checked:focus, [type=radio]:checked:hover {
    border-color: #0000;
    background-color: currentColor
}

[type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

[type=checkbox]:indeterminate:focus, [type=checkbox]:indeterminate:hover {
    border-color: #0000;
    background-color: currentColor
}

[type=file] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit
}

[type=file]:focus {
    outline: ButtonText solid 1px;
    outline: -webkit-focus-ring-color auto 1px
}

*, ::backdrop, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:
}

.focus\:ring-2:focus, .ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)
}

body {
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    font-family: Grosa, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.transition, a, button, input {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter
}

.font-bold, strong {
    font-weight: 700
}

#menu-nav-desktop ul > li.current-menu-item:not(.menu-item-has-children) a, #menu-nav-desktop ul > li > ul .current-menu-item a, #menu-nav-mobile .current-menu-item:not(.menu-item-has-children) a {
    --tw-border-opacity: 1 !important;
    border-color: rgb(37 99 235/var(--tw-border-opacity)) !important;
    font-weight: 500 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(15 23 42/var(--tw-text-opacity)) !important
}

.prose h1, .prose h1 span, .prose h2, .prose h2 span, .prose h3, .prose h3 span, .prose h4, .prose h4 span, .prose h5, .prose h5 span, .prose h6, .prose h6 span {
    font-weight: 700 !important
}

.form-disclaimer {
    font-size: .75rem !important;
    line-height: 1rem !important
}

.breadcrumbs, .navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev, .text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.hero-angle {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)
}

.section-angle {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%)
}

@media only screen and (min-width: 640px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
        clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%)
    }
}

@media only screen and (min-width: 768px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%)
    }
}

@media only screen and (min-width: 1024px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 13%, 100% 0, 100% 87%, 0 100%);
        clip-path: polygon(0 13%, 100% 0, 100% 87%, 0 100%)
    }
}

@media only screen and (min-width: 1280px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
        clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%)
    }
}

@media only screen and (min-width: 1536px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
        clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%)
    }
}

#comments, .navigation.post-navigation {
    display: none !important
}

.breadcrumbs li, .entry-content strong, .page-content strong, .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59/var(--tw-text-opacity))
}

.prose a {
    --tw-text-opacity: 1 !important;
    color: rgb(29 78 216/var(--tw-text-opacity)) !important
}

.breadcrumbs li a, .focus\:text-blue-600:focus, .group:hover .group-hover\:text-blue-600, .hover\:text-blue-600:hover, .text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.container, .w-full {
    width: 100%
}

.prose {
    color: var(--tw-prose-body);
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500
}

.prose :where(strong):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}

.prose :where(a strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(ol):not(:where([class~=not-prose] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
    border-bottom: none
}

.prose :where(blockquote):not(:where([class~=not-prose] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
    border-left: .25rem solid var(--tw-prose-quote-borders)
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
    font-weight: 900;
    color: inherit
}

.prose :where(h2):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
    font-weight: 800;
    color: inherit
}

.prose :where(h3):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(h4):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: .875em
}

.prose :where(code):not(:where([class~=not-prose] *)):before {
    content: "`"
}

.prose :where(code):not(:where([class~=not-prose] *)):after {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding: .8571429em 1.1428571em
}

.prose :where(pre code):not(:where([class~=not-prose] *)) {
    background-color: initial;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose :where(pre code):not(:where([class~=not-prose] *)):before {
    content: none
}

.prose :where(pre code):not(:where([class~=not-prose] *)):after {
    content: none
}

.prose :where(table):not(:where([class~=not-prose] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose :where(thead):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose] *)) {
    vertical-align: initial
}

.prose :where(tfoot):not(:where([class~=not-prose] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~=not-prose] *)) {
    vertical-align: top
}

.prose :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose :where(blockquote>cite):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-body);
    font-style: normal;
    font-weight: 400
}

.prose :where(blockquote>cite):not(:where([class~=not-prose] *)):before {
    content: "\2014"
}

.prose-sm {
    font-size: .875rem;
    line-height: 1.7142857
}

.prose-sm :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em
}

.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-sm :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em
}

.prose-sm :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: .8em;
    line-height: 1.2
}

.prose-sm :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: .8em;
    line-height: 1.4
}

.prose-sm :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-sm :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.4285714em;
    margin-bottom: .5714286em;
    line-height: 1.4285714
}

.prose-sm :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-sm :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.3333333;
    margin-top: .6666667em
}

.prose-sm :where(code):not(:where([class~=not-prose] *)) {
    font-size: .8571429em
}

.prose-sm :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-sm :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-sm :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: .25rem;
    padding: .6666667em 1em
}

.prose-sm :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em
}

.prose-sm :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em
}

.prose-sm :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .2857143em;
    margin-bottom: .2857143em
}

.prose-sm :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(.prose-sm>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose-sm>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(.prose-sm>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose-sm>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em
}

.prose-sm :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(table):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.5
}

.prose-sm :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: 1em;
    padding-bottom: .6666667em;
    padding-left: 1em
}

.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.p-0, .sr-only {
    padding: 0
}

.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-neutral {
    --tw-prose-body: #404040;
    --tw-prose-headings: #171717;
    --tw-prose-lead: #525252;
    --tw-prose-links: #171717;
    --tw-prose-bold: #171717;
    --tw-prose-counters: #737373;
    --tw-prose-bullets: #d4d4d4;
    --tw-prose-hr: #e5e5e5;
    --tw-prose-quotes: #171717;
    --tw-prose-quote-borders: #e5e5e5;
    --tw-prose-captions: #737373;
    --tw-prose-code: #171717;
    --tw-prose-pre-code: #e5e5e5;
    --tw-prose-pre-bg: #262626;
    --tw-prose-th-borders: #d4d4d4;
    --tw-prose-td-borders: #e5e5e5;
    --tw-prose-invert-body: #d4d4d4;
    --tw-prose-invert-lead: #a3a3a3;
    --tw-prose-invert-counters: #a3a3a3;
    --tw-prose-invert-bullets: #525252;
    --tw-prose-invert-hr: #404040;
    --tw-prose-invert-quotes: #f5f5f5;
    --tw-prose-invert-quote-borders: #404040;
    --tw-prose-invert-captions: #a3a3a3;
    --tw-prose-invert-pre-code: #d4d4d4;
    --tw-prose-invert-th-borders: #525252;
    --tw-prose-invert-td-borders: #404040
}

.entry-content > .alignfull, .max-w-none {
    max-width: none
}

.sr-only {
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.mr-auto, .mx-auto {
    margin-right: auto
}

.pointer-events-none {
    pointer-events: none
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-inset-4 {
    inset: -1rem
}

.inset-0 {
    inset: 0
}

.-inset-x-20 {
    left: -5rem;
    right: -5rem
}

.inset-x-0 {
    left: 0;
    right: 0
}

.-left-2 {
    left: -.5rem
}

.-top-1 {
    top: -.25rem
}

.-top-12 {
    top: -3rem
}

.-top-3 {
    top: -.75rem
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-12 {
    left: 3rem
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-2 {
    top: .5rem
}

.top-full {
    top: 100%
}

.isolate {
    isolation: isolate
}

.-z-10 {
    z-index: -10
}

.-z-20 {
    z-index: -20
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-50 {
    z-index: 50
}

.col-span-2 {
    grid-column: span 2/span 2
}

.mx-auto {
    margin-left: auto
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.-mb-1 {
    margin-bottom: -.25rem
}

.-ml-12 {
    margin-left: -3rem
}

.-mt-12 {
    margin-top: -3rem
}

.mb-3 {
    margin-bottom: .75rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-auto {
    margin-left: auto
}

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.h-11 {
    height: 2.75rem
}

.h-32 {
    height: 8rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-80 {
    height: 20rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.w-11 {
    width: 2.75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-auto {
    width: auto
}

.min-w-full {
    min-width: 100%
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-xl {
    max-width: 36rem
}

.flex-none {
    flex: none
}

.flex-shrink-0 {
    flex-shrink: 0
}

.origin-top {
    transform-origin: top
}

.-translate-x-1\/2, .-translate-y-1\/2, .group:hover .group-hover\:translate-x-1, .hover\:-translate-y-2:hover, .rotate-180 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-y-10 {
    row-gap: 2.5rem
}

.gap-y-12 {
    row-gap: 3rem
}

.gap-y-16 {
    row-gap: 4rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.overflow-visible {
    overflow: visible
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.border {
    border-width: 1px
}

.border-t, .border-y {
    border-top-width: 1px
}

.border-b, .border-y {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-t-2 {
    border-top-width: 2px
}

.border-gray-200 {
    border-color: rgb(226 232 240/var(--tw-border-opacity))
}

.border-gray-300 {
    border-color: rgb(203 213 225/var(--tw-border-opacity))
}

.border-gray-900\/10 {
    border-color: #0f172a1a
}

.border-transparent {
    border-color: #0000
}

.bg-gray-100 {
    background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.bg-gray-900 {
    background-color: rgb(15 23 42/var(--tw-bg-opacity))
}

.bg-gray-900\/5 {
    background-color: #0f172a0d
}

.bg-white, .hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-opacity-75 {
    --tw-bg-opacity: 0.75
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}

.from-emerald-50 {
    --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
    --tw-gradient-to: #ecfdf500 var(--tw-gradient-from-position)
}

.from-gray-900 {
    --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
    --tw-gradient-to: #0f172a00 var(--tw-gradient-from-position)
}

.from-indigo-600 {
    --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
    --tw-gradient-to: #4f46e500 var(--tw-gradient-from-position)
}

.from-red-600 {
    --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
    --tw-gradient-to: #dc262600 var(--tw-gradient-from-position)
}

.from-rose-50 {
    --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
    --tw-gradient-to: #fff1f200 var(--tw-gradient-from-position)
}

.from-teal-500 {
    --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
    --tw-gradient-to: #14b8a600 var(--tw-gradient-from-position)
}

.from-teal-600 {
    --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
    --tw-gradient-to: #0d948800 var(--tw-gradient-from-position)
}

.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: #fff0 var(--tw-gradient-from-position)
}

.via-white {
    --tw-gradient-via-position:;
    --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-blue-600 {
    --tw-gradient-to: #2563eb var(--tw-gradient-to-position)
}

.to-emerald-400 {
    --tw-gradient-to: #34d399 var(--tw-gradient-to-position)
}

.to-gray-900\/25 {
    --tw-gradient-to: #0f172a40 var(--tw-gradient-to-position)
}

.to-rose-400 {
    --tw-gradient-to: #fb7185 var(--tw-gradient-to-position)
}

.to-white {
    --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.fill-blue-500\/20 {
    fill: #3b82f633
}

.fill-gray-50 {
    fill: #f8fafc
}

.stroke-gray-200 {
    stroke: #e2e8f0
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-12 {
    padding: 3rem
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-8 {
    padding: 2rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-36 {
    padding-left: 9rem;
    padding-right: 9rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-24 {
    padding-top: 2rem;
    padding-bottom: 6rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-9 {
    padding-bottom: 2.25rem
}

.pl-10 {
    padding-left: 2.5rem
}

.pl-14 {
    padding-left: 3.5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-64 {
    padding-top: 16rem
}

.pt-7 {
    padding-top: 1.75rem
}

.text-center {
    text-align: center
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg, .text-xl {
    line-height: 1.75rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.not-italic {
    font-style: normal
}

.leading-10 {
    line-height: 2.5rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-8 {
    line-height: 2rem
}

.leading-relaxed {
    line-height: 1.625
}

.leading-tight {
    line-height: 1.25
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-wide {
    letter-spacing: .025em
}

.text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105/var(--tw-text-opacity))
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105/var(--tw-text-opacity))
}

.hover\:text-gray-700:hover, .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85/var(--tw-text-opacity))
}

.hover\:text-gray-900:hover, .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity))
}

.text-gray-900\/40 {
    color: #0f172a66
}

.text-rose-600\/80 {
    color: #e11d48cc
}

.text-transparent {
    color: #0000
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-white\/90 {
    color: #ffffffe6
}

.opacity-25 {
    opacity: .25
}

.opacity-30 {
    opacity: .3
}

.hover\:opacity-50:hover, .opacity-50 {
    opacity: .5
}

.opacity-80 {
    opacity: .8
}

.mix-blend-multiply {
    mix-blend-mode: multiply
}

.shadow {
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px #00000040;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.hover\:shadow-xl:hover, .shadow-xl {
    --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)
}

.ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-inset:focus, .ring-inset {
    --tw-ring-inset: inset
}

.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity))
}

.ring-gray-400\/10 {
    --tw-ring-color: #94a3b81a
}

.ring-gray-900\/10 {
    --tw-ring-color: #0f172a1a
}

.ring-white\/10 {
    --tw-ring-color: #ffffff1a
}

.ring-opacity-5 {
    --tw-ring-opacity: 0.05
}

.blur-2xl {
    --tw-blur: blur(40px)
}

.blur-2xl, .blur-3xl {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-3xl {
    --tw-blur: blur(64px)
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-all {
    transition-property: all
}

.transition-opacity {
    transition-property: opacity
}

.transition-transform {
    transition-property: transform
}

.duration-200 {
    transition-duration: .2s
}

.hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem
}

.hover\:opacity-90:hover {
    opacity: .9
}

.focus\:outline-none:focus {
    outline: #0000 solid 2px;
    outline-offset: 2px
}

.focus\:ring-2:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246/var(--tw-ring-opacity))
}

.focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235/var(--tw-ring-opacity))
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
}

.group:hover .group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem
}

@media not all and (min-width: 1024px) {
    .breadcrumbs, .max-lg\:justify-center {
        justify-content: center
    }

    .max-lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .max-lg\:-mb-16 {
        margin-bottom: -4rem
    }

    .max-lg\:justify-between {
        justify-content: space-between
    }

    .max-lg\:border-t {
        border-top-width: 1px
    }

    .max-lg\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgb(226 232 240/var(--tw-border-opacity))
    }

    .max-lg\:text-center {
        text-align: center
    }
}

@media not all and (min-width: 768px) {
    .max-md\:col-span-2 {
        grid-column: span 2/span 2
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:-mb-6 {
        margin-bottom: -1.5rem
    }

    .max-sm\:mt-5 {
        margin-top: 1.25rem
    }

    .max-sm\:pt-6 {
        padding-top: 1.5rem
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }

    .sm\:left-full {
        left: 100%
    }

    .sm\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .sm\:-ml-80 {
        margin-left: -20rem
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mt-14 {
        margin-top: 3.5rem
    }

    .sm\:mt-20 {
        margin-top: 5rem
    }

    .sm\:mt-24 {
        margin-top: 6rem
    }

    .sm\:mt-5 {
        margin-top: 1.25rem
    }

    .sm\:mt-6 {
        margin-top: 1.5rem
    }

    .sm\:flex {
        display: flex
    }

    .sm\:grid {
        display: grid
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:max-w-lg {
        max-width: 32rem
    }

    .sm\:max-w-md {
        max-width: 28rem
    }

    .sm\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .sm\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:gap-3 {
        gap: .75rem
    }

    .sm\:gap-8 {
        gap: 2rem
    }

    .sm\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .sm\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .sm\:gap-y-0 {
        row-gap: 0
    }

    .sm\:gap-y-16 {
        row-gap: 4rem
    }

    .sm\:gap-y-20 {
        row-gap: 5rem
    }

    .sm\:gap-y-24 {
        row-gap: 6rem
    }

    .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))
    }

    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .sm\:rounded-3xl {
        border-radius: 1.5rem
    }

    .sm\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .sm\:p-10 {
        padding: 2.5rem
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .sm\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .sm\:pb-24 {
        padding-bottom: 6rem
    }

    .sm\:pb-32 {
        padding-bottom: 8rem
    }

    .sm\:pt-16 {
        padding-top: 4rem
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:text-lg, .sm\:text-xl {
        line-height: 1.75rem
    }

    .sm\:text-xl {
        font-size: 1.25rem
    }
}

@media (min-width: 768px) {
    .navigation.pagination {
        grid-column: span 2/span 2;
        padding-top: 4rem
    }

    .md\:text-lg, .navigation.pagination .nav-links {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:text-base, .navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:top-4 {
        top: 1rem
    }

    .md\:col-span-3 {
        grid-column: span 3/span 3
    }

    .md\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:mt-24 {
        margin-top: 6rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:h-10 {
        height: 2.5rem
    }

    .md\:h-8 {
        height: 2rem
    }

    .md\:w-auto {
        width: auto
    }

    .md\:max-w-2xl {
        max-width: 42rem
    }

    .md\:max-w-lg {
        max-width: 32rem
    }

    .md\:flex-1 {
        flex: 1 1 0%
    }

    .md\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:gap-3 {
        gap: .75rem
    }

    .md\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }

    .md\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .md\:gap-y-6 {
        row-gap: 1.5rem
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem
    }

    .md\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .md\:pt-14 {
        padding-top: 3.5rem
    }

    .md\:pt-24 {
        padding-top: 6rem
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .md\:text-5xl, .md\:text-6xl {
        line-height: 1
    }

    .md\:text-6xl {
        font-size: 3.75rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width: 1024px) {
    .navigation.pagination {
        grid-column: span 3/span 3
    }

    .lg\:sticky {
        position: sticky
    }

    .lg\:-inset-x-8 {
        left: -2rem;
        right: -2rem
    }

    .lg\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem
    }

    .lg\:left-1\/2 {
        left: 50%
    }

    .lg\:top-16 {
        top: 4rem
    }

    .lg\:top-4 {
        top: 1rem
    }

    .lg\:top-auto {
        top: auto
    }

    .lg\:order-last {
        order: 9999
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:col-span-6 {
        grid-column: span 6/span 6
    }

    .lg\:col-start-1 {
        grid-column-start: 1
    }

    .lg\:col-start-2 {
        grid-column-start: 2
    }

    .lg\:row-span-2 {
        grid-row: span 2/span 2
    }

    .lg\:row-span-4 {
        grid-row: span 4/span 4
    }

    .lg\:row-start-1 {
        grid-row-start: 1
    }

    .lg\:row-start-2 {
        grid-row-start: 2
    }

    .lg\:row-start-3 {
        grid-row-start: 3
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mr-auto, .lg\:mx-auto {
        margin-right: auto
    }

    .lg\:ml-auto, .lg\:mx-auto {
        margin-left: auto
    }

    .lg\:-mt-6 {
        margin-top: -1.5rem
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:mt-16 {
        margin-top: 4rem
    }

    .lg\:mt-24 {
        margin-top: 6rem
    }

    .lg\:mt-7 {
        margin-top: 1.75rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:flex {
        display: flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:max-w-4xl {
        max-width: 56rem
    }

    .lg\:max-w-7xl {
        max-width: 80rem
    }

    .lg\:max-w-lg {
        max-width: 32rem
    }

    .lg\:max-w-md {
        max-width: 28rem
    }

    .lg\:max-w-none {
        max-width: none
    }

    .lg\:flex-auto {
        flex: 1 1 auto
    }

    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%
    }

    .lg\:-translate-x-1\/2, .lg\:translate-y-0 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:translate-y-0 {
        --tw-translate-y: 0px
    }

    .lg\:transform-gpu {
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:grid-cols-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-end {
        align-items: flex-end
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .lg\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }

    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .lg\:gap-y-0 {
        row-gap: 0
    }

    .lg\:gap-y-10 {
        row-gap: 2.5rem
    }

    .lg\:gap-y-16 {
        row-gap: 4rem
    }

    .lg\:overflow-hidden {
        overflow: hidden
    }

    .lg\:overflow-visible {
        overflow: visible
    }

    .lg\:overflow-y-visible {
        overflow-y: visible
    }

    .lg\:rounded-bl-none {
        border-bottom-left-radius: 0
    }

    .lg\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem
    }

    .lg\:border-t {
        border-top-width: 1px
    }

    .lg\:border-white\/10 {
        border-color: #ffffff1a
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .lg\:pb-12 {
        padding-bottom: 3rem
    }

    .lg\:pb-8 {
        padding-bottom: 2rem
    }

    .lg\:pl-4 {
        padding-left: 1rem
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pt-10 {
        padding-top: 2.5rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pt-4 {
        padding-top: 1rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }

    .xl\:col-span-5 {
        grid-column: span 5/span 5
    }

    .xl\:col-span-7 {
        grid-column: span 7/span 7
    }

    .xl\:mr-0 {
        margin-right: 0
    }

    .xl\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .xl\:pb-10 {
        padding-bottom: 2.5rem
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

/*!
Theme Name: Protelmorexium
*/
a, hr {
    color: inherit
}

.ph-fill, button, select {
    text-transform: none
}

progress, sub, sup {
    vertical-align: initial
}

blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, menu, ol, p, pre, ul {
    margin: 0
}

.prose, .prose-neutral {
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-bg: #00000080
}

.absolute, .sr-only {
    position: absolute
}

.border-collapse, table {
    border-collapse: collapse
}

.breadcrumbs, .gap-y-1 {
    row-gap: .25rem
}

.overflow-hidden, .sr-only {
    overflow: hidden
}

.from-\[\#BAEEAD\], .from-emerald-50, .from-gray-900, .from-indigo-600, .from-red-600, .from-rose-50, .from-teal-500, .from-teal-600, .from-white {
    --tw-gradient-from-position:;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to-position:
}

.from-\[\#BAEEAD\], .from-emerald-50, .from-gray-900, .from-indigo-600, .from-red-600, .from-rose-50, .from-teal-500, .from-teal-600, .from-white, .to-\[\#8FCEF7\], .to-blue-600, .to-emerald-400, .to-gray-900\/25, .to-rose-400, .to-white, .via-white {
    --tw-gradient-to-position:
}

.transition, .transition-all, .transition-opacity, .transition-transform, a, button, input {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.after\:bg-primary:after, .bg-blue-100, .bg-blue-600, .bg-gray-100, .bg-gray-50, .bg-gray-900, body {
    --tw-bg-opacity: 1
}

.border-gray-200, .border-gray-300, .border-green-400, .border-red-400, .hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
}

.breadcrumbs li a:hover, .hover\:underline:hover {
    text-decoration-line: underline
}

/*! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com*/
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

[type=checkbox], [type=file] {
    border-radius: 0
}

:after, :before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Grosa, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    scroll-behavior: smooth;
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity));
    letter-spacing: -.02em
}

body {
    line-height: inherit
}

hr {
    height: 0;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    text-decoration: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

fieldset, legend {
    padding: 0
}

menu, ol, ul {
    list-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

[role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}

img, video {
    max-width: 100%;
    height: auto
}

.blog-post > p > a:nth-child(2), .hidden, [hidden], [x-cloak] {
    display: none
}

.form-input, .form-multiselect, .form-select, .form-textarea, [multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #64748b;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000
}

.form-input:focus, .form-multiselect:focus, .form-select:focus, .form-textarea:focus, [multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
    outline: #0000 solid 2px;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb
}

.focus\:ring-2:focus, [type=checkbox]:focus, [type=radio]:focus {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #64748b;
    opacity: 1
}

input::placeholder, textarea::placeholder {
    color: #64748b;
    opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-date-and-time-value {
    min-height: 1.5em
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-meridiem-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0
}

select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

[multiple] {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: initial;
    padding-right: .75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset
}

[type=checkbox], [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #64748b;
    border-width: 1px;
    --tw-shadow: 0 0 #0000
}

[type=radio] {
    border-radius: 100%
}

[type=checkbox]:focus, [type=radio]:focus {
    outline: #0000 solid 2px;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/
    );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

.hover\:shadow-xl:hover, .shadow, .shadow-2xl, .shadow-lg, .shadow-md, .shadow-sm, .shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

[type=checkbox]:checked, [type=radio]:checked {
    border-color: #0000;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")
}

[type=radio]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}

[type=checkbox]:checked:focus, [type=checkbox]:checked:hover, [type=checkbox]:indeterminate, [type=radio]:checked:focus, [type=radio]:checked:hover {
    border-color: #0000;
    background-color: currentColor
}

[type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

[type=checkbox]:indeterminate:focus, [type=checkbox]:indeterminate:hover {
    border-color: #0000;
    background-color: currentColor
}

[type=file] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit
}

[type=file]:focus {
    outline: ButtonText solid 1px;
    outline: -webkit-focus-ring-color auto 1px
}

*, ::backdrop, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:
}

.focus\:ring-2:focus, .ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)
}

body {
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    font-family: Grosa, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.transition, a, button, input {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter
}

.font-bold, strong {
    font-weight: 700
}

#menu-nav-desktop ul > li.current-menu-item:not(.menu-item-has-children) a, #menu-nav-desktop ul > li > ul .current-menu-item a, #menu-nav-mobile .current-menu-item:not(.menu-item-has-children) a {
    --tw-border-opacity: 1 !important;
    border-color: rgb(37 99 235/var(--tw-border-opacity)) !important;
    font-weight: 500 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(15 23 42/var(--tw-text-opacity)) !important
}

.prose h1, .prose h1 span, .prose h2, .prose h2 span, .prose h3, .prose h3 span, .prose h4, .prose h4 span, .prose h5, .prose h5 span, .prose h6, .prose h6 span {
    font-weight: 700 !important
}

.form-disclaimer {
    font-size: .75rem !important;
    line-height: 1rem !important
}

.breadcrumbs, .navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev, .text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.navigation.pagination {
    grid-column: span 1/span 1;
    display: flex;
    justify-content: center;
    padding-top: 2.5rem
}

.navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.5rem
}

.navigation.pagination .nav-links .page-numbers {
    padding: .75rem
}

.navigation.pagination .nav-links .page-numbers.current {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.navigation.pagination .nav-links .page-numbers.prev:before {
    content: "в†ђ "
}

.navigation.pagination .nav-links .page-numbers.next:after {
    content: " в†’"
}

.hero-angle {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)
}

.section-angle {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%)
}

@media only screen and (min-width: 640px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
        clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%)
    }
}

@media only screen and (min-width: 768px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%)
    }
}

@media only screen and (min-width: 1024px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 13%, 100% 0, 100% 87%, 0 100%);
        clip-path: polygon(0 13%, 100% 0, 100% 87%, 0 100%)
    }
}

@media only screen and (min-width: 1280px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
        clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%)
    }
}

@media only screen and (min-width: 1536px) {
    .hero-angle {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%)
    }

    .section-angle {
        -webkit-clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
        clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%)
    }
}

#comments, .navigation.post-navigation {
    display: none !important
}

.entry-content > *, .page-content > * {
    max-width: 48rem !important
}

.breadcrumbs li, .entry-content strong, .page-content strong, .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59/var(--tw-text-opacity))
}

.submit-wrap input.ninja-forms-field {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .625rem !important;
    border-radius: 9999px !important;
    border-width: 1px !important;
    border-color: #0000 !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
    --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position) !important;
    --tw-gradient-to: #4f46e500 var(--tw-gradient-from-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
    --tw-gradient-to: #2563eb var(--tw-gradient-to-position) !important;
    padding: .75rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 500 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.submit-wrap input.ninja-forms-field:hover {
    opacity: .9 !important
}

.submit-wrap input.ninja-forms-field:focus {
    outline: #0000 solid 2px !important;
    outline-offset: 2px !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(37 99 235/var(--tw-ring-opacity)) !important;
    --tw-ring-offset-width: 2px !important
}

.email-wrap .ninja-forms-field, .textarea-wrap .ninja-forms-field, .textbox-wrap .ninja-forms-field {
    border-radius: .5rem !important
}

.email-wrap .nf-field-element:after, .textbox-wrap .nf-field-element:after {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
}

.textarea-wrap .nf-field-element:after {
    border-top-right-radius: .5rem !important
}

.prose a {
    --tw-text-opacity: 1 !important;
    color: rgb(29 78 216/var(--tw-text-opacity)) !important
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding-bottom: 1.25rem;
    color: #0f172a80
}

.breadcrumbs li a, .focus\:text-blue-600:focus, .group:hover .group-hover\:text-blue-600, .hover\:text-blue-600:hover, .text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.breadcrumbs li a:hover {
    --tw-text-opacity: 1;
    color: rgb(29 78 216/var(--tw-text-opacity))
}

.page-404 .breadcrumbs {
    justify-content: center !important
}

.page-about .breadcrumbs {
    justify-content: flex-start !important
}

.container, .w-full {
    width: 100%
}

.prose {
    color: var(--tw-prose-body);
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500
}

.prose :where(strong):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}

.prose :where(a strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(ol):not(:where([class~=not-prose] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
    border-bottom: none
}

.prose :where(blockquote):not(:where([class~=not-prose] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
    border-left: .25rem solid var(--tw-prose-quote-borders)
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
    font-weight: 900;
    color: inherit
}

.prose :where(h2):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
    font-weight: 800;
    color: inherit
}

.prose :where(h3):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(h4):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: .875em
}

.prose :where(code):not(:where([class~=not-prose] *)):before {
    content: "`"
}

.prose :where(code):not(:where([class~=not-prose] *)):after {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding: .8571429em 1.1428571em
}

.prose :where(pre code):not(:where([class~=not-prose] *)) {
    background-color: initial;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose :where(pre code):not(:where([class~=not-prose] *)):before {
    content: none
}

.prose :where(pre code):not(:where([class~=not-prose] *)):after {
    content: none
}

.prose :where(table):not(:where([class~=not-prose] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose :where(thead):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose] *)) {
    vertical-align: initial
}

.prose :where(tfoot):not(:where([class~=not-prose] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~=not-prose] *)) {
    vertical-align: top
}

.prose :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .5714286em
}

.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose :where(blockquote>cite):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-body);
    font-style: normal;
    font-weight: 400
}

.prose :where(blockquote>cite):not(:where([class~=not-prose] *)):before {
    content: "\2014"
}

.prose-sm {
    font-size: .875rem;
    line-height: 1.7142857
}

.prose-sm :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em
}

.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-sm :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em
}

.prose-sm :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: .8em;
    line-height: 1.2
}

.prose-sm :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: .8em;
    line-height: 1.4
}

.prose-sm :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-sm :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.4285714em;
    margin-bottom: .5714286em;
    line-height: 1.4285714
}

.prose-sm :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-sm :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.3333333;
    margin-top: .6666667em
}

.prose-sm :where(code):not(:where([class~=not-prose] *)) {
    font-size: .8571429em
}

.prose-sm :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-sm :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-sm :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: .25rem;
    padding: .6666667em 1em
}

.prose-sm :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em
}

.prose-sm :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em
}

.prose-sm :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .2857143em;
    margin-bottom: .2857143em
}

.prose-sm :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(.prose-sm>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose-sm>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(.prose-sm>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose-sm>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em
}

.prose-sm :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(table):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.5
}

.prose-sm :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: 1em;
    padding-bottom: .6666667em;
    padding-left: 1em
}

.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .6666667em 1em
}

.p-0, .sr-only {
    padding: 0
}

.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-neutral {
    --tw-prose-body: #404040;
    --tw-prose-headings: #171717;
    --tw-prose-lead: #525252;
    --tw-prose-links: #171717;
    --tw-prose-bold: #171717;
    --tw-prose-counters: #737373;
    --tw-prose-bullets: #d4d4d4;
    --tw-prose-hr: #e5e5e5;
    --tw-prose-quotes: #171717;
    --tw-prose-quote-borders: #e5e5e5;
    --tw-prose-captions: #737373;
    --tw-prose-code: #171717;
    --tw-prose-pre-code: #e5e5e5;
    --tw-prose-pre-bg: #262626;
    --tw-prose-th-borders: #d4d4d4;
    --tw-prose-td-borders: #e5e5e5;
    --tw-prose-invert-body: #d4d4d4;
    --tw-prose-invert-lead: #a3a3a3;
    --tw-prose-invert-counters: #a3a3a3;
    --tw-prose-invert-bullets: #525252;
    --tw-prose-invert-hr: #404040;
    --tw-prose-invert-quotes: #f5f5f5;
    --tw-prose-invert-quote-borders: #404040;
    --tw-prose-invert-captions: #a3a3a3;
    --tw-prose-invert-pre-code: #d4d4d4;
    --tw-prose-invert-th-borders: #525252;
    --tw-prose-invert-td-borders: #404040
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
    color: #64748b;
    opacity: 1
}

.form-input::placeholder, .form-textarea::placeholder {
    color: #64748b;
    opacity: 1
}

.form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

.form-input::-webkit-date-and-time-value {
    min-height: 1.5em
}

.form-input::-webkit-datetime-edit, .form-input::-webkit-datetime-edit-day-field, .form-input::-webkit-datetime-edit-hour-field, .form-input::-webkit-datetime-edit-meridiem-field, .form-input::-webkit-datetime-edit-millisecond-field, .form-input::-webkit-datetime-edit-minute-field, .form-input::-webkit-datetime-edit-month-field, .form-input::-webkit-datetime-edit-second-field, .form-input::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0
}

.entry-title, .page-title {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(23 23 23/var(--tw-text-opacity))
}

.entry-content > *, .entry-title, .page-content > *, .page-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem
}

.entry-content > .alignwide {
    max-width: 60rem
}

.entry-content > .alignfull, .max-w-none {
    max-width: none
}

.entry-content > .alignleft {
    float: left;
    margin-right: 2rem
}

.entry-content > .alignright {
    float: right;
    margin-left: 2rem
}

.sr-only {
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.mr-auto, .mx-auto {
    margin-right: auto
}

.pointer-events-none {
    pointer-events: none
}

.visible {
    visibility: visible
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-inset-4 {
    inset: -1rem
}

.inset-0 {
    inset: 0
}

.-inset-x-20 {
    left: -5rem;
    right: -5rem
}

.inset-x-0 {
    left: 0;
    right: 0
}

.-bottom-40 {
    bottom: -10rem
}

.-left-2 {
    left: -.5rem
}

.-left-24 {
    left: -6rem
}

.-top-1 {
    top: -.25rem
}

.-top-1\.5 {
    top: -.375rem
}

.-top-12 {
    top: -3rem
}

.-top-2 {
    top: -.5rem
}

.-top-3 {
    top: -.75rem
}

.-top-\[4\%\] {
    top: -4%
}

.-top-\[57px\] {
    top: -57px
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-12 {
    left: 3rem
}

.left-\[max\(50\%\2c 25rem\)\] {
    left: max(50%, 25rem)
}

.left-full {
    left: 100%
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-2 {
    top: .5rem
}

.top-\[57px\] {
    top: 57px
}

.top-full {
    top: 100%
}

.isolate {
    isolation: isolate
}

.-z-10 {
    z-index: -10
}

.-z-20 {
    z-index: -20
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-50 {
    z-index: 50
}

.z-\[60\] {
    z-index: 60
}

.col-span-10 {
    grid-column: span 10/span 10
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-8 {
    grid-column: span 8/span 8
}

.mx-auto {
    margin-left: auto
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.-mb-1 {
    margin-bottom: -.25rem
}

.-mb-6 {
    margin-bottom: -1.5rem
}

.-ml-12 {
    margin-left: -3rem
}

.-mt-1 {
    margin-top: -.25rem
}

.-mt-1\.5 {
    margin-top: -.375rem
}

.-mt-12 {
    margin-top: -3rem
}

.-mt-8 {
    margin-top: -2rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[-12\%\] {
    margin-bottom: -12%
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-auto {
    margin-left: auto
}

.mt-0 {
    margin-top: 0
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-1\.5 {
    margin-top: .375rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-2\.5 {
    margin-top: .625rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-32 {
    margin-top: 8rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mt-8 {
    margin-top: 2rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.flow-root {
    display: flow-root
}

.grid {
    display: grid
}

.aspect-\[1155\/678\] {
    aspect-ratio: 1155/678
}

.aspect-\[16\/9\] {
    aspect-ratio: 16/9
}

.aspect-\[2\/3\] {
    aspect-ratio: 2/3
}

.aspect-\[5\/2\] {
    aspect-ratio: 5/2
}

.h-11 {
    height: 2.75rem
}

.h-3 {
    height: .75rem
}

.h-3\.5 {
    height: .875rem
}

.h-32 {
    height: 8rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-80 {
    height: 20rem
}

.h-\[64rem\] {
    height: 64rem
}

.h-\[70px\] {
    height: 70px
}

.h-\[calc\(100\%_\+_6\%\)\] {
    height: 106%
}

.h-\[calc\(100\%_-_300px\)\] {
    height: calc(100% - 300px)
}

.h-\[calc\(100\%_-_75px\)\] {
    height: calc(100% - 75px)
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.min-h-full {
    min-height: 100%
}

.w-11 {
    width: 2.75rem
}

.w-12 {
    width: 3rem
}

.w-3 {
    width: .75rem
}

.w-3\.5 {
    width: .875rem
}

.w-32 {
    width: 8rem
}

.w-4 {
    width: 1rem
}

.w-44 {
    width: 11rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-64 {
    width: 16rem
}

.w-\[128rem\] {
    width: 128rem
}

.w-\[34rem\] {
    width: 34rem
}

.w-\[356px\] {
    width: 356px
}

.w-\[36rem\] {
    width: 36rem
}

.w-\[57rem\] {
    width: 57rem
}

.w-\[64rem\] {
    width: 64rem
}

.w-\[72\.1875rem\] {
    width: 72.1875rem
}

.w-\[calc\(100\%_-_8px\)\] {
    width: calc(100% - 8px)
}

.w-auto {
    width: auto
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-full {
    min-width: 100%
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-xl {
    max-width: 36rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.flex-shrink-0 {
    flex-shrink: 0
}

.table-auto {
    table-layout: auto
}

.origin-left {
    transform-origin: left
}

.origin-top {
    transform-origin: top
}

.origin-top-left {
    transform-origin: top left
}

.-translate-x-1\/2, .-translate-y-1\/2, .group:hover .group-hover\:translate-x-1, .hover\:-translate-y-2:hover, .rotate-180 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.rotate-180 {
    --tw-rotate: 180deg
}

.transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.list-none {
    list-style-type: none
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns:repeat(12, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: .25rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-16 {
    gap: 4rem
}

.gap-2 {
    gap: .5rem
}

.gap-2\.5 {
    gap: .625rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-8 {
    gap: 2rem
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-1\.5 {
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

.gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

.gap-x-14 {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-y-1\.5 {
    row-gap: .375rem
}

.gap-y-10 {
    row-gap: 2.5rem
}

.gap-y-12 {
    row-gap: 3rem
}

.gap-y-16 {
    row-gap: 4rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-20 {
    row-gap: 5rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.overflow-visible {
    overflow: visible
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-t, .border-y {
    border-top-width: 1px
}

.border-b, .border-y {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l-2 {
    border-left-width: 2px
}

.border-t-2 {
    border-top-width: 2px
}

.border-gray-200 {
    border-color: rgb(226 232 240/var(--tw-border-opacity))
}

.border-gray-300 {
    border-color: rgb(203 213 225/var(--tw-border-opacity))
}

.border-gray-900\/10 {
    border-color: #0f172a1a
}

.border-green-400 {
    border-color: rgb(74 222 128/var(--tw-border-opacity))
}

.border-red-400 {
    border-color: rgb(248 113 113/var(--tw-border-opacity))
}

.border-transparent {
    border-color: #0000
}

.border-white, .hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-white\/10 {
    border-color: #ffffff1a
}

.border-opacity-40 {
    --tw-border-opacity: 0.4
}

.bg-blue-100 {
    background-color: rgb(219 234 254/var(--tw-bg-opacity))
}

.bg-blue-600 {
    background-color: rgb(37 99 235/var(--tw-bg-opacity))
}

.bg-gray-100 {
    background-color: rgb(241 245 249/var(--tw-bg-opacity))
}

.bg-gray-50 {
    background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

.bg-gray-900 {
    background-color: rgb(15 23 42/var(--tw-bg-opacity))
}

.bg-gray-900\/5 {
    background-color: #0f172a0d
}

.bg-white, .hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-white\/30 {
    background-color: #ffffff4d
}

.bg-opacity-75 {
    --tw-bg-opacity: 0.75
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}

.from-\[\#BAEEAD\] {
    --tw-gradient-from: #baeead var(--tw-gradient-from-position);
    --tw-gradient-to: #baeead00 var(--tw-gradient-from-position)
}

.from-emerald-50 {
    --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
    --tw-gradient-to: #ecfdf500 var(--tw-gradient-from-position)
}

.from-gray-900 {
    --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
    --tw-gradient-to: #0f172a00 var(--tw-gradient-from-position)
}

.from-indigo-600 {
    --tw-gradient-from: #5252FF;
    --tw-gradient-to: #4f46e500 var(--tw-gradient-from-position)
}

.from-red-600 {
    --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
    --tw-gradient-to: #dc262600 var(--tw-gradient-from-position)
}

.from-rose-50 {
    --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
    --tw-gradient-to: #fff1f200 var(--tw-gradient-from-position)
}

.from-teal-500 {
    --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
    --tw-gradient-to: #14b8a600 var(--tw-gradient-from-position)
}

.from-teal-600 {
    --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
    --tw-gradient-to: #0d948800 var(--tw-gradient-from-position)
}

.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: #fff0 var(--tw-gradient-from-position)
}

.via-white {
    --tw-gradient-via-position:;
    --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-\[\#8FCEF7\] {
    --tw-gradient-to: #8fcef7 var(--tw-gradient-to-position)
}

.to-blue-600 {
    --tw-gradient-to: #5252FF;
}

.to-emerald-400 {
    --tw-gradient-to: #34d399 var(--tw-gradient-to-position)
}

.to-gray-900\/25 {
    --tw-gradient-to: #0f172a40 var(--tw-gradient-to-position)
}

.to-rose-400 {
    --tw-gradient-to: #fb7185 var(--tw-gradient-to-position)
}

.to-white {
    --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.fill-blue-500\/20 {
    fill: #3b82f633
}

.fill-gray-50 {
    fill: #f8fafc
}

.stroke-gray-200 {
    stroke: #e2e8f0
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-0\.5 {
    padding: .125rem
}

.p-12 {
    padding: 3rem
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-36 {
    padding-left: 9rem;
    padding-right: 9rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-24 {
    padding-top: 2rem;
    padding-bottom: 6rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pb-9 {
    padding-bottom: 2.25rem
}

.pb-px {
    padding-bottom: 1px
}

.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 2.5rem
}

.pl-14 {
    padding-left: 3.5rem
}

.pl-2 {
    padding-left: .5rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-32 {
    padding-top: 8rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-64 {
    padding-top: 16rem
}

.pt-7 {
    padding-top: 1.75rem
}

.pt-\[60px\] {
    padding-top: 60px
}

.pt-\[7\%\] {
    padding-top: 7%
}

.pt-px {
    padding-top: 1px
}

.text-center {
    text-align: center
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-\[15px\] {
    font-size: 15px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg, .text-xl {
    line-height: 1.75rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.not-italic {
    font-style: normal
}

.leading-10 {
    line-height: 2.5rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-8 {
    line-height: 2rem
}

.leading-relaxed {
    line-height: 1.625
}

.leading-tight {
    line-height: 1.25
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-wide {
    letter-spacing: .025em
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105/var(--tw-text-opacity))
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105/var(--tw-text-opacity))
}

.hover\:text-gray-700:hover, .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85/var(--tw-text-opacity))
}

.hover\:text-gray-900:hover, .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity))
}

.text-gray-900\/40 {
    color: #0f172a66
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128/var(--tw-text-opacity))
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74/var(--tw-text-opacity))
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity))
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity))
}

.text-rose-600\/80 {
    color: #e11d48cc
}

.text-transparent {
    color: #0000
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-white\/90 {
    color: #ffffffe6
}

.opacity-25 {
    opacity: .25
}

.opacity-30 {
    opacity: .3
}

.hover\:opacity-50:hover, .opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-80 {
    opacity: .8
}

.mix-blend-multiply {
    mix-blend-mode: multiply
}

.shadow {
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px #00000040;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.hover\:shadow-xl:hover, .shadow-xl {
    --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)
}

.ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-inset:focus, .ring-inset {
    --tw-ring-inset: inset
}

.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity))
}

.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 213 225/var(--tw-ring-opacity))
}

.ring-gray-400\/10 {
    --tw-ring-color: #94a3b81a
}

.ring-gray-900\/10 {
    --tw-ring-color: #0f172a1a
}

.ring-white\/10 {
    --tw-ring-color: #ffffff1a
}

.ring-opacity-5 {
    --tw-ring-opacity: 0.05
}

.blur-2xl {
    --tw-blur: blur(40px)
}

.blur-2xl, .blur-3xl {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-3xl {
    --tw-blur: blur(64px)
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-all {
    transition-property: all
}

.transition-opacity {
    transition-property: opacity
}

.transition-transform {
    transition-property: transform
}

.duration-200 {
    transition-duration: .2s
}

.\[mask-image\:radial-gradient\(40rem_40rem_at_center\2c white\2c transparent\)\] {
    -webkit-mask-image: radial-gradient(40rem 40rem at center, #fff, #0000);
    mask-image: radial-gradient(40rem 40rem at center, #fff, #0000)
}

.\[mask-image\:radial-gradient\(closest-side\2c white\2c transparent\)\] {
    -webkit-mask-image: radial-gradient(closest-side, #fff, #0000);
    mask-image: radial-gradient(closest-side, #fff, #0000)
}

.placeholder\:text-gray-400::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.placeholder\:text-gray-400::placeholder {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.after\:bg-primary:after {
    content: var(--tw-content);
    background-color: rgb(185 28 28/var(--tw-bg-opacity))
}

.hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem
}

.hover\:bg-blue-600\/90:hover {
    background-color: #2563ebe6
}

.focus\:text-blue-700:focus, .hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgb(29 78 216/var(--tw-text-opacity))
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(185 28 28/var(--tw-text-opacity))
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover\:opacity-75:hover {
    opacity: .75
}

.hover\:opacity-90:hover {
    opacity: .9
}

.focus\:outline-none:focus {
    outline: #0000 solid 2px;
    outline-offset: 2px
}

.focus\:ring-2:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246/var(--tw-ring-opacity))
}

.focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235/var(--tw-ring-opacity))
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
}

.group:hover .group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem
}

.prose-a\:text-primary :is(:where(a):not(:where([class~=not-prose] *))) {
    --tw-text-opacity: 1;
    color: rgb(185 28 28/var(--tw-text-opacity))
}

@media not all and (min-width: 1024px) {
    .breadcrumbs, .max-lg\:justify-center {
        justify-content: center
    }

    .max-lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .max-lg\:-mb-16 {
        margin-bottom: -4rem
    }

    .max-lg\:justify-between {
        justify-content: space-between
    }

    .max-lg\:border-t {
        border-top-width: 1px
    }

    .max-lg\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgb(226 232 240/var(--tw-border-opacity))
    }

    .max-lg\:text-center {
        text-align: center
    }
}

@media not all and (min-width: 768px) {
    .max-md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .max-md\:hidden {
        display: none
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:-mb-6 {
        margin-bottom: -1.5rem
    }

    .max-sm\:mt-5 {
        margin-top: 1.25rem
    }

    .max-sm\:pt-6 {
        padding-top: 1.5rem
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }

    .sm\:left-full {
        left: 100%
    }

    .sm\:col-span-1 {
        grid-column: span 1/span 1
    }

    .sm\:col-span-11 {
        grid-column: span 11/span 11
    }

    .sm\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .sm\:-ml-80 {
        margin-left: -20rem
    }

    .sm\:-mt-44 {
        margin-top: -11rem
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }

    .sm\:ml-0 {
        margin-left: 0
    }

    .sm\:mr-0 {
        margin-right: 0
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mt-12 {
        margin-top: 3rem
    }

    .sm\:mt-14 {
        margin-top: 3.5rem
    }

    .sm\:mt-16 {
        margin-top: 4rem
    }

    .sm\:mt-20 {
        margin-top: 5rem
    }

    .sm\:mt-24 {
        margin-top: 6rem
    }

    .sm\:mt-40 {
        margin-top: 10rem
    }

    .sm\:mt-5 {
        margin-top: 1.25rem
    }

    .sm\:mt-6 {
        margin-top: 1.5rem
    }

    .sm\:mt-7 {
        margin-top: 1.75rem
    }

    .sm\:flex {
        display: flex
    }

    .sm\:grid {
        display: grid
    }

    .sm\:aspect-\[2\/1\] {
        aspect-ratio: 2/1
    }

    .sm\:h-10 {
        height: 2.5rem
    }

    .sm\:w-\[52rem\] {
        width: 52rem
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:max-w-lg {
        max-width: 32rem
    }

    .sm\:max-w-md {
        max-width: 28rem
    }

    .sm\:grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .sm\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:gap-1 {
        gap: .25rem
    }

    .sm\:gap-1\.5 {
        gap: .375rem
    }

    .sm\:gap-3 {
        gap: .75rem
    }

    .sm\:gap-6 {
        gap: 1.5rem
    }

    .sm\:gap-8 {
        gap: 2rem
    }

    .sm\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .sm\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .sm\:gap-y-0 {
        row-gap: 0
    }

    .sm\:gap-y-16 {
        row-gap: 4rem
    }

    .sm\:gap-y-20 {
        row-gap: 5rem
    }

    .sm\:gap-y-24 {
        row-gap: 6rem
    }

    .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))
    }

    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse))
    }

    .sm\:rounded-3xl {
        border-radius: 1.5rem
    }

    .sm\:rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .sm\:p-10 {
        padding: 2.5rem
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .sm\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .sm\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .sm\:pb-16 {
        padding-bottom: 4rem
    }

    .sm\:pb-24 {
        padding-bottom: 6rem
    }

    .sm\:pb-32 {
        padding-bottom: 8rem
    }

    .sm\:pb-40 {
        padding-bottom: 10rem
    }

    .sm\:pb-8 {
        padding-bottom: 2rem
    }

    .sm\:pl-20 {
        padding-left: 5rem
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:pt-16 {
        padding-top: 4rem
    }

    .sm\:pt-20 {
        padding-top: 5rem
    }

    .sm\:pt-24 {
        padding-top: 6rem
    }

    .sm\:pt-52 {
        padding-top: 13rem
    }

    .sm\:pt-80 {
        padding-top: 20rem
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:text-lg {
        font-size: 1.125rem
    }

    .sm\:text-lg, .sm\:text-xl {
        line-height: 1.75rem
    }

    .sm\:text-xl {
        font-size: 1.25rem
    }

    .sm\:leading-6 {
        line-height: 1.5rem
    }
}

@media (min-width: 768px) {
    .navigation.pagination {
        grid-column: span 2/span 2;
        padding-top: 4rem
    }

    .md\:text-lg, .navigation.pagination .nav-links {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:text-base, .navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .submit-wrap input.ninja-forms-field {
        gap: .75rem !important
    }

    .breadcrumbs {
        padding-bottom: 1.5rem;
        font-size: 1rem;
        line-height: 1.5rem
    }

    .container {
        max-width: 768px
    }

    .md\:-top-\[85px\] {
        top: -85px
    }

    .md\:top-4 {
        top: 1rem
    }

    .md\:top-\[85px\] {
        top: 85px
    }

    .md\:col-span-3 {
        grid-column: span 3/span 3
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .md\:-mb-16 {
        margin-bottom: -4rem
    }

    .md\:-mt-12 {
        margin-top: -3rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:mt-14 {
        margin-top: 3.5rem
    }

    .md\:mt-16 {
        margin-top: 4rem
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:mt-2\.5 {
        margin-top: .625rem
    }

    .md\:mt-24 {
        margin-top: 6rem
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:h-10 {
        height: 2.5rem
    }

    .md\:h-12 {
        height: 3rem
    }

    .md\:h-8 {
        height: 2rem
    }

    .md\:h-\[88px\] {
        height: 88px
    }

    .md\:w-auto {
        width: auto
    }

    .md\:max-w-2xl {
        max-width: 42rem
    }

    .md\:max-w-3xl {
        max-width: 48rem
    }

    .md\:max-w-lg {
        max-width: 32rem
    }

    .md\:flex-1 {
        flex: 1 1 0%
    }

    .md\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:gap-3 {
        gap: .75rem
    }

    .md\:gap-9 {
        gap: 2.25rem
    }

    .md\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }

    .md\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .md\:gap-y-6 {
        row-gap: 1.5rem
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .md\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .md\:pt-14 {
        padding-top: 3.5rem
    }

    .md\:pt-24 {
        padding-top: 6rem
    }

    .md\:pt-\[55px\] {
        padding-top: 55px
    }

    .md\:pt-\[75px\] {
        padding-top: 75px
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .md\:text-5xl {
        font-size: 3rem
    }

    .md\:text-5xl, .md\:text-6xl {
        line-height: 1
    }

    .md\:text-6xl {
        font-size: 3.75rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1024px) {
    .navigation.pagination {
        grid-column: span 3/span 3
    }

    .container {
        max-width: 1024px
    }

    .lg\:sticky {
        position: sticky
    }

    .lg\:-inset-x-8 {
        left: -2rem;
        right: -2rem
    }

    .lg\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem
    }

    .lg\:-top-\[10\%\] {
        top: -10%
    }

    .lg\:bottom-\[-12rem\] {
        bottom: -12rem
    }

    .lg\:left-1\/2 {
        left: 50%
    }

    .lg\:left-6 {
        left: 1.5rem
    }

    .lg\:right-6 {
        right: 1.5rem
    }

    .lg\:top-16 {
        top: 4rem
    }

    .lg\:top-4 {
        top: 1rem
    }

    .lg\:top-auto {
        top: auto
    }

    .lg\:order-first {
        order: -9999
    }

    .lg\:order-last {
        order: 9999
    }

    .lg\:col-span-12 {
        grid-column: span 12/span 12
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:col-span-6 {
        grid-column: span 6/span 6
    }

    .lg\:col-start-1 {
        grid-column-start: 1
    }

    .lg\:col-start-2 {
        grid-column-start: 2
    }

    .lg\:row-span-2 {
        grid-row: span 2/span 2
    }

    .lg\:row-span-4 {
        grid-row: span 4/span 4
    }

    .lg\:row-start-1 {
        grid-row-start: 1
    }

    .lg\:row-start-2 {
        grid-row-start: 2
    }

    .lg\:row-start-3 {
        grid-row-start: 3
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mr-auto, .lg\:mx-auto {
        margin-right: auto
    }

    .lg\:ml-auto, .lg\:mx-auto {
        margin-left: auto
    }

    .lg\:-mt-24 {
        margin-top: -6rem
    }

    .lg\:-mt-6 {
        margin-top: -1.5rem
    }

    .lg\:mb-16 {
        margin-bottom: 4rem
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:mt-16 {
        margin-top: 4rem
    }

    .lg\:mt-24 {
        margin-top: 6rem
    }

    .lg\:mt-7 {
        margin-top: 1.75rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:aspect-\[3\/2\] {
        aspect-ratio: 3/2
    }

    .lg\:h-\[calc\(100\%_\+_20\%\)\] {
        height: 120%
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:w-\[64rem\] {
        width: 64rem
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:max-w-2xl {
        max-width: 42rem
    }

    .lg\:max-w-4xl {
        max-width: 56rem
    }

    .lg\:max-w-7xl {
        max-width: 80rem
    }

    .lg\:max-w-lg {
        max-width: 32rem
    }

    .lg\:max-w-md {
        max-width: 28rem
    }

    .lg\:max-w-none {
        max-width: none
    }

    .lg\:flex-auto {
        flex: 1 1 auto
    }

    .lg\:shrink-0 {
        flex-shrink: 0
    }

    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%
    }

    .lg\:-translate-x-1\/2, .lg\:translate-y-0 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:translate-y-0 {
        --tw-translate-y: 0px
    }

    .lg\:transform-gpu {
        transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:grid-cols-12 {
        grid-template-columns:repeat(12, minmax(0, 1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-end {
        align-items: flex-end
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:gap-24 {
        gap: 6rem
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .lg\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }

    .lg\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }

    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .lg\:gap-y-0 {
        row-gap: 0
    }

    .lg\:gap-y-10 {
        row-gap: 2.5rem
    }

    .lg\:gap-y-16 {
        row-gap: 4rem
    }

    .lg\:overflow-hidden {
        overflow: hidden
    }

    .lg\:overflow-visible {
        overflow: visible
    }

    .lg\:overflow-y-visible {
        overflow-y: visible
    }

    .lg\:rounded-bl-none {
        border-bottom-left-radius: 0
    }

    .lg\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem
    }

    .lg\:border-t {
        border-top-width: 1px
    }

    .lg\:border-white\/10 {
        border-color: #ffffff1a
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .lg\:pb-12 {
        padding-bottom: 3rem
    }

    .lg\:pb-20 {
        padding-bottom: 5rem
    }

    .lg\:pb-8 {
        padding-bottom: 2rem
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pl-4 {
        padding-left: 1rem
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pt-10 {
        padding-top: 2.5rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pt-36 {
        padding-top: 9rem
    }

    .lg\:pt-4 {
        padding-top: 1rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-\[66px\] {
        font-size: 66px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }

    .xl\:order-none {
        order: 0
    }

    .xl\:col-span-12 {
        grid-column: span 12/span 12
    }

    .xl\:col-span-5 {
        grid-column: span 5/span 5
    }

    .xl\:col-span-7 {
        grid-column: span 7/span 7
    }

    .xl\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .xl\:-mt-56 {
        margin-top: -14rem
    }

    .xl\:mr-0 {
        margin-right: 0
    }

    .xl\:w-80 {
        width: 20rem
    }

    .xl\:max-w-2xl {
        max-width: 42rem
    }

    .xl\:max-w-7xl {
        max-width: 80rem
    }

    .xl\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .xl\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .xl\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem
    }

    .xl\:rounded-3xl {
        border-radius: 1.5rem
    }

    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .xl\:pb-10 {
        padding-bottom: 2.5rem
    }

    .xl\:pt-80 {
        padding-top: 20rem
    }

    .xl\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }

    .\32xl\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .\32xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.cmplz-hidden {
    display: none !important;
}


.saboxplugin-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    position: relative
}

.saboxplugin-wrap .saboxplugin-gravatar {
    float: left;
    padding: 0 20px 20px 20px
}

.saboxplugin-wrap .saboxplugin-gravatar img {
    max-width: 100px;
    height: auto;
    border-radius: 0;
}

.saboxplugin-wrap .saboxplugin-authorname {
    font-size: 18px;
    line-height: 1;
    margin: 20px 0 0 20px;
    display: block
}

.saboxplugin-wrap .saboxplugin-authorname a {
    text-decoration: none
}

.saboxplugin-wrap .saboxplugin-authorname a:focus {
    outline: 0
}

.saboxplugin-wrap .saboxplugin-desc {
    display: block;
    margin: 5px 20px
}

.saboxplugin-wrap .saboxplugin-desc a {
    text-decoration: underline
}

.saboxplugin-wrap .saboxplugin-desc p {
    margin: 5px 0 12px
}

.saboxplugin-wrap .saboxplugin-web {
    margin: 0 20px 15px;
    text-align: left
}

.saboxplugin-wrap .sab-web-position {
    text-align: right
}

.saboxplugin-wrap .saboxplugin-web a {
    color: #ccc;
    text-decoration: none
}

.saboxplugin-wrap .saboxplugin-socials {
    position: relative;
    display: block;
    background: #fcfcfc;
    padding: 5px;
    border-top: 1px solid #eee
}

.saboxplugin-wrap .saboxplugin-socials a svg {
    width: 20px;
    height: 20px
}

.saboxplugin-wrap .saboxplugin-socials a svg .st2 {
    fill: #fff;
    transform-origin: center center;
}

.saboxplugin-wrap .saboxplugin-socials a svg .st1 {
    fill: rgba(0, 0, 0, .3)
}

.saboxplugin-wrap .saboxplugin-socials a:hover {
    opacity: .8;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color {
    box-shadow: none;
    padding: 0;
    border: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    display: inline-block;
    color: #fff;
    font-size: 0;
    text-decoration: inherit;
    margin: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: hidden
}

.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
    text-decoration: inherit;
    box-shadow: none;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 10px 5px;
    color: #444;
    fill: #444
}

.clearfix:after, .clearfix:before {
    content: ' ';
    display: table;
    line-height: 0;
    clear: both
}

.ie7 .clearfix {
    zoom: 1
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch {
    border-color: #38245c
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance {
    border-color: #003eb0
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart {
    border-color: #036824
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg {
    border-color: #00327c
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble {
    border-color: #ba1655
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook {
    border-color: #1e2e4f
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr {
    border-color: #003576
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github {
    border-color: #264874
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google {
    border-color: #0b51c5
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5 {
    border-color: #902e13
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram {
    border-color: #1630aa
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin {
    border-color: #00344f
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest {
    border-color: #5b040e
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit {
    border-color: #992900
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss {
    border-color: #a43b0a
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis {
    border-color: #5d8420
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud {
    border-color: #995200
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify {
    border-color: #0f612c
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow {
    border-color: #a95009
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam {
    border-color: #006388
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email {
    border-color: #b84e05
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr {
    border-color: #10151b
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter {
    border-color: #0967a0
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo {
    border-color: #0d7091
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows {
    border-color: #003f71
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-whatsapp {
    border-color: #003f71
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress {
    border-color: #0f3647
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo {
    border-color: #14002d
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube {
    border-color: #900
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing {
    border-color: #000202
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud {
    border-color: #2475a0
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk {
    border-color: #243549
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium {
    border-color: #00452c
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora {
    border-color: #420e00
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup {
    border-color: #9b181c
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads {
    border-color: #000
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat {
    border-color: #999700
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px {
    border-color: #00557f
}

.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont {
    border-color: #185886
}

.sabox-plus-item {
    margin-bottom: 20px
}

@media screen and (max-width: 480px) {
    .saboxplugin-wrap {
        text-align: center
    }

    .saboxplugin-wrap .saboxplugin-gravatar {
        float: none;
        padding: 20px 0;
        text-align: center;
        margin: 0 auto;
        display: block
    }

    .saboxplugin-wrap .saboxplugin-gravatar img {
        float: none;
        display: inline-block;
        display: -moz-inline-stack;
        vertical-align: middle;
        zoom: 1
    }

    .saboxplugin-wrap .saboxplugin-desc {
        margin: 0 10px 20px;
        text-align: center
    }

    .saboxplugin-wrap .saboxplugin-authorname {
        text-align: center;
        margin: 10px 0 20px
    }
}

body .saboxplugin-authorname a, body .saboxplugin-authorname a:hover {
    box-shadow: none;
    -webkit-box-shadow: none
}

a.sab-profile-edit {
    font-size: 16px !important;
    line-height: 1 !important
}

.sab-edit-settings a, a.sab-profile-edit {
    color: #0073aa !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.sab-edit-settings {
    margin-right: 15px;
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: 10px;
    line-height: 20px
}

.sab-edit-settings i {
    margin-left: 5px
}

.saboxplugin-socials {
    line-height: 1 !important
}

.rtl .saboxplugin-wrap .saboxplugin-gravatar {
    float: right
}

.rtl .saboxplugin-wrap .saboxplugin-authorname {
    display: flex;
    align-items: center
}

.rtl .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit {
    margin-right: 10px
}

.rtl .sab-edit-settings {
    right: auto;
    left: 0
}

img.sab-custom-avatar {
    max-width: 75px;
}

.saboxplugin-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px
}

.saboxplugin-wrap .saboxplugin-authorname {
    font-size: 18px;
    line-height: 25px;
}

.saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc {
    font-size: 14px !important;
    line-height: 21px !important;
}

.saboxplugin-wrap .saboxplugin-web {
    font-size: 14px;
}

.saboxplugin-wrap .saboxplugin-socials a svg {
    width: 18px;
    height: 18px;
}


/* Fallback: ensure font-display is set for any fonts that don't have it */
@font-face {
    font-display: swap;

}

@media (max-width: 600px) {
    /* Hides the actual image element on mobile */
    .hero-angle {
        display: none !important;
    }

    /* Sets a fast-loading gradient on the parent section for mobile */
    section.relative {
        background-image: linear-gradient(120deg, #e0f2ff 0%, #c8f3a2 50%, #585ee5 100%);
    }
}

/* Increase contrast for Cookie banner buttons */
.cky-btn.cky-btn-customize,
.cky-btn.cky-btn-reject {
    color: #1e40af !important; /* Darker, accessible blue */
    border-color: #1e40af !important;
}

button.cky-btn.cky-btn-accept {
    background-color: rgb(59, 130, 246) !important;
    color: rgb(255, 255, 255) !important;
}


/* Increase contrast for footer paragraph text */
footer.bg-gray-100 p {
    color: #4b5563; /* Darker gray */
}

/* FINAL CONTRAST FIX: Cookie banner's reject button */
.cky-btn.cky-btn-reject {
    color: #111827 !important; /* Use a near-black color for text */
    border-color: #6b7280 !important; /* Use a darker gray for the border */
}


.cky-btn-accept {
    color: #ffffff !important; /* White text */
    background-color: #1e40af !important; /* Dark blue background */
    border-color: #1e40af !important; /* Match the background for solid look */
}

.cky-btn-accept:hover {
    background-color: #1d4ed8 !important; /* Slightly lighter blue */
    border-color: #1d4ed8 !important;
}


.roi-form-container #roi_btn_register:not(:disabled):hover {
    background-color: rgb(59, 61, 66);
}

@font-face {
    font-family: "Phosphor-Fill";
    src: url("Phosphor-Fill.woff2") format("woff2"),
    url("Phosphor-Fill.woff") format("woff"),
    url("Phosphor-Fill.ttf") format("truetype"),
    url("Phosphor-Fill.svg#Phosphor-Fill") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ph-fill {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Phosphor-Fill" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-address-book:before {
    content: "\e900";
}

.ph-fill.ph-airplane:before {
    content: "\e901";
}

.ph-fill.ph-airplane-in-flight:before {
    content: "\e902";
}

.ph-fill.ph-airplane-landing:before {
    content: "\e903";
}

.ph-fill.ph-airplane-takeoff:before {
    content: "\e904";
}

.ph-fill.ph-airplane-tilt:before {
    content: "\e905";
}

.ph-fill.ph-airplay:before {
    content: "\e906";
}

.ph-fill.ph-air-traffic-control:before {
    content: "\e907";
}

.ph-fill.ph-alarm:before {
    content: "\e908";
}

.ph-fill.ph-alien:before {
    content: "\e909";
}

.ph-fill.ph-align-bottom:before {
    content: "\e90a";
}

.ph-fill.ph-align-bottom-simple:before {
    content: "\e90b";
}

.ph-fill.ph-align-center-horizontal:before {
    content: "\e90c";
}

.ph-fill.ph-align-center-horizontal-simple:before {
    content: "\e90d";
}

.ph-fill.ph-align-center-vertical:before {
    content: "\e90e";
}

.ph-fill.ph-align-center-vertical-simple:before {
    content: "\e90f";
}

.ph-fill.ph-align-left:before {
    content: "\e910";
}

.ph-fill.ph-align-left-simple:before {
    content: "\e911";
}

.ph-fill.ph-align-right:before {
    content: "\e912";
}

.ph-fill.ph-align-right-simple:before {
    content: "\e913";
}

.ph-fill.ph-align-top:before {
    content: "\e914";
}

.ph-fill.ph-align-top-simple:before {
    content: "\e915";
}

.ph-fill.ph-amazon-logo:before {
    content: "\e916";
}

.ph-fill.ph-anchor:before {
    content: "\e917";
}

.ph-fill.ph-anchor-simple:before {
    content: "\e918";
}

.ph-fill.ph-android-logo:before {
    content: "\e919";
}

.ph-fill.ph-angular-logo:before {
    content: "\e91a";
}

.ph-fill.ph-aperture:before {
    content: "\e91b";
}

.ph-fill.ph-apple-logo:before {
    content: "\e91c";
}

.ph-fill.ph-apple-podcasts-logo:before {
    content: "\e91d";
}

.ph-fill.ph-app-store-logo:before {
    content: "\e91e";
}

.ph-fill.ph-app-window:before {
    content: "\e91f";
}

.ph-fill.ph-archive-box:before {
    content: "\e920";
}

.ph-fill.ph-archive:before {
    content: "\e921";
}

.ph-fill.ph-archive-tray:before {
    content: "\e922";
}

.ph-fill.ph-armchair:before {
    content: "\e923";
}

.ph-fill.ph-arrow-arc-left:before {
    content: "\e924";
}

.ph-fill.ph-arrow-arc-right:before {
    content: "\e925";
}

.ph-fill.ph-arrow-bend-double-up-left:before {
    content: "\e926";
}

.ph-fill.ph-arrow-bend-double-up-right:before {
    content: "\e927";
}

.ph-fill.ph-arrow-bend-down-left:before {
    content: "\e928";
}

.ph-fill.ph-arrow-bend-down-right:before {
    content: "\e929";
}

.ph-fill.ph-arrow-bend-left-down:before {
    content: "\e92a";
}

.ph-fill.ph-arrow-bend-left-up:before {
    content: "\e92b";
}

.ph-fill.ph-arrow-bend-right-down:before {
    content: "\e92c";
}

.ph-fill.ph-arrow-bend-right-up:before {
    content: "\e92d";
}

.ph-fill.ph-arrow-bend-up-left:before {
    content: "\e92e";
}

.ph-fill.ph-arrow-bend-up-right:before {
    content: "\e92f";
}

.ph-fill.ph-arrow-circle-down:before {
    content: "\e930";
}

.ph-fill.ph-arrow-circle-down-left:before {
    content: "\e931";
}

.ph-fill.ph-arrow-circle-down-right:before {
    content: "\e932";
}

.ph-fill.ph-arrow-circle-left:before {
    content: "\e933";
}

.ph-fill.ph-arrow-circle-right:before {
    content: "\e934";
}

.ph-fill.ph-arrow-circle-up:before {
    content: "\e935";
}

.ph-fill.ph-arrow-circle-up-left:before {
    content: "\e936";
}

.ph-fill.ph-arrow-circle-up-right:before {
    content: "\e937";
}

.ph-fill.ph-arrow-clockwise:before {
    content: "\e938";
}

.ph-fill.ph-arrow-counter-clockwise:before {
    content: "\e939";
}

.ph-fill.ph-arrow-down:before {
    content: "\e93a";
}

.ph-fill.ph-arrow-down-left:before {
    content: "\e93b";
}

.ph-fill.ph-arrow-down-right:before {
    content: "\e93c";
}

.ph-fill.ph-arrow-elbow-down-left:before {
    content: "\e93d";
}

.ph-fill.ph-arrow-elbow-down-right:before {
    content: "\e93e";
}

.ph-fill.ph-arrow-elbow-left-down:before {
    content: "\e93f";
}

.ph-fill.ph-arrow-elbow-left:before {
    content: "\e940";
}

.ph-fill.ph-arrow-elbow-left-up:before {
    content: "\e941";
}

.ph-fill.ph-arrow-elbow-right-down:before {
    content: "\e942";
}

.ph-fill.ph-arrow-elbow-right:before {
    content: "\e943";
}

.ph-fill.ph-arrow-elbow-right-up:before {
    content: "\e944";
}

.ph-fill.ph-arrow-elbow-up-left:before {
    content: "\e945";
}

.ph-fill.ph-arrow-elbow-up-right:before {
    content: "\e946";
}

.ph-fill.ph-arrow-fat-down:before {
    content: "\e947";
}

.ph-fill.ph-arrow-fat-left:before {
    content: "\e948";
}

.ph-fill.ph-arrow-fat-line-down:before {
    content: "\e949";
}

.ph-fill.ph-arrow-fat-line-left:before {
    content: "\e94a";
}

.ph-fill.ph-arrow-fat-line-right:before {
    content: "\e94b";
}

.ph-fill.ph-arrow-fat-lines-down:before {
    content: "\e94c";
}

.ph-fill.ph-arrow-fat-lines-left:before {
    content: "\e94d";
}

.ph-fill.ph-arrow-fat-lines-right:before {
    content: "\e94e";
}

.ph-fill.ph-arrow-fat-lines-up:before {
    content: "\e94f";
}

.ph-fill.ph-arrow-fat-line-up:before {
    content: "\e950";
}

.ph-fill.ph-arrow-fat-right:before {
    content: "\e951";
}

.ph-fill.ph-arrow-fat-up:before {
    content: "\e952";
}

.ph-fill.ph-arrow-left:before {
    content: "\e953";
}

.ph-fill.ph-arrow-line-down:before {
    content: "\e954";
}

.ph-fill.ph-arrow-line-down-left:before {
    content: "\e955";
}

.ph-fill.ph-arrow-line-down-right:before {
    content: "\e956";
}

.ph-fill.ph-arrow-line-left:before {
    content: "\e957";
}

.ph-fill.ph-arrow-line-right:before {
    content: "\e958";
}

.ph-fill.ph-arrow-line-up:before {
    content: "\e959";
}

.ph-fill.ph-arrow-line-up-left:before {
    content: "\e95a";
}

.ph-fill.ph-arrow-line-up-right:before {
    content: "\e95b";
}

.ph-fill.ph-arrow-right:before {
    content: "\e95c";
}

.ph-fill.ph-arrows-clockwise:before {
    content: "\e95d";
}

.ph-fill.ph-arrows-counter-clockwise:before {
    content: "\e95e";
}

.ph-fill.ph-arrows-down-up:before {
    content: "\e95f";
}

.ph-fill.ph-arrows-horizontal:before {
    content: "\e960";
}

.ph-fill.ph-arrows-in-cardinal:before {
    content: "\e961";
}

.ph-fill.ph-arrows-in:before {
    content: "\e962";
}

.ph-fill.ph-arrows-in-line-horizontal:before {
    content: "\e963";
}

.ph-fill.ph-arrows-in-line-vertical:before {
    content: "\e964";
}

.ph-fill.ph-arrows-in-simple:before {
    content: "\e965";
}

.ph-fill.ph-arrows-left-right:before {
    content: "\e966";
}

.ph-fill.ph-arrows-merge:before {
    content: "\e967";
}

.ph-fill.ph-arrows-out-cardinal:before {
    content: "\e968";
}

.ph-fill.ph-arrows-out:before {
    content: "\e969";
}

.ph-fill.ph-arrows-out-line-horizontal:before {
    content: "\e96a";
}

.ph-fill.ph-arrows-out-line-vertical:before {
    content: "\e96b";
}

.ph-fill.ph-arrows-out-simple:before {
    content: "\e96c";
}

.ph-fill.ph-arrow-square-down:before {
    content: "\e96d";
}

.ph-fill.ph-arrow-square-down-left:before {
    content: "\e96e";
}

.ph-fill.ph-arrow-square-down-right:before {
    content: "\e96f";
}

.ph-fill.ph-arrow-square-in:before {
    content: "\e970";
}

.ph-fill.ph-arrow-square-left:before {
    content: "\e971";
}

.ph-fill.ph-arrow-square-out:before {
    content: "\e972";
}

.ph-fill.ph-arrow-square-right:before {
    content: "\e973";
}

.ph-fill.ph-arrow-square-up:before {
    content: "\e974";
}

.ph-fill.ph-arrow-square-up-left:before {
    content: "\e975";
}

.ph-fill.ph-arrow-square-up-right:before {
    content: "\e976";
}

.ph-fill.ph-arrows-split:before {
    content: "\e977";
}

.ph-fill.ph-arrows-vertical:before {
    content: "\e978";
}

.ph-fill.ph-arrow-u-down-left:before {
    content: "\e979";
}

.ph-fill.ph-arrow-u-down-right:before {
    content: "\e97a";
}

.ph-fill.ph-arrow-u-left-down:before {
    content: "\e97b";
}

.ph-fill.ph-arrow-u-left-up:before {
    content: "\e97c";
}

.ph-fill.ph-arrow-up:before {
    content: "\e97d";
}

.ph-fill.ph-arrow-up-left:before {
    content: "\e97e";
}

.ph-fill.ph-arrow-up-right:before {
    content: "\e97f";
}

.ph-fill.ph-arrow-u-right-down:before {
    content: "\e980";
}

.ph-fill.ph-arrow-u-right-up:before {
    content: "\e981";
}

.ph-fill.ph-arrow-u-up-left:before {
    content: "\e982";
}

.ph-fill.ph-arrow-u-up-right:before {
    content: "\e983";
}

.ph-fill.ph-article:before {
    content: "\e984";
}

.ph-fill.ph-article-medium:before {
    content: "\e985";
}

.ph-fill.ph-article-ny-times:before {
    content: "\e986";
}

.ph-fill.ph-asterisk:before {
    content: "\e987";
}

.ph-fill.ph-asterisk-simple:before {
    content: "\e988";
}

.ph-fill.ph-at:before {
    content: "\e989";
}

.ph-fill.ph-atom:before {
    content: "\e98a";
}

.ph-fill.ph-baby:before {
    content: "\e98b";
}

.ph-fill.ph-backpack:before {
    content: "\e98c";
}

.ph-fill.ph-backspace:before {
    content: "\e98d";
}

.ph-fill.ph-bag:before {
    content: "\e98e";
}

.ph-fill.ph-bag-simple:before {
    content: "\e98f";
}

.ph-fill.ph-balloon:before {
    content: "\e990";
}

.ph-fill.ph-bandaids:before {
    content: "\e991";
}

.ph-fill.ph-bank:before {
    content: "\e992";
}

.ph-fill.ph-barbell:before {
    content: "\e993";
}

.ph-fill.ph-barcode:before {
    content: "\e994";
}

.ph-fill.ph-barricade:before {
    content: "\e995";
}

.ph-fill.ph-baseball-cap:before {
    content: "\e996";
}

.ph-fill.ph-baseball:before {
    content: "\e997";
}

.ph-fill.ph-basketball:before {
    content: "\e998";
}

.ph-fill.ph-basket:before {
    content: "\e999";
}

.ph-fill.ph-bathtub:before {
    content: "\e99a";
}

.ph-fill.ph-battery-charging:before {
    content: "\e99b";
}

.ph-fill.ph-battery-charging-vertical:before {
    content: "\e99c";
}

.ph-fill.ph-battery-empty:before {
    content: "\e99d";
}

.ph-fill.ph-battery-full:before {
    content: "\e99e";
}

.ph-fill.ph-battery-high:before {
    content: "\e99f";
}

.ph-fill.ph-battery-low:before {
    content: "\e9a0";
}

.ph-fill.ph-battery-medium:before {
    content: "\e9a1";
}

.ph-fill.ph-battery-plus:before {
    content: "\e9a2";
}

.ph-fill.ph-battery-plus-vertical:before {
    content: "\e9a3";
}

.ph-fill.ph-battery-vertical-empty:before {
    content: "\e9a4";
}

.ph-fill.ph-battery-vertical-full:before {
    content: "\e9a5";
}

.ph-fill.ph-battery-vertical-high:before {
    content: "\e9a6";
}

.ph-fill.ph-battery-vertical-low:before {
    content: "\e9a7";
}

.ph-fill.ph-battery-vertical-medium:before {
    content: "\e9a8";
}

.ph-fill.ph-battery-warning:before {
    content: "\e9a9";
}

.ph-fill.ph-battery-warning-vertical:before {
    content: "\e9aa";
}

.ph-fill.ph-bed:before {
    content: "\e9ab";
}

.ph-fill.ph-beer-bottle:before {
    content: "\e9ac";
}

.ph-fill.ph-beer-stein:before {
    content: "\e9ad";
}

.ph-fill.ph-behance-logo:before {
    content: "\e9ae";
}

.ph-fill.ph-bell:before {
    content: "\e9af";
}

.ph-fill.ph-bell-ringing:before {
    content: "\e9b0";
}

.ph-fill.ph-bell-simple:before {
    content: "\e9b1";
}

.ph-fill.ph-bell-simple-ringing:before {
    content: "\e9b2";
}

.ph-fill.ph-bell-simple-slash:before {
    content: "\e9b3";
}

.ph-fill.ph-bell-simple-z:before {
    content: "\e9b4";
}

.ph-fill.ph-bell-slash:before {
    content: "\e9b5";
}

.ph-fill.ph-bell-z:before {
    content: "\e9b6";
}

.ph-fill.ph-bezier-curve:before {
    content: "\e9b7";
}

.ph-fill.ph-bicycle:before {
    content: "\e9b8";
}

.ph-fill.ph-binoculars:before {
    content: "\e9b9";
}

.ph-fill.ph-bird:before {
    content: "\e9ba";
}

.ph-fill.ph-bluetooth-connected:before {
    content: "\e9bb";
}

.ph-fill.ph-bluetooth:before {
    content: "\e9bc";
}

.ph-fill.ph-bluetooth-slash:before {
    content: "\e9bd";
}

.ph-fill.ph-bluetooth-x:before {
    content: "\e9be";
}

.ph-fill.ph-boat:before {
    content: "\e9bf";
}

.ph-fill.ph-bone:before {
    content: "\e9c0";
}

.ph-fill.ph-book-bookmark:before {
    content: "\e9c1";
}

.ph-fill.ph-book:before {
    content: "\e9c2";
}

.ph-fill.ph-bookmark:before {
    content: "\e9c3";
}

.ph-fill.ph-bookmarks:before {
    content: "\e9c4";
}

.ph-fill.ph-bookmark-simple:before {
    content: "\e9c5";
}

.ph-fill.ph-bookmarks-simple:before {
    content: "\e9c6";
}

.ph-fill.ph-book-open:before {
    content: "\e9c7";
}

.ph-fill.ph-book-open-text:before {
    content: "\e9c8";
}

.ph-fill.ph-books:before {
    content: "\e9c9";
}

.ph-fill.ph-boot:before {
    content: "\e9ca";
}

.ph-fill.ph-bounding-box:before {
    content: "\e9cb";
}

.ph-fill.ph-bowl-food:before {
    content: "\e9cc";
}

.ph-fill.ph-brackets-angle:before {
    content: "\e9cd";
}

.ph-fill.ph-brackets-curly:before {
    content: "\e9ce";
}

.ph-fill.ph-brackets-round:before {
    content: "\e9cf";
}

.ph-fill.ph-brackets-square:before {
    content: "\e9d0";
}

.ph-fill.ph-brain:before {
    content: "\e9d1";
}

.ph-fill.ph-brandy:before {
    content: "\e9d2";
}

.ph-fill.ph-bridge:before {
    content: "\e9d3";
}

.ph-fill.ph-briefcase:before {
    content: "\e9d4";
}

.ph-fill.ph-briefcase-metal:before {
    content: "\e9d5";
}

.ph-fill.ph-broadcast:before {
    content: "\e9d6";
}

.ph-fill.ph-broom:before {
    content: "\e9d7";
}

.ph-fill.ph-browser:before {
    content: "\e9d8";
}

.ph-fill.ph-browsers:before {
    content: "\e9d9";
}

.ph-fill.ph-bug-beetle:before {
    content: "\e9da";
}

.ph-fill.ph-bug-droid:before {
    content: "\e9db";
}

.ph-fill.ph-bug:before {
    content: "\e9dc";
}

.ph-fill.ph-buildings:before {
    content: "\e9dd";
}

.ph-fill.ph-bus:before {
    content: "\e9de";
}

.ph-fill.ph-butterfly:before {
    content: "\e9df";
}

.ph-fill.ph-cactus:before {
    content: "\e9e0";
}

.ph-fill.ph-cake:before {
    content: "\e9e1";
}

.ph-fill.ph-calculator:before {
    content: "\e9e2";
}

.ph-fill.ph-calendar-blank:before {
    content: "\e9e3";
}

.ph-fill.ph-calendar-check:before {
    content: "\e9e4";
}

.ph-fill.ph-calendar:before {
    content: "\e9e5";
}

.ph-fill.ph-calendar-plus:before {
    content: "\e9e6";
}

.ph-fill.ph-calendar-x:before {
    content: "\e9e7";
}

.ph-fill.ph-call-bell:before {
    content: "\e9e8";
}

.ph-fill.ph-camera:before {
    content: "\e9e9";
}

.ph-fill.ph-camera-plus:before {
    content: "\e9ea";
}

.ph-fill.ph-camera-rotate:before {
    content: "\e9eb";
}

.ph-fill.ph-camera-slash:before {
    content: "\e9ec";
}

.ph-fill.ph-campfire:before {
    content: "\e9ed";
}

.ph-fill.ph-cardholder:before {
    content: "\e9ee";
}

.ph-fill.ph-cards:before {
    content: "\e9ef";
}

.ph-fill.ph-caret-circle-double-down:before {
    content: "\e9f0";
}

.ph-fill.ph-caret-circle-double-left:before {
    content: "\e9f1";
}

.ph-fill.ph-caret-circle-double-right:before {
    content: "\e9f2";
}

.ph-fill.ph-caret-circle-double-up:before {
    content: "\e9f3";
}

.ph-fill.ph-caret-circle-down:before {
    content: "\e9f4";
}

.ph-fill.ph-caret-circle-left:before {
    content: "\e9f5";
}

.ph-fill.ph-caret-circle-right:before {
    content: "\e9f6";
}

.ph-fill.ph-caret-circle-up-down:before {
    content: "\e9f7";
}

.ph-fill.ph-caret-circle-up:before {
    content: "\e9f8";
}

.ph-fill.ph-caret-double-down:before {
    content: "\e9f9";
}

.ph-fill.ph-caret-double-left:before {
    content: "\e9fa";
}

.ph-fill.ph-caret-double-right:before {
    content: "\e9fb";
}

.ph-fill.ph-caret-double-up:before {
    content: "\e9fc";
}

.ph-fill.ph-caret-down:before {
    content: "\e9fd";
}

.ph-fill.ph-caret-left:before {
    content: "\e9fe";
}

.ph-fill.ph-caret-right:before {
    content: "\e9ff";
}

.ph-fill.ph-caret-up-down:before {
    content: "\ea00";
}

.ph-fill.ph-caret-up:before {
    content: "\ea01";
}

.ph-fill.ph-car:before {
    content: "\ea02";
}

.ph-fill.ph-car-profile:before {
    content: "\ea03";
}

.ph-fill.ph-carrot:before {
    content: "\ea04";
}

.ph-fill.ph-car-simple:before {
    content: "\ea05";
}

.ph-fill.ph-cassette-tape:before {
    content: "\ea06";
}

.ph-fill.ph-castle-turret:before {
    content: "\ea07";
}

.ph-fill.ph-cat:before {
    content: "\ea08";
}

.ph-fill.ph-cell-signal-full:before {
    content: "\ea09";
}

.ph-fill.ph-cell-signal-high:before {
    content: "\ea0a";
}

.ph-fill.ph-cell-signal-low:before {
    content: "\ea0b";
}

.ph-fill.ph-cell-signal-medium:before {
    content: "\ea0c";
}

.ph-fill.ph-cell-signal-none:before {
    content: "\ea0d";
}

.ph-fill.ph-cell-signal-slash:before {
    content: "\ea0e";
}

.ph-fill.ph-cell-signal-x:before {
    content: "\ea0f";
}

.ph-fill.ph-certificate:before {
    content: "\ea10";
}

.ph-fill.ph-chair:before {
    content: "\ea11";
}

.ph-fill.ph-chalkboard:before {
    content: "\ea12";
}

.ph-fill.ph-chalkboard-simple:before {
    content: "\ea13";
}

.ph-fill.ph-chalkboard-teacher:before {
    content: "\ea14";
}

.ph-fill.ph-champagne:before {
    content: "\ea15";
}

.ph-fill.ph-charging-station:before {
    content: "\ea16";
}

.ph-fill.ph-chart-bar:before {
    content: "\ea17";
}

.ph-fill.ph-chart-bar-horizontal:before {
    content: "\ea18";
}

.ph-fill.ph-chart-donut:before {
    content: "\ea19";
}

.ph-fill.ph-chart-line-down:before {
    content: "\ea1a";
}

.ph-fill.ph-chart-line:before {
    content: "\ea1b";
}

.ph-fill.ph-chart-line-up:before {
    content: "\ea1c";
}

.ph-fill.ph-chart-pie:before {
    content: "\ea1d";
}

.ph-fill.ph-chart-pie-slice:before {
    content: "\ea1e";
}

.ph-fill.ph-chart-polar:before {
    content: "\ea1f";
}

.ph-fill.ph-chart-scatter:before {
    content: "\ea20";
}

.ph-fill.ph-chat-centered-dots:before {
    content: "\ea21";
}

.ph-fill.ph-chat-centered:before {
    content: "\ea22";
}

.ph-fill.ph-chat-centered-text:before {
    content: "\ea23";
}

.ph-fill.ph-chat-circle-dots:before {
    content: "\ea24";
}

.ph-fill.ph-chat-circle:before {
    content: "\ea25";
}

.ph-fill.ph-chat-circle-text:before {
    content: "\ea26";
}

.ph-fill.ph-chat-dots:before {
    content: "\ea27";
}

.ph-fill.ph-chat:before {
    content: "\ea28";
}

.ph-fill.ph-chats-circle:before {
    content: "\ea29";
}

.ph-fill.ph-chats:before {
    content: "\ea2a";
}

.ph-fill.ph-chats-teardrop:before {
    content: "\ea2b";
}

.ph-fill.ph-chat-teardrop-dots:before {
    content: "\ea2c";
}

.ph-fill.ph-chat-teardrop:before {
    content: "\ea2d";
}

.ph-fill.ph-chat-teardrop-text:before {
    content: "\ea2e";
}

.ph-fill.ph-chat-text:before {
    content: "\ea2f";
}

.ph-fill.ph-check-circle:before {
    content: "\ea30";
}

.ph-fill.ph-check-fat:before {
    content: "\ea31";
}

.ph-fill.ph-check:before {
    content: "\ea32";
}

.ph-fill.ph-checks:before {
    content: "\ea33";
}

.ph-fill.ph-check-square:before {
    content: "\ea34";
}

.ph-fill.ph-check-square-offset:before {
    content: "\ea35";
}

.ph-fill.ph-church:before {
    content: "\ea36";
}

.ph-fill.ph-circle-dashed:before {
    content: "\ea37";
}

.ph-fill.ph-circle:before {
    content: "\ea38";
}

.ph-fill.ph-circle-half:before {
    content: "\ea39";
}

.ph-fill.ph-circle-half-tilt:before {
    content: "\ea3a";
}

.ph-fill.ph-circle-notch:before {
    content: "\ea3b";
}

.ph-fill.ph-circles-four:before {
    content: "\ea3c";
}

.ph-fill.ph-circles-three:before {
    content: "\ea3d";
}

.ph-fill.ph-circles-three-plus:before {
    content: "\ea3e";
}

.ph-fill.ph-circuitry:before {
    content: "\ea3f";
}

.ph-fill.ph-clipboard:before {
    content: "\ea40";
}

.ph-fill.ph-clipboard-text:before {
    content: "\ea41";
}

.ph-fill.ph-clock-afternoon:before {
    content: "\ea42";
}

.ph-fill.ph-clock-clockwise:before {
    content: "\ea43";
}

.ph-fill.ph-clock-countdown:before {
    content: "\ea44";
}

.ph-fill.ph-clock-counter-clockwise:before {
    content: "\ea45";
}

.ph-fill.ph-clock:before {
    content: "\ea46";
}

.ph-fill.ph-closed-captioning:before {
    content: "\ea47";
}

.ph-fill.ph-cloud-arrow-down:before {
    content: "\ea48";
}

.ph-fill.ph-cloud-arrow-up:before {
    content: "\ea49";
}

.ph-fill.ph-cloud-check:before {
    content: "\ea4a";
}

.ph-fill.ph-cloud:before {
    content: "\ea4b";
}

.ph-fill.ph-cloud-fog:before {
    content: "\ea4c";
}

.ph-fill.ph-cloud-lightning:before {
    content: "\ea4d";
}

.ph-fill.ph-cloud-moon:before {
    content: "\ea4e";
}

.ph-fill.ph-cloud-rain:before {
    content: "\ea4f";
}

.ph-fill.ph-cloud-slash:before {
    content: "\ea50";
}

.ph-fill.ph-cloud-snow:before {
    content: "\ea51";
}

.ph-fill.ph-cloud-sun:before {
    content: "\ea52";
}

.ph-fill.ph-cloud-warning:before {
    content: "\ea53";
}

.ph-fill.ph-cloud-x:before {
    content: "\ea54";
}

.ph-fill.ph-club:before {
    content: "\ea55";
}

.ph-fill.ph-coat-hanger:before {
    content: "\ea56";
}

.ph-fill.ph-coda-logo:before {
    content: "\ea57";
}

.ph-fill.ph-code-block:before {
    content: "\ea58";
}

.ph-fill.ph-code:before {
    content: "\ea59";
}

.ph-fill.ph-codepen-logo:before {
    content: "\ea5a";
}

.ph-fill.ph-codesandbox-logo:before {
    content: "\ea5b";
}

.ph-fill.ph-code-simple:before {
    content: "\ea5c";
}

.ph-fill.ph-coffee:before {
    content: "\ea5d";
}

.ph-fill.ph-coin:before {
    content: "\ea5e";
}

.ph-fill.ph-coins:before {
    content: "\ea5f";
}

.ph-fill.ph-coin-vertical:before {
    content: "\ea60";
}

.ph-fill.ph-columns:before {
    content: "\ea61";
}

.ph-fill.ph-command:before {
    content: "\ea62";
}

.ph-fill.ph-compass:before {
    content: "\ea63";
}

.ph-fill.ph-compass-tool:before {
    content: "\ea64";
}

.ph-fill.ph-computer-tower:before {
    content: "\ea65";
}

.ph-fill.ph-confetti:before {
    content: "\ea66";
}

.ph-fill.ph-contactless-payment:before {
    content: "\ea67";
}

.ph-fill.ph-control:before {
    content: "\ea68";
}

.ph-fill.ph-cookie:before {
    content: "\ea69";
}

.ph-fill.ph-cooking-pot:before {
    content: "\ea6a";
}

.ph-fill.ph-copy:before {
    content: "\ea6b";
}

.ph-fill.ph-copyleft:before {
    content: "\ea6c";
}

.ph-fill.ph-copyright:before {
    content: "\ea6d";
}

.ph-fill.ph-copy-simple:before {
    content: "\ea6e";
}

.ph-fill.ph-corners-in:before {
    content: "\ea6f";
}

.ph-fill.ph-corners-out:before {
    content: "\ea70";
}

.ph-fill.ph-couch:before {
    content: "\ea71";
}

.ph-fill.ph-cpu:before {
    content: "\ea72";
}

.ph-fill.ph-credit-card:before {
    content: "\ea73";
}

.ph-fill.ph-crop:before {
    content: "\ea74";
}

.ph-fill.ph-cross:before {
    content: "\ea75";
}

.ph-fill.ph-crosshair:before {
    content: "\ea76";
}

.ph-fill.ph-crosshair-simple:before {
    content: "\ea77";
}

.ph-fill.ph-crown:before {
    content: "\ea78";
}

.ph-fill.ph-crown-simple:before {
    content: "\ea79";
}

.ph-fill.ph-cube:before {
    content: "\ea7a";
}

.ph-fill.ph-cube-focus:before {
    content: "\ea7b";
}

.ph-fill.ph-cube-transparent:before {
    content: "\ea7c";
}

.ph-fill.ph-currency-btc:before {
    content: "\ea7d";
}

.ph-fill.ph-currency-circle-dollar:before {
    content: "\ea7e";
}

.ph-fill.ph-currency-cny:before {
    content: "\ea7f";
}

.ph-fill.ph-currency-dollar:before {
    content: "\ea80";
}

.ph-fill.ph-currency-dollar-simple:before {
    content: "\ea81";
}

.ph-fill.ph-currency-eth:before {
    content: "\ea82";
}

.ph-fill.ph-currency-eur:before {
    content: "\ea83";
}

.ph-fill.ph-currency-gbp:before {
    content: "\ea84";
}

.ph-fill.ph-currency-inr:before {
    content: "\ea85";
}

.ph-fill.ph-currency-jpy:before {
    content: "\ea86";
}

.ph-fill.ph-currency-krw:before {
    content: "\ea87";
}

.ph-fill.ph-currency-kzt:before {
    content: "\ea88";
}

.ph-fill.ph-currency-ngn:before {
    content: "\ea89";
}

.ph-fill.ph-currency-rub:before {
    content: "\ea8a";
}

.ph-fill.ph-cursor-click:before {
    content: "\ea8b";
}

.ph-fill.ph-cursor:before {
    content: "\ea8c";
}

.ph-fill.ph-cursor-text:before {
    content: "\ea8d";
}

.ph-fill.ph-cylinder:before {
    content: "\ea8e";
}

.ph-fill.ph-database:before {
    content: "\ea8f";
}

.ph-fill.ph-desktop:before {
    content: "\ea90";
}

.ph-fill.ph-desktop-tower:before {
    content: "\ea91";
}

.ph-fill.ph-detective:before {
    content: "\ea92";
}

.ph-fill.ph-device-mobile-camera:before {
    content: "\ea93";
}

.ph-fill.ph-device-mobile:before {
    content: "\ea94";
}

.ph-fill.ph-device-mobile-speaker:before {
    content: "\ea95";
}

.ph-fill.ph-devices:before {
    content: "\ea96";
}

.ph-fill.ph-device-tablet-camera:before {
    content: "\ea97";
}

.ph-fill.ph-device-tablet:before {
    content: "\ea98";
}

.ph-fill.ph-device-tablet-speaker:before {
    content: "\ea99";
}

.ph-fill.ph-dev-to-logo:before {
    content: "\ea9a";
}

.ph-fill.ph-diamond:before {
    content: "\ea9b";
}

.ph-fill.ph-diamonds-four:before {
    content: "\ea9c";
}

.ph-fill.ph-dice-five:before {
    content: "\ea9d";
}

.ph-fill.ph-dice-four:before {
    content: "\ea9e";
}

.ph-fill.ph-dice-one:before {
    content: "\ea9f";
}

.ph-fill.ph-dice-six:before {
    content: "\eaa0";
}

.ph-fill.ph-dice-three:before {
    content: "\eaa1";
}

.ph-fill.ph-dice-two:before {
    content: "\eaa2";
}

.ph-fill.ph-disc:before {
    content: "\eaa3";
}

.ph-fill.ph-discord-logo:before {
    content: "\eaa4";
}

.ph-fill.ph-divide:before {
    content: "\eaa5";
}

.ph-fill.ph-dna:before {
    content: "\eaa6";
}

.ph-fill.ph-dog:before {
    content: "\eaa7";
}

.ph-fill.ph-door:before {
    content: "\eaa8";
}

.ph-fill.ph-door-open:before {
    content: "\eaa9";
}

.ph-fill.ph-dot:before {
    content: "\eaaa";
}

.ph-fill.ph-dot-outline:before {
    content: "\eaab";
}

.ph-fill.ph-dots-nine:before {
    content: "\eaac";
}

.ph-fill.ph-dots-six:before {
    content: "\eaad";
}

.ph-fill.ph-dots-six-vertical:before {
    content: "\eaae";
}

.ph-fill.ph-dots-three-circle:before {
    content: "\eaaf";
}

.ph-fill.ph-dots-three-circle-vertical:before {
    content: "\eab0";
}

.ph-fill.ph-dots-three:before {
    content: "\eab1";
}

.ph-fill.ph-dots-three-outline:before {
    content: "\eab2";
}

.ph-fill.ph-dots-three-outline-vertical:before {
    content: "\eab3";
}

.ph-fill.ph-dots-three-vertical:before {
    content: "\eab4";
}

.ph-fill.ph-download:before {
    content: "\eab5";
}

.ph-fill.ph-download-simple:before {
    content: "\eab6";
}

.ph-fill.ph-dress:before {
    content: "\eab7";
}

.ph-fill.ph-dribbble-logo:before {
    content: "\eab8";
}

.ph-fill.ph-dropbox-logo:before {
    content: "\eab9";
}

.ph-fill.ph-drop:before {
    content: "\eaba";
}

.ph-fill.ph-drop-half-bottom:before {
    content: "\eabb";
}

.ph-fill.ph-drop-half:before {
    content: "\eabc";
}

.ph-fill.ph-ear:before {
    content: "\eabd";
}

.ph-fill.ph-ear-slash:before {
    content: "\eabe";
}

.ph-fill.ph-egg-crack:before {
    content: "\eabf";
}

.ph-fill.ph-egg:before {
    content: "\eac0";
}

.ph-fill.ph-eject:before {
    content: "\eac1";
}

.ph-fill.ph-eject-simple:before {
    content: "\eac2";
}

.ph-fill.ph-elevator:before {
    content: "\eac3";
}

.ph-fill.ph-engine:before {
    content: "\eac4";
}

.ph-fill.ph-envelope:before {
    content: "\eac5";
}

.ph-fill.ph-envelope-open:before {
    content: "\eac6";
}

.ph-fill.ph-envelope-simple:before {
    content: "\eac7";
}

.ph-fill.ph-envelope-simple-open:before {
    content: "\eac8";
}

.ph-fill.ph-equalizer:before {
    content: "\eac9";
}

.ph-fill.ph-equals:before {
    content: "\eaca";
}

.ph-fill.ph-eraser:before {
    content: "\eacb";
}

.ph-fill.ph-escalator-down:before {
    content: "\eacc";
}

.ph-fill.ph-escalator-up:before {
    content: "\eacd";
}

.ph-fill.ph-exam:before {
    content: "\eace";
}

.ph-fill.ph-exclude:before {
    content: "\eacf";
}

.ph-fill.ph-exclude-square:before {
    content: "\ead0";
}

.ph-fill.ph-export:before {
    content: "\ead1";
}

.ph-fill.ph-eye-closed:before {
    content: "\ead2";
}

.ph-fill.ph-eyedropper:before {
    content: "\ead3";
}

.ph-fill.ph-eyedropper-sample:before {
    content: "\ead4";
}

.ph-fill.ph-eye:before {
    content: "\ead5";
}

.ph-fill.ph-eyeglasses:before {
    content: "\ead6";
}

.ph-fill.ph-eye-slash:before {
    content: "\ead7";
}

.ph-fill.ph-facebook-logo:before {
    content: "\ead8";
}

.ph-fill.ph-face-mask:before {
    content: "\ead9";
}

.ph-fill.ph-factory:before {
    content: "\eada";
}

.ph-fill.ph-faders:before {
    content: "\eadb";
}

.ph-fill.ph-faders-horizontal:before {
    content: "\eadc";
}

.ph-fill.ph-fan:before {
    content: "\eadd";
}

.ph-fill.ph-fast-forward-circle:before {
    content: "\eade";
}

.ph-fill.ph-fast-forward:before {
    content: "\eadf";
}

.ph-fill.ph-feather:before {
    content: "\eae0";
}

.ph-fill.ph-figma-logo:before {
    content: "\eae1";
}

.ph-fill.ph-file-archive:before {
    content: "\eae2";
}

.ph-fill.ph-file-arrow-down:before {
    content: "\eae3";
}

.ph-fill.ph-file-arrow-up:before {
    content: "\eae4";
}

.ph-fill.ph-file-audio:before {
    content: "\eae5";
}

.ph-fill.ph-file-cloud:before {
    content: "\eae6";
}

.ph-fill.ph-file-code:before {
    content: "\eae7";
}

.ph-fill.ph-file-css:before {
    content: "\eae8";
}

.ph-fill.ph-file-csv:before {
    content: "\eae9";
}

.ph-fill.ph-file-dashed:before, .ph-fill.ph-file-dotted:before {
    content: "\eaea";
}

.ph-fill.ph-file-doc:before {
    content: "\eaeb";
}

.ph-fill.ph-file:before {
    content: "\eaec";
}

.ph-fill.ph-file-html:before {
    content: "\eaed";
}

.ph-fill.ph-file-image:before {
    content: "\eaee";
}

.ph-fill.ph-file-jpg:before {
    content: "\eaef";
}

.ph-fill.ph-file-js:before {
    content: "\eaf0";
}

.ph-fill.ph-file-jsx:before {
    content: "\eaf1";
}

.ph-fill.ph-file-lock:before {
    content: "\eaf2";
}

.ph-fill.ph-file-magnifying-glass:before, .ph-fill.ph-file-search:before {
    content: "\eaf3";
}

.ph-fill.ph-file-minus:before {
    content: "\eaf4";
}

.ph-fill.ph-file-pdf:before {
    content: "\eaf5";
}

.ph-fill.ph-file-plus:before {
    content: "\eaf6";
}

.ph-fill.ph-file-png:before {
    content: "\eaf7";
}

.ph-fill.ph-file-ppt:before {
    content: "\eaf8";
}

.ph-fill.ph-file-rs:before {
    content: "\eaf9";
}

.ph-fill.ph-files:before {
    content: "\eafa";
}

.ph-fill.ph-file-sql:before {
    content: "\eafb";
}

.ph-fill.ph-file-svg:before {
    content: "\eafc";
}

.ph-fill.ph-file-text:before {
    content: "\eafd";
}

.ph-fill.ph-file-ts:before {
    content: "\eafe";
}

.ph-fill.ph-file-tsx:before {
    content: "\eaff";
}

.ph-fill.ph-file-video:before {
    content: "\eb00";
}

.ph-fill.ph-file-vue:before {
    content: "\eb01";
}

.ph-fill.ph-file-x:before {
    content: "\eb02";
}

.ph-fill.ph-file-xls:before {
    content: "\eb03";
}

.ph-fill.ph-file-zip:before {
    content: "\eb04";
}

.ph-fill.ph-film-reel:before {
    content: "\eb05";
}

.ph-fill.ph-film-script:before {
    content: "\eb06";
}

.ph-fill.ph-film-slate:before {
    content: "\eb07";
}

.ph-fill.ph-film-strip:before {
    content: "\eb08";
}

.ph-fill.ph-fingerprint:before {
    content: "\eb09";
}

.ph-fill.ph-fingerprint-simple:before {
    content: "\eb0a";
}

.ph-fill.ph-finn-the-human:before {
    content: "\eb0b";
}

.ph-fill.ph-fire-extinguisher:before {
    content: "\eb0c";
}

.ph-fill.ph-fire:before {
    content: "\eb0d";
}

.ph-fill.ph-fire-simple:before {
    content: "\eb0e";
}

.ph-fill.ph-first-aid:before {
    content: "\eb0f";
}

.ph-fill.ph-first-aid-kit:before {
    content: "\eb10";
}

.ph-fill.ph-fish:before {
    content: "\eb11";
}

.ph-fill.ph-fish-simple:before {
    content: "\eb12";
}

.ph-fill.ph-flag-banner:before {
    content: "\eb13";
}

.ph-fill.ph-flag-checkered:before {
    content: "\eb14";
}

.ph-fill.ph-flag:before {
    content: "\eb15";
}

.ph-fill.ph-flag-pennant:before {
    content: "\eb16";
}

.ph-fill.ph-flame:before {
    content: "\eb17";
}

.ph-fill.ph-flashlight:before {
    content: "\eb18";
}

.ph-fill.ph-flask:before {
    content: "\eb19";
}

.ph-fill.ph-floppy-disk-back:before {
    content: "\eb1a";
}

.ph-fill.ph-floppy-disk:before {
    content: "\eb1b";
}

.ph-fill.ph-flow-arrow:before {
    content: "\eb1c";
}

.ph-fill.ph-flower:before {
    content: "\eb1d";
}

.ph-fill.ph-flower-lotus:before {
    content: "\eb1e";
}

.ph-fill.ph-flower-tulip:before {
    content: "\eb1f";
}

.ph-fill.ph-flying-saucer:before {
    content: "\eb20";
}

.ph-fill.ph-folder-dashed:before, .ph-fill.ph-folder-dotted:before {
    content: "\eb21";
}

.ph-fill.ph-folder:before {
    content: "\eb22";
}

.ph-fill.ph-folder-lock:before {
    content: "\eb23";
}

.ph-fill.ph-folder-minus:before {
    content: "\eb24";
}

.ph-fill.ph-folder-notch:before {
    content: "\eb25";
}

.ph-fill.ph-folder-notch-minus:before {
    content: "\eb26";
}

.ph-fill.ph-folder-notch-open:before {
    content: "\eb27";
}

.ph-fill.ph-folder-notch-plus:before {
    content: "\eb28";
}

.ph-fill.ph-folder-open:before {
    content: "\eb29";
}

.ph-fill.ph-folder-plus:before {
    content: "\eb2a";
}

.ph-fill.ph-folders:before {
    content: "\eb2b";
}

.ph-fill.ph-folder-simple-dashed:before, .ph-fill.ph-folder-simple-dotted:before {
    content: "\eb2c";
}

.ph-fill.ph-folder-simple:before {
    content: "\eb2d";
}

.ph-fill.ph-folder-simple-lock:before {
    content: "\eb2e";
}

.ph-fill.ph-folder-simple-minus:before {
    content: "\eb2f";
}

.ph-fill.ph-folder-simple-plus:before {
    content: "\eb30";
}

.ph-fill.ph-folder-simple-star:before {
    content: "\eb31";
}

.ph-fill.ph-folder-simple-user:before {
    content: "\eb32";
}

.ph-fill.ph-folder-star:before {
    content: "\eb33";
}

.ph-fill.ph-folder-user:before {
    content: "\eb34";
}

.ph-fill.ph-football:before {
    content: "\eb35";
}

.ph-fill.ph-footprints:before {
    content: "\eb36";
}

.ph-fill.ph-fork-knife:before {
    content: "\eb37";
}

.ph-fill.ph-frame-corners:before {
    content: "\eb38";
}

.ph-fill.ph-framer-logo:before {
    content: "\eb39";
}

.ph-fill.ph-function:before {
    content: "\eb3a";
}

.ph-fill.ph-funnel:before {
    content: "\eb3b";
}

.ph-fill.ph-funnel-simple:before {
    content: "\eb3c";
}

.ph-fill.ph-game-controller:before {
    content: "\eb3d";
}

.ph-fill.ph-garage:before {
    content: "\eb3e";
}

.ph-fill.ph-gas-can:before {
    content: "\eb3f";
}

.ph-fill.ph-gas-pump:before {
    content: "\eb40";
}

.ph-fill.ph-gauge:before {
    content: "\eb41";
}

.ph-fill.ph-gavel:before {
    content: "\eb42";
}

.ph-fill.ph-gear:before {
    content: "\eb43";
}

.ph-fill.ph-gear-fine:before {
    content: "\eb44";
}

.ph-fill.ph-gear-six:before {
    content: "\eb45";
}

.ph-fill.ph-gender-female:before {
    content: "\eb46";
}

.ph-fill.ph-gender-intersex:before {
    content: "\eb47";
}

.ph-fill.ph-gender-male:before {
    content: "\eb48";
}

.ph-fill.ph-gender-neuter:before {
    content: "\eb49";
}

.ph-fill.ph-gender-nonbinary:before {
    content: "\eb4a";
}

.ph-fill.ph-gender-transgender:before {
    content: "\eb4b";
}

.ph-fill.ph-ghost:before {
    content: "\eb4c";
}

.ph-fill.ph-gif:before {
    content: "\eb4d";
}

.ph-fill.ph-gift:before {
    content: "\eb4e";
}

.ph-fill.ph-git-branch:before {
    content: "\eb4f";
}

.ph-fill.ph-git-commit:before {
    content: "\eb50";
}

.ph-fill.ph-git-diff:before {
    content: "\eb51";
}

.ph-fill.ph-git-fork:before {
    content: "\eb52";
}

.ph-fill.ph-github-logo:before {
    content: "\eb53";
}

.ph-fill.ph-gitlab-logo:before {
    content: "\eb54";
}

.ph-fill.ph-gitlab-logo-simple:before {
    content: "\eb55";
}

.ph-fill.ph-git-merge:before {
    content: "\eb56";
}

.ph-fill.ph-git-pull-request:before {
    content: "\eb57";
}

.ph-fill.ph-globe:before {
    content: "\eb58";
}

.ph-fill.ph-globe-hemisphere-east:before {
    content: "\eb59";
}

.ph-fill.ph-globe-hemisphere-west:before {
    content: "\eb5a";
}

.ph-fill.ph-globe-simple:before {
    content: "\eb5b";
}

.ph-fill.ph-globe-stand:before {
    content: "\eb5c";
}

.ph-fill.ph-goggles:before {
    content: "\eb5d";
}

.ph-fill.ph-goodreads-logo:before {
    content: "\eb5e";
}

.ph-fill.ph-google-cardboard-logo:before {
    content: "\eb5f";
}

.ph-fill.ph-google-chrome-logo:before {
    content: "\eb60";
}

.ph-fill.ph-google-drive-logo:before {
    content: "\eb61";
}

.ph-fill.ph-google-logo:before {
    content: "\eb62";
}

.ph-fill.ph-google-photos-logo:before {
    content: "\eb63";
}

.ph-fill.ph-google-play-logo:before {
    content: "\eb64";
}

.ph-fill.ph-google-podcasts-logo:before {
    content: "\eb65";
}

.ph-fill.ph-gradient:before {
    content: "\eb66";
}

.ph-fill.ph-graduation-cap:before {
    content: "\eb67";
}

.ph-fill.ph-grains:before {
    content: "\eb68";
}

.ph-fill.ph-grains-slash:before {
    content: "\eb69";
}

.ph-fill.ph-graph:before {
    content: "\eb6a";
}

.ph-fill.ph-grid-four:before {
    content: "\eb6b";
}

.ph-fill.ph-grid-nine:before {
    content: "\eb6c";
}

.ph-fill.ph-guitar:before {
    content: "\eb6d";
}

.ph-fill.ph-hamburger:before {
    content: "\eb6e";
}

.ph-fill.ph-hammer:before {
    content: "\eb6f";
}

.ph-fill.ph-handbag:before {
    content: "\eb70";
}

.ph-fill.ph-handbag-simple:before {
    content: "\eb71";
}

.ph-fill.ph-hand-coins:before {
    content: "\eb72";
}

.ph-fill.ph-hand-eye:before {
    content: "\eb73";
}

.ph-fill.ph-hand:before {
    content: "\eb74";
}

.ph-fill.ph-hand-fist:before {
    content: "\eb75";
}

.ph-fill.ph-hand-grabbing:before {
    content: "\eb76";
}

.ph-fill.ph-hand-heart:before {
    content: "\eb77";
}

.ph-fill.ph-hand-palm:before {
    content: "\eb78";
}

.ph-fill.ph-hand-pointing:before {
    content: "\eb79";
}

.ph-fill.ph-hands-clapping:before {
    content: "\eb7a";
}

.ph-fill.ph-handshake:before {
    content: "\eb7b";
}

.ph-fill.ph-hand-soap:before {
    content: "\eb7c";
}

.ph-fill.ph-hands-praying:before {
    content: "\eb7d";
}

.ph-fill.ph-hand-swipe-left:before {
    content: "\eb7e";
}

.ph-fill.ph-hand-swipe-right:before {
    content: "\eb7f";
}

.ph-fill.ph-hand-tap:before {
    content: "\eb80";
}

.ph-fill.ph-hand-waving:before {
    content: "\eb81";
}

.ph-fill.ph-hard-drive:before {
    content: "\eb82";
}

.ph-fill.ph-hard-drives:before {
    content: "\eb83";
}

.ph-fill.ph-hash:before {
    content: "\eb84";
}

.ph-fill.ph-hash-straight:before {
    content: "\eb85";
}

.ph-fill.ph-headlights:before {
    content: "\eb86";
}

.ph-fill.ph-headphones:before {
    content: "\eb87";
}

.ph-fill.ph-headset:before {
    content: "\eb88";
}

.ph-fill.ph-heartbeat:before {
    content: "\eb89";
}

.ph-fill.ph-heart-break:before {
    content: "\eb8a";
}

.ph-fill.ph-heart:before {
    content: "\eb8b";
}

.ph-fill.ph-heart-half:before {
    content: "\eb8c";
}

.ph-fill.ph-heart-straight-break:before {
    content: "\eb8d";
}

.ph-fill.ph-heart-straight:before {
    content: "\eb8e";
}

.ph-fill.ph-hexagon:before {
    content: "\eb8f";
}

.ph-fill.ph-high-heel:before {
    content: "\eb90";
}

.ph-fill.ph-highlighter-circle:before {
    content: "\eb91";
}

.ph-fill.ph-hoodie:before {
    content: "\eb92";
}

.ph-fill.ph-horse:before {
    content: "\eb93";
}

.ph-fill.ph-hourglass:before {
    content: "\eb94";
}

.ph-fill.ph-hourglass-high:before {
    content: "\eb95";
}

.ph-fill.ph-hourglass-low:before {
    content: "\eb96";
}

.ph-fill.ph-hourglass-medium:before {
    content: "\eb97";
}

.ph-fill.ph-hourglass-simple:before {
    content: "\eb98";
}

.ph-fill.ph-hourglass-simple-high:before {
    content: "\eb99";
}

.ph-fill.ph-hourglass-simple-low:before {
    content: "\eb9a";
}

.ph-fill.ph-hourglass-simple-medium:before {
    content: "\eb9b";
}

.ph-fill.ph-house:before {
    content: "\eb9c";
}

.ph-fill.ph-house-line:before {
    content: "\eb9d";
}

.ph-fill.ph-house-simple:before {
    content: "\eb9e";
}

.ph-fill.ph-ice-cream:before {
    content: "\eb9f";
}

.ph-fill.ph-identification-badge:before {
    content: "\eba0";
}

.ph-fill.ph-identification-card:before {
    content: "\eba1";
}

.ph-fill.ph-image:before {
    content: "\eba2";
}

.ph-fill.ph-images:before {
    content: "\eba3";
}

.ph-fill.ph-image-square:before {
    content: "\eba4";
}

.ph-fill.ph-images-square:before {
    content: "\eba5";
}

.ph-fill.ph-infinity:before {
    content: "\eba6";
}

.ph-fill.ph-info:before {
    content: "\eba7";
}

.ph-fill.ph-instagram-logo:before {
    content: "\eba8";
}

.ph-fill.ph-intersect:before {
    content: "\eba9";
}

.ph-fill.ph-intersect-square:before {
    content: "\ebaa";
}

.ph-fill.ph-intersect-three:before {
    content: "\ebab";
}

.ph-fill.ph-jeep:before {
    content: "\ebac";
}

.ph-fill.ph-kanban:before {
    content: "\ebad";
}

.ph-fill.ph-keyboard:before {
    content: "\ebae";
}

.ph-fill.ph-key:before {
    content: "\ebaf";
}

.ph-fill.ph-keyhole:before {
    content: "\ebb0";
}

.ph-fill.ph-key-return:before {
    content: "\ebb1";
}

.ph-fill.ph-knife:before {
    content: "\ebb2";
}

.ph-fill.ph-ladder:before {
    content: "\ebb3";
}

.ph-fill.ph-ladder-simple:before {
    content: "\ebb4";
}

.ph-fill.ph-lamp:before {
    content: "\ebb5";
}

.ph-fill.ph-laptop:before {
    content: "\ebb6";
}

.ph-fill.ph-layout:before {
    content: "\ebb7";
}

.ph-fill.ph-leaf:before {
    content: "\ebb8";
}

.ph-fill.ph-lifebuoy:before {
    content: "\ebb9";
}

.ph-fill.ph-lightbulb-filament:before {
    content: "\ebba";
}

.ph-fill.ph-lightbulb:before {
    content: "\ebbb";
}

.ph-fill.ph-lighthouse:before {
    content: "\ebbc";
}

.ph-fill.ph-lightning-a:before {
    content: "\ebbd";
}

.ph-fill.ph-lightning:before {
    content: "\ebbe";
}

.ph-fill.ph-lightning-slash:before {
    content: "\ebbf";
}

.ph-fill.ph-line-segment:before {
    content: "\ebc0";
}

.ph-fill.ph-line-segments:before {
    content: "\ebc1";
}

.ph-fill.ph-link-break:before {
    content: "\ebc2";
}

.ph-fill.ph-linkedin-logo:before {
    content: "\ebc3";
}

.ph-fill.ph-link:before {
    content: "\ebc4";
}

.ph-fill.ph-link-simple-break:before {
    content: "\ebc5";
}

.ph-fill.ph-link-simple:before {
    content: "\ebc6";
}

.ph-fill.ph-link-simple-horizontal-break:before {
    content: "\ebc7";
}

.ph-fill.ph-link-simple-horizontal:before {
    content: "\ebc8";
}

.ph-fill.ph-linux-logo:before {
    content: "\ebc9";
}

.ph-fill.ph-list-bullets:before {
    content: "\ebca";
}

.ph-fill.ph-list-checks:before {
    content: "\ebcb";
}

.ph-fill.ph-list-dashes:before {
    content: "\ebcc";
}

.ph-fill.ph-list:before {
    content: "\ebcd";
}

.ph-fill.ph-list-magnifying-glass:before {
    content: "\ebce";
}

.ph-fill.ph-list-numbers:before {
    content: "\ebcf";
}

.ph-fill.ph-list-plus:before {
    content: "\ebd0";
}

.ph-fill.ph-lockers:before {
    content: "\ebd1";
}

.ph-fill.ph-lock:before {
    content: "\ebd2";
}

.ph-fill.ph-lock-key:before {
    content: "\ebd3";
}

.ph-fill.ph-lock-key-open:before {
    content: "\ebd4";
}

.ph-fill.ph-lock-laminated:before {
    content: "\ebd5";
}

.ph-fill.ph-lock-laminated-open:before {
    content: "\ebd6";
}

.ph-fill.ph-lock-open:before {
    content: "\ebd7";
}

.ph-fill.ph-lock-simple:before {
    content: "\ebd8";
}

.ph-fill.ph-lock-simple-open:before {
    content: "\ebd9";
}

.ph-fill.ph-magic-wand:before {
    content: "\ebda";
}

.ph-fill.ph-magnet:before {
    content: "\ebdb";
}

.ph-fill.ph-magnet-straight:before {
    content: "\ebdc";
}

.ph-fill.ph-magnifying-glass:before {
    content: "\ebdd";
}

.ph-fill.ph-magnifying-glass-minus:before {
    content: "\ebde";
}

.ph-fill.ph-magnifying-glass-plus:before {
    content: "\ebdf";
}

.ph-fill.ph-map-pin:before {
    content: "\ebe0";
}

.ph-fill.ph-map-pin-line:before {
    content: "\ebe1";
}

.ph-fill.ph-map-trifold:before {
    content: "\ebe2";
}

.ph-fill.ph-marker-circle:before {
    content: "\ebe3";
}

.ph-fill.ph-martini:before {
    content: "\ebe4";
}

.ph-fill.ph-mask-happy:before {
    content: "\ebe5";
}

.ph-fill.ph-mask-sad:before {
    content: "\ebe6";
}

.ph-fill.ph-math-operations:before {
    content: "\ebe7";
}

.ph-fill.ph-medal:before {
    content: "\ebe8";
}

.ph-fill.ph-medal-military:before {
    content: "\ebe9";
}

.ph-fill.ph-medium-logo:before {
    content: "\ebea";
}

.ph-fill.ph-megaphone:before {
    content: "\ebeb";
}

.ph-fill.ph-megaphone-simple:before {
    content: "\ebec";
}

.ph-fill.ph-messenger-logo:before {
    content: "\ebed";
}

.ph-fill.ph-meta-logo:before {
    content: "\ebee";
}

.ph-fill.ph-metronome:before {
    content: "\ebef";
}

.ph-fill.ph-microphone:before {
    content: "\ebf0";
}

.ph-fill.ph-microphone-slash:before {
    content: "\ebf1";
}

.ph-fill.ph-microphone-stage:before {
    content: "\ebf2";
}

.ph-fill.ph-microsoft-excel-logo:before {
    content: "\ebf3";
}

.ph-fill.ph-microsoft-outlook-logo:before {
    content: "\ebf4";
}

.ph-fill.ph-microsoft-powerpoint-logo:before {
    content: "\ebf5";
}

.ph-fill.ph-microsoft-teams-logo:before {
    content: "\ebf6";
}

.ph-fill.ph-microsoft-word-logo:before {
    content: "\ebf7";
}

.ph-fill.ph-minus-circle:before {
    content: "\ebf8";
}

.ph-fill.ph-minus:before {
    content: "\ebf9";
}

.ph-fill.ph-minus-square:before {
    content: "\ebfa";
}

.ph-fill.ph-money:before {
    content: "\ebfb";
}

.ph-fill.ph-monitor:before {
    content: "\ebfc";
}

.ph-fill.ph-monitor-play:before {
    content: "\ebfd";
}

.ph-fill.ph-moon:before {
    content: "\ebfe";
}

.ph-fill.ph-moon-stars:before {
    content: "\ebff";
}

.ph-fill.ph-moped:before {
    content: "\ec00";
}

.ph-fill.ph-moped-front:before {
    content: "\ec01";
}

.ph-fill.ph-mosque:before {
    content: "\ec02";
}

.ph-fill.ph-motorcycle:before {
    content: "\ec03";
}

.ph-fill.ph-mountains:before {
    content: "\ec04";
}

.ph-fill.ph-mouse:before {
    content: "\ec05";
}

.ph-fill.ph-mouse-simple:before {
    content: "\ec06";
}

.ph-fill.ph-music-note:before {
    content: "\ec07";
}

.ph-fill.ph-music-notes:before {
    content: "\ec08";
}

.ph-fill.ph-music-note-simple:before {
    content: "\ec09";
}

.ph-fill.ph-music-notes-plus:before {
    content: "\ec0a";
}

.ph-fill.ph-music-notes-simple:before {
    content: "\ec0b";
}

.ph-fill.ph-navigation-arrow:before {
    content: "\ec0c";
}

.ph-fill.ph-needle:before {
    content: "\ec0d";
}

.ph-fill.ph-newspaper-clipping:before {
    content: "\ec0e";
}

.ph-fill.ph-newspaper:before {
    content: "\ec0f";
}

.ph-fill.ph-notches:before {
    content: "\ec10";
}

.ph-fill.ph-note-blank:before {
    content: "\ec11";
}

.ph-fill.ph-notebook:before {
    content: "\ec12";
}

.ph-fill.ph-note:before {
    content: "\ec13";
}

.ph-fill.ph-notepad:before {
    content: "\ec14";
}

.ph-fill.ph-note-pencil:before {
    content: "\ec15";
}

.ph-fill.ph-notification:before {
    content: "\ec16";
}

.ph-fill.ph-notion-logo:before {
    content: "\ec17";
}

.ph-fill.ph-number-circle-eight:before {
    content: "\ec18";
}

.ph-fill.ph-number-circle-five:before {
    content: "\ec19";
}

.ph-fill.ph-number-circle-four:before {
    content: "\ec1a";
}

.ph-fill.ph-number-circle-nine:before {
    content: "\ec1b";
}

.ph-fill.ph-number-circle-one:before {
    content: "\ec1c";
}

.ph-fill.ph-number-circle-seven:before {
    content: "\ec1d";
}

.ph-fill.ph-number-circle-six:before {
    content: "\ec1e";
}

.ph-fill.ph-number-circle-three:before {
    content: "\ec1f";
}

.ph-fill.ph-number-circle-two:before {
    content: "\ec20";
}

.ph-fill.ph-number-circle-zero:before {
    content: "\ec21";
}

.ph-fill.ph-number-eight:before {
    content: "\ec22";
}

.ph-fill.ph-number-five:before {
    content: "\ec23";
}

.ph-fill.ph-number-four:before {
    content: "\ec24";
}

.ph-fill.ph-number-nine:before {
    content: "\ec25";
}

.ph-fill.ph-number-one:before {
    content: "\ec26";
}

.ph-fill.ph-number-seven:before {
    content: "\ec27";
}

.ph-fill.ph-number-six:before {
    content: "\ec28";
}

.ph-fill.ph-number-square-eight:before {
    content: "\ec29";
}

.ph-fill.ph-number-square-five:before {
    content: "\ec2a";
}

.ph-fill.ph-number-square-four:before {
    content: "\ec2b";
}

.ph-fill.ph-number-square-nine:before {
    content: "\ec2c";
}

.ph-fill.ph-number-square-one:before {
    content: "\ec2d";
}

.ph-fill.ph-number-square-seven:before {
    content: "\ec2e";
}

.ph-fill.ph-number-square-six:before {
    content: "\ec2f";
}

.ph-fill.ph-number-square-three:before {
    content: "\ec30";
}

.ph-fill.ph-number-square-two:before {
    content: "\ec31";
}

.ph-fill.ph-number-square-zero:before {
    content: "\ec32";
}

.ph-fill.ph-number-three:before {
    content: "\ec33";
}

.ph-fill.ph-number-two:before {
    content: "\ec34";
}

.ph-fill.ph-number-zero:before {
    content: "\ec35";
}

.ph-fill.ph-nut:before {
    content: "\ec36";
}

.ph-fill.ph-ny-times-logo:before {
    content: "\ec37";
}

.ph-fill.ph-octagon:before {
    content: "\ec38";
}

.ph-fill.ph-office-chair:before {
    content: "\ec39";
}

.ph-fill.ph-option:before {
    content: "\ec3a";
}

.ph-fill.ph-orange-slice:before {
    content: "\ec3b";
}

.ph-fill.ph-package:before {
    content: "\ec3c";
}

.ph-fill.ph-paint-brush-broad:before {
    content: "\ec3d";
}

.ph-fill.ph-paint-brush:before {
    content: "\ec3e";
}

.ph-fill.ph-paint-brush-household:before {
    content: "\ec3f";
}

.ph-fill.ph-paint-bucket:before {
    content: "\ec40";
}

.ph-fill.ph-paint-roller:before {
    content: "\ec41";
}

.ph-fill.ph-palette:before {
    content: "\ec42";
}

.ph-fill.ph-pants:before {
    content: "\ec43";
}

.ph-fill.ph-paperclip:before {
    content: "\ec44";
}

.ph-fill.ph-paperclip-horizontal:before {
    content: "\ec45";
}

.ph-fill.ph-paper-plane:before {
    content: "\ec46";
}

.ph-fill.ph-paper-plane-right:before {
    content: "\ec47";
}

.ph-fill.ph-paper-plane-tilt:before {
    content: "\ec48";
}

.ph-fill.ph-parachute:before {
    content: "\ec49";
}

.ph-fill.ph-paragraph:before {
    content: "\ec4a";
}

.ph-fill.ph-parallelogram:before {
    content: "\ec4b";
}

.ph-fill.ph-park:before {
    content: "\ec4c";
}

.ph-fill.ph-password:before {
    content: "\ec4d";
}

.ph-fill.ph-path:before {
    content: "\ec4e";
}

.ph-fill.ph-patreon-logo:before {
    content: "\ec4f";
}

.ph-fill.ph-pause-circle:before {
    content: "\ec50";
}

.ph-fill.ph-pause:before {
    content: "\ec51";
}

.ph-fill.ph-paw-print:before {
    content: "\ec52";
}

.ph-fill.ph-paypal-logo:before {
    content: "\ec53";
}

.ph-fill.ph-peace:before {
    content: "\ec54";
}

.ph-fill.ph-pencil-circle:before {
    content: "\ec55";
}

.ph-fill.ph-pencil:before {
    content: "\ec56";
}

.ph-fill.ph-pencil-line:before {
    content: "\ec57";
}

.ph-fill.ph-pencil-simple:before {
    content: "\ec58";
}

.ph-fill.ph-pencil-simple-line:before {
    content: "\ec59";
}

.ph-fill.ph-pencil-simple-slash:before {
    content: "\ec5a";
}

.ph-fill.ph-pencil-slash:before {
    content: "\ec5b";
}

.ph-fill.ph-pen:before {
    content: "\ec5c";
}

.ph-fill.ph-pen-nib:before {
    content: "\ec5d";
}

.ph-fill.ph-pen-nib-straight:before {
    content: "\ec5e";
}

.ph-fill.ph-pentagram:before {
    content: "\ec5f";
}

.ph-fill.ph-pepper:before {
    content: "\ec60";
}

.ph-fill.ph-percent:before {
    content: "\ec61";
}

.ph-fill.ph-person-arms-spread:before {
    content: "\ec62";
}

.ph-fill.ph-person:before {
    content: "\ec63";
}

.ph-fill.ph-person-simple-bike:before {
    content: "\ec64";
}

.ph-fill.ph-person-simple:before {
    content: "\ec65";
}

.ph-fill.ph-person-simple-run:before {
    content: "\ec66";
}

.ph-fill.ph-person-simple-throw:before {
    content: "\ec67";
}

.ph-fill.ph-person-simple-walk:before {
    content: "\ec68";
}

.ph-fill.ph-perspective:before {
    content: "\ec69";
}

.ph-fill.ph-phone-call:before {
    content: "\ec6a";
}

.ph-fill.ph-phone-disconnect:before {
    content: "\ec6b";
}

.ph-fill.ph-phone:before {
    content: "\ec6c";
}

.ph-fill.ph-phone-incoming:before {
    content: "\ec6d";
}

.ph-fill.ph-phone-outgoing:before {
    content: "\ec6e";
}

.ph-fill.ph-phone-plus:before {
    content: "\ec6f";
}

.ph-fill.ph-phone-slash:before {
    content: "\ec70";
}

.ph-fill.ph-phone-x:before {
    content: "\ec71";
}

.ph-fill.ph-phosphor-logo:before {
    content: "\ec72";
}

.ph-fill.ph-piano-keys:before {
    content: "\ec73";
}

.ph-fill.ph-picture-in-picture:before {
    content: "\ec74";
}

.ph-fill.ph-pi:before {
    content: "\ec75";
}

.ph-fill.ph-piggy-bank:before {
    content: "\ec76";
}

.ph-fill.ph-pill:before {
    content: "\ec77";
}

.ph-fill.ph-pinterest-logo:before {
    content: "\ec78";
}

.ph-fill.ph-pinwheel:before {
    content: "\ec79";
}

.ph-fill.ph-pizza:before {
    content: "\ec7a";
}

.ph-fill.ph-placeholder:before {
    content: "\ec7b";
}

.ph-fill.ph-planet:before {
    content: "\ec7c";
}

.ph-fill.ph-plant:before {
    content: "\ec7d";
}

.ph-fill.ph-play-circle:before {
    content: "\ec7e";
}

.ph-fill.ph-play:before {
    content: "\ec7f";
}

.ph-fill.ph-playlist:before {
    content: "\ec80";
}

.ph-fill.ph-play-pause:before {
    content: "\ec81";
}

.ph-fill.ph-plug-charging:before {
    content: "\ec82";
}

.ph-fill.ph-plug:before {
    content: "\ec83";
}

.ph-fill.ph-plugs-connected:before {
    content: "\ec84";
}

.ph-fill.ph-plugs:before {
    content: "\ec85";
}

.ph-fill.ph-plus-circle:before {
    content: "\ec86";
}

.ph-fill.ph-plus:before {
    content: "\ec87";
}

.ph-fill.ph-plus-minus:before {
    content: "\ec88";
}

.ph-fill.ph-plus-square:before {
    content: "\ec89";
}

.ph-fill.ph-poker-chip:before {
    content: "\ec8a";
}

.ph-fill.ph-police-car:before {
    content: "\ec8b";
}

.ph-fill.ph-polygon:before {
    content: "\ec8c";
}

.ph-fill.ph-popcorn:before {
    content: "\ec8d";
}

.ph-fill.ph-potted-plant:before {
    content: "\ec8e";
}

.ph-fill.ph-power:before {
    content: "\ec8f";
}

.ph-fill.ph-prescription:before {
    content: "\ec90";
}

.ph-fill.ph-presentation-chart:before {
    content: "\ec91";
}

.ph-fill.ph-presentation:before {
    content: "\ec92";
}

.ph-fill.ph-printer:before {
    content: "\ec93";
}

.ph-fill.ph-prohibit:before {
    content: "\ec94";
}

.ph-fill.ph-prohibit-inset:before {
    content: "\ec95";
}

.ph-fill.ph-projector-screen-chart:before {
    content: "\ec96";
}

.ph-fill.ph-projector-screen:before {
    content: "\ec97";
}

.ph-fill.ph-pulse:before, .ph-fill.ph-activity:before {
    content: "\ec98";
}

.ph-fill.ph-push-pin:before {
    content: "\ec99";
}

.ph-fill.ph-push-pin-simple:before {
    content: "\ec9a";
}

.ph-fill.ph-push-pin-simple-slash:before {
    content: "\ec9b";
}

.ph-fill.ph-push-pin-slash:before {
    content: "\ec9c";
}

.ph-fill.ph-puzzle-piece:before {
    content: "\ec9d";
}

.ph-fill.ph-qr-code:before {
    content: "\ec9e";
}

.ph-fill.ph-question:before {
    content: "\ec9f";
}

.ph-fill.ph-queue:before {
    content: "\eca0";
}

.ph-fill.ph-quotes:before {
    content: "\eca1";
}

.ph-fill.ph-radical:before {
    content: "\eca2";
}

.ph-fill.ph-radioactive:before {
    content: "\eca3";
}

.ph-fill.ph-radio-button:before {
    content: "\eca4";
}

.ph-fill.ph-radio:before {
    content: "\eca5";
}

.ph-fill.ph-rainbow-cloud:before {
    content: "\eca6";
}

.ph-fill.ph-rainbow:before {
    content: "\eca7";
}

.ph-fill.ph-read-cv-logo:before {
    content: "\eca8";
}

.ph-fill.ph-receipt:before {
    content: "\eca9";
}

.ph-fill.ph-receipt-x:before {
    content: "\ecaa";
}

.ph-fill.ph-record:before {
    content: "\ecab";
}

.ph-fill.ph-rectangle:before {
    content: "\ecac";
}

.ph-fill.ph-recycle:before {
    content: "\ecad";
}

.ph-fill.ph-reddit-logo:before {
    content: "\ecae";
}

.ph-fill.ph-repeat:before {
    content: "\ecaf";
}

.ph-fill.ph-repeat-once:before {
    content: "\ecb0";
}

.ph-fill.ph-rewind-circle:before {
    content: "\ecb1";
}

.ph-fill.ph-rewind:before {
    content: "\ecb2";
}

.ph-fill.ph-road-horizon:before {
    content: "\ecb3";
}

.ph-fill.ph-robot:before {
    content: "\ecb4";
}

.ph-fill.ph-rocket:before {
    content: "\ecb5";
}

.ph-fill.ph-rocket-launch:before {
    content: "\ecb6";
}

.ph-fill.ph-rows:before {
    content: "\ecb7";
}

.ph-fill.ph-rss:before {
    content: "\ecb8";
}

.ph-fill.ph-rss-simple:before {
    content: "\ecb9";
}

.ph-fill.ph-rug:before {
    content: "\ecba";
}

.ph-fill.ph-ruler:before {
    content: "\ecbb";
}

.ph-fill.ph-scales:before {
    content: "\ecbc";
}

.ph-fill.ph-scan:before {
    content: "\ecbd";
}

.ph-fill.ph-scissors:before {
    content: "\ecbe";
}

.ph-fill.ph-scooter:before {
    content: "\ecbf";
}

.ph-fill.ph-screencast:before {
    content: "\ecc0";
}

.ph-fill.ph-scribble-loop:before {
    content: "\ecc1";
}

.ph-fill.ph-scroll:before {
    content: "\ecc2";
}

.ph-fill.ph-seal-check:before, .ph-fill.ph-circle-wavy-check:before {
    content: "\ecc3";
}

.ph-fill.ph-seal:before, .ph-fill.ph-circle-wavy:before {
    content: "\ecc4";
}

.ph-fill.ph-seal-question:before, .ph-fill.ph-circle-wavy-question:before {
    content: "\ecc5";
}

.ph-fill.ph-seal-warning:before, .ph-fill.ph-circle-wavy-warning:before {
    content: "\ecc6";
}

.ph-fill.ph-selection-all:before {
    content: "\ecc7";
}

.ph-fill.ph-selection-background:before {
    content: "\ecc8";
}

.ph-fill.ph-selection:before {
    content: "\ecc9";
}

.ph-fill.ph-selection-foreground:before {
    content: "\ecca";
}

.ph-fill.ph-selection-inverse:before {
    content: "\eccb";
}

.ph-fill.ph-selection-plus:before {
    content: "\eccc";
}

.ph-fill.ph-selection-slash:before {
    content: "\eccd";
}

.ph-fill.ph-shapes:before {
    content: "\ecce";
}

.ph-fill.ph-share-fat:before {
    content: "\eccf";
}

.ph-fill.ph-share:before {
    content: "\ecd0";
}

.ph-fill.ph-share-network:before {
    content: "\ecd1";
}

.ph-fill.ph-shield-checkered:before {
    content: "\ecd2";
}

.ph-fill.ph-shield-check:before {
    content: "\ecd3";
}

.ph-fill.ph-shield-chevron:before {
    content: "\ecd4";
}

.ph-fill.ph-shield:before {
    content: "\ecd5";
}

.ph-fill.ph-shield-plus:before {
    content: "\ecd6";
}

.ph-fill.ph-shield-slash:before {
    content: "\ecd7";
}

.ph-fill.ph-shield-star:before {
    content: "\ecd8";
}

.ph-fill.ph-shield-warning:before {
    content: "\ecd9";
}

.ph-fill.ph-shirt-folded:before {
    content: "\ecda";
}

.ph-fill.ph-shooting-star:before {
    content: "\ecdb";
}

.ph-fill.ph-shopping-bag:before {
    content: "\ecdc";
}

.ph-fill.ph-shopping-bag-open:before {
    content: "\ecdd";
}

.ph-fill.ph-shopping-cart:before {
    content: "\ecde";
}

.ph-fill.ph-shopping-cart-simple:before {
    content: "\ecdf";
}

.ph-fill.ph-shower:before {
    content: "\ece0";
}

.ph-fill.ph-shrimp:before {
    content: "\ece1";
}

.ph-fill.ph-shuffle-angular:before {
    content: "\ece2";
}

.ph-fill.ph-shuffle:before {
    content: "\ece3";
}

.ph-fill.ph-shuffle-simple:before {
    content: "\ece4";
}

.ph-fill.ph-sidebar:before {
    content: "\ece5";
}

.ph-fill.ph-sidebar-simple:before {
    content: "\ece6";
}

.ph-fill.ph-sigma:before {
    content: "\ece7";
}

.ph-fill.ph-signature:before {
    content: "\ece8";
}

.ph-fill.ph-sign-in:before {
    content: "\ece9";
}

.ph-fill.ph-sign-out:before {
    content: "\ecea";
}

.ph-fill.ph-signpost:before {
    content: "\eceb";
}

.ph-fill.ph-sim-card:before {
    content: "\ecec";
}

.ph-fill.ph-siren:before {
    content: "\eced";
}

.ph-fill.ph-sketch-logo:before {
    content: "\ecee";
}

.ph-fill.ph-skip-back-circle:before {
    content: "\ecef";
}

.ph-fill.ph-skip-back:before {
    content: "\ecf0";
}

.ph-fill.ph-skip-forward-circle:before {
    content: "\ecf1";
}

.ph-fill.ph-skip-forward:before {
    content: "\ecf2";
}

.ph-fill.ph-skull:before {
    content: "\ecf3";
}

.ph-fill.ph-slack-logo:before {
    content: "\ecf4";
}

.ph-fill.ph-sliders:before {
    content: "\ecf5";
}

.ph-fill.ph-sliders-horizontal:before {
    content: "\ecf6";
}

.ph-fill.ph-slideshow:before {
    content: "\ecf7";
}

.ph-fill.ph-smiley-angry:before {
    content: "\ecf8";
}

.ph-fill.ph-smiley-blank:before {
    content: "\ecf9";
}

.ph-fill.ph-smiley:before {
    content: "\ecfa";
}

.ph-fill.ph-smiley-meh:before {
    content: "\ecfb";
}

.ph-fill.ph-smiley-nervous:before {
    content: "\ecfc";
}

.ph-fill.ph-smiley-sad:before {
    content: "\ecfd";
}

.ph-fill.ph-smiley-sticker:before {
    content: "\ecfe";
}

.ph-fill.ph-smiley-wink:before {
    content: "\ecff";
}

.ph-fill.ph-smiley-x-eyes:before {
    content: "\ed00";
}

.ph-fill.ph-snapchat-logo:before {
    content: "\ed01";
}

.ph-fill.ph-sneaker:before {
    content: "\ed02";
}

.ph-fill.ph-sneaker-move:before {
    content: "\ed03";
}

.ph-fill.ph-snowflake:before {
    content: "\ed04";
}

.ph-fill.ph-soccer-ball:before {
    content: "\ed05";
}

.ph-fill.ph-sort-ascending:before {
    content: "\ed06";
}

.ph-fill.ph-sort-descending:before {
    content: "\ed07";
}

.ph-fill.ph-soundcloud-logo:before {
    content: "\ed08";
}

.ph-fill.ph-spade:before {
    content: "\ed09";
}

.ph-fill.ph-sparkle:before {
    content: "\ed0a";
}

.ph-fill.ph-speaker-hifi:before {
    content: "\ed0b";
}

.ph-fill.ph-speaker-high:before {
    content: "\ed0c";
}

.ph-fill.ph-speaker-low:before {
    content: "\ed0d";
}

.ph-fill.ph-speaker-none:before {
    content: "\ed0e";
}

.ph-fill.ph-speaker-simple-high:before {
    content: "\ed0f";
}

.ph-fill.ph-speaker-simple-low:before {
    content: "\ed10";
}

.ph-fill.ph-speaker-simple-none:before {
    content: "\ed11";
}

.ph-fill.ph-speaker-simple-slash:before {
    content: "\ed12";
}

.ph-fill.ph-speaker-simple-x:before {
    content: "\ed13";
}

.ph-fill.ph-speaker-slash:before {
    content: "\ed14";
}

.ph-fill.ph-speaker-x:before {
    content: "\ed15";
}

.ph-fill.ph-spinner:before {
    content: "\ed16";
}

.ph-fill.ph-spinner-gap:before {
    content: "\ed17";
}

.ph-fill.ph-spiral:before {
    content: "\ed18";
}

.ph-fill.ph-split-horizontal:before {
    content: "\ed19";
}

.ph-fill.ph-split-vertical:before {
    content: "\ed1a";
}

.ph-fill.ph-spotify-logo:before {
    content: "\ed1b";
}

.ph-fill.ph-square:before {
    content: "\ed1c";
}

.ph-fill.ph-square-half-bottom:before {
    content: "\ed1d";
}

.ph-fill.ph-square-half:before {
    content: "\ed1e";
}

.ph-fill.ph-square-logo:before {
    content: "\ed1f";
}

.ph-fill.ph-squares-four:before {
    content: "\ed20";
}

.ph-fill.ph-square-split-horizontal:before {
    content: "\ed21";
}

.ph-fill.ph-square-split-vertical:before {
    content: "\ed22";
}

.ph-fill.ph-stack:before {
    content: "\ed23";
}

.ph-fill.ph-stack-overflow-logo:before {
    content: "\ed24";
}

.ph-fill.ph-stack-simple:before {
    content: "\ed25";
}

.ph-fill.ph-stairs:before {
    content: "\ed26";
}

.ph-fill.ph-stamp:before {
    content: "\ed27";
}

.ph-fill.ph-star-and-crescent:before {
    content: "\ed28";
}

.ph-fill.ph-star:before {
    content: "\ed29";
}

.ph-fill.ph-star-four:before {
    content: "\ed2a";
}

.ph-fill.ph-star-half:before {
    content: "\ed2b";
}

.ph-fill.ph-star-of-david:before {
    content: "\ed2c";
}

.ph-fill.ph-steering-wheel:before {
    content: "\ed2d";
}

.ph-fill.ph-steps:before {
    content: "\ed2e";
}

.ph-fill.ph-stethoscope:before {
    content: "\ed2f";
}

.ph-fill.ph-sticker:before {
    content: "\ed30";
}

.ph-fill.ph-stool:before {
    content: "\ed31";
}

.ph-fill.ph-stop-circle:before {
    content: "\ed32";
}

.ph-fill.ph-stop:before {
    content: "\ed33";
}

.ph-fill.ph-storefront:before {
    content: "\ed34";
}

.ph-fill.ph-strategy:before {
    content: "\ed35";
}

.ph-fill.ph-stripe-logo:before {
    content: "\ed36";
}

.ph-fill.ph-student:before {
    content: "\ed37";
}

.ph-fill.ph-subtitles:before {
    content: "\ed38";
}

.ph-fill.ph-subtract:before {
    content: "\ed39";
}

.ph-fill.ph-subtract-square:before {
    content: "\ed3a";
}

.ph-fill.ph-suitcase:before {
    content: "\ed3b";
}

.ph-fill.ph-suitcase-rolling:before {
    content: "\ed3c";
}

.ph-fill.ph-suitcase-simple:before {
    content: "\ed3d";
}

.ph-fill.ph-sun-dim:before {
    content: "\ed3e";
}

.ph-fill.ph-sun:before {
    content: "\ed3f";
}

.ph-fill.ph-sunglasses:before {
    content: "\ed40";
}

.ph-fill.ph-sun-horizon:before {
    content: "\ed41";
}

.ph-fill.ph-swap:before {
    content: "\ed42";
}

.ph-fill.ph-swatches:before {
    content: "\ed43";
}

.ph-fill.ph-swimming-pool:before {
    content: "\ed44";
}

.ph-fill.ph-sword:before {
    content: "\ed45";
}

.ph-fill.ph-synagogue:before {
    content: "\ed46";
}

.ph-fill.ph-syringe:before {
    content: "\ed47";
}

.ph-fill.ph-table:before {
    content: "\ed48";
}

.ph-fill.ph-tabs:before {
    content: "\ed49";
}

.ph-fill.ph-tag-chevron:before {
    content: "\ed4a";
}

.ph-fill.ph-tag:before {
    content: "\ed4b";
}

.ph-fill.ph-tag-simple:before {
    content: "\ed4c";
}

.ph-fill.ph-target:before {
    content: "\ed4d";
}

.ph-fill.ph-taxi:before {
    content: "\ed4e";
}

.ph-fill.ph-telegram-logo:before {
    content: "\ed4f";
}

.ph-fill.ph-television:before {
    content: "\ed50";
}

.ph-fill.ph-television-simple:before {
    content: "\ed51";
}

.ph-fill.ph-tennis-ball:before {
    content: "\ed52";
}

.ph-fill.ph-tent:before {
    content: "\ed53";
}

.ph-fill.ph-terminal:before {
    content: "\ed54";
}

.ph-fill.ph-terminal-window:before {
    content: "\ed55";
}

.ph-fill.ph-test-tube:before {
    content: "\ed56";
}

.ph-fill.ph-text-aa:before {
    content: "\ed57";
}

.ph-fill.ph-text-align-center:before {
    content: "\ed58";
}

.ph-fill.ph-text-align-justify:before {
    content: "\ed59";
}

.ph-fill.ph-text-align-left:before {
    content: "\ed5a";
}

.ph-fill.ph-text-align-right:before {
    content: "\ed5b";
}

.ph-fill.ph-text-a-underline:before {
    content: "\ed5c";
}

.ph-fill.ph-text-b:before, .ph-fill.ph-text-bolder:before {
    content: "\ed5d";
}

.ph-fill.ph-textbox:before {
    content: "\ed5e";
}

.ph-fill.ph-text-columns:before {
    content: "\ed5f";
}

.ph-fill.ph-text-h:before {
    content: "\ed60";
}

.ph-fill.ph-text-h-five:before {
    content: "\ed61";
}

.ph-fill.ph-text-h-four:before {
    content: "\ed62";
}

.ph-fill.ph-text-h-one:before {
    content: "\ed63";
}

.ph-fill.ph-text-h-six:before {
    content: "\ed64";
}

.ph-fill.ph-text-h-three:before {
    content: "\ed65";
}

.ph-fill.ph-text-h-two:before {
    content: "\ed66";
}

.ph-fill.ph-text-indent:before {
    content: "\ed67";
}

.ph-fill.ph-text-italic:before {
    content: "\ed68";
}

.ph-fill.ph-text-outdent:before {
    content: "\ed69";
}

.ph-fill.ph-text-strikethrough:before {
    content: "\ed6a";
}

.ph-fill.ph-text-t:before {
    content: "\ed6b";
}

.ph-fill.ph-text-underline:before {
    content: "\ed6c";
}

.ph-fill.ph-thermometer-cold:before {
    content: "\ed6d";
}

.ph-fill.ph-thermometer:before {
    content: "\ed6e";
}

.ph-fill.ph-thermometer-hot:before {
    content: "\ed6f";
}

.ph-fill.ph-thermometer-simple:before {
    content: "\ed70";
}

.ph-fill.ph-thumbs-down:before {
    content: "\ed71";
}

.ph-fill.ph-thumbs-up:before {
    content: "\ed72";
}

.ph-fill.ph-ticket:before {
    content: "\ed73";
}

.ph-fill.ph-tidal-logo:before {
    content: "\ed74";
}

.ph-fill.ph-tiktok-logo:before {
    content: "\ed75";
}

.ph-fill.ph-timer:before {
    content: "\ed76";
}

.ph-fill.ph-tipi:before {
    content: "\ed77";
}

.ph-fill.ph-toggle-left:before {
    content: "\ed78";
}

.ph-fill.ph-toggle-right:before {
    content: "\ed79";
}

.ph-fill.ph-toilet:before {
    content: "\ed7a";
}

.ph-fill.ph-toilet-paper:before {
    content: "\ed7b";
}

.ph-fill.ph-toolbox:before {
    content: "\ed7c";
}

.ph-fill.ph-tooth:before {
    content: "\ed7d";
}

.ph-fill.ph-tote:before {
    content: "\ed7e";
}

.ph-fill.ph-tote-simple:before {
    content: "\ed7f";
}

.ph-fill.ph-trademark:before {
    content: "\ed80";
}

.ph-fill.ph-trademark-registered:before {
    content: "\ed81";
}

.ph-fill.ph-traffic-cone:before {
    content: "\ed82";
}

.ph-fill.ph-traffic-signal:before {
    content: "\ed83";
}

.ph-fill.ph-traffic-sign:before {
    content: "\ed84";
}

.ph-fill.ph-train:before {
    content: "\ed85";
}

.ph-fill.ph-train-regional:before {
    content: "\ed86";
}

.ph-fill.ph-train-simple:before {
    content: "\ed87";
}

.ph-fill.ph-tram:before {
    content: "\ed88";
}

.ph-fill.ph-translate:before {
    content: "\ed89";
}

.ph-fill.ph-trash:before {
    content: "\ed8a";
}

.ph-fill.ph-trash-simple:before {
    content: "\ed8b";
}

.ph-fill.ph-tray:before {
    content: "\ed8c";
}

.ph-fill.ph-tree-evergreen:before {
    content: "\ed8d";
}

.ph-fill.ph-tree:before {
    content: "\ed8e";
}

.ph-fill.ph-tree-palm:before {
    content: "\ed8f";
}

.ph-fill.ph-tree-structure:before {
    content: "\ed90";
}

.ph-fill.ph-trend-down:before {
    content: "\ed91";
}

.ph-fill.ph-trend-up:before {
    content: "\ed92";
}

.ph-fill.ph-triangle:before {
    content: "\ed93";
}

.ph-fill.ph-trophy:before {
    content: "\ed94";
}

.ph-fill.ph-truck:before {
    content: "\ed95";
}

.ph-fill.ph-t-shirt:before {
    content: "\ed96";
}

.ph-fill.ph-twitch-logo:before {
    content: "\ed97";
}

.ph-fill.ph-twitter-logo:before {
    content: "\ed98";
}

.ph-fill.ph-umbrella:before {
    content: "\ed99";
}

.ph-fill.ph-umbrella-simple:before {
    content: "\ed9a";
}

.ph-fill.ph-unite:before {
    content: "\ed9b";
}

.ph-fill.ph-unite-square:before {
    content: "\ed9c";
}

.ph-fill.ph-upload:before {
    content: "\ed9d";
}

.ph-fill.ph-upload-simple:before {
    content: "\ed9e";
}

.ph-fill.ph-usb:before {
    content: "\ed9f";
}

.ph-fill.ph-user-circle:before {
    content: "\eda0";
}

.ph-fill.ph-user-circle-gear:before {
    content: "\eda1";
}

.ph-fill.ph-user-circle-minus:before {
    content: "\eda2";
}

.ph-fill.ph-user-circle-plus:before {
    content: "\eda3";
}

.ph-fill.ph-user:before {
    content: "\eda4";
}

.ph-fill.ph-user-focus:before {
    content: "\eda5";
}

.ph-fill.ph-user-gear:before {
    content: "\eda6";
}

.ph-fill.ph-user-list:before {
    content: "\eda7";
}

.ph-fill.ph-user-minus:before {
    content: "\eda8";
}

.ph-fill.ph-user-plus:before {
    content: "\eda9";
}

.ph-fill.ph-user-rectangle:before {
    content: "\edaa";
}

.ph-fill.ph-users:before {
    content: "\edab";
}

.ph-fill.ph-users-four:before {
    content: "\edac";
}

.ph-fill.ph-user-square:before {
    content: "\edad";
}

.ph-fill.ph-users-three:before {
    content: "\edae";
}

.ph-fill.ph-user-switch:before {
    content: "\edaf";
}

.ph-fill.ph-van:before {
    content: "\edb0";
}

.ph-fill.ph-vault:before {
    content: "\edb1";
}

.ph-fill.ph-vibrate:before {
    content: "\edb2";
}

.ph-fill.ph-video-camera:before {
    content: "\edb3";
}

.ph-fill.ph-video-camera-slash:before {
    content: "\edb4";
}

.ph-fill.ph-video:before {
    content: "\edb5";
}

.ph-fill.ph-vignette:before {
    content: "\edb6";
}

.ph-fill.ph-vinyl-record:before {
    content: "\edb7";
}

.ph-fill.ph-virtual-reality:before {
    content: "\edb8";
}

.ph-fill.ph-virus:before {
    content: "\edb9";
}

.ph-fill.ph-voicemail:before {
    content: "\edba";
}

.ph-fill.ph-volleyball:before {
    content: "\edbb";
}

.ph-fill.ph-wallet:before {
    content: "\edbc";
}

.ph-fill.ph-wall:before {
    content: "\edbd";
}

.ph-fill.ph-warehouse:before {
    content: "\edbe";
}

.ph-fill.ph-warning-circle:before {
    content: "\edbf";
}

.ph-fill.ph-warning-diamond:before {
    content: "\edc0";
}

.ph-fill.ph-warning:before {
    content: "\edc1";
}

.ph-fill.ph-warning-octagon:before {
    content: "\edc2";
}

.ph-fill.ph-watch:before {
    content: "\edc3";
}

.ph-fill.ph-waveform:before {
    content: "\edc4";
}

.ph-fill.ph-wave-sawtooth:before {
    content: "\edc5";
}

.ph-fill.ph-waves:before {
    content: "\edc6";
}

.ph-fill.ph-wave-sine:before {
    content: "\edc7";
}

.ph-fill.ph-wave-square:before {
    content: "\edc8";
}

.ph-fill.ph-wave-triangle:before {
    content: "\edc9";
}

.ph-fill.ph-webcam:before {
    content: "\edca";
}

.ph-fill.ph-webcam-slash:before {
    content: "\edcb";
}

.ph-fill.ph-webhooks-logo:before {
    content: "\edcc";
}

.ph-fill.ph-wechat-logo:before {
    content: "\edcd";
}

.ph-fill.ph-whatsapp-logo:before {
    content: "\edce";
}

.ph-fill.ph-wheelchair:before {
    content: "\edcf";
}

.ph-fill.ph-wheelchair-motion:before {
    content: "\edd0";
}

.ph-fill.ph-wifi-high:before {
    content: "\edd1";
}

.ph-fill.ph-wifi-low:before {
    content: "\edd2";
}

.ph-fill.ph-wifi-medium:before {
    content: "\edd3";
}

.ph-fill.ph-wifi-none:before {
    content: "\edd4";
}

.ph-fill.ph-wifi-slash:before {
    content: "\edd5";
}

.ph-fill.ph-wifi-x:before {
    content: "\edd6";
}

.ph-fill.ph-wind:before {
    content: "\edd7";
}

.ph-fill.ph-windows-logo:before {
    content: "\edd8";
}

.ph-fill.ph-wine:before {
    content: "\edd9";
}

.ph-fill.ph-wrench:before {
    content: "\edda";
}

.ph-fill.ph-x-circle:before {
    content: "\eddb";
}

.ph-fill.ph-x:before {
    content: "\eddc";
}

.ph-fill.ph-x-square:before {
    content: "\eddd";
}

.ph-fill.ph-yin-yang:before {
    content: "\edde";
}

.ph-fill.ph-youtube-logo:before {
    content: "\eddf";
}


@font-face {
    font-family: "Phosphor-Fill";
    src: url("fonts/Phosphor-Fill.woff2") format("woff2"),
    url("fonts/Phosphor-Fill.woff") format("woff"),
    url("fonts/Phosphor-Fill.ttf") format("truetype"),
    url("images/Phosphor-Fill.svg#Phosphor-Fill") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ph-fill {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Phosphor-Fill" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-address-book:before {
    content: "\e900";
}


.ph-fill.ph-airplane-takeoff:before {
    content: "\e904";
}


.ph-fill.ph-arrow-right:before {
    content: "\e95c";
}


.ph-fill.ph-brain:before {
    content: "\e9d1";
}


.ph-fill.ph-caret-down:before {
    content: "\e9fd";
}


.ph-fill.ph-chart-bar:before {
    content: "\ea17";
}


.ph-fill.ph-check-circle:before {
    content: "\ea30";
}


.ph-fill.ph-coin:before {
    content: "\ea5e";
}


.ph-fill.ph-envelope-simple:before {
    content: "\eac7";
}


.ph-fill.ph-graph:before {
    content: "\eb6a";
}


.ph-fill.ph-lightbulb:before {
    content: "\ebbb";
}


.ph-fill.ph-lightning:before {
    content: "\ebbe";
}


.ph-fill.ph-list:before {
    content: "\ebcd";
}


.ph-fill.ph-lock:before {
    content: "\ebd2";
}


.ph-fill.ph-map-pin:before {
    content: "\ebe0";
}


.ph-fill.ph-money:before {
    content: "\ebfb";
}


.ph-fill.ph-play-circle:before {
    content: "\ec7e";
}


.ph-fill.ph-robot:before {
    content: "\ecb4";
}


.ph-fill.ph-shield-check:before {
    content: "\ecd3";
}


.ph-fill.ph-smiley:before {
    content: "\ecfa";
}


.ph-fill.ph-trademark:before {
    content: "\ed80";
}


.ph-fill.ph-user:before {
    content: "\eda4";
}


.ph-fill.ph-x:before {
    content: "\eddc";
}


@font-face {
    font-family: "Phosphor-Fill";
    src: url("./Phosphor-Fill.woff2") format("woff2"),
    url("./Phosphor-Fill.woff") format("woff"),
    url("./Phosphor-Fill.ttf") format("truetype"),
    url("./Phosphor-Fill.svg#Phosphor-Fill") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ph-fill {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Phosphor-Fill" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-address-book:before {
    content: "\e900";
}

.ph-fill.ph-airplane:before {
    content: "\e901";
}

.ph-fill.ph-airplane-in-flight:before {
    content: "\e902";
}

.ph-fill.ph-airplane-landing:before {
    content: "\e903";
}

.ph-fill.ph-airplane-takeoff:before {
    content: "\e904";
}

.ph-fill.ph-airplane-tilt:before {
    content: "\e905";
}

.ph-fill.ph-airplay:before {
    content: "\e906";
}

.ph-fill.ph-air-traffic-control:before {
    content: "\e907";
}

.ph-fill.ph-alarm:before {
    content: "\e908";
}

.ph-fill.ph-alien:before {
    content: "\e909";
}

.ph-fill.ph-align-bottom:before {
    content: "\e90a";
}

.ph-fill.ph-align-bottom-simple:before {
    content: "\e90b";
}

.ph-fill.ph-align-center-horizontal:before {
    content: "\e90c";
}

.ph-fill.ph-align-center-horizontal-simple:before {
    content: "\e90d";
}

.ph-fill.ph-align-center-vertical:before {
    content: "\e90e";
}

.ph-fill.ph-align-center-vertical-simple:before {
    content: "\e90f";
}

.ph-fill.ph-align-left:before {
    content: "\e910";
}

.ph-fill.ph-align-left-simple:before {
    content: "\e911";
}

.ph-fill.ph-align-right:before {
    content: "\e912";
}

.ph-fill.ph-align-right-simple:before {
    content: "\e913";
}

.ph-fill.ph-align-top:before {
    content: "\e914";
}

.ph-fill.ph-align-top-simple:before {
    content: "\e915";
}

.ph-fill.ph-amazon-logo:before {
    content: "\e916";
}

.ph-fill.ph-anchor:before {
    content: "\e917";
}

.ph-fill.ph-anchor-simple:before {
    content: "\e918";
}

.ph-fill.ph-android-logo:before {
    content: "\e919";
}

.ph-fill.ph-angular-logo:before {
    content: "\e91a";
}

.ph-fill.ph-aperture:before {
    content: "\e91b";
}

.ph-fill.ph-apple-logo:before {
    content: "\e91c";
}

.ph-fill.ph-apple-podcasts-logo:before {
    content: "\e91d";
}

.ph-fill.ph-app-store-logo:before {
    content: "\e91e";
}

.ph-fill.ph-app-window:before {
    content: "\e91f";
}

.ph-fill.ph-archive-box:before {
    content: "\e920";
}

.ph-fill.ph-archive:before {
    content: "\e921";
}

.ph-fill.ph-archive-tray:before {
    content: "\e922";
}

.ph-fill.ph-armchair:before {
    content: "\e923";
}

.ph-fill.ph-arrow-arc-left:before {
    content: "\e924";
}

.ph-fill.ph-arrow-arc-right:before {
    content: "\e925";
}

.ph-fill.ph-arrow-bend-double-up-left:before {
    content: "\e926";
}

.ph-fill.ph-arrow-bend-double-up-right:before {
    content: "\e927";
}

.ph-fill.ph-arrow-bend-down-left:before {
    content: "\e928";
}

.ph-fill.ph-arrow-bend-down-right:before {
    content: "\e929";
}

.ph-fill.ph-arrow-bend-left-down:before {
    content: "\e92a";
}

.ph-fill.ph-arrow-bend-left-up:before {
    content: "\e92b";
}

.ph-fill.ph-arrow-bend-right-down:before {
    content: "\e92c";
}

.ph-fill.ph-arrow-bend-right-up:before {
    content: "\e92d";
}

.ph-fill.ph-arrow-bend-up-left:before {
    content: "\e92e";
}

.ph-fill.ph-arrow-bend-up-right:before {
    content: "\e92f";
}

.ph-fill.ph-arrow-circle-down:before {
    content: "\e930";
}

.ph-fill.ph-arrow-circle-down-left:before {
    content: "\e931";
}

.ph-fill.ph-arrow-circle-down-right:before {
    content: "\e932";
}

.ph-fill.ph-arrow-circle-left:before {
    content: "\e933";
}

.ph-fill.ph-arrow-circle-right:before {
    content: "\e934";
}

.ph-fill.ph-arrow-circle-up:before {
    content: "\e935";
}

.ph-fill.ph-arrow-circle-up-left:before {
    content: "\e936";
}

.ph-fill.ph-arrow-circle-up-right:before {
    content: "\e937";
}

.ph-fill.ph-arrow-clockwise:before {
    content: "\e938";
}

.ph-fill.ph-arrow-counter-clockwise:before {
    content: "\e939";
}

.ph-fill.ph-arrow-down:before {
    content: "\e93a";
}

.ph-fill.ph-arrow-down-left:before {
    content: "\e93b";
}

.ph-fill.ph-arrow-down-right:before {
    content: "\e93c";
}

.ph-fill.ph-arrow-elbow-down-left:before {
    content: "\e93d";
}

.ph-fill.ph-arrow-elbow-down-right:before {
    content: "\e93e";
}

.ph-fill.ph-arrow-elbow-left-down:before {
    content: "\e93f";
}

.ph-fill.ph-arrow-elbow-left:before {
    content: "\e940";
}

.ph-fill.ph-arrow-elbow-left-up:before {
    content: "\e941";
}

.ph-fill.ph-arrow-elbow-right-down:before {
    content: "\e942";
}

.ph-fill.ph-arrow-elbow-right:before {
    content: "\e943";
}

.ph-fill.ph-arrow-elbow-right-up:before {
    content: "\e944";
}

.ph-fill.ph-arrow-elbow-up-left:before {
    content: "\e945";
}

.ph-fill.ph-arrow-elbow-up-right:before {
    content: "\e946";
}

.ph-fill.ph-arrow-fat-down:before {
    content: "\e947";
}

.ph-fill.ph-arrow-fat-left:before {
    content: "\e948";
}

.ph-fill.ph-arrow-fat-line-down:before {
    content: "\e949";
}

.ph-fill.ph-arrow-fat-line-left:before {
    content: "\e94a";
}

.ph-fill.ph-arrow-fat-line-right:before {
    content: "\e94b";
}

.ph-fill.ph-arrow-fat-lines-down:before {
    content: "\e94c";
}

.ph-fill.ph-arrow-fat-lines-left:before {
    content: "\e94d";
}

.ph-fill.ph-arrow-fat-lines-right:before {
    content: "\e94e";
}

.ph-fill.ph-arrow-fat-lines-up:before {
    content: "\e94f";
}

.ph-fill.ph-arrow-fat-line-up:before {
    content: "\e950";
}

.ph-fill.ph-arrow-fat-right:before {
    content: "\e951";
}

.ph-fill.ph-arrow-fat-up:before {
    content: "\e952";
}

.ph-fill.ph-arrow-left:before {
    content: "\e953";
}

.ph-fill.ph-arrow-line-down:before {
    content: "\e954";
}

.ph-fill.ph-arrow-line-down-left:before {
    content: "\e955";
}

.ph-fill.ph-arrow-line-down-right:before {
    content: "\e956";
}

.ph-fill.ph-arrow-line-left:before {
    content: "\e957";
}

.ph-fill.ph-arrow-line-right:before {
    content: "\e958";
}

.ph-fill.ph-arrow-line-up:before {
    content: "\e959";
}

.ph-fill.ph-arrow-line-up-left:before {
    content: "\e95a";
}

.ph-fill.ph-arrow-line-up-right:before {
    content: "\e95b";
}

.ph-fill.ph-arrow-right:before {
    content: "\e95c";
}

.ph-fill.ph-arrows-clockwise:before {
    content: "\e95d";
}

.ph-fill.ph-arrows-counter-clockwise:before {
    content: "\e95e";
}

.ph-fill.ph-arrows-down-up:before {
    content: "\e95f";
}

.ph-fill.ph-arrows-horizontal:before {
    content: "\e960";
}

.ph-fill.ph-arrows-in-cardinal:before {
    content: "\e961";
}

.ph-fill.ph-arrows-in:before {
    content: "\e962";
}

.ph-fill.ph-arrows-in-line-horizontal:before {
    content: "\e963";
}

.ph-fill.ph-arrows-in-line-vertical:before {
    content: "\e964";
}

.ph-fill.ph-arrows-in-simple:before {
    content: "\e965";
}

.ph-fill.ph-arrows-left-right:before {
    content: "\e966";
}

.ph-fill.ph-arrows-merge:before {
    content: "\e967";
}

.ph-fill.ph-arrows-out-cardinal:before {
    content: "\e968";
}

.ph-fill.ph-arrows-out:before {
    content: "\e969";
}

.ph-fill.ph-arrows-out-line-horizontal:before {
    content: "\e96a";
}

.ph-fill.ph-arrows-out-line-vertical:before {
    content: "\e96b";
}

.ph-fill.ph-arrows-out-simple:before {
    content: "\e96c";
}

.ph-fill.ph-arrow-square-down:before {
    content: "\e96d";
}

.ph-fill.ph-arrow-square-down-left:before {
    content: "\e96e";
}

.ph-fill.ph-arrow-square-down-right:before {
    content: "\e96f";
}

.ph-fill.ph-arrow-square-in:before {
    content: "\e970";
}

.ph-fill.ph-arrow-square-left:before {
    content: "\e971";
}

.ph-fill.ph-arrow-square-out:before {
    content: "\e972";
}

.ph-fill.ph-arrow-square-right:before {
    content: "\e973";
}

.ph-fill.ph-arrow-square-up:before {
    content: "\e974";
}

.ph-fill.ph-arrow-square-up-left:before {
    content: "\e975";
}

.ph-fill.ph-arrow-square-up-right:before {
    content: "\e976";
}

.ph-fill.ph-arrows-split:before {
    content: "\e977";
}

.ph-fill.ph-arrows-vertical:before {
    content: "\e978";
}

.ph-fill.ph-arrow-u-down-left:before {
    content: "\e979";
}

.ph-fill.ph-arrow-u-down-right:before {
    content: "\e97a";
}

.ph-fill.ph-arrow-u-left-down:before {
    content: "\e97b";
}

.ph-fill.ph-arrow-u-left-up:before {
    content: "\e97c";
}

.ph-fill.ph-arrow-up:before {
    content: "\e97d";
}

.ph-fill.ph-arrow-up-left:before {
    content: "\e97e";
}

.ph-fill.ph-arrow-up-right:before {
    content: "\e97f";
}

.ph-fill.ph-arrow-u-right-down:before {
    content: "\e980";
}

.ph-fill.ph-arrow-u-right-up:before {
    content: "\e981";
}

.ph-fill.ph-arrow-u-up-left:before {
    content: "\e982";
}

.ph-fill.ph-arrow-u-up-right:before {
    content: "\e983";
}

.ph-fill.ph-article:before {
    content: "\e984";
}

.ph-fill.ph-article-medium:before {
    content: "\e985";
}

.ph-fill.ph-article-ny-times:before {
    content: "\e986";
}

.ph-fill.ph-asterisk:before {
    content: "\e987";
}

.ph-fill.ph-asterisk-simple:before {
    content: "\e988";
}

.ph-fill.ph-at:before {
    content: "\e989";
}

.ph-fill.ph-atom:before {
    content: "\e98a";
}

.ph-fill.ph-baby:before {
    content: "\e98b";
}

.ph-fill.ph-backpack:before {
    content: "\e98c";
}

.ph-fill.ph-backspace:before {
    content: "\e98d";
}

.ph-fill.ph-bag:before {
    content: "\e98e";
}

.ph-fill.ph-bag-simple:before {
    content: "\e98f";
}

.ph-fill.ph-balloon:before {
    content: "\e990";
}

.ph-fill.ph-bandaids:before {
    content: "\e991";
}

.ph-fill.ph-bank:before {
    content: "\e992";
}

.ph-fill.ph-barbell:before {
    content: "\e993";
}

.ph-fill.ph-barcode:before {
    content: "\e994";
}

.ph-fill.ph-barricade:before {
    content: "\e995";
}

.ph-fill.ph-baseball-cap:before {
    content: "\e996";
}

.ph-fill.ph-baseball:before {
    content: "\e997";
}

.ph-fill.ph-basketball:before {
    content: "\e998";
}

.ph-fill.ph-basket:before {
    content: "\e999";
}

.ph-fill.ph-bathtub:before {
    content: "\e99a";
}

.ph-fill.ph-battery-charging:before {
    content: "\e99b";
}

.ph-fill.ph-battery-charging-vertical:before {
    content: "\e99c";
}

.ph-fill.ph-battery-empty:before {
    content: "\e99d";
}

.ph-fill.ph-battery-full:before {
    content: "\e99e";
}

.ph-fill.ph-battery-high:before {
    content: "\e99f";
}

.ph-fill.ph-battery-low:before {
    content: "\e9a0";
}

.ph-fill.ph-battery-medium:before {
    content: "\e9a1";
}

.ph-fill.ph-battery-plus:before {
    content: "\e9a2";
}

.ph-fill.ph-battery-plus-vertical:before {
    content: "\e9a3";
}

.ph-fill.ph-battery-vertical-empty:before {
    content: "\e9a4";
}

.ph-fill.ph-battery-vertical-full:before {
    content: "\e9a5";
}

.ph-fill.ph-battery-vertical-high:before {
    content: "\e9a6";
}

.ph-fill.ph-battery-vertical-low:before {
    content: "\e9a7";
}

.ph-fill.ph-battery-vertical-medium:before {
    content: "\e9a8";
}

.ph-fill.ph-battery-warning:before {
    content: "\e9a9";
}

.ph-fill.ph-battery-warning-vertical:before {
    content: "\e9aa";
}

.ph-fill.ph-bed:before {
    content: "\e9ab";
}

.ph-fill.ph-beer-bottle:before {
    content: "\e9ac";
}

.ph-fill.ph-beer-stein:before {
    content: "\e9ad";
}

.ph-fill.ph-behance-logo:before {
    content: "\e9ae";
}

.ph-fill.ph-bell:before {
    content: "\e9af";
}

.ph-fill.ph-bell-ringing:before {
    content: "\e9b0";
}

.ph-fill.ph-bell-simple:before {
    content: "\e9b1";
}

.ph-fill.ph-bell-simple-ringing:before {
    content: "\e9b2";
}

.ph-fill.ph-bell-simple-slash:before {
    content: "\e9b3";
}

.ph-fill.ph-bell-simple-z:before {
    content: "\e9b4";
}

.ph-fill.ph-bell-slash:before {
    content: "\e9b5";
}

.ph-fill.ph-bell-z:before {
    content: "\e9b6";
}

.ph-fill.ph-bezier-curve:before {
    content: "\e9b7";
}

.ph-fill.ph-bicycle:before {
    content: "\e9b8";
}

.ph-fill.ph-binoculars:before {
    content: "\e9b9";
}

.ph-fill.ph-bird:before {
    content: "\e9ba";
}

.ph-fill.ph-bluetooth-connected:before {
    content: "\e9bb";
}

.ph-fill.ph-bluetooth:before {
    content: "\e9bc";
}

.ph-fill.ph-bluetooth-slash:before {
    content: "\e9bd";
}

.ph-fill.ph-bluetooth-x:before {
    content: "\e9be";
}

.ph-fill.ph-boat:before {
    content: "\e9bf";
}

.ph-fill.ph-bone:before {
    content: "\e9c0";
}

.ph-fill.ph-book-bookmark:before {
    content: "\e9c1";
}

.ph-fill.ph-book:before {
    content: "\e9c2";
}

.ph-fill.ph-bookmark:before {
    content: "\e9c3";
}

.ph-fill.ph-bookmarks:before {
    content: "\e9c4";
}

.ph-fill.ph-bookmark-simple:before {
    content: "\e9c5";
}

.ph-fill.ph-bookmarks-simple:before {
    content: "\e9c6";
}

.ph-fill.ph-book-open:before {
    content: "\e9c7";
}

.ph-fill.ph-book-open-text:before {
    content: "\e9c8";
}

.ph-fill.ph-books:before {
    content: "\e9c9";
}

.ph-fill.ph-boot:before {
    content: "\e9ca";
}

.ph-fill.ph-bounding-box:before {
    content: "\e9cb";
}

.ph-fill.ph-bowl-food:before {
    content: "\e9cc";
}

.ph-fill.ph-brackets-angle:before {
    content: "\e9cd";
}

.ph-fill.ph-brackets-curly:before {
    content: "\e9ce";
}

.ph-fill.ph-brackets-round:before {
    content: "\e9cf";
}

.ph-fill.ph-brackets-square:before {
    content: "\e9d0";
}

.ph-fill.ph-brain:before {
    content: "\e9d1";
}

.ph-fill.ph-brandy:before {
    content: "\e9d2";
}

.ph-fill.ph-bridge:before {
    content: "\e9d3";
}

.ph-fill.ph-briefcase:before {
    content: "\e9d4";
}

.ph-fill.ph-briefcase-metal:before {
    content: "\e9d5";
}

.ph-fill.ph-broadcast:before {
    content: "\e9d6";
}

.ph-fill.ph-broom:before {
    content: "\e9d7";
}

.ph-fill.ph-browser:before {
    content: "\e9d8";
}

.ph-fill.ph-browsers:before {
    content: "\e9d9";
}

.ph-fill.ph-bug-beetle:before {
    content: "\e9da";
}

.ph-fill.ph-bug-droid:before {
    content: "\e9db";
}

.ph-fill.ph-bug:before {
    content: "\e9dc";
}

.ph-fill.ph-buildings:before {
    content: "\e9dd";
}

.ph-fill.ph-bus:before {
    content: "\e9de";
}

.ph-fill.ph-butterfly:before {
    content: "\e9df";
}

.ph-fill.ph-cactus:before {
    content: "\e9e0";
}

.ph-fill.ph-cake:before {
    content: "\e9e1";
}

.ph-fill.ph-calculator:before {
    content: "\e9e2";
}

.ph-fill.ph-calendar-blank:before {
    content: "\e9e3";
}

.ph-fill.ph-calendar-check:before {
    content: "\e9e4";
}

.ph-fill.ph-calendar:before {
    content: "\e9e5";
}

.ph-fill.ph-calendar-plus:before {
    content: "\e9e6";
}

.ph-fill.ph-calendar-x:before {
    content: "\e9e7";
}

.ph-fill.ph-call-bell:before {
    content: "\e9e8";
}

.ph-fill.ph-camera:before {
    content: "\e9e9";
}

.ph-fill.ph-camera-plus:before {
    content: "\e9ea";
}

.ph-fill.ph-camera-rotate:before {
    content: "\e9eb";
}

.ph-fill.ph-camera-slash:before {
    content: "\e9ec";
}

.ph-fill.ph-campfire:before {
    content: "\e9ed";
}

.ph-fill.ph-cardholder:before {
    content: "\e9ee";
}

.ph-fill.ph-cards:before {
    content: "\e9ef";
}

.ph-fill.ph-caret-circle-double-down:before {
    content: "\e9f0";
}

.ph-fill.ph-caret-circle-double-left:before {
    content: "\e9f1";
}

.ph-fill.ph-caret-circle-double-right:before {
    content: "\e9f2";
}

.ph-fill.ph-caret-circle-double-up:before {
    content: "\e9f3";
}

.ph-fill.ph-caret-circle-down:before {
    content: "\e9f4";
}

.ph-fill.ph-caret-circle-left:before {
    content: "\e9f5";
}

.ph-fill.ph-caret-circle-right:before {
    content: "\e9f6";
}

.ph-fill.ph-caret-circle-up-down:before {
    content: "\e9f7";
}

.ph-fill.ph-caret-circle-up:before {
    content: "\e9f8";
}

.ph-fill.ph-caret-double-down:before {
    content: "\e9f9";
}

.ph-fill.ph-caret-double-left:before {
    content: "\e9fa";
}

.ph-fill.ph-caret-double-right:before {
    content: "\e9fb";
}

.ph-fill.ph-caret-double-up:before {
    content: "\e9fc";
}

.ph-fill.ph-caret-down:before {
    content: "\e9fd";
}

.ph-fill.ph-caret-left:before {
    content: "\e9fe";
}

.ph-fill.ph-caret-right:before {
    content: "\e9ff";
}

.ph-fill.ph-caret-up-down:before {
    content: "\ea00";
}

.ph-fill.ph-caret-up:before {
    content: "\ea01";
}

.ph-fill.ph-car:before {
    content: "\ea02";
}

.ph-fill.ph-car-profile:before {
    content: "\ea03";
}

.ph-fill.ph-carrot:before {
    content: "\ea04";
}

.ph-fill.ph-car-simple:before {
    content: "\ea05";
}

.ph-fill.ph-cassette-tape:before {
    content: "\ea06";
}

.ph-fill.ph-castle-turret:before {
    content: "\ea07";
}

.ph-fill.ph-cat:before {
    content: "\ea08";
}

.ph-fill.ph-cell-signal-full:before {
    content: "\ea09";
}

.ph-fill.ph-cell-signal-high:before {
    content: "\ea0a";
}

.ph-fill.ph-cell-signal-low:before {
    content: "\ea0b";
}

.ph-fill.ph-cell-signal-medium:before {
    content: "\ea0c";
}

.ph-fill.ph-cell-signal-none:before {
    content: "\ea0d";
}

.ph-fill.ph-cell-signal-slash:before {
    content: "\ea0e";
}

.ph-fill.ph-cell-signal-x:before {
    content: "\ea0f";
}

.ph-fill.ph-certificate:before {
    content: "\ea10";
}

.ph-fill.ph-chair:before {
    content: "\ea11";
}

.ph-fill.ph-chalkboard:before {
    content: "\ea12";
}

.ph-fill.ph-chalkboard-simple:before {
    content: "\ea13";
}

.ph-fill.ph-chalkboard-teacher:before {
    content: "\ea14";
}

.ph-fill.ph-champagne:before {
    content: "\ea15";
}

.ph-fill.ph-charging-station:before {
    content: "\ea16";
}

.ph-fill.ph-chart-bar:before {
    content: "\ea17";
}

.ph-fill.ph-chart-bar-horizontal:before {
    content: "\ea18";
}

.ph-fill.ph-chart-donut:before {
    content: "\ea19";
}

.ph-fill.ph-chart-line-down:before {
    content: "\ea1a";
}

.ph-fill.ph-chart-line:before {
    content: "\ea1b";
}

.ph-fill.ph-chart-line-up:before {
    content: "\ea1c";
}

.ph-fill.ph-chart-pie:before {
    content: "\ea1d";
}

.ph-fill.ph-chart-pie-slice:before {
    content: "\ea1e";
}

.ph-fill.ph-chart-polar:before {
    content: "\ea1f";
}

.ph-fill.ph-chart-scatter:before {
    content: "\ea20";
}

.ph-fill.ph-chat-centered-dots:before {
    content: "\ea21";
}

.ph-fill.ph-chat-centered:before {
    content: "\ea22";
}

.ph-fill.ph-chat-centered-text:before {
    content: "\ea23";
}

.ph-fill.ph-chat-circle-dots:before {
    content: "\ea24";
}

.ph-fill.ph-chat-circle:before {
    content: "\ea25";
}

.ph-fill.ph-chat-circle-text:before {
    content: "\ea26";
}

.ph-fill.ph-chat-dots:before {
    content: "\ea27";
}

.ph-fill.ph-chat:before {
    content: "\ea28";
}

.ph-fill.ph-chats-circle:before {
    content: "\ea29";
}

.ph-fill.ph-chats:before {
    content: "\ea2a";
}

.ph-fill.ph-chats-teardrop:before {
    content: "\ea2b";
}

.ph-fill.ph-chat-teardrop-dots:before {
    content: "\ea2c";
}

.ph-fill.ph-chat-teardrop:before {
    content: "\ea2d";
}

.ph-fill.ph-chat-teardrop-text:before {
    content: "\ea2e";
}

.ph-fill.ph-chat-text:before {
    content: "\ea2f";
}

.ph-fill.ph-check-circle:before {
    content: "\ea30";
}

.ph-fill.ph-check-fat:before {
    content: "\ea31";
}

.ph-fill.ph-check:before {
    content: "\ea32";
}

.ph-fill.ph-checks:before {
    content: "\ea33";
}

.ph-fill.ph-check-square:before {
    content: "\ea34";
}

.ph-fill.ph-check-square-offset:before {
    content: "\ea35";
}

.ph-fill.ph-church:before {
    content: "\ea36";
}

.ph-fill.ph-circle-dashed:before {
    content: "\ea37";
}

.ph-fill.ph-circle:before {
    content: "\ea38";
}

.ph-fill.ph-circle-half:before {
    content: "\ea39";
}

.ph-fill.ph-circle-half-tilt:before {
    content: "\ea3a";
}

.ph-fill.ph-circle-notch:before {
    content: "\ea3b";
}

.ph-fill.ph-circles-four:before {
    content: "\ea3c";
}

.ph-fill.ph-circles-three:before {
    content: "\ea3d";
}

.ph-fill.ph-circles-three-plus:before {
    content: "\ea3e";
}

.ph-fill.ph-circuitry:before {
    content: "\ea3f";
}

.ph-fill.ph-clipboard:before {
    content: "\ea40";
}

.ph-fill.ph-clipboard-text:before {
    content: "\ea41";
}

.ph-fill.ph-clock-afternoon:before {
    content: "\ea42";
}

.ph-fill.ph-clock-clockwise:before {
    content: "\ea43";
}

.ph-fill.ph-clock-countdown:before {
    content: "\ea44";
}

.ph-fill.ph-clock-counter-clockwise:before {
    content: "\ea45";
}

.ph-fill.ph-clock:before {
    content: "\ea46";
}

.ph-fill.ph-closed-captioning:before {
    content: "\ea47";
}

.ph-fill.ph-cloud-arrow-down:before {
    content: "\ea48";
}

.ph-fill.ph-cloud-arrow-up:before {
    content: "\ea49";
}

.ph-fill.ph-cloud-check:before {
    content: "\ea4a";
}

.ph-fill.ph-cloud:before {
    content: "\ea4b";
}

.ph-fill.ph-cloud-fog:before {
    content: "\ea4c";
}

.ph-fill.ph-cloud-lightning:before {
    content: "\ea4d";
}

.ph-fill.ph-cloud-moon:before {
    content: "\ea4e";
}

.ph-fill.ph-cloud-rain:before {
    content: "\ea4f";
}

.ph-fill.ph-cloud-slash:before {
    content: "\ea50";
}

.ph-fill.ph-cloud-snow:before {
    content: "\ea51";
}

.ph-fill.ph-cloud-sun:before {
    content: "\ea52";
}

.ph-fill.ph-cloud-warning:before {
    content: "\ea53";
}

.ph-fill.ph-cloud-x:before {
    content: "\ea54";
}

.ph-fill.ph-club:before {
    content: "\ea55";
}

.ph-fill.ph-coat-hanger:before {
    content: "\ea56";
}

.ph-fill.ph-coda-logo:before {
    content: "\ea57";
}

.ph-fill.ph-code-block:before {
    content: "\ea58";
}

.ph-fill.ph-code:before {
    content: "\ea59";
}

.ph-fill.ph-codepen-logo:before {
    content: "\ea5a";
}

.ph-fill.ph-codesandbox-logo:before {
    content: "\ea5b";
}

.ph-fill.ph-code-simple:before {
    content: "\ea5c";
}

.ph-fill.ph-coffee:before {
    content: "\ea5d";
}

.ph-fill.ph-coin:before {
    content: "\ea5e";
}

.ph-fill.ph-coins:before {
    content: "\ea5f";
}

.ph-fill.ph-coin-vertical:before {
    content: "\ea60";
}

.ph-fill.ph-columns:before {
    content: "\ea61";
}

.ph-fill.ph-command:before {
    content: "\ea62";
}

.ph-fill.ph-compass:before {
    content: "\ea63";
}

.ph-fill.ph-compass-tool:before {
    content: "\ea64";
}

.ph-fill.ph-computer-tower:before {
    content: "\ea65";
}

.ph-fill.ph-confetti:before {
    content: "\ea66";
}

.ph-fill.ph-contactless-payment:before {
    content: "\ea67";
}

.ph-fill.ph-control:before {
    content: "\ea68";
}

.ph-fill.ph-cookie:before {
    content: "\ea69";
}

.ph-fill.ph-cooking-pot:before {
    content: "\ea6a";
}

.ph-fill.ph-copy:before {
    content: "\ea6b";
}

.ph-fill.ph-copyleft:before {
    content: "\ea6c";
}

.ph-fill.ph-copyright:before {
    content: "\ea6d";
}

.ph-fill.ph-copy-simple:before {
    content: "\ea6e";
}

.ph-fill.ph-corners-in:before {
    content: "\ea6f";
}

.ph-fill.ph-corners-out:before {
    content: "\ea70";
}

.ph-fill.ph-couch:before {
    content: "\ea71";
}

.ph-fill.ph-cpu:before {
    content: "\ea72";
}

.ph-fill.ph-credit-card:before {
    content: "\ea73";
}

.ph-fill.ph-crop:before {
    content: "\ea74";
}

.ph-fill.ph-cross:before {
    content: "\ea75";
}

.ph-fill.ph-crosshair:before {
    content: "\ea76";
}

.ph-fill.ph-crosshair-simple:before {
    content: "\ea77";
}

.ph-fill.ph-crown:before {
    content: "\ea78";
}

.ph-fill.ph-crown-simple:before {
    content: "\ea79";
}

.ph-fill.ph-cube:before {
    content: "\ea7a";
}

.ph-fill.ph-cube-focus:before {
    content: "\ea7b";
}

.ph-fill.ph-cube-transparent:before {
    content: "\ea7c";
}

.ph-fill.ph-currency-btc:before {
    content: "\ea7d";
}

.ph-fill.ph-currency-circle-dollar:before {
    content: "\ea7e";
}

.ph-fill.ph-currency-cny:before {
    content: "\ea7f";
}

.ph-fill.ph-currency-dollar:before {
    content: "\ea80";
}

.ph-fill.ph-currency-dollar-simple:before {
    content: "\ea81";
}

.ph-fill.ph-currency-eth:before {
    content: "\ea82";
}

.ph-fill.ph-currency-eur:before {
    content: "\ea83";
}

.ph-fill.ph-currency-gbp:before {
    content: "\ea84";
}

.ph-fill.ph-currency-inr:before {
    content: "\ea85";
}

.ph-fill.ph-currency-jpy:before {
    content: "\ea86";
}

.ph-fill.ph-currency-krw:before {
    content: "\ea87";
}

.ph-fill.ph-currency-kzt:before {
    content: "\ea88";
}

.ph-fill.ph-currency-ngn:before {
    content: "\ea89";
}

.ph-fill.ph-currency-rub:before {
    content: "\ea8a";
}

.ph-fill.ph-cursor-click:before {
    content: "\ea8b";
}

.ph-fill.ph-cursor:before {
    content: "\ea8c";
}

.ph-fill.ph-cursor-text:before {
    content: "\ea8d";
}

.ph-fill.ph-cylinder:before {
    content: "\ea8e";
}

.ph-fill.ph-database:before {
    content: "\ea8f";
}

.ph-fill.ph-desktop:before {
    content: "\ea90";
}

.ph-fill.ph-desktop-tower:before {
    content: "\ea91";
}

.ph-fill.ph-detective:before {
    content: "\ea92";
}

.ph-fill.ph-device-mobile-camera:before {
    content: "\ea93";
}

.ph-fill.ph-device-mobile:before {
    content: "\ea94";
}

.ph-fill.ph-device-mobile-speaker:before {
    content: "\ea95";
}

.ph-fill.ph-devices:before {
    content: "\ea96";
}

.ph-fill.ph-device-tablet-camera:before {
    content: "\ea97";
}

.ph-fill.ph-device-tablet:before {
    content: "\ea98";
}

.ph-fill.ph-device-tablet-speaker:before {
    content: "\ea99";
}

.ph-fill.ph-dev-to-logo:before {
    content: "\ea9a";
}

.ph-fill.ph-diamond:before {
    content: "\ea9b";
}

.ph-fill.ph-diamonds-four:before {
    content: "\ea9c";
}

.ph-fill.ph-dice-five:before {
    content: "\ea9d";
}

.ph-fill.ph-dice-four:before {
    content: "\ea9e";
}

.ph-fill.ph-dice-one:before {
    content: "\ea9f";
}

.ph-fill.ph-dice-six:before {
    content: "\eaa0";
}

.ph-fill.ph-dice-three:before {
    content: "\eaa1";
}

.ph-fill.ph-dice-two:before {
    content: "\eaa2";
}

.ph-fill.ph-disc:before {
    content: "\eaa3";
}

.ph-fill.ph-discord-logo:before {
    content: "\eaa4";
}

.ph-fill.ph-divide:before {
    content: "\eaa5";
}

.ph-fill.ph-dna:before {
    content: "\eaa6";
}

.ph-fill.ph-dog:before {
    content: "\eaa7";
}

.ph-fill.ph-door:before {
    content: "\eaa8";
}

.ph-fill.ph-door-open:before {
    content: "\eaa9";
}

.ph-fill.ph-dot:before {
    content: "\eaaa";
}

.ph-fill.ph-dot-outline:before {
    content: "\eaab";
}

.ph-fill.ph-dots-nine:before {
    content: "\eaac";
}

.ph-fill.ph-dots-six:before {
    content: "\eaad";
}

.ph-fill.ph-dots-six-vertical:before {
    content: "\eaae";
}

.ph-fill.ph-dots-three-circle:before {
    content: "\eaaf";
}

.ph-fill.ph-dots-three-circle-vertical:before {
    content: "\eab0";
}

.ph-fill.ph-dots-three:before {
    content: "\eab1";
}

.ph-fill.ph-dots-three-outline:before {
    content: "\eab2";
}

.ph-fill.ph-dots-three-outline-vertical:before {
    content: "\eab3";
}

.ph-fill.ph-dots-three-vertical:before {
    content: "\eab4";
}

.ph-fill.ph-download:before {
    content: "\eab5";
}

.ph-fill.ph-download-simple:before {
    content: "\eab6";
}

.ph-fill.ph-dress:before {
    content: "\eab7";
}

.ph-fill.ph-dribbble-logo:before {
    content: "\eab8";
}

.ph-fill.ph-dropbox-logo:before {
    content: "\eab9";
}

.ph-fill.ph-drop:before {
    content: "\eaba";
}

.ph-fill.ph-drop-half-bottom:before {
    content: "\eabb";
}

.ph-fill.ph-drop-half:before {
    content: "\eabc";
}

.ph-fill.ph-ear:before {
    content: "\eabd";
}

.ph-fill.ph-ear-slash:before {
    content: "\eabe";
}

.ph-fill.ph-egg-crack:before {
    content: "\eabf";
}

.ph-fill.ph-egg:before {
    content: "\eac0";
}

.ph-fill.ph-eject:before {
    content: "\eac1";
}

.ph-fill.ph-eject-simple:before {
    content: "\eac2";
}

.ph-fill.ph-elevator:before {
    content: "\eac3";
}

.ph-fill.ph-engine:before {
    content: "\eac4";
}

.ph-fill.ph-envelope:before {
    content: "\eac5";
}

.ph-fill.ph-envelope-open:before {
    content: "\eac6";
}

.ph-fill.ph-envelope-simple:before {
    content: "\eac7";
}

.ph-fill.ph-envelope-simple-open:before {
    content: "\eac8";
}

.ph-fill.ph-equalizer:before {
    content: "\eac9";
}

.ph-fill.ph-equals:before {
    content: "\eaca";
}

.ph-fill.ph-eraser:before {
    content: "\eacb";
}

.ph-fill.ph-escalator-down:before {
    content: "\eacc";
}

.ph-fill.ph-escalator-up:before {
    content: "\eacd";
}

.ph-fill.ph-exam:before {
    content: "\eace";
}

.ph-fill.ph-exclude:before {
    content: "\eacf";
}

.ph-fill.ph-exclude-square:before {
    content: "\ead0";
}

.ph-fill.ph-export:before {
    content: "\ead1";
}

.ph-fill.ph-eye-closed:before {
    content: "\ead2";
}

.ph-fill.ph-eyedropper:before {
    content: "\ead3";
}

.ph-fill.ph-eyedropper-sample:before {
    content: "\ead4";
}

.ph-fill.ph-eye:before {
    content: "\ead5";
}

.ph-fill.ph-eyeglasses:before {
    content: "\ead6";
}

.ph-fill.ph-eye-slash:before {
    content: "\ead7";
}

.ph-fill.ph-facebook-logo:before {
    content: "\ead8";
}

.ph-fill.ph-face-mask:before {
    content: "\ead9";
}

.ph-fill.ph-factory:before {
    content: "\eada";
}

.ph-fill.ph-faders:before {
    content: "\eadb";
}

.ph-fill.ph-faders-horizontal:before {
    content: "\eadc";
}

.ph-fill.ph-fan:before {
    content: "\eadd";
}

.ph-fill.ph-fast-forward-circle:before {
    content: "\eade";
}

.ph-fill.ph-fast-forward:before {
    content: "\eadf";
}

.ph-fill.ph-feather:before {
    content: "\eae0";
}

.ph-fill.ph-figma-logo:before {
    content: "\eae1";
}

.ph-fill.ph-file-archive:before {
    content: "\eae2";
}

.ph-fill.ph-file-arrow-down:before {
    content: "\eae3";
}

.ph-fill.ph-file-arrow-up:before {
    content: "\eae4";
}

.ph-fill.ph-file-audio:before {
    content: "\eae5";
}

.ph-fill.ph-file-cloud:before {
    content: "\eae6";
}

.ph-fill.ph-file-code:before {
    content: "\eae7";
}

.ph-fill.ph-file-css:before {
    content: "\eae8";
}

.ph-fill.ph-file-csv:before {
    content: "\eae9";
}

.ph-fill.ph-file-dashed:before, .ph-fill.ph-file-dotted:before {
    content: "\eaea";
}

.ph-fill.ph-file-doc:before {
    content: "\eaeb";
}

.ph-fill.ph-file:before {
    content: "\eaec";
}

.ph-fill.ph-file-html:before {
    content: "\eaed";
}

.ph-fill.ph-file-image:before {
    content: "\eaee";
}

.ph-fill.ph-file-jpg:before {
    content: "\eaef";
}

.ph-fill.ph-file-js:before {
    content: "\eaf0";
}

.ph-fill.ph-file-jsx:before {
    content: "\eaf1";
}

.ph-fill.ph-file-lock:before {
    content: "\eaf2";
}

.ph-fill.ph-file-magnifying-glass:before, .ph-fill.ph-file-search:before {
    content: "\eaf3";
}

.ph-fill.ph-file-minus:before {
    content: "\eaf4";
}

.ph-fill.ph-file-pdf:before {
    content: "\eaf5";
}

.ph-fill.ph-file-plus:before {
    content: "\eaf6";
}

.ph-fill.ph-file-png:before {
    content: "\eaf7";
}

.ph-fill.ph-file-ppt:before {
    content: "\eaf8";
}

.ph-fill.ph-file-rs:before {
    content: "\eaf9";
}

.ph-fill.ph-files:before {
    content: "\eafa";
}

.ph-fill.ph-file-sql:before {
    content: "\eafb";
}

.ph-fill.ph-file-svg:before {
    content: "\eafc";
}

.ph-fill.ph-file-text:before {
    content: "\eafd";
}

.ph-fill.ph-file-ts:before {
    content: "\eafe";
}

.ph-fill.ph-file-tsx:before {
    content: "\eaff";
}

.ph-fill.ph-file-video:before {
    content: "\eb00";
}

.ph-fill.ph-file-vue:before {
    content: "\eb01";
}

.ph-fill.ph-file-x:before {
    content: "\eb02";
}

.ph-fill.ph-file-xls:before {
    content: "\eb03";
}

.ph-fill.ph-file-zip:before {
    content: "\eb04";
}

.ph-fill.ph-film-reel:before {
    content: "\eb05";
}

.ph-fill.ph-film-script:before {
    content: "\eb06";
}

.ph-fill.ph-film-slate:before {
    content: "\eb07";
}

.ph-fill.ph-film-strip:before {
    content: "\eb08";
}

.ph-fill.ph-fingerprint:before {
    content: "\eb09";
}

.ph-fill.ph-fingerprint-simple:before {
    content: "\eb0a";
}

.ph-fill.ph-finn-the-human:before {
    content: "\eb0b";
}

.ph-fill.ph-fire-extinguisher:before {
    content: "\eb0c";
}

.ph-fill.ph-fire:before {
    content: "\eb0d";
}

.ph-fill.ph-fire-simple:before {
    content: "\eb0e";
}

.ph-fill.ph-first-aid:before {
    content: "\eb0f";
}

.ph-fill.ph-first-aid-kit:before {
    content: "\eb10";
}

.ph-fill.ph-fish:before {
    content: "\eb11";
}

.ph-fill.ph-fish-simple:before {
    content: "\eb12";
}

.ph-fill.ph-flag-banner:before {
    content: "\eb13";
}

.ph-fill.ph-flag-checkered:before {
    content: "\eb14";
}

.ph-fill.ph-flag:before {
    content: "\eb15";
}

.ph-fill.ph-flag-pennant:before {
    content: "\eb16";
}

.ph-fill.ph-flame:before {
    content: "\eb17";
}

.ph-fill.ph-flashlight:before {
    content: "\eb18";
}

.ph-fill.ph-flask:before {
    content: "\eb19";
}

.ph-fill.ph-floppy-disk-back:before {
    content: "\eb1a";
}

.ph-fill.ph-floppy-disk:before {
    content: "\eb1b";
}

.ph-fill.ph-flow-arrow:before {
    content: "\eb1c";
}

.ph-fill.ph-flower:before {
    content: "\eb1d";
}

.ph-fill.ph-flower-lotus:before {
    content: "\eb1e";
}

.ph-fill.ph-flower-tulip:before {
    content: "\eb1f";
}

.ph-fill.ph-flying-saucer:before {
    content: "\eb20";
}

.ph-fill.ph-folder-dashed:before, .ph-fill.ph-folder-dotted:before {
    content: "\eb21";
}

.ph-fill.ph-folder:before {
    content: "\eb22";
}

.ph-fill.ph-folder-lock:before {
    content: "\eb23";
}

.ph-fill.ph-folder-minus:before {
    content: "\eb24";
}

.ph-fill.ph-folder-notch:before {
    content: "\eb25";
}

.ph-fill.ph-folder-notch-minus:before {
    content: "\eb26";
}

.ph-fill.ph-folder-notch-open:before {
    content: "\eb27";
}

.ph-fill.ph-folder-notch-plus:before {
    content: "\eb28";
}

.ph-fill.ph-folder-open:before {
    content: "\eb29";
}

.ph-fill.ph-folder-plus:before {
    content: "\eb2a";
}

.ph-fill.ph-folders:before {
    content: "\eb2b";
}

.ph-fill.ph-folder-simple-dashed:before, .ph-fill.ph-folder-simple-dotted:before {
    content: "\eb2c";
}

.ph-fill.ph-folder-simple:before {
    content: "\eb2d";
}

.ph-fill.ph-folder-simple-lock:before {
    content: "\eb2e";
}

.ph-fill.ph-folder-simple-minus:before {
    content: "\eb2f";
}

.ph-fill.ph-folder-simple-plus:before {
    content: "\eb30";
}

.ph-fill.ph-folder-simple-star:before {
    content: "\eb31";
}

.ph-fill.ph-folder-simple-user:before {
    content: "\eb32";
}

.ph-fill.ph-folder-star:before {
    content: "\eb33";
}

.ph-fill.ph-folder-user:before {
    content: "\eb34";
}

.ph-fill.ph-football:before {
    content: "\eb35";
}

.ph-fill.ph-footprints:before {
    content: "\eb36";
}

.ph-fill.ph-fork-knife:before {
    content: "\eb37";
}

.ph-fill.ph-frame-corners:before {
    content: "\eb38";
}

.ph-fill.ph-framer-logo:before {
    content: "\eb39";
}

.ph-fill.ph-function:before {
    content: "\eb3a";
}

.ph-fill.ph-funnel:before {
    content: "\eb3b";
}

.ph-fill.ph-funnel-simple:before {
    content: "\eb3c";
}

.ph-fill.ph-game-controller:before {
    content: "\eb3d";
}

.ph-fill.ph-garage:before {
    content: "\eb3e";
}

.ph-fill.ph-gas-can:before {
    content: "\eb3f";
}

.ph-fill.ph-gas-pump:before {
    content: "\eb40";
}

.ph-fill.ph-gauge:before {
    content: "\eb41";
}

.ph-fill.ph-gavel:before {
    content: "\eb42";
}

.ph-fill.ph-gear:before {
    content: "\eb43";
}

.ph-fill.ph-gear-fine:before {
    content: "\eb44";
}

.ph-fill.ph-gear-six:before {
    content: "\eb45";
}

.ph-fill.ph-gender-female:before {
    content: "\eb46";
}

.ph-fill.ph-gender-intersex:before {
    content: "\eb47";
}

.ph-fill.ph-gender-male:before {
    content: "\eb48";
}

.ph-fill.ph-gender-neuter:before {
    content: "\eb49";
}

.ph-fill.ph-gender-nonbinary:before {
    content: "\eb4a";
}

.ph-fill.ph-gender-transgender:before {
    content: "\eb4b";
}

.ph-fill.ph-ghost:before {
    content: "\eb4c";
}

.ph-fill.ph-gif:before {
    content: "\eb4d";
}

.ph-fill.ph-gift:before {
    content: "\eb4e";
}

.ph-fill.ph-git-branch:before {
    content: "\eb4f";
}

.ph-fill.ph-git-commit:before {
    content: "\eb50";
}

.ph-fill.ph-git-diff:before {
    content: "\eb51";
}

.ph-fill.ph-git-fork:before {
    content: "\eb52";
}

.ph-fill.ph-github-logo:before {
    content: "\eb53";
}

.ph-fill.ph-gitlab-logo:before {
    content: "\eb54";
}

.ph-fill.ph-gitlab-logo-simple:before {
    content: "\eb55";
}

.ph-fill.ph-git-merge:before {
    content: "\eb56";
}

.ph-fill.ph-git-pull-request:before {
    content: "\eb57";
}

.ph-fill.ph-globe:before {
    content: "\eb58";
}

.ph-fill.ph-globe-hemisphere-east:before {
    content: "\eb59";
}

.ph-fill.ph-globe-hemisphere-west:before {
    content: "\eb5a";
}

.ph-fill.ph-globe-simple:before {
    content: "\eb5b";
}

.ph-fill.ph-globe-stand:before {
    content: "\eb5c";
}

.ph-fill.ph-goggles:before {
    content: "\eb5d";
}

.ph-fill.ph-goodreads-logo:before {
    content: "\eb5e";
}

.ph-fill.ph-google-cardboard-logo:before {
    content: "\eb5f";
}

.ph-fill.ph-google-chrome-logo:before {
    content: "\eb60";
}

.ph-fill.ph-google-drive-logo:before {
    content: "\eb61";
}

.ph-fill.ph-google-logo:before {
    content: "\eb62";
}

.ph-fill.ph-google-photos-logo:before {
    content: "\eb63";
}

.ph-fill.ph-google-play-logo:before {
    content: "\eb64";
}

.ph-fill.ph-google-podcasts-logo:before {
    content: "\eb65";
}

.ph-fill.ph-gradient:before {
    content: "\eb66";
}

.ph-fill.ph-graduation-cap:before {
    content: "\eb67";
}

.ph-fill.ph-grains:before {
    content: "\eb68";
}

.ph-fill.ph-grains-slash:before {
    content: "\eb69";
}

.ph-fill.ph-graph:before {
    content: "\eb6a";
}

.ph-fill.ph-grid-four:before {
    content: "\eb6b";
}

.ph-fill.ph-grid-nine:before {
    content: "\eb6c";
}

.ph-fill.ph-guitar:before {
    content: "\eb6d";
}

.ph-fill.ph-hamburger:before {
    content: "\eb6e";
}

.ph-fill.ph-hammer:before {
    content: "\eb6f";
}

.ph-fill.ph-handbag:before {
    content: "\eb70";
}

.ph-fill.ph-handbag-simple:before {
    content: "\eb71";
}

.ph-fill.ph-hand-coins:before {
    content: "\eb72";
}

.ph-fill.ph-hand-eye:before {
    content: "\eb73";
}

.ph-fill.ph-hand:before {
    content: "\eb74";
}

.ph-fill.ph-hand-fist:before {
    content: "\eb75";
}

.ph-fill.ph-hand-grabbing:before {
    content: "\eb76";
}

.ph-fill.ph-hand-heart:before {
    content: "\eb77";
}

.ph-fill.ph-hand-palm:before {
    content: "\eb78";
}

.ph-fill.ph-hand-pointing:before {
    content: "\eb79";
}

.ph-fill.ph-hands-clapping:before {
    content: "\eb7a";
}

.ph-fill.ph-handshake:before {
    content: "\eb7b";
}

.ph-fill.ph-hand-soap:before {
    content: "\eb7c";
}

.ph-fill.ph-hands-praying:before {
    content: "\eb7d";
}

.ph-fill.ph-hand-swipe-left:before {
    content: "\eb7e";
}

.ph-fill.ph-hand-swipe-right:before {
    content: "\eb7f";
}

.ph-fill.ph-hand-tap:before {
    content: "\eb80";
}

.ph-fill.ph-hand-waving:before {
    content: "\eb81";
}

.ph-fill.ph-hard-drive:before {
    content: "\eb82";
}

.ph-fill.ph-hard-drives:before {
    content: "\eb83";
}

.ph-fill.ph-hash:before {
    content: "\eb84";
}

.ph-fill.ph-hash-straight:before {
    content: "\eb85";
}

.ph-fill.ph-headlights:before {
    content: "\eb86";
}

.ph-fill.ph-headphones:before {
    content: "\eb87";
}

.ph-fill.ph-headset:before {
    content: "\eb88";
}

.ph-fill.ph-heartbeat:before {
    content: "\eb89";
}

.ph-fill.ph-heart-break:before {
    content: "\eb8a";
}

.ph-fill.ph-heart:before {
    content: "\eb8b";
}

.ph-fill.ph-heart-half:before {
    content: "\eb8c";
}

.ph-fill.ph-heart-straight-break:before {
    content: "\eb8d";
}

.ph-fill.ph-heart-straight:before {
    content: "\eb8e";
}

.ph-fill.ph-hexagon:before {
    content: "\eb8f";
}

.ph-fill.ph-high-heel:before {
    content: "\eb90";
}

.ph-fill.ph-highlighter-circle:before {
    content: "\eb91";
}

.ph-fill.ph-hoodie:before {
    content: "\eb92";
}

.ph-fill.ph-horse:before {
    content: "\eb93";
}

.ph-fill.ph-hourglass:before {
    content: "\eb94";
}

.ph-fill.ph-hourglass-high:before {
    content: "\eb95";
}

.ph-fill.ph-hourglass-low:before {
    content: "\eb96";
}

.ph-fill.ph-hourglass-medium:before {
    content: "\eb97";
}

.ph-fill.ph-hourglass-simple:before {
    content: "\eb98";
}

.ph-fill.ph-hourglass-simple-high:before {
    content: "\eb99";
}

.ph-fill.ph-hourglass-simple-low:before {
    content: "\eb9a";
}

.ph-fill.ph-hourglass-simple-medium:before {
    content: "\eb9b";
}

.ph-fill.ph-house:before {
    content: "\eb9c";
}

.ph-fill.ph-house-line:before {
    content: "\eb9d";
}

.ph-fill.ph-house-simple:before {
    content: "\eb9e";
}

.ph-fill.ph-ice-cream:before {
    content: "\eb9f";
}

.ph-fill.ph-identification-badge:before {
    content: "\eba0";
}

.ph-fill.ph-identification-card:before {
    content: "\eba1";
}

.ph-fill.ph-image:before {
    content: "\eba2";
}

.ph-fill.ph-images:before {
    content: "\eba3";
}

.ph-fill.ph-image-square:before {
    content: "\eba4";
}

.ph-fill.ph-images-square:before {
    content: "\eba5";
}

.ph-fill.ph-infinity:before {
    content: "\eba6";
}

.ph-fill.ph-info:before {
    content: "\eba7";
}

.ph-fill.ph-instagram-logo:before {
    content: "\eba8";
}

.ph-fill.ph-intersect:before {
    content: "\eba9";
}

.ph-fill.ph-intersect-square:before {
    content: "\ebaa";
}

.ph-fill.ph-intersect-three:before {
    content: "\ebab";
}

.ph-fill.ph-jeep:before {
    content: "\ebac";
}

.ph-fill.ph-kanban:before {
    content: "\ebad";
}

.ph-fill.ph-keyboard:before {
    content: "\ebae";
}

.ph-fill.ph-key:before {
    content: "\ebaf";
}

.ph-fill.ph-keyhole:before {
    content: "\ebb0";
}

.ph-fill.ph-key-return:before {
    content: "\ebb1";
}

.ph-fill.ph-knife:before {
    content: "\ebb2";
}

.ph-fill.ph-ladder:before {
    content: "\ebb3";
}

.ph-fill.ph-ladder-simple:before {
    content: "\ebb4";
}

.ph-fill.ph-lamp:before {
    content: "\ebb5";
}

.ph-fill.ph-laptop:before {
    content: "\ebb6";
}

.ph-fill.ph-layout:before {
    content: "\ebb7";
}

.ph-fill.ph-leaf:before {
    content: "\ebb8";
}

.ph-fill.ph-lifebuoy:before {
    content: "\ebb9";
}

.ph-fill.ph-lightbulb-filament:before {
    content: "\ebba";
}

.ph-fill.ph-lightbulb:before {
    content: "\ebbb";
}

.ph-fill.ph-lighthouse:before {
    content: "\ebbc";
}

.ph-fill.ph-lightning-a:before {
    content: "\ebbd";
}

.ph-fill.ph-lightning:before {
    content: "\ebbe";
}

.ph-fill.ph-lightning-slash:before {
    content: "\ebbf";
}

.ph-fill.ph-line-segment:before {
    content: "\ebc0";
}

.ph-fill.ph-line-segments:before {
    content: "\ebc1";
}

.ph-fill.ph-link-break:before {
    content: "\ebc2";
}

.ph-fill.ph-linkedin-logo:before {
    content: "\ebc3";
}

.ph-fill.ph-link:before {
    content: "\ebc4";
}

.ph-fill.ph-link-simple-break:before {
    content: "\ebc5";
}

.ph-fill.ph-link-simple:before {
    content: "\ebc6";
}

.ph-fill.ph-link-simple-horizontal-break:before {
    content: "\ebc7";
}

.ph-fill.ph-link-simple-horizontal:before {
    content: "\ebc8";
}

.ph-fill.ph-linux-logo:before {
    content: "\ebc9";
}

.ph-fill.ph-list-bullets:before {
    content: "\ebca";
}

.ph-fill.ph-list-checks:before {
    content: "\ebcb";
}

.ph-fill.ph-list-dashes:before {
    content: "\ebcc";
}

.ph-fill.ph-list:before {
    content: "\ebcd";
}

.ph-fill.ph-list-magnifying-glass:before {
    content: "\ebce";
}

.ph-fill.ph-list-numbers:before {
    content: "\ebcf";
}

.ph-fill.ph-list-plus:before {
    content: "\ebd0";
}

.ph-fill.ph-lockers:before {
    content: "\ebd1";
}

.ph-fill.ph-lock:before {
    content: "\ebd2";
}

.ph-fill.ph-lock-key:before {
    content: "\ebd3";
}

.ph-fill.ph-lock-key-open:before {
    content: "\ebd4";
}

.ph-fill.ph-lock-laminated:before {
    content: "\ebd5";
}

.ph-fill.ph-lock-laminated-open:before {
    content: "\ebd6";
}

.ph-fill.ph-lock-open:before {
    content: "\ebd7";
}

.ph-fill.ph-lock-simple:before {
    content: "\ebd8";
}

.ph-fill.ph-lock-simple-open:before {
    content: "\ebd9";
}

.ph-fill.ph-magic-wand:before {
    content: "\ebda";
}

.ph-fill.ph-magnet:before {
    content: "\ebdb";
}

.ph-fill.ph-magnet-straight:before {
    content: "\ebdc";
}

.ph-fill.ph-magnifying-glass:before {
    content: "\ebdd";
}

.ph-fill.ph-magnifying-glass-minus:before {
    content: "\ebde";
}

.ph-fill.ph-magnifying-glass-plus:before {
    content: "\ebdf";
}

.ph-fill.ph-map-pin:before {
    content: "\ebe0";
}

.ph-fill.ph-map-pin-line:before {
    content: "\ebe1";
}

.ph-fill.ph-map-trifold:before {
    content: "\ebe2";
}

.ph-fill.ph-marker-circle:before {
    content: "\ebe3";
}

.ph-fill.ph-martini:before {
    content: "\ebe4";
}

.ph-fill.ph-mask-happy:before {
    content: "\ebe5";
}

.ph-fill.ph-mask-sad:before {
    content: "\ebe6";
}

.ph-fill.ph-math-operations:before {
    content: "\ebe7";
}

.ph-fill.ph-medal:before {
    content: "\ebe8";
}

.ph-fill.ph-medal-military:before {
    content: "\ebe9";
}

.ph-fill.ph-medium-logo:before {
    content: "\ebea";
}

.ph-fill.ph-megaphone:before {
    content: "\ebeb";
}

.ph-fill.ph-megaphone-simple:before {
    content: "\ebec";
}

.ph-fill.ph-messenger-logo:before {
    content: "\ebed";
}

.ph-fill.ph-meta-logo:before {
    content: "\ebee";
}

.ph-fill.ph-metronome:before {
    content: "\ebef";
}

.ph-fill.ph-microphone:before {
    content: "\ebf0";
}

.ph-fill.ph-microphone-slash:before {
    content: "\ebf1";
}

.ph-fill.ph-microphone-stage:before {
    content: "\ebf2";
}

.ph-fill.ph-microsoft-excel-logo:before {
    content: "\ebf3";
}

.ph-fill.ph-microsoft-outlook-logo:before {
    content: "\ebf4";
}

.ph-fill.ph-microsoft-powerpoint-logo:before {
    content: "\ebf5";
}

.ph-fill.ph-microsoft-teams-logo:before {
    content: "\ebf6";
}

.ph-fill.ph-microsoft-word-logo:before {
    content: "\ebf7";
}

.ph-fill.ph-minus-circle:before {
    content: "\ebf8";
}

.ph-fill.ph-minus:before {
    content: "\ebf9";
}

.ph-fill.ph-minus-square:before {
    content: "\ebfa";
}

.ph-fill.ph-money:before {
    content: "\ebfb";
}

.ph-fill.ph-monitor:before {
    content: "\ebfc";
}

.ph-fill.ph-monitor-play:before {
    content: "\ebfd";
}

.ph-fill.ph-moon:before {
    content: "\ebfe";
}

.ph-fill.ph-moon-stars:before {
    content: "\ebff";
}

.ph-fill.ph-moped:before {
    content: "\ec00";
}

.ph-fill.ph-moped-front:before {
    content: "\ec01";
}

.ph-fill.ph-mosque:before {
    content: "\ec02";
}

.ph-fill.ph-motorcycle:before {
    content: "\ec03";
}

.ph-fill.ph-mountains:before {
    content: "\ec04";
}

.ph-fill.ph-mouse:before {
    content: "\ec05";
}

.ph-fill.ph-mouse-simple:before {
    content: "\ec06";
}

.ph-fill.ph-music-note:before {
    content: "\ec07";
}

.ph-fill.ph-music-notes:before {
    content: "\ec08";
}

.ph-fill.ph-music-note-simple:before {
    content: "\ec09";
}

.ph-fill.ph-music-notes-plus:before {
    content: "\ec0a";
}

.ph-fill.ph-music-notes-simple:before {
    content: "\ec0b";
}

.ph-fill.ph-navigation-arrow:before {
    content: "\ec0c";
}

.ph-fill.ph-needle:before {
    content: "\ec0d";
}

.ph-fill.ph-newspaper-clipping:before {
    content: "\ec0e";
}

.ph-fill.ph-newspaper:before {
    content: "\ec0f";
}

.ph-fill.ph-notches:before {
    content: "\ec10";
}

.ph-fill.ph-note-blank:before {
    content: "\ec11";
}

.ph-fill.ph-notebook:before {
    content: "\ec12";
}

.ph-fill.ph-note:before {
    content: "\ec13";
}

.ph-fill.ph-notepad:before {
    content: "\ec14";
}

.ph-fill.ph-note-pencil:before {
    content: "\ec15";
}

.ph-fill.ph-notification:before {
    content: "\ec16";
}

.ph-fill.ph-notion-logo:before {
    content: "\ec17";
}

.ph-fill.ph-number-circle-eight:before {
    content: "\ec18";
}

.ph-fill.ph-number-circle-five:before {
    content: "\ec19";
}

.ph-fill.ph-number-circle-four:before {
    content: "\ec1a";
}

.ph-fill.ph-number-circle-nine:before {
    content: "\ec1b";
}

.ph-fill.ph-number-circle-one:before {
    content: "\ec1c";
}

.ph-fill.ph-number-circle-seven:before {
    content: "\ec1d";
}

.ph-fill.ph-number-circle-six:before {
    content: "\ec1e";
}

.ph-fill.ph-number-circle-three:before {
    content: "\ec1f";
}

.ph-fill.ph-number-circle-two:before {
    content: "\ec20";
}

.ph-fill.ph-number-circle-zero:before {
    content: "\ec21";
}

.ph-fill.ph-number-eight:before {
    content: "\ec22";
}

.ph-fill.ph-number-five:before {
    content: "\ec23";
}

.ph-fill.ph-number-four:before {
    content: "\ec24";
}

.ph-fill.ph-number-nine:before {
    content: "\ec25";
}

.ph-fill.ph-number-one:before {
    content: "\ec26";
}

.ph-fill.ph-number-seven:before {
    content: "\ec27";
}

.ph-fill.ph-number-six:before {
    content: "\ec28";
}

.ph-fill.ph-number-square-eight:before {
    content: "\ec29";
}

.ph-fill.ph-number-square-five:before {
    content: "\ec2a";
}

.ph-fill.ph-number-square-four:before {
    content: "\ec2b";
}

.ph-fill.ph-number-square-nine:before {
    content: "\ec2c";
}

.ph-fill.ph-number-square-one:before {
    content: "\ec2d";
}

.ph-fill.ph-number-square-seven:before {
    content: "\ec2e";
}

.ph-fill.ph-number-square-six:before {
    content: "\ec2f";
}

.ph-fill.ph-number-square-three:before {
    content: "\ec30";
}

.ph-fill.ph-number-square-two:before {
    content: "\ec31";
}

.ph-fill.ph-number-square-zero:before {
    content: "\ec32";
}

.ph-fill.ph-number-three:before {
    content: "\ec33";
}

.ph-fill.ph-number-two:before {
    content: "\ec34";
}

.ph-fill.ph-number-zero:before {
    content: "\ec35";
}

.ph-fill.ph-nut:before {
    content: "\ec36";
}

.ph-fill.ph-ny-times-logo:before {
    content: "\ec37";
}

.ph-fill.ph-octagon:before {
    content: "\ec38";
}

.ph-fill.ph-office-chair:before {
    content: "\ec39";
}

.ph-fill.ph-option:before {
    content: "\ec3a";
}

.ph-fill.ph-orange-slice:before {
    content: "\ec3b";
}

.ph-fill.ph-package:before {
    content: "\ec3c";
}

.ph-fill.ph-paint-brush-broad:before {
    content: "\ec3d";
}

.ph-fill.ph-paint-brush:before {
    content: "\ec3e";
}

.ph-fill.ph-paint-brush-household:before {
    content: "\ec3f";
}

.ph-fill.ph-paint-bucket:before {
    content: "\ec40";
}

.ph-fill.ph-paint-roller:before {
    content: "\ec41";
}

.ph-fill.ph-palette:before {
    content: "\ec42";
}

.ph-fill.ph-pants:before {
    content: "\ec43";
}

.ph-fill.ph-paperclip:before {
    content: "\ec44";
}

.ph-fill.ph-paperclip-horizontal:before {
    content: "\ec45";
}

.ph-fill.ph-paper-plane:before {
    content: "\ec46";
}

.ph-fill.ph-paper-plane-right:before {
    content: "\ec47";
}

.ph-fill.ph-paper-plane-tilt:before {
    content: "\ec48";
}

.ph-fill.ph-parachute:before {
    content: "\ec49";
}

.ph-fill.ph-paragraph:before {
    content: "\ec4a";
}

.ph-fill.ph-parallelogram:before {
    content: "\ec4b";
}

.ph-fill.ph-park:before {
    content: "\ec4c";
}

.ph-fill.ph-password:before {
    content: "\ec4d";
}

.ph-fill.ph-path:before {
    content: "\ec4e";
}

.ph-fill.ph-patreon-logo:before {
    content: "\ec4f";
}

.ph-fill.ph-pause-circle:before {
    content: "\ec50";
}

.ph-fill.ph-pause:before {
    content: "\ec51";
}

.ph-fill.ph-paw-print:before {
    content: "\ec52";
}

.ph-fill.ph-paypal-logo:before {
    content: "\ec53";
}

.ph-fill.ph-peace:before {
    content: "\ec54";
}

.ph-fill.ph-pencil-circle:before {
    content: "\ec55";
}

.ph-fill.ph-pencil:before {
    content: "\ec56";
}

.ph-fill.ph-pencil-line:before {
    content: "\ec57";
}

.ph-fill.ph-pencil-simple:before {
    content: "\ec58";
}

.ph-fill.ph-pencil-simple-line:before {
    content: "\ec59";
}

.ph-fill.ph-pencil-simple-slash:before {
    content: "\ec5a";
}

.ph-fill.ph-pencil-slash:before {
    content: "\ec5b";
}

.ph-fill.ph-pen:before {
    content: "\ec5c";
}

.ph-fill.ph-pen-nib:before {
    content: "\ec5d";
}

.ph-fill.ph-pen-nib-straight:before {
    content: "\ec5e";
}

.ph-fill.ph-pentagram:before {
    content: "\ec5f";
}

.ph-fill.ph-pepper:before {
    content: "\ec60";
}

.ph-fill.ph-percent:before {
    content: "\ec61";
}

.ph-fill.ph-person-arms-spread:before {
    content: "\ec62";
}

.ph-fill.ph-person:before {
    content: "\ec63";
}

.ph-fill.ph-person-simple-bike:before {
    content: "\ec64";
}

.ph-fill.ph-person-simple:before {
    content: "\ec65";
}

.ph-fill.ph-person-simple-run:before {
    content: "\ec66";
}

.ph-fill.ph-person-simple-throw:before {
    content: "\ec67";
}

.ph-fill.ph-person-simple-walk:before {
    content: "\ec68";
}

.ph-fill.ph-perspective:before {
    content: "\ec69";
}

.ph-fill.ph-phone-call:before {
    content: "\ec6a";
}

.ph-fill.ph-phone-disconnect:before {
    content: "\ec6b";
}

.ph-fill.ph-phone:before {
    content: "\ec6c";
}

.ph-fill.ph-phone-incoming:before {
    content: "\ec6d";
}

.ph-fill.ph-phone-outgoing:before {
    content: "\ec6e";
}

.ph-fill.ph-phone-plus:before {
    content: "\ec6f";
}

.ph-fill.ph-phone-slash:before {
    content: "\ec70";
}

.ph-fill.ph-phone-x:before {
    content: "\ec71";
}

.ph-fill.ph-phosphor-logo:before {
    content: "\ec72";
}

.ph-fill.ph-piano-keys:before {
    content: "\ec73";
}

.ph-fill.ph-picture-in-picture:before {
    content: "\ec74";
}

.ph-fill.ph-pi:before {
    content: "\ec75";
}

.ph-fill.ph-piggy-bank:before {
    content: "\ec76";
}

.ph-fill.ph-pill:before {
    content: "\ec77";
}

.ph-fill.ph-pinterest-logo:before {
    content: "\ec78";
}

.ph-fill.ph-pinwheel:before {
    content: "\ec79";
}

.ph-fill.ph-pizza:before {
    content: "\ec7a";
}

.ph-fill.ph-placeholder:before {
    content: "\ec7b";
}

.ph-fill.ph-planet:before {
    content: "\ec7c";
}

.ph-fill.ph-plant:before {
    content: "\ec7d";
}

.ph-fill.ph-play-circle:before {
    content: "\ec7e";
}

.ph-fill.ph-play:before {
    content: "\ec7f";
}

.ph-fill.ph-playlist:before {
    content: "\ec80";
}

.ph-fill.ph-play-pause:before {
    content: "\ec81";
}

.ph-fill.ph-plug-charging:before {
    content: "\ec82";
}

.ph-fill.ph-plug:before {
    content: "\ec83";
}

.ph-fill.ph-plugs-connected:before {
    content: "\ec84";
}

.ph-fill.ph-plugs:before {
    content: "\ec85";
}

.ph-fill.ph-plus-circle:before {
    content: "\ec86";
}

.ph-fill.ph-plus:before {
    content: "\ec87";
}

.ph-fill.ph-plus-minus:before {
    content: "\ec88";
}

.ph-fill.ph-plus-square:before {
    content: "\ec89";
}

.ph-fill.ph-poker-chip:before {
    content: "\ec8a";
}

.ph-fill.ph-police-car:before {
    content: "\ec8b";
}

.ph-fill.ph-polygon:before {
    content: "\ec8c";
}

.ph-fill.ph-popcorn:before {
    content: "\ec8d";
}

.ph-fill.ph-potted-plant:before {
    content: "\ec8e";
}

.ph-fill.ph-power:before {
    content: "\ec8f";
}

.ph-fill.ph-prescription:before {
    content: "\ec90";
}

.ph-fill.ph-presentation-chart:before {
    content: "\ec91";
}

.ph-fill.ph-presentation:before {
    content: "\ec92";
}

.ph-fill.ph-printer:before {
    content: "\ec93";
}

.ph-fill.ph-prohibit:before {
    content: "\ec94";
}

.ph-fill.ph-prohibit-inset:before {
    content: "\ec95";
}

.ph-fill.ph-projector-screen-chart:before {
    content: "\ec96";
}

.ph-fill.ph-projector-screen:before {
    content: "\ec97";
}

.ph-fill.ph-pulse:before, .ph-fill.ph-activity:before {
    content: "\ec98";
}

.ph-fill.ph-push-pin:before {
    content: "\ec99";
}

.ph-fill.ph-push-pin-simple:before {
    content: "\ec9a";
}

.ph-fill.ph-push-pin-simple-slash:before {
    content: "\ec9b";
}

.ph-fill.ph-push-pin-slash:before {
    content: "\ec9c";
}

.ph-fill.ph-puzzle-piece:before {
    content: "\ec9d";
}

.ph-fill.ph-qr-code:before {
    content: "\ec9e";
}

.ph-fill.ph-question:before {
    content: "\ec9f";
}

.ph-fill.ph-queue:before {
    content: "\eca0";
}

.ph-fill.ph-quotes:before {
    content: "\eca1";
}

.ph-fill.ph-radical:before {
    content: "\eca2";
}

.ph-fill.ph-radioactive:before {
    content: "\eca3";
}

.ph-fill.ph-radio-button:before {
    content: "\eca4";
}

.ph-fill.ph-radio:before {
    content: "\eca5";
}

.ph-fill.ph-rainbow-cloud:before {
    content: "\eca6";
}

.ph-fill.ph-rainbow:before {
    content: "\eca7";
}

.ph-fill.ph-read-cv-logo:before {
    content: "\eca8";
}

.ph-fill.ph-receipt:before {
    content: "\eca9";
}

.ph-fill.ph-receipt-x:before {
    content: "\ecaa";
}

.ph-fill.ph-record:before {
    content: "\ecab";
}

.ph-fill.ph-rectangle:before {
    content: "\ecac";
}

.ph-fill.ph-recycle:before {
    content: "\ecad";
}

.ph-fill.ph-reddit-logo:before {
    content: "\ecae";
}

.ph-fill.ph-repeat:before {
    content: "\ecaf";
}

.ph-fill.ph-repeat-once:before {
    content: "\ecb0";
}

.ph-fill.ph-rewind-circle:before {
    content: "\ecb1";
}

.ph-fill.ph-rewind:before {
    content: "\ecb2";
}

.ph-fill.ph-road-horizon:before {
    content: "\ecb3";
}

.ph-fill.ph-robot:before {
    content: "\ecb4";
}

.ph-fill.ph-rocket:before {
    content: "\ecb5";
}

.ph-fill.ph-rocket-launch:before {
    content: "\ecb6";
}

.ph-fill.ph-rows:before {
    content: "\ecb7";
}

.ph-fill.ph-rss:before {
    content: "\ecb8";
}

.ph-fill.ph-rss-simple:before {
    content: "\ecb9";
}

.ph-fill.ph-rug:before {
    content: "\ecba";
}

.ph-fill.ph-ruler:before {
    content: "\ecbb";
}

.ph-fill.ph-scales:before {
    content: "\ecbc";
}

.ph-fill.ph-scan:before {
    content: "\ecbd";
}

.ph-fill.ph-scissors:before {
    content: "\ecbe";
}

.ph-fill.ph-scooter:before {
    content: "\ecbf";
}

.ph-fill.ph-screencast:before {
    content: "\ecc0";
}

.ph-fill.ph-scribble-loop:before {
    content: "\ecc1";
}

.ph-fill.ph-scroll:before {
    content: "\ecc2";
}

.ph-fill.ph-seal-check:before, .ph-fill.ph-circle-wavy-check:before {
    content: "\ecc3";
}

.ph-fill.ph-seal:before, .ph-fill.ph-circle-wavy:before {
    content: "\ecc4";
}

.ph-fill.ph-seal-question:before, .ph-fill.ph-circle-wavy-question:before {
    content: "\ecc5";
}

.ph-fill.ph-seal-warning:before, .ph-fill.ph-circle-wavy-warning:before {
    content: "\ecc6";
}

.ph-fill.ph-selection-all:before {
    content: "\ecc7";
}

.ph-fill.ph-selection-background:before {
    content: "\ecc8";
}

.ph-fill.ph-selection:before {
    content: "\ecc9";
}

.ph-fill.ph-selection-foreground:before {
    content: "\ecca";
}

.ph-fill.ph-selection-inverse:before {
    content: "\eccb";
}

.ph-fill.ph-selection-plus:before {
    content: "\eccc";
}

.ph-fill.ph-selection-slash:before {
    content: "\eccd";
}

.ph-fill.ph-shapes:before {
    content: "\ecce";
}

.ph-fill.ph-share-fat:before {
    content: "\eccf";
}

.ph-fill.ph-share:before {
    content: "\ecd0";
}

.ph-fill.ph-share-network:before {
    content: "\ecd1";
}

.ph-fill.ph-shield-checkered:before {
    content: "\ecd2";
}

.ph-fill.ph-shield-check:before {
    content: "\ecd3";
}

.ph-fill.ph-shield-chevron:before {
    content: "\ecd4";
}

.ph-fill.ph-shield:before {
    content: "\ecd5";
}

.ph-fill.ph-shield-plus:before {
    content: "\ecd6";
}

.ph-fill.ph-shield-slash:before {
    content: "\ecd7";
}

.ph-fill.ph-shield-star:before {
    content: "\ecd8";
}

.ph-fill.ph-shield-warning:before {
    content: "\ecd9";
}

.ph-fill.ph-shirt-folded:before {
    content: "\ecda";
}

.ph-fill.ph-shooting-star:before {
    content: "\ecdb";
}

.ph-fill.ph-shopping-bag:before {
    content: "\ecdc";
}

.ph-fill.ph-shopping-bag-open:before {
    content: "\ecdd";
}

.ph-fill.ph-shopping-cart:before {
    content: "\ecde";
}

.ph-fill.ph-shopping-cart-simple:before {
    content: "\ecdf";
}

.ph-fill.ph-shower:before {
    content: "\ece0";
}

.ph-fill.ph-shrimp:before {
    content: "\ece1";
}

.ph-fill.ph-shuffle-angular:before {
    content: "\ece2";
}

.ph-fill.ph-shuffle:before {
    content: "\ece3";
}

.ph-fill.ph-shuffle-simple:before {
    content: "\ece4";
}

.ph-fill.ph-sidebar:before {
    content: "\ece5";
}

.ph-fill.ph-sidebar-simple:before {
    content: "\ece6";
}

.ph-fill.ph-sigma:before {
    content: "\ece7";
}

.ph-fill.ph-signature:before {
    content: "\ece8";
}

.ph-fill.ph-sign-in:before {
    content: "\ece9";
}

.ph-fill.ph-sign-out:before {
    content: "\ecea";
}

.ph-fill.ph-signpost:before {
    content: "\eceb";
}

.ph-fill.ph-sim-card:before {
    content: "\ecec";
}

.ph-fill.ph-siren:before {
    content: "\eced";
}

.ph-fill.ph-sketch-logo:before {
    content: "\ecee";
}

.ph-fill.ph-skip-back-circle:before {
    content: "\ecef";
}

.ph-fill.ph-skip-back:before {
    content: "\ecf0";
}

.ph-fill.ph-skip-forward-circle:before {
    content: "\ecf1";
}

.ph-fill.ph-skip-forward:before {
    content: "\ecf2";
}

.ph-fill.ph-skull:before {
    content: "\ecf3";
}

.ph-fill.ph-slack-logo:before {
    content: "\ecf4";
}

.ph-fill.ph-sliders:before {
    content: "\ecf5";
}

.ph-fill.ph-sliders-horizontal:before {
    content: "\ecf6";
}

.ph-fill.ph-slideshow:before {
    content: "\ecf7";
}

.ph-fill.ph-smiley-angry:before {
    content: "\ecf8";
}

.ph-fill.ph-smiley-blank:before {
    content: "\ecf9";
}

.ph-fill.ph-smiley:before {
    content: "\ecfa";
}

.ph-fill.ph-smiley-meh:before {
    content: "\ecfb";
}

.ph-fill.ph-smiley-nervous:before {
    content: "\ecfc";
}

.ph-fill.ph-smiley-sad:before {
    content: "\ecfd";
}

.ph-fill.ph-smiley-sticker:before {
    content: "\ecfe";
}

.ph-fill.ph-smiley-wink:before {
    content: "\ecff";
}

.ph-fill.ph-smiley-x-eyes:before {
    content: "\ed00";
}

.ph-fill.ph-snapchat-logo:before {
    content: "\ed01";
}

.ph-fill.ph-sneaker:before {
    content: "\ed02";
}

.ph-fill.ph-sneaker-move:before {
    content: "\ed03";
}

.ph-fill.ph-snowflake:before {
    content: "\ed04";
}

.ph-fill.ph-soccer-ball:before {
    content: "\ed05";
}

.ph-fill.ph-sort-ascending:before {
    content: "\ed06";
}

.ph-fill.ph-sort-descending:before {
    content: "\ed07";
}

.ph-fill.ph-soundcloud-logo:before {
    content: "\ed08";
}

.ph-fill.ph-spade:before {
    content: "\ed09";
}

.ph-fill.ph-sparkle:before {
    content: "\ed0a";
}

.ph-fill.ph-speaker-hifi:before {
    content: "\ed0b";
}

.ph-fill.ph-speaker-high:before {
    content: "\ed0c";
}

.ph-fill.ph-speaker-low:before {
    content: "\ed0d";
}

.ph-fill.ph-speaker-none:before {
    content: "\ed0e";
}

.ph-fill.ph-speaker-simple-high:before {
    content: "\ed0f";
}

.ph-fill.ph-speaker-simple-low:before {
    content: "\ed10";
}

.ph-fill.ph-speaker-simple-none:before {
    content: "\ed11";
}

.ph-fill.ph-speaker-simple-slash:before {
    content: "\ed12";
}

.ph-fill.ph-speaker-simple-x:before {
    content: "\ed13";
}

.ph-fill.ph-speaker-slash:before {
    content: "\ed14";
}

.ph-fill.ph-speaker-x:before {
    content: "\ed15";
}

.ph-fill.ph-spinner:before {
    content: "\ed16";
}

.ph-fill.ph-spinner-gap:before {
    content: "\ed17";
}

.ph-fill.ph-spiral:before {
    content: "\ed18";
}

.ph-fill.ph-split-horizontal:before {
    content: "\ed19";
}

.ph-fill.ph-split-vertical:before {
    content: "\ed1a";
}

.ph-fill.ph-spotify-logo:before {
    content: "\ed1b";
}

.ph-fill.ph-square:before {
    content: "\ed1c";
}

.ph-fill.ph-square-half-bottom:before {
    content: "\ed1d";
}

.ph-fill.ph-square-half:before {
    content: "\ed1e";
}

.ph-fill.ph-square-logo:before {
    content: "\ed1f";
}

.ph-fill.ph-squares-four:before {
    content: "\ed20";
}

.ph-fill.ph-square-split-horizontal:before {
    content: "\ed21";
}

.ph-fill.ph-square-split-vertical:before {
    content: "\ed22";
}

.ph-fill.ph-stack:before {
    content: "\ed23";
}

.ph-fill.ph-stack-overflow-logo:before {
    content: "\ed24";
}

.ph-fill.ph-stack-simple:before {
    content: "\ed25";
}

.ph-fill.ph-stairs:before {
    content: "\ed26";
}

.ph-fill.ph-stamp:before {
    content: "\ed27";
}

.ph-fill.ph-star-and-crescent:before {
    content: "\ed28";
}

.ph-fill.ph-star:before {
    content: "\ed29";
}

.ph-fill.ph-star-four:before {
    content: "\ed2a";
}

.ph-fill.ph-star-half:before {
    content: "\ed2b";
}

.ph-fill.ph-star-of-david:before {
    content: "\ed2c";
}

.ph-fill.ph-steering-wheel:before {
    content: "\ed2d";
}

.ph-fill.ph-steps:before {
    content: "\ed2e";
}

.ph-fill.ph-stethoscope:before {
    content: "\ed2f";
}

.ph-fill.ph-sticker:before {
    content: "\ed30";
}

.ph-fill.ph-stool:before {
    content: "\ed31";
}

.ph-fill.ph-stop-circle:before {
    content: "\ed32";
}

.ph-fill.ph-stop:before {
    content: "\ed33";
}

.ph-fill.ph-storefront:before {
    content: "\ed34";
}

.ph-fill.ph-strategy:before {
    content: "\ed35";
}

.ph-fill.ph-stripe-logo:before {
    content: "\ed36";
}

.ph-fill.ph-student:before {
    content: "\ed37";
}

.ph-fill.ph-subtitles:before {
    content: "\ed38";
}

.ph-fill.ph-subtract:before {
    content: "\ed39";
}

.ph-fill.ph-subtract-square:before {
    content: "\ed3a";
}

.ph-fill.ph-suitcase:before {
    content: "\ed3b";
}

.ph-fill.ph-suitcase-rolling:before {
    content: "\ed3c";
}

.ph-fill.ph-suitcase-simple:before {
    content: "\ed3d";
}

.ph-fill.ph-sun-dim:before {
    content: "\ed3e";
}

.ph-fill.ph-sun:before {
    content: "\ed3f";
}

.ph-fill.ph-sunglasses:before {
    content: "\ed40";
}

.ph-fill.ph-sun-horizon:before {
    content: "\ed41";
}

.ph-fill.ph-swap:before {
    content: "\ed42";
}

.ph-fill.ph-swatches:before {
    content: "\ed43";
}

.ph-fill.ph-swimming-pool:before {
    content: "\ed44";
}

.ph-fill.ph-sword:before {
    content: "\ed45";
}

.ph-fill.ph-synagogue:before {
    content: "\ed46";
}

.ph-fill.ph-syringe:before {
    content: "\ed47";
}

.ph-fill.ph-table:before {
    content: "\ed48";
}

.ph-fill.ph-tabs:before {
    content: "\ed49";
}

.ph-fill.ph-tag-chevron:before {
    content: "\ed4a";
}

.ph-fill.ph-tag:before {
    content: "\ed4b";
}

.ph-fill.ph-tag-simple:before {
    content: "\ed4c";
}

.ph-fill.ph-target:before {
    content: "\ed4d";
}

.ph-fill.ph-taxi:before {
    content: "\ed4e";
}

.ph-fill.ph-telegram-logo:before {
    content: "\ed4f";
}

.ph-fill.ph-television:before {
    content: "\ed50";
}

.ph-fill.ph-television-simple:before {
    content: "\ed51";
}

.ph-fill.ph-tennis-ball:before {
    content: "\ed52";
}

.ph-fill.ph-tent:before {
    content: "\ed53";
}

.ph-fill.ph-terminal:before {
    content: "\ed54";
}

.ph-fill.ph-terminal-window:before {
    content: "\ed55";
}

.ph-fill.ph-test-tube:before {
    content: "\ed56";
}

.ph-fill.ph-text-aa:before {
    content: "\ed57";
}

.ph-fill.ph-text-align-center:before {
    content: "\ed58";
}

.ph-fill.ph-text-align-justify:before {
    content: "\ed59";
}

.ph-fill.ph-text-align-left:before {
    content: "\ed5a";
}

.ph-fill.ph-text-align-right:before {
    content: "\ed5b";
}

.ph-fill.ph-text-a-underline:before {
    content: "\ed5c";
}

.ph-fill.ph-text-b:before, .ph-fill.ph-text-bolder:before {
    content: "\ed5d";
}

.ph-fill.ph-textbox:before {
    content: "\ed5e";
}

.ph-fill.ph-text-columns:before {
    content: "\ed5f";
}

.ph-fill.ph-text-h:before {
    content: "\ed60";
}

.ph-fill.ph-text-h-five:before {
    content: "\ed61";
}

.ph-fill.ph-text-h-four:before {
    content: "\ed62";
}

.ph-fill.ph-text-h-one:before {
    content: "\ed63";
}

.ph-fill.ph-text-h-six:before {
    content: "\ed64";
}

.ph-fill.ph-text-h-three:before {
    content: "\ed65";
}

.ph-fill.ph-text-h-two:before {
    content: "\ed66";
}

.ph-fill.ph-text-indent:before {
    content: "\ed67";
}

.ph-fill.ph-text-italic:before {
    content: "\ed68";
}

.ph-fill.ph-text-outdent:before {
    content: "\ed69";
}

.ph-fill.ph-text-strikethrough:before {
    content: "\ed6a";
}

.ph-fill.ph-text-t:before {
    content: "\ed6b";
}

.ph-fill.ph-text-underline:before {
    content: "\ed6c";
}

.ph-fill.ph-thermometer-cold:before {
    content: "\ed6d";
}

.ph-fill.ph-thermometer:before {
    content: "\ed6e";
}

.ph-fill.ph-thermometer-hot:before {
    content: "\ed6f";
}

.ph-fill.ph-thermometer-simple:before {
    content: "\ed70";
}

.ph-fill.ph-thumbs-down:before {
    content: "\ed71";
}

.ph-fill.ph-thumbs-up:before {
    content: "\ed72";
}

.ph-fill.ph-ticket:before {
    content: "\ed73";
}

.ph-fill.ph-tidal-logo:before {
    content: "\ed74";
}

.ph-fill.ph-tiktok-logo:before {
    content: "\ed75";
}

.ph-fill.ph-timer:before {
    content: "\ed76";
}

.ph-fill.ph-tipi:before {
    content: "\ed77";
}

.ph-fill.ph-toggle-left:before {
    content: "\ed78";
}

.ph-fill.ph-toggle-right:before {
    content: "\ed79";
}

.ph-fill.ph-toilet:before {
    content: "\ed7a";
}

.ph-fill.ph-toilet-paper:before {
    content: "\ed7b";
}

.ph-fill.ph-toolbox:before {
    content: "\ed7c";
}

.ph-fill.ph-tooth:before {
    content: "\ed7d";
}

.ph-fill.ph-tote:before {
    content: "\ed7e";
}

.ph-fill.ph-tote-simple:before {
    content: "\ed7f";
}

.ph-fill.ph-trademark:before {
    content: "\ed80";
}

.ph-fill.ph-trademark-registered:before {
    content: "\ed81";
}

.ph-fill.ph-traffic-cone:before {
    content: "\ed82";
}

.ph-fill.ph-traffic-signal:before {
    content: "\ed83";
}

.ph-fill.ph-traffic-sign:before {
    content: "\ed84";
}

.ph-fill.ph-train:before {
    content: "\ed85";
}

.ph-fill.ph-train-regional:before {
    content: "\ed86";
}

.ph-fill.ph-train-simple:before {
    content: "\ed87";
}

.ph-fill.ph-tram:before {
    content: "\ed88";
}

.ph-fill.ph-translate:before {
    content: "\ed89";
}

.ph-fill.ph-trash:before {
    content: "\ed8a";
}

.ph-fill.ph-trash-simple:before {
    content: "\ed8b";
}

.ph-fill.ph-tray:before {
    content: "\ed8c";
}

.ph-fill.ph-tree-evergreen:before {
    content: "\ed8d";
}

.ph-fill.ph-tree:before {
    content: "\ed8e";
}

.ph-fill.ph-tree-palm:before {
    content: "\ed8f";
}

.ph-fill.ph-tree-structure:before {
    content: "\ed90";
}

.ph-fill.ph-trend-down:before {
    content: "\ed91";
}

.ph-fill.ph-trend-up:before {
    content: "\ed92";
}

.ph-fill.ph-triangle:before {
    content: "\ed93";
}

.ph-fill.ph-trophy:before {
    content: "\ed94";
}

.ph-fill.ph-truck:before {
    content: "\ed95";
}

.ph-fill.ph-t-shirt:before {
    content: "\ed96";
}

.ph-fill.ph-twitch-logo:before {
    content: "\ed97";
}

.ph-fill.ph-twitter-logo:before {
    content: "\ed98";
}

.ph-fill.ph-umbrella:before {
    content: "\ed99";
}

.ph-fill.ph-umbrella-simple:before {
    content: "\ed9a";
}

.ph-fill.ph-unite:before {
    content: "\ed9b";
}

.ph-fill.ph-unite-square:before {
    content: "\ed9c";
}

.ph-fill.ph-upload:before {
    content: "\ed9d";
}

.ph-fill.ph-upload-simple:before {
    content: "\ed9e";
}

.ph-fill.ph-usb:before {
    content: "\ed9f";
}

.ph-fill.ph-user-circle:before {
    content: "\eda0";
}

.ph-fill.ph-user-circle-gear:before {
    content: "\eda1";
}

.ph-fill.ph-user-circle-minus:before {
    content: "\eda2";
}

.ph-fill.ph-user-circle-plus:before {
    content: "\eda3";
}

.ph-fill.ph-user:before {
    content: "\eda4";
}

.ph-fill.ph-user-focus:before {
    content: "\eda5";
}

.ph-fill.ph-user-gear:before {
    content: "\eda6";
}

.ph-fill.ph-user-list:before {
    content: "\eda7";
}

.ph-fill.ph-user-minus:before {
    content: "\eda8";
}

.ph-fill.ph-user-plus:before {
    content: "\eda9";
}

.ph-fill.ph-user-rectangle:before {
    content: "\edaa";
}

.ph-fill.ph-users:before {
    content: "\edab";
}

.ph-fill.ph-users-four:before {
    content: "\edac";
}

.ph-fill.ph-user-square:before {
    content: "\edad";
}

.ph-fill.ph-users-three:before {
    content: "\edae";
}

.ph-fill.ph-user-switch:before {
    content: "\edaf";
}

.ph-fill.ph-van:before {
    content: "\edb0";
}

.ph-fill.ph-vault:before {
    content: "\edb1";
}

.ph-fill.ph-vibrate:before {
    content: "\edb2";
}

.ph-fill.ph-video-camera:before {
    content: "\edb3";
}

.ph-fill.ph-video-camera-slash:before {
    content: "\edb4";
}

.ph-fill.ph-video:before {
    content: "\edb5";
}

.ph-fill.ph-vignette:before {
    content: "\edb6";
}

.ph-fill.ph-vinyl-record:before {
    content: "\edb7";
}

.ph-fill.ph-virtual-reality:before {
    content: "\edb8";
}

.ph-fill.ph-virus:before {
    content: "\edb9";
}

.ph-fill.ph-voicemail:before {
    content: "\edba";
}

.ph-fill.ph-volleyball:before {
    content: "\edbb";
}

.ph-fill.ph-wallet:before {
    content: "\edbc";
}

.ph-fill.ph-wall:before {
    content: "\edbd";
}

.ph-fill.ph-warehouse:before {
    content: "\edbe";
}

.ph-fill.ph-warning-circle:before {
    content: "\edbf";
}

.ph-fill.ph-warning-diamond:before {
    content: "\edc0";
}

.ph-fill.ph-warning:before {
    content: "\edc1";
}

.ph-fill.ph-warning-octagon:before {
    content: "\edc2";
}

.ph-fill.ph-watch:before {
    content: "\edc3";
}

.ph-fill.ph-waveform:before {
    content: "\edc4";
}

.ph-fill.ph-wave-sawtooth:before {
    content: "\edc5";
}

.ph-fill.ph-waves:before {
    content: "\edc6";
}

.ph-fill.ph-wave-sine:before {
    content: "\edc7";
}

.ph-fill.ph-wave-square:before {
    content: "\edc8";
}

.ph-fill.ph-wave-triangle:before {
    content: "\edc9";
}

.ph-fill.ph-webcam:before {
    content: "\edca";
}

.ph-fill.ph-webcam-slash:before {
    content: "\edcb";
}

.ph-fill.ph-webhooks-logo:before {
    content: "\edcc";
}

.ph-fill.ph-wechat-logo:before {
    content: "\edcd";
}

.ph-fill.ph-whatsapp-logo:before {
    content: "\edce";
}

.ph-fill.ph-wheelchair:before {
    content: "\edcf";
}

.ph-fill.ph-wheelchair-motion:before {
    content: "\edd0";
}

.ph-fill.ph-wifi-high:before {
    content: "\edd1";
}

.ph-fill.ph-wifi-low:before {
    content: "\edd2";
}

.ph-fill.ph-wifi-medium:before {
    content: "\edd3";
}

.ph-fill.ph-wifi-none:before {
    content: "\edd4";
}

.ph-fill.ph-wifi-slash:before {
    content: "\edd5";
}

.ph-fill.ph-wifi-x:before {
    content: "\edd6";
}

.ph-fill.ph-wind:before {
    content: "\edd7";
}

.ph-fill.ph-windows-logo:before {
    content: "\edd8";
}

.ph-fill.ph-wine:before {
    content: "\edd9";
}

.ph-fill.ph-wrench:before {
    content: "\edda";
}

.ph-fill.ph-x-circle:before {
    content: "\eddb";
}

.ph-fill.ph-x:before {
    content: "\eddc";
}

.ph-fill.ph-x-square:before {
    content: "\eddd";
}

.ph-fill.ph-yin-yang:before {
    content: "\edde";
}

.ph-fill.ph-youtube-logo:before {
    content: "\eddf";
}


@font-face {
    font-family: "Phosphor-Fill";
    src: url("Phosphor-Fill.woff2") format("woff2"),
    url("Phosphor-Fill.woff") format("woff"),
    url("Phosphor-Fill.ttf") format("truetype"),
    url("Phosphor-Fill.svg#Phosphor-Fill") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.ph-fill {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Phosphor-Fill" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-address-book:before {
    content: "\e900";
}

.ph-fill.ph-airplane:before {
    content: "\e901";
}

.ph-fill.ph-airplane-in-flight:before {
    content: "\e902";
}

.ph-fill.ph-airplane-landing:before {
    content: "\e903";
}

.ph-fill.ph-airplane-takeoff:before {
    content: "\e904";
}

.ph-fill.ph-airplane-tilt:before {
    content: "\e905";
}

.ph-fill.ph-airplay:before {
    content: "\e906";
}

.ph-fill.ph-air-traffic-control:before {
    content: "\e907";
}

.ph-fill.ph-alarm:before {
    content: "\e908";
}

.ph-fill.ph-alien:before {
    content: "\e909";
}

.ph-fill.ph-align-bottom:before {
    content: "\e90a";
}

.ph-fill.ph-align-bottom-simple:before {
    content: "\e90b";
}

.ph-fill.ph-align-center-horizontal:before {
    content: "\e90c";
}

.ph-fill.ph-align-center-horizontal-simple:before {
    content: "\e90d";
}

.ph-fill.ph-align-center-vertical:before {
    content: "\e90e";
}

.ph-fill.ph-align-center-vertical-simple:before {
    content: "\e90f";
}

.ph-fill.ph-align-left:before {
    content: "\e910";
}

.ph-fill.ph-align-left-simple:before {
    content: "\e911";
}

.ph-fill.ph-align-right:before {
    content: "\e912";
}

.ph-fill.ph-align-right-simple:before {
    content: "\e913";
}

.ph-fill.ph-align-top:before {
    content: "\e914";
}

.ph-fill.ph-align-top-simple:before {
    content: "\e915";
}

.ph-fill.ph-amazon-logo:before {
    content: "\e916";
}

.ph-fill.ph-anchor:before {
    content: "\e917";
}

.ph-fill.ph-anchor-simple:before {
    content: "\e918";
}

.ph-fill.ph-android-logo:before {
    content: "\e919";
}

.ph-fill.ph-angular-logo:before {
    content: "\e91a";
}

.ph-fill.ph-aperture:before {
    content: "\e91b";
}

.ph-fill.ph-apple-logo:before {
    content: "\e91c";
}

.ph-fill.ph-apple-podcasts-logo:before {
    content: "\e91d";
}

.ph-fill.ph-app-store-logo:before {
    content: "\e91e";
}

.ph-fill.ph-app-window:before {
    content: "\e91f";
}

.ph-fill.ph-archive-box:before {
    content: "\e920";
}

.ph-fill.ph-archive:before {
    content: "\e921";
}

.ph-fill.ph-archive-tray:before {
    content: "\e922";
}

.ph-fill.ph-armchair:before {
    content: "\e923";
}

.ph-fill.ph-arrow-arc-left:before {
    content: "\e924";
}

.ph-fill.ph-arrow-arc-right:before {
    content: "\e925";
}

.ph-fill.ph-arrow-bend-double-up-left:before {
    content: "\e926";
}

.ph-fill.ph-arrow-bend-double-up-right:before {
    content: "\e927";
}

.ph-fill.ph-arrow-bend-down-left:before {
    content: "\e928";
}

.ph-fill.ph-arrow-bend-down-right:before {
    content: "\e929";
}

.ph-fill.ph-arrow-bend-left-down:before {
    content: "\e92a";
}

.ph-fill.ph-arrow-bend-left-up:before {
    content: "\e92b";
}

.ph-fill.ph-arrow-bend-right-down:before {
    content: "\e92c";
}

.ph-fill.ph-arrow-bend-right-up:before {
    content: "\e92d";
}

.ph-fill.ph-arrow-bend-up-left:before {
    content: "\e92e";
}

.ph-fill.ph-arrow-bend-up-right:before {
    content: "\e92f";
}

.ph-fill.ph-arrow-circle-down:before {
    content: "\e930";
}

.ph-fill.ph-arrow-circle-down-left:before {
    content: "\e931";
}

.ph-fill.ph-arrow-circle-down-right:before {
    content: "\e932";
}

.ph-fill.ph-arrow-circle-left:before {
    content: "\e933";
}

.ph-fill.ph-arrow-circle-right:before {
    content: "\e934";
}

.ph-fill.ph-arrow-circle-up:before {
    content: "\e935";
}

.ph-fill.ph-arrow-circle-up-left:before {
    content: "\e936";
}

.ph-fill.ph-arrow-circle-up-right:before {
    content: "\e937";
}

.ph-fill.ph-arrow-clockwise:before {
    content: "\e938";
}

.ph-fill.ph-arrow-counter-clockwise:before {
    content: "\e939";
}

.ph-fill.ph-arrow-down:before {
    content: "\e93a";
}

.ph-fill.ph-arrow-down-left:before {
    content: "\e93b";
}

.ph-fill.ph-arrow-down-right:before {
    content: "\e93c";
}

.ph-fill.ph-arrow-elbow-down-left:before {
    content: "\e93d";
}

.ph-fill.ph-arrow-elbow-down-right:before {
    content: "\e93e";
}

.ph-fill.ph-arrow-elbow-left-down:before {
    content: "\e93f";
}

.ph-fill.ph-arrow-elbow-left:before {
    content: "\e940";
}

.ph-fill.ph-arrow-elbow-left-up:before {
    content: "\e941";
}

.ph-fill.ph-arrow-elbow-right-down:before {
    content: "\e942";
}

.ph-fill.ph-arrow-elbow-right:before {
    content: "\e943";
}

.ph-fill.ph-arrow-elbow-right-up:before {
    content: "\e944";
}

.ph-fill.ph-arrow-elbow-up-left:before {
    content: "\e945";
}

.ph-fill.ph-arrow-elbow-up-right:before {
    content: "\e946";
}

.ph-fill.ph-arrow-fat-down:before {
    content: "\e947";
}

.ph-fill.ph-arrow-fat-left:before {
    content: "\e948";
}

.ph-fill.ph-arrow-fat-line-down:before {
    content: "\e949";
}

.ph-fill.ph-arrow-fat-line-left:before {
    content: "\e94a";
}

.ph-fill.ph-arrow-fat-line-right:before {
    content: "\e94b";
}

.ph-fill.ph-arrow-fat-lines-down:before {
    content: "\e94c";
}

.ph-fill.ph-arrow-fat-lines-left:before {
    content: "\e94d";
}

.ph-fill.ph-arrow-fat-lines-right:before {
    content: "\e94e";
}

.ph-fill.ph-arrow-fat-lines-up:before {
    content: "\e94f";
}

.ph-fill.ph-arrow-fat-line-up:before {
    content: "\e950";
}

.ph-fill.ph-arrow-fat-right:before {
    content: "\e951";
}

.ph-fill.ph-arrow-fat-up:before {
    content: "\e952";
}

.ph-fill.ph-arrow-left:before {
    content: "\e953";
}

.ph-fill.ph-arrow-line-down:before {
    content: "\e954";
}

.ph-fill.ph-arrow-line-down-left:before {
    content: "\e955";
}

.ph-fill.ph-arrow-line-down-right:before {
    content: "\e956";
}

.ph-fill.ph-arrow-line-left:before {
    content: "\e957";
}

.ph-fill.ph-arrow-line-right:before {
    content: "\e958";
}

.ph-fill.ph-arrow-line-up:before {
    content: "\e959";
}

.ph-fill.ph-arrow-line-up-left:before {
    content: "\e95a";
}

.ph-fill.ph-arrow-line-up-right:before {
    content: "\e95b";
}

.ph-fill.ph-arrow-right:before {
    content: "\e95c";
}

.ph-fill.ph-arrows-clockwise:before {
    content: "\e95d";
}

.ph-fill.ph-arrows-counter-clockwise:before {
    content: "\e95e";
}

.ph-fill.ph-arrows-down-up:before {
    content: "\e95f";
}

.ph-fill.ph-arrows-horizontal:before {
    content: "\e960";
}

.ph-fill.ph-arrows-in-cardinal:before {
    content: "\e961";
}

.ph-fill.ph-arrows-in:before {
    content: "\e962";
}

.ph-fill.ph-arrows-in-line-horizontal:before {
    content: "\e963";
}

.ph-fill.ph-arrows-in-line-vertical:before {
    content: "\e964";
}

.ph-fill.ph-arrows-in-simple:before {
    content: "\e965";
}

.ph-fill.ph-arrows-left-right:before {
    content: "\e966";
}

.ph-fill.ph-arrows-merge:before {
    content: "\e967";
}

.ph-fill.ph-arrows-out-cardinal:before {
    content: "\e968";
}

.ph-fill.ph-arrows-out:before {
    content: "\e969";
}

.ph-fill.ph-arrows-out-line-horizontal:before {
    content: "\e96a";
}

.ph-fill.ph-arrows-out-line-vertical:before {
    content: "\e96b";
}

.ph-fill.ph-arrows-out-simple:before {
    content: "\e96c";
}

.ph-fill.ph-arrow-square-down:before {
    content: "\e96d";
}

.ph-fill.ph-arrow-square-down-left:before {
    content: "\e96e";
}

.ph-fill.ph-arrow-square-down-right:before {
    content: "\e96f";
}

.ph-fill.ph-arrow-square-in:before {
    content: "\e970";
}

.ph-fill.ph-arrow-square-left:before {
    content: "\e971";
}

.ph-fill.ph-arrow-square-out:before {
    content: "\e972";
}

.ph-fill.ph-arrow-square-right:before {
    content: "\e973";
}

.ph-fill.ph-arrow-square-up:before {
    content: "\e974";
}

.ph-fill.ph-arrow-square-up-left:before {
    content: "\e975";
}

.ph-fill.ph-arrow-square-up-right:before {
    content: "\e976";
}

.ph-fill.ph-arrows-split:before {
    content: "\e977";
}

.ph-fill.ph-arrows-vertical:before {
    content: "\e978";
}

.ph-fill.ph-arrow-u-down-left:before {
    content: "\e979";
}

.ph-fill.ph-arrow-u-down-right:before {
    content: "\e97a";
}

.ph-fill.ph-arrow-u-left-down:before {
    content: "\e97b";
}

.ph-fill.ph-arrow-u-left-up:before {
    content: "\e97c";
}

.ph-fill.ph-arrow-up:before {
    content: "\e97d";
}

.ph-fill.ph-arrow-up-left:before {
    content: "\e97e";
}

.ph-fill.ph-arrow-up-right:before {
    content: "\e97f";
}

.ph-fill.ph-arrow-u-right-down:before {
    content: "\e980";
}

.ph-fill.ph-arrow-u-right-up:before {
    content: "\e981";
}

.ph-fill.ph-arrow-u-up-left:before {
    content: "\e982";
}

.ph-fill.ph-arrow-u-up-right:before {
    content: "\e983";
}

.ph-fill.ph-article:before {
    content: "\e984";
}

.ph-fill.ph-article-medium:before {
    content: "\e985";
}

.ph-fill.ph-article-ny-times:before {
    content: "\e986";
}

.ph-fill.ph-asterisk:before {
    content: "\e987";
}

.ph-fill.ph-asterisk-simple:before {
    content: "\e988";
}

.ph-fill.ph-at:before {
    content: "\e989";
}

.ph-fill.ph-atom:before {
    content: "\e98a";
}

.ph-fill.ph-baby:before {
    content: "\e98b";
}

.ph-fill.ph-backpack:before {
    content: "\e98c";
}

.ph-fill.ph-backspace:before {
    content: "\e98d";
}

.ph-fill.ph-bag:before {
    content: "\e98e";
}

.ph-fill.ph-bag-simple:before {
    content: "\e98f";
}

.ph-fill.ph-balloon:before {
    content: "\e990";
}

.ph-fill.ph-bandaids:before {
    content: "\e991";
}

.ph-fill.ph-bank:before {
    content: "\e992";
}

.ph-fill.ph-barbell:before {
    content: "\e993";
}

.ph-fill.ph-barcode:before {
    content: "\e994";
}

.ph-fill.ph-barricade:before {
    content: "\e995";
}

.ph-fill.ph-baseball-cap:before {
    content: "\e996";
}

.ph-fill.ph-baseball:before {
    content: "\e997";
}

.ph-fill.ph-basketball:before {
    content: "\e998";
}

.ph-fill.ph-basket:before {
    content: "\e999";
}

.ph-fill.ph-bathtub:before {
    content: "\e99a";
}

.ph-fill.ph-battery-charging:before {
    content: "\e99b";
}

.ph-fill.ph-battery-charging-vertical:before {
    content: "\e99c";
}

.ph-fill.ph-battery-empty:before {
    content: "\e99d";
}

.ph-fill.ph-battery-full:before {
    content: "\e99e";
}

.ph-fill.ph-battery-high:before {
    content: "\e99f";
}

.ph-fill.ph-battery-low:before {
    content: "\e9a0";
}

.ph-fill.ph-battery-medium:before {
    content: "\e9a1";
}

.ph-fill.ph-battery-plus:before {
    content: "\e9a2";
}

.ph-fill.ph-battery-plus-vertical:before {
    content: "\e9a3";
}

.ph-fill.ph-battery-vertical-empty:before {
    content: "\e9a4";
}

.ph-fill.ph-battery-vertical-full:before {
    content: "\e9a5";
}

.ph-fill.ph-battery-vertical-high:before {
    content: "\e9a6";
}

.ph-fill.ph-battery-vertical-low:before {
    content: "\e9a7";
}

.ph-fill.ph-battery-vertical-medium:before {
    content: "\e9a8";
}

.ph-fill.ph-battery-warning:before {
    content: "\e9a9";
}

.ph-fill.ph-battery-warning-vertical:before {
    content: "\e9aa";
}

.ph-fill.ph-bed:before {
    content: "\e9ab";
}

.ph-fill.ph-beer-bottle:before {
    content: "\e9ac";
}

.ph-fill.ph-beer-stein:before {
    content: "\e9ad";
}

.ph-fill.ph-behance-logo:before {
    content: "\e9ae";
}

.ph-fill.ph-bell:before {
    content: "\e9af";
}

.ph-fill.ph-bell-ringing:before {
    content: "\e9b0";
}

.ph-fill.ph-bell-simple:before {
    content: "\e9b1";
}

.ph-fill.ph-bell-simple-ringing:before {
    content: "\e9b2";
}

.ph-fill.ph-bell-simple-slash:before {
    content: "\e9b3";
}

.ph-fill.ph-bell-simple-z:before {
    content: "\e9b4";
}

.ph-fill.ph-bell-slash:before {
    content: "\e9b5";
}

.ph-fill.ph-bell-z:before {
    content: "\e9b6";
}

.ph-fill.ph-bezier-curve:before {
    content: "\e9b7";
}

.ph-fill.ph-bicycle:before {
    content: "\e9b8";
}

.ph-fill.ph-binoculars:before {
    content: "\e9b9";
}

.ph-fill.ph-bird:before {
    content: "\e9ba";
}

.ph-fill.ph-bluetooth-connected:before {
    content: "\e9bb";
}

.ph-fill.ph-bluetooth:before {
    content: "\e9bc";
}

.ph-fill.ph-bluetooth-slash:before {
    content: "\e9bd";
}

.ph-fill.ph-bluetooth-x:before {
    content: "\e9be";
}

.ph-fill.ph-boat:before {
    content: "\e9bf";
}

.ph-fill.ph-bone:before {
    content: "\e9c0";
}

.ph-fill.ph-book-bookmark:before {
    content: "\e9c1";
}

.ph-fill.ph-book:before {
    content: "\e9c2";
}

.ph-fill.ph-bookmark:before {
    content: "\e9c3";
}

.ph-fill.ph-bookmarks:before {
    content: "\e9c4";
}

.ph-fill.ph-bookmark-simple:before {
    content: "\e9c5";
}

.ph-fill.ph-bookmarks-simple:before {
    content: "\e9c6";
}

.ph-fill.ph-book-open:before {
    content: "\e9c7";
}

.ph-fill.ph-book-open-text:before {
    content: "\e9c8";
}

.ph-fill.ph-books:before {
    content: "\e9c9";
}

.ph-fill.ph-boot:before {
    content: "\e9ca";
}

.ph-fill.ph-bounding-box:before {
    content: "\e9cb";
}

.ph-fill.ph-bowl-food:before {
    content: "\e9cc";
}

.ph-fill.ph-brackets-angle:before {
    content: "\e9cd";
}

.ph-fill.ph-brackets-curly:before {
    content: "\e9ce";
}

.ph-fill.ph-brackets-round:before {
    content: "\e9cf";
}

.ph-fill.ph-brackets-square:before {
    content: "\e9d0";
}

.ph-fill.ph-brain:before {
    content: "\e9d1";
}

.ph-fill.ph-brandy:before {
    content: "\e9d2";
}

.ph-fill.ph-bridge:before {
    content: "\e9d3";
}

.ph-fill.ph-briefcase:before {
    content: "\e9d4";
}

.ph-fill.ph-briefcase-metal:before {
    content: "\e9d5";
}

.ph-fill.ph-broadcast:before {
    content: "\e9d6";
}

.ph-fill.ph-broom:before {
    content: "\e9d7";
}

.ph-fill.ph-browser:before {
    content: "\e9d8";
}

.ph-fill.ph-browsers:before {
    content: "\e9d9";
}

.ph-fill.ph-bug-beetle:before {
    content: "\e9da";
}

.ph-fill.ph-bug-droid:before {
    content: "\e9db";
}

.ph-fill.ph-bug:before {
    content: "\e9dc";
}

.ph-fill.ph-buildings:before {
    content: "\e9dd";
}

.ph-fill.ph-bus:before {
    content: "\e9de";
}

.ph-fill.ph-butterfly:before {
    content: "\e9df";
}

.ph-fill.ph-cactus:before {
    content: "\e9e0";
}

.ph-fill.ph-cake:before {
    content: "\e9e1";
}

.ph-fill.ph-calculator:before {
    content: "\e9e2";
}

.ph-fill.ph-calendar-blank:before {
    content: "\e9e3";
}

.ph-fill.ph-calendar-check:before {
    content: "\e9e4";
}

.ph-fill.ph-calendar:before {
    content: "\e9e5";
}

.ph-fill.ph-calendar-plus:before {
    content: "\e9e6";
}

.ph-fill.ph-calendar-x:before {
    content: "\e9e7";
}

.ph-fill.ph-call-bell:before {
    content: "\e9e8";
}

.ph-fill.ph-camera:before {
    content: "\e9e9";
}

.ph-fill.ph-camera-plus:before {
    content: "\e9ea";
}

.ph-fill.ph-camera-rotate:before {
    content: "\e9eb";
}

.ph-fill.ph-camera-slash:before {
    content: "\e9ec";
}

.ph-fill.ph-campfire:before {
    content: "\e9ed";
}

.ph-fill.ph-cardholder:before {
    content: "\e9ee";
}

.ph-fill.ph-cards:before {
    content: "\e9ef";
}

.ph-fill.ph-caret-circle-double-down:before {
    content: "\e9f0";
}

.ph-fill.ph-caret-circle-double-left:before {
    content: "\e9f1";
}

.ph-fill.ph-caret-circle-double-right:before {
    content: "\e9f2";
}

.ph-fill.ph-caret-circle-double-up:before {
    content: "\e9f3";
}

.ph-fill.ph-caret-circle-down:before {
    content: "\e9f4";
}

.ph-fill.ph-caret-circle-left:before {
    content: "\e9f5";
}

.ph-fill.ph-caret-circle-right:before {
    content: "\e9f6";
}

.ph-fill.ph-caret-circle-up-down:before {
    content: "\e9f7";
}

.ph-fill.ph-caret-circle-up:before {
    content: "\e9f8";
}

.ph-fill.ph-caret-double-down:before {
    content: "\e9f9";
}

.ph-fill.ph-caret-double-left:before {
    content: "\e9fa";
}

.ph-fill.ph-caret-double-right:before {
    content: "\e9fb";
}

.ph-fill.ph-caret-double-up:before {
    content: "\e9fc";
}

.ph-fill.ph-caret-down:before {
    content: "\e9fd";
}

.ph-fill.ph-caret-left:before {
    content: "\e9fe";
}

.ph-fill.ph-caret-right:before {
    content: "\e9ff";
}

.ph-fill.ph-caret-up-down:before {
    content: "\ea00";
}

.ph-fill.ph-caret-up:before {
    content: "\ea01";
}

.ph-fill.ph-car:before {
    content: "\ea02";
}

.ph-fill.ph-car-profile:before {
    content: "\ea03";
}

.ph-fill.ph-carrot:before {
    content: "\ea04";
}

.ph-fill.ph-car-simple:before {
    content: "\ea05";
}

.ph-fill.ph-cassette-tape:before {
    content: "\ea06";
}

.ph-fill.ph-castle-turret:before {
    content: "\ea07";
}

.ph-fill.ph-cat:before {
    content: "\ea08";
}

.ph-fill.ph-cell-signal-full:before {
    content: "\ea09";
}

.ph-fill.ph-cell-signal-high:before {
    content: "\ea0a";
}

.ph-fill.ph-cell-signal-low:before {
    content: "\ea0b";
}

.ph-fill.ph-cell-signal-medium:before {
    content: "\ea0c";
}

.ph-fill.ph-cell-signal-none:before {
    content: "\ea0d";
}

.ph-fill.ph-cell-signal-slash:before {
    content: "\ea0e";
}

.ph-fill.ph-cell-signal-x:before {
    content: "\ea0f";
}

.ph-fill.ph-certificate:before {
    content: "\ea10";
}

.ph-fill.ph-chair:before {
    content: "\ea11";
}

.ph-fill.ph-chalkboard:before {
    content: "\ea12";
}

.ph-fill.ph-chalkboard-simple:before {
    content: "\ea13";
}

.ph-fill.ph-chalkboard-teacher:before {
    content: "\ea14";
}

.ph-fill.ph-champagne:before {
    content: "\ea15";
}

.ph-fill.ph-charging-station:before {
    content: "\ea16";
}

.ph-fill.ph-chart-bar:before {
    content: "\ea17";
}

.ph-fill.ph-chart-bar-horizontal:before {
    content: "\ea18";
}

.ph-fill.ph-chart-donut:before {
    content: "\ea19";
}

.ph-fill.ph-chart-line-down:before {
    content: "\ea1a";
}

.ph-fill.ph-chart-line:before {
    content: "\ea1b";
}

.ph-fill.ph-chart-line-up:before {
    content: "\ea1c";
}

.ph-fill.ph-chart-pie:before {
    content: "\ea1d";
}

.ph-fill.ph-chart-pie-slice:before {
    content: "\ea1e";
}

.ph-fill.ph-chart-polar:before {
    content: "\ea1f";
}

.ph-fill.ph-chart-scatter:before {
    content: "\ea20";
}

.ph-fill.ph-chat-centered-dots:before {
    content: "\ea21";
}

.ph-fill.ph-chat-centered:before {
    content: "\ea22";
}

.ph-fill.ph-chat-centered-text:before {
    content: "\ea23";
}

.ph-fill.ph-chat-circle-dots:before {
    content: "\ea24";
}

.ph-fill.ph-chat-circle:before {
    content: "\ea25";
}

.ph-fill.ph-chat-circle-text:before {
    content: "\ea26";
}

.ph-fill.ph-chat-dots:before {
    content: "\ea27";
}

.ph-fill.ph-chat:before {
    content: "\ea28";
}

.ph-fill.ph-chats-circle:before {
    content: "\ea29";
}

.ph-fill.ph-chats:before {
    content: "\ea2a";
}

.ph-fill.ph-chats-teardrop:before {
    content: "\ea2b";
}

.ph-fill.ph-chat-teardrop-dots:before {
    content: "\ea2c";
}

.ph-fill.ph-chat-teardrop:before {
    content: "\ea2d";
}

.ph-fill.ph-chat-teardrop-text:before {
    content: "\ea2e";
}

.ph-fill.ph-chat-text:before {
    content: "\ea2f";
}

.ph-fill.ph-check-circle:before {
    content: "\ea30";
}

.ph-fill.ph-check-fat:before {
    content: "\ea31";
}

.ph-fill.ph-check:before {
    content: "\ea32";
}

.ph-fill.ph-checks:before {
    content: "\ea33";
}

.ph-fill.ph-check-square:before {
    content: "\ea34";
}

.ph-fill.ph-check-square-offset:before {
    content: "\ea35";
}

.ph-fill.ph-church:before {
    content: "\ea36";
}

.ph-fill.ph-circle-dashed:before {
    content: "\ea37";
}

.ph-fill.ph-circle:before {
    content: "\ea38";
}

.ph-fill.ph-circle-half:before {
    content: "\ea39";
}

.ph-fill.ph-circle-half-tilt:before {
    content: "\ea3a";
}

.ph-fill.ph-circle-notch:before {
    content: "\ea3b";
}

.ph-fill.ph-circles-four:before {
    content: "\ea3c";
}

.ph-fill.ph-circles-three:before {
    content: "\ea3d";
}

.ph-fill.ph-circles-three-plus:before {
    content: "\ea3e";
}

.ph-fill.ph-circuitry:before {
    content: "\ea3f";
}

.ph-fill.ph-clipboard:before {
    content: "\ea40";
}

.ph-fill.ph-clipboard-text:before {
    content: "\ea41";
}

.ph-fill.ph-clock-afternoon:before {
    content: "\ea42";
}

.ph-fill.ph-clock-clockwise:before {
    content: "\ea43";
}

.ph-fill.ph-clock-countdown:before {
    content: "\ea44";
}

.ph-fill.ph-clock-counter-clockwise:before {
    content: "\ea45";
}

.ph-fill.ph-clock:before {
    content: "\ea46";
}

.ph-fill.ph-closed-captioning:before {
    content: "\ea47";
}

.ph-fill.ph-cloud-arrow-down:before {
    content: "\ea48";
}

.ph-fill.ph-cloud-arrow-up:before {
    content: "\ea49";
}

.ph-fill.ph-cloud-check:before {
    content: "\ea4a";
}

.ph-fill.ph-cloud:before {
    content: "\ea4b";
}

.ph-fill.ph-cloud-fog:before {
    content: "\ea4c";
}

.ph-fill.ph-cloud-lightning:before {
    content: "\ea4d";
}

.ph-fill.ph-cloud-moon:before {
    content: "\ea4e";
}

.ph-fill.ph-cloud-rain:before {
    content: "\ea4f";
}

.ph-fill.ph-cloud-slash:before {
    content: "\ea50";
}

.ph-fill.ph-cloud-snow:before {
    content: "\ea51";
}

.ph-fill.ph-cloud-sun:before {
    content: "\ea52";
}

.ph-fill.ph-cloud-warning:before {
    content: "\ea53";
}

.ph-fill.ph-cloud-x:before {
    content: "\ea54";
}

.ph-fill.ph-club:before {
    content: "\ea55";
}

.ph-fill.ph-coat-hanger:before {
    content: "\ea56";
}

.ph-fill.ph-coda-logo:before {
    content: "\ea57";
}

.ph-fill.ph-code-block:before {
    content: "\ea58";
}

.ph-fill.ph-code:before {
    content: "\ea59";
}

.ph-fill.ph-codepen-logo:before {
    content: "\ea5a";
}

.ph-fill.ph-codesandbox-logo:before {
    content: "\ea5b";
}

.ph-fill.ph-code-simple:before {
    content: "\ea5c";
}

.ph-fill.ph-coffee:before {
    content: "\ea5d";
}

.ph-fill.ph-coin:before {
    content: "\ea5e";
}

.ph-fill.ph-coins:before {
    content: "\ea5f";
}

.ph-fill.ph-coin-vertical:before {
    content: "\ea60";
}

.ph-fill.ph-columns:before {
    content: "\ea61";
}

.ph-fill.ph-command:before {
    content: "\ea62";
}

.ph-fill.ph-compass:before {
    content: "\ea63";
}

.ph-fill.ph-compass-tool:before {
    content: "\ea64";
}

.ph-fill.ph-computer-tower:before {
    content: "\ea65";
}

.ph-fill.ph-confetti:before {
    content: "\ea66";
}

.ph-fill.ph-contactless-payment:before {
    content: "\ea67";
}

.ph-fill.ph-control:before {
    content: "\ea68";
}

.ph-fill.ph-cookie:before {
    content: "\ea69";
}

.ph-fill.ph-cooking-pot:before {
    content: "\ea6a";
}

.ph-fill.ph-copy:before {
    content: "\ea6b";
}

.ph-fill.ph-copyleft:before {
    content: "\ea6c";
}

.ph-fill.ph-copyright:before {
    content: "\ea6d";
}

.ph-fill.ph-copy-simple:before {
    content: "\ea6e";
}

.ph-fill.ph-corners-in:before {
    content: "\ea6f";
}

.ph-fill.ph-corners-out:before {
    content: "\ea70";
}

.ph-fill.ph-couch:before {
    content: "\ea71";
}

.ph-fill.ph-cpu:before {
    content: "\ea72";
}

.ph-fill.ph-credit-card:before {
    content: "\ea73";
}

.ph-fill.ph-crop:before {
    content: "\ea74";
}

.ph-fill.ph-cross:before {
    content: "\ea75";
}

.ph-fill.ph-crosshair:before {
    content: "\ea76";
}

.ph-fill.ph-crosshair-simple:before {
    content: "\ea77";
}

.ph-fill.ph-crown:before {
    content: "\ea78";
}

.ph-fill.ph-crown-simple:before {
    content: "\ea79";
}

.ph-fill.ph-cube:before {
    content: "\ea7a";
}

.ph-fill.ph-cube-focus:before {
    content: "\ea7b";
}

.ph-fill.ph-cube-transparent:before {
    content: "\ea7c";
}

.ph-fill.ph-currency-btc:before {
    content: "\ea7d";
}

.ph-fill.ph-currency-circle-dollar:before {
    content: "\ea7e";
}

.ph-fill.ph-currency-cny:before {
    content: "\ea7f";
}

.ph-fill.ph-currency-dollar:before {
    content: "\ea80";
}

.ph-fill.ph-currency-dollar-simple:before {
    content: "\ea81";
}

.ph-fill.ph-currency-eth:before {
    content: "\ea82";
}

.ph-fill.ph-currency-eur:before {
    content: "\ea83";
}

.ph-fill.ph-currency-gbp:before {
    content: "\ea84";
}

.ph-fill.ph-currency-inr:before {
    content: "\ea85";
}

.ph-fill.ph-currency-jpy:before {
    content: "\ea86";
}

.ph-fill.ph-currency-krw:before {
    content: "\ea87";
}

.ph-fill.ph-currency-kzt:before {
    content: "\ea88";
}

.ph-fill.ph-currency-ngn:before {
    content: "\ea89";
}

.ph-fill.ph-currency-rub:before {
    content: "\ea8a";
}

.ph-fill.ph-cursor-click:before {
    content: "\ea8b";
}

.ph-fill.ph-cursor:before {
    content: "\ea8c";
}

.ph-fill.ph-cursor-text:before {
    content: "\ea8d";
}

.ph-fill.ph-cylinder:before {
    content: "\ea8e";
}

.ph-fill.ph-database:before {
    content: "\ea8f";
}

.ph-fill.ph-desktop:before {
    content: "\ea90";
}

.ph-fill.ph-desktop-tower:before {
    content: "\ea91";
}

.ph-fill.ph-detective:before {
    content: "\ea92";
}

.ph-fill.ph-device-mobile-camera:before {
    content: "\ea93";
}

.ph-fill.ph-device-mobile:before {
    content: "\ea94";
}

.ph-fill.ph-device-mobile-speaker:before {
    content: "\ea95";
}

.ph-fill.ph-devices:before {
    content: "\ea96";
}

.ph-fill.ph-device-tablet-camera:before {
    content: "\ea97";
}

.ph-fill.ph-device-tablet:before {
    content: "\ea98";
}

.ph-fill.ph-device-tablet-speaker:before {
    content: "\ea99";
}

.ph-fill.ph-dev-to-logo:before {
    content: "\ea9a";
}

.ph-fill.ph-diamond:before {
    content: "\ea9b";
}

.ph-fill.ph-diamonds-four:before {
    content: "\ea9c";
}

.ph-fill.ph-dice-five:before {
    content: "\ea9d";
}

.ph-fill.ph-dice-four:before {
    content: "\ea9e";
}

.ph-fill.ph-dice-one:before {
    content: "\ea9f";
}

.ph-fill.ph-dice-six:before {
    content: "\eaa0";
}

.ph-fill.ph-dice-three:before {
    content: "\eaa1";
}

.ph-fill.ph-dice-two:before {
    content: "\eaa2";
}

.ph-fill.ph-disc:before {
    content: "\eaa3";
}

.ph-fill.ph-discord-logo:before {
    content: "\eaa4";
}

.ph-fill.ph-divide:before {
    content: "\eaa5";
}

.ph-fill.ph-dna:before {
    content: "\eaa6";
}

.ph-fill.ph-dog:before {
    content: "\eaa7";
}

.ph-fill.ph-door:before {
    content: "\eaa8";
}

.ph-fill.ph-door-open:before {
    content: "\eaa9";
}

.ph-fill.ph-dot:before {
    content: "\eaaa";
}

.ph-fill.ph-dot-outline:before {
    content: "\eaab";
}

.ph-fill.ph-dots-nine:before {
    content: "\eaac";
}

.ph-fill.ph-dots-six:before {
    content: "\eaad";
}

.ph-fill.ph-dots-six-vertical:before {
    content: "\eaae";
}

.ph-fill.ph-dots-three-circle:before {
    content: "\eaaf";
}

.ph-fill.ph-dots-three-circle-vertical:before {
    content: "\eab0";
}

.ph-fill.ph-dots-three:before {
    content: "\eab1";
}

.ph-fill.ph-dots-three-outline:before {
    content: "\eab2";
}

.ph-fill.ph-dots-three-outline-vertical:before {
    content: "\eab3";
}

.ph-fill.ph-dots-three-vertical:before {
    content: "\eab4";
}

.ph-fill.ph-download:before {
    content: "\eab5";
}

.ph-fill.ph-download-simple:before {
    content: "\eab6";
}

.ph-fill.ph-dress:before {
    content: "\eab7";
}

.ph-fill.ph-dribbble-logo:before {
    content: "\eab8";
}

.ph-fill.ph-dropbox-logo:before {
    content: "\eab9";
}

.ph-fill.ph-drop:before {
    content: "\eaba";
}

.ph-fill.ph-drop-half-bottom:before {
    content: "\eabb";
}

.ph-fill.ph-drop-half:before {
    content: "\eabc";
}

.ph-fill.ph-ear:before {
    content: "\eabd";
}

.ph-fill.ph-ear-slash:before {
    content: "\eabe";
}

.ph-fill.ph-egg-crack:before {
    content: "\eabf";
}

.ph-fill.ph-egg:before {
    content: "\eac0";
}

.ph-fill.ph-eject:before {
    content: "\eac1";
}

.ph-fill.ph-eject-simple:before {
    content: "\eac2";
}

.ph-fill.ph-elevator:before {
    content: "\eac3";
}

.ph-fill.ph-engine:before {
    content: "\eac4";
}

.ph-fill.ph-envelope:before {
    content: "\eac5";
}

.ph-fill.ph-envelope-open:before {
    content: "\eac6";
}

.ph-fill.ph-envelope-simple:before {
    content: "\eac7";
}

.ph-fill.ph-envelope-simple-open:before {
    content: "\eac8";
}

.ph-fill.ph-equalizer:before {
    content: "\eac9";
}

.ph-fill.ph-equals:before {
    content: "\eaca";
}

.ph-fill.ph-eraser:before {
    content: "\eacb";
}

.ph-fill.ph-escalator-down:before {
    content: "\eacc";
}

.ph-fill.ph-escalator-up:before {
    content: "\eacd";
}

.ph-fill.ph-exam:before {
    content: "\eace";
}

.ph-fill.ph-exclude:before {
    content: "\eacf";
}

.ph-fill.ph-exclude-square:before {
    content: "\ead0";
}

.ph-fill.ph-export:before {
    content: "\ead1";
}

.ph-fill.ph-eye-closed:before {
    content: "\ead2";
}

.ph-fill.ph-eyedropper:before {
    content: "\ead3";
}

.ph-fill.ph-eyedropper-sample:before {
    content: "\ead4";
}

.ph-fill.ph-eye:before {
    content: "\ead5";
}

.ph-fill.ph-eyeglasses:before {
    content: "\ead6";
}

.ph-fill.ph-eye-slash:before {
    content: "\ead7";
}

.ph-fill.ph-facebook-logo:before {
    content: "\ead8";
}

.ph-fill.ph-face-mask:before {
    content: "\ead9";
}

.ph-fill.ph-factory:before {
    content: "\eada";
}

.ph-fill.ph-faders:before {
    content: "\eadb";
}

.ph-fill.ph-faders-horizontal:before {
    content: "\eadc";
}

.ph-fill.ph-fan:before {
    content: "\eadd";
}

.ph-fill.ph-fast-forward-circle:before {
    content: "\eade";
}

.ph-fill.ph-fast-forward:before {
    content: "\eadf";
}

.ph-fill.ph-feather:before {
    content: "\eae0";
}

.ph-fill.ph-figma-logo:before {
    content: "\eae1";
}

.ph-fill.ph-file-archive:before {
    content: "\eae2";
}

.ph-fill.ph-file-arrow-down:before {
    content: "\eae3";
}

.ph-fill.ph-file-arrow-up:before {
    content: "\eae4";
}

.ph-fill.ph-file-audio:before {
    content: "\eae5";
}

.ph-fill.ph-file-cloud:before {
    content: "\eae6";
}

.ph-fill.ph-file-code:before {
    content: "\eae7";
}

.ph-fill.ph-file-css:before {
    content: "\eae8";
}

.ph-fill.ph-file-csv:before {
    content: "\eae9";
}

.ph-fill.ph-file-dashed:before, .ph-fill.ph-file-dotted:before {
    content: "\eaea";
}

.ph-fill.ph-file-doc:before {
    content: "\eaeb";
}

.ph-fill.ph-file:before {
    content: "\eaec";
}

.ph-fill.ph-file-html:before {
    content: "\eaed";
}

.ph-fill.ph-file-image:before {
    content: "\eaee";
}

.ph-fill.ph-file-jpg:before {
    content: "\eaef";
}

.ph-fill.ph-file-js:before {
    content: "\eaf0";
}

.ph-fill.ph-file-jsx:before {
    content: "\eaf1";
}

.ph-fill.ph-file-lock:before {
    content: "\eaf2";
}

.ph-fill.ph-file-magnifying-glass:before, .ph-fill.ph-file-search:before {
    content: "\eaf3";
}

.ph-fill.ph-file-minus:before {
    content: "\eaf4";
}

.ph-fill.ph-file-pdf:before {
    content: "\eaf5";
}

.ph-fill.ph-file-plus:before {
    content: "\eaf6";
}

.ph-fill.ph-file-png:before {
    content: "\eaf7";
}

.ph-fill.ph-file-ppt:before {
    content: "\eaf8";
}

.ph-fill.ph-file-rs:before {
    content: "\eaf9";
}

.ph-fill.ph-files:before {
    content: "\eafa";
}

.ph-fill.ph-file-sql:before {
    content: "\eafb";
}

.ph-fill.ph-file-svg:before {
    content: "\eafc";
}

.ph-fill.ph-file-text:before {
    content: "\eafd";
}

.ph-fill.ph-file-ts:before {
    content: "\eafe";
}

.ph-fill.ph-file-tsx:before {
    content: "\eaff";
}

.ph-fill.ph-file-video:before {
    content: "\eb00";
}

.ph-fill.ph-file-vue:before {
    content: "\eb01";
}

.ph-fill.ph-file-x:before {
    content: "\eb02";
}

.ph-fill.ph-file-xls:before {
    content: "\eb03";
}

.ph-fill.ph-file-zip:before {
    content: "\eb04";
}

.ph-fill.ph-film-reel:before {
    content: "\eb05";
}

.ph-fill.ph-film-script:before {
    content: "\eb06";
}

.ph-fill.ph-film-slate:before {
    content: "\eb07";
}

.ph-fill.ph-film-strip:before {
    content: "\eb08";
}

.ph-fill.ph-fingerprint:before {
    content: "\eb09";
}

.ph-fill.ph-fingerprint-simple:before {
    content: "\eb0a";
}

.ph-fill.ph-finn-the-human:before {
    content: "\eb0b";
}

.ph-fill.ph-fire-extinguisher:before {
    content: "\eb0c";
}

.ph-fill.ph-fire:before {
    content: "\eb0d";
}

.ph-fill.ph-fire-simple:before {
    content: "\eb0e";
}

.ph-fill.ph-first-aid:before {
    content: "\eb0f";
}

.ph-fill.ph-first-aid-kit:before {
    content: "\eb10";
}

.ph-fill.ph-fish:before {
    content: "\eb11";
}

.ph-fill.ph-fish-simple:before {
    content: "\eb12";
}

.ph-fill.ph-flag-banner:before {
    content: "\eb13";
}

.ph-fill.ph-flag-checkered:before {
    content: "\eb14";
}

.ph-fill.ph-flag:before {
    content: "\eb15";
}

.ph-fill.ph-flag-pennant:before {
    content: "\eb16";
}

.ph-fill.ph-flame:before {
    content: "\eb17";
}

.ph-fill.ph-flashlight:before {
    content: "\eb18";
}

.ph-fill.ph-flask:before {
    content: "\eb19";
}

.ph-fill.ph-floppy-disk-back:before {
    content: "\eb1a";
}

.ph-fill.ph-floppy-disk:before {
    content: "\eb1b";
}

.ph-fill.ph-flow-arrow:before {
    content: "\eb1c";
}

.ph-fill.ph-flower:before {
    content: "\eb1d";
}

.ph-fill.ph-flower-lotus:before {
    content: "\eb1e";
}

.ph-fill.ph-flower-tulip:before {
    content: "\eb1f";
}

.ph-fill.ph-flying-saucer:before {
    content: "\eb20";
}

.ph-fill.ph-folder-dashed:before, .ph-fill.ph-folder-dotted:before {
    content: "\eb21";
}

.ph-fill.ph-folder:before {
    content: "\eb22";
}

.ph-fill.ph-folder-lock:before {
    content: "\eb23";
}

.ph-fill.ph-folder-minus:before {
    content: "\eb24";
}

.ph-fill.ph-folder-notch:before {
    content: "\eb25";
}

.ph-fill.ph-folder-notch-minus:before {
    content: "\eb26";
}

.ph-fill.ph-folder-notch-open:before {
    content: "\eb27";
}

.ph-fill.ph-folder-notch-plus:before {
    content: "\eb28";
}

.ph-fill.ph-folder-open:before {
    content: "\eb29";
}

.ph-fill.ph-folder-plus:before {
    content: "\eb2a";
}

.ph-fill.ph-folders:before {
    content: "\eb2b";
}

.ph-fill.ph-folder-simple-dashed:before, .ph-fill.ph-folder-simple-dotted:before {
    content: "\eb2c";
}

.ph-fill.ph-folder-simple:before {
    content: "\eb2d";
}

.ph-fill.ph-folder-simple-lock:before {
    content: "\eb2e";
}

.ph-fill.ph-folder-simple-minus:before {
    content: "\eb2f";
}

.ph-fill.ph-folder-simple-plus:before {
    content: "\eb30";
}

.ph-fill.ph-folder-simple-star:before {
    content: "\eb31";
}

.ph-fill.ph-folder-simple-user:before {
    content: "\eb32";
}

.ph-fill.ph-folder-star:before {
    content: "\eb33";
}

.ph-fill.ph-folder-user:before {
    content: "\eb34";
}

.ph-fill.ph-football:before {
    content: "\eb35";
}

.ph-fill.ph-footprints:before {
    content: "\eb36";
}

.ph-fill.ph-fork-knife:before {
    content: "\eb37";
}

.ph-fill.ph-frame-corners:before {
    content: "\eb38";
}

.ph-fill.ph-framer-logo:before {
    content: "\eb39";
}

.ph-fill.ph-function:before {
    content: "\eb3a";
}

.ph-fill.ph-funnel:before {
    content: "\eb3b";
}

.ph-fill.ph-funnel-simple:before {
    content: "\eb3c";
}

.ph-fill.ph-game-controller:before {
    content: "\eb3d";
}

.ph-fill.ph-garage:before {
    content: "\eb3e";
}

.ph-fill.ph-gas-can:before {
    content: "\eb3f";
}

.ph-fill.ph-gas-pump:before {
    content: "\eb40";
}

.ph-fill.ph-gauge:before {
    content: "\eb41";
}

.ph-fill.ph-gavel:before {
    content: "\eb42";
}

.ph-fill.ph-gear:before {
    content: "\eb43";
}

.ph-fill.ph-gear-fine:before {
    content: "\eb44";
}

.ph-fill.ph-gear-six:before {
    content: "\eb45";
}

.ph-fill.ph-gender-female:before {
    content: "\eb46";
}

.ph-fill.ph-gender-intersex:before {
    content: "\eb47";
}

.ph-fill.ph-gender-male:before {
    content: "\eb48";
}

.ph-fill.ph-gender-neuter:before {
    content: "\eb49";
}

.ph-fill.ph-gender-nonbinary:before {
    content: "\eb4a";
}

.ph-fill.ph-gender-transgender:before {
    content: "\eb4b";
}

.ph-fill.ph-ghost:before {
    content: "\eb4c";
}

.ph-fill.ph-gif:before {
    content: "\eb4d";
}

.ph-fill.ph-gift:before {
    content: "\eb4e";
}

.ph-fill.ph-git-branch:before {
    content: "\eb4f";
}

.ph-fill.ph-git-commit:before {
    content: "\eb50";
}

.ph-fill.ph-git-diff:before {
    content: "\eb51";
}

.ph-fill.ph-git-fork:before {
    content: "\eb52";
}

.ph-fill.ph-github-logo:before {
    content: "\eb53";
}

.ph-fill.ph-gitlab-logo:before {
    content: "\eb54";
}

.ph-fill.ph-gitlab-logo-simple:before {
    content: "\eb55";
}

.ph-fill.ph-git-merge:before {
    content: "\eb56";
}

.ph-fill.ph-git-pull-request:before {
    content: "\eb57";
}

.ph-fill.ph-globe:before {
    content: "\eb58";
}

.ph-fill.ph-globe-hemisphere-east:before {
    content: "\eb59";
}

.ph-fill.ph-globe-hemisphere-west:before {
    content: "\eb5a";
}

.ph-fill.ph-globe-simple:before {
    content: "\eb5b";
}

.ph-fill.ph-globe-stand:before {
    content: "\eb5c";
}

.ph-fill.ph-goggles:before {
    content: "\eb5d";
}

.ph-fill.ph-goodreads-logo:before {
    content: "\eb5e";
}

.ph-fill.ph-google-cardboard-logo:before {
    content: "\eb5f";
}

.ph-fill.ph-google-chrome-logo:before {
    content: "\eb60";
}

.ph-fill.ph-google-drive-logo:before {
    content: "\eb61";
}

.ph-fill.ph-google-logo:before {
    content: "\eb62";
}

.ph-fill.ph-google-photos-logo:before {
    content: "\eb63";
}

.ph-fill.ph-google-play-logo:before {
    content: "\eb64";
}

.ph-fill.ph-google-podcasts-logo:before {
    content: "\eb65";
}

.ph-fill.ph-gradient:before {
    content: "\eb66";
}

.ph-fill.ph-graduation-cap:before {
    content: "\eb67";
}

.ph-fill.ph-grains:before {
    content: "\eb68";
}

.ph-fill.ph-grains-slash:before {
    content: "\eb69";
}

.ph-fill.ph-graph:before {
    content: "\eb6a";
}

.ph-fill.ph-grid-four:before {
    content: "\eb6b";
}

.ph-fill.ph-grid-nine:before {
    content: "\eb6c";
}

.ph-fill.ph-guitar:before {
    content: "\eb6d";
}

.ph-fill.ph-hamburger:before {
    content: "\eb6e";
}

.ph-fill.ph-hammer:before {
    content: "\eb6f";
}

.ph-fill.ph-handbag:before {
    content: "\eb70";
}

.ph-fill.ph-handbag-simple:before {
    content: "\eb71";
}

.ph-fill.ph-hand-coins:before {
    content: "\eb72";
}

.ph-fill.ph-hand-eye:before {
    content: "\eb73";
}

.ph-fill.ph-hand:before {
    content: "\eb74";
}

.ph-fill.ph-hand-fist:before {
    content: "\eb75";
}

.ph-fill.ph-hand-grabbing:before {
    content: "\eb76";
}

.ph-fill.ph-hand-heart:before {
    content: "\eb77";
}

.ph-fill.ph-hand-palm:before {
    content: "\eb78";
}

.ph-fill.ph-hand-pointing:before {
    content: "\eb79";
}

.ph-fill.ph-hands-clapping:before {
    content: "\eb7a";
}

.ph-fill.ph-handshake:before {
    content: "\eb7b";
}

.ph-fill.ph-hand-soap:before {
    content: "\eb7c";
}

.ph-fill.ph-hands-praying:before {
    content: "\eb7d";
}

.ph-fill.ph-hand-swipe-left:before {
    content: "\eb7e";
}

.ph-fill.ph-hand-swipe-right:before {
    content: "\eb7f";
}

.ph-fill.ph-hand-tap:before {
    content: "\eb80";
}

.ph-fill.ph-hand-waving:before {
    content: "\eb81";
}

.ph-fill.ph-hard-drive:before {
    content: "\eb82";
}

.ph-fill.ph-hard-drives:before {
    content: "\eb83";
}

.ph-fill.ph-hash:before {
    content: "\eb84";
}

.ph-fill.ph-hash-straight:before {
    content: "\eb85";
}

.ph-fill.ph-headlights:before {
    content: "\eb86";
}

.ph-fill.ph-headphones:before {
    content: "\eb87";
}

.ph-fill.ph-headset:before {
    content: "\eb88";
}

.ph-fill.ph-heartbeat:before {
    content: "\eb89";
}

.ph-fill.ph-heart-break:before {
    content: "\eb8a";
}

.ph-fill.ph-heart:before {
    content: "\eb8b";
}

.ph-fill.ph-heart-half:before {
    content: "\eb8c";
}

.ph-fill.ph-heart-straight-break:before {
    content: "\eb8d";
}

.ph-fill.ph-heart-straight:before {
    content: "\eb8e";
}

.ph-fill.ph-hexagon:before {
    content: "\eb8f";
}

.ph-fill.ph-high-heel:before {
    content: "\eb90";
}

.ph-fill.ph-highlighter-circle:before {
    content: "\eb91";
}

.ph-fill.ph-hoodie:before {
    content: "\eb92";
}

.ph-fill.ph-horse:before {
    content: "\eb93";
}

.ph-fill.ph-hourglass:before {
    content: "\eb94";
}

.ph-fill.ph-hourglass-high:before {
    content: "\eb95";
}

.ph-fill.ph-hourglass-low:before {
    content: "\eb96";
}

.ph-fill.ph-hourglass-medium:before {
    content: "\eb97";
}

.ph-fill.ph-hourglass-simple:before {
    content: "\eb98";
}

.ph-fill.ph-hourglass-simple-high:before {
    content: "\eb99";
}

.ph-fill.ph-hourglass-simple-low:before {
    content: "\eb9a";
}

.ph-fill.ph-hourglass-simple-medium:before {
    content: "\eb9b";
}

.ph-fill.ph-house:before {
    content: "\eb9c";
}

.ph-fill.ph-house-line:before {
    content: "\eb9d";
}

.ph-fill.ph-house-simple:before {
    content: "\eb9e";
}

.ph-fill.ph-ice-cream:before {
    content: "\eb9f";
}

.ph-fill.ph-identification-badge:before {
    content: "\eba0";
}

.ph-fill.ph-identification-card:before {
    content: "\eba1";
}

.ph-fill.ph-image:before {
    content: "\eba2";
}

.ph-fill.ph-images:before {
    content: "\eba3";
}

.ph-fill.ph-image-square:before {
    content: "\eba4";
}

.ph-fill.ph-images-square:before {
    content: "\eba5";
}

.ph-fill.ph-infinity:before {
    content: "\eba6";
}

.ph-fill.ph-info:before {
    content: "\eba7";
}

.ph-fill.ph-instagram-logo:before {
    content: "\eba8";
}

.ph-fill.ph-intersect:before {
    content: "\eba9";
}

.ph-fill.ph-intersect-square:before {
    content: "\ebaa";
}

.ph-fill.ph-intersect-three:before {
    content: "\ebab";
}

.ph-fill.ph-jeep:before {
    content: "\ebac";
}

.ph-fill.ph-kanban:before {
    content: "\ebad";
}

.ph-fill.ph-keyboard:before {
    content: "\ebae";
}

.ph-fill.ph-key:before {
    content: "\ebaf";
}

.ph-fill.ph-keyhole:before {
    content: "\ebb0";
}

.ph-fill.ph-key-return:before {
    content: "\ebb1";
}

.ph-fill.ph-knife:before {
    content: "\ebb2";
}

.ph-fill.ph-ladder:before {
    content: "\ebb3";
}

.ph-fill.ph-ladder-simple:before {
    content: "\ebb4";
}

.ph-fill.ph-lamp:before {
    content: "\ebb5";
}

.ph-fill.ph-laptop:before {
    content: "\ebb6";
}

.ph-fill.ph-layout:before {
    content: "\ebb7";
}

.ph-fill.ph-leaf:before {
    content: "\ebb8";
}

.ph-fill.ph-lifebuoy:before {
    content: "\ebb9";
}

.ph-fill.ph-lightbulb-filament:before {
    content: "\ebba";
}

.ph-fill.ph-lightbulb:before {
    content: "\ebbb";
}

.ph-fill.ph-lighthouse:before {
    content: "\ebbc";
}

.ph-fill.ph-lightning-a:before {
    content: "\ebbd";
}

.ph-fill.ph-lightning:before {
    content: "\ebbe";
}

.ph-fill.ph-lightning-slash:before {
    content: "\ebbf";
}

.ph-fill.ph-line-segment:before {
    content: "\ebc0";
}

.ph-fill.ph-line-segments:before {
    content: "\ebc1";
}

.ph-fill.ph-link-break:before {
    content: "\ebc2";
}

.ph-fill.ph-linkedin-logo:before {
    content: "\ebc3";
}

.ph-fill.ph-link:before {
    content: "\ebc4";
}

.ph-fill.ph-link-simple-break:before {
    content: "\ebc5";
}

.ph-fill.ph-link-simple:before {
    content: "\ebc6";
}

.ph-fill.ph-link-simple-horizontal-break:before {
    content: "\ebc7";
}

.ph-fill.ph-link-simple-horizontal:before {
    content: "\ebc8";
}

.ph-fill.ph-linux-logo:before {
    content: "\ebc9";
}

.ph-fill.ph-list-bullets:before {
    content: "\ebca";
}

.ph-fill.ph-list-checks:before {
    content: "\ebcb";
}

.ph-fill.ph-list-dashes:before {
    content: "\ebcc";
}

.ph-fill.ph-list:before {
    content: "\ebcd";
}

.ph-fill.ph-list-magnifying-glass:before {
    content: "\ebce";
}

.ph-fill.ph-list-numbers:before {
    content: "\ebcf";
}

.ph-fill.ph-list-plus:before {
    content: "\ebd0";
}

.ph-fill.ph-lockers:before {
    content: "\ebd1";
}

.ph-fill.ph-lock:before {
    content: "\ebd2";
}

.ph-fill.ph-lock-key:before {
    content: "\ebd3";
}

.ph-fill.ph-lock-key-open:before {
    content: "\ebd4";
}

.ph-fill.ph-lock-laminated:before {
    content: "\ebd5";
}

.ph-fill.ph-lock-laminated-open:before {
    content: "\ebd6";
}

.ph-fill.ph-lock-open:before {
    content: "\ebd7";
}

.ph-fill.ph-lock-simple:before {
    content: "\ebd8";
}

.ph-fill.ph-lock-simple-open:before {
    content: "\ebd9";
}

.ph-fill.ph-magic-wand:before {
    content: "\ebda";
}

.ph-fill.ph-magnet:before {
    content: "\ebdb";
}

.ph-fill.ph-magnet-straight:before {
    content: "\ebdc";
}

.ph-fill.ph-magnifying-glass:before {
    content: "\ebdd";
}

.ph-fill.ph-magnifying-glass-minus:before {
    content: "\ebde";
}

.ph-fill.ph-magnifying-glass-plus:before {
    content: "\ebdf";
}

.ph-fill.ph-map-pin:before {
    content: "\ebe0";
}

.ph-fill.ph-map-pin-line:before {
    content: "\ebe1";
}

.ph-fill.ph-map-trifold:before {
    content: "\ebe2";
}

.ph-fill.ph-marker-circle:before {
    content: "\ebe3";
}

.ph-fill.ph-martini:before {
    content: "\ebe4";
}

.ph-fill.ph-mask-happy:before {
    content: "\ebe5";
}

.ph-fill.ph-mask-sad:before {
    content: "\ebe6";
}

.ph-fill.ph-math-operations:before {
    content: "\ebe7";
}

.ph-fill.ph-medal:before {
    content: "\ebe8";
}

.ph-fill.ph-medal-military:before {
    content: "\ebe9";
}

.ph-fill.ph-medium-logo:before {
    content: "\ebea";
}

.ph-fill.ph-megaphone:before {
    content: "\ebeb";
}

.ph-fill.ph-megaphone-simple:before {
    content: "\ebec";
}

.ph-fill.ph-messenger-logo:before {
    content: "\ebed";
}

.ph-fill.ph-meta-logo:before {
    content: "\ebee";
}

.ph-fill.ph-metronome:before {
    content: "\ebef";
}

.ph-fill.ph-microphone:before {
    content: "\ebf0";
}

.ph-fill.ph-microphone-slash:before {
    content: "\ebf1";
}

.ph-fill.ph-microphone-stage:before {
    content: "\ebf2";
}

.ph-fill.ph-microsoft-excel-logo:before {
    content: "\ebf3";
}

.ph-fill.ph-microsoft-outlook-logo:before {
    content: "\ebf4";
}

.ph-fill.ph-microsoft-powerpoint-logo:before {
    content: "\ebf5";
}

.ph-fill.ph-microsoft-teams-logo:before {
    content: "\ebf6";
}

.ph-fill.ph-microsoft-word-logo:before {
    content: "\ebf7";
}

.ph-fill.ph-minus-circle:before {
    content: "\ebf8";
}

.ph-fill.ph-minus:before {
    content: "\ebf9";
}

.ph-fill.ph-minus-square:before {
    content: "\ebfa";
}

.ph-fill.ph-money:before {
    content: "\ebfb";
}

.ph-fill.ph-monitor:before {
    content: "\ebfc";
}

.ph-fill.ph-monitor-play:before {
    content: "\ebfd";
}

.ph-fill.ph-moon:before {
    content: "\ebfe";
}

.ph-fill.ph-moon-stars:before {
    content: "\ebff";
}

.ph-fill.ph-moped:before {
    content: "\ec00";
}

.ph-fill.ph-moped-front:before {
    content: "\ec01";
}

.ph-fill.ph-mosque:before {
    content: "\ec02";
}

.ph-fill.ph-motorcycle:before {
    content: "\ec03";
}

.ph-fill.ph-mountains:before {
    content: "\ec04";
}

.ph-fill.ph-mouse:before {
    content: "\ec05";
}

.ph-fill.ph-mouse-simple:before {
    content: "\ec06";
}

.ph-fill.ph-music-note:before {
    content: "\ec07";
}

.ph-fill.ph-music-notes:before {
    content: "\ec08";
}

.ph-fill.ph-music-note-simple:before {
    content: "\ec09";
}

.ph-fill.ph-music-notes-plus:before {
    content: "\ec0a";
}

.ph-fill.ph-music-notes-simple:before {
    content: "\ec0b";
}

.ph-fill.ph-navigation-arrow:before {
    content: "\ec0c";
}

.ph-fill.ph-needle:before {
    content: "\ec0d";
}

.ph-fill.ph-newspaper-clipping:before {
    content: "\ec0e";
}

.ph-fill.ph-newspaper:before {
    content: "\ec0f";
}

.ph-fill.ph-notches:before {
    content: "\ec10";
}

.ph-fill.ph-note-blank:before {
    content: "\ec11";
}

.ph-fill.ph-notebook:before {
    content: "\ec12";
}

.ph-fill.ph-note:before {
    content: "\ec13";
}

.ph-fill.ph-notepad:before {
    content: "\ec14";
}

.ph-fill.ph-note-pencil:before {
    content: "\ec15";
}

.ph-fill.ph-notification:before {
    content: "\ec16";
}

.ph-fill.ph-notion-logo:before {
    content: "\ec17";
}

.ph-fill.ph-number-circle-eight:before {
    content: "\ec18";
}

.ph-fill.ph-number-circle-five:before {
    content: "\ec19";
}

.ph-fill.ph-number-circle-four:before {
    content: "\ec1a";
}

.ph-fill.ph-number-circle-nine:before {
    content: "\ec1b";
}

.ph-fill.ph-number-circle-one:before {
    content: "\ec1c";
}

.ph-fill.ph-number-circle-seven:before {
    content: "\ec1d";
}

.ph-fill.ph-number-circle-six:before {
    content: "\ec1e";
}

.ph-fill.ph-number-circle-three:before {
    content: "\ec1f";
}

.ph-fill.ph-number-circle-two:before {
    content: "\ec20";
}

.ph-fill.ph-number-circle-zero:before {
    content: "\ec21";
}

.ph-fill.ph-number-eight:before {
    content: "\ec22";
}

.ph-fill.ph-number-five:before {
    content: "\ec23";
}

.ph-fill.ph-number-four:before {
    content: "\ec24";
}

.ph-fill.ph-number-nine:before {
    content: "\ec25";
}

.ph-fill.ph-number-one:before {
    content: "\ec26";
}

.ph-fill.ph-number-seven:before {
    content: "\ec27";
}

.ph-fill.ph-number-six:before {
    content: "\ec28";
}

.ph-fill.ph-number-square-eight:before {
    content: "\ec29";
}

.ph-fill.ph-number-square-five:before {
    content: "\ec2a";
}

.ph-fill.ph-number-square-four:before {
    content: "\ec2b";
}

.ph-fill.ph-number-square-nine:before {
    content: "\ec2c";
}

.ph-fill.ph-number-square-one:before {
    content: "\ec2d";
}

.ph-fill.ph-number-square-seven:before {
    content: "\ec2e";
}

.ph-fill.ph-number-square-six:before {
    content: "\ec2f";
}

.ph-fill.ph-number-square-three:before {
    content: "\ec30";
}

.ph-fill.ph-number-square-two:before {
    content: "\ec31";
}

.ph-fill.ph-number-square-zero:before {
    content: "\ec32";
}

.ph-fill.ph-number-three:before {
    content: "\ec33";
}

.ph-fill.ph-number-two:before {
    content: "\ec34";
}

.ph-fill.ph-number-zero:before {
    content: "\ec35";
}

.ph-fill.ph-nut:before {
    content: "\ec36";
}

.ph-fill.ph-ny-times-logo:before {
    content: "\ec37";
}

.ph-fill.ph-octagon:before {
    content: "\ec38";
}

.ph-fill.ph-office-chair:before {
    content: "\ec39";
}

.ph-fill.ph-option:before {
    content: "\ec3a";
}

.ph-fill.ph-orange-slice:before {
    content: "\ec3b";
}

.ph-fill.ph-package:before {
    content: "\ec3c";
}

.ph-fill.ph-paint-brush-broad:before {
    content: "\ec3d";
}

.ph-fill.ph-paint-brush:before {
    content: "\ec3e";
}

.ph-fill.ph-paint-brush-household:before {
    content: "\ec3f";
}

.ph-fill.ph-paint-bucket:before {
    content: "\ec40";
}

.ph-fill.ph-paint-roller:before {
    content: "\ec41";
}

.ph-fill.ph-palette:before {
    content: "\ec42";
}

.ph-fill.ph-pants:before {
    content: "\ec43";
}

.ph-fill.ph-paperclip:before {
    content: "\ec44";
}

.ph-fill.ph-paperclip-horizontal:before {
    content: "\ec45";
}

.ph-fill.ph-paper-plane:before {
    content: "\ec46";
}

.ph-fill.ph-paper-plane-right:before {
    content: "\ec47";
}

.ph-fill.ph-paper-plane-tilt:before {
    content: "\ec48";
}

.ph-fill.ph-parachute:before {
    content: "\ec49";
}

.ph-fill.ph-paragraph:before {
    content: "\ec4a";
}

.ph-fill.ph-parallelogram:before {
    content: "\ec4b";
}

.ph-fill.ph-park:before {
    content: "\ec4c";
}

.ph-fill.ph-password:before {
    content: "\ec4d";
}

.ph-fill.ph-path:before {
    content: "\ec4e";
}

.ph-fill.ph-patreon-logo:before {
    content: "\ec4f";
}

.ph-fill.ph-pause-circle:before {
    content: "\ec50";
}

.ph-fill.ph-pause:before {
    content: "\ec51";
}

.ph-fill.ph-paw-print:before {
    content: "\ec52";
}

.ph-fill.ph-paypal-logo:before {
    content: "\ec53";
}

.ph-fill.ph-peace:before {
    content: "\ec54";
}

.ph-fill.ph-pencil-circle:before {
    content: "\ec55";
}

.ph-fill.ph-pencil:before {
    content: "\ec56";
}

.ph-fill.ph-pencil-line:before {
    content: "\ec57";
}

.ph-fill.ph-pencil-simple:before {
    content: "\ec58";
}

.ph-fill.ph-pencil-simple-line:before {
    content: "\ec59";
}

.ph-fill.ph-pencil-simple-slash:before {
    content: "\ec5a";
}

.ph-fill.ph-pencil-slash:before {
    content: "\ec5b";
}

.ph-fill.ph-pen:before {
    content: "\ec5c";
}

.ph-fill.ph-pen-nib:before {
    content: "\ec5d";
}

.ph-fill.ph-pen-nib-straight:before {
    content: "\ec5e";
}

.ph-fill.ph-pentagram:before {
    content: "\ec5f";
}

.ph-fill.ph-pepper:before {
    content: "\ec60";
}

.ph-fill.ph-percent:before {
    content: "\ec61";
}

.ph-fill.ph-person-arms-spread:before {
    content: "\ec62";
}

.ph-fill.ph-person:before {
    content: "\ec63";
}

.ph-fill.ph-person-simple-bike:before {
    content: "\ec64";
}

.ph-fill.ph-person-simple:before {
    content: "\ec65";
}

.ph-fill.ph-person-simple-run:before {
    content: "\ec66";
}

.ph-fill.ph-person-simple-throw:before {
    content: "\ec67";
}

.ph-fill.ph-person-simple-walk:before {
    content: "\ec68";
}

.ph-fill.ph-perspective:before {
    content: "\ec69";
}

.ph-fill.ph-phone-call:before {
    content: "\ec6a";
}

.ph-fill.ph-phone-disconnect:before {
    content: "\ec6b";
}

.ph-fill.ph-phone:before {
    content: "\ec6c";
}

.ph-fill.ph-phone-incoming:before {
    content: "\ec6d";
}

.ph-fill.ph-phone-outgoing:before {
    content: "\ec6e";
}

.ph-fill.ph-phone-plus:before {
    content: "\ec6f";
}

.ph-fill.ph-phone-slash:before {
    content: "\ec70";
}

.ph-fill.ph-phone-x:before {
    content: "\ec71";
}

.ph-fill.ph-phosphor-logo:before {
    content: "\ec72";
}

.ph-fill.ph-piano-keys:before {
    content: "\ec73";
}

.ph-fill.ph-picture-in-picture:before {
    content: "\ec74";
}

.ph-fill.ph-pi:before {
    content: "\ec75";
}

.ph-fill.ph-piggy-bank:before {
    content: "\ec76";
}

.ph-fill.ph-pill:before {
    content: "\ec77";
}

.ph-fill.ph-pinterest-logo:before {
    content: "\ec78";
}

.ph-fill.ph-pinwheel:before {
    content: "\ec79";
}

.ph-fill.ph-pizza:before {
    content: "\ec7a";
}

.ph-fill.ph-placeholder:before {
    content: "\ec7b";
}

.ph-fill.ph-planet:before {
    content: "\ec7c";
}

.ph-fill.ph-plant:before {
    content: "\ec7d";
}

.ph-fill.ph-play-circle:before {
    content: "\ec7e";
}

.ph-fill.ph-play:before {
    content: "\ec7f";
}

.ph-fill.ph-playlist:before {
    content: "\ec80";
}

.ph-fill.ph-play-pause:before {
    content: "\ec81";
}

.ph-fill.ph-plug-charging:before {
    content: "\ec82";
}

.ph-fill.ph-plug:before {
    content: "\ec83";
}

.ph-fill.ph-plugs-connected:before {
    content: "\ec84";
}

.ph-fill.ph-plugs:before {
    content: "\ec85";
}

.ph-fill.ph-plus-circle:before {
    content: "\ec86";
}

.ph-fill.ph-plus:before {
    content: "\ec87";
}

.ph-fill.ph-plus-minus:before {
    content: "\ec88";
}

.ph-fill.ph-plus-square:before {
    content: "\ec89";
}

.ph-fill.ph-poker-chip:before {
    content: "\ec8a";
}

.ph-fill.ph-police-car:before {
    content: "\ec8b";
}

.ph-fill.ph-polygon:before {
    content: "\ec8c";
}

.ph-fill.ph-popcorn:before {
    content: "\ec8d";
}

.ph-fill.ph-potted-plant:before {
    content: "\ec8e";
}

.ph-fill.ph-power:before {
    content: "\ec8f";
}

.ph-fill.ph-prescription:before {
    content: "\ec90";
}

.ph-fill.ph-presentation-chart:before {
    content: "\ec91";
}

.ph-fill.ph-presentation:before {
    content: "\ec92";
}

.ph-fill.ph-printer:before {
    content: "\ec93";
}

.ph-fill.ph-prohibit:before {
    content: "\ec94";
}

.ph-fill.ph-prohibit-inset:before {
    content: "\ec95";
}

.ph-fill.ph-projector-screen-chart:before {
    content: "\ec96";
}

.ph-fill.ph-projector-screen:before {
    content: "\ec97";
}

.ph-fill.ph-pulse:before, .ph-fill.ph-activity:before {
    content: "\ec98";
}

.ph-fill.ph-push-pin:before {
    content: "\ec99";
}

.ph-fill.ph-push-pin-simple:before {
    content: "\ec9a";
}

.ph-fill.ph-push-pin-simple-slash:before {
    content: "\ec9b";
}

.ph-fill.ph-push-pin-slash:before {
    content: "\ec9c";
}

.ph-fill.ph-puzzle-piece:before {
    content: "\ec9d";
}

.ph-fill.ph-qr-code:before {
    content: "\ec9e";
}

.ph-fill.ph-question:before {
    content: "\ec9f";
}

.ph-fill.ph-queue:before {
    content: "\eca0";
}

.ph-fill.ph-quotes:before {
    content: "\eca1";
}

.ph-fill.ph-radical:before {
    content: "\eca2";
}

.ph-fill.ph-radioactive:before {
    content: "\eca3";
}

.ph-fill.ph-radio-button:before {
    content: "\eca4";
}

.ph-fill.ph-radio:before {
    content: "\eca5";
}

.ph-fill.ph-rainbow-cloud:before {
    content: "\eca6";
}

.ph-fill.ph-rainbow:before {
    content: "\eca7";
}

.ph-fill.ph-read-cv-logo:before {
    content: "\eca8";
}

.ph-fill.ph-receipt:before {
    content: "\eca9";
}

.ph-fill.ph-receipt-x:before {
    content: "\ecaa";
}

.ph-fill.ph-record:before {
    content: "\ecab";
}

.ph-fill.ph-rectangle:before {
    content: "\ecac";
}

.ph-fill.ph-recycle:before {
    content: "\ecad";
}

.ph-fill.ph-reddit-logo:before {
    content: "\ecae";
}

.ph-fill.ph-repeat:before {
    content: "\ecaf";
}

.ph-fill.ph-repeat-once:before {
    content: "\ecb0";
}

.ph-fill.ph-rewind-circle:before {
    content: "\ecb1";
}

.ph-fill.ph-rewind:before {
    content: "\ecb2";
}

.ph-fill.ph-road-horizon:before {
    content: "\ecb3";
}

.ph-fill.ph-robot:before {
    content: "\ecb4";
}

.ph-fill.ph-rocket:before {
    content: "\ecb5";
}

.ph-fill.ph-rocket-launch:before {
    content: "\ecb6";
}

.ph-fill.ph-rows:before {
    content: "\ecb7";
}

.ph-fill.ph-rss:before {
    content: "\ecb8";
}

.ph-fill.ph-rss-simple:before {
    content: "\ecb9";
}

.ph-fill.ph-rug:before {
    content: "\ecba";
}

.ph-fill.ph-ruler:before {
    content: "\ecbb";
}

.ph-fill.ph-scales:before {
    content: "\ecbc";
}

.ph-fill.ph-scan:before {
    content: "\ecbd";
}

.ph-fill.ph-scissors:before {
    content: "\ecbe";
}

.ph-fill.ph-scooter:before {
    content: "\ecbf";
}

.ph-fill.ph-screencast:before {
    content: "\ecc0";
}

.ph-fill.ph-scribble-loop:before {
    content: "\ecc1";
}

.ph-fill.ph-scroll:before {
    content: "\ecc2";
}

.ph-fill.ph-seal-check:before, .ph-fill.ph-circle-wavy-check:before {
    content: "\ecc3";
}

.ph-fill.ph-seal:before, .ph-fill.ph-circle-wavy:before {
    content: "\ecc4";
}

.ph-fill.ph-seal-question:before, .ph-fill.ph-circle-wavy-question:before {
    content: "\ecc5";
}

.ph-fill.ph-seal-warning:before, .ph-fill.ph-circle-wavy-warning:before {
    content: "\ecc6";
}

.ph-fill.ph-selection-all:before {
    content: "\ecc7";
}

.ph-fill.ph-selection-background:before {
    content: "\ecc8";
}

.ph-fill.ph-selection:before {
    content: "\ecc9";
}

.ph-fill.ph-selection-foreground:before {
    content: "\ecca";
}

.ph-fill.ph-selection-inverse:before {
    content: "\eccb";
}

.ph-fill.ph-selection-plus:before {
    content: "\eccc";
}

.ph-fill.ph-selection-slash:before {
    content: "\eccd";
}

.ph-fill.ph-shapes:before {
    content: "\ecce";
}

.ph-fill.ph-share-fat:before {
    content: "\eccf";
}

.ph-fill.ph-share:before {
    content: "\ecd0";
}

.ph-fill.ph-share-network:before {
    content: "\ecd1";
}

.ph-fill.ph-shield-checkered:before {
    content: "\ecd2";
}

.ph-fill.ph-shield-check:before {
    content: "\ecd3";
}

.ph-fill.ph-shield-chevron:before {
    content: "\ecd4";
}

.ph-fill.ph-shield:before {
    content: "\ecd5";
}

.ph-fill.ph-shield-plus:before {
    content: "\ecd6";
}

.ph-fill.ph-shield-slash:before {
    content: "\ecd7";
}

.ph-fill.ph-shield-star:before {
    content: "\ecd8";
}

.ph-fill.ph-shield-warning:before {
    content: "\ecd9";
}

.ph-fill.ph-shirt-folded:before {
    content: "\ecda";
}

.ph-fill.ph-shooting-star:before {
    content: "\ecdb";
}

.ph-fill.ph-shopping-bag:before {
    content: "\ecdc";
}

.ph-fill.ph-shopping-bag-open:before {
    content: "\ecdd";
}

.ph-fill.ph-shopping-cart:before {
    content: "\ecde";
}

.ph-fill.ph-shopping-cart-simple:before {
    content: "\ecdf";
}

.ph-fill.ph-shower:before {
    content: "\ece0";
}

.ph-fill.ph-shrimp:before {
    content: "\ece1";
}

.ph-fill.ph-shuffle-angular:before {
    content: "\ece2";
}

.ph-fill.ph-shuffle:before {
    content: "\ece3";
}

.ph-fill.ph-shuffle-simple:before {
    content: "\ece4";
}

.ph-fill.ph-sidebar:before {
    content: "\ece5";
}

.ph-fill.ph-sidebar-simple:before {
    content: "\ece6";
}

.ph-fill.ph-sigma:before {
    content: "\ece7";
}

.ph-fill.ph-signature:before {
    content: "\ece8";
}

.ph-fill.ph-sign-in:before {
    content: "\ece9";
}

.ph-fill.ph-sign-out:before {
    content: "\ecea";
}

.ph-fill.ph-signpost:before {
    content: "\eceb";
}

.ph-fill.ph-sim-card:before {
    content: "\ecec";
}

.ph-fill.ph-siren:before {
    content: "\eced";
}

.ph-fill.ph-sketch-logo:before {
    content: "\ecee";
}

.ph-fill.ph-skip-back-circle:before {
    content: "\ecef";
}

.ph-fill.ph-skip-back:before {
    content: "\ecf0";
}

.ph-fill.ph-skip-forward-circle:before {
    content: "\ecf1";
}

.ph-fill.ph-skip-forward:before {
    content: "\ecf2";
}

.ph-fill.ph-skull:before {
    content: "\ecf3";
}

.ph-fill.ph-slack-logo:before {
    content: "\ecf4";
}

.ph-fill.ph-sliders:before {
    content: "\ecf5";
}

.ph-fill.ph-sliders-horizontal:before {
    content: "\ecf6";
}

.ph-fill.ph-slideshow:before {
    content: "\ecf7";
}

.ph-fill.ph-smiley-angry:before {
    content: "\ecf8";
}

.ph-fill.ph-smiley-blank:before {
    content: "\ecf9";
}

.ph-fill.ph-smiley:before {
    content: "\ecfa";
}

.ph-fill.ph-smiley-meh:before {
    content: "\ecfb";
}

.ph-fill.ph-smiley-nervous:before {
    content: "\ecfc";
}

.ph-fill.ph-smiley-sad:before {
    content: "\ecfd";
}

.ph-fill.ph-smiley-sticker:before {
    content: "\ecfe";
}

.ph-fill.ph-smiley-wink:before {
    content: "\ecff";
}

.ph-fill.ph-smiley-x-eyes:before {
    content: "\ed00";
}

.ph-fill.ph-snapchat-logo:before {
    content: "\ed01";
}

.ph-fill.ph-sneaker:before {
    content: "\ed02";
}

.ph-fill.ph-sneaker-move:before {
    content: "\ed03";
}

.ph-fill.ph-snowflake:before {
    content: "\ed04";
}

.ph-fill.ph-soccer-ball:before {
    content: "\ed05";
}

.ph-fill.ph-sort-ascending:before {
    content: "\ed06";
}

.ph-fill.ph-sort-descending:before {
    content: "\ed07";
}

.ph-fill.ph-soundcloud-logo:before {
    content: "\ed08";
}

.ph-fill.ph-spade:before {
    content: "\ed09";
}

.ph-fill.ph-sparkle:before {
    content: "\ed0a";
}

.ph-fill.ph-speaker-hifi:before {
    content: "\ed0b";
}

.ph-fill.ph-speaker-high:before {
    content: "\ed0c";
}

.ph-fill.ph-speaker-low:before {
    content: "\ed0d";
}

.ph-fill.ph-speaker-none:before {
    content: "\ed0e";
}

.ph-fill.ph-speaker-simple-high:before {
    content: "\ed0f";
}

.ph-fill.ph-speaker-simple-low:before {
    content: "\ed10";
}

.ph-fill.ph-speaker-simple-none:before {
    content: "\ed11";
}

.ph-fill.ph-speaker-simple-slash:before {
    content: "\ed12";
}

.ph-fill.ph-speaker-simple-x:before {
    content: "\ed13";
}

.ph-fill.ph-speaker-slash:before {
    content: "\ed14";
}

.ph-fill.ph-speaker-x:before {
    content: "\ed15";
}

.ph-fill.ph-spinner:before {
    content: "\ed16";
}

.ph-fill.ph-spinner-gap:before {
    content: "\ed17";
}

.ph-fill.ph-spiral:before {
    content: "\ed18";
}

.ph-fill.ph-split-horizontal:before {
    content: "\ed19";
}

.ph-fill.ph-split-vertical:before {
    content: "\ed1a";
}

.ph-fill.ph-spotify-logo:before {
    content: "\ed1b";
}

.ph-fill.ph-square:before {
    content: "\ed1c";
}

.ph-fill.ph-square-half-bottom:before {
    content: "\ed1d";
}

.ph-fill.ph-square-half:before {
    content: "\ed1e";
}

.ph-fill.ph-square-logo:before {
    content: "\ed1f";
}

.ph-fill.ph-squares-four:before {
    content: "\ed20";
}

.ph-fill.ph-square-split-horizontal:before {
    content: "\ed21";
}

.ph-fill.ph-square-split-vertical:before {
    content: "\ed22";
}

.ph-fill.ph-stack:before {
    content: "\ed23";
}

.ph-fill.ph-stack-overflow-logo:before {
    content: "\ed24";
}

.ph-fill.ph-stack-simple:before {
    content: "\ed25";
}

.ph-fill.ph-stairs:before {
    content: "\ed26";
}

.ph-fill.ph-stamp:before {
    content: "\ed27";
}

.ph-fill.ph-star-and-crescent:before {
    content: "\ed28";
}

.ph-fill.ph-star:before {
    content: "\ed29";
}

.ph-fill.ph-star-four:before {
    content: "\ed2a";
}

.ph-fill.ph-star-half:before {
    content: "\ed2b";
}

.ph-fill.ph-star-of-david:before {
    content: "\ed2c";
}

.ph-fill.ph-steering-wheel:before {
    content: "\ed2d";
}

.ph-fill.ph-steps:before {
    content: "\ed2e";
}

.ph-fill.ph-stethoscope:before {
    content: "\ed2f";
}

.ph-fill.ph-sticker:before {
    content: "\ed30";
}

.ph-fill.ph-stool:before {
    content: "\ed31";
}

.ph-fill.ph-stop-circle:before {
    content: "\ed32";
}

.ph-fill.ph-stop:before {
    content: "\ed33";
}

.ph-fill.ph-storefront:before {
    content: "\ed34";
}

.ph-fill.ph-strategy:before {
    content: "\ed35";
}

.ph-fill.ph-stripe-logo:before {
    content: "\ed36";
}

.ph-fill.ph-student:before {
    content: "\ed37";
}

.ph-fill.ph-subtitles:before {
    content: "\ed38";
}

.ph-fill.ph-subtract:before {
    content: "\ed39";
}

.ph-fill.ph-subtract-square:before {
    content: "\ed3a";
}

.ph-fill.ph-suitcase:before {
    content: "\ed3b";
}

.ph-fill.ph-suitcase-rolling:before {
    content: "\ed3c";
}

.ph-fill.ph-suitcase-simple:before {
    content: "\ed3d";
}

.ph-fill.ph-sun-dim:before {
    content: "\ed3e";
}

.ph-fill.ph-sun:before {
    content: "\ed3f";
}

.ph-fill.ph-sunglasses:before {
    content: "\ed40";
}

.ph-fill.ph-sun-horizon:before {
    content: "\ed41";
}

.ph-fill.ph-swap:before {
    content: "\ed42";
}

.ph-fill.ph-swatches:before {
    content: "\ed43";
}

.ph-fill.ph-swimming-pool:before {
    content: "\ed44";
}

.ph-fill.ph-sword:before {
    content: "\ed45";
}

.ph-fill.ph-synagogue:before {
    content: "\ed46";
}

.ph-fill.ph-syringe:before {
    content: "\ed47";
}

.ph-fill.ph-table:before {
    content: "\ed48";
}

.ph-fill.ph-tabs:before {
    content: "\ed49";
}

.ph-fill.ph-tag-chevron:before {
    content: "\ed4a";
}

.ph-fill.ph-tag:before {
    content: "\ed4b";
}

.ph-fill.ph-tag-simple:before {
    content: "\ed4c";
}

.ph-fill.ph-target:before {
    content: "\ed4d";
}

.ph-fill.ph-taxi:before {
    content: "\ed4e";
}

.ph-fill.ph-telegram-logo:before {
    content: "\ed4f";
}

.ph-fill.ph-television:before {
    content: "\ed50";
}

.ph-fill.ph-television-simple:before {
    content: "\ed51";
}

.ph-fill.ph-tennis-ball:before {
    content: "\ed52";
}

.ph-fill.ph-tent:before {
    content: "\ed53";
}

.ph-fill.ph-terminal:before {
    content: "\ed54";
}

.ph-fill.ph-terminal-window:before {
    content: "\ed55";
}

.ph-fill.ph-test-tube:before {
    content: "\ed56";
}

.ph-fill.ph-text-aa:before {
    content: "\ed57";
}

.ph-fill.ph-text-align-center:before {
    content: "\ed58";
}

.ph-fill.ph-text-align-justify:before {
    content: "\ed59";
}

.ph-fill.ph-text-align-left:before {
    content: "\ed5a";
}

.ph-fill.ph-text-align-right:before {
    content: "\ed5b";
}

.ph-fill.ph-text-a-underline:before {
    content: "\ed5c";
}

.ph-fill.ph-text-b:before, .ph-fill.ph-text-bolder:before {
    content: "\ed5d";
}

.ph-fill.ph-textbox:before {
    content: "\ed5e";
}

.ph-fill.ph-text-columns:before {
    content: "\ed5f";
}

.ph-fill.ph-text-h:before {
    content: "\ed60";
}

.ph-fill.ph-text-h-five:before {
    content: "\ed61";
}

.ph-fill.ph-text-h-four:before {
    content: "\ed62";
}

.ph-fill.ph-text-h-one:before {
    content: "\ed63";
}

.ph-fill.ph-text-h-six:before {
    content: "\ed64";
}

.ph-fill.ph-text-h-three:before {
    content: "\ed65";
}

.ph-fill.ph-text-h-two:before {
    content: "\ed66";
}

.ph-fill.ph-text-indent:before {
    content: "\ed67";
}

.ph-fill.ph-text-italic:before {
    content: "\ed68";
}

.ph-fill.ph-text-outdent:before {
    content: "\ed69";
}

.ph-fill.ph-text-strikethrough:before {
    content: "\ed6a";
}

.ph-fill.ph-text-t:before {
    content: "\ed6b";
}

.ph-fill.ph-text-underline:before {
    content: "\ed6c";
}

.ph-fill.ph-thermometer-cold:before {
    content: "\ed6d";
}

.ph-fill.ph-thermometer:before {
    content: "\ed6e";
}

.ph-fill.ph-thermometer-hot:before {
    content: "\ed6f";
}

.ph-fill.ph-thermometer-simple:before {
    content: "\ed70";
}

.ph-fill.ph-thumbs-down:before {
    content: "\ed71";
}

.ph-fill.ph-thumbs-up:before {
    content: "\ed72";
}

.ph-fill.ph-ticket:before {
    content: "\ed73";
}

.ph-fill.ph-tidal-logo:before {
    content: "\ed74";
}

.ph-fill.ph-tiktok-logo:before {
    content: "\ed75";
}

.ph-fill.ph-timer:before {
    content: "\ed76";
}

.ph-fill.ph-tipi:before {
    content: "\ed77";
}

.ph-fill.ph-toggle-left:before {
    content: "\ed78";
}

.ph-fill.ph-toggle-right:before {
    content: "\ed79";
}

.ph-fill.ph-toilet:before {
    content: "\ed7a";
}

.ph-fill.ph-toilet-paper:before {
    content: "\ed7b";
}

.ph-fill.ph-toolbox:before {
    content: "\ed7c";
}

.ph-fill.ph-tooth:before {
    content: "\ed7d";
}

.ph-fill.ph-tote:before {
    content: "\ed7e";
}

.ph-fill.ph-tote-simple:before {
    content: "\ed7f";
}

.ph-fill.ph-trademark:before {
    content: "\ed80";
}

.ph-fill.ph-trademark-registered:before {
    content: "\ed81";
}

.ph-fill.ph-traffic-cone:before {
    content: "\ed82";
}

.ph-fill.ph-traffic-signal:before {
    content: "\ed83";
}

.ph-fill.ph-traffic-sign:before {
    content: "\ed84";
}

.ph-fill.ph-train:before {
    content: "\ed85";
}

.ph-fill.ph-train-regional:before {
    content: "\ed86";
}

.ph-fill.ph-train-simple:before {
    content: "\ed87";
}

.ph-fill.ph-tram:before {
    content: "\ed88";
}

.ph-fill.ph-translate:before {
    content: "\ed89";
}

.ph-fill.ph-trash:before {
    content: "\ed8a";
}

.ph-fill.ph-trash-simple:before {
    content: "\ed8b";
}

.ph-fill.ph-tray:before {
    content: "\ed8c";
}

.ph-fill.ph-tree-evergreen:before {
    content: "\ed8d";
}

.ph-fill.ph-tree:before {
    content: "\ed8e";
}

.ph-fill.ph-tree-palm:before {
    content: "\ed8f";
}

.ph-fill.ph-tree-structure:before {
    content: "\ed90";
}

.ph-fill.ph-trend-down:before {
    content: "\ed91";
}

.ph-fill.ph-trend-up:before {
    content: "\ed92";
}

.ph-fill.ph-triangle:before {
    content: "\ed93";
}

.ph-fill.ph-trophy:before {
    content: "\ed94";
}

.ph-fill.ph-truck:before {
    content: "\ed95";
}

.ph-fill.ph-t-shirt:before {
    content: "\ed96";
}

.ph-fill.ph-twitch-logo:before {
    content: "\ed97";
}

.ph-fill.ph-twitter-logo:before {
    content: "\ed98";
}

.ph-fill.ph-umbrella:before {
    content: "\ed99";
}

.ph-fill.ph-umbrella-simple:before {
    content: "\ed9a";
}

.ph-fill.ph-unite:before {
    content: "\ed9b";
}

.ph-fill.ph-unite-square:before {
    content: "\ed9c";
}

.ph-fill.ph-upload:before {
    content: "\ed9d";
}

.ph-fill.ph-upload-simple:before {
    content: "\ed9e";
}

.ph-fill.ph-usb:before {
    content: "\ed9f";
}

.ph-fill.ph-user-circle:before {
    content: "\eda0";
}

.ph-fill.ph-user-circle-gear:before {
    content: "\eda1";
}

.ph-fill.ph-user-circle-minus:before {
    content: "\eda2";
}

.ph-fill.ph-user-circle-plus:before {
    content: "\eda3";
}

.ph-fill.ph-user:before {
    content: "\eda4";
}

.ph-fill.ph-user-focus:before {
    content: "\eda5";
}

.ph-fill.ph-user-gear:before {
    content: "\eda6";
}

.ph-fill.ph-user-list:before {
    content: "\eda7";
}

.ph-fill.ph-user-minus:before {
    content: "\eda8";
}

.ph-fill.ph-user-plus:before {
    content: "\eda9";
}

.ph-fill.ph-user-rectangle:before {
    content: "\edaa";
}

.ph-fill.ph-users:before {
    content: "\edab";
}

.ph-fill.ph-users-four:before {
    content: "\edac";
}

.ph-fill.ph-user-square:before {
    content: "\edad";
}

.ph-fill.ph-users-three:before {
    content: "\edae";
}

.ph-fill.ph-user-switch:before {
    content: "\edaf";
}

.ph-fill.ph-van:before {
    content: "\edb0";
}

.ph-fill.ph-vault:before {
    content: "\edb1";
}

.ph-fill.ph-vibrate:before {
    content: "\edb2";
}

.ph-fill.ph-video-camera:before {
    content: "\edb3";
}

.ph-fill.ph-video-camera-slash:before {
    content: "\edb4";
}

.ph-fill.ph-video:before {
    content: "\edb5";
}

.ph-fill.ph-vignette:before {
    content: "\edb6";
}

.ph-fill.ph-vinyl-record:before {
    content: "\edb7";
}

.ph-fill.ph-virtual-reality:before {
    content: "\edb8";
}

.ph-fill.ph-virus:before {
    content: "\edb9";
}

.ph-fill.ph-voicemail:before {
    content: "\edba";
}

.ph-fill.ph-volleyball:before {
    content: "\edbb";
}

.ph-fill.ph-wallet:before {
    content: "\edbc";
}

.ph-fill.ph-wall:before {
    content: "\edbd";
}

.ph-fill.ph-warehouse:before {
    content: "\edbe";
}

.ph-fill.ph-warning-circle:before {
    content: "\edbf";
}

.ph-fill.ph-warning-diamond:before {
    content: "\edc0";
}

.ph-fill.ph-warning:before {
    content: "\edc1";
}

.ph-fill.ph-warning-octagon:before {
    content: "\edc2";
}

.ph-fill.ph-watch:before {
    content: "\edc3";
}

.ph-fill.ph-waveform:before {
    content: "\edc4";
}

.ph-fill.ph-wave-sawtooth:before {
    content: "\edc5";
}

.ph-fill.ph-waves:before {
    content: "\edc6";
}

.ph-fill.ph-wave-sine:before {
    content: "\edc7";
}

.ph-fill.ph-wave-square:before {
    content: "\edc8";
}

.ph-fill.ph-wave-triangle:before {
    content: "\edc9";
}

.ph-fill.ph-webcam:before {
    content: "\edca";
}

.ph-fill.ph-webcam-slash:before {
    content: "\edcb";
}

.ph-fill.ph-webhooks-logo:before {
    content: "\edcc";
}

.ph-fill.ph-wechat-logo:before {
    content: "\edcd";
}

.ph-fill.ph-whatsapp-logo:before {
    content: "\edce";
}

.ph-fill.ph-wheelchair:before {
    content: "\edcf";
}

.ph-fill.ph-wheelchair-motion:before {
    content: "\edd0";
}

.ph-fill.ph-wifi-high:before {
    content: "\edd1";
}

.ph-fill.ph-wifi-low:before {
    content: "\edd2";
}

.ph-fill.ph-wifi-medium:before {
    content: "\edd3";
}

.ph-fill.ph-wifi-none:before {
    content: "\edd4";
}

.ph-fill.ph-wifi-slash:before {
    content: "\edd5";
}

.ph-fill.ph-wifi-x:before {
    content: "\edd6";
}

.ph-fill.ph-wind:before {
    content: "\edd7";
}

.ph-fill.ph-windows-logo:before {
    content: "\edd8";
}

.ph-fill.ph-wine:before {
    content: "\edd9";
}

.ph-fill.ph-wrench:before {
    content: "\edda";
}

.ph-fill.ph-x-circle:before {
    content: "\eddb";
}

.ph-fill.ph-x:before {
    content: "\eddc";
}

.ph-fill.ph-x-square:before {
    content: "\eddd";
}

.ph-fill.ph-yin-yang:before {
    content: "\edde";
}

.ph-fill.ph-youtube-logo:before {
    content: "\eddf";
}

.roi-form-container .error {
    /*color: red;*/
    /*font-size: 0.875em;*/
    /*min-height: 1.2em;*/
    /*margin-bottom: 12px;*/
}

.roi-form-container .roi-input-wrapper {
    position: relative;
    margin-bottom: 4px;
}

.roi-form-container .roi-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1.25rem;
    pointer-events: none;
}

.roi-form-container .roi-input-with-icon {
    padding-left: 48px !important;
}

.roi-form-container #roi_btn_register {
    cursor: pointer;
    color: white;
    background-color: #172554;
    border-radius: 10px;
    height: 60px;
    width: 100%;
    border: none;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 8px;
}

.roi-form-container #roi_btn_register:disabled {
    background-color: #a5b4fc;
    cursor: not-allowed;
}

.roi-form-container #roi_btn_register:not(:disabled):hover {
    background-color: #1e3a8a;
}

.roi-form-container #roi_dropdown_input_group {
    display: flex;
    width: 100%;
    margin-bottom: 4px;
}

.roi-form-container #roi_dropdown_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: bottom;
    border-radius: 0.25rem 0 0 0.25rem;
    height: 50px;
    width: 100px;
    background-color: rgba(243, 244, 246, 1);
    font-size: 16px;
    border: 1px solid #9ca3af;
    border-right: none;
    cursor: pointer;
    padding: 0;
}

.roi-form-container #roi_dropdown_btn:hover, .roi-form-container #roi_dropdown_btn:focus {
    background-color: #e5e7eb;
}

.roi-form-container .roi-terms-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0;
}

.roi-form-container .roi-terms-wrapper label {
    font-size: 0.875em;
    color: #4b5563;
    line-height: 1.4;
}

.roi-form-container .roi-terms-wrapper a {
    color: #1d4ed8;
    text-decoration: underline;
}

.roi-form-container .roi-social-proof {
    text-align: center;
    font-weight: bold;
    color: #374151;
    margin-top: 24px;
    font-size: 1.1em;
}

.roi-form-container .roi-trust-elements {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
    text-align: center;
}

.roi-form-container .roi-trust-elements li {
    color: #4b5563;
    margin-bottom: 8px;
    font-size: 0.9em;
}

#roi_dropdown_content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ddd;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}

#roi_search {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#roi_dropdown_content button {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 8px 12px;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
}

#roi_dropdown_content button:hover {
    background-color: #ddd;
}

/* --- Enhanced Modern Loader Styles --- */
#roi-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 999998;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#roi-loader-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1f2937;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    width: 90%;
    max-width: 420px;
    background: #ffffff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    z-index: 999999;
    text-align: center;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#roi-loader-container.visible, #roi-loader-overlay.visible {
    display: block;
    opacity: 1;
}

#roi-loader-container.visible {
    transform: translate(-50%, -50%) scale(1);
}

#roi-loader-logo {
    max-height: 35px;
    margin-bottom: 1rem;
}

#roi-loader-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #111827;
}

#roi-loader-subtitle {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 1rem;
}

#roi-progress-bar-container {
    width: 100%;
    height: 10px;
    background-color: #e5e7eb;
    border-radius: 5px;
    margin: 1.5rem 0;
    overflow: hidden;
}

#roi-progress-bar {
    height: 100%;
    background-color: #2563eb;
    width: 0%;
    transition: width 0.4s ease-in-out;
    border-radius: 5px;
}

.roi-progress-steps {
    text-align: left;
    margin-top: 1.5rem;
}

.roi-step {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    opacity: 0.5;
    transition: opacity 0.4s ease;
}

.roi-step.active {
    opacity: 1;
}

.roi-step-bullet {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #d1d5db;
    border: 2px solid #9ca3af;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}

.roi-step-text {
    color: #4b5563;
    font-weight: 500;
}

.roi-step.active .roi-step-bullet {
    background-color: #ffffff;
    border-color: #2563eb;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 99, 235, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
    }
}

.roi-step.active .roi-step-text {
    color: #111827;
}

.roi-step.completed .roi-step-bullet {
    background-color: #10b981;
    border-color: #059669;
    animation: none;
    color: white;
    font-weight: bold;
}

.roi-step.completed .roi-step-bullet:after {
    content: "✓";
}

.roi-step.completed .roi-step-text {
    color: #10b981;
}

#roi-loader-footer {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

#roi-footer-title {
    font-weight: 600;
    color: #111827;
    font-size: 1rem;
}

#roi-footer-subtitle {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

#roi-footer-disclaimer {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 0.5rem;
    font-style: italic;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
        position: relative;
    }
}