/* LP Template Styles */
@font-face {
    font-family: PS TT Commons;
    src: url(https://fonts.pluralsight.com/ps-tt-commons/v1/ps-tt-commons-variable-roman.woff2);
}

:root {
    --inky-blue: #130F25;
    --lime-green: #CFFF6E;
    --transform-pink: #FF1675;
    --link-pink: #E7005E;
    --text-weak-light: #BFBFBF;
    --text-weak-dark: #555555;
    --input-hover: #F7F5F4;
    --font: 'PS TT Commons', sans-serif;
}

/* Layout */
.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    min-width: 414px;
    margin: 0;
    background-color: var(--inky-blue);
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
}

.header {
    width: 100%;
    height: 66px;
    background-color: white;
}

.header div {
    padding: 12px 14px 12px 14px;
}

#header-logo {
    height: 35px;
    width: 143px;
}

.main {
    width: 100%;
    background-color: white;
    flex-grow: 10;
}

.container {
    max-width: 680px;
    min-width: 366px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: var(--font);
    padding: 60px 24px;
    margin: 0 auto;
}

.icon {
    width: 48px;
    height: 48px;
    margin: 0;
}

.footer {
    background-color: var(--inky-blue);
    width: 100%;
    height: 126px;
    flex-shrink: 0;
}

.footer div {
    padding: 24px 0;
    margin: auto;
    text-align: center;
}

#footer-logo {
    margin: 0;
    width: 44px;
    height: 44px;
}

/* Text Styles */
.link {
    color: var(--Links-Pink, #E7005E);
    font: inherit;
    line-height: inherit;
}

.eyebrow {
    font-family: var(--font);
    color: var(--inky-blue);
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 0 8px 0 8px;
    margin: 0;
    background-color: var(--lime-green);
    border-radius: 4px;
    width: fit-content;
}

.h4 {
    font-family: var(--font);
    color: var(--inky-blue);
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0;
}

.h6 {
    width: unset;
    padding: unset;
    display: block;
    font-family: var(--font);
    color: var(--inky-blue);
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0;
}

.text-md {
    font-family: var(--font);
    color: var(--text-weak-dark);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
}

.text-xs {
    font-family: var(--font);
    color: var(--text-weak-light);
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    margin: 0;
}

.text-tiny {
    font-family: var(--font);
    color: var(--text-weak-dark);
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
}

.mktoCaptchaDisclaimer {
    font-family: var(--font);
    color: var(--text-weak-dark);
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
}

.mktoCaptchaDisclaimer a {
    color: var(--Links-Pink, #E7005E);
    font: inherit;
    line-height: inherit;
}

/* Form Styles */
form:where([class="mktoForm"]) {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    font-size: unset !important;
    color: unset !important;
    width: 100% !important;
    max-width: 680px;
}

.mktoFormRow {
    margin: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    width: 100%
}

.mktoFormCol,
.mktoFieldWrap {
    width: 100%;
    margin: 0 !important;
}

.mktoLabel {
    padding: 0;
    line-height: inherit;
}

#LblEmail,
label:where([for='email']) {
    display: block;
    font-family: var(--font);
    color: var(--text-weak-dark);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    margin: 0 0 4px 0;
}

#Email,
input:where([type='email']) {
    border-radius: 8px;
    border: 1px solid var(--inky-blue);
    background: #FFF;
    width: 100% !important;
    height: 40px;
    padding: 8px 12px;
    line-height: 24px;
    font: normal 400 16px var(--font);
    color: var(--inky-blue);
}

input:where([type='email']):focus,
input:where([type='email']):hover {
    background-color: #F7F5F4 !important;
    outline-color: unset !important;
    outline-style: unset !important;
}

input:where([type='checkbox']):focus {
    outline-color: unset !important;
    outline-style: unset !important;
}

.mktoCheckboxList {
    padding: 0 !important;
}

.mktoCheckboxList label {
    display: none !important;
}

.mktoLogicalField.mktoCheckboxList {
    margin: 16px 0 0 0;
}

input:where([type="checkbox"][role="switch"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    color: inherit;
    font-size: inherit;
    width: 10em;
    height: 3em;
    box-sizing: content-box;
    border: 1px solid;
    border-radius: 2em;
    vertical-align: text-bottom;
    margin: 0 auto;
}

input:where([type="checkbox"][role="switch"])::before {
    content: "On";
    position: absolute;
    text-align: center;
    padding-top: .9em;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    box-sizing: border-box;
    width: 5em;
    height: 3em;
    margin: 0 0em;
    border-radius: 2em 0 0 2em;
    background: white;
    color: var(--inky-blue);
}

input:where([type="checkbox"][role="switch"])::after {
    content: "Off";
    position: absolute;
    text-align: center;
    padding-top: .9em;
    top: 50%;
    left: 5em;
    transform: translate(0, -50%);
    box-sizing: border-box;
    width: 5em;
    height: 3em;
    margin: 0 0em;
    border-radius: 0 2em 2em 0;
    background: var(--inky-blue);
    color: white;
}

input:where([type="checkbox"][role="switch"]):checked::before {
    content: "Off";
    position: absolute;
    text-align: center;
    left: 5em;
    border-radius: 0 2em 2em 0;
}

input:where([type="checkbox"][role="switch"]):checked::after {
    content: "On";
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0em;
    border-radius: 2em 0 0 2em;
}

input:where([type="checkbox"][role="switch"]):disabled {
    opacity: 0.4;
}

label {
    pointer-events: none !important;
}

.mktoButtonWrap.mktoNative {
    margin: 0 !important;
}

button:where([type="submit"]) {
    display: flex;
    width: 366px;
    max-width: 100%;
    padding: 12px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 999px;
    background: #130F25;
    color: #FFF;
    text-align: center;
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    border-width: 2px;
    border-style: none;
    border-color: none;
    border-image: none;
}

button:where([type="submit"]):hover {
    background: #45424D;
}

button:where([type="submit"]):focus {
    outline-color: var(--link-pink);
    outline-offset: 2px;
    outline-width: 2px;
}

/* mkto invalid value alert msg */
.mktoForm .mktoError .mktoErrorMsg {
    background-image: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    text-shadow: unset !important;
    background-color: var(--lime-green) !important;
    color: var(--inky-blue) !important;
    font-family: var(--font) !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    padding: 8px !important;
}

.mktoForm .mktoError .mktoErrorArrow {
    background-image: unset !important;
    background-color: var(--lime-green) !important;
    border: unset !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}

/* Screen responsive styles */
@media screen and (min-width: 1440px) {
    .footer {
        height: 92px;
    }

    #footer-logo,
    #copyright {
        display: inline;
        vertical-align: middle;
        margin: 0 8px;
    }
}

@media screen and (max-width: 1439px) {
    #footer-logo {
        margin: 0 0 16px 0;
    }
}

@media screen and (max-width: 1023px) {
    .main .container {
        max-width: 592px !important;
    }
}

@media screen and (max-width: 639px) {
    .main .container {
        max-width: 366px !important;
    }
}

/* undo Marketo styles on mobile/narrow screens*/
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-height: 480px) {
    input:where([type="checkbox"][role="switch"]) {
        -webkit-box-sizing: unset !important;
        -moz-box-sizing: unset !important;
        box-sizing: unset !important;
    }

    .icon {
        padding: unset !important;
    }
}

@media only screen and (max-width: 480px) {
    input:where([type="checkbox"][role="switch"]) {
        -webkit-box-sizing: unset !important;
        -moz-box-sizing: unset !important;
        box-sizing: unset !important;
    }

    .mktoForm,
    mktoForm * {
        padding: unset !important;
    }
}