img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

: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--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);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.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-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-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-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;
}


.h-captcha {
    position: relative;
    display: block;
    margin-bottom: 2rem;
    padding: 0;
    clear: both
}

.h-captcha[data-size="normal"] {
    width: 303px;
    height: 78px
}

.h-captcha[data-size="compact"] {
    width: 164px;
    height: 144px
}

.h-captcha[data-size="invisible"] {
    display: none
}

.h-captcha::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.joblo.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo.svg) no-repeat;
    border: 1px solid #fff0;
    border-radius: 4px
}

.h-captcha[data-size="normal"]::before {
    width: 300px;
    height: 74px;
    background-position: 94% 28%
}

.h-captcha[data-size="compact"]::before {
    width: 156px;
    height: 136px;
    background-position: 50% 79%
}

.h-captcha[data-theme="light"]::before,
body.is-light-theme .h-captcha[data-theme="auto"]::before,
.h-captcha[data-theme="auto"]::before {
    background-color: #fafafa;
    border: 1px solid #e0e0e0
}

.h-captcha[data-theme="dark"]::before,
body.is-dark-theme .h-captcha[data-theme="auto"]::before,
html.wp-dark-mode-active .h-captcha[data-theme="auto"]::before,
html.drdt-dark-mode .h-captcha[data-theme="auto"]::before {
    background-image: url(https://www.joblo.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo-white.svg);
    background-repeat: no-repeat;
    background-color: #333;
    border: 1px solid #f5f5f5
}

@media (prefers-color-scheme:dark) {
    .h-captcha[data-theme="auto"]::before {
        background-image: url(https://www.joblo.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo-white.svg);
        background-repeat: no-repeat;
        background-color: #333;
        border: 1px solid #f5f5f5
    }
}

.h-captcha[data-theme="custom"]::before {
    background-color: initial
}

.h-captcha[data-size="invisible"]::before {
    display: none
}

.h-captcha iframe {
    position: relative
}

div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"] {
    border-style: none
}


@import url(https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap);

html {
    font-size: 16px;
    font-family: "Instrument Sans", sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

html body {
    color: #2e2e2e;
    margin: 0
}

html body .body-content {
    width: 100%;
    background-color: #747474;
    background-image: url(/wp-content/themes/face3-joblo/assets/images/joblo-body-bg.webp?v2);
    background-size: cover;
    background-position: center;
    display: block
}

html body .body-content main#site-content {
    max-width: 81.875rem;
    background: 0 0;
    padding: 0 .625rem 1.25rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

@media screen and (min-width:782px) {
    html body .body-content main#site-content {
        padding: 0 1.25rem 1.25rem
    }
}

@media screen and (min-width:1350px) {
    html body .body-content main#site-content {
        padding: 0 0 1.25rem
    }
}

html body .body-content main#site-content .wp-block-columns.no-margin {
    margin: 0
}

html * {
    max-width: 100%;
    box-sizing: border-box
}

html img {
    height: auto;
    max-width: 100%
}

html a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.global-border-radius {
    border-radius: 1rem;
    overflow: hidden
}

.img-link.global-border-radius,
img.global-border-radius {
    border-radius: .75rem
}

.light-bg {
    background: #fff;
    padding: .625rem
}

.grey-bg {
    background: #f3f3f3;
    padding: .625rem
}

.dark-bg {
    background: #000;
    padding: .625rem
}

.red-bg {
    background: #ef120a;
    padding: .625rem
}

#site-header {
    max-width: 81.875rem;
    margin: 0 auto;
    padding: .625rem .625rem 1.25rem
}

@media screen and (min-width:782px) {
    #site-header {
        padding: .625rem 1.25rem 1.25rem
    }
}

@media screen and (min-width:1350px) {
    #site-header {
        padding: .625rem 0 1.25rem
    }
}

#site-header .header-content {
    padding: .3125rem 1.25rem;
    border-radius: 2.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    position: relative
}

@media screen and (min-width:782px) {
    #site-header .header-content {
        padding: .3125rem 1.875rem
    }
}

@media screen and (min-width:1350px) {
    #site-header .header-content {
        gap: 2.5rem
    }
}

#site-header .header-content .hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    overflow: hidden
}

#site-header .header-content .hamburger:focus {
    outline: 0
}

#site-header .header-content .hamburger .hamburger-box {
    width: 1.875rem;
    height: 1.5rem;
    display: inline-block;
    position: relative
}

#site-header .header-content .hamburger .hamburger-box .hamburger-inner,
#site-header .header-content .hamburger .hamburger-box .hamburger-inner::after,
#site-header .header-content .hamburger .hamburger-box .hamburger-inner::before {
    width: 1.875rem;
    height: .3125rem;
    background-color: #fff;
    border-radius: .3125rem;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

#site-header .header-content .hamburger .hamburger-box .hamburger-inner {
    margin-top: -.125rem;
    background-color: #fff;
    display: block;
    top: 50%;
    transition: background-color 125ms 175ms ease-in
}

#site-header .header-content .hamburger .hamburger-box .hamburger-inner:after,
#site-header .header-content .hamburger .hamburger-box .hamburger-inner:before {
    background-color: #fff;
    display: block;
    content: ""
}

#site-header .header-content .hamburger .hamburger-box .hamburger-inner:before {
    top: -.625rem;
    left: 0;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in
}

#site-header .header-content .hamburger .hamburger-box .hamburger-inner:after {
    bottom: -.625rem;
    top: .625rem;
    right: 0;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in
}

#site-header .header-content .header-logo-container {
    width: 5.9375rem
}

@media screen and (min-width:1070px) {
    #site-header .header-content .header-logo-container {
        width: 7.5rem
    }
}

@media screen and (min-width:1350px) {
    #site-header .header-content .header-logo-container {
        width: 10rem
    }
}

#site-header .header-content .header-logo-container a {
    display: flex
}

#site-header .header-content .main-menu-container {
    display: none
}

@media screen and (min-width:1070px) {
    #site-header .header-content .main-menu-container {
        display: block
    }
}

#site-header .header-content .main-menu-container .primary-menu {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.875rem
}

@media screen and (min-width:1200px) {
    #site-header .header-content .main-menu-container .primary-menu {
        gap: 2.5rem
    }
}

#site-header .header-content .main-menu-container .primary-menu li {
    list-style: none
}

#site-header .header-content .main-menu-container .primary-menu li a {
    font-size: .9375rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: color .3s ease
}

@media screen and (min-width:1070px) {
    #site-header .header-content .main-menu-container .primary-menu li a {
        font-size: 1.125rem
    }
}

@media screen and (min-width:1200px) {
    #site-header .header-content .main-menu-container .primary-menu li a {
        font-size: 1.25rem
    }
}

#site-header .header-content .main-menu-container .primary-menu li a:hover {
    color: #ef120a
}

#site-header .header-content .main-menu-container .primary-menu li .sub-menu {
    display: none
}

#site-header .header-content .main-menu-container #social-share {
    display: none
}

#site-header .header-content .header-right-container {
    width: 1.875rem
}

@media screen and (min-width:1070px) {
    #site-header .header-content .header-right-container {
        width: auto;
        display: flex;
        align-items: center;
        gap: 1.25rem
    }
}

@media screen and (min-width:1350px) {
    #site-header .header-content .header-right-container {
        gap: 1.875rem
    }
}

#site-header .header-content .social-container {
    display: none
}

@media screen and (min-width:1070px) {
    #site-header .header-content .social-container {
        display: flex;
        position: relative
    }
}

#site-header .header-content .social-container .social-menu {
    padding: 0;
    margin: 0;
    display: flex
}

#site-header .header-content .social-container .social-menu li {
    list-style: none
}

#site-header .header-content .social-container .social-menu li.tiktok a:hover svg path {
    fill: #25f4ee
}

#site-header .header-content .social-container .social-menu li.youtube a:hover svg path {
    fill: #fc0d1b
}

#site-header .header-content .social-container .social-menu li.facebook a:hover svg path {
    fill: #1574e3
}

#site-header .header-content .social-container .social-menu li.twitter-x a:hover svg path {
    fill: #595959
}

#site-header .header-content .social-container .social-menu li.instagram a:hover svg path {
    fill: #7638fa
}

#site-header .header-content .social-container .social-menu li a {
    cursor: pointer;
    padding: 0;
    margin: 0 .625rem;
    display: flex;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media screen and (min-width:1070px) {
    #site-header .header-content .social-container .social-menu li a {
        margin: 0 .46875rem
    }
}

@media screen and (min-width:1200px) {
    #site-header .header-content .social-container .social-menu li a {
        margin: 0 .625rem
    }
}

#site-header .header-content .social-container .social-menu li a svg {
    height: .8125rem;
    width: auto
}

@media screen and (min-width:1350px) {
    #site-header .header-content .social-container .social-menu li a svg {
        height: .9375rem
    }
}

#site-header .header-content .social-container .social-menu li a svg path {
    fill: #fff;
    transition: all .3s
}

#site-header .header-content .account-icon,
#site-header .header-content .search-toggle {
    display: none
}

@media screen and (min-width:1070px) {

    #site-header .header-content .account-icon,
    #site-header .header-content .search-toggle {
        display: flex
    }
}

#site-header .header-content .account-icon:hover svg circle,
#site-header .header-content .account-icon:hover svg path,
#site-header .header-content .search-toggle:hover svg circle,
#site-header .header-content .search-toggle:hover svg path {
    fill: #ef120a !important
}

#site-header .header-content .account-icon svg,
#site-header .header-content .search-toggle svg {
    height: .8125rem;
    width: auto
}

@media screen and (min-width:1350px) {

    #site-header .header-content .account-icon svg,
    #site-header .header-content .search-toggle svg {
        height: .9375rem
    }
}

#site-header .header-content .account-icon svg circle,
#site-header .header-content .account-icon svg path,
#site-header .header-content .search-toggle svg circle,
#site-header .header-content .search-toggle svg path {
    fill: #fff;
    transition: all .3s
}

#site-header .header-content .hamburger-menu {
    display: none
}

.ads-global-header {
    max-width: 81.875rem;
    padding: 0 .625rem;
    margin: 0 auto 1.25rem
}

@media screen and (min-width:782px) {
    .ads-global-header {
        padding: 0 1.25rem
    }
}

@media screen and (min-width:1350px) {
    .ads-global-header {
        padding: 0
    }
}

body {
    --use: 20px;
    --doNotUse: 0px;
    --fsAncillary: var(--doNotUse)
}

[data-freestar-ad] {
    vertical-align: top;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    position: relative
}

[data-freestar-ad]>div {
    z-index: 2
}

[data-freestar-ad*=__fsAncillary] {
    --fsAncillary: var(--use)
}

[data-freestar-ad*=__728x90],
[data-freestar-ad*=__970x90] {
    --height: 90px;
    height: 90px;
    height: calc(var(--height) + var(--fsAncillary)) !important
}

[data-freestar-ad*=__300x250],
[data-freestar-ad*=__970x250] {
    --height: 250px;
    height: 250px;
    height: calc(var(--height) + var(--fsAncillary)) !important
}

[data-freestar-ad*=__336x280] {
    --height: 280px;
    height: 280px;
    height: calc(var(--height) + var(--fsAncillary)) !important
}

[data-freestar-ad*=__160x600],
[data-freestar-ad*=__300x600] {
    --height: 600px;
    height: 600px;
    height: calc(var(--height) + var(--fsAncillary)) !important
}

[data-freestar-ad*=__640x360] {
    --height: 360px;
    height: 360px
}

[data-freestar-ad*=__552x334] {
    --height: 334px;
    height: 334px
}

[data-freestar-ad*=__640x169] {
    --height: 169px;
    height: 169px
}

[data-freestar-ad*=__400x225] {
    --height: 225;
    height: 225px
}

[data-freestar-ad*=__160x600]:before {
    width: 160px
}

[data-freestar-ad*=__300x250]:before,
[data-freestar-ad*=__300x600]:before {
    width: 300px
}

[data-freestar-ad*=__336x280]:before {
    width: 336px
}

[data-freestar-ad*=__400x225]:before {
    width: 400px
}

[data-freestar-ad*=__552x334]:before {
    width: 552px
}

[data-freestar-ad*=__640x169]:before,
[data-freestar-ad*=__640x360]:before {
    width: 640px
}

[data-freestar-ad*=__728x90]:before {
    width: 728px
}

[data-freestar-ad*=__970x250]:before,
[data-freestar-ad*=__970x90]:before {
    width: 970px
}

@media only screen and (min-device-width:320px) and (max-device-width:768px) {
    [data-freestar-ad*=__468x60] {
        --height: 60px;
        height: 60px;
        height: calc(var(--height) + var(--fsAncillary)) !important
    }

    [data-freestar-ad*=__300x100],
    [data-freestar-ad*=__320x100] {
        --height: 100px;
        height: 100px;
        height: calc(var(--height) + var(--fsAncillary)) !important
    }

    [data-freestar-ad*=__300x250] {
        --height: 250px;
        height: 250px;
        height: calc(var(--height) + var(--fsAncillary)) !important
    }

    [data-freestar-ad*=__336x280] {
        --height: 280px;
        height: 280px;
        height: calc(var(--height) + var(--fsAncillary)) !important
    }

    [data-freestar-ad*=__300x100]:before,
    [data-freestar-ad*=__300x250]:before,
    [data-freestar-ad*=__300x50]:before {
        width: 300px
    }

    [data-freestar-ad*=__320x100]:before,
    [data-freestar-ad*=__320x50]:before {
        width: 320px
    }

    [data-freestar-ad*=__336x280]:before {
        width: 336px
    }

    [data-freestar-ad*=__468x60]:before {
        width: 468px
    }
}

.section-title {
    margin-bottom: .9375rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section-title h1 {
    font-size: 1.25rem;
    text-transform: uppercase;
    white-space: nowrap
}

@media screen and (min-width:782px) {
    .section-title h1 {
        font-size: 1.75rem
    }
}

@media screen and (min-width:1070px) {
    .section-title h1 {
        font-size: 2.375rem
    }
}

.section-title h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    white-space: nowrap
}

@media screen and (min-width:782px) {
    .section-title h2 {
        font-size: 1.75rem
    }
}

@media screen and (min-width:1070px) {
    .section-title h2 {
        font-size: 2.25rem
    }
}

.section-title .read-more {
    font-size: .75rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    background: #000;
    padding: 0 .9375rem;
    border-radius: .75rem;
    display: inline-block;
    transition: background-color .3s ease
}

@media screen and (min-width:782px) {
    .section-title .read-more {
        font-size: .875rem;
        line-height: 1.75rem;
        border-radius: .875rem
    }
}

@media screen and (min-width:1070px) {
    .section-title .read-more {
        font-size: 1rem;
        line-height: 2.125rem;
        border-radius: 1.0625rem
    }
}

.section-title .read-more:hover {
    background: #ef120a
}

article .img-link:has(.mobile-image) .desktop-image {
    display: none
}

@media screen and (min-width:601px) {
    article .img-link:has(.mobile-image) .desktop-image {
        display: block
    }
}

@media screen and (min-width:601px) {
    article .img-link:has(.mobile-image) .mobile-image {
        display: none
    }
}

article .category {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    display: flex;
    align-items: center;
    gap: .625rem
}

article .category img {
    height: 1rem;
    width: auto
}

article .category h4 {
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ef120a
}

article h3 {
    margin-bottom: .3125rem
}

article h3 a {
    font-size: 1.0625rem;
    font-weight: 700;
    text-decoration: none;
    color: #000
}

@media screen and (min-width:1070px) {
    article h3 a {
        font-size: 1.25rem
    }
}

article .article-excerpt {
    display: none
}

article .article-date {
    font-size: .6875rem;
    font-weight: 400;
    margin-bottom: .3125rem
}

.featured-stories .featured-news-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

@media screen and (min-width:782px) {
    .featured-stories .featured-news-list {
        flex-direction: row
    }
}

@media screen and (min-width:782px) {
    .featured-stories .featured-news-list .large-block {
        width: calc((100% - 1.25rem)/ 2)
    }
}

@media screen and (min-width:1070px) {
    .featured-stories .featured-news-list .large-block {
        width: calc((100% - 1.25rem)/ 3 * 2)
    }
}

.featured-stories .featured-news-list .large-block article {
    text-align: center
}

.featured-stories .featured-news-list .large-block article .img-link {
    display: flex;
    position: relative
}

.featured-stories .featured-news-list .large-block article .img-link:before {
    content: "";
    height: 4.0625rem;
    width: 4.0625rem;
    background-image: url(/wp-content/themes/face3-joblo/assets/images/joblo-logo-icon-2025.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: .625rem;
    left: .625rem
}

@media screen and (min-width:481px) {
    .featured-stories .featured-news-list .large-block article .img-link:before {
        height: 5.3125rem;
        width: 5.3125rem
    }
}

@media screen and (min-width:1070px) {
    .featured-stories .featured-news-list .large-block article .img-link:before {
        height: 8.125rem;
        width: 8.125rem
    }
}

.featured-stories .featured-news-list .large-block article .content {
    padding: 0 .625rem;
    display: flex;
    flex-direction: column
}

.featured-stories .featured-news-list .large-block article .content .category {
    display: none
}

.featured-stories .featured-news-list .large-block article .content h3 {
    margin: .9375rem 0 .3125rem;
    order: 1
}

.featured-stories .featured-news-list .large-block article .content h3 a {
    font-size: 1.75rem
}

@media screen and (min-width:1070px) {
    .featured-stories .featured-news-list .large-block article .content h3 a {
        font-size: 2.25rem
    }
}

.featured-stories .featured-news-list .large-block article .content .article-excerpt {
    font-size: 1rem;
    margin-bottom: .9375rem;
    display: block;
    order: 2
}

@media screen and (min-width:1070px) {
    .featured-stories .featured-news-list .large-block article .content .article-excerpt {
        font-size: 1.25rem
    }
}

@media screen and (min-width:782px) {
    .featured-stories .featured-news-list .small-block {
        width: calc((100% - 1.25rem)/ 2)
    }
}

@media screen and (min-width:1070px) {
    .featured-stories .featured-news-list .small-block {
        width: calc((100% - 1.25rem)/ 3)
    }
}

.featured-stories .featured-news-list .small-block article {
    padding: .625rem 0;
    border-bottom: .0625rem solid #747474;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 1.25rem
}

.featured-stories .featured-news-list .small-block article:last-child {
    border-bottom: none
}

.featured-stories .featured-news-list .small-block article.article-featured-image-square .img-link {
    height: 0;
    padding-bottom: 36.64%;
    position: relative;
    overflow: hidden
}

.featured-stories .featured-news-list .small-block article.article-featured-image-square .img-link img {
    height: 100%;
    width: auto;
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.featured-stories .featured-news-list .small-block article .img-link {
    width: 40%;
    display: flex
}

.featured-stories .featured-news-list .small-block article .content {
    width: 60%
}

@media screen and (min-width:782px) {
    .featured-stories .featured-news-list .small-block article .title-link {
        font-size: 1.25rem
    }
}

@media screen and (min-width:1070px) {
    .featured-stories .featured-news-list .small-block article .title-link {
        font-size: 1rem;
        line-height: 1.2;
        display: block
    }
}

.featured-stories .featured-news-list .small-block article:first-of-type {
    padding: 0;
    border-bottom: none;
    margin-bottom: 1.25rem;
    position: relative;
    display: block
}

.featured-stories .featured-news-list .small-block article:first-of-type .img-link {
    width: 100%
}

.featured-stories .featured-news-list .small-block article:first-of-type .img-link:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    background: linear-gradient(0deg, #000 0, rgba(244, 247, 250, 0) 45%);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.featured-stories .featured-news-list .small-block article:first-of-type .content {
    width: 100%;
    padding: .625rem .9375rem;
    position: absolute;
    bottom: 0;
    left: 0
}

.featured-stories .featured-news-list .small-block article:first-of-type .content .category {
    margin-bottom: 0
}

.featured-stories .featured-news-list .small-block article:first-of-type .content .category h4 {
    color: #fff
}

.featured-stories .featured-news-list .small-block article:first-of-type .content h3 a {
    font-size: 1.25rem;
    color: #fff
}

@media screen and (min-width:1070px) {
    .featured-stories .featured-news-list .small-block article:first-of-type .content h3 a {
        font-size: 1.375rem
    }
}

@media screen and (min-width:601px) {
    .featured-stories .featured-news-list .small-block article.mobile-article-featured-image-square.featured-thumbnail .img-link {
        padding-bottom: 25.52%
    }
}

.featured-stories .featured-news-list .small-block article.mobile-article-featured-image-square .img-link {
    height: 0;
    padding-bottom: 36.64%;
    position: relative;
    overflow: hidden
}

.featured-stories .featured-news-list .small-block article.mobile-article-featured-image-square .img-link img {
    height: 100%;
    width: auto;
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.featured-stories .featured-news-list article .article-date {
    display: none
}

.home-category,
.tag-block,
.trending-news {
    padding: .625rem
}

@media screen and (min-width:782px) {

    .home-category,
    .tag-block,
    .trending-news {
        padding: .9375rem
    }
}

.home-category .articles,
.tag-block .articles,
.trending-news .articles {
    margin: 0 -.625rem
}

@media screen and (min-width:782px) {

    .home-category .articles,
    .tag-block .articles,
    .trending-news .articles {
        margin: 0 -1.875rem 0 -.625rem
    }
}

@media screen and (min-width:1070px) {

    .home-category .articles,
    .tag-block .articles,
    .trending-news .articles {
        margin: 0;
        display: flex;
        gap: 2.5rem
    }
}

.home-category .articles:hover .slick-arrow,
.tag-block .articles:hover .slick-arrow,
.trending-news .articles:hover .slick-arrow {
    background-color: #7b7b7b
}

.home-category .articles.slick-slider,
.tag-block .articles.slick-slider,
.trending-news .articles.slick-slider {
    max-width: unset
}

.home-category .articles.slick-slider .slick-track,
.tag-block .articles.slick-slider .slick-track,
.trending-news .articles.slick-slider .slick-track {
    max-width: unset
}

.home-category .articles .slick-arrow,
.tag-block .articles .slick-arrow,
.trending-news .articles .slick-arrow {
    height: 1.875rem;
    width: 1.875rem;
    font-size: 0;
    background-color: rgba(123, 123, 123, .75);
    background-image: url('data:image/svg+xml,<svg fill="%23FFFFFF" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 330 330" xml:space="preserve"><path id="XMLID_222_" d="M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606C255,161.018,253.42,157.202,250.606,154.389z"/></svg>');
    background-repeat: no-repeat;
    background-size: .875rem;
    background-position: center;
    border: none;
    border-radius: 50%;
    opacity: .85;
    transition: background-color .3s ease;
    position: absolute;
    top: calc((100vw - 1.25rem) * .2);
    z-index: 10;
    cursor: pointer
}

@media screen and (min-width:782px) {

    .home-category .articles .slick-arrow,
    .tag-block .articles .slick-arrow,
    .trending-news .articles .slick-arrow {
        top: calc((100vw - 3.75rem) * .12)
    }
}

.home-category .articles .slick-arrow.slick-prev,
.tag-block .articles .slick-arrow.slick-prev,
.trending-news .articles .slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 1.25rem
}

.home-category .articles .slick-arrow.slick-next,
.tag-block .articles .slick-arrow.slick-next,
.trending-news .articles .slick-arrow.slick-next {
    transform: translateY(-50%);
    right: 1.25rem
}

@media screen and (min-width:782px) {

    .home-category .articles .slick-arrow.slick-next,
    .tag-block .articles .slick-arrow.slick-next,
    .trending-news .articles .slick-arrow.slick-next {
        right: 1.875rem
    }
}

.home-category .articles .slick-list,
.tag-block .articles .slick-list,
.trending-news .articles .slick-list {
    padding-right: 20%
}

@media screen and (min-width:782px) {

    .home-category .articles .slick-list,
    .tag-block .articles .slick-list,
    .trending-news .articles .slick-list {
        padding-right: 10%
    }
}

.home-category .articles article,
.tag-block .articles article,
.trending-news .articles article {
    margin: 0 .625rem
}

@media screen and (min-width:1070px) {

    .home-category .articles article,
    .tag-block .articles article,
    .trending-news .articles article {
        width: calc((100% - 3.75rem)/ 4);
        margin: 0
    }
}

@media screen and (min-width:1070px) {

    .home-category .articles article:nth-child(5),
    .home-category .articles article:nth-child(6),
    .tag-block .articles article:nth-child(5),
    .tag-block .articles article:nth-child(6),
    .trending-news .articles article:nth-child(5),
    .trending-news .articles article:nth-child(6) {
        display: none
    }
}

.home-category .articles article.post-thumbnail .img-link,
.tag-block .articles article.post-thumbnail .img-link,
.trending-news .articles article.post-thumbnail .img-link {
    height: 0;
    padding-bottom: 52.2%;
    position: relative;
    overflow: hidden;
    display: block
}

.home-category .articles article.post-thumbnail .img-link img,
.tag-block .articles article.post-thumbnail .img-link img,
.trending-news .articles article.post-thumbnail .img-link img {
    height: 100%;
    width: auto;
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.latest-news {
    padding: .625rem
}

@media screen and (min-width:782px) {
    .latest-news {
        padding: .9375rem
    }
}

.latest-news article {
    padding: 1.25rem 0;
    border-bottom: .0625rem solid #747474;
    display: flex;
    flex-direction: row-reverse;
    gap: .9375rem
}

@media screen and (min-width:782px) {
    .latest-news article {
        gap: 1.875rem
    }
}

@media screen and (min-width:1070px) {
    .latest-news article {
        padding: 1.875rem 0
    }
}

.latest-news article:first-child {
    padding-top: 0
}

.latest-news article:last-child {
    border-bottom: none
}

.latest-news article.article-featured-image-square .img-link {
    height: 0;
    padding-bottom: 36.64%;
    position: relative;
    overflow: hidden
}

.latest-news article.article-featured-image-square .img-link img {
    height: 100%;
    width: auto;
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (min-width:601px) {
    .latest-news article.mobile-article-featured-image-square.post-thumbnail .img-link {
        padding-bottom: 20.88%
    }
}

@media screen and (min-width:1070px) {
    .latest-news article.mobile-article-featured-image-square.post-thumbnail .img-link {
        padding-bottom: 23.49%
    }
}

.latest-news article.mobile-article-featured-image-square .img-link {
    height: 0;
    padding-bottom: 36.64%;
    position: relative;
    overflow: hidden
}

.latest-news article.mobile-article-featured-image-square .img-link img {
    height: 100%;
    width: auto;
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.latest-news article .img-link {
    width: 40%
}

@media screen and (min-width:1070px) {
    .latest-news article .img-link {
        width: 45%
    }
}

.latest-news article .content {
    width: 60%;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:1070px) {
    .latest-news article .content {
        width: 55%
    }
}

.latest-news article .content h3 a {
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    color: #000
}

@media screen and (min-width:601px) {
    .latest-news article .content h3 a {
        font-size: 1.5rem
    }
}

@media screen and (min-width:782px) {
    .latest-news article .content h3 a {
        font-size: 1.875rem
    }
}

@media screen and (min-width:1070px) {
    .latest-news article .content h3 a {
        font-size: 2.375rem
    }
}

.latest-news article .content .article-date {
    font-size: .875rem;
    margin-bottom: 1.25rem
}

@media screen and (min-width:1070px) {
    .latest-news article .content .article-date {
        margin-bottom: 1.875rem
    }
}

@media screen and (min-width:1070px) {
    .latest-news article .content .article-excerpt {
        font-size: 1.125rem;
        margin-bottom: 1.875rem;
        display: block
    }
}

.latest-news .section-title {
    padding-bottom: .9375rem;
    border-bottom: .0625rem solid #747474;
    margin-bottom: 1.875rem
}

.latest-news .category {
    display: none
}


div._2e0r68 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 999999
}

div._2e0r68 * {
    box-sizing: border-box
}

div._2e0r68 div._1b2ogky {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 25vh;
    width: 50%;
    background-color: #fff;
    border: none;
    border-radius: 1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    text-align: center;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 2;
    color: #000
}

div._2e0r68 div._1b2ogky *:before,
div._2e0r68 div._1b2ogky *:after {
    content: "";
    display: none
}

@media screen and (max-width: 479px) {
    div._2e0r68 div._1b2ogky {
        font-size: 13px;
        width: 90%
    }
}

@media screen and (min-width: 480px) {
    div._2e0r68 div._1b2ogky {
        font-size: 14px;
        width: 80%
    }
}

@media screen and (min-width: 608px) {
    div._2e0r68 div._1b2ogky {
        font-size: 14px;
        width: 70%
    }
}

@media screen and (min-width: 960px) {
    div._2e0r68 div._1b2ogky {
        font-size: 16px;
        width: 70%
    }
}

@media screen and (min-width: 1200px) {
    div._2e0r68 div._1b2ogky {
        font-size: 16px;
        width: 840px
    }
}

div._2e0r68 div._1b2ogky header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: inherit;
    display: block;
    font-size: 1em;
    font-family: inherit;
    letter-spacing: normal;
    margin: 0;
    opacity: 1;
    outline: none;
    padding: 1em 2em;
    position: static;
    text-align: center
}

div._2e0r68 div._1b2ogky header img {
    display: inline;
    margin: 0 0 16px 0;
    padding: 0;
    max-width: 240px;
    max-height: 60px
}

div._2e0r68 div._1b2ogky header h2 {
    display: block;
    line-height: 1.3;
    padding: 0;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    text-decoration: initial;
    text-align: center;
    font-size: 1.75em;
    margin: 0;
    color: inherit
}

div._2e0r68 div._1b2ogky header h2:not(img+*) {
    margin-top: 30px
}

div._2e0r68 div._1b2ogky header span._1nqoz2x {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 2em;
    font-weight: normal;
    cursor: pointer;
    color: inherit
}

div._2e0r68 div._1b2ogky header span._1nqoz2x:hover {
    filter: brightness(115%)
}

div._2e0r68 div._1b2ogky section {
    width: 100%;
    margin: 0;
    padding: 1em 2em;
    text-align: center;
    font-family: inherit;
    color: inherit;
    background: rgba(0, 0, 0, 0)
}

div._2e0r68 div._1b2ogky section p {
    display: block;
    margin: 0 0 1em 0;
    line-height: 1.5;
    text-align: center;
    font-size: 1em;
    font-family: inherit;
    color: inherit;
    overflow-wrap: break-word;
    font-weight: normal;
    font-style: normal;
    text-decoration: initial
}

div._2e0r68 div._1b2ogky section p:last-of-type {
    margin: 0 0 1.5em 0
}

div._2e0r68 div._1b2ogky section._1xdvsbr {
    display: block
}

div._2e0r68 div._1b2ogky section._1xdvsbr._1pj3vdw {
    display: none
}

div._2e0r68 div._1b2ogky section._1xdvsbr a._13tfy34._1lvrymu {
    color: var(--_1lvrymu)
}

div._2e0r68 div._1b2ogky section._1xdvsbr a._13tfy34.wk16bl {
    text-decoration: var(--wk16bl)
}

div._2e0r68 div._1b2ogky section._1xdvsbr a._13tfy34._19y5qcd:visited {
    color: var(--_19y5qcd)
}

div._2e0r68 div._1b2ogky section._1xdvsbr div.rdgum {
    display: block;
    margin: .75em;
    padding: 0;
    width: 100%
}

div._2e0r68 div._1b2ogky section._1xdvsbr div.rdgum p._9mphuf {
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
    font-size: .85em;
    color: inherit;
    font-style: normal;
    font-weight: normal;
    cursor: pointer
}

div._2e0r68 div._1b2ogky section._1k58580 {
    display: block
}

div._2e0r68 div._1b2ogky section._1k58580._1pj3vdw {
    display: none
}

div._2e0r68 div._1b2ogky section._1k58580 h4.uf9kgo {
    color: inherit;
    text-align: initial;
    font-weight: normal;
    font-family: inherit;
    font-size: 1.125em;
    margin: 0 0 .5em .5em
}

div._2e0r68 div._1b2ogky section._1k58580 div._19n4yzh {
    display: flex;
    margin: 1.5em 0
}

div._2e0r68 div._1b2ogky section._1k58580 div._19n4yzh ul._58fy7d {
    max-height: 300px;
    flex: 2;
    list-style: none;
    overflow-y: auto;
    margin: 0 1em 0 0;
    padding-inline-start: 0
}

@media screen and (min-width: 608px) {
    div._2e0r68 div._1b2ogky section._1k58580 div._19n4yzh ul._58fy7d {
        flex: 1;
        margin: 0 2em 0 0
    }
}

div._2e0r68 div._1b2ogky section._1k58580 div._19n4yzh ul._58fy7d li {
    padding: .75em;
    cursor: pointer;
    background: rgba(0, 0, 0, .05);
    font-weight: bold
}

div._2e0r68 div._1b2ogky section._1k58580 div._19n4yzh ul._58fy7d li:hover {
    background: rgba(0, 0, 0, .075)
}

div._2e0r68 div._1b2ogky section._1k58580 div._19n4yzh ul._58fy7d li._6e9e46 {
    color: var(--yoe4ap);
    background: var(--_1ewp903)
}

div._2e0r68 div._1b2ogky section._1k58580 div._19n4yzh div.p2mxrr {
    max-height: 300px;
    overflow-y: auto;
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: initial
}

div._2e0r68 div._1b2ogky section._1k58580 div._19n4yzh div.p2mxrr ol.q2hp99 {
    display: none;
    list-style-type: decimal;
    text-align: initial;
    padding: 0;
    margin: 0 2em;
    font-weight: normal
}

div._2e0r68 div._1b2ogky section._1k58580 div._19n4yzh div.p2mxrr ol.q2hp99._6e9e46 {
    display: block
}

div._2e0r68 div._1b2ogky section._1k58580 div._19n4yzh div.p2mxrr p {
    margin: 1em 0 0;
    text-align: inherit;
    font-style: italic
}

div._2e0r68 div._1b2ogky section._1k58580 button._1o7gsl9 {
    font-size: 1em;
    text-transform: initial
}

div._2e0r68 div._1b2ogky button.bhanyf {
    width: auto;
    height: auto;
    max-width: 90%;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    margin: .75em;
    opacity: 1;
    outline: none;
    overflow-wrap: break-word;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    text-decoration: initial;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 1.15em;
    padding: .75em 2em;
    padding-inline: 2em;
    padding-block: .75em;
    line-height: normal;
    background: #40c28a;
    border: none;
    border-radius: .25em;
    box-shadow: none
}

div._2e0r68 div._1b2ogky button.bhanyf:hover {
    filter: brightness(115%);
    box-shadow: none
}

div._2e0r68 div._1b2ogky a._12lup48 {
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 5px;
    right: 5px
}

div._2e0r68 div._1b2ogky a._12lup48 img {
    position: initial;
    height: 100%;
    width: 100%;
    filter: drop-shadow(1px 1px 1px var(--_1eijn4x))
}


span[data-name="hcap-cf7"] .h-captcha {
    margin-bottom: 0
}

span[data-name="hcap-cf7"]~input[type="submit"],
span[data-name="hcap-cf7"]~button[type="submit"] {
    margin-top: 2rem
}

footer .footer-bottom .footer-freestar {
    font-size: .875rem;
    margin-top: 1.875rem;
}

footer .footer-bottom .footer-freestar a {
    text-decoration: underline;
    color: #fff;
}

.freestar-ad-desktop-only {
    display: none;
}

@media(min-width: 782px) {
    .freestar-ad-mobile-only {
        display: none;
    }

    .freestar-ad-desktop-only {
        display: block;
    }
}


.fs-sticky-footer {
    bottom: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    width: 100vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2147483647
}

.fs-sticky-slot-element>div>iframe {
    margin: 0 !important
}

.fs-sticky-slot-element>div {
    position: relative
}

.fs-sticky-parent {
    bottom: 0;
    left: 0;
    padding-top: 0;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 2147483647
}

.fs-sticky-wrapper {
    margin: auto
}

.fs-dynamic {
    clear: both;
    text-align: center
}

.fs-iai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both
}

.fs-iai-sticky {
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top
}

.fs-iai-sticky>div {
    position: sticky;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.fs-close-button {
    all: unset;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    background-image: url(https://a.pub.network/core/imgs/freestar_close_button.svg) !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    border: none !important;
    border-radius: 50% !important;
    -webkit-box-shadow: 0 0 0 1px #888, 0 0 0 1px #f7f7f7bf !important;
    box-shadow: 0 0 0 1px #888, 0 0 0 1px #f7f7f7bf !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    height: 20px !important;
    outline: none !important;
    padding: 0 !important;
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    width: 20px !important
}

.fs-close-button:focus,
.fs-close-button:hover {
    background-color: #000 !important
}

.fs-sticky-popup-container {
    -webkit-filter: drop-shadow(2px 2px 2px grey);
    filter: drop-shadow(2px 2px 2px grey);
    font-family: arial;
    font-size: .8em;
    height: auto;
    padding: 7px;
    text-align: center;
    white-space: nowrap;
    width: auto;
    z-index: 2147483647 !important
}

.fs-sticky-popup-container a:nth-child(2) {
    border-top: 1px solid #999
}

.fs-sticky-popup-container .fs-report-ad-button {
    color: #999
}

.fs-close-button:hover {
    -webkit-box-shadow: 0 0 0 1px #888, 0 0 0 8px #f7f7f7bf;
    box-shadow: 0 0 0 1px #888, 0 0 0 8px #f7f7f7bf
}

.fs-close-button-pushdown {
    right: 12px !important;
    top: 12px !important
}

@media screen and (min-width:820px) {
    .fs-close-button-sticky {
        right: 10px !important;
        top: 9.3% !important
    }
}

@media screen and (max-width:820px) {
    .fs-close-button-sticky {
        right: 10px !important;
        top: 3px !important
    }

    .fs-close-button-pushdown {
        right: 0 !important;
        top: 0 !important
    }
}

.fs-branding-spacer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.fs-report-ad-button {
    background: none;
    color: #000;
    font-size: 12px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.fs-report-ad-button,
.fs-report-ad-button-icon {
    border: none;
    cursor: pointer;
    display: block;
    padding: 0
}

.fs-report-ad-button-icon {
    background-color: initial;
    background-image: url(https://a.pub.network/core/imgs/freestar_report_ad_icon.png);
    background-size: 18px;
    content: "";
    moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 16px;
    outline: none;
    width: 16px
}

.fs-pushdown {
    width: 100%
}

.fs-pushdown,
.fs-pushdown-sticky {
    background-color: #f7f7f7e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    top: 0;
    z-index: 2147483647;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fs-pushdown-sticky {
    left: 0 !important;
    position: sticky !important
}

.__fs-ancillary {
    --childHeight: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    width: var(--childWidth, 100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
    position: relative;
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    align-items: center;
    display: flex;
    height: 16px;
    height: var(--childHeight, 16px);
    order: 999;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.__fs-ancillary>div>.__fs-branding {
    -webkit-box-flex: 20;
    -ms-flex-positive: 20;
    flex-grow: 20
}

.fs-sticky-wrapper .__fs-ancillary {
    display: none !important
}

.__fs-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.__fs-branding>a {
    display: block;
    height: var(--childHeight);
    max-width: var(--childWidth);
    width: 100%
}

.__fs-branding>a>img {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    height: calc(var(--childHeight) - 2px) !important;
    margin: 0 auto 0 0 !important;
    width: auto !important
}

.fs-sticky-wrapper .__fs-branding {
    border: none;
    border-radius: 50%;
    height: 30px;
    position: absolute;
    right: 6px;
    top: 0;
    top: 50%;
    width: 30px
}

.fs-mobile-tall {
    top: 30% !important
}

.fs-sticky-wrapper .__fs-branding>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fs-sticky-wrapper .__fs-branding>a>img {
    height: 100% !important;
    opacity: 1;
    width: 100% !important
}

@media screen and (max-width:820px) {
    .fs-sticky-wrapper .__fs-branding>a>img {
        height: 70% !important;
        opacity: 1;
        width: 70% !important
    }
}

.fs-sticky-wrapper .__fs-branding {
    background-color: #f7f7f7bf;
    background-size: 58%
}

.fs-sticky-wrapper .__fs-branding>a>img {
    height: 90%;
    width: 90%
}

.fs-sticky-wrapper {
    background-color: #f6f3f3;
    display: inline-block;
    padding-right: 38px;
    visibility: inherit;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: inherit
}

.center-ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._wrapper .orp-player-wrapper {
    height: 100% !important;
    width: 100% !important
}


.fs-flying-carpet {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #00c389), to(#000));
    background: linear-gradient(180deg, #00c389 10%, #000);
    -webkit-box-shadow: 0 4px 8px #0000001a;
    box-shadow: 0 4px 8px #0000001a;
    height: 175vh;
    margin: 0 -1.1rem .5rem;
    position: relative
}

.fs-flying-carpet-ad-container {
    margin: 0 auto;
    position: sticky;
    top: 0;
    -ms-flex-item-align: center;
    align-self: center;
    bottom: 10vh;
    padding-bottom: 10vh;
    padding-top: 10vh
}

.fs-flying-carpet-ad-container,
.fs-powered-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fs-powered-by {
    background-color: #000;
    bottom: 0;
    color: #00c389;
    font-size: 18px;
    height: 6vh;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fs-flying-carpet-header,
.fs-powered-by {
    -webkit-box-shadow: 0 -2px 4px #0000001a;
    box-shadow: 0 -2px 4px #0000001a;
    position: absolute;
    text-align: center;
    width: 100%
}

.fs-flying-carpet-header {
    background-color: #34495e;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px;
    padding: 5px 0;
    top: 0
}

.fs-flying-carpet-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fs-flying-carpet-v2,
.fs-flying-carpet-v2-ad-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fs-flying-carpet-v2-ad-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 65vh;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 300px
}

.fs-flying-carpet-v2-text-border {
    background-color: #333;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: .8em;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.fs-flying-carpet-v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0
}

.fs-flying-carpet-v3-text-border {
    background-color: #333;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: .8em;
    left: 50%;
    letter-spacing: 1px;
    margin-left: -50vw;
    padding: 5px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100vw
}

.fs-flying-carpet-v3-container {
    position: sticky;
    top: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 0
}

.fs-flying-carpet-v3-content {
    height: 500px;
    position: relative;
    width: 300px
}

.fs-flying-carpet-v3-slot-wrapper {
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
    height: 500px;
    overflow: hidden;
    position: absolute;
    width: 300px
}

.fs-flying-carpet-v3-slot {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    z-index: -9999
}


.fs-test-mode-label {
    background-color: #000000a6;
    border-radius: 5px 0 0 5px;
    bottom: 40%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: monospace;
    position: fixed;
    right: 0;
    -webkit-transform: translateX(calc(100% - 25px));
    transform: translateX(calc(100% - 25px));
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: background-color .3s ease-in, -webkit-transform .3s ease-in;
    transition: background-color .3s ease-in, -webkit-transform .3s ease-in;
    transition: transform .3s ease-in, background-color .3s ease-in;
    transition: transform .3s ease-in, background-color .3s ease-in, -webkit-transform .3s ease-in;
    z-index: 2147483647
}

.fs-test-mode-label>span:first-of-type {
    border-right: 1px solid #03c38b;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl
}

.fs-test-mode-label>span:first-of-type>img {
    margin-top: 5px;
    width: 17px
}

.fs-test-mode-label>div>button {
    background-color: #03c38b;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: monospace;
    padding: 5px 10px
}

.fs-test-mode-label>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px
}

.fs-test-mode-label>input[type=checkbox] {
    height: 0;
    visibility: hidden;
    width: 0
}

.fs-test-mode-label:has(input[type=checkbox]:checked) {
    background-color: #000c;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width:450px) {
    .fs-test-mode-label {
        -webkit-transform: translateX(calc(100% - 30px));
        transform: translateX(calc(100% - 30px))
    }

    .fs-test-mode-label>span:first-of-type {
        font-size: 18px;
        padding: 7px 5px
    }

    .fs-test-mode-label>span:first-of-type>img {
        width: 20px
    }
}