@import url(https://cdn.eu.talention.com/common/font-awesome/css/font-awesome.min.css);
@import url(https://cdn.eu.talention.com/common/fonts/roboto/roboto.css);
:root {
    --tms-colors-primary: 242 154 32;
    --tms-colors-primary-accent: 52 84 169;
    --tms-colors-secondary: 165 94 234;
    --tms-colors-accent: 43 203 186;
    --tms-colors-alert: 252 92 101;
    --tms-colors-warning: 247 183 49;
    --tms-colors-success: 38 222 129;
    --tms-colors-black: 30 39 46;
    --tms-colors-white: 255 255 255;
    --tms-colors-gray: 72 84 96;
    --tms-colors-gray-light: 209 216 224;
    --tms-colors-gray-dark: 75 101 132;
    --tms-image-hero: url(https://cdn.eu.talention.com/sbk-koeln.talention.com/layers-vite-webcore2/img/hero-image.webp);
    --tms-fonts-sans: "Roboto", sans-serif
}

.tms-app .tms-fixed {
    position: fixed
}

.tms-app .tms-absolute {
    position: absolute
}

.tms-app .tms-relative {
    position: relative
}

.tms-app .tms-left-0 {
    left: 0
}

.tms-app .tms-right-0 {
    right: 0
}

.tms-app .tms-right-4 {
    right: 1rem
}

.tms-app .tms-top-0 {
    top: 0
}

.tms-app .tms-z-10 {
    z-index: 10
}

.tms-app .tms-z-30 {
    z-index: 30
}

.tms-app .tms-z-50 {
    z-index: 50
}

.tms-app .tms-col-span-full {
    grid-column: 1 / -1
}

.tms-app .tms-col-start-1 {
    grid-column-start: 1
}

.tms-app .tms-col-end-6 {
    grid-column-end: 6
}

.tms-app .tms-m-0 {
    margin: 0
}

.tms-app .tms-mx-auto {
    margin-left: auto;
    margin-right: auto
}

.tms-app .tms-my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.tms-app .tms-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.tms-app .tms-mb-2 {
    margin-bottom: .5rem
}

.tms-app .tms-mb-3 {
    margin-bottom: .75rem
}

.tms-app .tms-mb-4 {
    margin-bottom: 1rem
}

.tms-app .tms-mb-8 {
    margin-bottom: 2rem
}

.tms-app .tms-mt-0 {
    margin-top: 0
}

.tms-app .tms-mt-1 {
    margin-top: .25rem
}

.tms-app .tms-mt-8 {
    margin-top: 2rem
}

.tms-app .tms-block {
    display: block
}

.tms-app .tms-inline-block {
    display: inline-block
}

.tms-app .tms-flex {
    display: flex
}

.tms-app .tms-grid {
    display: grid
}

.tms-app .tms-hidden {
    display: none
}

.tms-app .tms-h-16 {
    height: 4rem
}

.tms-app .tms-h-32 {
    height: 8rem
}

.tms-app .tms-h-4 {
    height: 1rem
}

.tms-app .tms-h-56 {
    height: 14rem
}

.tms-app .tms-h-8 {
    height: 2rem
}

.tms-app .tms-h-auto {
    height: auto
}

.tms-app .tms-h-full {
    height: 100%
}

.tms-app .tms-h-screen {
    height: 100vh
}

.tms-app .tms-w-16 {
    width: 4rem
}

.tms-app .tms-w-32 {
    width: 8rem
}

.tms-app .tms-w-4 {
    width: 1rem
}

.tms-app .tms-w-8 {
    width: 2rem
}

.tms-app .tms-w-full {
    width: 100%
}

.tms-app .tms-max-w-screen-2xl {
    max-width: 1536px
}

.tms-app .tms-max-w-screen-sm {
    max-width: 640px
}

.tms-app .tms-auto-cols-min {
    grid-auto-columns: min-content
}

.tms-app .tms-grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

.tms-app .tms-grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.tms-app .tms-grid-cols-4 {
    grid-template-columns:repeat(4, minmax(0, 1fr))
}

.tms-app .tms-flex-col {
    flex-direction: column
}

.tms-app .tms-flex-wrap {
    flex-wrap: wrap
}

.tms-app .tms-items-center {
    align-items: center
}

.tms-app .tms-justify-end {
    justify-content: flex-end
}

.tms-app .tms-justify-center {
    justify-content: center
}

.tms-app .tms-justify-between {
    justify-content: space-between
}

.tms-app .tms-gap-12 {
    gap: 3rem
}

.tms-app .tms-gap-2 {
    gap: .5rem
}

.tms-app .tms-gap-3 {
    gap: .75rem
}

.tms-app .tms-gap-4 {
    gap: 1rem
}

.tms-app .tms-gap-8 {
    gap: 2rem
}

.tms-app .tms-overflow-hidden {
    overflow: hidden
}

.tms-app .tms-rounded {
    border-radius: .25rem
}

.tms-app .tms-rounded-full {
    border-radius: 9999px
}

.tms-app .tms-rounded-xl {
    border-radius: .75rem
}

.tms-app .tms-border {
    border-width: 1px
}

.tms-app .tms-border-2 {
    border-width: 2px
}

.tms-app .tms-border-b {
    border-bottom-width: 1px
}

.tms-app .tms-border-b-4 {
    border-bottom-width: 4px
}

.tms-app .tms-border-black {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-black) / var(--tw-border-opacity, 1))
}

.tms-app .tms-border-gray {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1))
}

.tms-app .tms-border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1))
}

.tms-app .tms-bg-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-accent) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-alert {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-alert) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-dark) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-primary-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary-accent) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-secondary) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-success {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-success) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-warning) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-cover {
    background-size: cover
}

.tms-app .tms-bg-center {
    background-position: center
}

.tms-app .tms-p-2 {
    padding: .5rem
}

.tms-app .tms-p-4 {
    padding: 1rem
}

.tms-app .tms-px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.tms-app .tms-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.tms-app .tms-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.tms-app .tms-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.tms-app .tms-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.tms-app .tms-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.tms-app .tms-pb-1 {
    padding-bottom: .25rem
}

.tms-app .tms-text-center {
    text-align: center
}

.tms-app .tms-align-middle {
    vertical-align: middle
}

.tms-app .tms-font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.tms-app .tms-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.tms-app .tms-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.tms-app .tms-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.tms-app .tms-text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.tms-app .tms-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.tms-app .tms-text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.tms-app .tms-font-extrabold {
    font-weight: 800
}

.tms-app .tms-font-medium {
    font-weight: 500
}

.tms-app .tms-uppercase {
    text-transform: uppercase
}

.tms-app .tms-leading-6 {
    line-height: 1.5rem
}

.tms-app .tms-leading-none {
    line-height: 1
}

.tms-app .tms-text-black {
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

.tms-app .tms-text-white {
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

.tms-app .tms-opacity-0 {
    opacity: 0
}

.tms-app .tms-opacity-90 {
    opacity: .9
}

.tms-app .tms-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tms-app .tms-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tms-app .tms-ring-2 {
    --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(2px + 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)
}

.tms-app .tms-ring-gray-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-gray-light) / var(--tw-ring-opacity, 1))
}

.tms-app .tms-drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));
    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)
}

.tms-app .tms-filter {
    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)
}

#tms-remotejoblist * {
    box-sizing: border-box
}

#tms-remotejoblist *, #tms-remotejoblist :before, #tms-remotejoblist :after {
    --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: rgb(59 130 246 / .5);
    --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:
}

#tms-remotejoblist ::-ms-backdrop {
    --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: rgb(59 130 246 / .5);
    --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:
}

#tms-remotejoblist ::backdrop {
    --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: rgb(59 130 246 / .5);
    --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:
}

#tms-remotejoblist blockquote, #tms-remotejoblist dl, #tms-remotejoblist dd, #tms-remotejoblist h1, #tms-remotejoblist h2, #tms-remotejoblist h3, #tms-remotejoblist h4, #tms-remotejoblist h5, #tms-remotejoblist h6, #tms-remotejoblist hr, #tms-remotejoblist figure, #tms-remotejoblist p, #tms-remotejoblist pre {
    margin: 0
}

#tms-remotejoblist h1, #tms-remotejoblist h2, #tms-remotejoblist h3, #tms-remotejoblist h4, #tms-remotejoblist h5, #tms-remotejoblist h6 {
    font-size: inherit;
    font-weight: inherit
}

#tms-remotejoblist ol, #tms-remotejoblist ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#tms-remotejoblist *, #tms-remotejoblist :before, #tms-remotejoblist :after {
    border-width: 0;
    border-style: solid;
    border-color: #000
}

#tms-remotejoblist button {
    padding: 0
}

#tms-remotejoblist .tms-component.tms-component--header {
    z-index: 20;
    position: relative;
    margin: 0;
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--header {
        border-width: 0px;
        padding: 2rem
    }
}

#tms-remotejoblist .tms-component.tms-component--header button {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--header button:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--header button {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--header button {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--header button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#tms-remotejoblist .tms-component.tms-component--header button svg + span {
    margin-left: .5rem
}

#tms-remotejoblist .tms-component.tms-component--header nav.tms-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#tms-remotejoblist .tms-component.tms-component--header .tms-title-bar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--header .tms-title-bar {
        display: none
    }
}

#tms-remotejoblist .tms-component.tms-component--header .tms-mobile-header-button button {
    border-width: 0px;
    background-color: transparent;
    padding: 0
}

#tms-remotejoblist .tms-component.tms-component--header .nav-bar-left {
    display: none;
    align-items: center;
    gap: 1rem
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--header .nav-bar-left {
        display: flex
    }
}

#tms-remotejoblist .tms-component.tms-component--header .nav-bar-right {
    display: none
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--header .nav-bar-right {
        display: flex;
        gap: 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--header .nav-bar-right ul li a {
    border-width: 0px
}

#tms-remotejoblist .tms-component.tms-component--header .title-bar button {
    transform-origin: center;
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 0px;
    background-color: transparent;
    padding: 0
}

#tms-remotejoblist .tms-component.tms-component--header .brand img, #tms-remotejoblist .tms-component.tms-component--header .brand svg {
    height: 3rem;
    width: auto;
    fill: rgb(var(--tms-colors-black))
}

#tms-remotejoblist .tms-component.tms-component--header.header-is-sticky {
    position: fixed;
    top: 0;
    z-index: 50
}

@keyframes tms-fadeInTop {
    0% {
        transform: translateY(-100px)
    }
    to {
        transform: translateY(0)
    }
}

#tms-remotejoblist .tms-component.tms-component--header.header-is-sticky {
    animation: tms-fadeInTop .3s ease-in forwards;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#tms-remotejoblist #tms-header-menu-mobile {
    position: fixed;
    top: 0;
    z-index: 50;
    display: none;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding: 1rem
}

#tms-remotejoblist #tms-header-menu-mobile.active {
    display: block
}

#tms-remotejoblist #tms-header-menu-mobile .tms-menu-item {
    margin-bottom: .5rem
}

#tms-remotejoblist #tms-header-menu-mobile .tms-menu-item a {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    padding-bottom: .125rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remotejoblist #tms-header-menu-mobile .tms-menu-item a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1))
}

#tms-remotejoblist #tms-header-menu-mobile > button {
    position: absolute;
    right: 1rem;
    top: 2rem
}

#tms-remotejoblist #tms-header-menu-mobile span:not(.brand) {
    display: flex;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
    line-height: 1.75rem
}

#tms-remotejoblist #tms-header-menu-mobile div button {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist #tms-header-menu-mobile div button:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remotejoblist #tms-header-menu-mobile div button {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remotejoblist #tms-header-menu-mobile div button {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remotejoblist #tms-header-menu-mobile .brand img, #tms-remotejoblist #tms-header-menu-mobile .brand svg {
    margin-bottom: 1rem;
    height: 3rem;
    width: auto
}

#tms-remotejoblist #tms-talentnetwork-menu ul li a {
    display: block;
    width: 100%;
    border-width: 0px;
    padding: .5rem 1rem
}

#tms-remotejoblist .tms-component.tms-component--badge {
    margin: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1));
    padding: 0;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--badge .tms-component-container {
    display: flex;
    flex-wrap: wrap;
    --tw-bg-opacity: .6;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--badge .tms-component-container {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

#tms-remotejoblist .tms-component.tms-component--badge .tms-component--badge-actions {
    width: 100%
}

#tms-remotejoblist .tms-component.tms-component--badge h2 {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--badge h2 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

#tms-remotejoblist .tms-component.tms-component--badge p {
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--badge p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

#tms-remotejoblist .tms-component.tms-component--badge a {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--badge a:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--badge a {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--badge a {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--badge a {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-white) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--badge a:first-of-type {
    margin-right: 1rem
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget {
    margin: 0;
    background-color: rgb(var(--tms-colors-gray-light) / .1)
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-select-replacement-wrapper {
    border-radius: .25rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-component-container {
    padding-top: .5rem;
    padding-bottom: .5rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-component-container {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-header h2 {
    display: flex;
    width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-header h2:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 512 512' viewBox='0 0 512 512'%3E%3Cpath d='M256 0C114.833 0 0 114.833 0 256s114.833 256 256 256 256-114.853 256-256S397.167 0 256 0zm0 472.341c-119.275 0-216.341-97.046-216.341-216.341S136.725 39.659 256 39.659c119.295 0 216.341 97.046 216.341 216.341S375.275 472.341 256 472.341z'/%3E%3Cpath d='M373.451 166.965c-8.071-7.337-20.623-6.762-27.999 1.348L224.491 301.509 166.053 242.1c-7.714-7.813-20.246-7.932-28.039-.238-7.813 7.674-7.932 20.226-.238 28.039l73.151 74.361a19.804 19.804 0 0 0 14.138 5.929c.119 0 .258 0 .377.02a19.842 19.842 0 0 0 14.297-6.504l135.059-148.722c7.358-8.131 6.763-20.663-1.347-28.02z'/%3E%3C/svg%3E");
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background-size: cover
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-select-replacement {
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget tms-candidate-widget {
    display: flex;
    width: 100%;
    max-width: 65ch;
    flex-direction: column
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget tms-candidate-widget form {
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    gap: 2rem
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-input-label-wrapper {
    width: 100%
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-actions [type=submit] {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-actions [type=submit]:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-actions [type=submit] {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-actions [type=submit] {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-register-header {
    grid-column: 1 / -1
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-register-header h2 {
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-register-header h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-register-header h2 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-select-replacement-wrapper .tms-select-replacement-input {
    margin: 0;
    padding-left: .5rem
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-recovery-password-email, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-email, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-password, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-type--input {
    position: relative;
    z-index: 10;
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding: 0;
    padding-top: .5rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-recovery-password-email, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-email, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-password, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-type--input {
        min-width: 200px
    }
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-recovery-password-email .tms-input-wrapper, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-email .tms-input-wrapper, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-password .tms-input-wrapper, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-type--input .tms-input-wrapper {
    margin: .25rem
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: .5rem;
    box-sizing: border-box;
    display: inline-block;
    background-color: rgb(var(--tms-colors-alert) / .25);
    padding: 0;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    height: 1rem !important;
    width: 1rem !important
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget [type=checkbox]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(4px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 434 434'%3E%3Cpath d='M162.6 343.6c-4.5 0-9.1-1.7-12.6-5.2L41.3 229.6c-6.9-6.9-6.9-18.2 0-25.1 6.9-6.9 18.2-6.9 25.1 0l96.2 96.2 205-205c6.9-6.9 18.2-6.9 25.1 0 6.9 6.9 6.9 18.2 0 25.1L175.2 338.3c-3.5 3.5-8 5.3-12.6 5.3z'/%3E%3C/svg%3E");
    border-color: transparent;
    background-size: 90% 90%;
    background-position: top 1px left 1px;
    background-repeat: no-repeat;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-success) / var(--tw-bg-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget a {
    cursor: pointer
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-multiple-allowed, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-label {
    position: absolute;
    top: .25rem;
    left: .5rem;
    width: auto;
    background-color: transparent;
    font-size: .75rem;
    line-height: 1rem;
    opacity: .5
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-multiple-allowed span, #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-label span {
    position: relative;
    left: 0;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    font-size: .75rem;
    line-height: 1rem
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) {
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) {
        position: fixed
    }
}

@media (min-width: 1280px) {
    #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) {
        left: auto;
        right: 0;
        height: 100%;
        width: auto;
        min-width: 350px
    }
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty).has-error {
    background-color: rgb(var(--tms-colors-alert) / .8);
    padding: .5rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty).has-error {
        padding: 2rem
    }
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty).has-success {
    background-color: rgb(var(--tms-colors-success) / .95);
    padding: .5rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty).has-success {
        padding: 2rem
    }
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) li.error {
    display: flex;
    align-items: center
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) li.error:before {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.414 12 5.293-5.29298c.0955-.09225.1717-.20259.2241-.3246.0524-.122.08-.25322.0811-.386.0012-.13278-.0241-.26446-.0744-.38735-.0503-.1229-.1246-.23455-.2184-.32845-.0939-.09389-.2056-.16814-.3285-.21842s-.2546-.07558-.3873-.07443c-.1328.00115-.264.02874-.386.08115s-.2324.12859-.3246.2241l-5.293 5.29298-5.29304-5.29298c-.1886-.18216-.44121-.28295-.7034-.28067-.2622.00227-.51301.10744-.69842.29285s-.29058.43622-.29286.69842c-.00227.2622.09852.5148.28068.7034l5.29304 5.29298-5.29304 5.293c-.09551.0923-.17169.2026-.2241.3246s-.08.2532-.08115.386c-.00116.1328.02415.2645.07443.3874s.12453.2345.21842.3284c.0939.0939.20555.1682.32845.2184.12289.0503.25457.0756.38735.0745.13278-.0012.264-.0288.386-.0812.12201-.0524.23235-.1286.3246-.2241l5.29304-5.293 5.293 5.293c.1886.1822.4412.283.7034.2807s.513-.1075.6984-.2929.2906-.4362.2928-.6984c.0023-.2622-.0985-.5148-.2806-.7034z' fill='currentColor'/%3E%3C/svg%3E");
    content: ""
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-has-error {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-alert) / var(--tw-border-opacity, 1));
    background-color: rgb(var(--tms-colors-alert) / .1)
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-has-error .tms-label {
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-alert) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-multiple-allowed {
    right: 0;
    left: auto;
    margin-left: .5rem;
    margin-right: .5rem
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .tms-multiple-allowed:before {
    content: "i";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .login [type=password], #tms-remotejoblist .tms-component.tms-component--candidate-widget .login [type=text], #tms-remotejoblist .tms-component.tms-component--candidate-widget .login select, #tms-remotejoblist .tms-component.tms-component--candidate-widget .recover [type=password], #tms-remotejoblist .tms-component.tms-component--candidate-widget .recover [type=text], #tms-remotejoblist .tms-component.tms-component--candidate-widget .recover select, #tms-remotejoblist .tms-component.tms-component--candidate-widget .register [type=password], #tms-remotejoblist .tms-component.tms-component--candidate-widget .register [type=text], #tms-remotejoblist .tms-component.tms-component--candidate-widget .register select {
    min-height: 0;
    width: 100%;
    border-radius: 0;
    border-style: none;
    background-color: transparent;
    padding: .5rem .25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(0px + 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)
}

#tms-remotejoblist .tms-component.tms-component--candidate-widget .login [type=password]:focus, #tms-remotejoblist .tms-component.tms-component--candidate-widget .login [type=text]:focus, #tms-remotejoblist .tms-component.tms-component--candidate-widget .login select:focus, #tms-remotejoblist .tms-component.tms-component--candidate-widget .recover [type=password]:focus, #tms-remotejoblist .tms-component.tms-component--candidate-widget .recover [type=text]:focus, #tms-remotejoblist .tms-component.tms-component--candidate-widget .recover select:focus, #tms-remotejoblist .tms-component.tms-component--candidate-widget .register [type=password]:focus, #tms-remotejoblist .tms-component.tms-component--candidate-widget .register [type=text]:focus, #tms-remotejoblist .tms-component.tms-component--candidate-widget .register select:focus {
    border-width: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-width: 0px;
    --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(0px + 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)
}

#tms-remotejoblist .candidate-widget-overlay-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    --tw-backdrop-blur: blur(8px);
    -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)
}

@media (min-width: 1024px) {
    #tms-remotejoblist .candidate-widget-overlay-wrap {
        align-items: center;
        justify-content: center
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    #tms-remotejoblist .candidate-widget-overlay-wrap {
        align-items: flex-start;
        justify-content: center
    }

    #tms-remotejoblist .candidate-widget-overlay-wrap .tms-candidate-overlay-inner {
        max-height: 100vh;
        overflow: auto
    }
}

#tms-remotejoblist .candidate-widget-overlay-wrap .tms-candidate-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray) / var(--tw-bg-opacity, 1))
}

#tms-remotejoblist .candidate-widget-overlay-wrap .tms-candidate-overlay-inner {
    top: 0;
    z-index: 10;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 1024px;
    flex-direction: column;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 1024px) {
    #tms-remotejoblist .candidate-widget-overlay-wrap .tms-candidate-overlay-inner {
        height: auto
    }
}

#tms-remotejoblist .candidate-widget-overlay-wrap .tms-component.tms-component--candidate-widget {
    margin: 0;
    height: 100%;
    padding: 0
}

#tms-remotejoblist .candidate-widget-overlay-wrap .tms-component.tms-component--candidate-widget .error-handler.has-error {
    padding: 2rem
}

#tms-remotejoblist .tms-component.tms-component--socials {
    padding-top: 0
}

#tms-remotejoblist .tms-component.tms-component--socials .tms-component--sharing-icons {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    padding: 0
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--socials .tms-component--sharing-icons {
        justify-content: flex-end
    }
}

#tms-remotejoblist .tms-component.tms-component--socials .tms-component--sharing-icons span {
    display: inline-block;
    width: 100%
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--socials .tms-component--sharing-icons span {
        text-align: right;
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

#tms-remotejoblist .tms-component.tms-component--socials .tms-component--sharing-icons .sharing-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

#tms-remotejoblist .tms-component.tms-component--socials .tms-component--sharing-icons .sharing-icons-wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

#tms-remotejoblist .tms-component.tms-component--socials .tms-component--sharing-icons .sharing-icons-wrapper img {
    width: 1.5rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--socials .tms-component--sharing-icons .sharing-icons-wrapper img {
        width: 1.75rem
    }
}

#tms-remotejoblist .tms-component.tms-component--socials .tms-component--follow-icons {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    padding: 0
}

#tms-remotejoblist .tms-component.tms-component--socials .tms-component--follow-icons span {
    margin-bottom: .5rem;
    display: inline-block;
    width: 100%
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--socials .tms-component--follow-icons span {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

#tms-remotejoblist .tms-component.tms-component--socials .tms-component--follow-icons .follow-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--socials .tms-component--follow-icons .follow-icons-wrapper {
        justify-content: flex-end
    }
}

#tms-remotejoblist .tms-component.tms-component--socials .tms-component--follow-icons .follow-icons-wrapper img {
    width: 1.5rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--socials .tms-component--follow-icons .follow-icons-wrapper img {
        width: 1.75rem
    }
}

#tms-remotejoblist .tms-component.tms-component--footer {
    margin: 0;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1));
    padding-top: 1rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--footer {
        padding: 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--footer .tms-footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem
}

#tms-remotejoblist .tms-component.tms-component--footer .tms-footer-wrapper > div {
    width: 100%
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--footer .tms-footer-wrapper > div {
        width: auto
    }
}

#tms-remotejoblist .tms-component.tms-component--footer .tms-footer-wrapper > div .tms-footer-menu {
    display: flex;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble {
    pointer-events: none;
    position: fixed;
    bottom: .5rem;
    z-index: 10;
    display: flex;
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble.tms-show-stay-in-contact {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble.tms-show-stay-in-contact a {
    order: 1;
    cursor: pointer;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble.tms-show-stay-in-contact a:hover {
    --tw-translate-x: .5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble:hover {
    gap: 1rem
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble:hover .speechbubble {
    opacity: 1
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble p {
    margin: 0
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble a {
    pointer-events: auto;
    border-radius: 9999px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1));
    padding: .5rem;
    text-decoration-line: none
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble a img, #tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble a svg {
    height: auto;
    width: 3rem;
    fill: rgb(var(--tms-colors-white))
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble .speechbubble {
    position: relative;
    bottom: 0;
    z-index: 10;
    display: flex;
    height: 100%;
    max-width: 24rem;
    flex-direction: column;
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding: 1rem;
    opacity: 0;
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08));
    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);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remotejoblist .tms-component.tms-component--stay-in-contact-bubble .speechbubble:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-left-color: #fff;
    border-right: 0;
    margin-top: -11px;
    margin-right: -11px
}

#tms-remotejoblist .tms-select-replacement-wrapper {
    position: relative;
    display: block;
    width: 100%
}

#tms-remotejoblist .tms-select-replacement-wrapper [type=text]:not(:focus) {
    width: 2px !important
}

#tms-remotejoblist .tms-select-replacement-wrapper .tms-select-replacement {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#tms-remotejoblist .tms-select-replacement-wrapper .tms-select-replacement-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: .5rem
}

#tms-remotejoblist .tms-select-replacement-wrapper .tms-select-replacement-input {
    z-index: 10;
    margin: 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: .5rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: .125rem;
    padding: 0;
    padding-top: 1rem;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-select-replacement-wrapper .tms-select-replacement-input {
        flex-wrap: nowrap
    }
}

#tms-remotejoblist .tms-select-replacement-wrapper .tms-select-replacement-label {
    position: absolute;
    top: .25rem;
    left: .5rem;
    width: auto;
    font-size: .75rem;
    line-height: 1rem;
    opacity: .5
}

#tms-remotejoblist .tms-select-replacement-wrapper svg {
    fill: rgb(var(--tms-colors-gray))
}

#tms-remotejoblist .tms-select-replacement-wrapper .tms-select-replacement-item {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: .25rem;
    border-radius: .125rem;
    background-color: rgb(var(--tms-colors-gray) / .1);
    padding: .125rem .5rem;
    font-size: .875rem;
    line-height: 1.25rem
}

#tms-remotejoblist .tms-select-replacement-wrapper .tms-select-replacement-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1))
}

#tms-remotejoblist .tms-select-replacement-wrapper .tms-select-replacement-item.tms-select-replacement-item-more, #tms-remotejoblist .tms-select-replacement-wrapper .tms-select-replacement-item.tms-select-replacement-item-less {
    border-style: none;
    background-image: none
}

#tms-remotejoblist .tms-select-replacement-wrapper .tms-select-replacement-item svg {
    fill: rgb(var(--tms-colors-black))
}

#tms-remotejoblist .tms-select-replacement-search {
    position: absolute;
    left: 0;
    z-index: 100;
    margin-top: .5rem;
    max-height: 250px;
    width: 100%;
    overflow-y: auto;
    border-radius: .25rem;
    border-width: 1px;
    border-color: rgb(var(--tms-colors-gray-light) / .25);
    --tw-bg-opacity: 1;
    background-color: rgb(244 243 242 / var(--tw-bg-opacity, 1));
    padding: .5rem;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));
    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)
}

#tms-remotejoblist .tms-select-replacement-search ul {
    display: flex;
    width: 100%;
    flex-direction: column
}

#tms-remotejoblist .tms-select-replacement-search li {
    margin-bottom: .5rem;
    cursor: pointer;
    padding: .5rem
}

#tms-remotejoblist .tms-select-replacement-search li:last-child {
    margin-bottom: 0
}

#tms-remotejoblist .tms-select-replacement-search li.tms-is-highlighted {
    border-radius: .25rem;
    background-color: rgb(var(--tms-colors-gray) / .25)
}

#tms-remotejoblist .tms-select-replacement-placeholder {
    pointer-events: none;
    order: -1;
    padding-top: .25rem;
    padding-bottom: .25rem
}

#tms-remotejoblist .tms-select-replacement-wrapper {
    width: auto
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-select-replacement-wrapper {
        min-width: 200px
    }
}

#tms-remotejoblist #tms-dark-mode-switcher {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
    display: flex
}

#tms-remotejoblist #tms-dark-mode-switcher:hover > a {
    bottom: -0px
}

#tms-remotejoblist #tms-dark-mode-switcher > a {
    position: relative;
    bottom: -2.5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray) / var(--tw-bg-opacity, 1));
    padding: .5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remotejoblist .set-light-mode {
    display: none
}

#tms-remotejoblist .set-dark-mode {
    display: inline-block
}

#tms-remotejoblist ul li {
    background: none;
    margin: 0;
    padding: 0
}

#tms-remotejoblist [x-cloak] {
    display: none
}

#tms-remotejoblist select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg height='512' fill='currentColor' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg' data-name='Layer 1'%3E%3Cpath d='M12 18a1.021 1.021 0 0 1-.707-.293l-10-10a1 1 0 0 1 1.414-1.414L12 15.586l9.293-9.293a1 1 0 1 1 1.414 1.414l-10 10A1.021 1.021 0 0 1 12 18z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 24px;
    background-position: right .5rem top 50%
}

#tms-remotejoblist textarea {
    height: auto
}

#tms-remotejoblist .tms-component {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component {
        padding: 2rem 1rem
    }
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component {
        margin-bottom: 1rem;
        padding: 3rem 1rem
    }
}

#tms-remotejoblist .tms-component .tms-component-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component .tms-component-container {
        max-width: 1280px
    }
}

#tms-remotejoblist .tms-component a {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    padding-bottom: .125rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remotejoblist .tms-component a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1))
}

#tms-remotejoblist .tms-component h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component h1 {
        font-size: 3rem;
        line-height: 1
    }
}

#tms-remotejoblist .tms-component h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component h2 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

#tms-remotejoblist .tms-component h3 {
    margin-bottom: .5rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component h3 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

#tms-remotejoblist .tms-component p {
    margin-bottom: .5rem;
    line-height: 1.625
}

#tms-remotejoblist .tms-component p.lead {
    font-size: 1.25rem;
    line-height: 1.75rem
}

#tms-remotejoblist .glide {
    position: relative
}

#tms-remotejoblist .glide__arrows .glide__arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    height: 3rem;
    width: 3rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding: .5rem;
    opacity: .4
}

#tms-remotejoblist .glide__arrows .glide__arrow:hover {
    opacity: 1
}

#tms-remotejoblist .glide__arrows .glide__arrow {
    background-image: url("data:image/svg+xml,%3Csvg height='512' fill='currentColor' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg' data-name='Layer 1'%3E%3Cpath d='M12 18a1.021 1.021 0 0 1-.707-.293l-10-10a1 1 0 0 1 1.414-1.414L12 15.586l9.293-9.293a1 1 0 1 1 1.414 1.414l-10 10A1.021 1.021 0 0 1 12 18z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    background-position: center
}

#tms-remotejoblist .glide__arrows .glide__arrow.glide__arrow--left {
    left: 1rem;
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#tms-remotejoblist .glide__arrows .glide__arrow.glide__arrow--right {
    right: 1rem;
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#tms-remotejoblist .glide__track {
    overflow: hidden
}

#tms-remotejoblist .glide__bullets {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    width: auto;
    justify-content: center
}

#tms-remotejoblist .glide__bullets .glide__bullet {
    height: 2rem;
    width: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1));
    opacity: .1
}

@media (min-width: 768px) {
    #tms-remotejoblist .glide__bullets .glide__bullet {
        height: 1rem;
        width: 1rem
    }
}

#tms-remotejoblist .glide__bullets .glide__bullet.glide__bullet--active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1));
    opacity: 1
}

#tms-remotejoblist .glide__bullets .glide__bullet + .glide__bullet {
    margin-left: 8px
}

#tms-remotejoblist .glide__slides {
    display: flex
}

#tms-remotejoblist .glide__slide {
    flex: 1 1 0%
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-filter-wrap {
    background-color: rgb(var(--tms-colors-black) / .1);
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: .75rem;
    padding: 1.25rem
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-filter-wrap:before {
    content: "";
    position: absolute;
    left: -150px;
    top: 0;
    display: block;
    height: 100%;
    width: 150px;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(var(--tms-colors-white)) var(--tw-gradient-to-position);
    opacity: 1;
    animation: load 2s cubic-bezier(.4, 0, .2, 1) infinite
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-wrap {
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: .75rem;
    background-color: rgb(var(--tms-colors-black) / .1);
    padding: 1.25rem
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-wrap:before {
    content: "";
    position: absolute;
    left: 150px;
    top: 0;
    display: block;
    height: 100%;
    width: 150px;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(var(--tms-colors-white)) var(--tw-gradient-to-position);
    animation: load 2s cubic-bezier(.4, 0, .2, 1) infinite
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-title {
    background-color: rgb(var(--tms-colors-white) / .6);
    height: 2rem;
    margin: 1rem 0;
    border-radius: 4px;
    display: block
}

@media screen and (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-title {
        width: 85%;
        max-width: 700px
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-location {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    height: 1.25rem;
    margin-top: .5rem;
    border-radius: 4px;
    display: block
}

@media screen and (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-location {
        width: 85%;
        max-width: 400px
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-filter-button-wrap {
    display: none
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-filter-button {
    border-radius: 4px;
    background: #b3b3b3;
    display: flex;
    height: 42px;
    width: 100%;
    margin-bottom: .5rem
}

@media screen and (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-filter-button {
        width: 50%;
        margin-bottom: 0;
        max-width: 150px;
        margin-right: .5rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-filter-button-reset {
    background: #ffe2e2
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-filter-property-wrap {
    display: grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 1rem
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-property-wrap {
    display: flex;
    margin-top: .5rem
}

@media screen and (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-property-wrap {
        margin-top: 0;
        align-self: flex-end
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-filter-property {
    display: block;
    height: 4rem;
    width: 100%;
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist .tms-skeleton-property {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    height: 1rem;
    width: 5rem;
    border-radius: 4px;
    margin-right: .25rem;
    display: flex
}

@keyframes load {
    0% {
        left: -150px
    }
    to {
        left: 100%
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist.tms-is-not-loaded {
    min-height: 500px;
    background-color: rgb(var(--tms-colors-black) / .1)
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist.tms-is-not-loaded {
        min-height: 300px
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist #tms-joblist-wrap {
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    gap: 1.5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist {
    width: 100%
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs [type=password], #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs [type=text], #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs select, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist [type=password], #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist [type=text], #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist select {
    min-height: 0;
    width: 100%;
    border-style: none;
    background-color: transparent;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(0px + 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);
    border-radius: 0
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs [type=password]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs [type=text]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs select:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist [type=password]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist [type=text]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist select:focus {
    border-width: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-width: 0px;
    --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(0px + 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)
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .joblist-maxresults, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .joblist-maxresults {
    grid-column: 1 / -1;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .joblist-maxresults, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .joblist-maxresults {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-filter-wrap, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-filter-wrap {
    grid-column: 1 / -1;
    padding: 0
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed {
    grid-column: 1 / -1
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap {
    grid-column: 1 / -1
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap {
    display: grid;
    gap: 1rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item-input-inner, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item-input-inner {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    outline-width: 0px
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-value-tag-wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-value-tag-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    padding: .5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-value-tag-wrapper .tms-filter-value-tag, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-value-tag-wrapper .tms-filter-value-tag {
    padding: 0;
    padding: .125rem .5rem;
    font-size: .875rem;
    line-height: 1.25rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item {
    position: relative;
    border-radius: .25rem;
    border-style: none;
    background-color: rgb(var(--tms-colors-gray-light) / .25);
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item {
        min-width: 200px
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item input, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item input {
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item .tms-select-replacement-item-more, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item .tms-select-replacement-item-less, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item .tms-select-replacement-item-more, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item .tms-select-replacement-item-less {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item .tms-filter-item-input-inner, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item .tms-filter-item-input-inner {
    height: 100%;
    padding-top: 1rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item .tms-multiple-allowed, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item .tms-multiple-allowed {
    display: none
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item .tms-select-replacement-wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item .tms-select-replacement-wrapper {
    border-style: none
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item.tms-is-in-focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item.tms-is-in-focus {
    z-index: 20;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-primary) / var(--tw-border-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item .tms-label, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item .tms-label {
    position: absolute;
    top: .25rem;
    left: .5rem;
    width: auto;
    font-size: .75rem;
    line-height: 1rem;
    opacity: .5
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-item .tms-label span, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-item .tms-label span {
    position: relative;
    left: 0;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    font-size: .75rem;
    line-height: 1rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-value-tag, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-value-tag {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: .25rem;
    border-radius: .125rem;
    background-color: rgb(var(--tms-colors-gray) / .1);
    padding: .125rem .5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-value-tag:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-value-tag:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-item-wrap .tms-filter-value-tag svg, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-item-wrap .tms-filter-value-tag svg {
    fill: rgb(var(--tms-colors-black))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list {
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    gap: .75rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li {
    position: relative;
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    outline-style: solid;
    outline-offset: 4px;
    outline-color: transparent;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1));
    outline-width: 2px;
    outline-color: rgb(var(--tms-colors-primary))
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li {
    box-shadow: 0 2px 3px #0a0a0a1a, 0 0 0 1px #0a0a0a1a
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li > a, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li > a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    border-style: none
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    gap: 1rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item--location, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item--location {
    display: flex;
    width: auto;
    align-items: center
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item--location:before, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item--location:before {
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    --tw-content: "";
    content: var(--tw-content);
    background: url(https://cdn.eu.talention.com/sbk-koeln.talention.com/layers-vite-webcore2/img/pin.svg)
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li:hover .tms-jobfeed-item-button--whatsapp--wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li:hover .tms-jobfeed-item-button--whatsapp--wrapper {
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li:hover .tms-jobfeed-item-button--whatsapp--wrapper a, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li:hover .tms-jobfeed-item-button--whatsapp--wrapper a {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-white) / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--apply, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--more, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--apply, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--more {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--apply:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--more:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--apply:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--more:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--apply, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--more, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--apply, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--more {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--apply, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--more, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--apply, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--more {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a {
    --tw-border-opacity: 1;
    border-color: rgb(37 211 102 / var(--tw-border-opacity, 1));
    background-color: transparent
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--whatsapp--wrapper a:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-property-wrap, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-property-wrap {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    gap: .5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-property-wrap > div, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-property-wrap > div {
    display: flex;
    gap: .5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-property-wrap > div:last-child, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-property-wrap > div:last-child {
    justify-content: flex-end
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .jobfeed-item-property, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .jobfeed-item-property {
    display: flex;
    gap: .25rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .jobfeed-item-property .jobfeed-item-property-value:not(:last-child):after, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .jobfeed-item-property .jobfeed-item-property-value:not(:last-child):after {
    --tw-content: ",";
    content: var(--tw-content)
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .jobfeed-item-property.jobfeed-item-property--arbeitszeitmodell, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .jobfeed-item-property.jobfeed-item-property--arbeitszeitmodell {
    display: flex;
    align-items: center
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .jobfeed-item-property.jobfeed-item-property--arbeitszeitmodell:before, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .jobfeed-item-property.jobfeed-item-property--arbeitszeitmodell:before {
    background-image: url(https://cdn.eu.talention.com/sbk-koeln.talention.com/layers-vite-webcore2/img/briefcase.svg);
    height: 1.25rem;
    width: 1.25rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    --tw-content: "";
    content: var(--tw-content)
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-inner, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-inner {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item--title, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item--title {
    width: 100%;
    flex-direction: column;
    font-weight: 600;
    line-height: 1.375
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item--title:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item--title:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper {
        flex-direction: row
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-geo-search-text-field, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-geo-search-text-field {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    align-items: center;
    padding-right: .5rem;
    padding-left: .75rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-geo-search-text-field [type=text], #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-geo-search-text-field [type=text] {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .875rem;
    line-height: 1.25rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-geosearch-item, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-geosearch-item {
    border-style: none
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-select-replacement-wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-select-replacement-wrapper {
    background-color: rgb(var(--tms-colors-gray-light) / .25)
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-select-replacement-wrapper .tms-select-replacement-input, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-select-replacement-wrapper .tms-select-replacement-input {
    padding-left: 0
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-geosearch-reset-icon, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-geosearch-reset-icon {
    display: none
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-filter-item-input-inner.tms-is-in-focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-filter-item-input-inner.tms-is-in-focus {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-primary) / var(--tw-border-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-filter-item-input-inner.tms-is-in-focus .tms-label, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-filter-item-input-inner.tms-is-in-focus .tms-label {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-select-replacement-wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-select-replacement-wrapper {
    width: auto
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-select-replacement-wrapper .tms-select-replacement-item, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-select-replacement-wrapper .tms-select-replacement-item {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-geosearch-wrapper .tms-geosearch-item--input, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-geosearch-wrapper .tms-geosearch-item--input {
    flex-grow: 1;
    border-radius: .25rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap {
    margin-bottom: .5rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap > div, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap > div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap .tms-pagination-label, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap .tms-pagination, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap .tms-pagination-label, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap .tms-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap .tms-pagination, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap .tms-pagination {
    gap: 1rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap .tms-pagination-item, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap .tms-pagination-item {
    display: flex
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap a.tms-pagination-button, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap a.tms-pagination-button {
    cursor: pointer;
    border-radius: .25rem;
    border-width: 2px;
    padding: .5rem 1rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    text-decoration-line: none
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap a.tms-pagination-button:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap a.tms-pagination-button:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-primary) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap a.tms-pagination-button.tms-pagination-button--active, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap a.tms-pagination-button.tms-pagination-button--active {
    border-color: rgb(var(--tms-colors-primary) / .5);
    background-color: rgb(var(--tms-colors-primary) / .5);
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap .tms-select-replacement, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap .tms-select-replacement {
    border-radius: .25rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    background-color: rgb(var(--tms-colors-gray-light) / .5);
    padding-left: .25rem;
    padding-right: .25rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap .tms-select-replacement-actions, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap .tms-select-replacement-actions {
    padding: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap .tms-pagination-label .tms-select-replacement-input, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap .tms-pagination-label .tms-select-replacement-input {
    margin: 0;
    padding: 0;
    padding-left: .25rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap .tms-select-replacement-search, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap .tms-select-replacement-search {
    margin-top: .5rem;
    min-width: 75px
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap .tms-select-replacement-wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap .tms-select-replacement-wrapper {
    min-width: 50px
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap .tms-select-replacement-item, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap .tms-select-replacement-item {
    margin: 0;
    background-color: transparent;
    padding: 0
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-pagination-wrap [disabled], #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-pagination-wrap [disabled] {
    opacity: .5
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: .25rem;
    background-color: rgb(var(--tms-colors-gray-light) / .5);
    padding: 1rem;
    text-align: center;
    font-weight: 700
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-wrapper, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-wrapper {
        flex-direction: row;
        padding: 2rem;
        text-align: left;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-wrapper button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-wrapper button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button) {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-wrapper button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button):hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button):hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-wrapper button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button):hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button):hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-wrapper button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-wrapper button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button) {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-wrapper button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-wrapper button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button) {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-wrapper button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-wrapper button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button), #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask button:not(.tms-create-jobagent-mask-already-registered-button):not(.tms-create-jobagent-mask-not-registered-button):not(.tms-create-jobagent-mask-close-button) {
    margin: 0;
    display: flex;
    width: auto;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-success) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-success) / var(--tw-bg-opacity, 1));
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-error, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-error {
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-alert) / var(--tw-bg-opacity, 1));
    padding: .5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-error, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-error {
        padding: 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    border-radius: .25rem;
    background-color: rgb(var(--tms-colors-gray-light) / .5);
    padding: 1rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask {
        padding: 2rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask .tms-create-jobagent-mask-values-headline, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask .tms-create-jobagent-mask-values-headline {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask .tms-create-jobagent-mask-close-button, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask .tms-create-jobagent-mask-close-button {
    position: absolute;
    right: 1rem;
    top: 1rem;
    border-style: none;
    background-color: transparent;
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask form, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask ul, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask ul {
    display: flex;
    flex-direction: column;
    gap: .125rem
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask ul, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask ul {
        flex-direction: row;
        gap: .5rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask ul li:first-of-type, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask ul li:first-of-type {
    font-weight: 700
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask ul li:first-of-type:after, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask ul li:first-of-type:after {
    content: ":"
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=text], #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=password], #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=text], #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=password] {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    font-size: 1rem;
    line-height: 1.5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=text]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=password]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=text]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=password]:focus {
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-white))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=text], #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=password], #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=text], #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=password] {
    display: block;
    height: auto;
    width: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    padding: .5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: none
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=text]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=password]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=text]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=password]:focus {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [for=email], #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [for=email] {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: .5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=checkbox], #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: .125rem;
    margin-right: .5rem;
    box-sizing: border-box;
    display: inline-block;
    background-color: rgb(var(--tms-colors-alert) / .25);
    padding: 0;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    height: 1rem !important;
    width: 1rem !important
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=checkbox]:focus, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=checkbox]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(4px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-mask [type=checkbox]:checked, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-mask [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 434 434'%3E%3Cpath d='M162.6 343.6c-4.5 0-9.1-1.7-12.6-5.2L41.3 229.6c-6.9-6.9-6.9-18.2 0-25.1 6.9-6.9 18.2-6.9 25.1 0l96.2 96.2 205-205c6.9-6.9 18.2-6.9 25.1 0 6.9 6.9 6.9 18.2 0 25.1L175.2 338.3c-3.5 3.5-8 5.3-12.6 5.3z'/%3E%3C/svg%3E");
    border-color: transparent;
    background-size: 90% 90%;
    background-position: top 1px left 1px;
    background-repeat: no-repeat;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-success) / var(--tw-bg-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-success, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: .25rem;
    background-color: rgb(var(--tms-colors-success) / .5);
    padding: .5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-create-jobagent-success, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-create-jobagent-success {
        flex-direction: row;
        padding: 2rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .joblist-maxresults *, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .joblist-maxresults * {
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-search-fancy-overlay, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-search-fancy-overlay {
    background: #0f1941;
    display: block;
    max-height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    height: 100%
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-search-fancy-overlay.active, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-search-fancy-overlay.active {
    max-height: 10000px;
    opacity: .3
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap {
    grid-column: span 1 / span 1;
    margin-top: .5rem;
    display: flex;
    width: auto;
    flex-direction: row;
    gap: .5rem
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap a, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap button, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap a, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap button {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap a:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap button:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap a:hover, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap button:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap a, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap button, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap a, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap button {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap a, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap button, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap a, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap button {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap a.tms-filter-button--submit, #tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs .tms-filter-button-wrap button.tms-filter-button--submit, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap a.tms-filter-button--submit, #tms-remotejoblist .tms-component.tms-component--joblist tms-joblist .tms-filter-button-wrap button.tms-filter-button--submit {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remotejoblist * {
    font-family: var(--tms-fonts-sans)
}

#tms-remotejoblist .tms-component {
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
    padding: 1rem
}

.tms-app .hover\:tms-bg-gray-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1))
}

.tms-app .hover\:tms-ring-primary:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1))
}

.tms-app .hover\:tms-ring-offset-2:hover {
    --tw-ring-offset-width: 2px
}

.tms-app .dark\:tms-block:is(.tms-dark *) {
    display: block
}

.tms-app .dark\:tms-hidden:is(.tms-dark *) {
    display: none
}

.tms-app .dark\:tms-bg-black:is(.tms-dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px) {
    .tms-app .md\:tms-hidden {
        display: none
    }

    .tms-app .md\:tms-grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .tms-app .md\:tms-grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 1024px) {
    .tms-app .lg\:tms-col-span-2 {
        grid-column: span 2 / span 2
    }

    .tms-app .lg\:tms-flex {
        display: flex
    }

    .tms-app .lg\:tms-grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .tms-app .lg\:tms-grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .tms-app .lg\:tms-grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .tms-app .lg\:tms-grid-cols-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr))
    }

    .tms-app .lg\:tms-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

:root {
    --tms-colors-primary: 242 154 32;
    --tms-colors-primary-accent: 52 84 169;
    --tms-colors-secondary: 165 94 234;
    --tms-colors-accent: 43 203 186;
    --tms-colors-alert: 252 92 101;
    --tms-colors-warning: 247 183 49;
    --tms-colors-success: 38 222 129;
    --tms-colors-black: 30 39 46;
    --tms-colors-white: 255 255 255;
    --tms-colors-gray: 72 84 96;
    --tms-colors-gray-light: 209 216 224;
    --tms-colors-gray-dark: 75 101 132;
    --tms-image-hero: url(https://cdn.eu.talention.com/sbk-koeln.talention.com/layers-vite-webcore2/img/hero-image.webp);
    --tms-fonts-sans: "Roboto", sans-serif
}

.tms-app .tms-fixed {
    position: fixed
}

.tms-app .tms-absolute {
    position: absolute
}

.tms-app .tms-relative {
    position: relative
}

.tms-app .tms-left-0 {
    left: 0
}

.tms-app .tms-right-0 {
    right: 0
}

.tms-app .tms-right-4 {
    right: 1rem
}

.tms-app .tms-top-0 {
    top: 0
}

.tms-app .tms-z-10 {
    z-index: 10
}

.tms-app .tms-z-30 {
    z-index: 30
}

.tms-app .tms-z-50 {
    z-index: 50
}

.tms-app .tms-col-span-full {
    grid-column: 1 / -1
}

.tms-app .tms-col-start-1 {
    grid-column-start: 1
}

.tms-app .tms-col-end-6 {
    grid-column-end: 6
}

.tms-app .tms-m-0 {
    margin: 0
}

.tms-app .tms-mx-auto {
    margin-left: auto;
    margin-right: auto
}

.tms-app .tms-my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.tms-app .tms-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.tms-app .tms-mb-2 {
    margin-bottom: .5rem
}

.tms-app .tms-mb-3 {
    margin-bottom: .75rem
}

.tms-app .tms-mb-4 {
    margin-bottom: 1rem
}

.tms-app .tms-mb-8 {
    margin-bottom: 2rem
}

.tms-app .tms-mt-0 {
    margin-top: 0
}

.tms-app .tms-mt-1 {
    margin-top: .25rem
}

.tms-app .tms-mt-8 {
    margin-top: 2rem
}

.tms-app .tms-block {
    display: block
}

.tms-app .tms-inline-block {
    display: inline-block
}

.tms-app .tms-flex {
    display: flex
}

.tms-app .tms-grid {
    display: grid
}

.tms-app .tms-hidden {
    display: none
}

.tms-app .tms-h-16 {
    height: 4rem
}

.tms-app .tms-h-32 {
    height: 8rem
}

.tms-app .tms-h-4 {
    height: 1rem
}

.tms-app .tms-h-56 {
    height: 14rem
}

.tms-app .tms-h-8 {
    height: 2rem
}

.tms-app .tms-h-auto {
    height: auto
}

.tms-app .tms-h-full {
    height: 100%
}

.tms-app .tms-h-screen {
    height: 100vh
}

.tms-app .tms-w-16 {
    width: 4rem
}

.tms-app .tms-w-32 {
    width: 8rem
}

.tms-app .tms-w-4 {
    width: 1rem
}

.tms-app .tms-w-8 {
    width: 2rem
}

.tms-app .tms-w-full {
    width: 100%
}

.tms-app .tms-max-w-screen-2xl {
    max-width: 1536px
}

.tms-app .tms-max-w-screen-sm {
    max-width: 640px
}

.tms-app .tms-auto-cols-min {
    grid-auto-columns: min-content
}

.tms-app .tms-grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

.tms-app .tms-grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.tms-app .tms-flex-col {
    flex-direction: column
}

.tms-app .tms-flex-wrap {
    flex-wrap: wrap
}

.tms-app .tms-items-center {
    align-items: center
}

.tms-app .tms-justify-end {
    justify-content: flex-end
}

.tms-app .tms-justify-center {
    justify-content: center
}

.tms-app .tms-justify-between {
    justify-content: space-between
}

.tms-app .tms-gap-2 {
    gap: .5rem
}

.tms-app .tms-gap-3 {
    gap: .75rem
}

.tms-app .tms-gap-4 {
    gap: 1rem
}

.tms-app .tms-gap-8 {
    gap: 2rem
}

.tms-app .tms-overflow-hidden {
    overflow: hidden
}

.tms-app .tms-rounded {
    border-radius: .25rem
}

.tms-app .tms-rounded-full {
    border-radius: 9999px
}

.tms-app .tms-rounded-xl {
    border-radius: .75rem
}

.tms-app .tms-border {
    border-width: 1px
}

.tms-app .tms-border-2 {
    border-width: 2px
}

.tms-app .tms-border-b {
    border-bottom-width: 1px
}

.tms-app .tms-border-b-4 {
    border-bottom-width: 4px
}

.tms-app .tms-border-black {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-black) / var(--tw-border-opacity, 1))
}

.tms-app .tms-border-gray {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1))
}

.tms-app .tms-border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1))
}

.tms-app .tms-bg-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-accent) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-alert {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-alert) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-gray-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-dark) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-primary-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary-accent) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-secondary) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-success {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-success) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-warning) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1))
}

.tms-app .tms-bg-cover {
    background-size: cover
}

.tms-app .tms-bg-center {
    background-position: center
}

.tms-app .tms-p-2 {
    padding: .5rem
}

.tms-app .tms-p-4 {
    padding: 1rem
}

.tms-app .tms-px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.tms-app .tms-px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.tms-app .tms-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.tms-app .tms-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.tms-app .tms-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.tms-app .tms-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.tms-app .tms-pb-1 {
    padding-bottom: .25rem
}

.tms-app .tms-text-center {
    text-align: center
}

.tms-app .tms-align-middle {
    vertical-align: middle
}

.tms-app .tms-font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.tms-app .tms-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.tms-app .tms-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.tms-app .tms-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.tms-app .tms-text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.tms-app .tms-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.tms-app .tms-text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.tms-app .tms-font-extrabold {
    font-weight: 800
}

.tms-app .tms-font-medium {
    font-weight: 500
}

.tms-app .tms-uppercase {
    text-transform: uppercase
}

.tms-app .tms-leading-6 {
    line-height: 1.5rem
}

.tms-app .tms-leading-none {
    line-height: 1
}

.tms-app .tms-text-black {
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

.tms-app .tms-text-white {
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

.tms-app .tms-opacity-0 {
    opacity: 0
}

.tms-app .tms-opacity-90 {
    opacity: .9
}

.tms-app .tms-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tms-app .tms-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tms-app .tms-ring-2 {
    --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(2px + 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)
}

.tms-app .tms-ring-gray-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-gray-light) / var(--tw-ring-opacity, 1))
}

.tms-app .tms-drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));
    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)
}

.tms-app .tms-filter {
    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)
}

#tms-remote-talentnetwork * {
    box-sizing: border-box
}

#tms-remote-talentnetwork *, #tms-remote-talentnetwork :before, #tms-remote-talentnetwork :after {
    --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: rgb(59 130 246 / .5);
    --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:
}

#tms-remote-talentnetwork ::-ms-backdrop {
    --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: rgb(59 130 246 / .5);
    --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:
}

#tms-remote-talentnetwork ::backdrop {
    --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: rgb(59 130 246 / .5);
    --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:
}

#tms-remote-talentnetwork blockquote, #tms-remote-talentnetwork dl, #tms-remote-talentnetwork dd, #tms-remote-talentnetwork h1, #tms-remote-talentnetwork h2, #tms-remote-talentnetwork h3, #tms-remote-talentnetwork h4, #tms-remote-talentnetwork h5, #tms-remote-talentnetwork h6, #tms-remote-talentnetwork hr, #tms-remote-talentnetwork figure, #tms-remote-talentnetwork p, #tms-remote-talentnetwork pre {
    margin: 0
}

#tms-remote-talentnetwork h1, #tms-remote-talentnetwork h2, #tms-remote-talentnetwork h3, #tms-remote-talentnetwork h4, #tms-remote-talentnetwork h5, #tms-remote-talentnetwork h6 {
    font-size: inherit;
    font-weight: inherit
}

#tms-remote-talentnetwork ol, #tms-remote-talentnetwork ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#tms-remote-talentnetwork *, #tms-remote-talentnetwork :before, #tms-remote-talentnetwork :after {
    border-width: 0;
    border-style: solid;
    border-color: #000
}

#tms-remote-talentnetwork button {
    padding: 0
}

#tms-remote-talentnetwork {
    font-family: var(--tms-fonts-sans);
    font-size: 1rem;
    line-height: 1.5rem
}

#tms-remote-talentnetwork * {
    font-family: var(--tms-fonts-sans)
}

#tms-remote-talentnetwork .tms-component.tms-component--header {
    z-index: 20;
    position: relative;
    margin: 0;
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--header {
        border-width: 0px;
        padding: 2rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--header button {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--header button:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork .tms-component.tms-component--header button {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--header button {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--header button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#tms-remote-talentnetwork .tms-component.tms-component--header button svg + span {
    margin-left: .5rem
}

#tms-remote-talentnetwork .tms-component.tms-component--header nav.tms-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#tms-remote-talentnetwork .tms-component.tms-component--header .tms-title-bar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork .tms-component.tms-component--header .tms-title-bar {
        display: none
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--header .tms-mobile-header-button button {
    border-width: 0px;
    background-color: transparent;
    padding: 0
}

#tms-remote-talentnetwork .tms-component.tms-component--header .nav-bar-left {
    display: none;
    align-items: center;
    gap: 1rem
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork .tms-component.tms-component--header .nav-bar-left {
        display: flex
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--header .nav-bar-right {
    display: none
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork .tms-component.tms-component--header .nav-bar-right {
        display: flex;
        gap: 1rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--header .nav-bar-right ul li a {
    border-width: 0px
}

#tms-remote-talentnetwork .tms-component.tms-component--header .title-bar button {
    transform-origin: center;
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 0px;
    background-color: transparent;
    padding: 0
}

#tms-remote-talentnetwork .tms-component.tms-component--header .brand img, #tms-remote-talentnetwork .tms-component.tms-component--header .brand svg {
    height: 3rem;
    width: auto;
    fill: rgb(var(--tms-colors-black))
}

#tms-remote-talentnetwork .tms-component.tms-component--header.header-is-sticky {
    position: fixed;
    top: 0;
    z-index: 50
}

@keyframes tms-fadeInTop {
    0% {
        transform: translateY(-100px)
    }
    to {
        transform: translateY(0)
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--header.header-is-sticky {
    animation: tms-fadeInTop .3s ease-in forwards;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#tms-remote-talentnetwork #tms-header-menu-mobile {
    position: fixed;
    top: 0;
    z-index: 50;
    display: none;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding: 1rem
}

#tms-remote-talentnetwork #tms-header-menu-mobile.active {
    display: block
}

#tms-remote-talentnetwork #tms-header-menu-mobile .tms-menu-item {
    margin-bottom: .5rem
}

#tms-remote-talentnetwork #tms-header-menu-mobile .tms-menu-item a {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    padding-bottom: .125rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remote-talentnetwork #tms-header-menu-mobile .tms-menu-item a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1))
}

#tms-remote-talentnetwork #tms-header-menu-mobile > button {
    position: absolute;
    right: 1rem;
    top: 2rem
}

#tms-remote-talentnetwork #tms-header-menu-mobile span:not(.brand) {
    display: flex;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
    line-height: 1.75rem
}

#tms-remote-talentnetwork #tms-header-menu-mobile div button {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remote-talentnetwork #tms-header-menu-mobile div button:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork #tms-header-menu-mobile div button {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork #tms-header-menu-mobile div button {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remote-talentnetwork #tms-header-menu-mobile .brand img, #tms-remote-talentnetwork #tms-header-menu-mobile .brand svg {
    margin-bottom: 1rem;
    height: 3rem;
    width: auto
}

#tms-remote-talentnetwork #tms-talentnetwork-menu ul li a {
    display: block;
    width: 100%;
    border-width: 0px;
    padding: .5rem 1rem
}

#tms-remote-talentnetwork .tms-component.tms-component--badge {
    margin: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1));
    padding: 0;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--badge .tms-component-container {
    display: flex;
    flex-wrap: wrap;
    --tw-bg-opacity: .6;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--badge .tms-component-container {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--badge .tms-component--badge-actions {
    width: 100%
}

#tms-remote-talentnetwork .tms-component.tms-component--badge h2 {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--badge h2 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--badge p {
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--badge p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--badge a {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--badge a:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork .tms-component.tms-component--badge a {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--badge a {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--badge a {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-white) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--badge a:first-of-type {
    margin-right: 1rem
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-header h2:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 512 512' viewBox='0 0 512 512'%3E%3Cpath d='M256 0C114.833 0 0 114.833 0 256s114.833 256 256 256 256-114.853 256-256S397.167 0 256 0zm0 472.341c-119.275 0-216.341-97.046-216.341-216.341S136.725 39.659 256 39.659c119.295 0 216.341 97.046 216.341 216.341S375.275 472.341 256 472.341z'/%3E%3Cpath d='M373.451 166.965c-8.071-7.337-20.623-6.762-27.999 1.348L224.491 301.509 166.053 242.1c-7.714-7.813-20.246-7.932-28.039-.238-7.813 7.674-7.932 20.226-.238 28.039l73.151 74.361a19.804 19.804 0 0 0 14.138 5.929c.119 0 .258 0 .377.02a19.842 19.842 0 0 0 14.297-6.504l135.059-148.722c7.358-8.131 6.763-20.663-1.347-28.02z'/%3E%3C/svg%3E");
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background-size: cover
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 434 434'%3E%3Cpath d='M162.6 343.6c-4.5 0-9.1-1.7-12.6-5.2L41.3 229.6c-6.9-6.9-6.9-18.2 0-25.1 6.9-6.9 18.2-6.9 25.1 0l96.2 96.2 205-205c6.9-6.9 18.2-6.9 25.1 0 6.9 6.9 6.9 18.2 0 25.1L175.2 338.3c-3.5 3.5-8 5.3-12.6 5.3z'/%3E%3C/svg%3E");
    border-color: transparent;
    background-size: 90% 90%;
    background-position: top 1px left 1px;
    background-repeat: no-repeat;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-success) / var(--tw-bg-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) li.error:before {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.414 12 5.293-5.29298c.0955-.09225.1717-.20259.2241-.3246.0524-.122.08-.25322.0811-.386.0012-.13278-.0241-.26446-.0744-.38735-.0503-.1229-.1246-.23455-.2184-.32845-.0939-.09389-.2056-.16814-.3285-.21842s-.2546-.07558-.3873-.07443c-.1328.00115-.264.02874-.386.08115s-.2324.12859-.3246.2241l-5.293 5.29298-5.29304-5.29298c-.1886-.18216-.44121-.28295-.7034-.28067-.2622.00227-.51301.10744-.69842.29285s-.29058.43622-.29286.69842c-.00227.2622.09852.5148.28068.7034l5.29304 5.29298-5.29304 5.293c-.09551.0923-.17169.2026-.2241.3246s-.08.2532-.08115.386c-.00116.1328.02415.2645.07443.3874s.12453.2345.21842.3284c.0939.0939.20555.1682.32845.2184.12289.0503.25457.0756.38735.0745.13278-.0012.264-.0288.386-.0812.12201-.0524.23235-.1286.3246-.2241l5.29304-5.293 5.293 5.293c.1886.1822.4412.283.7034.2807s.513-.1075.6984-.2929.2906-.4362.2928-.6984c.0023-.2622-.0985-.5148-.2806-.7034z' fill='currentColor'/%3E%3C/svg%3E");
    content: ""
}

#tms-remote-talentnetwork .tms-component.tms-component--socials {
    padding-top: 0
}

#tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--sharing-icons {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    padding: 0
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--sharing-icons {
        justify-content: flex-end
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--sharing-icons span {
    display: inline-block;
    width: 100%
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--sharing-icons span {
        text-align: right;
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--sharing-icons .sharing-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

#tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--sharing-icons .sharing-icons-wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

#tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--sharing-icons .sharing-icons-wrapper img {
    width: 1.5rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--sharing-icons .sharing-icons-wrapper img {
        width: 1.75rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--follow-icons {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    padding: 0
}

#tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--follow-icons span {
    margin-bottom: .5rem;
    display: inline-block;
    width: 100%
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--follow-icons span {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--follow-icons .follow-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--follow-icons .follow-icons-wrapper {
        justify-content: flex-end
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--follow-icons .follow-icons-wrapper img {
    width: 1.5rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--socials .tms-component--follow-icons .follow-icons-wrapper img {
        width: 1.75rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--footer {
    margin: 0;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1));
    padding-top: 1rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--footer {
        padding: 1rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--footer .tms-footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem
}

#tms-remote-talentnetwork .tms-component.tms-component--footer .tms-footer-wrapper > div {
    width: 100%
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--footer .tms-footer-wrapper > div {
        width: auto
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--footer .tms-footer-wrapper > div .tms-footer-menu {
    display: flex;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble {
    pointer-events: none;
    position: fixed;
    bottom: .5rem;
    z-index: 10;
    display: flex;
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble.tms-show-stay-in-contact {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble.tms-show-stay-in-contact a {
    order: 1;
    cursor: pointer;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble.tms-show-stay-in-contact a:hover {
    --tw-translate-x: .5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble:hover {
    gap: 1rem
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble:hover .speechbubble {
    opacity: 1
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble p {
    margin: 0
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble a {
    pointer-events: auto;
    border-radius: 9999px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1));
    padding: .5rem;
    text-decoration-line: none
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble a img, #tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble a svg {
    height: auto;
    width: 3rem;
    fill: rgb(var(--tms-colors-white))
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble .speechbubble {
    position: relative;
    bottom: 0;
    z-index: 10;
    display: flex;
    height: 100%;
    max-width: 24rem;
    flex-direction: column;
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding: 1rem;
    opacity: 0;
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08));
    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);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remote-talentnetwork .tms-component.tms-component--stay-in-contact-bubble .speechbubble:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-left-color: #fff;
    border-right: 0;
    margin-top: -11px;
    margin-right: -11px
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper {
    position: relative;
    display: block;
    width: 100%
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper [type=text]:not(:focus) {
    width: 2px !important
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper .tms-select-replacement {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper .tms-select-replacement-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: .5rem
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper .tms-select-replacement-input {
    z-index: 10;
    margin: 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: .5rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: .125rem;
    padding: 0;
    padding-top: 1rem;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-select-replacement-wrapper .tms-select-replacement-input {
        flex-wrap: nowrap
    }
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper .tms-select-replacement-label {
    position: absolute;
    top: .25rem;
    left: .5rem;
    width: auto;
    font-size: .75rem;
    line-height: 1rem;
    opacity: .5
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper svg {
    fill: rgb(var(--tms-colors-gray))
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper .tms-select-replacement-item {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: .25rem;
    border-radius: .125rem;
    background-color: rgb(var(--tms-colors-gray) / .1);
    padding: .125rem .5rem;
    font-size: .875rem;
    line-height: 1.25rem
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper .tms-select-replacement-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1))
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper .tms-select-replacement-item.tms-select-replacement-item-more, #tms-remote-talentnetwork .tms-select-replacement-wrapper .tms-select-replacement-item.tms-select-replacement-item-less {
    border-style: none;
    background-image: none
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper .tms-select-replacement-item svg {
    fill: rgb(var(--tms-colors-black))
}

#tms-remote-talentnetwork .tms-select-replacement-search {
    position: absolute;
    left: 0;
    z-index: 100;
    margin-top: .5rem;
    max-height: 250px;
    width: 100%;
    overflow-y: auto;
    border-radius: .25rem;
    border-width: 1px;
    border-color: rgb(var(--tms-colors-gray-light) / .25);
    --tw-bg-opacity: 1;
    background-color: rgb(244 243 242 / var(--tw-bg-opacity, 1));
    padding: .5rem;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));
    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)
}

#tms-remote-talentnetwork .tms-select-replacement-search ul {
    display: flex;
    width: 100%;
    flex-direction: column
}

#tms-remote-talentnetwork .tms-select-replacement-search li {
    margin-bottom: .5rem;
    cursor: pointer;
    padding: .5rem
}

#tms-remote-talentnetwork .tms-select-replacement-search li:last-child {
    margin-bottom: 0
}

#tms-remote-talentnetwork .tms-select-replacement-search li.tms-is-highlighted {
    border-radius: .25rem;
    background-color: rgb(var(--tms-colors-gray) / .25)
}

#tms-remote-talentnetwork .tms-select-replacement-placeholder {
    pointer-events: none;
    order: -1;
    padding-top: .25rem;
    padding-bottom: .25rem
}

#tms-remote-talentnetwork .tms-select-replacement-wrapper {
    width: auto
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-select-replacement-wrapper {
        min-width: 200px
    }
}

#tms-remote-talentnetwork #tms-dark-mode-switcher {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
    display: flex
}

#tms-remote-talentnetwork #tms-dark-mode-switcher:hover > a {
    bottom: -0px
}

#tms-remote-talentnetwork #tms-dark-mode-switcher > a {
    position: relative;
    bottom: -2.5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray) / var(--tw-bg-opacity, 1));
    padding: .5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remote-talentnetwork .set-light-mode {
    display: none
}

#tms-remote-talentnetwork .set-dark-mode {
    display: inline-block
}

#tms-remote-talentnetwork ul li {
    background: none;
    margin: 0;
    padding: 0
}

#tms-remote-talentnetwork [x-cloak] {
    display: none
}

#tms-remote-talentnetwork select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg height='512' fill='currentColor' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg' data-name='Layer 1'%3E%3Cpath d='M12 18a1.021 1.021 0 0 1-.707-.293l-10-10a1 1 0 0 1 1.414-1.414L12 15.586l9.293-9.293a1 1 0 1 1 1.414 1.414l-10 10A1.021 1.021 0 0 1 12 18z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 24px;
    background-position: right .5rem top 50%
}

#tms-remote-talentnetwork textarea {
    height: auto
}

#tms-remote-talentnetwork .tms-component {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork .tms-component {
        padding: 2rem 1rem
    }
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component {
        margin-bottom: 1rem;
        padding: 3rem 1rem
    }
}

#tms-remote-talentnetwork .tms-component .tms-component-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component .tms-component-container {
        max-width: 1280px
    }
}

#tms-remote-talentnetwork .tms-component a {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    padding-bottom: .125rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#tms-remote-talentnetwork .tms-component a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1))
}

#tms-remote-talentnetwork .tms-component h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component h1 {
        font-size: 3rem;
        line-height: 1
    }
}

#tms-remote-talentnetwork .tms-component h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component h2 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

#tms-remote-talentnetwork .tms-component h3 {
    margin-bottom: .5rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component h3 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

#tms-remote-talentnetwork .tms-component p {
    margin-bottom: .5rem;
    line-height: 1.625
}

#tms-remote-talentnetwork .tms-component p.lead {
    font-size: 1.25rem;
    line-height: 1.75rem
}

#tms-remote-talentnetwork .glide {
    position: relative
}

#tms-remote-talentnetwork .glide__arrows .glide__arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    height: 3rem;
    width: 3rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding: .5rem;
    opacity: .4
}

#tms-remote-talentnetwork .glide__arrows .glide__arrow:hover {
    opacity: 1
}

#tms-remote-talentnetwork .glide__arrows .glide__arrow {
    background-image: url("data:image/svg+xml,%3Csvg height='512' fill='currentColor' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg' data-name='Layer 1'%3E%3Cpath d='M12 18a1.021 1.021 0 0 1-.707-.293l-10-10a1 1 0 0 1 1.414-1.414L12 15.586l9.293-9.293a1 1 0 1 1 1.414 1.414l-10 10A1.021 1.021 0 0 1 12 18z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    background-position: center
}

#tms-remote-talentnetwork .glide__arrows .glide__arrow.glide__arrow--left {
    left: 1rem;
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#tms-remote-talentnetwork .glide__arrows .glide__arrow.glide__arrow--right {
    right: 1rem;
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#tms-remote-talentnetwork .glide__track {
    overflow: hidden
}

#tms-remote-talentnetwork .glide__bullets {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    width: auto;
    justify-content: center
}

#tms-remote-talentnetwork .glide__bullets .glide__bullet {
    height: 2rem;
    width: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1));
    opacity: .1
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork .glide__bullets .glide__bullet {
        height: 1rem;
        width: 1rem
    }
}

#tms-remote-talentnetwork .glide__bullets .glide__bullet.glide__bullet--active {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1));
    opacity: 1
}

#tms-remote-talentnetwork .glide__bullets .glide__bullet + .glide__bullet {
    margin-left: 8px
}

#tms-remote-talentnetwork .glide__slides {
    display: flex
}

#tms-remote-talentnetwork .glide__slide {
    flex: 1 1 0%
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget {
    margin: 0
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-select-replacement-wrapper {
    border-radius: .25rem;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-component-container {
    padding-top: .5rem;
    padding-bottom: .5rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-component-container {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-header h2 {
    display: flex;
    width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-header h2:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 512 512' viewBox='0 0 512 512'%3E%3Cpath d='M256 0C114.833 0 0 114.833 0 256s114.833 256 256 256 256-114.853 256-256S397.167 0 256 0zm0 472.341c-119.275 0-216.341-97.046-216.341-216.341S136.725 39.659 256 39.659c119.295 0 216.341 97.046 216.341 216.341S375.275 472.341 256 472.341z'/%3E%3Cpath d='M373.451 166.965c-8.071-7.337-20.623-6.762-27.999 1.348L224.491 301.509 166.053 242.1c-7.714-7.813-20.246-7.932-28.039-.238-7.813 7.674-7.932 20.226-.238 28.039l73.151 74.361a19.804 19.804 0 0 0 14.138 5.929c.119 0 .258 0 .377.02a19.842 19.842 0 0 0 14.297-6.504l135.059-148.722c7.358-8.131 6.763-20.663-1.347-28.02z'/%3E%3C/svg%3E");
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background-size: cover
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-select-replacement {
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget tms-candidate-widget {
    display: flex;
    width: 100%;
    flex-direction: column
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget tms-candidate-widget form {
    display: grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    gap: 2rem
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-input-label-wrapper {
    width: 100%
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-actions [type=submit] {
    margin-bottom: .5rem;
    display: inline-flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-actions [type=submit]:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
    --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(2px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: rgb(var(--tms-colors-gray-light))
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-actions [type=submit] {
        margin-bottom: 0;
        width: auto
    }
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-actions [type=submit] {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-top: 0;
        padding: .5rem 1rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-register-header {
    grid-column: 1 / -1
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-register-header h2 {
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-register-header h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-register-header h2 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-select-replacement-wrapper .tms-select-replacement-input {
    margin: 0;
    padding-left: .5rem
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-recovery-password-email, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-email, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-password, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-type--input {
    position: relative;
    z-index: 10;
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    border-radius: .25rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-gray-light) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    padding: 0;
    padding-top: .5rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-recovery-password-email, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-email, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-password, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-type--input {
        min-width: 200px
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-recovery-password-email .tms-input-wrapper, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-email .tms-input-wrapper, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-login-password .tms-input-wrapper, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-type--input .tms-input-wrapper {
    margin: .25rem
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget [type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: .5rem;
    box-sizing: border-box;
    display: inline-block;
    --tw-translate-y: .25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: rgb(var(--tms-colors-alert) / .25);
    padding: 0;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    height: 1rem !important;
    width: 1rem !important
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget [type=checkbox]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(4px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 434 434'%3E%3Cpath d='M162.6 343.6c-4.5 0-9.1-1.7-12.6-5.2L41.3 229.6c-6.9-6.9-6.9-18.2 0-25.1 6.9-6.9 18.2-6.9 25.1 0l96.2 96.2 205-205c6.9-6.9 18.2-6.9 25.1 0 6.9 6.9 6.9 18.2 0 25.1L175.2 338.3c-3.5 3.5-8 5.3-12.6 5.3z'/%3E%3C/svg%3E");
    border-color: transparent;
    background-size: 90% 90%;
    background-position: top 1px left 1px;
    background-repeat: no-repeat;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-success) / var(--tw-bg-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget a {
    cursor: pointer;
    border-style: none;
    color: rgb(var(--tms-colors-black) / var(--tw-text-opacity, 1));
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-multiple-allowed, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-label {
    position: absolute;
    top: .25rem;
    left: .5rem;
    width: auto;
    background-color: transparent;
    font-size: .75rem;
    line-height: 1rem;
    opacity: .5
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-multiple-allowed span, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-label span {
    position: relative;
    left: 0;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    font-size: .75rem;
    line-height: 1rem
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) {
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%
}

@media (min-width: 768px) {
    #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) {
        position: fixed
    }
}

@media (min-width: 1280px) {
    #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) {
        left: auto;
        right: 0;
        height: 100%;
        width: auto;
        min-width: 350px
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty).has-error {
    background-color: rgb(var(--tms-colors-alert) / .8);
    padding: .5rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty).has-error {
        padding: 2rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty).has-success {
    background-color: rgb(var(--tms-colors-success) / .95);
    padding: .5rem
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty).has-success {
        padding: 2rem
    }
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) li.error {
    display: flex;
    align-items: center
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-candidate-widget-errors:not(:empty) li.error:before {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.414 12 5.293-5.29298c.0955-.09225.1717-.20259.2241-.3246.0524-.122.08-.25322.0811-.386.0012-.13278-.0241-.26446-.0744-.38735-.0503-.1229-.1246-.23455-.2184-.32845-.0939-.09389-.2056-.16814-.3285-.21842s-.2546-.07558-.3873-.07443c-.1328.00115-.264.02874-.386.08115s-.2324.12859-.3246.2241l-5.293 5.29298-5.29304-5.29298c-.1886-.18216-.44121-.28295-.7034-.28067-.2622.00227-.51301.10744-.69842.29285s-.29058.43622-.29286.69842c-.00227.2622.09852.5148.28068.7034l5.29304 5.29298-5.29304 5.293c-.09551.0923-.17169.2026-.2241.3246s-.08.2532-.08115.386c-.00116.1328.02415.2645.07443.3874s.12453.2345.21842.3284c.0939.0939.20555.1682.32845.2184.12289.0503.25457.0756.38735.0745.13278-.0012.264-.0288.386-.0812.12201-.0524.23235-.1286.3246-.2241l5.29304-5.293 5.293 5.293c.1886.1822.4412.283.7034.2807s.513-.1075.6984-.2929.2906-.4362.2928-.6984c.0023-.2622-.0985-.5148-.2806-.7034z' fill='currentColor'/%3E%3C/svg%3E");
    content: ""
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-has-error {
    --tw-border-opacity: 1;
    border-color: rgb(var(--tms-colors-alert) / var(--tw-border-opacity, 1));
    background-color: rgb(var(--tms-colors-alert) / .1)
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-has-error .tms-label {
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-alert) / var(--tw-text-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-multiple-allowed {
    right: 0;
    left: auto;
    margin-left: .5rem;
    margin-right: .5rem
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .tms-multiple-allowed:before {
    content: "i";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-primary) / var(--tw-bg-opacity, 1));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(var(--tms-colors-white) / var(--tw-text-opacity, 1))
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .login [type=password], #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .login [type=text], #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .login select, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .recover [type=password], #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .recover [type=text], #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .recover select, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .register [type=password], #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .register [type=text], #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .register select {
    min-height: 0;
    width: 100%;
    border-radius: 0;
    border-style: none;
    background-color: transparent;
    padding: .5rem .25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(0px + 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)
}

#tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .login [type=password]:focus, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .login [type=text]:focus, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .login select:focus, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .recover [type=password]:focus, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .recover [type=text]:focus, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .recover select:focus, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .register [type=password]:focus, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .register [type=text]:focus, #tms-remote-talentnetwork .tms-component.tms-component--candidate-widget .register select:focus {
    border-width: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-width: 0px;
    --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(0px + 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)
}

#tms-remote-talentnetwork .candidate-widget-overlay-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-white) / var(--tw-bg-opacity, 1));
    --tw-backdrop-blur: blur(8px);
    -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)
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .candidate-widget-overlay-wrap {
        align-items: center;
        justify-content: center
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 1.5dppx) {
    #tms-remote-talentnetwork .candidate-widget-overlay-wrap {
        align-items: flex-start;
        justify-content: center
    }

    #tms-remote-talentnetwork .candidate-widget-overlay-wrap .tms-candidate-overlay-inner {
        max-height: 100vh;
        overflow: auto
    }
}

#tms-remote-talentnetwork .candidate-widget-overlay-wrap .tms-candidate-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray) / var(--tw-bg-opacity, 1))
}

#tms-remote-talentnetwork .candidate-widget-overlay-wrap .tms-candidate-overlay-inner {
    top: 0;
    z-index: 10;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 1024px;
    flex-direction: column;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 1024px) {
    #tms-remote-talentnetwork .candidate-widget-overlay-wrap .tms-candidate-overlay-inner {
        height: auto
    }
}

#tms-remote-talentnetwork .candidate-widget-overlay-wrap .tms-component.tms-component--candidate-widget {
    margin: 0;
    height: 100%;
    padding: 0
}

#tms-remote-talentnetwork .candidate-widget-overlay-wrap .tms-component.tms-component--candidate-widget .error-handler.has-error {
    padding: 2rem
}

.tms-app .hover\:tms-bg-gray-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-gray-light) / var(--tw-bg-opacity, 1))
}

.tms-app .hover\:tms-ring-primary:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--tms-colors-primary) / var(--tw-ring-opacity, 1))
}

.tms-app .hover\:tms-ring-offset-2:hover {
    --tw-ring-offset-width: 2px
}

.tms-app .dark\:tms-block:is(.tms-dark *) {
    display: block
}

.tms-app .dark\:tms-hidden:is(.tms-dark *) {
    display: none
}

.tms-app .dark\:tms-bg-black:is(.tms-dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--tms-colors-black) / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px) {
    .tms-app .md\:tms-hidden {
        display: none
    }

    .tms-app .md\:tms-grid-cols-1 {
        grid-template-columns:repeat(1, minmax(0, 1fr))
    }

    .tms-app .md\:tms-grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 1024px) {
    .tms-app .lg\:tms-grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .tms-app .lg\:tms-grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .tms-app .lg\:tms-grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .tms-app .lg\:tms-grid-cols-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr))
    }

    .tms-app .lg\:tms-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}
@media print,screen and (min-width: 40em){.reveal.large,.reveal.small,.reveal.tiny,.reveal{right:auto;left:auto;margin:0 auto}}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;padding:0;background:#fff;font-family:Roboto,sans-serif;font-weight:normal;line-height:1.5;color:#242635;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:0}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:rgba(0,0,0,0);line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}.row{max-width:75rem;margin-right:auto;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.row .row{margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 40em){.row .row{margin-right:-0.9375rem;margin-left:-0.9375rem}}@media print,screen and (min-width: 64em){.row .row{margin-right:-0.9375rem;margin-left:-0.9375rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row.is-collapse-child,.row.collapse>.column>.row,.row.collapse>.columns>.row{margin-right:0;margin-left:0}.column,.columns{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;padding-right:.625rem;padding-left:.625rem;min-width:0}@media print,screen and (min-width: 40em){.column,.columns{padding-right:.9375rem;padding-left:.9375rem}}.column.row.row,.row.row.columns{float:none;display:block}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.small-offset-0{margin-left:0%}.small-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.small-offset-1{margin-left:8.3333333333%}.small-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.small-offset-2{margin-left:16.6666666667%}.small-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.small-offset-3{margin-left:25%}.small-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.small-offset-4{margin-left:33.3333333333%}.small-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.small-offset-5{margin-left:41.6666666667%}.small-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.small-offset-6{margin-left:50%}.small-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.small-offset-7{margin-left:58.3333333333%}.small-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.small-offset-8{margin-left:66.6666666667%}.small-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.small-offset-9{margin-left:75%}.small-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.small-offset-10{margin-left:83.3333333333%}.small-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.small-offset-11{margin-left:91.6666666667%}.small-up-1{-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-1>.column,.small-up-1>.columns{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.small-up-2{-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-2>.column,.small-up-2>.columns{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.small-up-3{-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-3>.column,.small-up-3>.columns{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.small-up-4{-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-4>.column,.small-up-4>.columns{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.small-up-5{-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-5>.column,.small-up-5>.columns{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.small-up-6{-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-6>.column,.small-up-6>.columns{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.small-up-7{-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-7>.column,.small-up-7>.columns{-webkit-box-flex:0;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.small-up-8{-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-8>.column,.small-up-8>.columns{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width: 40em){.medium-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.medium-offset-0{margin-left:0%}.medium-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-up-1{-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-1>.column,.medium-up-1>.columns{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.medium-up-2{-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-2>.column,.medium-up-2>.columns{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.medium-up-3{-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-3>.column,.medium-up-3>.columns{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-up-4{-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-4>.column,.medium-up-4>.columns{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.medium-up-5{-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-5>.column,.medium-up-5>.columns{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.medium-up-6{-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-6>.column,.medium-up-6>.columns{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-up-7{-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-7>.column,.medium-up-7>.columns{-webkit-box-flex:0;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.medium-up-8{-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-8>.column,.medium-up-8>.columns{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width: 40em)and (min-width: 40em){.medium-expand{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}}.row.medium-unstack>.column,.row.medium-unstack>.columns{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media print,screen and (min-width: 40em){.row.medium-unstack>.column,.row.medium-unstack>.columns{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}}@media print,screen and (min-width: 64em){.large-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.large-offset-0{margin-left:0%}.large-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.large-offset-2{margin-left:16.6666666667%}.large-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-offset-3{margin-left:25%}.large-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.large-offset-5{margin-left:41.6666666667%}.large-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.large-offset-6{margin-left:50%}.large-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.large-offset-8{margin-left:66.6666666667%}.large-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.large-offset-9{margin-left:75%}.large-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.large-offset-11{margin-left:91.6666666667%}.large-up-1{-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-1>.column,.large-up-1>.columns{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.large-up-2{-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-2>.column,.large-up-2>.columns{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.large-up-3{-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-3>.column,.large-up-3>.columns{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-up-4{-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-4>.column,.large-up-4>.columns{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.large-up-5{-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-5>.column,.large-up-5>.columns{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.large-up-6{-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-6>.column,.large-up-6>.columns{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-up-7{-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-7>.column,.large-up-7>.columns{-webkit-box-flex:0;-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.large-up-8{-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-8>.column,.large-up-8>.columns{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width: 64em)and (min-width: 64em){.large-expand{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}}.row.large-unstack>.column,.row.large-unstack>.columns{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media print,screen and (min-width: 64em){.row.large-unstack>.column,.row.large-unstack>.columns{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}}.shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}.column-block{margin-bottom:1.25rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (min-width: 40em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:80%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:Roboto,sans-serif;font-style:normal;font-weight:normal;color:inherit;text-rendering:optimizeLegibility}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{line-height:0;color:#cacaca}h1,.h1{font-size:1.5rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h2,.h2{font-size:1.25rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h3,.h3{font-size:1.1875rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h4,.h4{font-size:1.125rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h5,.h5{font-size:1.0625rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h6,.h6{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width: 40em){h1,.h1{font-size:2.875rem}h2,.h2{font-size:2.5rem}h3,.h3{font-size:1.9375rem}h4,.h4{font-size:1.5625rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}}a{line-height:inherit;color:#767676;text-decoration:none;cursor:pointer}a:hover,a:focus{color:rgb(19.78,104.06,159.96)}a img{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}ul,ol,dl{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ul ol,ol ul,ol ol{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:bold}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:"— "}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure{margin:0}code{padding:.125rem .3125rem .0625rem;border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#0a0a0a}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#0a0a0a}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:normal;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width: 40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width: 64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none !important}@media print{*{-webkit-box-shadow:none !important;box-shadow:none !important;color:#000 !important;text-shadow:none !important}.show-for-print{display:block !important}.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #424242;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe}[data-whatinput=mouse] .button{outline:0}.button:hover,.button:focus{background-color:rgb(19.55,102.85,158.1);color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#f29a20;color:#0a0a0a}.button.primary:hover,.button.primary:focus{background-color:rgb(207.1254237288,125.3898305085,12.0745762712);color:#0a0a0a}.button.secondary{background-color:#404040;color:#fefefe}.button.secondary:hover,.button.secondary:focus{background-color:rgb(51.2,51.2,51.2);color:#fefefe}.button.success{background-color:#2ecc71;color:#0a0a0a}.button.success:hover,.button.success:focus{background-color:rgb(36.8,163.2,90.4);color:#0a0a0a}.button.warning{background-color:red;color:#0a0a0a}.button.warning:hover,.button.warning:focus{background-color:#c00;color:#0a0a0a}.button.alert{background-color:#f62459;color:#0a0a0a}.button.alert:hover,.button.alert:focus{background-color:rgb(216.6947368421,8.9052631579,61.3473684211);color:#0a0a0a}.button.action{background-color:#f62459;color:#0a0a0a}.button.action:hover,.button.action:focus{background-color:rgb(216.6947368421,8.9052631579,61.3473684211);color:#0a0a0a}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled,.button.disabled:hover,.button.disabled:focus,.button[disabled],.button[disabled]:hover,.button[disabled]:focus{background-color:#1779ba;color:#fefefe}.button.disabled.primary,.button[disabled].primary{opacity:.25;cursor:not-allowed}.button.disabled.primary,.button.disabled.primary:hover,.button.disabled.primary:focus,.button[disabled].primary,.button[disabled].primary:hover,.button[disabled].primary:focus{background-color:#f29a20;color:#0a0a0a}.button.disabled.secondary,.button[disabled].secondary{opacity:.25;cursor:not-allowed}.button.disabled.secondary,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#404040;color:#fefefe}.button.disabled.success,.button[disabled].success{opacity:.25;cursor:not-allowed}.button.disabled.success,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#2ecc71;color:#0a0a0a}.button.disabled.warning,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:red;color:#0a0a0a}.button.disabled.alert,.button[disabled].alert{opacity:.25;cursor:not-allowed}.button.disabled.alert,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#f62459;color:#0a0a0a}.button.disabled.action,.button[disabled].action{opacity:.25;cursor:not-allowed}.button.disabled.action,.button.disabled.action:hover,.button.disabled.action:focus,.button[disabled].action,.button[disabled].action:hover,.button[disabled].action:focus{background-color:#f62459;color:#0a0a0a}.button.hollow{border:1px solid #1779ba;color:#1779ba}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:rgba(0,0,0,0)}.button.hollow.disabled,.button.hollow.disabled:hover,.button.hollow.disabled:focus,.button.hollow[disabled],.button.hollow[disabled]:hover,.button.hollow[disabled]:focus{background-color:rgba(0,0,0,0)}.button.hollow:hover,.button.hollow:focus{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button.hollow:hover.disabled,.button.hollow:hover[disabled],.button.hollow:focus.disabled,.button.hollow:focus[disabled]{border:1px solid #1779ba;color:#1779ba}.button.hollow.primary{border:1px solid #f29a20;color:#f29a20}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:rgb(129.4533898305,78.3686440678,7.5466101695);color:rgb(129.4533898305,78.3686440678,7.5466101695)}.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled],.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled]{border:1px solid #f29a20;color:#f29a20}.button.hollow.secondary{border:1px solid #404040;color:#404040}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:#202020;color:#202020}.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled],.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled]{border:1px solid #404040;color:#404040}.button.hollow.success{border:1px solid #2ecc71;color:#2ecc71}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(23,102,56.5);color:rgb(23,102,56.5)}.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled],.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled]{border:1px solid #2ecc71;color:#2ecc71}.button.hollow.warning{border:1px solid red;color:red}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(127.5,0,0);color:rgb(127.5,0,0)}.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled],.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled]{border:1px solid red;color:red}.button.hollow.alert{border:1px solid #f62459;color:#f62459}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(135.4342105263,5.5657894737,38.3421052632);color:rgb(135.4342105263,5.5657894737,38.3421052632)}.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled],.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled]{border:1px solid #f62459;color:#f62459}.button.hollow.action{border:1px solid #f62459;color:#f62459}.button.hollow.action:hover,.button.hollow.action:focus{border-color:rgb(135.4342105263,5.5657894737,38.3421052632);color:rgb(135.4342105263,5.5657894737,38.3421052632)}.button.hollow.action:hover.disabled,.button.hollow.action:hover[disabled],.button.hollow.action:focus.disabled,.button.hollow.action:focus[disabled]{border:1px solid #f62459;color:#f62459}.button.clear{border:1px solid #1779ba;color:#1779ba}.button.clear,.button.clear:hover,.button.clear:focus{background-color:rgba(0,0,0,0)}.button.clear.disabled,.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled],.button.clear[disabled]:hover,.button.clear[disabled]:focus{background-color:rgba(0,0,0,0)}.button.clear:hover,.button.clear:focus{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear:focus.disabled,.button.clear:focus[disabled]{border:1px solid #1779ba;color:#1779ba}.button.clear,.button.clear.disabled,.button.clear[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.primary{border:1px solid #f29a20;color:#f29a20}.button.clear.primary:hover,.button.clear.primary:focus{border-color:rgb(129.4533898305,78.3686440678,7.5466101695);color:rgb(129.4533898305,78.3686440678,7.5466101695)}.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled]{border:1px solid #f29a20;color:#f29a20}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.secondary{border:1px solid #404040;color:#404040}.button.clear.secondary:hover,.button.clear.secondary:focus{border-color:#202020;color:#202020}.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled]{border:1px solid #404040;color:#404040}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.success{border:1px solid #2ecc71;color:#2ecc71}.button.clear.success:hover,.button.clear.success:focus{border-color:rgb(23,102,56.5);color:rgb(23,102,56.5)}.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success:focus.disabled,.button.clear.success:focus[disabled]{border:1px solid #2ecc71;color:#2ecc71}.button.clear.success,.button.clear.success.disabled,.button.clear.success[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.warning{border:1px solid red;color:red}.button.clear.warning:hover,.button.clear.warning:focus{border-color:rgb(127.5,0,0);color:rgb(127.5,0,0)}.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled]{border:1px solid red;color:red}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.alert{border:1px solid #f62459;color:#f62459}.button.clear.alert:hover,.button.clear.alert:focus{border-color:rgb(135.4342105263,5.5657894737,38.3421052632);color:rgb(135.4342105263,5.5657894737,38.3421052632)}.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled]{border:1px solid #f62459;color:#f62459}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled]{border-color:rgba(0,0,0,0)}.button.clear.action{border:1px solid #f62459;color:#f62459}.button.clear.action:hover,.button.clear.action:focus{border-color:rgb(135.4342105263,5.5657894737,38.3421052632);color:rgb(135.4342105263,5.5657894737,38.3421052632)}.button.clear.action:hover.disabled,.button.clear.action:hover[disabled],.button.clear.action:focus.disabled,.button.clear.action:focus[disabled]{border:1px solid #f62459;color:#f62459}.button.clear.action,.button.clear.action.disabled,.button.clear.action[disabled],.button.clear.action:hover,.button.clear.action:hover.disabled,.button.clear.action:hover[disabled],.button.clear.action:focus,.button.clear.action:focus.disabled,.button.clear.action:focus[disabled]{border-color:rgba(0,0,0,0)}.button.dropdown::after{display:block;width:0;height:0;border:inset .4em;content:"";border-bottom-width:0;border-top-style:solid;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0);position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.hollow::after,.button.dropdown.clear::after{border-top-color:#1779ba}.button.dropdown.hollow.primary::after,.button.dropdown.clear.primary::after{border-top-color:#f29a20}.button.dropdown.hollow.secondary::after,.button.dropdown.clear.secondary::after{border-top-color:#404040}.button.dropdown.hollow.success::after,.button.dropdown.clear.success::after{border-top-color:#2ecc71}.button.dropdown.hollow.warning::after,.button.dropdown.clear.warning::after{border-top-color:red}.button.dropdown.hollow.alert::after,.button.dropdown.clear.alert::after{border-top-color:#f62459}.button.dropdown.hollow.action::after,.button.dropdown.clear.action::after{border-top-color:#f62459}.button.arrow-only::after{top:-0.1em;float:none;margin-left:0}a.button:hover,a.button:focus{text-decoration:none}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;-webkit-box-shadow:none;box-shadow:none;font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;color:#0a0a0a;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{outline:none;border:solid 1px #e6e6e6;background-color:#fefefe;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=submit],[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-input-placeholder{color:#cacaca}::-moz-placeholder{color:#cacaca}:-ms-input-placeholder{color:#cacaca}::-ms-input-placeholder{color:#cacaca}::placeholder{color:#cacaca}[type=file],[type=checkbox],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:1rem;font-weight:normal;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-0.5rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:1rem;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0 0 0 0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0 0 0 0}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label,.input-group-button,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#0a0a0a;text-align:center;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{-ms-flex-item-align:stretch;align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:1rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-0.1875rem;padding:0 .1875rem}select{height:2.4375rem;margin:0 0 1rem;padding:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;color:#0a0a0a;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}@media screen and (min-width: 0\0 ){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{outline:none;border:solid 1px #e6e6e6;background-color:#fefefe;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:rgb(249.9,237,235)}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-moz-placeholder{color:#cc4b37}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-0.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:bold;color:#cc4b37}.form-error.is-visible{display:block}.callout{position:relative;margin:0 0 1rem 0;padding:1rem;border:1px solid rgba(10,10,10,.25);border-radius:0;background-color:hsl(0,0%,99.9411764706%);color:#0a0a0a}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:rgb(253.05,239.85,221.55);color:#0a0a0a}.callout.secondary{background-color:hsl(0,0%,88.7647058824%);color:#0a0a0a}.callout.success{background-color:rgb(223.176,247.824,233.628);color:#0a0a0a}.callout.warning{background-color:hsl(0,100%,92.5%);color:#0a0a0a}.callout.alert{background-color:rgb(253.65,222.15,230.1);color:#0a0a0a}.callout.action{background-color:rgb(253.65,222.15,230.1);color:#0a0a0a}.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}.close-button{position:absolute;color:#424242;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:hover,.close-button:focus{color:#f62459}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.menu{padding:0;margin:0;list-style:none;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}[data-whatinput=mouse] .menu li{outline:0}.menu a,.menu .button{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.menu input,.menu select,.menu a,.menu button{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu.vertical{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu.expanded li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.menu.simple{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width: 40em){.menu.medium-horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu.medium-vertical{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu.medium-expanded li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.menu.medium-simple li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}}@media print,screen and (min-width: 64em){.menu.large-horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu.large-vertical{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu.large-expanded li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.menu.large-simple li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons a{display:-webkit-box;display:-ms-flexbox;display:flex}.menu.icon-top a,.menu.icon-right a,.menu.icon-bottom a,.menu.icon-left a{display:-webkit-box;display:-ms-flexbox;display:flex}.menu.icon-left li a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.menu.icon-left li a img,.menu.icon-left li a i,.menu.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.menu.icon-right li a img,.menu.icon-right li a i,.menu.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.menu.icon-top li a img,.menu.icon-top li a i,.menu.icon-top li a svg{-ms-flex-item-align:stretch;align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.icon-bottom li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.menu.icon-bottom li a img,.menu.icon-bottom li a i,.menu.icon-bottom li a svg{-ms-flex-item-align:stretch;align-self:stretch;margin-bottom:.25rem;text-align:center}.menu .is-active>a{background:#1779ba;color:#fefefe}.menu .active>a{background:#1779ba;color:#fefefe}.menu.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.menu.align-right li .submenu li{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu.align-center li .submenu li{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu .menu-text{padding:.7rem 1rem;font-weight:bold;line-height:1;color:inherit}.menu-centered>.menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-centered>.menu li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-centered>.menu li .submenu li{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#242635;-webkit-box-shadow:0 7px 0 #242635,0 14px 0 #242635;box-shadow:0 7px 0 #242635,0 14px 0 #242635;content:""}.menu-icon:hover::after{background:#aaa;-webkit-box-shadow:0 7px 0 #aaa,0 14px 0 #aaa;box-shadow:0 7px 0 #aaa,0 14px 0 #aaa}.menu-icon.dark{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon.dark::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#242635;-webkit-box-shadow:0 7px 0 #242635,0 14px 0 #242635;box-shadow:0 7px 0 #242635,0 14px 0 #242635;content:""}.menu-icon.dark:hover::after{background:#424242;-webkit-box-shadow:0 7px 0 #424242,0 14px 0 #424242;box-shadow:0 7px 0 #424242,0 14px 0 #424242}.dropdown-pane{position:absolute;z-index:10;display:none;width:300px;padding:1rem;visibility:hidden;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-bottom-width:0;border-top-style:solid;border-color:#1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:5px;left:auto;margin-top:-3px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu>li>a{padding:.7rem 1rem}.dropdown.menu>li.is-active>a{background:rgba(0,0,0,0);color:#1779ba}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a::after{right:14px}.dropdown.menu.vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-left-width:0;border-right-style:solid;border-color:rgba(0,0,0,0) #1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:auto;left:5px}.dropdown.menu.vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-right-width:0;border-left-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1779ba}@media print,screen and (min-width: 40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-bottom-width:0;border-top-style:solid;border-color:#1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:5px;left:auto;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a::after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-left-width:0;border-right-style:solid;border-color:rgba(0,0,0,0) #1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:auto;left:5px}.dropdown.menu.medium-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-right-width:0;border-left-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1779ba}}@media print,screen and (min-width: 64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-bottom-width:0;border-top-style:solid;border-color:#1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:5px;left:auto;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a::after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-left-width:0;border-right-style:solid;border-color:rgba(0,0,0,0) #1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:auto;left:5px}.dropdown.menu.large-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-right-width:0;border-left-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1779ba}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #cacaca;background:#fefefe}.dropdown .is-dropdown-submenu a{padding:.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a::after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-left-width:0;border-right-style:solid;border-color:rgba(0,0,0,0) #1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:auto;left:5px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:"";border-right-width:0;border-left-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1779ba}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}html.is-reveal-open{position:fixed;width:100%;overflow-y:hidden}html.is-reveal-open.zf-has-scroll{overflow-y:scroll}html.is-reveal-open body{overflow-y:hidden}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:hsla(0,0%,100%,.8);overflow-y:auto}.reveal{z-index:1006;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;padding:20px;border:1px solid #aaa;border-radius:0;background-color:#fff;position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width: 40em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width: 40em){.reveal{width:600px;max-width:75rem}}.reveal.collapse{padding:0}@media print,screen and (min-width: 40em){.reveal.tiny{width:30%;max-width:75rem}}@media print,screen and (min-width: 40em){.reveal.small{width:50%;max-width:75rem}}@media print,screen and (min-width: 40em){.reveal.large{width:90%;max-width:75rem}}.reveal.full{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}@media screen and (max-width: 39.99875em){.reveal{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.title-bar{padding:.75rem 1.05rem;background:transparent1;color:#242635;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left,.title-bar-right{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.title-bar-right{text-align:right}.title-bar-title{display:inline-block;vertical-align:middle;font-weight:bold}.top-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar,.top-bar ul{background-color:rgba(0,0,0,0)}.top-bar ul ul{background-color:#e6e6e6}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media print,screen and (min-width: 40em){.top-bar{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.top-bar .top-bar-left{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:auto}.top-bar .top-bar-right{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-left:auto}}@media screen and (max-width: 63.99875em){.top-bar.stacked-for-medium{-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width: 74.99875em){.top-bar.stacked-for-large{-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.top-bar-title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:.5rem 1rem .5rem 0}.top-bar-left,.top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.hide{display:none !important}.invisible{visibility:hidden}@media screen and (max-width: 39.99875em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only{display:none !important}}@media print,screen and (min-width: 40em){.hide-for-medium{display:none !important}}@media screen and (max-width: 39.99875em){.show-for-medium{display:none !important}}@media screen and (min-width: 40em)and (max-width: 63.99875em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only{display:none !important}}@media print,screen and (min-width: 64em){.hide-for-large{display:none !important}}@media screen and (max-width: 63.99875em){.show-for-large{display:none !important}}@media screen and (min-width: 64em)and (max-width: 74.99875em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-ms-flex-pack:distribute;justify-content:space-around}.align-left.vertical.menu>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-self-middle{-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.small-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}@media print,screen and (min-width: 40em){.medium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width: 64em){.large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.grid-container{padding-right:0.625rem;padding-left:0.625rem;max-width:75rem;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 40em){.grid-container{padding-right:0.9375rem;padding-left:0.9375rem}}.grid-container.fluid{padding-right:0.625rem;padding-left:0.625rem;max-width:100%;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 40em){.grid-container.fluid{padding-right:0.9375rem;padding-left:0.9375rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.cell{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0px;min-width:0px;width:100%}.cell.auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.cell.shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width: 40em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width: 64em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-x>.small-12,.grid-x>.small-11,.grid-x>.small-10,.grid-x>.small-9,.grid-x>.small-8,.grid-x>.small-7,.grid-x>.small-6,.grid-x>.small-5,.grid-x>.small-4,.grid-x>.small-3,.grid-x>.small-2,.grid-x>.small-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width: 40em){.grid-x>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.medium-12,.grid-x>.medium-11,.grid-x>.medium-10,.grid-x>.medium-9,.grid-x>.medium-8,.grid-x>.medium-7,.grid-x>.medium-6,.grid-x>.medium-5,.grid-x>.medium-4,.grid-x>.medium-3,.grid-x>.medium-2,.grid-x>.medium-1,.grid-x>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.grid-x>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.large-12,.grid-x>.large-11,.grid-x>.large-10,.grid-x>.large-9,.grid-x>.large-8,.grid-x>.large-7,.grid-x>.large-6,.grid-x>.large-5,.grid-x>.large-4,.grid-x>.large-3,.grid-x>.large-2,.grid-x>.large-1,.grid-x>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-0.3125rem;margin-right:-0.3125rem}@media print,screen and (min-width: 40em){.grid-margin-x{margin-left:-0.46875rem;margin-right:-0.46875rem}}.grid-margin-x>.cell{width:calc(100% - 0.625rem);margin-left:0.3125rem;margin-right:0.3125rem}@media print,screen and (min-width: 40em){.grid-margin-x>.cell{width:calc(100% - 0.9375rem);margin-left:0.46875rem;margin-right:0.46875rem}}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 0.625rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 0.625rem)}.grid-margin-x>.small-3{width:calc(25% - 0.625rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 0.625rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 0.625rem)}.grid-margin-x>.small-6{width:calc(50% - 0.625rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 0.625rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 0.625rem)}.grid-margin-x>.small-9{width:calc(75% - 0.625rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 0.625rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 0.625rem)}.grid-margin-x>.small-12{width:calc(100% - 0.625rem)}@media print,screen and (min-width: 40em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 0.9375rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 0.9375rem)}.grid-margin-x>.small-3{width:calc(25% - 0.9375rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 0.9375rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 0.9375rem)}.grid-margin-x>.small-6{width:calc(50% - 0.9375rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 0.9375rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 0.9375rem)}.grid-margin-x>.small-9{width:calc(75% - 0.9375rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 0.9375rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 0.9375rem)}.grid-margin-x>.small-12{width:calc(100% - 0.9375rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.3333333333% - 0.9375rem)}.grid-margin-x>.medium-2{width:calc(16.6666666667% - 0.9375rem)}.grid-margin-x>.medium-3{width:calc(25% - 0.9375rem)}.grid-margin-x>.medium-4{width:calc(33.3333333333% - 0.9375rem)}.grid-margin-x>.medium-5{width:calc(41.6666666667% - 0.9375rem)}.grid-margin-x>.medium-6{width:calc(50% - 0.9375rem)}.grid-margin-x>.medium-7{width:calc(58.3333333333% - 0.9375rem)}.grid-margin-x>.medium-8{width:calc(66.6666666667% - 0.9375rem)}.grid-margin-x>.medium-9{width:calc(75% - 0.9375rem)}.grid-margin-x>.medium-10{width:calc(83.3333333333% - 0.9375rem)}.grid-margin-x>.medium-11{width:calc(91.6666666667% - 0.9375rem)}.grid-margin-x>.medium-12{width:calc(100% - 0.9375rem)}}@media print,screen and (min-width: 64em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.3333333333% - 0.9375rem)}.grid-margin-x>.large-2{width:calc(16.6666666667% - 0.9375rem)}.grid-margin-x>.large-3{width:calc(25% - 0.9375rem)}.grid-margin-x>.large-4{width:calc(33.3333333333% - 0.9375rem)}.grid-margin-x>.large-5{width:calc(41.6666666667% - 0.9375rem)}.grid-margin-x>.large-6{width:calc(50% - 0.9375rem)}.grid-margin-x>.large-7{width:calc(58.3333333333% - 0.9375rem)}.grid-margin-x>.large-8{width:calc(66.6666666667% - 0.9375rem)}.grid-margin-x>.large-9{width:calc(75% - 0.9375rem)}.grid-margin-x>.large-10{width:calc(83.3333333333% - 0.9375rem)}.grid-margin-x>.large-11{width:calc(91.6666666667% - 0.9375rem)}.grid-margin-x>.large-12{width:calc(100% - 0.9375rem)}}.grid-padding-x .grid-padding-x{margin-right:-0.3125rem;margin-left:-0.3125rem}@media print,screen and (min-width: 40em){.grid-padding-x .grid-padding-x{margin-right:-0.46875rem;margin-left:-0.46875rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-0.3125rem;margin-left:-0.3125rem}@media print,screen and (min-width: 40em){.grid-container:not(.full)>.grid-padding-x{margin-right:-0.46875rem;margin-left:-0.46875rem}}.grid-padding-x>.cell{padding-right:0.625rem;padding-left:0.625rem}@media print,screen and (min-width: 40em){.grid-padding-x>.cell{padding-right:0.9375rem;padding-left:0.9375rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width: 40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width: 64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 0.625rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 0.625rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 0.625rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 0.625rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 0.625rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 0.625rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 0.625rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 0.625rem)}@media print,screen and (min-width: 40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 0.9375rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 0.9375rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 0.9375rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 0.9375rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 0.9375rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 0.9375rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 0.9375rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 0.9375rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 0.9375rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 0.9375rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333333333% - 0.9375rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 0.9375rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 0.9375rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6666666667% - 0.9375rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857142857% - 0.9375rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 0.9375rem)}}@media print,screen and (min-width: 64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 0.9375rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 0.9375rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.3333333333% - 0.9375rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 0.9375rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 0.9375rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.6666666667% - 0.9375rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.2857142857% - 0.9375rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 0.9375rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width: 40em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width: 40em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width: 40em){.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width: 40em){.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width: 40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width: 64em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width: 64em){.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width: 64em){.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width: 64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:calc(0% + 0.3125rem)}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.3333333333% + 0.3125rem)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.6666666667% + 0.3125rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + 0.3125rem)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.3333333333% + 0.3125rem)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.6666666667% + 0.3125rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + 0.3125rem)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.3333333333% + 0.3125rem)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.6666666667% + 0.3125rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + 0.3125rem)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.3333333333% + 0.3125rem)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.6666666667% + 0.3125rem)}@media print,screen and (min-width: 40em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + 0.46875rem)}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.3333333333% + 0.46875rem)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.6666666667% + 0.46875rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + 0.46875rem)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.3333333333% + 0.46875rem)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.6666666667% + 0.46875rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + 0.46875rem)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.3333333333% + 0.46875rem)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.6666666667% + 0.46875rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + 0.46875rem)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.3333333333% + 0.46875rem)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.6666666667% + 0.46875rem)}}@media print,screen and (min-width: 64em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:calc(0% + 0.46875rem)}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.3333333333% + 0.46875rem)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.6666666667% + 0.46875rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 0.46875rem)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.3333333333% + 0.46875rem)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.6666666667% + 0.46875rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 0.46875rem)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.3333333333% + 0.46875rem)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.6666666667% + 0.46875rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 0.46875rem)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.3333333333% + 0.46875rem)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.6666666667% + 0.46875rem)}}.grid-y{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.grid-y>.cell{width:auto;max-width:none}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width: 40em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width: 64em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-y>.small-12,.grid-y>.small-11,.grid-y>.small-10,.grid-y>.small-9,.grid-y>.small-8,.grid-y>.small-7,.grid-y>.small-6,.grid-y>.small-5,.grid-y>.small-4,.grid-y>.small-3,.grid-y>.small-2,.grid-y>.small-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width: 40em){.grid-y>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.medium-12,.grid-y>.medium-11,.grid-y>.medium-10,.grid-y>.medium-9,.grid-y>.medium-8,.grid-y>.medium-7,.grid-y>.medium-6,.grid-y>.medium-5,.grid-y>.medium-4,.grid-y>.medium-3,.grid-y>.medium-2,.grid-y>.medium-1,.grid-y>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width: 64em){.grid-y>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.large-12,.grid-y>.large-11,.grid-y>.large-10,.grid-y>.large-9,.grid-y>.large-8,.grid-y>.large-7,.grid-y>.large-6,.grid-y>.large-5,.grid-y>.large-4,.grid-y>.large-3,.grid-y>.large-2,.grid-y>.large-1,.grid-y>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-0.3125rem;margin-bottom:-0.3125rem}@media print,screen and (min-width: 40em){.grid-padding-y .grid-padding-y{margin-top:-0.46875rem;margin-bottom:-0.46875rem}}.grid-padding-y>.cell{padding-top:0.625rem;padding-bottom:0.625rem}@media print,screen and (min-width: 40em){.grid-padding-y>.cell{padding-top:0.9375rem;padding-bottom:0.9375rem}}.grid-margin-y{margin-top:-0.3125rem;margin-bottom:-0.3125rem}@media print,screen and (min-width: 40em){.grid-margin-y{margin-top:-0.46875rem;margin-bottom:-0.46875rem}}.grid-margin-y>.cell{height:calc(100% - 0.625rem);margin-top:0.3125rem;margin-bottom:0.3125rem}@media print,screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 0.9375rem);margin-top:0.46875rem;margin-bottom:0.46875rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 0.625rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 0.625rem)}.grid-margin-y>.small-3{height:calc(25% - 0.625rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 0.625rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 0.625rem)}.grid-margin-y>.small-6{height:calc(50% - 0.625rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 0.625rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 0.625rem)}.grid-margin-y>.small-9{height:calc(75% - 0.625rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 0.625rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 0.625rem)}.grid-margin-y>.small-12{height:calc(100% - 0.625rem)}@media print,screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 0.9375rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 0.9375rem)}.grid-margin-y>.small-3{height:calc(25% - 0.9375rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 0.9375rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 0.9375rem)}.grid-margin-y>.small-6{height:calc(50% - 0.9375rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 0.9375rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 0.9375rem)}.grid-margin-y>.small-9{height:calc(75% - 0.9375rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 0.9375rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 0.9375rem)}.grid-margin-y>.small-12{height:calc(100% - 0.9375rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 0.9375rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 0.9375rem)}.grid-margin-y>.medium-3{height:calc(25% - 0.9375rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 0.9375rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 0.9375rem)}.grid-margin-y>.medium-6{height:calc(50% - 0.9375rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 0.9375rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 0.9375rem)}.grid-margin-y>.medium-9{height:calc(75% - 0.9375rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 0.9375rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 0.9375rem)}.grid-margin-y>.medium-12{height:calc(100% - 0.9375rem)}}@media print,screen and (min-width: 64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 0.9375rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 0.9375rem)}.grid-margin-y>.large-3{height:calc(25% - 0.9375rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 0.9375rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 0.9375rem)}.grid-margin-y>.large-6{height:calc(50% - 0.9375rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 0.9375rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 0.9375rem)}.grid-margin-y>.large-9{height:calc(75% - 0.9375rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 0.9375rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 0.9375rem)}.grid-margin-y>.large-12{height:calc(100% - 0.9375rem)}}.grid-frame{overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media print,screen and (min-width: 40em){.medium-grid-frame{overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame{overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{width:auto;overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame{width:auto;overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame{width:auto;overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width: 40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width: 64em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-top:-0.3125rem;margin-bottom:-0.3125rem}@media print,screen and (min-width: 40em){.grid-margin-y{margin-top:-0.46875rem;margin-bottom:-0.46875rem}}.grid-margin-y>.cell{height:calc(100% - 0.625rem);margin-top:0.3125rem;margin-bottom:0.3125rem}@media print,screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 0.9375rem);margin-top:0.46875rem;margin-bottom:0.46875rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 0.625rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 0.625rem)}.grid-margin-y>.small-3{height:calc(25% - 0.625rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 0.625rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 0.625rem)}.grid-margin-y>.small-6{height:calc(50% - 0.625rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 0.625rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 0.625rem)}.grid-margin-y>.small-9{height:calc(75% - 0.625rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 0.625rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 0.625rem)}.grid-margin-y>.small-12{height:calc(100% - 0.625rem)}@media print,screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 0.9375rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 0.9375rem)}.grid-margin-y>.small-3{height:calc(25% - 0.9375rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 0.9375rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 0.9375rem)}.grid-margin-y>.small-6{height:calc(50% - 0.9375rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 0.9375rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 0.9375rem)}.grid-margin-y>.small-9{height:calc(75% - 0.9375rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 0.9375rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 0.9375rem)}.grid-margin-y>.small-12{height:calc(100% - 0.9375rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 0.9375rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 0.9375rem)}.grid-margin-y>.medium-3{height:calc(25% - 0.9375rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 0.9375rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 0.9375rem)}.grid-margin-y>.medium-6{height:calc(50% - 0.9375rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 0.9375rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 0.9375rem)}.grid-margin-y>.medium-9{height:calc(75% - 0.9375rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 0.9375rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 0.9375rem)}.grid-margin-y>.medium-12{height:calc(100% - 0.9375rem)}}@media print,screen and (min-width: 64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 0.9375rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 0.9375rem)}.grid-margin-y>.large-3{height:calc(25% - 0.9375rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 0.9375rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 0.9375rem)}.grid-margin-y>.large-6{height:calc(50% - 0.9375rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 0.9375rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 0.9375rem)}.grid-margin-y>.large-9{height:calc(75% - 0.9375rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 0.9375rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 0.9375rem)}.grid-margin-y>.large-12{height:calc(100% - 0.9375rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 0.625rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y{height:calc(100vh + 0.9375rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y{height:calc(100vh + 0.9375rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 0.9375rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 0.9375rem)}}.slide-in-down.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-down.mui-enter.mui-enter-active{-webkit-transform:translateY(0);transform:translateY(0)}.slide-in-left.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-left.mui-enter.mui-enter-active{-webkit-transform:translateX(0);transform:translateX(0)}.slide-in-up.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-up.mui-enter.mui-enter-active{-webkit-transform:translateY(0);transform:translateY(0)}.slide-in-right.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-in-right.mui-enter.mui-enter-active{-webkit-transform:translateX(0);transform:translateX(0)}.slide-out-down.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-down.mui-leave.mui-leave-active{-webkit-transform:translateY(100%);transform:translateY(100%)}.slide-out-right.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-right.mui-leave.mui-leave-active{-webkit-transform:translateX(100%);transform:translateX(100%)}.slide-out-up.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-up.mui-leave.mui-leave-active{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.slide-out-left.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide-out-left.mui-leave.mui-leave-active{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.fade-in.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:0;-webkit-transition-property:opacity;transition-property:opacity}.fade-in.mui-enter.mui-enter-active{opacity:1}.fade-out.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:1;-webkit-transition-property:opacity;transition-property:opacity}.fade-out.mui-leave.mui-leave-active{opacity:0}.hinge-in-from-top.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);-webkit-transform-origin:top;transform-origin:top;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-top.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-right.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);-webkit-transform-origin:right;transform-origin:right;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-right.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-bottom.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateX(90deg);transform:perspective(2000px) rotateX(90deg);-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-bottom.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-left.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);-webkit-transform-origin:left;transform-origin:left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-left.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-middle-x.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-middle-x.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-middle-y.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.hinge-in-from-middle-y.mui-enter.mui-enter-active{-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-out-from-top.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);-webkit-transform-origin:top;transform-origin:top;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-top.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateX(90deg);transform:perspective(2000px) rotateX(90deg);opacity:0}.hinge-out-from-right.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);-webkit-transform-origin:right;transform-origin:right;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-right.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}.hinge-out-from-bottom.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-bottom.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}.hinge-out-from-left.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);-webkit-transform-origin:left;transform-origin:left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-left.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}.hinge-out-from-middle-x.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-middle-x.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateX(90deg);transform:perspective(2000px) rotateX(90deg);opacity:0}.hinge-out-from-middle-y.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:perspective(2000px) rotate(0deg);transform:perspective(2000px) rotate(0deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.hinge-out-from-middle-y.mui-leave.mui-leave-active{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}.scale-in-up.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.scale-in-up.mui-enter.mui-enter-active{-webkit-transform:scale(1);transform:scale(1);opacity:1}.scale-in-down.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.scale-in-down.mui-enter.mui-enter-active{-webkit-transform:scale(1);transform:scale(1);opacity:1}.scale-out-up.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:scale(1);transform:scale(1);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.scale-out-up.mui-leave.mui-leave-active{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}.scale-out-down.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:scale(1);transform:scale(1);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.scale-out-down.mui-leave.mui-leave-active{-webkit-transform:scale(0.5);transform:scale(0.5);opacity:0}.spin-in.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:rotate(-0.75turn);transform:rotate(-0.75turn);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.spin-in.mui-enter.mui-enter-active{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}.spin-out.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.spin-out.mui-leave.mui-leave-active{-webkit-transform:rotate(0.75turn);transform:rotate(0.75turn);opacity:0}.spin-in-ccw.mui-enter{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:rotate(0.75turn);transform:rotate(0.75turn);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:0}.spin-in-ccw.mui-enter.mui-enter-active{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}.spin-out-ccw.mui-leave{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;opacity:1}.spin-out-ccw.mui-leave.mui-leave-active{-webkit-transform:rotate(-0.75turn);transform:rotate(-0.75turn);opacity:0}.slow{-webkit-transition-duration:750ms !important;transition-duration:750ms !important}.fast{-webkit-transition-duration:250ms !important;transition-duration:250ms !important}.linear{-webkit-transition-timing-function:linear !important;transition-timing-function:linear !important}.ease{-webkit-transition-timing-function:ease !important;transition-timing-function:ease !important}.ease-in{-webkit-transition-timing-function:ease-in !important;transition-timing-function:ease-in !important}.ease-out{-webkit-transition-timing-function:ease-out !important;transition-timing-function:ease-out !important}.ease-in-out{-webkit-transition-timing-function:ease-in-out !important;transition-timing-function:ease-in-out !important}.bounce-in{-webkit-transition-timing-function:cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;transition-timing-function:cubic-bezier(0.485, 0.155, 0.24, 1.245) !important}.bounce-out{-webkit-transition-timing-function:cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;transition-timing-function:cubic-bezier(0.485, 0.155, 0.515, 0.845) !important}.bounce-in-out{-webkit-transition-timing-function:cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;transition-timing-function:cubic-bezier(0.76, -0.245, 0.24, 1.245) !important}.short-delay{-webkit-transition-delay:300ms !important;transition-delay:300ms !important}.long-delay{-webkit-transition-delay:700ms !important;transition-delay:700ms !important}.shake{-webkit-animation-name:shake-7;animation-name:shake-7}@-webkit-keyframes shake-7{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%{-webkit-transform:translateX(7%);transform:translateX(7%)}5%,15%,25%,35%,45%,55%,65%,75%,85%,95%{-webkit-transform:translateX(-7%);transform:translateX(-7%)}}@keyframes shake-7{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%{-webkit-transform:translateX(7%);transform:translateX(7%)}5%,15%,25%,35%,45%,55%,65%,75%,85%,95%{-webkit-transform:translateX(-7%);transform:translateX(-7%)}}.spin-cw{-webkit-animation-name:spin-cw-1turn;animation-name:spin-cw-1turn}@-webkit-keyframes spin-cw-1turn{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes spin-cw-1turn{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.spin-ccw{-webkit-animation-name:spin-ccw-1turn;animation-name:spin-ccw-1turn}@-webkit-keyframes spin-ccw-1turn{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes spin-ccw-1turn{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.wiggle{-webkit-animation-name:wiggle-7deg;animation-name:wiggle-7deg}@-webkit-keyframes wiggle-7deg{40%,50%,60%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}35%,45%,55%,65%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}0%,30%,70%,100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes wiggle-7deg{40%,50%,60%{-webkit-transform:rotate(7deg);transform:rotate(7deg)}35%,45%,55%,65%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}0%,30%,70%,100%{-webkit-transform:rotate(0);transform:rotate(0)}}.shake,.spin-cw,.spin-ccw,.wiggle{-webkit-animation-duration:500ms;animation-duration:500ms}.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.slow{-webkit-animation-duration:750ms !important;animation-duration:750ms !important}.fast{-webkit-animation-duration:250ms !important;animation-duration:250ms !important}.linear{-webkit-animation-timing-function:linear !important;animation-timing-function:linear !important}.ease{-webkit-animation-timing-function:ease !important;animation-timing-function:ease !important}.ease-in{-webkit-animation-timing-function:ease-in !important;animation-timing-function:ease-in !important}.ease-out{-webkit-animation-timing-function:ease-out !important;animation-timing-function:ease-out !important}.ease-in-out{-webkit-animation-timing-function:ease-in-out !important;animation-timing-function:ease-in-out !important}.bounce-in{-webkit-animation-timing-function:cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;animation-timing-function:cubic-bezier(0.485, 0.155, 0.24, 1.245) !important}.bounce-out{-webkit-animation-timing-function:cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;animation-timing-function:cubic-bezier(0.485, 0.155, 0.515, 0.845) !important}.bounce-in-out{-webkit-animation-timing-function:cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;animation-timing-function:cubic-bezier(0.76, -0.245, 0.24, 1.245) !important}.short-delay{-webkit-animation-delay:300ms !important;animation-delay:300ms !important}.long-delay{-webkit-animation-delay:700ms !important;animation-delay:700ms !important}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}header{padding:10px 0;background:rgba(0,0,0,0);z-index:1002;position:relative;top:0px;font-size:16px;width:100%}header svg{max-height:24px}@media screen and (max-width: 39.99875em){header .button{padding-left:0;padding-right:0}}header img{width:100%;max-width:100px}@media print,screen and (min-width: 64em){header img{max-width:280px}}header .menu .menu-item+.menu-item{margin-left:10px}header .menu svg{-webkit-transition:left 300ms ease-in-out;transition:left 300ms ease-in-out;position:relative;width:18px;height:auto;margin-right:8px}header .menu-item:not(:last-child) a.button.primary span,header .menu-item:not(:last-child) a.button.secondary span{position:relative}header .menu-item:not(:last-child) a.button.primary span:before,header .menu-item:not(:last-child) a.button.secondary span:before{width:0;height:4px;display:-webkit-box;display:-ms-flexbox;display:flex;content:"";position:absolute;bottom:-5px;background:#f29a20;-webkit-transition:width .2s ease-in-out;transition:width .2s ease-in-out}header .menu-item:not(:last-child):hover a.button.primary span:before,header .menu-item:not(:last-child):hover a.button.secondary span:before{width:100%}header .dropdown-pane{font-size:14px;width:100%;position:absolute;padding:0;z-index:1040;max-width:230px;border-radius:4px;overflow:hidden;border:0;-webkit-box-shadow:rgba(9,30,66,.25) 0px 4px 8px -2px,rgba(9,30,66,.31) 0px 0px 1px;box-shadow:rgba(9,30,66,.25) 0px 4px 8px -2px,rgba(9,30,66,.31) 0px 0px 1px}@media print,screen and (min-width: 64em){header .dropdown-pane{font-size:16px}}header .dropdown-pane li{-webkit-transition:padding-left .3s ease-in-out;transition:padding-left .3s ease-in-out}header .dropdown-pane li:hover{padding-left:30px}header .dropdown-pane li:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}header .dropdown-pane h2{padding:10px;font-size:20px;border-bottom:solid 1px #ccc}header .dropdown-pane ul{margin:0;width:100%}header .dropdown-pane ul li{margin:0;width:100%;height:46px;cursor:pointer;padding:10px 20px}@media screen and (min-width: 0 \0 ){header .dropdown-pane ul li{padding-bottom:20px}}header .dropdown-pane ul li:hover a{color:#fff}header .dropdown-pane ul li:hover a svg{stroke:#fff}header .dropdown-pane ul li svg{-webkit-transition:left 300ms ease-in-out;transition:left 300ms ease-in-out;position:relative;left:0;top:3px;width:18px;height:auto;margin-right:8px}header .dropdown-pane ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;color:#242635}header .dropdown-pane ul li a:hover{color:#fff}header .dropdown-pane ul li:hover{background:#f29a20;color:#fff}header .dropdown-pane:before{content:none}header .dropdown-pane ul{background:rgba(0,0,0,0)}header .dropdown-pane ul li{width:100%}header.sticky{-webkit-animation:slideInDown 300ms forwards;animation:slideInDown 300ms forwards;position:fixed;padding:10px 0;top:0 !important;z-index:100;width:100%;background:#fff;border-bottom:solid 1px #e6e6e6}header.sticky .top-bar-logo a{text-shadow:none;font-size:24px;line-height:24px;font-weight:bold}header.sticky .top-bar a{color:#242635;line-height:1}header.sticky .top-bar a:focus,header.sticky .top-bar a:active,header.sticky .top-bar a:hover{color:#242635}header.sticky img{width:100%;max-width:100px}@media print,screen and (min-width: 64em){header.sticky img{max-width:280px}}header .button.primary,header .button.secondary{color:#242635}header .button.primary:focus,header .button.primary:active,header .button.primary:hover,header .button.secondary:focus,header .button.secondary:active,header .button.secondary:hover{color:#242635}header .top-bar a{color:#242635}header .top-bar .button.primary,header .top-bar .button.secondary{background:rgba(0,0,0,0);border:solid 2px rgba(0,0,0,0);position:relative}header svg{stroke:#242635}header .button{margin-bottom:0;border-radius:2px}header .menu a{padding:0}header .menu li{margin-right:0;padding-right:0;text-align:center}header .menu li:not(:first-child){margin-right:0}@media print,screen and (min-width: 40em){header .menu li{width:auto;text-align:left}}header .header-mobile{padding-left:0}header .header-mobile .cell+.cell{margin-left:10px}header .header-mobile a{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header #title-bar a+a{margin-left:10px}header #title-bar>div{width:100%}header ul{background:#fff;list-style:none}header ul li{float:left;list-style:none;position:relative;padding-right:5px;margin-right:5px}header ul li .menu-item:not(:first-child){padding-left:5px;margin-right:5px}header ul li .menu-item:last-child{padding-left:0}header ul li ul{display:none;position:absolute;top:0;padding:5px;left:0}header ul li:hover ul{top:20px;display:block}body:not(.talentwidget-logged-in) .show-when-logged-in{z-index:-1;position:absolute;top:-9999px;left:-9999px}body.talentwidget-logged-in .hide-when-logged-in{z-index:-1;position:absolute;top:-9999px;left:-9999px}#hero{padding:3.125rem .9375rem;text-align:center;min-height:400px;max-height:520px;position:relative;color:#fff;position:relative;background:#fff;background:url(https://cdn.eu.talention.com/sbk-koeln.talention.com/layers/assets/img/hero-template.jpg) no-repeat left -150px center;background-size:cover}@media print,screen and (min-width: 64em){#hero{padding:16.25rem 0}}@media print,screen and (min-width: 64em){#hero{text-align:left}}#hero>.grid-container{z-index:2;position:absolute;width:100%;max-width:100rem;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);top:27.5%;right:50%}#hero h1{font-size:1.5rem}#hero h1 strong{font-size:2rem}@media print,screen and (min-width: 64em){#hero h1{font-size:2.6rem}#hero h1 strong{font-size:4.2rem}}#hero img{margin-bottom:30px;display:block;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 64em){#hero img{margin-bottom:0}}@media print,screen and (min-width: 64em){#hero{background-position:center}}#hero tms-randomjob p{min-height:4.0625rem;font-size:1.5rem;color:#f29a20;font-weight:bold}#hero tms-randomjob .tms-randomjob-wrap{position:relative}#hero tms-randomjob .tms-randomjob-button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe;background-color:#f29a20;color:#0a0a0a;-webkit-transition:all .2s;transition:all .2s;margin:0;border:solid 2px #f29a20;font-size:1.25rem}[data-whatinput=mouse] #hero tms-randomjob .tms-randomjob-button{outline:0}#hero tms-randomjob .tms-randomjob-button:hover,#hero tms-randomjob .tms-randomjob-button:focus{background-color:rgb(19.55,102.85,158.1);color:#fefefe}#hero tms-randomjob .tms-randomjob-button:hover,#hero tms-randomjob .tms-randomjob-button:focus{background-color:rgb(207.1254237288,125.3898305085,12.0745762712);color:#0a0a0a}#hero tms-randomjob .tms-randomjob-button:focus,#hero tms-randomjob .tms-randomjob-button:active,#hero tms-randomjob .tms-randomjob-button:hover{-webkit-box-shadow:none;box-shadow:none;border:solid 2px rgb(207.1254237288,125.3898305085,12.0745762712);color:#f29a20}#hero tms-randomjob .tms-randomjob-button:hover{background:rgba(0,0,0,0)}#hero canvas{display:none}.tms-create-jobagent-mask-register-toc-input{margin:0}#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-property-wrap,#tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-property-wrap{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.jobfeed-item-property.jobfeed-item-property--arbeitszeitmodell{width:100%}#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-property-wrap>div:last-child,#tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-property-wrap>div:last-child{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}#tms-remotejoblist .tms-component.tms-component--joblist tms-relatedjobs #tms-jobfeed-list li .tms-jobfeed-item-button--wrapper,#tms-remotejoblist .tms-component.tms-component--joblist tms-joblist #tms-jobfeed-list li .tms-jobfeed-item-button--wrapper{-ms-flex-negative:1 !important;flex-shrink:1 !important}#tms-remote-talentnetwork{background:#f29a20}#tms-remote-talentnetwork header{z-index:auto}#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget{width:100%;max-width:75rem;margin:auto;padding-left:0;padding-right:0}#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget .tms-select-replacement,#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget .tms-candidate-widget-recovery-password-email,#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget .tms-candidate-widget-login-email,#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget .tms-candidate-widget-login-password,#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget .tms-candidate-widget-type--input{border:none !important}#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget .tms-select-replacement.tms-has-error,#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget .tms-candidate-widget-recovery-password-email.tms-has-error,#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget .tms-candidate-widget-login-email.tms-has-error,#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget .tms-candidate-widget-login-password.tms-has-error,#tms-remote-talentnetwork>.tms-component.tms-component--candidate-widget .tms-candidate-widget-type--input.tms-has-error{background:#fff !important;border:solid 2px red !important}#tms-remote-talentnetwork .tms-candidate-widget-errors-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:red;position:relative}#tms-remote-talentnetwork .tms-candidate-widget-errors-close-button{position:absolute;right:.5rem;color:#fff;font-size:24px;top:.5rem;z-index:200000}#tms-remote-talentnetwork .tms-candidate-widget-errors:not(:empty){position:relative !important}#tms-remote-talentnetwork .tms-candidate-widget-errors:not(:empty).has-error{background:rgba(0,0,0,0) !important;padding:1rem !important;color:#fff !important}#tms-remote-talentnetwork .tms-candidate-widget-errors:not(:empty).has-error li.error:before{content:none !important}#tms-remote-talentnetwork [type=file],#tms-remote-talentnetwork [type=checkbox],#tms-remote-talentnetwork [type=radio],#tms-remote-talentnetwork [type=text],#tms-remote-talentnetwork [type=password],#tms-remote-talentnetwork [type=date],#tms-remote-talentnetwork [type=datetime],#tms-remote-talentnetwork [type=datetime-local],#tms-remote-talentnetwork [type=month],#tms-remote-talentnetwork [type=week],#tms-remote-talentnetwork [type=email],#tms-remote-talentnetwork [type=number],#tms-remote-talentnetwork [type=search],#tms-remote-talentnetwork [type=tel],#tms-remote-talentnetwork [type=time],#tms-remote-talentnetwork [type=url],#tms-remote-talentnetwork [type=color],#tms-remote-talentnetwork textarea{@apply tms-py-0 tms-h-auto tms-m-0;height:auto !important;margin:0 !important}#tms-remote-talentnetwork a{color:#fff;text-decoration:underline}#tms-remote-talentnetwork [type=file],#tms-remote-talentnetwork [type=checkbox],#tms-remote-talentnetwork [type=radio]{top:-2px;position:relative;border:solid 2px #fff}#tms-remotejoblist{width:100%;max-width:75rem;margin:auto}#tms-remotejoblist .tms-app{width:100%}#tms-remotejoblist .tms-component{background:rgba(0,0,0,0)}#tms-remotejoblist .tms-input-wrapper,#tms-remotejoblist .tms-input-label-wrapper{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}#tms-remotejoblist [type=text]{height:auto;margin:0}#tms-remotejoblist .tms-jobfeed-item{background-color:#fff}#events .eventfeed-preloader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}#events .eventfeed-preloader .eventfeed-preloader-title{font-size:14px}#events .eventfeed-preloader .eventfeed-preloader-spinner{width:48px;height:48px;border:6px solid rgba(255,0,0,.25);border-top-color:red;border-radius:50%;position:relative;-webkit-animation:loader-rotate 2s linear infinite;animation:loader-rotate 2s linear infinite;margin:auto}@-webkit-keyframes loader-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#events #tms-eventlist-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:40px;padding-right:0.625rem;padding-left:0.625rem;max-width:75rem;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 40em){#events #tms-eventlist-wrap{padding-right:0.9375rem;padding-left:0.9375rem}}#events #tms-eventlist-wrap tms-relatedevents,#events #tms-eventlist-wrap tms-eventlist{width:100%;padding:40px 0;padding-bottom:0}#events #tms-eventlist-wrap tms-relatedevents .tms-event-list-no-hits,#events #tms-eventlist-wrap tms-eventlist .tms-event-list-no-hits{display:inline-block;border-radius:4px;padding:20px;margin-bottom:20px;width:100%;border:solid 1px #e6e6e6;-webkit-box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1)}#events #tms-eventlist-wrap tms-relatedevents .tms-event-list-no-hits>:last-child,#events #tms-eventlist-wrap tms-eventlist .tms-event-list-no-hits>:last-child{margin-bottom:0}#events #tms-eventlist-wrap tms-relatedevents .tms-event-list-no-hits .tms-event-list-no-hits-headline,#events #tms-eventlist-wrap tms-eventlist .tms-event-list-no-hits .tms-event-list-no-hits-headline{font-size:20px;color:#f29a20;font-weight:700;display:block;clear:both;width:100%;margin-bottom:10px}#events #tms-eventlist-wrap tms-relatedevents .tms-event-list-no-hits a,#events #tms-eventlist-wrap tms-eventlist .tms-event-list-no-hits a{font-weight:bold;color:#f29a20}#events #tms-eventlist-wrap tms-relatedevents .tms-event-list-no-hits p,#events #tms-eventlist-wrap tms-eventlist .tms-event-list-no-hits p{float:left;margin:0}#events #tms-eventlist-wrap tms-relatedevents .tms-event-list-no-hits p:not(:last-child),#events #tms-eventlist-wrap tms-eventlist .tms-event-list-no-hits p:not(:last-child){margin-right:5px}#events #tms-eventlist-wrap tms-relatedevents .tms-event-list-no-hits p.tms-event-list-no-hits-intro,#events #tms-eventlist-wrap tms-eventlist .tms-event-list-no-hits p.tms-event-list-no-hits-intro{font-weight:700;margin-bottom:10px;clear:both;float:none}#events #tms-eventlist-wrap tms-relatedevents .eventlist-maxresults,#events #tms-eventlist-wrap tms-eventlist .eventlist-maxresults{width:calc(100% - 0.625rem);margin-right:0.3125rem;margin-left:0.3125rem;text-align:center}@media print,screen and (min-width: 64em){#events #tms-eventlist-wrap tms-relatedevents .eventlist-maxresults,#events #tms-eventlist-wrap tms-eventlist .eventlist-maxresults{text-align:left}}#events #tms-eventlist-wrap tms-relatedevents .eventfeed,#events #tms-eventlist-wrap tms-eventlist .eventfeed{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item{padding:0;position:relative;border-radius:4px;margin-bottom:10px;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;padding-top:230px;background:#f29a20;-webkit-box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);overflow:hidden;background-size:100% auto;width:calc(100% - 0.625rem);margin-right:0.3125rem;margin-left:0.3125rem}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-inner,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-inner{padding:15px;height:100%;background:#fff}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item:hover,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item:hover{-webkit-transform:scale(1);transform:scale(1);background:#f29a20;background-size:100% auto}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item:hover .eventfeed-title,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item:hover .eventfeed-title{color:#424242}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item.event-item-location--koeln,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item.event-item-location--koeln{background:#404040}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item.event-item-location--essen,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item.event-item-location--essen{background:#f62459}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-title,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-title{width:100%;font-size:125%}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-date,#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-location,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-date,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-location{color:#aaa;position:relative}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-date:before,#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-location:before,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-date:before,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-location:before{position:absolute;left:0;font-family:"FontAwesome",sans-serif}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-location,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-location{padding-left:15px}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-location:before,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-location:before{content:""}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-date,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-date{padding-left:20px}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-date:before,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-date:before{content:""}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-date,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-date{margin-left:10px}@media print,screen and (min-width: 40em){#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item{width:calc(50% - 0.9375rem);margin-right:0.46875rem;margin-left:0.46875rem}}@media print,screen and (min-width: 64em){#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item{width:calc(33.3333333333% - 0.9375rem);margin-right:0.46875rem;margin-left:0.46875rem}}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-button,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-button{position:relative;width:auto;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;text-align:left;margin:10px 0}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-button a,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-button a{position:relative;width:auto;height:auto;left:auto;top:auto;display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe;background-color:#404040;color:#fff;-webkit-transition:all .2s;transition:all .2s;margin:0;border:solid 2px #404040;border-radius:4px}[data-whatinput=mouse] #events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-button a,[data-whatinput=mouse] #events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-button a{outline:0}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-button a:hover,#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-button a:focus,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-button a:hover,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-button a:focus{background-color:rgb(19.55,102.85,158.1);color:#fefefe}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-button a:hover,#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-button a:focus,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-button a:hover,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-button a:focus{background-color:rgb(51.2,51.2,51.2);color:#fff}#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-button a:focus,#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-button a:active,#events #tms-eventlist-wrap tms-relatedevents .eventfeed .eventfeed-item .eventfeed-item-button a:hover,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-button a:focus,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-button a:active,#events #tms-eventlist-wrap tms-eventlist .eventfeed .eventfeed-item .eventfeed-item-button a:hover{-webkit-box-shadow:none;box-shadow:none;border:solid 2px #404040;color:#404040;background:#fff}#events #tms-eventlist-wrap tms-eventfilter{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}#events #tms-eventlist-wrap tms-eventfilter button,#events #tms-eventlist-wrap tms-eventfilter input,#events #tms-eventlist-wrap tms-eventfilter select{margin:0;min-height:44px}#events #tms-eventlist-wrap tms-eventfilter .filter{width:100%}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width: 64em){#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter .filter-item{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto;margin-right:0.3125rem;margin-left:0.3125rem;margin-bottom:10px}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter .filter-wrap-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}@media print,screen and (min-width: 40em){#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter .filter-wrap-buttons{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter .filter-wrap-buttons .filter-item{width:calc(100% - 0.625rem)}@media print,screen and (min-width: 40em){#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter .filter-wrap-buttons .filter-item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter .filter-item.filter-select,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter .filter-item.filter-input{width:calc(100% - 0.625rem)}@media print,screen and (min-width: 40em){#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter .filter-item.filter-select,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter .filter-item.filter-input{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit],#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button{width:100%;display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe;background-color:#f29a20;color:#fff;-webkit-transition:all .2s;transition:all .2s;margin:0;border:solid 2px #f29a20;margin:0}[data-whatinput=mouse] #events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit],[data-whatinput=mouse] #events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button{outline:0}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit]:hover,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit]:focus,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button:hover,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button:focus{background-color:rgb(19.55,102.85,158.1);color:#fefefe}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit]:hover,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit]:focus,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button:hover,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button:focus{background-color:rgb(207.1254237288,125.3898305085,12.0745762712);color:#fff}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit]:focus,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit]:active,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit]:hover,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button:focus,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button:active,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button:hover{-webkit-box-shadow:none;box-shadow:none;border:solid 2px rgb(207.1254237288,125.3898305085,12.0745762712);color:#fff}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit].input-reset,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button.input-reset{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe;background-color:#f62459;color:#fff;-webkit-transition:all .2s;transition:all .2s;margin:0;border:solid 2px #f62459}[data-whatinput=mouse] #events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit].input-reset,[data-whatinput=mouse] #events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button.input-reset{outline:0}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit].input-reset:hover,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit].input-reset:focus,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button.input-reset:hover,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button.input-reset:focus{background-color:rgb(19.55,102.85,158.1);color:#fefefe}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit].input-reset:hover,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit].input-reset:focus,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button.input-reset:hover,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button.input-reset:focus{background-color:rgb(216.6947368421,8.9052631579,61.3473684211);color:#fff}#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit].input-reset:focus,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit].input-reset:active,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter [type=submit].input-reset:hover,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button.input-reset:focus,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button.input-reset:active,#events #tms-eventlist-wrap tms-eventfilter .filter .myfilter button.input-reset:hover{-webkit-box-shadow:none;box-shadow:none;border:solid 2px rgb(216.6947368421,8.9052631579,61.3473684211);color:#fff}#events #tms-eventlist-wrap tms-filtertags{margin-bottom:20px;display:block;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#events #tms-eventlist-wrap tms-filtertags ul{margin:0 0 0 7px;list-style:none;padding:0}#events #tms-eventlist-wrap tms-filtertags .filtertags ul,#events #tms-eventlist-wrap tms-filtertags .filtertags li{margin:0;float:left;padding:0}#events #tms-eventlist-wrap tms-filtertags .filtertags ul button,#events #tms-eventlist-wrap tms-filtertags .filtertags li button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe;background-color:#aaa;color:#fff;-webkit-transition:all .2s;transition:all .2s;margin:0;border:solid 2px #aaa;font-size:14px;margin-right:10px}[data-whatinput=mouse] #events #tms-eventlist-wrap tms-filtertags .filtertags ul button,[data-whatinput=mouse] #events #tms-eventlist-wrap tms-filtertags .filtertags li button{outline:0}#events #tms-eventlist-wrap tms-filtertags .filtertags ul button:hover,#events #tms-eventlist-wrap tms-filtertags .filtertags ul button:focus,#events #tms-eventlist-wrap tms-filtertags .filtertags li button:hover,#events #tms-eventlist-wrap tms-filtertags .filtertags li button:focus{background-color:rgb(19.55,102.85,158.1);color:#fefefe}#events #tms-eventlist-wrap tms-filtertags .filtertags ul button:hover,#events #tms-eventlist-wrap tms-filtertags .filtertags ul button:focus,#events #tms-eventlist-wrap tms-filtertags .filtertags li button:hover,#events #tms-eventlist-wrap tms-filtertags .filtertags li button:focus{background-color:#888;color:#fff}#events #tms-eventlist-wrap tms-filtertags .filtertags ul button:focus,#events #tms-eventlist-wrap tms-filtertags .filtertags ul button:active,#events #tms-eventlist-wrap tms-filtertags .filtertags ul button:hover,#events #tms-eventlist-wrap tms-filtertags .filtertags li button:focus,#events #tms-eventlist-wrap tms-filtertags .filtertags li button:active,#events #tms-eventlist-wrap tms-filtertags .filtertags li button:hover{-webkit-box-shadow:none;box-shadow:none;border:solid 2px #888;color:#fff}#events #tms-eventlist-wrap tms-filtertags .filtertags ul button:after,#events #tms-eventlist-wrap tms-filtertags .filtertags li button:after{content:"×";margin-left:5px}#events #tms-eventlist-wrap tms-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding-top:15px}#events #tms-eventlist-wrap tms-pagination .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-direction:column;flex-direction:column;width:100%}#events #tms-eventlist-wrap tms-pagination .pagination select{height:auto}@media print,screen and (min-width: 64em){#events #tms-eventlist-wrap tms-pagination .pagination{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#events #tms-eventlist-wrap tms-pagination .pagination .pagination-block{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto;margin-right:0.3125rem;margin-left:0.3125rem}#events #tms-eventlist-wrap tms-pagination .pagination .pagination-block .pagination-button{display:none;visibility:hidden;opacity:0}#events #tms-eventlist-wrap tms-pagination .pagination .pagination-pages{display:none;visibility:hidden;opacity:0}#events #tms-eventlist-wrap tms-pagination .pagination ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;list-style:none}@media print,screen and (min-width: 64em){#events #tms-eventlist-wrap tms-pagination .pagination ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}#events #tms-eventlist-wrap tms-pagination .pagination ul li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;margin-bottom:10px}@media print,screen and (min-width: 40em){#events #tms-eventlist-wrap tms-pagination .pagination ul li{margin-bottom:0}}#events #tms-eventlist-wrap tms-pagination .pagination ul li button{padding:5px 10px;border:solid 2px #f29a20;cursor:pointer}#events #tms-eventlist-wrap tms-pagination .pagination ul li button:hover{background:#f29a20;color:#fff}#events #tms-eventlist-wrap tms-pagination .pagination ul li.pagination-item--active button{background:#f29a20;color:#fff}#events #tms-eventlist-wrap tms-pagination .pagination ul li+li{margin-left:5px}#events #tms-eventlist-wrap tms-geosearch form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#events #tms-eventlist-wrap tms-geosearch form #eventGeoSearchTextField,#events #tms-eventlist-wrap tms-geosearch form #diameters{width:calc(100% - 0.625rem);margin-right:0.3125rem;margin-left:0.3125rem}@media print,screen and (min-width: 64em){#events #tms-eventlist-wrap tms-geosearch form #eventGeoSearchTextField,#events #tms-eventlist-wrap tms-geosearch form #diameters{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;margin-right:0.46875rem;margin-left:0.46875rem}}.socials{padding:0;margin:0 0 20px 0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media print,screen and (min-width: 64em){.socials{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.socials .fa{font-size:21px}}.socials+li{margin-left:25px}.socials a{color:#f29a20}.socials .facebook:hover a{color:#3b5998}.socials .twitter:hover a{color:#1da1f2}.socials .linkedin:hover a{color:#0077b5}.socials .xing:hover a{color:#026466}.socials .whatsapp:hover a{color:#25d366}.socials .mail:hover a{color:#404040}#badge{background:#f29a20;font-size:.875rem;color:#242635;padding:20px;text-align:center}@media print,screen and (min-width: 64em){#badge{font-size:1.25rem}}#badge h1,#badge p{margin:0;font-size:.875rem}@media print,screen and (min-width: 64em){#badge h1,#badge p{font-size:1.25rem}}#badge h1{font-weight:bold}#badge a{color:#242635;border-bottom:solid 2px #000}tms-talentwidget{display:-webkit-box;display:-ms-flexbox;display:flex;padding:37px 20px;color:#fff;position:relative}tms-talentwidget .talentwidget-submit{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe;background-color:#fff;color:#f29a20;-webkit-transition:all .2s;transition:all .2s;margin:0;border:solid 2px #fff;width:100%}[data-whatinput=mouse] tms-talentwidget .talentwidget-submit{outline:0}tms-talentwidget .talentwidget-submit:hover,tms-talentwidget .talentwidget-submit:focus{background-color:rgb(19.55,102.85,158.1);color:#fefefe}tms-talentwidget .talentwidget-submit:hover,tms-talentwidget .talentwidget-submit:focus{background-color:#ccc;color:#f29a20}tms-talentwidget .talentwidget-submit:focus,tms-talentwidget .talentwidget-submit:active,tms-talentwidget .talentwidget-submit:hover{-webkit-box-shadow:none;box-shadow:none;border:solid 2px #fff;color:#fff;background:rgba(0,0,0,0)}@media print,screen and (min-width: 64em){tms-talentwidget .talentwidget-submit{width:auto}}tms-talentwidget .close-button{z-index:10}tms-talentwidget #talentwidget{width:100%}tms-talentwidget label{font-size:14px;line-height:1.4;color:#fff}@media print,screen and (min-width: 64em){tms-talentwidget label{font-size:16px;line-height:1.6}}tms-talentwidget p{margin:0;float:left}tms-talentwidget p:first-of-type{margin-top:10px}@media print,screen and (min-width: 64em){tms-talentwidget p{min-width:50%;text-align:right;float:right}}tms-talentwidget p:after{content:"";display:table;clear:both}tms-talentwidget p a{font-weight:bold;color:#333}tms-talentwidget h1{font-weight:bold;font-size:20px}tms-talentwidget h1+p{float:none;text-align:left;margin-bottom:10px;font-size:16px;line-height:1.4}tms-talentwidget .error-handler{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}tms-talentwidget .error-handler.has-error li{background:#f62459;color:#fff}tms-talentwidget .error-handler.has-success li{background:#2ecc71;color:#242635}tms-talentwidget .error-handler ul{list-style:none;padding:0;margin:10px 0;font-weight:bold;width:100%;text-align:left}tms-talentwidget .error-handler ul li{list-style:none;padding:10px;width:100%;text-align:left;margin:0}tms-talentwidget .hidden{display:none;visibility:hidden;opacity:0}tms-talentwidget label{display:block;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}tms-talentwidget label a{text-decoration:underline}tms-talentwidget label{display:block;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}tms-talentwidget label input{position:absolute;opacity:0;cursor:pointer}tms-talentwidget .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;border-radius:0px;background-color:rgba(0,0,0,0);-webkit-transition:all .2s;transition:all .2s;border:solid 2px hsla(0,0%,100%,.5)}tms-talentwidget label:hover input~.checkmark{background-color:rgba(0,0,0,0);border:solid 2px #fff}tms-talentwidget label input:checked~.checkmark{background-color:#f29a20;border:solid 2px #fff}tms-talentwidget label:hover input:checked~.checkmark{border-color:#fff}tms-talentwidget .checkmark:after{content:"";position:absolute;-webkit-transition:all .2s;transition:all .2s;opacity:0}tms-talentwidget label input:checked~.checkmark:after{display:block;opacity:1}tms-talentwidget label .checkmark:after{left:8px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg) scale(1.35)}#talentwidget-wrap{padding-top:40px;padding-bottom:40px;background:#f29a20}#talentwidget-wrap tms-talentwidget{padding:0;padding-right:0.625rem;padding-left:0.625rem;max-width:75rem;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}#talentwidget-wrap tms-talentwidget a{color:#fff}#talentwidget-wrap tms-talentwidget h1+p{width:100%;text-align:left}@media print,screen and (min-width: 40em){#talentwidget-wrap tms-talentwidget{padding-right:0.9375rem;padding-left:0.9375rem}}#talentwidget-wrap tms-talentwidget>*{width:calc(100% - 0.625rem);margin-right:0.3125rem;margin-left:0.3125rem}.reveal{padding:20px;border:0;outline:0;background:#f29a20}.reveal tms-talentwidget{padding:0;color:#fff}.reveal tms-talentwidget a,.reveal tms-talentwidget label{color:#fff}#exit-intent{color:#fff}#exit-intent .talentwidget-intro{display:none;visibility:hidden;opacity:0}#exit-intent .close-button{color:#fff}#exit-intent #talentwidget-wrap{background:#f29a20;padding:0}#exit-intent #talentwidget-wrap tms-talentwidget{padding:0;color:#fff}#exit-intent #talentwidget-wrap tms-talentwidget .talentwidget-submit{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe;background-color:#fff;color:#f29a20;-webkit-transition:all .2s;transition:all .2s;margin:0;border:solid 2px #fff}[data-whatinput=mouse] #exit-intent #talentwidget-wrap tms-talentwidget .talentwidget-submit{outline:0}#exit-intent #talentwidget-wrap tms-talentwidget .talentwidget-submit:hover,#exit-intent #talentwidget-wrap tms-talentwidget .talentwidget-submit:focus{background-color:rgb(19.55,102.85,158.1);color:#fefefe}#exit-intent #talentwidget-wrap tms-talentwidget .talentwidget-submit:hover,#exit-intent #talentwidget-wrap tms-talentwidget .talentwidget-submit:focus{background-color:#ccc;color:#f29a20}#exit-intent #talentwidget-wrap tms-talentwidget .talentwidget-submit:focus,#exit-intent #talentwidget-wrap tms-talentwidget .talentwidget-submit:active,#exit-intent #talentwidget-wrap tms-talentwidget .talentwidget-submit:hover{-webkit-box-shadow:none;box-shadow:none;border:solid 2px #ccc;color:#f29a20}#exit-intent #talentwidget-wrap tms-talentwidget>*{margin:0}#exit-intent #talentwidget-wrap tms-talentwidget .talentwidget-submit~p{clear:both;width:100%;display:inline-block}#exit-intent #talentwidget-wrap tms-talentwidget a,#exit-intent #talentwidget-wrap tms-talentwidget label{color:#fff}footer{padding:20px;background:#e6e6e6}footer a{color:#424242}footer .menu a,footer .menu .button{padding-left:0}#dataprotection{padding-top:40px}#dataprotection .button.primary{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#1779ba;color:#fefefe;background-color:#f29a20;color:#fff;-webkit-transition:all .2s;transition:all .2s;margin:0;border:solid 2px #f29a20}[data-whatinput=mouse] #dataprotection .button.primary{outline:0}#dataprotection .button.primary:hover,#dataprotection .button.primary:focus{background-color:rgb(19.55,102.85,158.1);color:#fefefe}#dataprotection .button.primary:hover,#dataprotection .button.primary:focus{background-color:rgb(207.1254237288,125.3898305085,12.0745762712);color:#fff}#dataprotection .button.primary:focus,#dataprotection .button.primary:active,#dataprotection .button.primary:hover{-webkit-box-shadow:none;box-shadow:none;border:solid 2px rgb(207.1254237288,125.3898305085,12.0745762712);color:#fff}#stay-in-contact-widget{padding-top:40px;display:none;pointer-events:none;opacity:0;width:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;position:relative}#stay-in-contact-widget.show{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceInRight;animation-name:bounceInRight;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;z-index:100;width:100%;bottom:40px;max-width:calc(75rem + 160px)}#stay-in-contact-widget .speechbubble{display:none;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding:20px;padding-top:10px;background:#fff;-webkit-transform-origin:top center;transform-origin:top center;position:relative;top:0;color:#242635;border-radius:4px;left:20px;-webkit-box-shadow:rgba(36,38,53,.31) 0 10px 40px 10px;box-shadow:rgba(36,38,53,.31) 0 10px 40px 10px}@media print,screen and (min-width: 64em){#stay-in-contact-widget .speechbubble{max-width:350px;display:block}}#stay-in-contact-widget .speechbubble .lead{font-weight:bold;color:#f29a20;font-size:18px}#stay-in-contact-widget .speechbubble p{font-size:14px}#stay-in-contact-widget .speechbubble:after{content:"";position:absolute;right:0;top:50%;width:0;height:0;border:11px solid rgba(0,0,0,0);border-left-color:#fff;border-right:0;margin-top:-11px;margin-right:-11px}#stay-in-contact-widget p{margin:0}#stay-in-contact-widget.first-show .speechbubble{opacity:1;top:0;-webkit-transform:scale(1);transform:scale(1);left:-20px}#stay-in-contact-widget img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;cursor:pointer;pointer-events:all;display:inline-block;position:relative;z-index:20;clear:both;-webkit-box-shadow:rgba(36,38,53,.31) 0 10px 40px 10px;box-shadow:rgba(36,38,53,.31) 0 10px 40px 10px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;left:-30px;bottom:0;width:56px;border-radius:500px}@media print,screen and (min-width: 64em){#stay-in-contact-widget img{left:0;width:auto;bottom:auto}}#stay-in-contact-widget img:hover{left:10px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#stay-in-contact-widget img:hover+.speechbubble{opacity:1;top:0;-webkit-transform:scale(1);transform:scale(1);left:-20px}#stay-in-contact-widget h2{font-style:normal;font-weight:bold;color:#fff;margin:0;padding:0;line-height:1;font-size:36px;text-align:right}@-webkit-keyframes expandBorderBottom{from{width:0}to{width:100%}}@keyframes expandBorderBottom{from{width:0}to{width:100%}}@-webkit-keyframes shrinkBorderBottom{from{width:100%}to{width:0}}@keyframes shrinkBorderBottom{from{width:100%}to{width:0}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes zoomIn{from{top:-50px;opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{top:23px;opacity:1}}@keyframes zoomIn{from{opacity:0;top:-50px;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{top:0;opacity:1}}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}#social-footer{padding:30px 0}#social-footer .follow-icons-inner-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media print,screen and (min-width: 64em){#social-footer .follow-icons-inner-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}#social-footer .socials-inner-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media print,screen and (min-width: 64em){#social-footer .socials-inner-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}#social-footer #social-icon{margin-top:20px}@media print,screen and (min-width: 64em){#social-footer #social-icon{margin-top:0}}#social-footer #social-icon h2{text-align:center;margin-bottom:0}@media print,screen and (min-width: 64em){#social-footer #social-icon h2{text-align:right;margin-bottom:5px}}#social-footer #follow-icons h2{text-align:center;margin-bottom:0}@media print,screen and (min-width: 64em){#social-footer #follow-icons h2{text-align:left;margin-bottom:5px}}#social-footer .fa{font-size:175%}#social-footer h2{font-size:24px}#social-footer a{color:#f29a20}#social-footer a.facebook{color:#3b5998}#social-footer a.facebook:hover{color:#f29a20}#social-footer a.twitter{color:#1da1f2}#social-footer a.twitter:hover{color:#f29a20}#social-footer a.linkedin{color:#0077b5}#social-footer a.linkedin:hover{color:#f29a20}#social-footer a.xing{color:#026466}#social-footer a.xing:hover{color:#f29a20}#social-footer a.whatsapp{color:#25d366}#social-footer a.whatsapp:hover{color:#f29a20}#social-footer a.instagram{color:#405de6}#social-footer a.instagram:hover{color:#f29a20}#social-footer a.mail{color:#404040}#social-footer a.mail:hover{color:#f29a20}@media print{#social-footer{display:none !important}}.close-button{z-index:10;color:#fff}#leaf #tms-action-editor-2,#leaf #tms-action-editor,#content-talention .talention #leaf #tms-action-editor-2,#content-talention .talention #leaf #tms-action-editor{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media print,screen and (min-width: 64em){#leaf #tms-action-editor-2,#leaf #tms-action-editor,#content-talention .talention #leaf #tms-action-editor-2,#content-talention .talention #leaf #tms-action-editor{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}#leaf .whatsappbutton,#content-talention .talention #leaf .whatsappbutton{display:inline-block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%}@media print,screen and (min-width: 64em){#leaf .whatsappbutton,#content-talention .talention #leaf .whatsappbutton{width:auto}}#leaf .whatsappbutton a.whatsapp-button,#content-talention .talention #leaf .whatsappbutton a.whatsapp-button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#25d366;color:#242635;background-color:#25d366;display:inline-block;color:#242635;font-size:150%;margin:0;width:auto}[data-whatinput=mouse] #leaf .whatsappbutton a.whatsapp-button,[data-whatinput=mouse] #content-talention .talention #leaf .whatsappbutton a.whatsapp-button{outline:0}#leaf .whatsappbutton a.whatsapp-button:hover,#leaf .whatsappbutton a.whatsapp-button:focus,#content-talention .talention #leaf .whatsappbutton a.whatsapp-button:hover,#content-talention .talention #leaf .whatsappbutton a.whatsapp-button:focus{background-color:#25d366;color:#242635}#main{padding:40px 0 0 0}#tms-joblist-wrap{padding-bottom:0}tms-relatedjobs{padding-top:0}#content-talention .talention{font-family:Roboto,sans-serif;font-size:16px}#content-talention .talention .max800{max-width:75rem;margin:auto}#content-talention .talention .custom-form .control-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;justify-items:initial;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#content-talention .talention .custom-form .control-group .control-label{float:none;width:auto;padding-top:5px;text-align:right;width:100%}@media print,screen and (min-width: 64em){#content-talention .talention .custom-form .control-group .control-label{width:auto;min-width:140px}}#content-talention .talention .custom-form .control-group .controls{margin-left:0;width:100%}#content-talention .talention .left-checkbox{padding:0 5px 0 0 !important}#content-talention .talention .left-checkbox input[type=checkbox]{cursor:pointer;-webkit-appearance:none;position:relative;-moz-appearance:none;appearance:none;outline:0}#content-talention .talention .left-checkbox input[type=checkbox]:before{padding-right:3px;top:1px;font-family:"Arial" !important;font-style:normal;font-weight:normal;font-size:18px;content:"";border:2px solid #999;background:#fff;width:20px;height:20px;display:block;position:absolute;left:0;top:3px}#content-talention .talention .left-checkbox input[type=checkbox]:checked:before{background:#999;position:absolute;left:0;top:3px}#content-talention .talention .left-checkbox input[type=checkbox]:checked:after{-webkit-transition:all .2s;transition:all .2s;color:#fff;content:"✓";font:20px/1 Arial,sans-serif;height:20px;left:-2px;margin:2px;position:absolute;speak:none;text-align:center;top:1px;width:20px}#content-talention .talention .footnote .hbox{margin-top:20px;clear:both;display:inline-block;width:100%}#content-talention .talention .footnote .hbox input[type=checkbox]{cursor:pointer;-webkit-appearance:none;position:relative;-moz-appearance:none;appearance:none;outline:0;padding:0}#content-talention .talention .footnote .hbox input[type=checkbox]#privacyAgreement{padding:0}#content-talention .talention .footnote .hbox input[type=checkbox]:before{padding-right:3px;font-family:"Arial" !important;font-style:normal;font-weight:normal;font-size:18px;content:"";border:2px solid #999;background:#fff;width:20px;height:20px;display:block;position:absolute;left:0;top:3px;-webkit-box-sizing:border-box;box-sizing:border-box}#content-talention .talention .footnote .hbox input[type=checkbox]:checked:before{background:#999;position:absolute;left:0;top:3px}#content-talention .talention .footnote .hbox input[type=checkbox]:checked:after{-webkit-transition:all .2s;transition:all .2s;color:#fff;content:"✓";font:20px/1 Arial,sans-serif;height:20px;left:-2px;margin:2px;position:absolute;speak:none;text-align:center;top:1px;width:20px}#content-talention .talention .body-container,#content-talention .talention .container-fluid{padding-left:0;padding-right:0}#content-talention .talention .file-input{visibility:hidden !important;display:none !important}#content-talention .talention p{color:#242635;clear:both}#content-talention .talention #settings .select2-container .select2-choice div{border-left:0}#content-talention .talention #settings .select2-drop{border-radius:0}#content-talention .talention #settings .select2-container .select2-choice div,#content-talention .talention #settings .select2-container .select2-choice,#content-talention .talention #settings .select2-dropdown-open .select2-choice{background-image:none !important;background-color:#fff}#content-talention .talention #settings .select2-container .select2-choice div b{background:url(https://cdn.eu.talention.com/static.eu.berufo.com/js/sc2/3.2/resources/select2.png) no-repeat 0 10px;display:block;width:100%;height:100%}#content-talention .talention #settings .select2-container .select2-choice{padding:8px 20px !important;font-size:15px;height:44px}#content-talention .talention #settings .select2-results li{padding:10px !important}#content-talention .talention #settings .select2-container .select2-choice{border-radius:0}#content-talention .talention #settings .control-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background:rgba(0,0,0,0) !important;border:0 !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width: 64em){#content-talention .talention #settings .control-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#content-talention .talention #settings .btn.btn-berufo-primary{line-height:16px}#content-talention .talention #settings .select2-container~.btn.btn-berufo-primary{line-height:16px}#content-talention .talention #settings select~.btn,#content-talention .talention #settings .select2-container~.btn{margin-right:10px;float:left}#content-talention .talention #settings .configItem .controls{padding:0 !important;width:100%;font-weight:normal !important;font-style:normal !important}@media print,screen and (min-width: 40em){#content-talention .talention #settings .configItem .controls{width:calc(100% - 340px)}}#content-talention .talention #settings .configItem .controls~.btn{margin-left:0px}#content-talention .talention #settings .property-tag{border:0 !important;background:#aaa !important;margin:0 !important;color:#fff;border-radius:0 !important;padding:5px 20px !important;line-height:37px !important;margin-bottom:5px !important;margin-right:5px !important}#content-talention .talention #settings .tag-editor{margin-top:5px}#content-talention .talention #settings .tag-editor .btn{margin-right:10px}#content-talention .talention #settings .tag-editor .select2-container{margin-right:5px}#content-talention .talention #settings #salutation-setting+.configItem .controls{padding-bottom:5px !important;border-bottom:solid 1px #e6e6e6;margin-bottom:5px;margin-right:10px}@media print,screen and (min-width: 64em){#content-talention .talention #settings #salutation-setting+.configItem .controls{width:calc(100% - 900px)}}@media print,screen and (min-width: 40em){#content-talention .talention #settings #salutation-setting+.configItem .controls{margin-bottom:0}}#content-talention .talention #settings .select2-choice+.btn{margin-left:10px}#content-talention .talention a.button{text-decoration:none}#content-talention .talention a.btn,#content-talention .talention a.button{color:#fff}#content-talention .talention .file-input-button,#content-talention .talention .button,#content-talention .talention .btn{background:rgba(0,0,0,0);display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#aaa;color:#fefefe;color:#fff;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;float:left;border:0;border-radius:0}[data-whatinput=mouse] #content-talention .talention .file-input-button,[data-whatinput=mouse] #content-talention .talention .button,[data-whatinput=mouse] #content-talention .talention .btn{outline:0}#content-talention .talention .file-input-button:hover,#content-talention .talention .file-input-button:focus,#content-talention .talention .button:hover,#content-talention .talention .button:focus,#content-talention .talention .btn:hover,#content-talention .talention .btn:focus{background-color:#888;color:#fefefe}#content-talention .talention .file-input-button.primary,#content-talention .talention .button.primary,#content-talention .talention .btn.primary{background-color:#f29a20;color:#fefefe}#content-talention .talention .file-input-button.primary:hover,#content-talention .talention .file-input-button.primary:focus,#content-talention .talention .button.primary:hover,#content-talention .talention .button.primary:focus,#content-talention .talention .btn.primary:hover,#content-talention .talention .btn.primary:focus{background-color:rgb(207.1254237288,125.3898305085,12.0745762712);color:#fefefe}#content-talention .talention .file-input-button.alert,#content-talention .talention .button.alert,#content-talention .talention .btn.alert{background-color:#f62459;color:#fefefe}#content-talention .talention .file-input-button.alert:hover,#content-talention .talention .file-input-button.alert:focus,#content-talention .talention .button.alert:hover,#content-talention .talention .button.alert:focus,#content-talention .talention .btn.alert:hover,#content-talention .talention .btn.alert:focus{background-color:rgb(216.6947368421,8.9052631579,61.3473684211);color:#fefefe}#content-talention .talention .file-input-button.secondary,#content-talention .talention .button.secondary,#content-talention .talention .btn.secondary{background-color:#404040;color:#fefefe}#content-talention .talention .file-input-button.secondary:hover,#content-talention .talention .file-input-button.secondary:focus,#content-talention .talention .button.secondary:hover,#content-talention .talention .button.secondary:focus,#content-talention .talention .btn.secondary:hover,#content-talention .talention .btn.secondary:focus{background-color:rgb(51.2,51.2,51.2);color:#fefefe}#content-talention .talention .file-input-button+.button,#content-talention .talention .button+.button,#content-talention .talention .btn+.button{margin-left:10px}#content-talention .talention .file-input-button{float:left}@media print,screen and (min-width: 64em){#content-talention .talention .file-input-button{float:right}}#content-talention .talention #application-submit-button{-webkit-transform:scale(1.65);transform:scale(1.65);-webkit-transform-origin:0 0;transform-origin:0 0;background:#f62459;color:#fff;-webkit-box-shadow:none;box-shadow:none;margin-right:68px}#content-talention .talention .form{line-height:1.6;color:#242635;font-size:16px;margin-bottom:50px}#content-talention .talention .form .left-checkbox,#content-talention .talention .form #privacyAgreement{-webkit-box-sizing:content-box;box-sizing:content-box}#content-talention .talention .form .deletionForm .btn.btn-berufo-primary{background:#f62459}#content-talention .talention .form .input-append .btn{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;float:left;max-height:44px;background-color:#2ecc71;color:#fefefe}[data-whatinput=mouse] #content-talention .talention .form .input-append .btn{outline:0}#content-talention .talention .form .input-append .btn:hover,#content-talention .talention .form .input-append .btn:focus{background-color:rgb(36.8,163.2,90.4);color:#fefefe}#content-talention .talention .form .input-append .btn:last-child{background-color:#f62459;color:#fefefe}#content-talention .talention .form .input-append .btn:last-child:hover,#content-talention .talention .form .input-append .btn:last-child:focus{background-color:rgb(216.6947368421,8.9052631579,61.3473684211);color:#fefefe}#content-talention .talention .form .title-label{font-weight:normal !important;font-style:normal !important;padding-top:0 !important}#content-talention .talention .form .input-large{width:100%}#content-talention .talention .form label,#content-talention .talention .form .control-group{padding:0 !important;font-size:16px}#content-talention .talention .form .intro{font-family:Roboto,sans-serif;border:0;font-size:16px;color:#424242;font-weight:normal}@media print,screen and (min-width: 40em){#content-talention .talention .form .intro{font-size:24px}}#content-talention .talention .form .file-input{visibility:hidden !important;display:none !important}#content-talention .talention .form #fileCoverLetterForm{display:inline}#content-talention .talention .form .filename{color:#505050;padding-top:5px;margin-right:10px;width:100%;opacity:1;white-space:nowrap;text-overflow:ellipsis;z-index:100;display:inline;overflow:hidden}@media print,screen and (min-width: 64em){#content-talention .talention .form .filename{padding-top:8px;width:auto;float:right;max-width:250px}}#content-talention .talention .form .filename.empty{color:#aaa}@media print,screen and (min-width: 64em){#content-talention .talention .form.form-horizontal .controls{width:calc(100% - 160px - 180px)}}#content-talention .talention .form.form-horizontal .form-actions{padding-left:0;background:rgba(0,0,0,0);border:none}@media print,screen and (min-width: 40em){#content-talention .talention .form.form-horizontal .form-actions{padding-left:180px}}@media print,screen and (min-width: 64em){#content-talention .talention .form.form-horizontal .form-actions{padding-left:340px}}#content-talention .talention .form.form-horizontal .form-actions .btn.btn-berufo-primary{float:left}#content-talention .talention .form .summary{margin-bottom:20px}#content-talention .talention .form .span7 .title-label{display:none}#content-talention .talention .form .spacer{display:none}#content-talention .talention .form .alert{clear:both;margin-bottom:10px}#content-talention .talention .form .textarea-information.alert.alert-info{display:none}#content-talention .talention .form .textarea-information.alert.alert-info.show{display:block}#content-talention .talention .form.form-horizontal .form-actions{padding-left:0;background:rgba(0,0,0,0);border:none}@media print,screen and (min-width: 40em){#content-talention .talention .form.form-horizontal .form-actions{padding-left:180px}}@media print,screen and (min-width: 64em){#content-talention .talention .form.form-horizontal .form-actions{padding-left:340px}}#content-talention .talention .form.form-horizontal .form-actions .btn{line-height:16px}#content-talention .talention .form.form-horizontal .form-actions .btn+.btn{margin-left:10px}#content-talention .talention .form.form-horizontal .form-actions .btn.btn-berufo-primary{float:left}#content-talention .talention .widget-container{margin-top:20px;width:100%;max-width:400px;margin-bottom:20px}#content-talention .talention .widget-container .btn.btn-primary{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.725em 1em;border:1px solid rgba(0,0,0,0);border-radius:0;-webkit-transition:background-color .2s ease-out,color .2s ease-out;transition:background-color .2s ease-out,color .2s ease-out;font-family:inherit;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;text-decoration:none;background:#404040;color:#fff;text-shadow:none;-webkit-box-shadow:none;box-shadow:none;margin-bottom:0}[data-whatinput=mouse] #content-talention .talention .widget-container .btn.btn-primary{outline:0}#content-talention .talention .widget-container .btn.btn-primary:focus,#content-talention .talention .widget-container .btn.btn-primary[disabled],#content-talention .talention .widget-container .btn.btn-primary[disabled]:hover,#content-talention .talention .widget-container .btn.btn-primary[disabled]:focus,#content-talention .talention .widget-container .btn.btn-primary:active,#content-talention .talention .widget-container .btn.btn-primary:hover{background:#fff;color:#424242}#content-talention .talention .widget-container .box-widget{background:#fff;width:100%;-webkit-box-shadow:none;box-shadow:none;margin-top:0 !important}#content-talention .talention .widget-container .box-widget input{border-radius:0}#content-talention .talention .widget-container .box-widget .btn{margin-top:15px}#content-talention .talention .widget-container .box-widget .widget-header{border:0;-webkit-box-shadow:none;box-shadow:none;background-image:none}#content-talention .talention #dialog-overlay{font-family:Roboto,sans-serif;color:#242635}#content-talention .talention #dialog-overlay *{text-shadow:none;border-radius:0}#content-talention .talention #dialog-overlay div.errors{border:0 !important;background:rgba(0,0,0,0);padding:0;margin:0 0 10px 0}#content-talention .talention #dialog-overlay div.errors ul{padding:0;margin:0}#content-talention .talention #dialog-overlay div.errors ul li{padding:0}#content-talention .talention #dialog-overlay.modal{background:none;padding:0;border-radius:0;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.3);box-shadow:0 3px 7px rgba(0,0,0,.3);border:0}#content-talention .talention #dialog-overlay p{color:#242635}#content-talention .talention #dialog-overlay .dialog-title-bar{background:#424242;border:0;padding:15px}#content-talention .talention #dialog-overlay .modal-body{padding:0;background:#fff}#content-talention .talention #dialog-overlay .modal-body form{width:100%}#content-talention .talention #dialog-overlay .modal-body form table{width:100% !important;display:block}#content-talention .talention #dialog-overlay .modal-body form table tbody,#content-talention .talention #dialog-overlay .modal-body form table tr,#content-talention .talention #dialog-overlay .modal-body form table td{width:100% !important;display:block}#content-talention .talention #dialog-overlay .modal-body form table+div{font-size:16px !important;font-style:normal !important}#content-talention .talention #dialog-overlay .modal-body input[type=text]{width:100% !important}#content-talention .talention #dialog-overlay .dialog-content{font-size:16px;padding-bottom:0}#content-talention .talention #dialog-overlay .dialog-content label{font-size:16px}#content-talention .talention #dialog-overlay .modal-footer{border:0;padding:15px;padding-top:0;background:#fff;-webkit-box-shadow:none;box-shadow:none}#content-talention .talention #dialog-overlay .modal-footer .btn-primary{text-decoration:none;color:#fefefe;background:#404040;border:#fff;font-size:16px;border-radius:0;font-family:Roboto,sans-serif;padding:10px}#content-talention .talention h1,#content-talention .talention h2,#content-talention .talention h3,#content-talention .talention h4,#content-talention .talention h5,#content-talention .talention h6,#content-talention .talention input,#content-talention .talention button,#content-talention .talention select,#content-talention .talention textarea{font-family:Roboto,sans-serif}#content-talention .talention select,#content-talention .talention textarea,#content-talention .talention input[type=text],#content-talention .talention input[type=password],#content-talention .talention input[type=datetime],#content-talention .talention input[type=datetime-local],#content-talention .talention input[type=date],#content-talention .talention input[type=month],#content-talention .talention input[type=time],#content-talention .talention input[type=week],#content-talention .talention input[type=number],#content-talention .talention input[type=email],#content-talention .talention input[type=url],#content-talention .talention input[type=search],#content-talention .talention input[type=tel],#content-talention .talention input[type=color],#content-talention .talention .uneditable-input{padding:10px;font-size:16px;height:auto;min-height:38px;-webkit-box-shadow:none;box-shadow:none;line-height:22px;border-radius:0}#content-talention .talention select{background-position:right 0px center}#content-talention .talention .select2-no-results{font-size:16px}#content-talention .talention #dialog-overlay.modal .modal-footer{padding:16px 15px 16px}#content-talention .talention #mailDialog #email{width:100% !important}.select2-results .select2-highlighted,.select2-highlighted{background:#f29a20}#tms-joblist-wrap{max-width:1200px;margin:auto}#tms-joblist-wrap tms-relatedjobs{max-width:1200px;margin:auto}@media print{#badge,#tms-logo,#jobActions,#tms-joblist-wrap,footer,header{display:none !important;visibility:hidden !important;opacity:0 !important;margin:0}}@media print and (min--moz-device-pixel-ratio: 0){.grid-x,.grid-y,.cell{display:block !important}#leaf,#content-talention .talention #leaf{display:block !important}#leaf .grid-x,#leaf .grid-y,#leaf .cell,#content-talention .talention #leaf .grid-x,#content-talention .talention #leaf .grid-y,#content-talention .talention #leaf .cell{display:block !important}#leaf #browser-out-of-date,#content-talention .talention #leaf #browser-out-of-date{display:none !important;visibility:hidden;opacity:0}}
