/* /Pages/Account/AvatarEditor.razor.rz.scp.css */
.minifigure-container[b-98zhedg0z8] {
    height: 90vh;
    width: 99.7vw;
}

.minifigure[b-98zhedg0z8] {
    top: 25%;
    position: relative;
    height: 485px;
    margin: auto;
    perspective: 200;
    transform-style: preserve-3d;
    /*transition: transform 400ms;*/
}

    .minifigure.explode[b-98zhedg0z8] {
        transform: scale(0.75) translateZ(0);
    }

/* Head */

.head[b-98zhedg0z8] {
    position: absolute;
    z-index: 2;
    top: 2.25em;
    left: 50%;
    width: 7.25em;
    height: 6.25em;
    transform: translateX(-50%);
    color: hsla(50,90%,50%,1);
    background-color: currentColor;
    background-image: linear-gradient( rgba(255,255,255,0.3), rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.15) 95%, rgba(0,0,0,0.3) ), linear-gradient( to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.2), rgba(255,255,255,0) );
    border-radius: 1.5em;
    /*transition: transform 400ms;*/
}

.explode .head[b-98zhedg0z8] {
    transform: translate(-50%, -8em);
}

.head[b-98zhedg0z8]::before,
.head[b-98zhedg0z8]::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 2em;
    transform: translateX(-50%);
    background-color: currentColor;
}

.head[b-98zhedg0z8]::before {
    top: -1.25em;
    width: 3.5em;
    height: 1.25em;
    background-image: linear-gradient( rgba(255,255,255,0.5), rgba(255,255,255,0) 30% ), linear-gradient( to right, rgba(255,255,255,0) 70%, rgba(255,255,255,0.25) 80%, rgba(255,255,255,0) 90% );
    border-radius: 0.25em 0.25em 0 0;
}

.head[b-98zhedg0z8]::after {
    bottom: -0.875em;
    width: 4.5em;
    height: 1em;
    background-image: linear-gradient( rgba(0,0,0,0.2), rgba(0,0,0,0.05) 50% ), linear-gradient( to right, rgba(255,255,255,0) 70%, rgba(255,255,255,0.25) 80%, rgba(255,255,255,0) 90% );
    border-radius: 0 0 0.125em 0.125em;
}

/* Faces */

.faces-wrap[b-98zhedg0z8] {
    height: 100%;
    overflow: hidden;
}

.faces[b-98zhedg0z8] {
    display: flex;
    transition: transform 400ms cubic-bezier(0,0,0,1.25);
}

.explode .faces[b-98zhedg0z8] {
    transform: translateX(-500%) !important;
}

.face[b-98zhedg0z8] {
    position: relative;
    flex: 1 0 100%;
}

/* Eyes */

.eye[b-98zhedg0z8] {
    position: absolute;
    top: 2.25em;
    width: 0.75em;
    height: 0.9375em;
    color: #fff;
    background-color: currentColor;
    border-radius: 50%;
    box-shadow: inset 0 -0.125em 0 0.25em #000;
}

    .eye[b-98zhedg0z8]::before {
        content: '';
        position: absolute;
        left: 50%;
        color: #000;
        transform: translateX(-50%);
    }

    .eye.right[b-98zhedg0z8] {
        left: 2.25em;
    }

    .eye.left[b-98zhedg0z8] {
        right: 2.25em;
    }

.classic .eye[b-98zhedg0z8] {
    top: 2.4375em;
    height: 0.75em;
    color: #000;
    box-shadow: none;
}

.large-smile .eye[b-98zhedg0z8] {
    top: 2em;
}

.worried .eye[b-98zhedg0z8],
.surprised .eye[b-98zhedg0z8] {
    top: 2.4375em;
    width: 1em;
    height: 1.125em;
    box-shadow: inset 0 -0.125em 0 0.3125em #000;
}

    .worried .eye.right[b-98zhedg0z8] {
        left: 2.125em;
    }

    .worried .eye.left[b-98zhedg0z8] {
        right: 2.125em;
    }

.frown .eye[b-98zhedg0z8] {
    top: 2.625em;
}

    .frown .eye[b-98zhedg0z8]::before {
        bottom: 80%;
        width: 1.25em;
        height: 1em;
        border: 0.1875em solid transparent;
        border-bottom-color: currentColor;
        border-radius: 50%;
    }

    .frown .eye.right[b-98zhedg0z8]::before {
        margin-left: -0.25em;
        transform: translateX(-50%) rotate(-20deg);
    }

    .frown .eye.left[b-98zhedg0z8]::before {
        margin-left: 0.25em;
        transform: translateX(-50%) rotate(20deg);
    }


/* Brow */

.brow[b-98zhedg0z8] {
    position: absolute;
    bottom: 0.625em;
    left: 50%;
    width: 1.75em;
    height: 1em;
    transform-origin: 0 0;
    transform: translateX(-50%);
    color: #000;
    border: 0.25em solid transparent;
    border-top-color: currentColor;
    border-bottom: none;
    border-radius: 50% 50% 0 0;
}

.right .brow[b-98zhedg0z8] {
    border-left: none;
}

.left .brow[b-98zhedg0z8] {
    border-right: none;
}

.large-smile .brow[b-98zhedg0z8] {
    bottom: 0.375em;
    width: 1.25em;
    height: 1.375em;
    border: none;
    border-top: 0.25em solid;
    border-radius: 50% 50% 0 0;
}

.large-smile .right .brow[b-98zhedg0z8] {
    margin-left: -0.125em;
    transform: skewY(-10deg) translateX(-50%) translateZ(0);
}

.large-smile .left .brow[b-98zhedg0z8] {
    margin-left: 0.125em;
    transform: skewY(10deg) translateX(-50%) translateZ(0);
}

.worried .brow[b-98zhedg0z8] {
    width: 1.25em;
    height: 0.875em;
    bottom: 1.25em;
    border-top: none;
    border-bottom: 0.25em solid currentColor;
    border-radius: 0 0 50% 50%;
}

.worried .right .brow[b-98zhedg0z8] {
    margin-left: -0.25em;
    transform: rotate(-20deg) translateX(-50%) translateZ(0);
}

.worried .left .brow[b-98zhedg0z8] {
    margin-left: 0.25em;
    transform: rotate(20deg) translateX(-50%) translateZ(0);
}

.frown .brow[b-98zhedg0z8] {
    width: 1.5em;
    bottom: 1.375em;
    border-top: none;
    border-bottom: 0.25em solid currentColor;
    border-radius: 0 0 50% 50%;
}

.frown .right .brow[b-98zhedg0z8] {
    margin-left: -0.625em;
    transform: rotate(-35deg) translateX(-50%) translateZ(0);
}

.frown .left .brow[b-98zhedg0z8] {
    margin-left: 0.625em;
    transform: rotate(35deg) translateX(-50%) translateZ(0);
}

.surprised .brow[b-98zhedg0z8] {
    bottom: 1em;
    width: 1.5em;
    border-right: none;
    border-left: none;
}

.surprised .right .brow[b-98zhedg0z8] {
    margin-left: -0.5em;
    transform: rotate(-15deg) translateX(-50%) translateZ(0);
}

.surprised .left .brow[b-98zhedg0z8] {
    margin-left: 0.5em;
    transform: rotate(15deg) translateX(-50%) translateZ(0);
}

/* Mouth */

.mouth[b-98zhedg0z8] {
    position: absolute;
    top: 3.125em;
    left: 50%;
    width: 2.5em;
    height: 1.5em;
    transform: translateX(-50%);
    color: #000;
    border: 0.25em solid transparent;
    border-bottom-color: currentColor;
    border-radius: 50%;
}

    .mouth[b-98zhedg0z8]::before,
    .mouth[b-98zhedg0z8]::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

.classic .mouth[b-98zhedg0z8] {
    top: 2.9375em;
}

.large-smile .mouth[b-98zhedg0z8] {
    top: 0.125em;
    width: 3.125em;
    height: 5em;
    border: none;
    border-bottom: 1.5em solid;
    border-radius: 0 0 70% 70%/0 0 50% 50%;
}

    .large-smile .mouth[b-98zhedg0z8]::before {
        top: 1.6875em;
        width: 4.25em;
        height: 2em;
        color: #000;
        border: 0.1875em solid transparent;
        border-bottom-color: currentColor;
        border-radius: 0 0 50% 50%;
        box-shadow: 0 0.9375em 0 -0.75em #fff;
    }

    .large-smile .mouth[b-98zhedg0z8]::after {
        top: 4.4375em;
        width: 1.25em;
        height: 0.375em;
        color: #c00;
        background-color: currentColor;
        border-radius: 70% 70% 70% 70%/50% 50% 100% 100%;
    }

.worried .mouth[b-98zhedg0z8] {
    top: 4.5em;
    width: 2em;
    height: 1.25em;
    transform: translateX(-50%) rotate(-10deg) translateZ(0);
    border-top-color: currentColor;
    border-right: none;
    border-bottom-color: transparent;
    border-right-width: 0.5em;
    border-radius: 50% 50% 0 0;
}

.frown .mouth[b-98zhedg0z8] {
    top: 4.25em;
    width: 2.75em;
    height: 2em;
    margin-left: -0.125em;
    transform: translateX(-50%) rotate(-15deg) translateZ(0);
    border-top-color: currentColor;
    border-right: none;
    border-bottom-color: transparent;
    border-right-width: 0.5em;
    border-radius: 50% 50% 0 0;
}

    .frown .mouth[b-98zhedg0z8]::before {
        top: 0.375em;
        width: 0.75em;
        height: 0.625em;
        margin-left: 0.125em;
        color: #000;
        border: 0.125em solid transparent;
        border-top-color: currentColor;
        border-right: none;
        border-radius: 50%;
        border-radius: 50% 50% 0 0;
    }

.surprised .mouth[b-98zhedg0z8] {
    top: 4em;
    width: 3.125em;
    height: 1.625em;
    background-color: currentColor;
    border: none;
    border-radius: 70% 70% 60% 60%/100% 100% 50% 50%;
}

    .surprised .mouth[b-98zhedg0z8]::before,
    .surprised .mouth[b-98zhedg0z8]::after {
        color: #fff;
        background-color: currentColor;
    }

    .surprised .mouth[b-98zhedg0z8]::before {
        top: 0.1875em;
        width: 2em;
        height: 0.375em;
        border-radius: 70% 70% 60% 60%/100% 100% 50% 50%;
    }

    .surprised .mouth[b-98zhedg0z8]::after {
        bottom: 0.1875em;
        width: 2.25em;
        height: 0.375em;
        border-radius: 70% 70% 60% 60%/100% 100% 50% 50%;
    }

/* Upper Body */

.upper-body[b-98zhedg0z8] {
    position: absolute;
    z-index: 1;
    top: 9.25em;
    width: 100%;
    color: hsl(200,0%,90%);
    perspective: 320px;
}

    .upper-body[b-98zhedg0z8]::before,
    .upper-body[b-98zhedg0z8]::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .upper-body[b-98zhedg0z8]::before {
        bottom: 100%;
        width: 3em;
        height: 3.5em;
        background-color: currentColor;
        background-image: linear-gradient( to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.2), rgba(255,255,255,0) 90% ), linear-gradient( rgba(0,0,0,0) 50%, rgba(0,0,0,0.05) 80%, rgba(0,0,0,0.1) );
        border-radius: 50% 50% 0 0/10% 10% 0 0;
    }

    .upper-body[b-98zhedg0z8]::after {
        top: -2.75em;
        width: 2em;
        height: 2em;
        background-color: rgba(0,0,0,0.9);
        background-image: linear-gradient( to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) );
        border-radius: 50%/10%;
    }

.torso[b-98zhedg0z8] {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 7.75em;
    height: 9.125em;
    transform-origin: top center;
    transform: translateX(-50%) rotateX(45deg);
    background-color: currentColor;
    background-image: linear-gradient( rgba(255,255,255,0.1), rgba(0,0,0,0) 80%, rgba(0,0,0,0.05) 98%, rgba(0,0,0,0.25) 100% );
    border-radius: 0.5em 0.5em 0.125em 0.125em;
    box-shadow: inset 0 0.25em 0.25em rgba(255,255,255,0.5), -1.5em 0.5em 1em -1.25em rgba(0,0,0,0.3), 1.5em 0.5em 1em -1.25em rgba(0,0,0,0.3);
}

.arm[b-98zhedg0z8] {
    position: absolute;
    left: 50%;
    top: 4em;
    width: 3em;
    height: 5.5em;
    transform-origin: center 1.5em;
    background-color: currentColor;
    border-radius: 1.5em/1em;
}

    .arm.right[b-98zhedg0z8] {
        margin-left: -6.25rem;
        transform: translateX(-50%) rotate(12deg);
        box-shadow: inset 0.5em 0.25em 0.375em -0.25em rgba(255,255,255,0.4), inset 0 0 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm.left[b-98zhedg0z8] {
        margin-left: 6.25rem;
        transform: translateX(-50%) rotate(-12deg);
        box-shadow: inset -0.5em 0.25em 0.375em -0.25em rgba(255,255,255,0.4), inset 0 0 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm[b-98zhedg0z8]::before {
        content: '';
        position: absolute;
        bottom: 3.5em;
        left: 0;
        width: 100%;
        height: 5.5em;
        backface-visibility: hidden;
        transform-origin: center 4.5em;
        background-color: currentColor;
        border-radius: 1.5em/1.5em 1.5em 1em 1em;
    }

    .arm.right[b-98zhedg0z8]::before {
        transform: rotate(14deg);
        box-shadow: inset 0.75em 0.125em 0.375em -0.5em rgba(255,255,255,0.4), inset 0.25em 1.1em 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm.left[b-98zhedg0z8]::before {
        transform: rotate(-14deg);
        box-shadow: inset -0.75em 0.125em 0.375em -0.5em rgba(255,255,255,0.4), inset -0.25em 1.1em 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm[b-98zhedg0z8]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1.5em;
        transform-origin: center 4.5em;
        background-color: currentColor;
        border-radius: 50%;
        box-shadow: inset 0 0 0 1em rgba(255,255,255,0.2);
    }

.hand[b-98zhedg0z8] {
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 50%;
    width: 1.75em;
    height: 1.75em;
    transform: translateX(-50%);
    color: hsla(50,90%,50%,1);
    background-color: currentColor;
    background-image: linear-gradient( to right, rgba(255,255,255,0.2), rgba(0,0,0,0.075), rgba(255,255,255,0.2) );
    border-radius: 1em/0.5em;
    box-shadow: 0 -0.125em 0.125em rgba(0,0,0,0.1);
}

    .hand[b-98zhedg0z8]::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 1em;
        left: 50%;
        width: 3.5em;
        height: 3.5em;
        transform: translateX(-50%);
        color: hsla(50,90%,60%,1);
        border: 0.75em solid;
        border-bottom-color: transparent;
        box-shadow: inset 0 0.25em rgba(0,0,0,0.15), inset 0 0.25em;
        border-radius: 50%;
    }

/* Lower Body */

.lower-body[b-98zhedg0z8] {
    position: absolute;
    top: 18.5em;
    left: 50%;
    width: 10em;
    height: 11.75em;
    transform: translateX(-50%);
    color: hsl(200,0%,90%);
}

.explode .lower-body[b-98zhedg0z8] {
    transform: translate(-50%, 8em);
}

.lower-body > div[b-98zhedg0z8] {
    position: absolute;
    background-color: currentColor;
}

.waist[b-98zhedg0z8] {
    z-index: 1;
    top: 0;
    width: 100%;
    height: 1.5em;
    background-image: linear-gradient( rgba(0,0,0,0.15), rgba(0,0,0,0) 80%, rgba(255,255,255,0.1) 90%, rgba(255,255,255,0.15) );
    border-radius: 0.125em;
    box-shadow: 0 0.75em 0.75em -0.25em rgba(0,0,0,0.25);
}

    .waist[b-98zhedg0z8]::before,
    .waist[b-98zhedg0z8]::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 3em;
        height: 3em;
        transform: translateX(-50%);
        background-color: currentColor;
        background-image: linear-gradient( rgba(255,255,255,0.75), rgba(255,255,255,0) 10% ), linear-gradient( to right, rgba(255,255,255,0) 20%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.25) 75%, rgba(255,255,255,0) 80%, rgba(255,255,255,0.2) ), linear-gradient( rgba(255,255,255,0.1), rgba(0,0,0,0.15) );
    }

    .waist[b-98zhedg0z8]::before {
        margin-left: -2.75em;
        border-radius: 50% 30% 0 0/100% 30% 0 100%;
    }

    .waist[b-98zhedg0z8]::after {
        margin-left: 2.75em;
        border-radius: 30% 50% 0% 0%/30% 100% 100% 0%;
    }

.crotch[b-98zhedg0z8] {
    z-index: 1;
    top: 1.5em;
    left: 50%;
    width: 10%;
    height: 4.5em;
    transform: translateX(-50%);
    background-image: linear-gradient( rgba(0,0,0,0.2), rgba(0,0,0,0.05) 10%, rgba(0,0,0,0.2) 10%, rgba(255,255,255,0.1), rgba(0,0,0,0.1) );
    border-radius: 0 0 0.25em 0.25em;
    box-shadow: -0.5em 0 0.25em -0.25em rgba(0,0,0,0.15), 0.5em 0 0.25em -0.25em rgba(0,0,0,0.15), -0.25em 0 0.125em -0.125em rgba(0,0,0,0.2), 0.25em 0 0.125em -0.125em rgba(0,0,0,0.2);
}

.leg[b-98zhedg0z8] {
    bottom: 0;
    left: 50%;
    width: 4.75em;
    height: 10.75em;
    transform: translateX(-50%);
    background-image: linear-gradient( rgba(0,0,0,0.1) 10%, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0), 50%, rgba(0,0,0,0.05), 65%, rgba(0,0,0,0) 74%, rgba(0,0,0,0.1), 78%, rgba(255,255,255,0.2) 78%, rgba(255,255,255,0) 82%, rgba(0,0,0,0.1) );
    border-radius: 0.25em 0.25em 0.0625em 0.0625em;
}

    .leg.right[b-98zhedg0z8] {
        margin-left: -2.75em;
    }

    .leg.left[b-98zhedg0z8] {
        margin-left: 2.75em;
    }


/* Controls */

.controls[b-98zhedg0z8] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 200px;
    padding: 1.5em;
    color: #333;
    text-transform: uppercase;
    background-color: rgba(220,220,220,0.5);
}

    .controls .title[b-98zhedg0z8] {
        margin-bottom: 0.5rem;
        font-weight: 900;
        font-size: 1.25em;
        letter-spacing: 0.03125em;
    }

.button[b-98zhedg0z8] {
    width: 100%;
    padding: 0.5em 1em;
    margin: 0.25rem 0;
    color: #666;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    cursor: pointer;
    outline: none;
}

    .button:hover[b-98zhedg0z8] {
        color: #000;
        border-color: #ccc;
    }

    .button:active[b-98zhedg0z8] {
        background-color: #ddd;
    }

.controls fieldset[b-98zhedg0z8] {
    border: none;
    margin: 1rem 0;
}

.controls legend[b-98zhedg0z8] {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: small;
    letter-spacing: 0.03125em;
}

.controls label[b-98zhedg0z8] {
    display: block;
    font-size: x-small;
    letter-spacing: 0.0625em;
}

.controls input[type="range"][b-98zhedg0z8] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    height: 2em;
    padding: 0.375em;
    margin: 0.25rem 0 1rem;
    color: inherit;
    background-color: currentColor;
    border-radius: 1em;
    outline: none;
}

    .controls input[type="range"][b-98zhedg0z8]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        position: relative;
        z-index: 10;
        width: 1.5em;
        height: 1.5em;
        background-color: hsla(50,90%,50%,1);
        border-radius: 50%;
        cursor: pointer;
    }

    .controls input[type="range"][b-98zhedg0z8]::-moz-range-thumb {
        position: relative;
        z-index: 10;
        width: 1.5em;
        height: 1.5em;
        background-color: #333;
        border-radius: 50%;
        cursor: pointer;
    }

    .controls input[type="range"][b-98zhedg0z8]::-moz-range-track {
        background-color: transparent;
    }
/* /Pages/Account/EmailConfirmation.razor.rz.scp.css */
a[b-uvbs60q1p3] {
    color: #365cce;
    text-decoration: none;
}

.border[b-uvbs60q1p3] {
    border-style: solid;
    border-width: 1px;
    border-color: #365cce;
    border-radius: 0.25rem;
}

.otpbox[b-uvbs60q1p3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 12px;
    font-weight: bold;
    color: #365cce
}

.footertext[b-uvbs60q1p3] {
    font-size: 12px;
}

@media (min-width: 640px) {
    .footertext[b-uvbs60q1p3] {
        font-size: 16px;
    }
}
/* /Pages/Account/Login.razor.rz.scp.css */
.minifigure[b-g2rk493nrw] {
    position: relative;
    width: 300px;
    height: 485px;
    margin: auto;
    perspective: 200;
    transform-style: preserve-3d;
    /*transition: transform 400ms;*/
}

    .minifigure.explode[b-g2rk493nrw] {
        transform: scale(0.75) translateZ(0);
    }

/* Head */

.head[b-g2rk493nrw] {
    position: absolute;
    z-index: 2;
    top: 2.25em;
    left: 50%;
    width: 7.25em;
    height: 6.25em;
    transform: translateX(-50%);
    color: hsla(50,90%,50%,1);
    background-color: currentColor;
    background-image: linear-gradient( rgba(255,255,255,0.3), rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.15) 95%, rgba(0,0,0,0.3) ), linear-gradient( to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.2), rgba(255,255,255,0) );
    border-radius: 1.5em;
    /*transition: transform 400ms;*/
}

.explode .head[b-g2rk493nrw] {
    transform: translate(-50%, -8em);
}

.head[b-g2rk493nrw]::before,
.head[b-g2rk493nrw]::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 2em;
    transform: translateX(-50%);
    background-color: currentColor;
}

.head[b-g2rk493nrw]::before {
    top: -1.25em;
    width: 3.5em;
    height: 1.25em;
    background-image: linear-gradient( rgba(255,255,255,0.5), rgba(255,255,255,0) 30% ), linear-gradient( to right, rgba(255,255,255,0) 70%, rgba(255,255,255,0.25) 80%, rgba(255,255,255,0) 90% );
    border-radius: 0.25em 0.25em 0 0;
}

.head[b-g2rk493nrw]::after {
    bottom: -0.875em;
    width: 4.5em;
    height: 1em;
    background-image: linear-gradient( rgba(0,0,0,0.2), rgba(0,0,0,0.05) 50% ), linear-gradient( to right, rgba(255,255,255,0) 70%, rgba(255,255,255,0.25) 80%, rgba(255,255,255,0) 90% );
    border-radius: 0 0 0.125em 0.125em;
}

/* Faces */

.faces-wrap[b-g2rk493nrw] {
    height: 100%;
    overflow: hidden;
}

.faces[b-g2rk493nrw] {
    display: flex;
    transition: transform 400ms cubic-bezier(0,0,0,1.25);
}

.explode .faces[b-g2rk493nrw] {
    transform: translateX(-500%) !important;
}

.face[b-g2rk493nrw] {
    position: relative;
    flex: 1 0 100%;
}

/* Eyes */

.eye[b-g2rk493nrw] {
    position: absolute;
    top: 2.25em;
    width: 0.75em;
    height: 0.9375em;
    color: #fff;
    background-color: currentColor;
    border-radius: 50%;
    box-shadow: inset 0 -0.125em 0 0.25em #000;
}

    .eye[b-g2rk493nrw]::before {
        content: '';
        position: absolute;
        left: 50%;
        color: #000;
        transform: translateX(-50%);
    }

    .eye.right[b-g2rk493nrw] {
        left: 2.25em;
    }

    .eye.left[b-g2rk493nrw] {
        right: 2.25em;
    }

.classic .eye[b-g2rk493nrw] {
    top: 2.4375em;
    height: 0.75em;
    color: #000;
    box-shadow: none;
}

.large-smile .eye[b-g2rk493nrw] {
    top: 2em;
}

.worried .eye[b-g2rk493nrw],
.surprised .eye[b-g2rk493nrw] {
    top: 2.4375em;
    width: 1em;
    height: 1.125em;
    box-shadow: inset 0 -0.125em 0 0.3125em #000;
}

    .worried .eye.right[b-g2rk493nrw] {
        left: 2.125em;
    }

    .worried .eye.left[b-g2rk493nrw] {
        right: 2.125em;
    }

.frown .eye[b-g2rk493nrw] {
    top: 2.625em;
}

    .frown .eye[b-g2rk493nrw]::before {
        bottom: 80%;
        width: 1.25em;
        height: 1em;
        border: 0.1875em solid transparent;
        border-bottom-color: currentColor;
        border-radius: 50%;
    }

    .frown .eye.right[b-g2rk493nrw]::before {
        margin-left: -0.25em;
        transform: translateX(-50%) rotate(-20deg);
    }

    .frown .eye.left[b-g2rk493nrw]::before {
        margin-left: 0.25em;
        transform: translateX(-50%) rotate(20deg);
    }


/* Brow */

.brow[b-g2rk493nrw] {
    position: absolute;
    bottom: 0.625em;
    left: 50%;
    width: 1.75em;
    height: 1em;
    transform-origin: 0 0;
    transform: translateX(-50%);
    color: #000;
    border: 0.25em solid transparent;
    border-top-color: currentColor;
    border-bottom: none;
    border-radius: 50% 50% 0 0;
}

.right .brow[b-g2rk493nrw] {
    border-left: none;
}

.left .brow[b-g2rk493nrw] {
    border-right: none;
}

.large-smile .brow[b-g2rk493nrw] {
    bottom: 0.375em;
    width: 1.25em;
    height: 1.375em;
    border: none;
    border-top: 0.25em solid;
    border-radius: 50% 50% 0 0;
}

.large-smile .right .brow[b-g2rk493nrw] {
    margin-left: -0.125em;
    transform: skewY(-10deg) translateX(-50%) translateZ(0);
}

.large-smile .left .brow[b-g2rk493nrw] {
    margin-left: 0.125em;
    transform: skewY(10deg) translateX(-50%) translateZ(0);
}

.worried .brow[b-g2rk493nrw] {
    width: 1.25em;
    height: 0.875em;
    bottom: 1.25em;
    border-top: none;
    border-bottom: 0.25em solid currentColor;
    border-radius: 0 0 50% 50%;
}

.worried .right .brow[b-g2rk493nrw] {
    margin-left: -0.25em;
    transform: rotate(-20deg) translateX(-50%) translateZ(0);
}

.worried .left .brow[b-g2rk493nrw] {
    margin-left: 0.25em;
    transform: rotate(20deg) translateX(-50%) translateZ(0);
}

.frown .brow[b-g2rk493nrw] {
    width: 1.5em;
    bottom: 1.375em;
    border-top: none;
    border-bottom: 0.25em solid currentColor;
    border-radius: 0 0 50% 50%;
}

.frown .right .brow[b-g2rk493nrw] {
    margin-left: -0.625em;
    transform: rotate(-35deg) translateX(-50%) translateZ(0);
}

.frown .left .brow[b-g2rk493nrw] {
    margin-left: 0.625em;
    transform: rotate(35deg) translateX(-50%) translateZ(0);
}

.surprised .brow[b-g2rk493nrw] {
    bottom: 1em;
    width: 1.5em;
    border-right: none;
    border-left: none;
}

.surprised .right .brow[b-g2rk493nrw] {
    margin-left: -0.5em;
    transform: rotate(-15deg) translateX(-50%) translateZ(0);
}

.surprised .left .brow[b-g2rk493nrw] {
    margin-left: 0.5em;
    transform: rotate(15deg) translateX(-50%) translateZ(0);
}

/* Mouth */

.mouth[b-g2rk493nrw] {
    position: absolute;
    top: 3.125em;
    left: 50%;
    width: 2.5em;
    height: 1.5em;
    transform: translateX(-50%);
    color: #000;
    border: 0.25em solid transparent;
    border-bottom-color: currentColor;
    border-radius: 50%;
}

    .mouth[b-g2rk493nrw]::before,
    .mouth[b-g2rk493nrw]::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

.classic .mouth[b-g2rk493nrw] {
    top: 2.9375em;
}

.large-smile .mouth[b-g2rk493nrw] {
    top: 0.125em;
    width: 3.125em;
    height: 5em;
    border: none;
    border-bottom: 1.5em solid;
    border-radius: 0 0 70% 70%/0 0 50% 50%;
}

    .large-smile .mouth[b-g2rk493nrw]::before {
        top: 1.6875em;
        width: 4.25em;
        height: 2em;
        color: #000;
        border: 0.1875em solid transparent;
        border-bottom-color: currentColor;
        border-radius: 0 0 50% 50%;
        box-shadow: 0 0.9375em 0 -0.75em #fff;
    }

    .large-smile .mouth[b-g2rk493nrw]::after {
        top: 4.4375em;
        width: 1.25em;
        height: 0.375em;
        color: #c00;
        background-color: currentColor;
        border-radius: 70% 70% 70% 70%/50% 50% 100% 100%;
    }

.worried .mouth[b-g2rk493nrw] {
    top: 4.5em;
    width: 2em;
    height: 1.25em;
    transform: translateX(-50%) rotate(-10deg) translateZ(0);
    border-top-color: currentColor;
    border-right: none;
    border-bottom-color: transparent;
    border-right-width: 0.5em;
    border-radius: 50% 50% 0 0;
}

.frown .mouth[b-g2rk493nrw] {
    top: 4.25em;
    width: 2.75em;
    height: 2em;
    margin-left: -0.125em;
    transform: translateX(-50%) rotate(-15deg) translateZ(0);
    border-top-color: currentColor;
    border-right: none;
    border-bottom-color: transparent;
    border-right-width: 0.5em;
    border-radius: 50% 50% 0 0;
}

    .frown .mouth[b-g2rk493nrw]::before {
        top: 0.375em;
        width: 0.75em;
        height: 0.625em;
        margin-left: 0.125em;
        color: #000;
        border: 0.125em solid transparent;
        border-top-color: currentColor;
        border-right: none;
        border-radius: 50%;
        border-radius: 50% 50% 0 0;
    }

.surprised .mouth[b-g2rk493nrw] {
    top: 4em;
    width: 3.125em;
    height: 1.625em;
    background-color: currentColor;
    border: none;
    border-radius: 70% 70% 60% 60%/100% 100% 50% 50%;
}

    .surprised .mouth[b-g2rk493nrw]::before,
    .surprised .mouth[b-g2rk493nrw]::after {
        color: #fff;
        background-color: currentColor;
    }

    .surprised .mouth[b-g2rk493nrw]::before {
        top: 0.1875em;
        width: 2em;
        height: 0.375em;
        border-radius: 70% 70% 60% 60%/100% 100% 50% 50%;
    }

    .surprised .mouth[b-g2rk493nrw]::after {
        bottom: 0.1875em;
        width: 2.25em;
        height: 0.375em;
        border-radius: 70% 70% 60% 60%/100% 100% 50% 50%;
    }

/* Upper Body */

.upper-body[b-g2rk493nrw] {
    position: absolute;
    z-index: 1;
    top: 9.25em;
    width: 100%;
    color: hsl(200,0%,90%);
    perspective: 320px;
}

    .upper-body[b-g2rk493nrw]::before,
    .upper-body[b-g2rk493nrw]::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .upper-body[b-g2rk493nrw]::before {
        bottom: 100%;
        width: 3em;
        height: 3.5em;
        background-color: currentColor;
        background-image: linear-gradient( to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.2), rgba(255,255,255,0) 90% ), linear-gradient( rgba(0,0,0,0) 50%, rgba(0,0,0,0.05) 80%, rgba(0,0,0,0.1) );
        border-radius: 50% 50% 0 0/10% 10% 0 0;
    }

    .upper-body[b-g2rk493nrw]::after {
        top: -2.75em;
        width: 2em;
        height: 2em;
        background-color: rgba(0,0,0,0.9);
        background-image: linear-gradient( to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) );
        border-radius: 50%/10%;
    }

.torso[b-g2rk493nrw] {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 7.75em;
    height: 9.125em;
    transform-origin: top center;
    transform: translateX(-50%) rotateX(45deg);
    background-color: currentColor;
    background-image: linear-gradient( rgba(255,255,255,0.1), rgba(0,0,0,0) 80%, rgba(0,0,0,0.05) 98%, rgba(0,0,0,0.25) 100% );
    border-radius: 0.5em 0.5em 0.125em 0.125em;
    box-shadow: inset 0 0.25em 0.25em rgba(255,255,255,0.5), -1.5em 0.5em 1em -1.25em rgba(0,0,0,0.3), 1.5em 0.5em 1em -1.25em rgba(0,0,0,0.3);
}

.arm[b-g2rk493nrw] {
    position: absolute;
    left: 50%;
    top: 4em;
    width: 3em;
    height: 5.5em;
    transform-origin: center 1.5em;
    background-color: currentColor;
    border-radius: 1.5em/1em;
}

    .arm.right[b-g2rk493nrw] {
        margin-left: -6.25rem;
        transform: translateX(-50%) rotate(12deg);
        box-shadow: inset 0.5em 0.25em 0.375em -0.25em rgba(255,255,255,0.4), inset 0 0 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm.left[b-g2rk493nrw] {
        margin-left: 6.25rem;
        transform: translateX(-50%) rotate(-12deg);
        box-shadow: inset -0.5em 0.25em 0.375em -0.25em rgba(255,255,255,0.4), inset 0 0 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm[b-g2rk493nrw]::before {
        content: '';
        position: absolute;
        bottom: 3.5em;
        left: 0;
        width: 100%;
        height: 5.5em;
        backface-visibility: hidden;
        transform-origin: center 4.5em;
        background-color: currentColor;
        border-radius: 1.5em/1.5em 1.5em 1em 1em;
    }

    .arm.right[b-g2rk493nrw]::before {
        transform: rotate(14deg);
        box-shadow: inset 0.75em 0.125em 0.375em -0.5em rgba(255,255,255,0.4), inset 0.25em 1.1em 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm.left[b-g2rk493nrw]::before {
        transform: rotate(-14deg);
        box-shadow: inset -0.75em 0.125em 0.375em -0.5em rgba(255,255,255,0.4), inset -0.25em 1.1em 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm[b-g2rk493nrw]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1.5em;
        transform-origin: center 4.5em;
        background-color: currentColor;
        border-radius: 50%;
        box-shadow: inset 0 0 0 1em rgba(255,255,255,0.2);
    }

.hand[b-g2rk493nrw] {
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 50%;
    width: 1.75em;
    height: 1.75em;
    transform: translateX(-50%);
    color: hsla(50,90%,50%,1);
    background-color: currentColor;
    background-image: linear-gradient( to right, rgba(255,255,255,0.2), rgba(0,0,0,0.075), rgba(255,255,255,0.2) );
    border-radius: 1em/0.5em;
    box-shadow: 0 -0.125em 0.125em rgba(0,0,0,0.1);
}

    .hand[b-g2rk493nrw]::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 1em;
        left: 50%;
        width: 3.5em;
        height: 3.5em;
        transform: translateX(-50%);
        color: hsla(50,90%,60%,1);
        border: 0.75em solid;
        border-bottom-color: transparent;
        box-shadow: inset 0 0.25em rgba(0,0,0,0.15), inset 0 0.25em;
        border-radius: 50%;
    }

/* Lower Body */

.lower-body[b-g2rk493nrw] {
    position: absolute;
    top: 18.5em;
    left: 50%;
    width: 10em;
    height: 11.75em;
    transform: translateX(-50%);
    color: hsl(200,0%,90%);
}

.explode .lower-body[b-g2rk493nrw] {
    transform: translate(-50%, 8em);
}

.lower-body > div[b-g2rk493nrw] {
    position: absolute;
    background-color: currentColor;
}

.waist[b-g2rk493nrw] {
    z-index: 1;
    top: 0;
    width: 100%;
    height: 1.5em;
    background-image: linear-gradient( rgba(0,0,0,0.15), rgba(0,0,0,0) 80%, rgba(255,255,255,0.1) 90%, rgba(255,255,255,0.15) );
    border-radius: 0.125em;
    box-shadow: 0 0.75em 0.75em -0.25em rgba(0,0,0,0.25);
}

    .waist[b-g2rk493nrw]::before,
    .waist[b-g2rk493nrw]::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 3em;
        height: 3em;
        transform: translateX(-50%);
        background-color: currentColor;
        background-image: linear-gradient( rgba(255,255,255,0.75), rgba(255,255,255,0) 10% ), linear-gradient( to right, rgba(255,255,255,0) 20%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.25) 75%, rgba(255,255,255,0) 80%, rgba(255,255,255,0.2) ), linear-gradient( rgba(255,255,255,0.1), rgba(0,0,0,0.15) );
    }

    .waist[b-g2rk493nrw]::before {
        margin-left: -2.75em;
        border-radius: 50% 30% 0 0/100% 30% 0 100%;
    }

    .waist[b-g2rk493nrw]::after {
        margin-left: 2.75em;
        border-radius: 30% 50% 0% 0%/30% 100% 100% 0%;
    }

.crotch[b-g2rk493nrw] {
    z-index: 1;
    top: 1.5em;
    left: 50%;
    width: 10%;
    height: 4.5em;
    transform: translateX(-50%);
    background-image: linear-gradient( rgba(0,0,0,0.2), rgba(0,0,0,0.05) 10%, rgba(0,0,0,0.2) 10%, rgba(255,255,255,0.1), rgba(0,0,0,0.1) );
    border-radius: 0 0 0.25em 0.25em;
    box-shadow: -0.5em 0 0.25em -0.25em rgba(0,0,0,0.15), 0.5em 0 0.25em -0.25em rgba(0,0,0,0.15), -0.25em 0 0.125em -0.125em rgba(0,0,0,0.2), 0.25em 0 0.125em -0.125em rgba(0,0,0,0.2);
}

.leg[b-g2rk493nrw] {
    bottom: 0;
    left: 50%;
    width: 4.75em;
    height: 10.75em;
    transform: translateX(-50%);
    background-image: linear-gradient( rgba(0,0,0,0.1) 10%, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0), 50%, rgba(0,0,0,0.05), 65%, rgba(0,0,0,0) 74%, rgba(0,0,0,0.1), 78%, rgba(255,255,255,0.2) 78%, rgba(255,255,255,0) 82%, rgba(0,0,0,0.1) );
    border-radius: 0.25em 0.25em 0.0625em 0.0625em;
}

    .leg.right[b-g2rk493nrw] {
        margin-left: -2.75em;
    }

    .leg.left[b-g2rk493nrw] {
        margin-left: 2.75em;
    }


/* Controls */

.controls[b-g2rk493nrw] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 200px;
    padding: 1.5em;
    color: #333;
    text-transform: uppercase;
    background-color: rgba(220,220,220,0.5);
}

    .controls .title[b-g2rk493nrw] {
        margin-bottom: 0.5rem;
        font-weight: 900;
        font-size: 1.25em;
        letter-spacing: 0.03125em;
    }

.button[b-g2rk493nrw] {
    width: 100%;
    padding: 0.5em 1em;
    margin: 0.25rem 0;
    color: #666;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    cursor: pointer;
    outline: none;
}

    .button:hover[b-g2rk493nrw] {
        color: #000;
        border-color: #ccc;
    }

    .button:active[b-g2rk493nrw] {
        background-color: #ddd;
    }

.controls fieldset[b-g2rk493nrw] {
    border: none;
    margin: 1rem 0;
}

.controls legend[b-g2rk493nrw] {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: small;
    letter-spacing: 0.03125em;
}

.controls label[b-g2rk493nrw] {
    display: block;
    font-size: x-small;
    letter-spacing: 0.0625em;
}

.controls input[type="range"][b-g2rk493nrw] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    height: 2em;
    padding: 0.375em;
    margin: 0.25rem 0 1rem;
    color: inherit;
    background-color: currentColor;
    border-radius: 1em;
    outline: none;
}

    .controls input[type="range"][b-g2rk493nrw]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        position: relative;
        z-index: 10;
        width: 1.5em;
        height: 1.5em;
        background-color: hsla(50,90%,50%,1);
        border-radius: 50%;
        cursor: pointer;
    }

    .controls input[type="range"][b-g2rk493nrw]::-moz-range-thumb {
        position: relative;
        z-index: 10;
        width: 1.5em;
        height: 1.5em;
        background-color: #333;
        border-radius: 50%;
        cursor: pointer;
    }

    .controls input[type="range"][b-g2rk493nrw]::-moz-range-track {
        background-color: transparent;
    }
/* /Pages/Account/Register.razor.rz.scp.css */
.minifigure[b-c9p5pupxqq] {
    position: relative;
    width: 300px;
    height: 485px;
    margin: auto;
    perspective: 200;
    transform-style: preserve-3d;
    /*transition: transform 400ms;*/
}

    .minifigure.explode[b-c9p5pupxqq] {
        transform: scale(0.75) translateZ(0);
    }

/* Head */

.head[b-c9p5pupxqq] {
    position: absolute;
    z-index: 2;
    top: 2.25em;
    left: 50%;
    width: 7.25em;
    height: 6.25em;
    transform: translateX(-50%);
    color: hsla(50,90%,50%,1);
    background-color: currentColor;
    background-image: linear-gradient( rgba(255,255,255,0.3), rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.15) 95%, rgba(0,0,0,0.3) ), linear-gradient( to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.2), rgba(255,255,255,0) );
    border-radius: 1.5em;
    /*transition: transform 400ms;*/
}

.explode .head[b-c9p5pupxqq] {
    transform: translate(-50%, -8em);
}

.head[b-c9p5pupxqq]::before,
.head[b-c9p5pupxqq]::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 2em;
    transform: translateX(-50%);
    background-color: currentColor;
}

.head[b-c9p5pupxqq]::before {
    top: -1.25em;
    width: 3.5em;
    height: 1.25em;
    background-image: linear-gradient( rgba(255,255,255,0.5), rgba(255,255,255,0) 30% ), linear-gradient( to right, rgba(255,255,255,0) 70%, rgba(255,255,255,0.25) 80%, rgba(255,255,255,0) 90% );
    border-radius: 0.25em 0.25em 0 0;
}

.head[b-c9p5pupxqq]::after {
    bottom: -0.875em;
    width: 4.5em;
    height: 1em;
    background-image: linear-gradient( rgba(0,0,0,0.2), rgba(0,0,0,0.05) 50% ), linear-gradient( to right, rgba(255,255,255,0) 70%, rgba(255,255,255,0.25) 80%, rgba(255,255,255,0) 90% );
    border-radius: 0 0 0.125em 0.125em;
}

/* Faces */

.faces-wrap[b-c9p5pupxqq] {
    height: 100%;
    overflow: hidden;
}

.faces[b-c9p5pupxqq] {
    display: flex;
    transition: transform 400ms cubic-bezier(0,0,0,1.25);
}

.explode .faces[b-c9p5pupxqq] {
    transform: translateX(-500%) !important;
}

.face[b-c9p5pupxqq] {
    position: relative;
    flex: 1 0 100%;
}

/* Eyes */

.eye[b-c9p5pupxqq] {
    position: absolute;
    top: 2.25em;
    width: 0.75em;
    height: 0.9375em;
    color: #fff;
    background-color: currentColor;
    border-radius: 50%;
    box-shadow: inset 0 -0.125em 0 0.25em #000;
}

    .eye[b-c9p5pupxqq]::before {
        content: '';
        position: absolute;
        left: 50%;
        color: #000;
        transform: translateX(-50%);
    }

    .eye.right[b-c9p5pupxqq] {
        left: 2.25em;
    }

    .eye.left[b-c9p5pupxqq] {
        right: 2.25em;
    }

.classic .eye[b-c9p5pupxqq] {
    top: 2.4375em;
    height: 0.75em;
    color: #000;
    box-shadow: none;
}

.large-smile .eye[b-c9p5pupxqq] {
    top: 2em;
}

.worried .eye[b-c9p5pupxqq],
.surprised .eye[b-c9p5pupxqq] {
    top: 2.4375em;
    width: 1em;
    height: 1.125em;
    box-shadow: inset 0 -0.125em 0 0.3125em #000;
}

    .worried .eye.right[b-c9p5pupxqq] {
        left: 2.125em;
    }

    .worried .eye.left[b-c9p5pupxqq] {
        right: 2.125em;
    }

.frown .eye[b-c9p5pupxqq] {
    top: 2.625em;
}

    .frown .eye[b-c9p5pupxqq]::before {
        bottom: 80%;
        width: 1.25em;
        height: 1em;
        border: 0.1875em solid transparent;
        border-bottom-color: currentColor;
        border-radius: 50%;
    }

    .frown .eye.right[b-c9p5pupxqq]::before {
        margin-left: -0.25em;
        transform: translateX(-50%) rotate(-20deg);
    }

    .frown .eye.left[b-c9p5pupxqq]::before {
        margin-left: 0.25em;
        transform: translateX(-50%) rotate(20deg);
    }


/* Brow */

.brow[b-c9p5pupxqq] {
    position: absolute;
    bottom: 0.625em;
    left: 50%;
    width: 1.75em;
    height: 1em;
    transform-origin: 0 0;
    transform: translateX(-50%);
    color: #000;
    border: 0.25em solid transparent;
    border-top-color: currentColor;
    border-bottom: none;
    border-radius: 50% 50% 0 0;
}

.right .brow[b-c9p5pupxqq] {
    border-left: none;
}

.left .brow[b-c9p5pupxqq] {
    border-right: none;
}

.large-smile .brow[b-c9p5pupxqq] {
    bottom: 0.375em;
    width: 1.25em;
    height: 1.375em;
    border: none;
    border-top: 0.25em solid;
    border-radius: 50% 50% 0 0;
}

.large-smile .right .brow[b-c9p5pupxqq] {
    margin-left: -0.125em;
    transform: skewY(-10deg) translateX(-50%) translateZ(0);
}

.large-smile .left .brow[b-c9p5pupxqq] {
    margin-left: 0.125em;
    transform: skewY(10deg) translateX(-50%) translateZ(0);
}

.worried .brow[b-c9p5pupxqq] {
    width: 1.25em;
    height: 0.875em;
    bottom: 1.25em;
    border-top: none;
    border-bottom: 0.25em solid currentColor;
    border-radius: 0 0 50% 50%;
}

.worried .right .brow[b-c9p5pupxqq] {
    margin-left: -0.25em;
    transform: rotate(-20deg) translateX(-50%) translateZ(0);
}

.worried .left .brow[b-c9p5pupxqq] {
    margin-left: 0.25em;
    transform: rotate(20deg) translateX(-50%) translateZ(0);
}

.frown .brow[b-c9p5pupxqq] {
    width: 1.5em;
    bottom: 1.375em;
    border-top: none;
    border-bottom: 0.25em solid currentColor;
    border-radius: 0 0 50% 50%;
}

.frown .right .brow[b-c9p5pupxqq] {
    margin-left: -0.625em;
    transform: rotate(-35deg) translateX(-50%) translateZ(0);
}

.frown .left .brow[b-c9p5pupxqq] {
    margin-left: 0.625em;
    transform: rotate(35deg) translateX(-50%) translateZ(0);
}

.surprised .brow[b-c9p5pupxqq] {
    bottom: 1em;
    width: 1.5em;
    border-right: none;
    border-left: none;
}

.surprised .right .brow[b-c9p5pupxqq] {
    margin-left: -0.5em;
    transform: rotate(-15deg) translateX(-50%) translateZ(0);
}

.surprised .left .brow[b-c9p5pupxqq] {
    margin-left: 0.5em;
    transform: rotate(15deg) translateX(-50%) translateZ(0);
}

/* Mouth */

.mouth[b-c9p5pupxqq] {
    position: absolute;
    top: 3.125em;
    left: 50%;
    width: 2.5em;
    height: 1.5em;
    transform: translateX(-50%);
    color: #000;
    border: 0.25em solid transparent;
    border-bottom-color: currentColor;
    border-radius: 50%;
}

    .mouth[b-c9p5pupxqq]::before,
    .mouth[b-c9p5pupxqq]::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

.classic .mouth[b-c9p5pupxqq] {
    top: 2.9375em;
}

.large-smile .mouth[b-c9p5pupxqq] {
    top: 0.125em;
    width: 3.125em;
    height: 5em;
    border: none;
    border-bottom: 1.5em solid;
    border-radius: 0 0 70% 70%/0 0 50% 50%;
}

    .large-smile .mouth[b-c9p5pupxqq]::before {
        top: 1.6875em;
        width: 4.25em;
        height: 2em;
        color: #000;
        border: 0.1875em solid transparent;
        border-bottom-color: currentColor;
        border-radius: 0 0 50% 50%;
        box-shadow: 0 0.9375em 0 -0.75em #fff;
    }

    .large-smile .mouth[b-c9p5pupxqq]::after {
        top: 4.4375em;
        width: 1.25em;
        height: 0.375em;
        color: #c00;
        background-color: currentColor;
        border-radius: 70% 70% 70% 70%/50% 50% 100% 100%;
    }

.worried .mouth[b-c9p5pupxqq] {
    top: 4.5em;
    width: 2em;
    height: 1.25em;
    transform: translateX(-50%) rotate(-10deg) translateZ(0);
    border-top-color: currentColor;
    border-right: none;
    border-bottom-color: transparent;
    border-right-width: 0.5em;
    border-radius: 50% 50% 0 0;
}

.frown .mouth[b-c9p5pupxqq] {
    top: 4.25em;
    width: 2.75em;
    height: 2em;
    margin-left: -0.125em;
    transform: translateX(-50%) rotate(-15deg) translateZ(0);
    border-top-color: currentColor;
    border-right: none;
    border-bottom-color: transparent;
    border-right-width: 0.5em;
    border-radius: 50% 50% 0 0;
}

    .frown .mouth[b-c9p5pupxqq]::before {
        top: 0.375em;
        width: 0.75em;
        height: 0.625em;
        margin-left: 0.125em;
        color: #000;
        border: 0.125em solid transparent;
        border-top-color: currentColor;
        border-right: none;
        border-radius: 50%;
        border-radius: 50% 50% 0 0;
    }

.surprised .mouth[b-c9p5pupxqq] {
    top: 4em;
    width: 3.125em;
    height: 1.625em;
    background-color: currentColor;
    border: none;
    border-radius: 70% 70% 60% 60%/100% 100% 50% 50%;
}

    .surprised .mouth[b-c9p5pupxqq]::before,
    .surprised .mouth[b-c9p5pupxqq]::after {
        color: #fff;
        background-color: currentColor;
    }

    .surprised .mouth[b-c9p5pupxqq]::before {
        top: 0.1875em;
        width: 2em;
        height: 0.375em;
        border-radius: 70% 70% 60% 60%/100% 100% 50% 50%;
    }

    .surprised .mouth[b-c9p5pupxqq]::after {
        bottom: 0.1875em;
        width: 2.25em;
        height: 0.375em;
        border-radius: 70% 70% 60% 60%/100% 100% 50% 50%;
    }

/* Upper Body */

.upper-body[b-c9p5pupxqq] {
    position: absolute;
    z-index: 1;
    top: 9.25em;
    width: 100%;
    color: hsl(200,0%,90%);
    perspective: 320px;
}

    .upper-body[b-c9p5pupxqq]::before,
    .upper-body[b-c9p5pupxqq]::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .upper-body[b-c9p5pupxqq]::before {
        bottom: 100%;
        width: 3em;
        height: 3.5em;
        background-color: currentColor;
        background-image: linear-gradient( to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.2), rgba(255,255,255,0) 90% ), linear-gradient( rgba(0,0,0,0) 50%, rgba(0,0,0,0.05) 80%, rgba(0,0,0,0.1) );
        border-radius: 50% 50% 0 0/10% 10% 0 0;
    }

    .upper-body[b-c9p5pupxqq]::after {
        top: -2.75em;
        width: 2em;
        height: 2em;
        background-color: rgba(0,0,0,0.9);
        background-image: linear-gradient( to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) );
        border-radius: 50%/10%;
    }

.torso[b-c9p5pupxqq] {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 7.75em;
    height: 9.125em;
    transform-origin: top center;
    transform: translateX(-50%) rotateX(45deg);
    background-color: currentColor;
    background-image: linear-gradient( rgba(255,255,255,0.1), rgba(0,0,0,0) 80%, rgba(0,0,0,0.05) 98%, rgba(0,0,0,0.25) 100% );
    border-radius: 0.5em 0.5em 0.125em 0.125em;
    box-shadow: inset 0 0.25em 0.25em rgba(255,255,255,0.5), -1.5em 0.5em 1em -1.25em rgba(0,0,0,0.3), 1.5em 0.5em 1em -1.25em rgba(0,0,0,0.3);
}

.arm[b-c9p5pupxqq] {
    position: absolute;
    left: 50%;
    top: 4em;
    width: 3em;
    height: 5.5em;
    transform-origin: center 1.5em;
    background-color: currentColor;
    border-radius: 1.5em/1em;
}

    .arm.right[b-c9p5pupxqq] {
        margin-left: -6.25rem;
        transform: translateX(-50%) rotate(12deg);
        box-shadow: inset 0.5em 0.25em 0.375em -0.25em rgba(255,255,255,0.4), inset 0 0 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm.left[b-c9p5pupxqq] {
        margin-left: 6.25rem;
        transform: translateX(-50%) rotate(-12deg);
        box-shadow: inset -0.5em 0.25em 0.375em -0.25em rgba(255,255,255,0.4), inset 0 0 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm[b-c9p5pupxqq]::before {
        content: '';
        position: absolute;
        bottom: 3.5em;
        left: 0;
        width: 100%;
        height: 5.5em;
        backface-visibility: hidden;
        transform-origin: center 4.5em;
        background-color: currentColor;
        border-radius: 1.5em/1.5em 1.5em 1em 1em;
    }

    .arm.right[b-c9p5pupxqq]::before {
        transform: rotate(14deg);
        box-shadow: inset 0.75em 0.125em 0.375em -0.5em rgba(255,255,255,0.4), inset 0.25em 1.1em 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm.left[b-c9p5pupxqq]::before {
        transform: rotate(-14deg);
        box-shadow: inset -0.75em 0.125em 0.375em -0.5em rgba(255,255,255,0.4), inset -0.25em 1.1em 0.75em 0.75em currentColor, inset 0 0 0 2em rgba(255,255,255, 0.15);
    }

    .arm[b-c9p5pupxqq]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1.5em;
        transform-origin: center 4.5em;
        background-color: currentColor;
        border-radius: 50%;
        box-shadow: inset 0 0 0 1em rgba(255,255,255,0.2);
    }

.hand[b-c9p5pupxqq] {
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 50%;
    width: 1.75em;
    height: 1.75em;
    transform: translateX(-50%);
    color: hsla(50,90%,50%,1);
    background-color: currentColor;
    background-image: linear-gradient( to right, rgba(255,255,255,0.2), rgba(0,0,0,0.075), rgba(255,255,255,0.2) );
    border-radius: 1em/0.5em;
    box-shadow: 0 -0.125em 0.125em rgba(0,0,0,0.1);
}

    .hand[b-c9p5pupxqq]::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 1em;
        left: 50%;
        width: 3.5em;
        height: 3.5em;
        transform: translateX(-50%);
        color: hsla(50,90%,60%,1);
        border: 0.75em solid;
        border-bottom-color: transparent;
        box-shadow: inset 0 0.25em rgba(0,0,0,0.15), inset 0 0.25em;
        border-radius: 50%;
    }

/* Lower Body */

.lower-body[b-c9p5pupxqq] {
    position: absolute;
    top: 18.5em;
    left: 50%;
    width: 10em;
    height: 11.75em;
    transform: translateX(-50%);
    color: hsl(200,0%,90%);
}

.explode .lower-body[b-c9p5pupxqq] {
    transform: translate(-50%, 8em);
}

.lower-body > div[b-c9p5pupxqq] {
    position: absolute;
    background-color: currentColor;
}

.waist[b-c9p5pupxqq] {
    z-index: 1;
    top: 0;
    width: 100%;
    height: 1.5em;
    background-image: linear-gradient( rgba(0,0,0,0.15), rgba(0,0,0,0) 80%, rgba(255,255,255,0.1) 90%, rgba(255,255,255,0.15) );
    border-radius: 0.125em;
    box-shadow: 0 0.75em 0.75em -0.25em rgba(0,0,0,0.25);
}

    .waist[b-c9p5pupxqq]::before,
    .waist[b-c9p5pupxqq]::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 3em;
        height: 3em;
        transform: translateX(-50%);
        background-color: currentColor;
        background-image: linear-gradient( rgba(255,255,255,0.75), rgba(255,255,255,0) 10% ), linear-gradient( to right, rgba(255,255,255,0) 20%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.25) 75%, rgba(255,255,255,0) 80%, rgba(255,255,255,0.2) ), linear-gradient( rgba(255,255,255,0.1), rgba(0,0,0,0.15) );
    }

    .waist[b-c9p5pupxqq]::before {
        margin-left: -2.75em;
        border-radius: 50% 30% 0 0/100% 30% 0 100%;
    }

    .waist[b-c9p5pupxqq]::after {
        margin-left: 2.75em;
        border-radius: 30% 50% 0% 0%/30% 100% 100% 0%;
    }

.crotch[b-c9p5pupxqq] {
    z-index: 1;
    top: 1.5em;
    left: 50%;
    width: 10%;
    height: 4.5em;
    transform: translateX(-50%);
    background-image: linear-gradient( rgba(0,0,0,0.2), rgba(0,0,0,0.05) 10%, rgba(0,0,0,0.2) 10%, rgba(255,255,255,0.1), rgba(0,0,0,0.1) );
    border-radius: 0 0 0.25em 0.25em;
    box-shadow: -0.5em 0 0.25em -0.25em rgba(0,0,0,0.15), 0.5em 0 0.25em -0.25em rgba(0,0,0,0.15), -0.25em 0 0.125em -0.125em rgba(0,0,0,0.2), 0.25em 0 0.125em -0.125em rgba(0,0,0,0.2);
}

.leg[b-c9p5pupxqq] {
    bottom: 0;
    left: 50%;
    width: 4.75em;
    height: 10.75em;
    transform: translateX(-50%);
    background-image: linear-gradient( rgba(0,0,0,0.1) 10%, rgba(255,255,255,0.1) 25%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0), 50%, rgba(0,0,0,0.05), 65%, rgba(0,0,0,0) 74%, rgba(0,0,0,0.1), 78%, rgba(255,255,255,0.2) 78%, rgba(255,255,255,0) 82%, rgba(0,0,0,0.1) );
    border-radius: 0.25em 0.25em 0.0625em 0.0625em;
}

    .leg.right[b-c9p5pupxqq] {
        margin-left: -2.75em;
    }

    .leg.left[b-c9p5pupxqq] {
        margin-left: 2.75em;
    }


/* Controls */

.controls[b-c9p5pupxqq] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 200px;
    padding: 1.5em;
    color: #333;
    text-transform: uppercase;
    background-color: rgba(220,220,220,0.5);
}

    .controls .title[b-c9p5pupxqq] {
        margin-bottom: 0.5rem;
        font-weight: 900;
        font-size: 1.25em;
        letter-spacing: 0.03125em;
    }

.button[b-c9p5pupxqq] {
    width: 100%;
    padding: 0.5em 1em;
    margin: 0.25rem 0;
    color: #666;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    cursor: pointer;
    outline: none;
}

    .button:hover[b-c9p5pupxqq] {
        color: #000;
        border-color: #ccc;
    }

    .button:active[b-c9p5pupxqq] {
        background-color: #ddd;
    }

.controls fieldset[b-c9p5pupxqq] {
    border: none;
    margin: 1rem 0;
}

.controls legend[b-c9p5pupxqq] {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: small;
    letter-spacing: 0.03125em;
}

.controls label[b-c9p5pupxqq] {
    display: block;
    font-size: x-small;
    letter-spacing: 0.0625em;
}

.controls input[type="range"][b-c9p5pupxqq] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    height: 2em;
    padding: 0.375em;
    margin: 0.25rem 0 1rem;
    color: inherit;
    background-color: currentColor;
    border-radius: 1em;
    outline: none;
}

    .controls input[type="range"][b-c9p5pupxqq]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        position: relative;
        z-index: 10;
        width: 1.5em;
        height: 1.5em;
        background-color: hsla(50,90%,50%,1);
        border-radius: 50%;
        cursor: pointer;
    }

    .controls input[type="range"][b-c9p5pupxqq]::-moz-range-thumb {
        position: relative;
        z-index: 10;
        width: 1.5em;
        height: 1.5em;
        background-color: #333;
        border-radius: 50%;
        cursor: pointer;
    }

    .controls input[type="range"][b-c9p5pupxqq]::-moz-range-track {
        background-color: transparent;
    }
/* /Pages/Error/404.razor.rz.scp.css */

.bl_page404__wrapper[b-2rxw46p09g] {
    position: relative;
    width: 100%;
    margin: 10px auto 10px;
    max-width: 440px;
    min-height: 410px;
}

.bl_page404__img[b-2rxw46p09g] {
    width: 100%;
}

.bl_page404__span[b-2rxw46p09g] {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 64px;
    box-shadow: 0 5px 0 #9c1007, inset 0 0 18px rgba(253, 60, 0, 0.75);
    background-color: #f95801;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
}

.bl_page404__el1[b-2rxw46p09g] {
    position: absolute;
    top: 108px;
    left: 102px;
    opacity: 1;
    animation: el1Move-b-2rxw46p09g 800ms linear infinite;
    width: 84px;
    height: 106px;
    background: url("/images/cloud_404_1.png") 50% 50% no-repeat;
    z-index: 2;
}

.bl_page404__el2[b-2rxw46p09g] {
    position: absolute;
    top: 92px;
    left: 136px;
    opacity: 1;
    animation: el2Move-b-2rxw46p09g 800ms linear infinite;
    width: 184px;
    height: 106px;
    background: url("/images/cloud_404_2.png") 50% 50% no-repeat;
    z-index: 2;
}

.bl_page404__el3[b-2rxw46p09g] {
    position: absolute;
    top: 108px;
    left: 180px;
    opacity: 1;
    animation: el3Move-b-2rxw46p09g 800ms linear infinite;
    width: 284px;
    height: 106px;
    background: url("/images/cloud_404_3.png") 50% 50% no-repeat;
    z-index: 2;
}

@keyframes el1Move-b-2rxw46p09g {
    0% {
        top: 108px;
        left: 102px;
        opacity: 1;
    }

    100% {
        top: -10px;
        left: 22px;
        opacity: 0;
    }
}

@keyframes el2Move-b-2rxw46p09g {
    0% {
        top: 92px;
        left: 136px;
        opacity: 1;
    }

    100% {
        top: -10px;
        left: 108px;
        opacity: 0;
    }
}

@keyframes el3Move-b-2rxw46p09g {
    0% {
        top: 108px;
        left: 180px;
        opacity: 1;
    }

    100% {
        top: 28px;
        left: 276px;
        opacity: 0;
    }
}
/* /Pages/Public/Advertisement.razor.rz.scp.css */
html[b-3zbmn0hf11] {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

body[b-3zbmn0hf11] {
    margin: 0;
}

article[b-3zbmn0hf11], aside[b-3zbmn0hf11], details[b-3zbmn0hf11], figcaption[b-3zbmn0hf11], figure[b-3zbmn0hf11], footer[b-3zbmn0hf11], header[b-3zbmn0hf11], hgroup[b-3zbmn0hf11], main[b-3zbmn0hf11], menu[b-3zbmn0hf11], nav[b-3zbmn0hf11], section[b-3zbmn0hf11], summary[b-3zbmn0hf11] {
    display: block;
}

audio[b-3zbmn0hf11], canvas[b-3zbmn0hf11], progress[b-3zbmn0hf11], video[b-3zbmn0hf11] {
    vertical-align: baseline;
    display: inline-block;
}

    audio:not([controls])[b-3zbmn0hf11] {
        height: 0;
        display: none;
    }

[hidden][b-3zbmn0hf11], template[b-3zbmn0hf11] {
    display: none;
}

a[b-3zbmn0hf11] {
    background-color: rgba(0, 0, 0, 0);
}

    a:active[b-3zbmn0hf11], a:hover[b-3zbmn0hf11] {
        outline: 0;
    }

abbr[title][b-3zbmn0hf11] {
    border-bottom: 1px dotted;
}

b[b-3zbmn0hf11], strong[b-3zbmn0hf11] {
    font-weight: bold;
}

dfn[b-3zbmn0hf11] {
    font-style: italic;
}

h1[b-3zbmn0hf11] {
    margin: .67em 0;
    font-size: 2em;
}

mark[b-3zbmn0hf11] {
    color: #000;
    background: #ff0;
}

small[b-3zbmn0hf11] {
    font-size: 80%;
}

sub[b-3zbmn0hf11], sup[b-3zbmn0hf11] {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup[b-3zbmn0hf11] {
    top: -.5em;
}

sub[b-3zbmn0hf11] {
    bottom: -.25em;
}

img[b-3zbmn0hf11] {
    border: 0;
}

svg:not(:root)[b-3zbmn0hf11] {
    overflow: hidden;
}

figure[b-3zbmn0hf11] {
    margin: 1em 40px;
}

hr[b-3zbmn0hf11] {
    box-sizing: content-box;
    height: 0;
}

pre[b-3zbmn0hf11] {
    overflow: auto;
}

code[b-3zbmn0hf11], kbd[b-3zbmn0hf11], pre[b-3zbmn0hf11], samp[b-3zbmn0hf11] {
    font-family: monospace;
    font-size: 1em;
}

button[b-3zbmn0hf11], input[b-3zbmn0hf11], optgroup[b-3zbmn0hf11], select[b-3zbmn0hf11], textarea[b-3zbmn0hf11] {
    color: inherit;
    font: inherit;
    margin: 0;
}

button[b-3zbmn0hf11] {
    overflow: visible;
}

button[b-3zbmn0hf11], select[b-3zbmn0hf11] {
    text-transform: none;
}

button[b-3zbmn0hf11], html input[type="button"][b-3zbmn0hf11], input[type="reset"][b-3zbmn0hf11] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled][b-3zbmn0hf11], html input[disabled][b-3zbmn0hf11] {
        cursor: default;
    }

    button[b-3zbmn0hf11]::-moz-focus-inner, input[b-3zbmn0hf11]::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[b-3zbmn0hf11] {
    line-height: normal;
}

    input[type="checkbox"][b-3zbmn0hf11], input[type="radio"][b-3zbmn0hf11] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"][b-3zbmn0hf11]::-webkit-inner-spin-button, input[type="number"][b-3zbmn0hf11]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"][b-3zbmn0hf11] {
        -webkit-appearance: none;
    }

        input[type="search"][b-3zbmn0hf11]::-webkit-search-cancel-button, input[type="search"][b-3zbmn0hf11]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset[b-3zbmn0hf11] {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend[b-3zbmn0hf11] {
    border: 0;
    padding: 0;
}

textarea[b-3zbmn0hf11] {
    overflow: auto;
}

optgroup[b-3zbmn0hf11] {
    font-weight: bold;
}

table[b-3zbmn0hf11] {
    border-collapse: collapse;
    border-spacing: 0;
}

td[b-3zbmn0hf11], th[b-3zbmn0hf11] {
    padding: 0;
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: normal;
    font-style: normal;
}

[class^="w-icon-"][b-3zbmn0hf11], [class*=" w-icon-"][b-3zbmn0hf11] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-family: webflow-icons !important;
}

.w-icon-slider-right[b-3zbmn0hf11]:before {
    content: "î˜€";
}

.w-icon-slider-left[b-3zbmn0hf11]:before {
    content: "î˜";
}

.w-icon-nav-menu[b-3zbmn0hf11]:before {
    content: "î˜‚";
}

.w-icon-arrow-down[b-3zbmn0hf11]:before, .w-icon-dropdown-toggle[b-3zbmn0hf11]:before {
    content: "î˜ƒ";
}

.w-icon-file-upload-remove[b-3zbmn0hf11]:before {
    content: "î¤€";
}

.w-icon-file-upload-icon[b-3zbmn0hf11]:before {
    content: "î¤ƒ";
}

*[b-3zbmn0hf11] {
    box-sizing: border-box;
}

html[b-3zbmn0hf11] {
    height: 100%;
}

body[b-3zbmn0hf11] {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

img[b-3zbmn0hf11] {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

html.w-mod-touch *[b-3zbmn0hf11] {
    background-attachment: scroll !important;
}

.w-block[b-3zbmn0hf11] {
    display: block;
}

.w-inline-block[b-3zbmn0hf11] {
    max-width: 100%;
    display: inline-block;
}

.w-clearfix[b-3zbmn0hf11]:before, .w-clearfix[b-3zbmn0hf11]:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-clearfix[b-3zbmn0hf11]:after {
    clear: both;
}

.w-hidden[b-3zbmn0hf11] {
    display: none;
}


html[data-w-dynpage] [data-w-cloak][b-3zbmn0hf11] {
    color: rgba(0, 0, 0, 0) !important;
}

.w-webflow-badge[b-3zbmn0hf11], .w-webflow-badge *[b-3zbmn0hf11] {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: none;
    border: 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    transform: none;
}

.w-webflow-badge[b-3zbmn0hf11] {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    visibility: visible !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    margin: 0 !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    top: auto !important;
    bottom: 12px !important;
    left: auto !important;
    right: 12px !important;
    overflow: visible !important;
    transform: none !important;
}

    .w-webflow-badge > img[b-3zbmn0hf11] {
        visibility: visible !important;
        opacity: 1 !important;
        vertical-align: middle !important;
        display: inline-block !important;
    }

h1[b-3zbmn0hf11], h2[b-3zbmn0hf11], h3[b-3zbmn0hf11], h4[b-3zbmn0hf11], h5[b-3zbmn0hf11], h6[b-3zbmn0hf11] {
    margin-bottom: 10px;
    font-weight: bold;
}

h1[b-3zbmn0hf11] {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
}

h2[b-3zbmn0hf11] {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}

h3[b-3zbmn0hf11] {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}

h4[b-3zbmn0hf11] {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}

h5[b-3zbmn0hf11] {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

h6[b-3zbmn0hf11] {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
}

p[b-3zbmn0hf11] {
    margin-top: 0;
    margin-bottom: 10px;
}

blockquote[b-3zbmn0hf11] {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}

figure[b-3zbmn0hf11] {
    margin: 0 0 10px;
}

figcaption[b-3zbmn0hf11] {
    text-align: center;
    margin-top: 5px;
}

ul[b-3zbmn0hf11], ol[b-3zbmn0hf11] {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.w-list-unstyled[b-3zbmn0hf11] {
    padding-left: 0;
    list-style: none;
}

.w-embed[b-3zbmn0hf11]:before, .w-embed[b-3zbmn0hf11]:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-embed[b-3zbmn0hf11]:after {
    clear: both;
}

.w-video[b-3zbmn0hf11] {
    width: 100%;
    padding: 0;
    position: relative;
}

    .w-video iframe[b-3zbmn0hf11], .w-video object[b-3zbmn0hf11], .w-video embed[b-3zbmn0hf11] {
        width: 100%;
        height: 100%;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
    }

fieldset[b-3zbmn0hf11] {
    border: 0;
    margin: 0;
    padding: 0;
}

button[b-3zbmn0hf11], [type="button"][b-3zbmn0hf11], [type="reset"][b-3zbmn0hf11] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

.w-form[b-3zbmn0hf11] {
    margin: 0 0 15px;
}

.w-form-done[b-3zbmn0hf11] {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail[b-3zbmn0hf11] {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

label[b-3zbmn0hf11] {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}


textarea.w-input[b-3zbmn0hf11], textarea.w-select[b-3zbmn0hf11] {
    height: auto;
}

.w-select[b-3zbmn0hf11] {
    background-color: #f3f3f3;
}

    .w-select[multiple][b-3zbmn0hf11] {
        height: auto;
    }

.w-form-label[b-3zbmn0hf11] {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
}

.w-radio[b-3zbmn0hf11] {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

    .w-radio[b-3zbmn0hf11]:before, .w-radio[b-3zbmn0hf11]:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-radio[b-3zbmn0hf11]:after {
        clear: both;
    }

.w-radio-input[b-3zbmn0hf11] {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
}

.w-file-upload[b-3zbmn0hf11] {
    margin-bottom: 10px;
    display: block;
}

.w-file-upload-input[b-3zbmn0hf11] {
    width: .1px;
    height: .1px;
    opacity: 0;
    z-index: -100;
    position: absolute;
    overflow: hidden;
}

.w-file-upload-default[b-3zbmn0hf11], .w-file-upload-uploading[b-3zbmn0hf11], .w-file-upload-success[b-3zbmn0hf11] {
    color: #333;
    display: inline-block;
}

.w-file-upload-error[b-3zbmn0hf11] {
    margin-top: 10px;
    display: block;
}

    .w-file-upload-default.w-hidden[b-3zbmn0hf11], .w-file-upload-uploading.w-hidden[b-3zbmn0hf11], .w-file-upload-error.w-hidden[b-3zbmn0hf11], .w-file-upload-success.w-hidden[b-3zbmn0hf11] {
        display: none;
    }

.w-file-upload-uploading-btn[b-3zbmn0hf11] {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
}

.w-file-upload-file[b-3zbmn0hf11] {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
}

.w-file-upload-file-name[b-3zbmn0hf11] {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.w-file-remove-link[b-3zbmn0hf11] {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
}

.w-icon-file-upload-remove[b-3zbmn0hf11] {
    margin: auto;
    font-size: 10px;
}

.w-file-upload-error-msg[b-3zbmn0hf11] {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
}

.w-file-upload-info[b-3zbmn0hf11] {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
}

.w-file-upload-label[b-3zbmn0hf11] {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.w-icon-file-upload-icon[b-3zbmn0hf11], .w-icon-file-upload-uploading[b-3zbmn0hf11] {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
}

.w-icon-file-upload-uploading[b-3zbmn0hf11] {
    height: 20px;
}

.w-container[b-3zbmn0hf11] {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

    .w-container[b-3zbmn0hf11]:before, .w-container[b-3zbmn0hf11]:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-container[b-3zbmn0hf11]:after {
        clear: both;
    }

    .w-container .w-row[b-3zbmn0hf11] {
        margin-left: -10px;
        margin-right: -10px;
    }

.w-row[b-3zbmn0hf11]:before, .w-row[b-3zbmn0hf11]:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-row[b-3zbmn0hf11]:after {
    clear: both;
}

.w-row .w-row[b-3zbmn0hf11] {
    margin-left: 0;
    margin-right: 0;
}

.w-col[b-3zbmn0hf11] {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

    .w-col .w-col[b-3zbmn0hf11] {
        padding-left: 0;
        padding-right: 0;
    }

.w-col-1[b-3zbmn0hf11] {
    width: 8.33333%;
}

.w-col-2[b-3zbmn0hf11] {
    width: 16.6667%;
}

.w-col-3[b-3zbmn0hf11] {
    width: 25%;
}

.w-col-4[b-3zbmn0hf11] {
    width: 33.3333%;
}

.w-col-5[b-3zbmn0hf11] {
    width: 41.6667%;
}

.w-col-6[b-3zbmn0hf11] {
    width: 50%;
}

.w-col-7[b-3zbmn0hf11] {
    width: 58.3333%;
}

.w-col-8[b-3zbmn0hf11] {
    width: 66.6667%;
}

.w-col-9[b-3zbmn0hf11] {
    width: 75%;
}

.w-col-10[b-3zbmn0hf11] {
    width: 83.3333%;
}

.w-col-11[b-3zbmn0hf11] {
    width: 91.6667%;
}

.w-col-12[b-3zbmn0hf11] {
    width: 100%;
}

.w-hidden-main[b-3zbmn0hf11] {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .w-container[b-3zbmn0hf11] {
        max-width: 728px;
    }

    .w-hidden-main[b-3zbmn0hf11] {
        display: inherit !important;
    }

    .w-hidden-medium[b-3zbmn0hf11] {
        display: none !important;
    }

    .w-col-medium-1[b-3zbmn0hf11] {
        width: 8.33333%;
    }

    .w-col-medium-2[b-3zbmn0hf11] {
        width: 16.6667%;
    }

    .w-col-medium-3[b-3zbmn0hf11] {
        width: 25%;
    }

    .w-col-medium-4[b-3zbmn0hf11] {
        width: 33.3333%;
    }

    .w-col-medium-5[b-3zbmn0hf11] {
        width: 41.6667%;
    }

    .w-col-medium-6[b-3zbmn0hf11] {
        width: 50%;
    }

    .w-col-medium-7[b-3zbmn0hf11] {
        width: 58.3333%;
    }

    .w-col-medium-8[b-3zbmn0hf11] {
        width: 66.6667%;
    }

    .w-col-medium-9[b-3zbmn0hf11] {
        width: 75%;
    }

    .w-col-medium-10[b-3zbmn0hf11] {
        width: 83.3333%;
    }

    .w-col-medium-11[b-3zbmn0hf11] {
        width: 91.6667%;
    }

    .w-col-medium-12[b-3zbmn0hf11] {
        width: 100%;
    }

    .w-col-stack[b-3zbmn0hf11] {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main[b-3zbmn0hf11], .w-hidden-medium[b-3zbmn0hf11] {
        display: inherit !important;
    }

    .w-hidden-small[b-3zbmn0hf11] {
        display: none !important;
    }

    .w-row[b-3zbmn0hf11], .w-container .w-row[b-3zbmn0hf11] {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col[b-3zbmn0hf11] {
        width: 100%;
        left: auto;
        right: auto;
    }

    .w-col-small-1[b-3zbmn0hf11] {
        width: 8.33333%;
    }

    .w-col-small-2[b-3zbmn0hf11] {
        width: 16.6667%;
    }

    .w-col-small-3[b-3zbmn0hf11] {
        width: 25%;
    }

    .w-col-small-4[b-3zbmn0hf11] {
        width: 33.3333%;
    }

    .w-col-small-5[b-3zbmn0hf11] {
        width: 41.6667%;
    }

    .w-col-small-6[b-3zbmn0hf11] {
        width: 50%;
    }

    .w-col-small-7[b-3zbmn0hf11] {
        width: 58.3333%;
    }

    .w-col-small-8[b-3zbmn0hf11] {
        width: 66.6667%;
    }

    .w-col-small-9[b-3zbmn0hf11] {
        width: 75%;
    }

    .w-col-small-10[b-3zbmn0hf11] {
        width: 83.3333%;
    }

    .w-col-small-11[b-3zbmn0hf11] {
        width: 91.6667%;
    }

    .w-col-small-12[b-3zbmn0hf11] {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .w-container[b-3zbmn0hf11] {
        max-width: none;
    }

    .w-hidden-main[b-3zbmn0hf11], .w-hidden-medium[b-3zbmn0hf11], .w-hidden-small[b-3zbmn0hf11] {
        display: inherit !important;
    }

    .w-hidden-tiny[b-3zbmn0hf11] {
        display: none !important;
    }

    .w-col[b-3zbmn0hf11] {
        width: 100%;
    }

    .w-col-tiny-1[b-3zbmn0hf11] {
        width: 8.33333%;
    }

    .w-col-tiny-2[b-3zbmn0hf11] {
        width: 16.6667%;
    }

    .w-col-tiny-3[b-3zbmn0hf11] {
        width: 25%;
    }

    .w-col-tiny-4[b-3zbmn0hf11] {
        width: 33.3333%;
    }

    .w-col-tiny-5[b-3zbmn0hf11] {
        width: 41.6667%;
    }

    .w-col-tiny-6[b-3zbmn0hf11] {
        width: 50%;
    }

    .w-col-tiny-7[b-3zbmn0hf11] {
        width: 58.3333%;
    }

    .w-col-tiny-8[b-3zbmn0hf11] {
        width: 66.6667%;
    }

    .w-col-tiny-9[b-3zbmn0hf11] {
        width: 75%;
    }

    .w-col-tiny-10[b-3zbmn0hf11] {
        width: 83.3333%;
    }

    .w-col-tiny-11[b-3zbmn0hf11] {
        width: 91.6667%;
    }

    .w-col-tiny-12[b-3zbmn0hf11] {
        width: 100%;
    }
}

.w-widget[b-3zbmn0hf11] {
    position: relative;
}

.w-widget-map[b-3zbmn0hf11] {
    width: 100%;
    height: 400px;
}

    .w-widget-map label[b-3zbmn0hf11] {
        width: auto;
        display: inline;
    }

    .w-widget-map img[b-3zbmn0hf11] {
        max-width: inherit;
    }

    .w-widget-map .gm-style-iw[b-3zbmn0hf11] {
        text-align: center;
    }

        .w-widget-map .gm-style-iw > button[b-3zbmn0hf11] {
            display: none !important;
        }

.w-widget-twitter[b-3zbmn0hf11] {
    overflow: hidden;
}

.w-widget-twitter-count-shim[b-3zbmn0hf11] {
    vertical-align: top;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

    .w-widget-twitter-count-shim *[b-3zbmn0hf11] {
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .w-widget-twitter-count-shim .w-widget-twitter-count-inner[b-3zbmn0hf11] {
        text-align: center;
        color: #999;
        font-family: serif;
        font-size: 15px;
        line-height: 12px;
        position: relative;
    }

    .w-widget-twitter-count-shim .w-widget-twitter-count-clear[b-3zbmn0hf11] {
        display: block;
        position: relative;
    }

    .w-widget-twitter-count-shim.w--large[b-3zbmn0hf11] {
        width: 36px;
        height: 28px;
    }

        .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner[b-3zbmn0hf11] {
            font-size: 18px;
            line-height: 18px;
        }

    .w-widget-twitter-count-shim:not(.w--vertical)[b-3zbmn0hf11] {
        margin-left: 5px;
        margin-right: 8px;
    }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large[b-3zbmn0hf11] {
            margin-left: 6px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical)[b-3zbmn0hf11]:before, .w-widget-twitter-count-shim:not(.w--vertical)[b-3zbmn0hf11]:after {
            content: " ";
            height: 0;
            width: 0;
            pointer-events: none;
            border: solid rgba(0, 0, 0, 0);
            position: absolute;
            top: 50%;
            left: 0;
        }

        .w-widget-twitter-count-shim:not(.w--vertical)[b-3zbmn0hf11]:before {
            border-width: 4px;
            border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
            margin-top: -4px;
            margin-left: -9px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large[b-3zbmn0hf11]:before {
            border-width: 5px;
            margin-top: -5px;
            margin-left: -10px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical)[b-3zbmn0hf11]:after {
            border-width: 4px;
            border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
            margin-top: -4px;
            margin-left: -8px;
        }

        .w-widget-twitter-count-shim:not(.w--vertical).w--large[b-3zbmn0hf11]:after {
            border-width: 5px;
            margin-top: -5px;
            margin-left: -9px;
        }

    .w-widget-twitter-count-shim.w--vertical[b-3zbmn0hf11] {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }

        .w-widget-twitter-count-shim.w--vertical[b-3zbmn0hf11]:before, .w-widget-twitter-count-shim.w--vertical[b-3zbmn0hf11]:after {
            content: " ";
            height: 0;
            width: 0;
            pointer-events: none;
            border: solid rgba(0, 0, 0, 0);
            position: absolute;
            top: 100%;
            left: 50%;
        }

        .w-widget-twitter-count-shim.w--vertical[b-3zbmn0hf11]:before {
            border-width: 5px;
            border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
            margin-left: -5px;
        }

        .w-widget-twitter-count-shim.w--vertical[b-3zbmn0hf11]:after {
            border-width: 4px;
            border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
            margin-left: -4px;
        }

        .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner[b-3zbmn0hf11] {
            font-size: 18px;
            line-height: 22px;
        }

        .w-widget-twitter-count-shim.w--vertical.w--large[b-3zbmn0hf11] {
            width: 76px;
        }

.w-background-video[b-3zbmn0hf11] {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .w-background-video > video[b-3zbmn0hf11] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -100;
        background-position: 50%;
        background-size: cover;
        margin: auto;
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: -100%;
        right: -100%;
    }

        .w-background-video > video[b-3zbmn0hf11]::-webkit-media-controls-start-playback-button {
            -webkit-appearance: none;
            display: none !important;
        }

.w-background-video--control[b-3zbmn0hf11] {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

    .w-background-video--control > [hidden][b-3zbmn0hf11] {
        display: none !important;
    }

.w-slider[b-3zbmn0hf11] {
    height: 300px;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    position: relative;
}

.w-slider-mask[b-3zbmn0hf11] {
    z-index: 1;
    height: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slide[b-3zbmn0hf11] {
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    display: inline-block;
    position: relative;
}

.w-slider-nav[b-3zbmn0hf11] {
    z-index: 2;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

    .w-slider-nav.w-round > div[b-3zbmn0hf11] {
        border-radius: 100%;
    }

    .w-slider-nav.w-num > div[b-3zbmn0hf11] {
        width: auto;
        height: auto;
        font-size: inherit;
        line-height: inherit;
        padding: .2em .5em;
    }

    .w-slider-nav.w-shadow > div[b-3zbmn0hf11] {
        box-shadow: 0 0 3px rgba(51, 51, 51, .4);
    }

.w-slider-nav-invert[b-3zbmn0hf11] {
    color: #fff;
}

    .w-slider-nav-invert > div[b-3zbmn0hf11] {
        background-color: rgba(34, 34, 34, .4);
    }

        .w-slider-nav-invert > div.w-active[b-3zbmn0hf11] {
            background-color: #222;
        }

.w-slider-dot[b-3zbmn0hf11] {
    width: 1em;
    height: 1em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
}

    .w-slider-dot.w-active[b-3zbmn0hf11] {
        background-color: #fff;
    }

    .w-slider-dot:focus[b-3zbmn0hf11] {
        outline: none;
        box-shadow: 0 0 0 2px #fff;
    }

        .w-slider-dot:focus.w-active[b-3zbmn0hf11] {
            box-shadow: none;
        }

.w-slider-arrow-left[b-3zbmn0hf11], .w-slider-arrow-right[b-3zbmn0hf11] {
    width: 80px;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .w-slider-arrow-left [class^="w-icon-"][b-3zbmn0hf11], .w-slider-arrow-right [class^="w-icon-"][b-3zbmn0hf11], .w-slider-arrow-left [class*=" w-icon-"][b-3zbmn0hf11], .w-slider-arrow-right [class*=" w-icon-"][b-3zbmn0hf11] {
        position: absolute;
    }

    .w-slider-arrow-left:focus[b-3zbmn0hf11], .w-slider-arrow-right:focus[b-3zbmn0hf11] {
        outline: 0;
    }

.w-slider-arrow-left[b-3zbmn0hf11] {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right[b-3zbmn0hf11] {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left[b-3zbmn0hf11], .w-icon-slider-right[b-3zbmn0hf11] {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-slider-aria-label[b-3zbmn0hf11] {
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.w-slider-force-show[b-3zbmn0hf11] {
    display: block !important;
}

.w-dropdown[b-3zbmn0hf11] {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
}

.w-dropdown-btn[b-3zbmn0hf11], .w-dropdown-toggle[b-3zbmn0hf11], .w-dropdown-link[b-3zbmn0hf11] {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

.w-dropdown-toggle[b-3zbmn0hf11] {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}

    .w-dropdown-toggle:focus[b-3zbmn0hf11] {
        outline: 0;
    }

.w-icon-dropdown-toggle[b-3zbmn0hf11] {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-dropdown-list[b-3zbmn0hf11] {
    min-width: 100%;
    background: #ddd;
    display: none;
    position: absolute;
}

    .w-dropdown-list.w--open[b-3zbmn0hf11] {
        display: block;
    }

.w-dropdown-link[b-3zbmn0hf11] {
    color: #222;
    padding: 10px 20px;
    display: block;
}

    .w-dropdown-link.w--current[b-3zbmn0hf11] {
        color: #0082f3;
    }

    .w-dropdown-link:focus[b-3zbmn0hf11] {
        outline: 0;
    }

@media screen and (max-width: 767px) {
    .w-nav-brand[b-3zbmn0hf11] {
        padding-left: 10px;
    }
}

.w-lightbox-backdrop[b-3zbmn0hf11] {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, .9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
}

.w-lightbox-backdrop[b-3zbmn0hf11], .w-lightbox-container[b-3zbmn0hf11] {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.w-lightbox-content[b-3zbmn0hf11] {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.w-lightbox-view[b-3zbmn0hf11] {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute;
}

    .w-lightbox-view[b-3zbmn0hf11]:before {
        content: "";
        height: 100vh;
    }

.w-lightbox-group[b-3zbmn0hf11], .w-lightbox-group .w-lightbox-view[b-3zbmn0hf11], .w-lightbox-group .w-lightbox-view[b-3zbmn0hf11]:before {
    height: 86vh;
}

.w-lightbox-frame[b-3zbmn0hf11], .w-lightbox-view[b-3zbmn0hf11]:before {
    vertical-align: middle;
    display: inline-block;
}

.w-lightbox-figure[b-3zbmn0hf11] {
    margin: 0;
    position: relative;
}

.w-lightbox-group .w-lightbox-figure[b-3zbmn0hf11] {
    cursor: pointer;
}

.w-lightbox-img[b-3zbmn0hf11] {
    width: auto;
    height: auto;
    max-width: none;
}

.w-lightbox-image[b-3zbmn0hf11] {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
}

.w-lightbox-group .w-lightbox-image[b-3zbmn0hf11] {
    max-height: 86vh;
}

.w-lightbox-caption[b-3zbmn0hf11] {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .4);
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-lightbox-embed[b-3zbmn0hf11] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-lightbox-control[b-3zbmn0hf11] {
    width: 4em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all .3s;
    position: absolute;
    top: 0;
}

.w-lightbox-left[b-3zbmn0hf11] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
}

.w-lightbox-right[b-3zbmn0hf11] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
}

.w-lightbox-close[b-3zbmn0hf11] {
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    right: 0;
}

.w-lightbox-strip[b-3zbmn0hf11] {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.w-lightbox-item[b-3zbmn0hf11] {
    width: 10vh;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active[b-3zbmn0hf11] {
    opacity: .3;
}

.w-lightbox-thumbnail[b-3zbmn0hf11] {
    height: 10vh;
    background: #222;
    position: relative;
    overflow: hidden;
}

.w-lightbox-thumbnail-image[b-3zbmn0hf11] {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall[b-3zbmn0hf11] {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide[b-3zbmn0hf11] {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
}

.w-lightbox-spinner[b-3zbmn0hf11] {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin-b-3zbmn0hf11;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .w-lightbox-spinner[b-3zbmn0hf11]:after {
        content: "";
        border: 3px solid rgba(0, 0, 0, 0);
        border-bottom-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: -4px;
        bottom: -4px;
        left: -4px;
        right: -4px;
    }

.w-lightbox-hide[b-3zbmn0hf11] {
    display: none;
}

.w-lightbox-noscroll[b-3zbmn0hf11] {
    overflow: hidden;
}

@media (min-width: 768px) {
    .w-lightbox-content[b-3zbmn0hf11] {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view[b-3zbmn0hf11], .w-lightbox-view[b-3zbmn0hf11]:before {
        height: 96vh;
    }

    .w-lightbox-group[b-3zbmn0hf11], .w-lightbox-group .w-lightbox-view[b-3zbmn0hf11], .w-lightbox-group .w-lightbox-view[b-3zbmn0hf11]:before {
        height: 84vh;
    }

    .w-lightbox-image[b-3zbmn0hf11] {
        max-width: 96vw;
        max-height: 96vh;
    }

    .w-lightbox-group .w-lightbox-image[b-3zbmn0hf11] {
        max-width: 82.3vw;
        max-height: 84vh;
    }

    .w-lightbox-left[b-3zbmn0hf11], .w-lightbox-right[b-3zbmn0hf11] {
        opacity: .5;
        display: block;
    }

    .w-lightbox-close[b-3zbmn0hf11] {
        opacity: .8;
    }

    .w-lightbox-control:hover[b-3zbmn0hf11] {
        opacity: 1;
    }
}

.w-lightbox-inactive[b-3zbmn0hf11], .w-lightbox-inactive:hover[b-3zbmn0hf11] {
    opacity: 0;
}

.w-richtext[b-3zbmn0hf11]:before, .w-richtext[b-3zbmn0hf11]:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-richtext[b-3zbmn0hf11]:after {
    clear: both;
}

.w-richtext[contenteditable="true"][b-3zbmn0hf11]:before, .w-richtext[contenteditable="true"][b-3zbmn0hf11]:after {
    white-space: initial;
}

.w-richtext ol[b-3zbmn0hf11], .w-richtext ul[b-3zbmn0hf11] {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div[b-3zbmn0hf11]:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div[b-3zbmn0hf11]:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div[b-3zbmn0hf11], .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div[b-3zbmn0hf11] {
    outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div[b-3zbmn0hf11]:after, .w-richtext figure[data-rt-type="video"] > div[b-3zbmn0hf11]:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-richtext figure[b-3zbmn0hf11] {
    max-width: 60%;
    position: relative;
}

    .w-richtext figure > div[b-3zbmn0hf11]:before {
        cursor: default !important;
    }

    .w-richtext figure img[b-3zbmn0hf11] {
        width: 100%;
    }

    .w-richtext figure figcaption.w-richtext-figcaption-placeholder[b-3zbmn0hf11] {
        opacity: .6;
    }

    .w-richtext figure div[b-3zbmn0hf11] {
        color: rgba(0, 0, 0, 0);
        font-size: 0;
    }

    .w-richtext figure.w-richtext-figure-type-image[b-3zbmn0hf11], .w-richtext figure[data-rt-type="image"][b-3zbmn0hf11] {
        display: table;
    }

        .w-richtext figure.w-richtext-figure-type-image > div[b-3zbmn0hf11], .w-richtext figure[data-rt-type="image"] > div[b-3zbmn0hf11] {
            display: inline-block;
        }

        .w-richtext figure.w-richtext-figure-type-image > figcaption[b-3zbmn0hf11], .w-richtext figure[data-rt-type="image"] > figcaption[b-3zbmn0hf11] {
            caption-side: bottom;
            display: table-caption;
        }

    .w-richtext figure.w-richtext-figure-type-video[b-3zbmn0hf11], .w-richtext figure[data-rt-type="video"][b-3zbmn0hf11] {
        width: 60%;
        height: 0;
    }

        .w-richtext figure.w-richtext-figure-type-video iframe[b-3zbmn0hf11], .w-richtext figure[data-rt-type="video"] iframe[b-3zbmn0hf11] {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .w-richtext figure.w-richtext-figure-type-video > div[b-3zbmn0hf11], .w-richtext figure[data-rt-type="video"] > div[b-3zbmn0hf11] {
            width: 100%;
        }

    .w-richtext figure.w-richtext-align-center[b-3zbmn0hf11] {
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }

        .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div[b-3zbmn0hf11], .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div[b-3zbmn0hf11] {
            max-width: 100%;
        }

    .w-richtext figure.w-richtext-align-normal[b-3zbmn0hf11] {
        clear: both;
    }

    .w-richtext figure.w-richtext-align-fullwidth[b-3zbmn0hf11] {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

        .w-richtext figure.w-richtext-align-fullwidth > div[b-3zbmn0hf11] {
            padding-bottom: inherit;
            display: inline-block;
        }

        .w-richtext figure.w-richtext-align-fullwidth > figcaption[b-3zbmn0hf11] {
            display: block;
        }

    .w-richtext figure.w-richtext-align-floatleft[b-3zbmn0hf11] {
        float: left;
        clear: none;
        margin-right: 15px;
    }

    .w-richtext figure.w-richtext-align-floatright[b-3zbmn0hf11] {
        float: right;
        clear: none;
        margin-left: 15px;
    }

.w-nav[b-3zbmn0hf11] {
    z-index: 1000;
    background: #ddd;
    position: relative;
}

    .w-nav[b-3zbmn0hf11]:before, .w-nav[b-3zbmn0hf11]:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-nav[b-3zbmn0hf11]:after {
        clear: both;
    }

.w-nav-brand[b-3zbmn0hf11] {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}

.w-nav-link[b-3zbmn0hf11] {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    .w-nav-link.w--current[b-3zbmn0hf11] {
        color: #0082f3;
    }

.w-nav-menu[b-3zbmn0hf11] {
    float: right;
    position: relative;
}

[data-nav-menu-open][b-3zbmn0hf11] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
}

.w--nav-link-open[b-3zbmn0hf11] {
    display: block;
    position: relative;
}

.w-nav-overlay[b-3zbmn0hf11] {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .w-nav-overlay [data-nav-menu-open][b-3zbmn0hf11] {
        top: 0;
    }

.w-nav[data-animation="over-left"] .w-nav-overlay[b-3zbmn0hf11] {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay[b-3zbmn0hf11], .w-nav[data-animation="over-left"] [data-nav-menu-open][b-3zbmn0hf11] {
    z-index: 1;
    top: 0;
    right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay[b-3zbmn0hf11] {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay[b-3zbmn0hf11], .w-nav[data-animation="over-right"] [data-nav-menu-open][b-3zbmn0hf11] {
    z-index: 1;
    top: 0;
    left: auto;
}

.w-nav-button[b-3zbmn0hf11] {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}

    .w-nav-button:focus[b-3zbmn0hf11] {
        outline: 0;
    }

    .w-nav-button.w--open[b-3zbmn0hf11] {
        color: #fff;
        background-color: #c8c8c8;
    }

.w-nav[data-collapse="all"] .w-nav-menu[b-3zbmn0hf11] {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button[b-3zbmn0hf11], .w--nav-dropdown-open[b-3zbmn0hf11], .w--nav-dropdown-toggle-open[b-3zbmn0hf11] {
    display: block;
}

.w--nav-dropdown-list-open[b-3zbmn0hf11] {
    position: static;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu[b-3zbmn0hf11] {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button[b-3zbmn0hf11] {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu[b-3zbmn0hf11] {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button[b-3zbmn0hf11] {
        display: block;
    }

    .w-nav-brand[b-3zbmn0hf11] {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu[b-3zbmn0hf11] {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button[b-3zbmn0hf11] {
        display: block;
    }
}

.w-tabs[b-3zbmn0hf11] {
    position: relative;
}

    .w-tabs[b-3zbmn0hf11]:before, .w-tabs[b-3zbmn0hf11]:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-tabs[b-3zbmn0hf11]:after {
        clear: both;
    }

.w-tab-menu[b-3zbmn0hf11] {
    position: relative;
}

.w-tab-link[b-3zbmn0hf11] {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    .w-tab-link.w--current[b-3zbmn0hf11] {
        background-color: #c8c8c8;
    }

    .w-tab-link:focus[b-3zbmn0hf11] {
        outline: 0;
    }

.w-tab-content[b-3zbmn0hf11] {
    display: block;
    position: relative;
    overflow: hidden;
}

.w-tab-pane[b-3zbmn0hf11] {
    display: none;
    position: relative;
}

.w--tab-active[b-3zbmn0hf11] {
    display: block;
}

@media screen and (max-width: 479px) {
    .w-tab-link[b-3zbmn0hf11] {
        display: block;
    }
}

.w-ix-emptyfix[b-3zbmn0hf11]:after {
    content: "";
}

@keyframes spin-b-3zbmn0hf11 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty[b-3zbmn0hf11] {
    background-color: #ddd;
    padding: 10px;
}

.w-dyn-hide[b-3zbmn0hf11], .w-dyn-bind-empty[b-3zbmn0hf11], .w-condition-invisible[b-3zbmn0hf11] {
    display: none !important;
}

.wf-layout-layout[b-3zbmn0hf11] {
    display: grid;
}

.w-layout-grid[b-3zbmn0hf11] {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-users-userformpagewrap[b-3zbmn0hf11] {
    height: 100vh;
    max-width: 340px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.w-checkbox[b-3zbmn0hf11] {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

    .w-checkbox[b-3zbmn0hf11]:before {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-checkbox[b-3zbmn0hf11]:after {
        content: " ";
        clear: both;
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

.w-checkbox-input[b-3zbmn0hf11] {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom[b-3zbmn0hf11] {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked[b-3zbmn0hf11] {
        background-color: #3898ec;
        background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-color: #3898ec;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus[b-3zbmn0hf11] {
        box-shadow: 0 0 3px 1px #3898ec;
    }

.w-users-userloginformwrapper[b-3zbmn0hf11] {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.w-users-userformheader[b-3zbmn0hf11] {
    text-align: center;
}

.w-users-userformbutton[b-3zbmn0hf11] {
    width: 100%;
    text-align: center;
}

.w-users-userformfooter[b-3zbmn0hf11] {
    justify-content: space-between;
    margin-top: 12px;
    display: flex;
}

.w-users-userformerrorstate[b-3zbmn0hf11] {
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0%;
}

.w-users-userresetpasswordformwrapper[b-3zbmn0hf11] {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.w-users-userformsuccessstate[b-3zbmn0hf11] {
    display: none;
}

.w-users-usersignupformwrapper[b-3zbmn0hf11] {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.w-checkbox-input[b-3zbmn0hf11] {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom[b-3zbmn0hf11] {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked[b-3zbmn0hf11] {
        background-color: #3898ec;
        background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-color: #3898ec;
    }

    .w-checkbox-input--inputType-custom.w--redirected-focus[b-3zbmn0hf11] {
        box-shadow: 0 0 3px 1px #3898ec;
    }

.w-users-usersignupverificationmessage[b-3zbmn0hf11] {
    display: none;
}

.w-users-userupdatepasswordformwrapper[b-3zbmn0hf11] {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.w-users-useraccountwrapper[b-3zbmn0hf11] {
    width: 100%;
    min-height: 100vh;
    background-color: #f5f5f5;
    padding: 20px;
}

.w-users-blockcontent[b-3zbmn0hf11] {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 20px;
}

.w-users-blockheader[b-3zbmn0hf11] {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 20px;
    display: flex;
}

.w-users-useraccountformsavebutton[b-3zbmn0hf11] {
    text-align: center;
    margin-right: 8px;
}

.w-users-useraccountformcancelbutton[b-3zbmn0hf11] {
    text-align: center;
    color: #333;
    background-color: #d3d3d3;
}

body[b-3zbmn0hf11] {
    color: #030407;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

h1[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
}

h2[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

h3[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

h4[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}

h5[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

h6[b-3zbmn0hf11] {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

p[b-3zbmn0hf11] {
    color: #3e404c;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px;
}

a[b-3zbmn0hf11] {
    color: #443fde;
    text-decoration: none;
}

ul[b-3zbmn0hf11] {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 40px;
}

li[b-3zbmn0hf11] {
    list-style-type: disc;
}

img[b-3zbmn0hf11] {
    max-width: 100%;
    display: inline-block;
}

label[b-3zbmn0hf11] {
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
}

blockquote[b-3zbmn0hf11] {
    color: #28257e;
    background-color: #f3f3fc;
    border: 1px #000;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 32px;
}

.section-regular[b-3zbmn0hf11] {
    padding: 100px 5%;
    position: relative;
}

    .section-regular.grey[b-3zbmn0hf11] {
        background-color: #f7f7fa;
    }


.header-title-grid[b-3zbmn0hf11] {
    grid-column-gap: 38px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    margin-bottom: 100px;
}




.header-image-wrap[b-3zbmn0hf11] {
    height: 500px;
    margin-top: -36px;
    position: relative;
}

.partnership-text-wrap[b-3zbmn0hf11] {
    color: #3e404c;
    background-image: url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e64_Partnership%20Rectangle.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    padding: 16px 48px;
    font-size: 14px;
}

.logo-grid[b-3zbmn0hf11] {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.logo-wrap[b-3zbmn0hf11] {
    width: 100%;
    justify-content: center;
    padding: 10px;
    display: flex;
}

.navigation-button-wrap[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    align-items: center;
    display: flex;
}

.collection-list-jobs[b-3zbmn0hf11] {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.icon-wrap-regular[b-3zbmn0hf11] {
    width: 56px;
    height: 56px;
    background-color: #fff;
    border: 1px solid #ebebef;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
}

.job-company-wrap[b-3zbmn0hf11] {
    grid-column-gap: 14px;
    align-items: center;
    margin-bottom: 24px;
    padding-right: 10px;
    display: flex;
}

.company-card[b-3zbmn0hf11] {
    width: 100%;
    color: #3e404c;
    border: 1px solid #ebebef;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    text-decoration: none;
    display: flex;
}

.company-card-header-wrap[b-3zbmn0hf11] {
    grid-column-gap: 14px;
    color: #030407;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
}

.regular-collection-list[b-3zbmn0hf11] {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}

.browse-dropdown-small[b-3zbmn0hf11] {
    background-color: #fff;
    border: 1px solid #ebebef;
    margin-left: 0;
    margin-right: 0;
}

.jobs-dropdown-toggle[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    color: #84889a;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    display: flex;
}

.job-card-details-wrap[b-3zbmn0hf11] {
    grid-column-gap: 24px;
    grid-row-gap: 12px;
    color: #606476;
    letter-spacing: -.03em;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    display: flex;
}

.feature-image-wrap[b-3zbmn0hf11] {
    height: 540px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.feature-list[b-3zbmn0hf11] {
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 44px;
}

.feature-content-block[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    background-color: #f9f9fb;
    align-items: flex-start;
    padding: 16px;
    display: flex;
}

.title-wrap-center[b-3zbmn0hf11] {
    max-width: 470px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 72px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

    .title-wrap-center.max-width-450[b-3zbmn0hf11] {
        max-width: 450px;
    }

    .title-wrap-center.max-with-630[b-3zbmn0hf11] {
        max-width: 630px;
    }

.testimonial-image-wrap[b-3zbmn0hf11] {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}

.testimonial-grid[b-3zbmn0hf11] {
    height: 100%;
    grid-column-gap: 64px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.testimonial-slider[b-3zbmn0hf11] {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.testimonial-slider-right-button[b-3zbmn0hf11] {
    width: 48px;
    height: 48px;
    color: #030407;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 60px;
    right: auto;
}

    .testimonial-slider-right-button:hover[b-3zbmn0hf11] {
        background-color: #ebebef;
    }

    .testimonial-slider-right-button:active[b-3zbmn0hf11] {
        background-color: #d6d7e0;
    }

.testimonial-slider-left-button[b-3zbmn0hf11] {
    width: 48px;
    height: 48px;
    color: #d6d7e0;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.testimonial-logo-wrap[b-3zbmn0hf11] {
    width: 72px;
    height: 72px;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
    margin-right: 16px;
    display: flex;
}

.testimonial-content-wrap[b-3zbmn0hf11] {
    max-width: 450px;
}

.blog-card[b-3zbmn0hf11] {
    color: #030407;
    border: 1px solid #ebebef;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    text-decoration: none;
}

.rich-text[b-3zbmn0hf11] {
    z-index: 4;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
}

    .rich-text h2[b-3zbmn0hf11] {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .rich-text p[b-3zbmn0hf11] {
        margin-bottom: 16px;
    }

    .rich-text h4[b-3zbmn0hf11] {
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .rich-text h1[b-3zbmn0hf11] {
        margin-bottom: 32px;
    }

    .rich-text h3[b-3zbmn0hf11], .rich-text h5[b-3zbmn0hf11] {
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .rich-text h6[b-3zbmn0hf11] {
        margin-bottom: 8px;
    }

    .rich-text img[b-3zbmn0hf11] {
        margin-bottom: 40px;
    }

    .rich-text blockquote[b-3zbmn0hf11] {
        border-left-color: #443fde;
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.8;
    }

    .rich-text li[b-3zbmn0hf11] {
        color: #24262d;
        margin-bottom: 14px;
        font-size: 16px;
    }

.cta-block[b-3zbmn0hf11] {
    background-color: #f9f9fb;
    flex-direction: column;
    align-items: center;
    padding-bottom: 43px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
}

.container-large[b-3zbmn0hf11] {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.browse-grid[b-3zbmn0hf11] {
    grid-column-gap: 64px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.5fr;
    margin-top: 72px;
}

.search-result-list[b-3zbmn0hf11] {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.filters-title-wrapper[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
}

.browse-title-wrapper[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
}

.browse-divider[b-3zbmn0hf11] {
    height: 1px;
    background-color: #e9ecf0;
    margin-top: 12px;
    margin-bottom: 12px;
}

.filters-drop-down-wrap[b-3zbmn0hf11] {
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.browse-menu[b-3zbmn0hf11] {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.utility-page-wrap[b-3zbmn0hf11] {
    width: 100vw;
    height: 70vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.utility-page-content[b-3zbmn0hf11] {
    text-align: center;
    border: 1px solid #ebebef;
    flex-direction: column;
    padding: 56px;
    display: flex;
}

.utility-page-form[b-3zbmn0hf11] {
    width: 260px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.about-header[b-3zbmn0hf11] {
    grid-column-gap: 64px;
    color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    margin-bottom: 56px;
}

.section-about-header[b-3zbmn0hf11] {
    padding: 88px 5% 140px;
    position: relative;
}

.about-video-lightbox[b-3zbmn0hf11] {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, .53);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.about-content-grid[b-3zbmn0hf11] {
    grid-column-gap: 64px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
}

.about-content-image-top-right[b-3zbmn0hf11] {
    width: 100%;
    margin-top: 32px;
}

.about-content-image-grid[b-3zbmn0hf11] {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr .85fr;
}

.about-team-image-grid[b-3zbmn0hf11] {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 32px;
}

.about-team-image-grid-bottom[b-3zbmn0hf11] {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
}

.faq-content[b-3zbmn0hf11] {
    overflow: hidden;
}

.faq-header[b-3zbmn0hf11] {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-family: Archivo, sans-serif;
    font-weight: 600;
    display: flex;
}

.faq-block[b-3zbmn0hf11] {
    cursor: pointer;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 24px;
    display: flex;
}

.container-small[b-3zbmn0hf11] {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.contact-us-grid[b-3zbmn0hf11] {
    grid-column-gap: 104px;
    grid-template-rows: auto;
}

.form-field[b-3zbmn0hf11] {
    height: 48px;
    border: 1px solid #ebebef;
    margin-bottom: 24px;
    padding: 12px;
}

    .form-field:focus[b-3zbmn0hf11] {
        border-color: #443fde;
    }

.large-form-field[b-3zbmn0hf11] {
    min-height: 180px;
    border: 1px solid #ebebef;
    margin-bottom: 32px;
    padding: 12px;
}

    .large-form-field:focus[b-3zbmn0hf11] {
        border-color: #443fde;
    }

.job-post-grid[b-3zbmn0hf11] {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
}

.detail-item[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    align-items: center;
    display: flex;
}

.job-detail-wrap[b-3zbmn0hf11] {
    grid-column-gap: 24px;
    white-space: nowrap;
    margin-top: 16px;
    display: flex;
}

.company-card-employees[b-3zbmn0hf11] {
    grid-column-gap: 4px;
    color: #246b49;
    background-color: #f1f8f4;
    align-items: center;
    margin-top: 24px;
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.feature-grid[b-3zbmn0hf11] {
    grid-column-gap: 104px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.cta-text-wrap[b-3zbmn0hf11] {
    max-width: 490px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;
}

.job-post-side-menu-card[b-3zbmn0hf11] {
    border: 1px solid #f9f9fb;
    flex-direction: column;
    padding: 26px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
}

.job-post-content[b-3zbmn0hf11] {
    border: 1px solid #f9f9fb;
    padding: 40px 5%;
}

.job-post-divider[b-3zbmn0hf11] {
    height: 1px;
    background-color: #f9f9fb;
    margin-top: 32px;
    margin-bottom: 32px;
}

.application-form-title-wrapper[b-3zbmn0hf11] {
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
}

.content-wrapper[b-3zbmn0hf11] {
    margin-bottom: 40px;
}

.job-post-header-wrap[b-3zbmn0hf11] {
    grid-column-gap: 24px;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
}

.job-details-wrap[b-3zbmn0hf11] {
    grid-column-gap: 4px;
    align-items: center;
    display: flex;
}

.title-wrap-left[b-3zbmn0hf11] {
    max-width: 570px;
}

.about-content-background-color[b-3zbmn0hf11] {
    width: 60%;
    background-color: #f7f7fa;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.template-header[b-3zbmn0hf11] {
    color: #fff;
    background-color: #443fde;
    background-image: url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e6a_Auth%20Background%20Pattern%20Left.svg");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    align-items: center;
    padding: 64px 3%;
    display: flex;
}

.change-wrapper[b-3zbmn0hf11] {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.change-badge[b-3zbmn0hf11] {
    color: #443fde;
    letter-spacing: -.03em;
    background-color: #f3f3fc;
    margin-bottom: 8px;
    padding: 4px 16px;
    font-weight: 500;
}

.title-wrap-small-centre[b-3zbmn0hf11] {
    max-width: 550px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.faq-paragraph[b-3zbmn0hf11] {
    color: #3e404c;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.header-title-wrap[b-3zbmn0hf11] {
    max-width: 470px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.blog-card-thumbnail[b-3zbmn0hf11] {
    height: 220px;
}

.feature-grid-large[b-3zbmn0hf11] {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.feature-list-grid[b-3zbmn0hf11] {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 44px;
}

.about-header-video-wrapper[b-3zbmn0hf11] {
    height: 520px;
    background-image: url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e3a_adam-rhodes-ep5lX958f7E-unsplash.webp");
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}

.job-post-title-wrap[b-3zbmn0hf11] {
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
}

.business-name[b-3zbmn0hf11] {
    color: #443fde;
}

.success-message[b-3zbmn0hf11] {
    color: #fff;
    background-color: #4640de;
    padding-top: 32px;
    padding-bottom: 32px;
}

.google-map[b-3zbmn0hf11] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-image-wrapper[b-3zbmn0hf11] {
    height: 440px;
}

.blog-section[b-3zbmn0hf11] {
    padding: 72px 5%;
    position: relative;
    overflow: hidden;
}

.color-base[b-3zbmn0hf11] {
    z-index: -1;
    height: 120px;
    position: relative;
}

.paragraph-style-wrap[b-3zbmn0hf11] {
    max-width: 560px;
}

.icon-small[b-3zbmn0hf11] {
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.red-light[b-3zbmn0hf11] {
    background-color: #f19e9d;
}

.detail[b-3zbmn0hf11] {
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
}

    .detail.text-color-primary[b-3zbmn0hf11] {
        color: #443fde;
    }

    .detail.text-color-gray-400[b-3zbmn0hf11] {
        color: #84889a;
    }

    .detail.text-color-green[b-3zbmn0hf11] {
        color: #3ebb7f;
    }

.neutral-900[b-3zbmn0hf11] {
    background-color: #030407;
}

.violet-lighter[b-3zbmn0hf11] {
    background-color: #d3d2f4;
}

.subheading-small[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

.fb-container-wrapper[b-3zbmn0hf11] {
    height: 140px;
    border: 2px dashed #e2e2df;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative;
}

    .fb-container-wrapper.example-840px[b-3zbmn0hf11] {
        width: 100%;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
    }

    .fb-container-wrapper.example-960px[b-3zbmn0hf11] {
        width: 100%;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .fb-container-wrapper.example-1140px[b-3zbmn0hf11] {
        width: 100%;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

.orange-light[b-3zbmn0hf11] {
    background-color: #f9c99f;
}

.document-table-wrapper[b-3zbmn0hf11] {
    width: 100%;
}

.subheading-regular[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.fb-table-row[b-3zbmn0hf11] {
    width: auto;
    min-width: 640px;
    border-bottom: 1px solid #e9ecf0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 10px 24px;
}

    .fb-table-row.table-end-row[b-3zbmn0hf11] {
        border-bottom-style: none;
    }

.orange-lighter[b-3zbmn0hf11] {
    background-color: #fce5d4;
}

.section-x-small[b-3zbmn0hf11] {
    padding: 48px 5%;
    position: relative;
}

.margin-bottom-32[b-3zbmn0hf11] {
    margin-bottom: 32px;
}

.red-lighter[b-3zbmn0hf11] {
    background-color: #f8d4d3;
}

.section-regular-del-me[b-3zbmn0hf11] {
    padding: 92px 5%;
    position: relative;
}

.h4-heading[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}

.fb-style-heading[b-3zbmn0hf11] {
    font-size: 16px;
    font-weight: 600;
}

.margin-bottom-44[b-3zbmn0hf11] {
    margin-bottom: 44px;
}

.fb-section-wrapper[b-3zbmn0hf11] {
    border: 2px dashed #e2e2df;
}

.blue-darker[b-3zbmn0hf11] {
    background-color: #872522;
}

.fb-table-cell[b-3zbmn0hf11] {
    justify-content: flex-start;
    display: flex;
}

.fb-color-hex-dark[b-3zbmn0hf11] {
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.neutral-100[b-3zbmn0hf11] {
    background-color: #f9f9fb;
}

.violet-light[b-3zbmn0hf11] {
    background-color: #9d9aea;
}

.rich-darker[b-3zbmn0hf11] {
    background-color: #8c612b;
}

.margin-bottom-28[b-3zbmn0hf11] {
    margin-bottom: 28px;
}

.neutral-800[b-3zbmn0hf11] {
    background-color: #111418;
}

.section-small[b-3zbmn0hf11] {
    padding: 64px 5%;
    position: relative;
}

.fb-container-grid[b-3zbmn0hf11] {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
}

.margin-bottom-88[b-3zbmn0hf11] {
    margin-bottom: 88px;
}

.fb-color-wrapper[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
}

.fb-icon-block[b-3zbmn0hf11] {
    width: 70px;
    height: 70px;
    background-color: #f3f5fb;
    justify-content: center;
    align-items: center;
    margin: 10px;
    display: flex;
}

.fb-class-svg[b-3zbmn0hf11] {
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fb-typography-block[b-3zbmn0hf11] {
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
}

.neutral-500[b-3zbmn0hf11] {
    background-color: #606476;
}

.fb-table[b-3zbmn0hf11] {
    margin-top: 32px;
    overflow: auto;
}

.fb-style-link[b-3zbmn0hf11] {
    color: #2c2826;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: flex;
}

    .fb-style-link:hover[b-3zbmn0hf11] {
        color: #160042;
    }

.margin-bottom-24[b-3zbmn0hf11] {
    margin-bottom: 24px;
}

.fb-style-grid[b-3zbmn0hf11] {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
}

.neutral-white[b-3zbmn0hf11] {
    background-color: #fff;
}

.h5-heading[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.orange-dark[b-3zbmn0hf11] {
    background-color: #c98b40;
}

.violet-darker[b-3zbmn0hf11] {
    background-color: #28257e;
}

.fb-colour[b-3zbmn0hf11] {
    width: 100%;
    max-width: 130px;
    align-items: center;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 34px 34px 74px -12px rgba(56, 50, 124, .08);
}

.fb-style-heading-small[b-3zbmn0hf11] {
    font-size: 12px;
    font-weight: 600;
}

.icon-extra-large[b-3zbmn0hf11] {
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button-primary[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    text-align: center;
    letter-spacing: -.02em;
    background-color: #443fde;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

    .button-primary:hover[b-3zbmn0hf11] {
        background-color: #3935b6;
    }

    .button-primary:active[b-3zbmn0hf11] {
        background-color: #28257e;
    }

.fb-color-block[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
}

.container-x-large[b-3zbmn0hf11] {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.paragraph-large[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.8;
}

    .paragraph-large.text-color-white[b-3zbmn0hf11] {
        color: #fff;
    }

.margin-bottom-12[b-3zbmn0hf11] {
    margin-bottom: 12px;
}

.fb-color-hex[b-3zbmn0hf11] {
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}


.red-dark[b-3zbmn0hf11] {
    background-color: #bc362f;
}

.button-wrapper[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
}

.fb-typography-detail[b-3zbmn0hf11] {
    width: 100%;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-bottom: 14px;
    display: flex;
}

.h3-heading[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.fb-style-wrapper[b-3zbmn0hf11] {
    grid-row-gap: 64px;
    background-color: #fff;
    flex-direction: column;
    display: flex;
}

.neutral-600[b-3zbmn0hf11] {
    background-color: #3e404c;
}

.violet-dark[b-3zbmn0hf11] {
    background-color: #3935b6;
}

.button-outline[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #030407;
    text-align: center;
    letter-spacing: -.02em;
    background-color: #fff;
    border: 1px solid #ebebef;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 9px 19px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

    .button-outline:hover[b-3zbmn0hf11] {
        background-color: #f8f8f7;
        border-color: #f8f8f7;
    }

    .button-outline:active[b-3zbmn0hf11] {
        background-color: #e2e2df;
        border-color: #e2e2df;
    }

.button-secondary[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #030407;
    text-align: center;
    letter-spacing: -.02em;
    background-color: #f9f9fb;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

    .button-secondary:hover[b-3zbmn0hf11] {
        background-color: #ebebef;
    }

    .button-secondary:active[b-3zbmn0hf11] {
        background-color: #d6d7e0;
    }

.container-x-small[b-3zbmn0hf11] {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.section-large[b-3zbmn0hf11] {
    padding: 120px 5%;
    position: relative;
}

.fb-typography-wrapper[b-3zbmn0hf11] {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.fb-class-base[b-3zbmn0hf11] {
    width: 100%;
    background-color: #f3f5fb;
    align-items: center;
}

.margin-bottom-80[b-3zbmn0hf11] {
    margin-bottom: 80px;
}

.h6-heading[b-3zbmn0hf11] {
    font-size: 18px;
    font-weight: 700;
}

.h1-heading[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
}

.section-x-large[b-3zbmn0hf11] {
    padding: 144px 5%;
    position: relative;
}

.fb-link-wrapper[b-3zbmn0hf11] {
    grid-row-gap: 4px;
    flex-direction: column;
    display: flex;
}

.fb-detail[b-3zbmn0hf11] {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.margin-bottom-16[b-3zbmn0hf11] {
    margin-bottom: 16px;
}

.fb-header-block[b-3zbmn0hf11] {
    background-color: #f9f9fb;
    margin-bottom: 32px;
    padding: 32px;
    font-size: 16px;
    line-height: 32px;
}

.fb-style-menu[b-3zbmn0hf11] {
    background-color: #fff;
    border: 1px solid #ebebef;
    padding: 24px;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}

.margin-bottom-64[b-3zbmn0hf11] {
    margin-bottom: 64px;
}

.fb-line[b-3zbmn0hf11] {
    width: 100%;
    height: 1px;
    background-color: #ebebef;
    margin-top: 20px;
    margin-bottom: 20px;
}

.paragraph-regular[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
}

    .paragraph-regular.text-gray-600[b-3zbmn0hf11], .paragraph-regular.text-color-gray-600[b-3zbmn0hf11] {
        color: #3e404c;
    }

    .paragraph-regular.truncate[b-3zbmn0hf11] {
        height: 90px;
        overflow: hidden;
    }

    .paragraph-regular.text-color-white[b-3zbmn0hf11] {
        color: #fff;
    }

.fb-icon-wrapper[b-3zbmn0hf11] {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.margin-bottom-48[b-3zbmn0hf11] {
    margin-bottom: 48px;
}

.neutral-300[b-3zbmn0hf11] {
    background-color: #d6d7e0;
}

.orange-base[b-3zbmn0hf11] {
    background-color: #f6a94c;
}

.margin-bottom-72[b-3zbmn0hf11] {
    margin-bottom: 72px;
}

.margin-bottom-96[b-3zbmn0hf11] {
    margin-bottom: 96px;
}

.margin-bottom-04[b-3zbmn0hf11] {
    margin-bottom: 4px;
}

.fb-class[b-3zbmn0hf11] {
    background-color: #393b6a;
    border-radius: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
    padding: 5px;
    display: flex;
}

.button-primary-right-icon[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    text-align: center;
    letter-spacing: -.02em;
    background-color: #443fde;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px 10px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all .5s cubic-bezier(.6, .6, 0, 1);
    display: flex;
}

    .button-primary-right-icon:hover[b-3zbmn0hf11] {
        background-color: #3935b6;
    }

    .button-primary-right-icon:active[b-3zbmn0hf11] {
        background-color: #28257e;
    }

.neutral-700[b-3zbmn0hf11] {
    background-color: #24262d;
}

.icon-regular[b-3zbmn0hf11] {
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    transition: color .2s;
    display: flex;
}

.document-table-header[b-3zbmn0hf11] {
    width: auto;
    min-width: 640px;
    background-color: #f3f5fb;
    border-radius: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: start;
    justify-items: start;
    padding: 14px 24px;
}

.margin-bottom-08[b-3zbmn0hf11] {
    margin-bottom: 8px;
}

.red-base[b-3zbmn0hf11] {
    background-color: #e9423a;
}

.fb-class-detail[b-3zbmn0hf11] {
    color: #a35200;
    text-align: center;
    background-color: #ffd6ad;
    border-radius: 4px;
    margin-left: 4px;
    padding: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: inline-block;
}

.button-secondary-right-icon[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #24262d;
    text-align: center;
    letter-spacing: -.02em;
    background-color: #f9f9fb;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px 10px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all .5s cubic-bezier(.6, .6, 0, 1);
    display: flex;
}

    .button-secondary-right-icon:hover[b-3zbmn0hf11] {
        background-color: #ebebef;
    }

    .button-secondary-right-icon:active[b-3zbmn0hf11] {
        background-color: #d6d7e0;
    }

.violet-base[b-3zbmn0hf11] {
    background-color: #443fde;
}

.fb-style-block[b-3zbmn0hf11] {
    background-color: #fff;
    border: 1px solid #ebebef;
    padding: 32px;
}

.fb-style-guide[b-3zbmn0hf11] {
    padding: 140px 5%;
}

.margin-bottom-20[b-3zbmn0hf11] {
    margin-bottom: 20px;
}

.margin-bottom-40[b-3zbmn0hf11] {
    margin-bottom: 40px;
}

.neutral-200[b-3zbmn0hf11] {
    background-color: #ebebef;
}

.margin-bottom-56[b-3zbmn0hf11] {
    margin-bottom: 56px;
}

.fb-class-icon[b-3zbmn0hf11] {
    background-color: #6b7094;
    border-radius: 4px;
    margin-right: 4px;
    padding: 6px;
    display: inline-block;
}

.neutral-400[b-3zbmn0hf11] {
    background-color: #84889a;
}

.h2-heading[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.icon-large[b-3zbmn0hf11] {
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fb-class-badge[b-3zbmn0hf11] {
    color: #fff;
    text-align: center;
    background-color: #0f6ef3;
    border-radius: 4px;
    padding: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: inline-block;
}

.margin-bottom-36[b-3zbmn0hf11] {
    margin-bottom: 36px;
}

.violet-background[b-3zbmn0hf11] {
    background-color: #f3f3fc;
}

.red-background[b-3zbmn0hf11] {
    background-color: #fdf2f2;
}

.orange-background[b-3zbmn0hf11] {
    background-color: #fef7f1;
}

.green-darker[b-3zbmn0hf11] {
    background-color: #246b49;
}

.green-dark[b-3zbmn0hf11] {
    background-color: #339968;
}

.green-base[b-3zbmn0hf11] {
    background-color: #3ebb7f;
}

.green-light[b-3zbmn0hf11] {
    background-color: #9cd3b4;
}

.green-lighter[b-3zbmn0hf11] {
    background-color: #d2e9dc;
}

.green-background[b-3zbmn0hf11] {
    background-color: #f1f8f4;
}

.footnote[b-3zbmn0hf11] {
    color: #84889a;
    font-size: 12px;
    line-height: 16px;
}



.partnership-wrap[b-3zbmn0hf11] {
    justify-content: center;
    display: flex;
}

.header-company-span[b-3zbmn0hf11] {
    color: #030407;
    font-weight: 500;
}

.section-companies[b-3zbmn0hf11] {
    background-color: #fff;
    padding: 138px 5%;
    position: relative;
    overflow: hidden;
}

.companies-title-wrap[b-3zbmn0hf11] {
    grid-column-gap: 40px;
    grid-row-gap: 12px;
    align-items: flex-end;
    margin-bottom: 58px;
    display: flex;
}

.title-wrap-row[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 58px;
    display: flex;
}

.text-color-primary[b-3zbmn0hf11] {
    color: #443fde;
}

.image-cover[b-3zbmn0hf11] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-quote[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

.blog-created-wrapper[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
}

.blog-dot[b-3zbmn0hf11] {
    width: 4px;
    height: 4px;
    background-color: #606476;
    border-radius: 100%;
}

.blog-card-created[b-3zbmn0hf11] {
    color: #606476;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}

.blog-title[b-3zbmn0hf11] {
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.cta-icon-wrapper[b-3zbmn0hf11] {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    margin-top: -32px;
    margin-bottom: 48px;
    display: flex;
}

.footer-left-column[b-3zbmn0hf11] {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-legal-links[b-3zbmn0hf11] {
    grid-column-gap: 48px;
    text-align: center;
    align-items: center;
    display: flex;
}

.footer-form-block[b-3zbmn0hf11] {
    margin-bottom: 0;
}

.footer-social-link[b-3zbmn0hf11] {
    flex: none;
}

.error-message[b-3zbmn0hf11] {
    background-color: #fcf2f2;
}

.footer-legal-text-wrapper[b-3zbmn0hf11] {
    margin-top: 16px;
    margin-left: auto;
}

.footer-bottom[b-3zbmn0hf11] {
    border-top: 1px solid #ebebef;
    justify-content: space-between;
    align-items: center;
    padding-top: 42px;
    padding-bottom: 42px;
    display: flex;
}

.footer-grid[b-3zbmn0hf11] {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 100px;
    display: grid;
}

.footer-column[b-3zbmn0hf11] {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.footer-logo-link[b-3zbmn0hf11] {
    color: #1e1e48;
    margin-bottom: 48px;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    display: inline-block;
}

.footer-section[b-3zbmn0hf11] {
    border-top: 1px solid #ebebef;
    padding: 72px 3% 40px;
}

.footer-social-links[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    display: flex;
}

.form-text-field[b-3zbmn0hf11] {
    height: 48px;
    background-color: #fff;
    border: 1px solid #eaebf0;
    border-top-color: #ebebef;
    margin-bottom: 0;
    padding: 12px 18px;
    font-size: 15px;
    line-height: 24px;
    transition: border-color .2s;
}

    .form-text-field:focus[b-3zbmn0hf11] {
        border-color: #7e5ae2;
    }

.footer-form[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    display: flex;
}

.foooter-right-column[b-3zbmn0hf11] {
    width: 100%;
    max-width: 450px;
    color: #84889a;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.footer-social[b-3zbmn0hf11] {
    color: #84889a;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .footer-social:hover[b-3zbmn0hf11] {
        color: #443fde;
    }

.footer-link[b-3zbmn0hf11] {
    color: #030407;
    letter-spacing: -.02em;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    transition: color .2s;
}

    .footer-link:hover[b-3zbmn0hf11] {
        color: #443fde;
    }

.browse-section[b-3zbmn0hf11] {
    background-color: #f9f9fb;
    padding: 60px 3% 100px;
    position: relative;
}

.browse-header-section[b-3zbmn0hf11] {
    z-index: 1;
    margin-bottom: -80px;
    padding: 48px 5%;
    position: relative;
}

.dropdown-text[b-3zbmn0hf11] {
    color: #443fde;
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

.browse-wrap[b-3zbmn0hf11] {
    padding-left: 1%;
    padding-right: 1%;
}

.search-button[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    text-align: center;
    letter-spacing: -.02em;
    background-color: #443fde;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

    .search-button:hover[b-3zbmn0hf11] {
        background-color: #3935b6;
    }

    .search-button:active[b-3zbmn0hf11] {
        background-color: #28257e;
    }

.header-right-wrap[b-3zbmn0hf11] {
    height: 100%;
    max-width: 50%;
}

.header-image-wrap-small[b-3zbmn0hf11] {
    height: 520px;
    position: relative;
}

.header-flex-row[b-3zbmn0hf11] {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.job-border[b-3zbmn0hf11] {
    color: #030407;
    background-color: #fff;
    border: 1px solid #ebebef;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    text-decoration: none;
    transition: border-color .3s;
    display: block;
}

    .job-border:hover[b-3zbmn0hf11] {
        border-color: #d6d7e0;
    }

.companies-grid[b-3zbmn0hf11] {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
}

.company-card-small[b-3zbmn0hf11] {
    grid-column-gap: 24px;
    background-color: #fff;
    padding: 32px;
    display: flex;
}

.companies-collection-list-small[b-3zbmn0hf11] {
    grid-row-gap: 56px;
    flex-direction: column;
    display: flex;
}

.company-positions-dark[b-3zbmn0hf11] {
    grid-column-gap: 4px;
    color: #fff;
    background-color: #030407;
    align-items: center;
    margin-top: -18px;
    margin-left: 32px;
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.companies-collection-item[b-3zbmn0hf11] {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.companies-text-wrapper[b-3zbmn0hf11] {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.feature-grid-wrapper[b-3zbmn0hf11] {
    max-width: 680px;
}

.feature-title-wrap[b-3zbmn0hf11] {
    max-width: 480px;
}

.about-header-bg[b-3zbmn0hf11] {
    height: 600px;
    background-color: #443fde;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}



.about-content-list-item[b-3zbmn0hf11] {
    grid-column-gap: 12px;
    align-items: center;
    display: flex;
}

.about-content-list-wrapper[b-3zbmn0hf11] {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
}

.contact-image-wrap[b-3zbmn0hf11] {
    height: 560px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.account-page-wrapper[b-3zbmn0hf11] {
    height: 100%;
    max-width: 100%;
    min-height: 90vh;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    display: flex;
}

.account-form-block[b-3zbmn0hf11] {
    width: 100%;
    max-width: 580px;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    padding: 32px;
}

.account-right-block[b-3zbmn0hf11] {
    width: 50%;
    color: #fff;
    background-image: url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e68_Signup%20Background.svg");
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    padding: 64px 5%;
    display: flex;
}

.account-left-block[b-3zbmn0hf11] {
    width: 50%;
    align-items: center;
    padding-left: 5%;
    padding-right: 3%;
    display: flex;
}

.account-form-title[b-3zbmn0hf11] {
    text-align: left;
    border-style: none;
    margin-bottom: 48px;
}

    .account-form-title.text-center[b-3zbmn0hf11] {
        text-align: center;
    }

.form-divider[b-3zbmn0hf11] {
    height: 1px;
    background-color: #ebebef;
    margin-top: 23px;
    margin-bottom: 23px;
}

.form-footer[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    justify-content: flex-start;
}

.account-heading-wrap[b-3zbmn0hf11] {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.account-testimonial-wrap[b-3zbmn0hf11] {
    grid-column-gap: 24px;
    align-items: flex-start;
    display: flex;
}

.account-author-wrap[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    align-items: center;
    margin-top: 32px;
    display: flex;
}

.account-avatar[b-3zbmn0hf11] {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    overflow: hidden;
}

.account-testimonial-wrap-inner[b-3zbmn0hf11] {
    margin-top: 42px;
}

.account-content-wrap[b-3zbmn0hf11] {
    height: 100%;
    max-height: 610px;
    max-width: 450px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.checkbox-field[b-3zbmn0hf11] {
    align-items: center;
    margin-bottom: 24px;
    padding-left: 0;
    line-height: 1.4;
    display: flex;
}

.account-author-details[b-3zbmn0hf11] {
    grid-row-gap: 4px;
    flex-direction: column;
    display: flex;
}

.account-quote-icon[b-3zbmn0hf11] {
    width: 72px;
    height: 72px;
}

.account-section-regular[b-3zbmn0hf11] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: #f9f9fb;
    background-image: url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e6a_Auth%20Background%20Pattern%20Left.svg"), url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e6b_Auth%20Background%20Pattern%20Right.svg");
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    flex: 1;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 220px 5%;
}

.account-form-card[b-3zbmn0hf11] {
    width: 100%;
    max-width: 510px;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding-bottom: 64px;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
}

.reset-password-form[b-3zbmn0hf11] {
    width: 100%;
}

.account-icon-wrap[b-3zbmn0hf11] {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    margin-top: -32px;
    margin-bottom: 32px;
    display: flex;
}

.account-wrapper[b-3zbmn0hf11] {
    max-width: 750px;
    min-height: 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5% 64px;
    display: flex;
}

.account-content[b-3zbmn0hf11] {
    max-width: 500px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    margin-bottom: 0;
    padding: 0;
}

.user-account-form[b-3zbmn0hf11] {
    flex-direction: column;
    display: flex;
}

.account-button[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    text-align: center;
    letter-spacing: -.02em;
    background-color: #443fde;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

    .account-button:hover[b-3zbmn0hf11] {
        background-color: #3935b6;
    }

    .account-button:active[b-3zbmn0hf11] {
        background-color: #28257e;
    }

.account-form-header[b-3zbmn0hf11] {
    text-align: center;
    border-style: none;
    margin-bottom: 48px;
    padding: 0;
}

.account-section[b-3zbmn0hf11] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: #f9f9fb;
    background-image: url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e6a_Auth%20Background%20Pattern%20Left.svg"), url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e6b_Auth%20Background%20Pattern%20Right.svg");
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    flex: 1;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 124px 5%;
}

.blog-slide[b-3zbmn0hf11] {
    margin-right: 24px;
}

.company-mask[b-3zbmn0hf11] {
    width: 390px;
    overflow: visible;
}

.company-slider[b-3zbmn0hf11] {
    height: auto;
    background-color: #fff;
}

.company-arrow-r[b-3zbmn0hf11] {
    width: 48px;
    height: 48px;
    color: #030407;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    display: flex;
    top: -104px;
    bottom: auto;
    left: auto;
    right: 0%;
}

    .company-arrow-r:hover[b-3zbmn0hf11] {
        background-color: #ebebef;
    }

    .company-arrow-r:active[b-3zbmn0hf11] {
        background-color: #d6d7e0;
    }

.company-arrow-l[b-3zbmn0hf11] {
    width: 48px;
    height: 48px;
    color: #d6d7e0;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -104px;
    bottom: auto;
    left: auto;
    right: 70px;
}

.slide-nav-hidden[b-3zbmn0hf11] {
    display: none;
}

.pricing-grid[b-3zbmn0hf11] {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    margin-top: 64px;
}

.pricing-card[b-3zbmn0hf11] {
    border: 1px solid #ebebef;
    flex-direction: column;
    padding: 40px;
    display: flex;
}

    .pricing-card.violet[b-3zbmn0hf11] {
        border-top-width: 2px;
        border-top-color: #443fde;
    }

    .pricing-card.green[b-3zbmn0hf11] {
        border-top-width: 2px;
        border-top-color: #3ebb7f;
    }

.pricing-price-wrap[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    align-items: flex-end;
    display: flex;
}

.text-color-gray-500[b-3zbmn0hf11] {
    color: #606476;
}

.pricing-date[b-3zbmn0hf11] {
    color: #606476;
    margin-bottom: 10px;
}

.job-submission-form-wrapper[b-3zbmn0hf11] {
    grid-row-gap: 48px;
    background-color: #f9f9fb;
    flex-direction: column;
    padding: 8% 5%;
}

.job-submission-form-number[b-3zbmn0hf11] {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #ebebef;
    border-radius: 100%;
    flex: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.job-submission-form-section[b-3zbmn0hf11] {
    width: 100%;
    flex-direction: column;
    padding-top: 8px;
    display: flex;
}

.form-field-large[b-3zbmn0hf11] {
    min-height: 130px;
    border: 1px solid #ebebef;
    margin-bottom: 0;
    padding: 12px;
}

    .form-field-large:focus[b-3zbmn0hf11] {
        border-color: #443fde;
    }

.job-submit-section[b-3zbmn0hf11] {
    background-image: url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e6b_Auth%20Background%20Pattern%20Right.svg"), url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e6a_Auth%20Background%20Pattern%20Left.svg");
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding: 60px 5% 120px;
    position: relative;
}

.navbar-mobile-button-wrapper[b-3zbmn0hf11] {
    display: none;
}

.cta-search-wrapper[b-3zbmn0hf11] {
    justify-content: center;
    align-items: center;
    margin-top: -31px;
    display: flex;
}

.job-category[b-3zbmn0hf11] {
    color: #443fde;
    background-color: #f3f3fc;
    padding: 6px 12px;
    display: inline-block;
}

.icon-wrap-large[b-3zbmn0hf11] {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 1px solid #ebebef;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
}

.feature-content-row[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    background-color: #f9f9fb;
    align-items: flex-start;
    padding: 16px;
    display: flex;
}

.testimonial-grid-v2[b-3zbmn0hf11] {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: .7fr 1fr;
}

.testimonial-slider-v2[b-3zbmn0hf11] {
    width: 100%;
    height: 100%;
    max-width: 580px;
    background-color: #f9f9fb;
    padding: 24px;
    position: static;
}

.testimonial-card[b-3zbmn0hf11] {
    height: 100%;
    grid-row-gap: 24px;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 10%;
    display: flex;
}

.testimonial-author-wrapper[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    align-items: center;
    display: flex;
}

.testimonial-date-wrapper[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    align-items: center;
    display: flex;
}

.testimonial-avatar[b-3zbmn0hf11] {
    width: 56px;
    height: 56px;
    flex: none;
}

.testimonial-v2-slider-left-button[b-3zbmn0hf11] {
    width: 48px;
    height: 48px;
    color: #d6d7e0;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

    .testimonial-v2-slider-left-button:hover[b-3zbmn0hf11] {
        color: #030407;
    }

.testimonial-v2-slider-right-button[b-3zbmn0hf11] {
    width: 48px;
    height: 48px;
    color: #030407;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 60px;
    right: auto;
}

    .testimonial-v2-slider-right-button:hover[b-3zbmn0hf11] {
        background-color: #ebebef;
    }

    .testimonial-v2-slider-right-button:active[b-3zbmn0hf11] {
        background-color: #d6d7e0;
    }

.job-tags[b-3zbmn0hf11] {
    grid-column-gap: 8px;
    margin-bottom: 24px;
    display: flex;
}

.job-hours[b-3zbmn0hf11] {
    color: #c98b40;
    background-color: #fef7f1;
    padding: 6px 12px;
}

.blog-category[b-3zbmn0hf11] {
    color: #443fde;
    background-color: #f3f3fc;
    margin-bottom: 16px;
    padding: 6px 12px;
    display: inline-block;
}

.company-name-wrapper[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
}

.icon-wrap-large-copy[b-3zbmn0hf11] {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border: 1px solid #ebebef;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
}

.collection-list[b-3zbmn0hf11] {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.blog-text-wrapper[b-3zbmn0hf11] {
    z-index: 4;
    height: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px 24px;
}

.about-content-image-bottom-left[b-3zbmn0hf11] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 32px;
}

.collection-list-companies[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.jobs-collection-list[b-3zbmn0hf11] {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.filters-submit-button[b-3zbmn0hf11] {
    display: none;
}

.browse-check-wrapper[b-3zbmn0hf11] {
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    display: flex;
}

.checkbox[b-3zbmn0hf11] {
    width: 20px;
    height: 20px;
    border-color: #d6d7e0;
    border-radius: 0;
    flex: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 12px;
}

    .checkbox.w--redirected-checked[b-3zbmn0hf11] {
        background-color: #443fde;
        background-image: url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e6c_White%20Check.svg");
        background-size: auto;
        border-style: none;
    }

    .checkbox.w--redirected-focus[b-3zbmn0hf11] {
        box-shadow: none;
        border-color: #d6d7e0;
        border-radius: 0;
    }

.browse-checkbox[b-3zbmn0hf11] {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.jobs-dropdown-list[b-3zbmn0hf11] {
    background-color: #fff;
    border: 1px solid #ebebef;
    margin-top: 4px;
}

    .jobs-dropdown-list.w--open[b-3zbmn0hf11] {
        grid-row-gap: 2px;
        flex-direction: column;
        display: flex;
    }

.jobs-dropdown-link[b-3zbmn0hf11] {
    width: 100%;
    padding: 8px 12px;
}

    .jobs-dropdown-link:hover[b-3zbmn0hf11] {
        background-color: #f3f3fc;
    }



.application-form[b-3zbmn0hf11] {
    flex-direction: column;
    display: flex;
}

.job-submission-form-section-wrapper[b-3zbmn0hf11] {
    grid-column-gap: 48px;
    grid-row-gap: 16px;
    display: flex;
}

.job-submission-form[b-3zbmn0hf11] {
    grid-row-gap: 48px;
    flex-direction: column;
    display: flex;
}

.checkbox-label[b-3zbmn0hf11] {
    margin-bottom: 0;
}

.company-title-wrapper[b-3zbmn0hf11] {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.template-wrapper[b-3zbmn0hf11] {
    grid-row-gap: 32px;
    background-color: #fff;
    border: 1px solid #e4e8f1;
    flex-direction: column;
    padding: 24px;
    display: flex;
}

.template-content[b-3zbmn0hf11] {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.blog-title-wrap[b-3zbmn0hf11] {
    margin-bottom: 56px;
}

.blog-slider[b-3zbmn0hf11] {
    height: auto;
    background-color: #fff;
}

.blog-mask[b-3zbmn0hf11] {
    width: 390px;
    overflow: visible;
}

.testiimonial-title-wrap[b-3zbmn0hf11] {
    max-width: 480px;
}

.feature-image-wrap-large[b-3zbmn0hf11] {
    height: 100%;
}

.blog-slider-right-button[b-3zbmn0hf11] {
    width: 48px;
    height: 48px;
    color: #030407;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    display: flex;
    top: -104px;
    bottom: auto;
    left: auto;
    right: 0%;
}

    .blog-slider-right-button:hover[b-3zbmn0hf11] {
        background-color: #ebebef;
    }

    .blog-slider-right-button:active[b-3zbmn0hf11] {
        background-color: #d6d7e0;
    }

.blog-slider-left-button[b-3zbmn0hf11] {
    width: 48px;
    height: 48px;
    color: #d6d7e0;
    background-color: #fff;
    border: 1px solid #ebebef;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -104px;
    bottom: auto;
    left: auto;
    right: 70px;
}

.error-state[b-3zbmn0hf11] {
    color: #872522;
    background-color: #fdf2f2;
    margin: 24px 0;
    padding: 24px;
    position: relative;
}

.account-icon-wrapper[b-3zbmn0hf11] {
    width: 80px;
    height: 80px;
    background-color: #f3f3fc;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
}

.form-header[b-3zbmn0hf11] {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.redirect-block[b-3zbmn0hf11] {
    margin-top: 24px;
}

.success-wrapper[b-3zbmn0hf11] {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.title-wrap-center-large[b-3zbmn0hf11] {
    max-width: 610px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 72px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}



.blog-header-block[b-3zbmn0hf11] {
    max-width: 560px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    display: flex;
}



.search-card[b-3zbmn0hf11] {
    border: 1px solid #ebebef;
    padding: 24px;
}

.browse-dropdown[b-3zbmn0hf11] {
    width: 100%;
}

.browse-dropdown-toggle[b-3zbmn0hf11] {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

.dropdown-list[b-3zbmn0hf11] {
    position: relative;
}

    .dropdown-list.w--open[b-3zbmn0hf11] {
        background-color: #f9f9fb;
    }

.browse-alert[b-3zbmn0hf11] {
    color: #872522;
    background-color: #fdf2f2;
    padding: 24px;
    line-height: 1.6;
}

.flowbase-banner[b-3zbmn0hf11] {
    z-index: 9999;
    min-height: 120px;
    background-color: #111418;
    background-image: url("https://uploads-ssl.webflow.com/64ec6df6bb945b48c0d26d9e/64ec6df6bb945b48c0d26e3b_Banner%20BG.webp");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.flowbase-header[b-3zbmn0hf11] {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff, rgba(255, 255, 255, .91) 60%, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    background-clip: text;
}

.flowbase-link[b-3zbmn0hf11] {
    color: #fff;
    border-bottom: 4px solid rgba(255, 255, 255, .56);
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .section-regular[b-3zbmn0hf11] {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .nav-menu[b-3zbmn0hf11] {
        background-color: #fff;
        padding-bottom: 10px;
    }

    .menu-button[b-3zbmn0hf11] {
        border: 1px solid #ebebef;
        padding: 10px;
    }

        .menu-button.w--open[b-3zbmn0hf11] {
            background-color: #443fde;
        }

    .header-title-grid[b-3zbmn0hf11] {
        grid-template-columns: 1.5fr;
        margin-bottom: 40px;
    }

    .search[b-3zbmn0hf11] {
        top: -6%;
    }

    .partnership-text-wrap[b-3zbmn0hf11] {
        display: flex;
    }

    .navigation-button-wrap[b-3zbmn0hf11] {
        display: none;
    }

    .collection-list-jobs[b-3zbmn0hf11], .regular-collection-list[b-3zbmn0hf11] {
        grid-template-columns: 1fr 1fr;
    }

    .jobs-dropdown-toggle[b-3zbmn0hf11] {
        align-items: center;
    }

    .testimonial-image-wrap[b-3zbmn0hf11] {
        height: 450px;
        justify-content: center;
    }

    .testimonial-grid[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .testimonial-slider-right-button[b-3zbmn0hf11] {
        top: 0%;
        bottom: auto;
        left: auto;
        right: 0%;
    }

    .testimonial-slider-left-button[b-3zbmn0hf11] {
        top: 0%;
        bottom: auto;
        left: auto;
        right: 60px;
    }

    .rich-text[b-3zbmn0hf11] {
        min-height: 160px;
    }

    .browse-grid[b-3zbmn0hf11] {
        grid-column-gap: 16px;
        grid-template-columns: 1fr;
    }

    .search-result-list[b-3zbmn0hf11] {
        grid-column-gap: 24px;
        grid-row-gap: 32px;
        grid-template-columns: 1fr 1fr;
    }

    .browse-menu[b-3zbmn0hf11] {
        min-width: 300px;
    }

    .about-header[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .section-about-header[b-3zbmn0hf11] {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .faq-block[b-3zbmn0hf11] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-us-grid[b-3zbmn0hf11] {
        grid-column-gap: 32px;
    }

    .job-post-grid[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .feature-grid[b-3zbmn0hf11], .feature-grid-large[b-3zbmn0hf11] {
        grid-row-gap: 32px;
        grid-template-columns: 1fr;
    }

    .fb-style-grid[b-3zbmn0hf11] {
        grid-template-columns: 3fr;
    }

    .fb-typography-detail[b-3zbmn0hf11] {
        margin-bottom: 16px;
    }

    .button-outline[b-3zbmn0hf11], .button-secondary[b-3zbmn0hf11] {
        display: flex;
    }

    .fb-typography-wrapper[b-3zbmn0hf11] {
        flex-direction: column;
        align-items: flex-start;
    }

    .fb-header-block[b-3zbmn0hf11] {
        margin-top: 0;
    }

    .button-primary-right-icon[b-3zbmn0hf11], .button-secondary-right-icon[b-3zbmn0hf11] {
        display: flex;
    }

    .companies-title-wrap[b-3zbmn0hf11], .title-wrap-row[b-3zbmn0hf11] {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-left-column[b-3zbmn0hf11] {
        grid-template-columns: 1fr 1fr;
    }

    .footer-form-block[b-3zbmn0hf11] {
        width: 100%;
    }

    .footer-legal-text-wrapper[b-3zbmn0hf11] {
        margin-left: 0;
    }

    .footer-grid[b-3zbmn0hf11] {
        grid-row-gap: 60px;
        grid-template-columns: 1fr;
    }

    .foooter-right-column[b-3zbmn0hf11] {
        max-width: 100%;
        align-items: flex-start;
    }


    .header-right-wrap[b-3zbmn0hf11] {
        max-width: 100%;
        margin-top: 42px;
    }

    .header-flex-row[b-3zbmn0hf11] {
        flex-direction: column;
    }

    .companies-grid[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .account-page-wrapper[b-3zbmn0hf11] {
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .account-form-block[b-3zbmn0hf11] {
        margin-right: auto;
    }

    .account-right-block[b-3zbmn0hf11] {
        width: 100%;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .account-left-block[b-3zbmn0hf11] {
        width: 100%;
        height: 100%;
        flex: 1;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .account-testimonial-wrap-inner[b-3zbmn0hf11] {
        margin-top: 24px;
    }

    .account-button[b-3zbmn0hf11] {
        display: flex;
    }

    .navbar-mobile-button-wrapper[b-3zbmn0hf11] {
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
    }

    .testimonial-grid-v2[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .testimonial-slider-v2[b-3zbmn0hf11] {
        max-width: 100%;
        position: relative;
    }

    .testimonial-v2-slider-left-button[b-3zbmn0hf11] {
        top: -58px;
        bottom: auto;
        left: 0%;
        right: auto;
    }

    .testimonial-v2-slider-right-button[b-3zbmn0hf11] {
        top: -58px;
        bottom: auto;
        left: 60px;
        right: auto;
    }

    .collection-list[b-3zbmn0hf11] {
        grid-template-columns: 1fr 1fr;
    }

    .blog-text-wrapper[b-3zbmn0hf11] {
        min-height: 160px;
    }

    .collection-list-companies[b-3zbmn0hf11] {
        grid-template-columns: 1fr 1fr;
    }

    .browse-check-wrapper[b-3zbmn0hf11] {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .blog-title-wrap[b-3zbmn0hf11] {
        margin-bottom: 82px;
    }

    .testiimonial-title-wrap[b-3zbmn0hf11] {
        max-width: 100%;
        margin-bottom: 56px;
    }

    .blog-slider-right-button[b-3zbmn0hf11] {
        top: -62px;
        bottom: auto;
        left: 60px;
        right: auto;
    }

    .blog-slider-left-button[b-3zbmn0hf11] {
        top: -62px;
        bottom: auto;
        left: 0%;
        right: auto;
    }

    .banner-container[b-3zbmn0hf11] {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    h1[b-3zbmn0hf11] {
        font-size: 50px;
    }

    h2[b-3zbmn0hf11] {
        font-size: 40px;
    }

    .nav-menu[b-3zbmn0hf11] {
        background-color: #fff;
    }

    .menu-button.w--open[b-3zbmn0hf11] {
        background-color: #4640de;
    }

    .header-image-wrap[b-3zbmn0hf11] {
        height: 400px;
    }

    .logo-grid[b-3zbmn0hf11] {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .navigation-button-wrap[b-3zbmn0hf11] {
        display: none;
    }

    .collection-list-jobs[b-3zbmn0hf11], .regular-collection-list[b-3zbmn0hf11], .browse-grid[b-3zbmn0hf11], .search-result-list[b-3zbmn0hf11], .about-header[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .section-about-header[b-3zbmn0hf11] {
        padding-bottom: 60px;
    }

    .about-content-grid[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .about-content-image-grid[b-3zbmn0hf11] {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .about-team-image-grid[b-3zbmn0hf11] {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-bottom: 16px;
    }

    .about-team-image-grid-bottom[b-3zbmn0hf11] {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .contact-us-grid[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .title-wrap-left[b-3zbmn0hf11] {
        margin-bottom: 32px;
    }

    .about-content-background-color[b-3zbmn0hf11] {
        display: none;
    }

    .feature-list-grid[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .about-header-video-wrapper[b-3zbmn0hf11] {
        height: 380px;
    }

    .document-table-wrapper[b-3zbmn0hf11] {
        white-space: nowrap;
    }

    .section-x-small[b-3zbmn0hf11], .section-regular-del-me[b-3zbmn0hf11] {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .h4-heading[b-3zbmn0hf11] {
        font-size: 36px;
    }

    .fb-colour[b-3zbmn0hf11] {
        margin-bottom: 25px;
    }

    .h3-heading[b-3zbmn0hf11] {
        font-size: 40px;
    }

    .section-large[b-3zbmn0hf11] {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .fb-class-base[b-3zbmn0hf11] {
        margin-bottom: 25px;
    }

    .h1-heading[b-3zbmn0hf11] {
        font-size: 48px;
    }

    .section-x-large[b-3zbmn0hf11] {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .h2-heading[b-3zbmn0hf11] {
        font-size: 44px;
    }

    .companies-title-wrap[b-3zbmn0hf11] {
        margin-bottom: 100px;
    }

    .footer-bottom[b-3zbmn0hf11] {
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .footer-grid[b-3zbmn0hf11] {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        margin-bottom: 60px;
    }

    .footer-logo-link[b-3zbmn0hf11] {
        margin-bottom: 40px;
    }

    .footer-section[b-3zbmn0hf11] {
        background-position: 0 100%, 70% 0;
    }

    .footer-social-links[b-3zbmn0hf11] {
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .browse-header-section[b-3zbmn0hf11] {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .contact-image-wrap[b-3zbmn0hf11] {
        height: 350px;
    }

    .account-form-card[b-3zbmn0hf11] {
        padding-left: 5%;
        padding-right: 5%;
    }

    .company-mask[b-3zbmn0hf11] {
        width: auto;
    }

    .company-arrow-r[b-3zbmn0hf11] {
        top: -72px;
        bottom: auto;
        left: 64px;
        right: auto;
    }

    .company-arrow-l[b-3zbmn0hf11] {
        top: -72px;
        bottom: auto;
        left: 0%;
        right: auto;
    }

    .pricing-grid[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .job-submit-section[b-3zbmn0hf11] {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .collection-list[b-3zbmn0hf11], .collection-list-companies[b-3zbmn0hf11], .jobs-collection-list[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .job-submission-form-section-wrapper[b-3zbmn0hf11] {
        flex-direction: column;
    }

    .blog-mask[b-3zbmn0hf11] {
        width: auto;
    }

    .blog-slider-right-button[b-3zbmn0hf11] {
        top: -72px;
        bottom: auto;
        left: 64px;
        right: auto;
    }

    .blog-slider-left-button[b-3zbmn0hf11] {
        top: -72px;
        bottom: auto;
        left: 0%;
        right: auto;
    }

    .banner-announcement[b-3zbmn0hf11] {
        text-align: left;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto;
    }

    .banner-container[b-3zbmn0hf11] {
        grid-column-gap: 24px;
    }

    .banner-button-small[b-3zbmn0hf11] {
        position: static;
    }
}

@media screen and (max-width: 479px) {
    .header-bottom-wrap[b-3zbmn0hf11] {
        margin-bottom: 36px;
    }

    .search[b-3zbmn0hf11] {
        grid-row-gap: 12px;
        flex-direction: column;
    }

    .partnership-text-wrap[b-3zbmn0hf11] {
        display: none;
    }

    .logo-grid[b-3zbmn0hf11] {
        grid-template-columns: 1fr 1fr;
    }

    .company-card[b-3zbmn0hf11] {
        padding: 32px;
    }

    .browse-grid[b-3zbmn0hf11] {
        grid-template-columns: 1fr;
    }

    .header-title-wrap[b-3zbmn0hf11] {
        text-align: center;
    }

    .about-header-video-wrapper[b-3zbmn0hf11] {
        height: 280px;
    }

    .button-primary[b-3zbmn0hf11], .button-outline[b-3zbmn0hf11], .button-secondary[b-3zbmn0hf11], .button-primary-right-icon[b-3zbmn0hf11], .document-table-header[b-3zbmn0hf11], .button-secondary-right-icon[b-3zbmn0hf11] {
        width: 100%;
    }

    .section-companies[b-3zbmn0hf11] {
        overflow: hidden;
    }

    .footer-left-column[b-3zbmn0hf11] {
        grid-column-gap: 20px;
        grid-template-columns: 1fr;
    }

    .footer-legal-links[b-3zbmn0hf11] {
        grid-row-gap: 8px;
        flex-direction: column;
    }

    .footer-section[b-3zbmn0hf11] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-text-field[b-3zbmn0hf11] {
        line-height: 24px;
    }

    .footer-form[b-3zbmn0hf11] {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .search-button[b-3zbmn0hf11] {
        width: 100%;
    }

    .header-right-wrap[b-3zbmn0hf11] {
        margin-bottom: 36px;
    }

    .account-right-block[b-3zbmn0hf11] {
        display: none;
    }

    .account-button[b-3zbmn0hf11] {
        width: 100%;
    }

    .job-tags[b-3zbmn0hf11] {
        grid-row-gap: 8px;
        flex-wrap: wrap;
    }

    .blog-slider-right-button[b-3zbmn0hf11], .blog-slider-left-button[b-3zbmn0hf11] {
        top: -60px;
    }

    .banner-button[b-3zbmn0hf11] {
        display: none;
    }
}

#w-node-_01eb8987-0a4a-750f-5091-1a98973b4cbc-c0d26def[b-3zbmn0hf11] {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_602f1cc7-bad4-8585-d028-36bb6d541da4-c0d26def[b-3zbmn0hf11] {
    align-self: end;
    justify-self: end;
}

#w-node-_7e26e532-7665-a746-2e52-b5945f122bcd-c0d26def[b-3zbmn0hf11] {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4aae21e-d75d-574d-b0cd-82d52b4f8618-c0d26def[b-3zbmn0hf11] {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-d4aae21e-d75d-574d-b0cd-82d52b4f8619-c0d26def[b-3zbmn0hf11] {
    align-self: center;
}

#w-node-_27694c21-cbfc-58f0-1e5c-e47458f6d8dd-cf9aae39[b-3zbmn0hf11] {
    justify-self: end;
}

#w-node-da83c76b-8582-bdfd-54ac-0c0749a4f522-c0d26df2[b-3zbmn0hf11] {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
}

#w-node-ccd3efc2-503c-f97e-8ccc-38934be51f5a-c0d26df2[b-3zbmn0hf11] {
    align-self: center;
}

#w-node-_891a2e3c-8db2-7181-d35a-5580af89f693-c0d26df2[b-3zbmn0hf11], #w-node-_5d0089f8-8183-ac45-04bc-a4b4283492c6-c0d26df2[b-3zbmn0hf11] {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_36ecdbfe-7139-4220-d685-0caadfd024e2-c0d26df2[b-3zbmn0hf11] {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36ecdbfe-7139-4220-d685-0caadfd024e3-c0d26df2[b-3zbmn0hf11] {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_830f4ea9-6d21-fe97-64e4-cf7f5edfa5c6-c0d26df2[b-3zbmn0hf11], #w-node-_8d2cf6e8-2f20-9910-5cf6-825a2a726b87-c0d26df2[b-3zbmn0hf11] {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2188cea0-b1c9-1999-8d80-7a5f0d7bc428-c0d26df2[b-3zbmn0hf11] {
    grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0b6fa830-0fde-8a26-8fdc-27f1d31bfcc7-c0d26df2[b-3zbmn0hf11], #w-node-a681d0e8-a327-f6e8-1998-8a38a6660cf0-c0d26df2[b-3zbmn0hf11] {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a681d0e8-a327-f6e8-1998-8a38a6660cf1-c0d26df2[b-3zbmn0hf11] {
    align-self: center;
}

#w-node-_80c74753-c7d6-9908-f823-7e5aecd26239-c0d26e01[b-3zbmn0hf11], #w-node-d1272945-c282-7568-e033-3334913f6d8f-c0d26e01[b-3zbmn0hf11] {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcf6ff74-637f-7565-91f6-2c6a9e671fa9-c0d26e01[b-3zbmn0hf11] {
    justify-self: end;
}

#w-node-_197808c8-1a74-e70e-175b-8ed261846aaa-c0d26e06[b-3zbmn0hf11], #w-node-_35571b41-498a-13b4-c487-1c69096208df-c0d26e06[b-3zbmn0hf11], #w-node-_7456eeba-3d14-bf7a-9553-9036844f9100-c0d26e06[b-3zbmn0hf11], #w-node-_7198811f-31c1-b07d-c003-160563186162-c0d26e06[b-3zbmn0hf11], #w-node-dc74b299-8110-cea0-5b95-6f333e7f82de-c0d26e07[b-3zbmn0hf11], #w-node-c306cebb-096b-6615-5383-af62b161ad25-c0d26e07[b-3zbmn0hf11], #w-node-_6058231e8140675366f5c23f000000000014-c0d26e09[b-3zbmn0hf11] {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
    #w-node-_602f1cc7-bad4-8585-d028-36bb6d541da4-c0d26def[b-3zbmn0hf11] {
        justify-self: start;
    }

    #w-node-d1272945-c282-7568-e033-3334913f6d8f-c0d26e01[b-3zbmn0hf11] {
        order: -9999;
    }

    #w-node-dcf6ff74-637f-7565-91f6-2c6a9e671fa9-c0d26e01[b-3zbmn0hf11] {
        justify-self: start;
    }
}
/* /Pages/Public/Index.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.public-main-content[b-lld89kmmr7] {
    padding-top: 112px; /* Default: 56px banner + 56px nav */
}

/* Responsive padding to match combined banner + nav height */
@media screen and (max-width: 991px) {
    .public-main-content[b-lld89kmmr7] {
        padding-top: 96px; /* 48px banner + 48px nav */
    }
}

@media screen and (max-width: 767px) {
    .public-main-content[b-lld89kmmr7] {
        padding-top: 88px; /* 44px banner + 44px nav */
    }
}

@media screen and (max-width: 479px) {
    .public-main-content[b-lld89kmmr7] {
        padding-top: 80px; /* 40px banner + 40px nav */
    }
} 
/* /Shared/Public/AnnouncementBanner.razor.rz.scp.css */
.banner-announcement[b-glg9eh8nba] {
    min-height: 56px;
    color: #fff;
    text-align: center;
    background-color: #030407;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    display: flex;
    width: 100%;
}

.banner-container[b-glg9eh8nba] {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    padding: 0 20px;
}

.banner-text-wrapper[b-glg9eh8nba] {
    grid-column-gap: 8px;
    align-items: center;
    display: flex;
}

.banner-button[b-glg9eh8nba] {
    color: #fff;
    white-space: nowrap;
    background-color: #443fde;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    transition: color .3s, background-color .3s;
    display: flex;
}

    .banner-button:hover[b-glg9eh8nba] {
        color: #5167f6;
        background-color: #fff;
    }

.banner-button-small[b-glg9eh8nba] {
    width: 24px;
    height: 24px;
    color: #b2b3bd;
    background-color: #24262d;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    padding: 4px;
    transition: color .2s, background-color .2s;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

    .banner-button-small:hover[b-glg9eh8nba] {
        color: #000;
        background-color: #fff;
    }

.paragraph-small[b-glg9eh8nba] {
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}

    .paragraph-small.text-color-gray-500[b-glg9eh8nba] {
        color: #606476;
    }

/* Responsive styles to prevent nav overlap */
@media screen and (max-width: 991px) {
    .banner-announcement[b-glg9eh8nba] {
        padding: 8px 0;
        min-height: 48px;
    }
    
    .banner-container[b-glg9eh8nba] {
        padding: 0 16px;
    }
    
    .paragraph-small[b-glg9eh8nba] {
        font-size: 13px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .banner-announcement[b-glg9eh8nba] {
        text-align: left;
        padding: 6px 0;
        min-height: 44px;
    }

    .banner-container[b-glg9eh8nba] {
        padding: 0 12px;
    }
    
    .paragraph-small[b-glg9eh8nba] {
        font-size: 12px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .banner-announcement[b-glg9eh8nba] {
        padding: 4px 0;
        min-height: 40px;
    }
    
    .banner-container[b-glg9eh8nba] {
        padding: 0 8px;
    }
    
    .paragraph-small[b-glg9eh8nba] {
        font-size: 11px;
        line-height: 1.2;
    }
}
/* /Shared/Public/PublicNavMenu.razor.rz.scp.css */
.public-nav[b-1jycdk5uuk] {
    top: 56px; /* Default banner height */
}

/* Responsive positioning to match banner height changes */
@media screen and (max-width: 991px) {
    .public-nav[b-1jycdk5uuk] {
        top: 48px; /* Smaller banner height on medium screens */
    }
}

@media screen and (max-width: 767px) {
    .public-nav[b-1jycdk5uuk] {
        top: 44px; /* Smaller banner height on small screens */
    }
}

@media screen and (max-width: 479px) {
    .public-nav[b-1jycdk5uuk] {
        top: 40px; /* Smallest banner height on mobile */
    }
} 
/* /Shared/PublicLayout.razor.rz.scp.css */
.public-main-content[b-adsr7htkra] {
    padding-top: 112px; /* Default: 56px banner + 56px nav */
}

/* Responsive padding to match combined banner + nav height */
@media screen and (max-width: 991px) {
    .public-main-content[b-adsr7htkra] {
        padding-top: 96px; /* 48px banner + 48px nav */
    }
}

@media screen and (max-width: 767px) {
    .public-main-content[b-adsr7htkra] {
        padding-top: 88px; /* 44px banner + 44px nav */
    }
}

@media screen and (max-width: 479px) {
    .public-main-content[b-adsr7htkra] {
        padding-top: 80px; /* 40px banner + 40px nav */
    }
} 
