<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
    margin: 0;
    padding: 0;
    height: 100%
}

/*
  ! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com
 */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
button {
    -webkit-appearance: button
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

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

button {
    background-color: transparent;
    background-image: none
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #9ca3af
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        opacity: 1;
        color: #9ca3af
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #9ca3af
    }

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

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

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,
:after,
:before {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.invisible {
    visibility: hidden
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    bottom: 0
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0
}

.top-0 {
    top: 0
}

.top-1 {
    top: .25rem
}

.-top-6 {
    top: -1.5rem
}

.right-0 {
    right: 0
}

.-right-6 {
    right: -1.5rem
}

.left-0 {
    left: 0
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.-mt-2 {
    margin-top: -.5rem
}

.mr-4 {
    margin-right: 1rem
}

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

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

.ml-4 {
    margin-left: 1rem
}

.-ml-4 {
    margin-left: -1rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.h-10 {
    height: 2.5rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.min-h-screen {
    min-height: 100vh
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-32 {
    width: 8rem
}

.w-3\/5 {
    width: 60%
}

.w-11\/12 {
    width: 91.666667%
}

.w-full {
    width: 100%
}

.origin-top-left {
    transform-origin: top left
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    75%, to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%, to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%, to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {
    0%, to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.cursor-pointer {
    cursor: pointer
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

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

.gap-4 {
    gap: 1rem
}

.self-center {
    align-self: center
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-lg {
    border-radius: .5rem
}

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

.rounded-b-md {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.rounded-b-xl {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem
}

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

.border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
}

.focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-opacity-75 {
    --tw-bg-opacity: 0.75
}

.bg-cover {
    background-size: cover
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.p-0 {
    padding: 0
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

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

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

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

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

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

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

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

.pt-0 {
    padding-top: 0
}

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-20 {
    padding-bottom: 5rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

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

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

.text-lg {
    font-size: 1.125rem
}

.text-lg,
.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 900
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.hover\:underline:hover,
.underline {
    text-decoration: underline
}

*,
:after,
:before {
    --tw-shadow: 0 0 transparent
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

*,
:after,
:before {
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.filter {
    --tw-blur: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-brightness: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-contrast: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-grayscale: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-hue-rotate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-invert: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-saturate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-sepia: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-drop-shadow: var(--tw-empty, /*!*/
    /*!*/
    );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
}

.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

body {
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1a1d27;
    color: #fff;
    font-size: 16px
}

h1 {
    font-size: 2.44rem;
    line-height: 1.1
}

h1,
h2 {
    font-family: neuzeit-grotesk, sans-serif;
    font-weight: 900;
    font-style: normal
}

h2 {
    margin-bottom: .25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.25
}

h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.25
}

a,
li,
p {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25
}

.small-text {
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1.25
}

.large-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.375
}

@media (min-width:768px) {
    h1 {
        font-size: 1.7rem
    }
}

@media (min-width:1024px) {
    h1 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    h2 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    h3 {
        font-size: 1.5rem;
        line-height: 2rem
    }

    li,
    p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width:1200px) {
    h1,
    h2 {
        font-size: 3rem;
        line-height: 1
    }

    li,
    p {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .large-text {
        font-size: 1.875rem;
        line-height: 2.25rem;
        line-height: 1.375
    }
}

h1,
h2,
h3,
p {
    padding-bottom: 1rem
}

a,
li,
p {
    word-wrap: break-word
}

    a:hover:not(.btn) {
        text-decoration: underline
    }

#bg-blue-gradient a {
    font-size: inherit
}

.content-width-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.content-y-spacing {
    padding-top: 50px;
    padding-bottom: 50px
}

.content-x-spacing {
    padding-left: 30px;
    padding-right: 30px
}

.content-xy-spacing {
    padding: 50px 30px
}

.section-spacer {
    padding-top: 50px
}

@media (min-width:768px) {
    .content-y-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .content-x-spacing {
        padding-left: 60px;
        padding-right: 60px
    }

    .content-xy-spacing {
        padding: 60px
    }

    .section-spacer {
        padding-top: 60px
    }
}

@media (min-width:1200px) {
    .content-y-spacing {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .content-x-spacing {
        padding-left: 100px;
        padding-right: 100px
    }

    .content-xy-spacing {
        padding: 90px 100px
    }

    .section-spacer {
        padding-top: 90px
    }
}

#menu-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    height: 100vh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.95;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
    transform: translateX(-110%)
}

    #menu-container.open {
        transform: translateX(0)
    }

    #menu-container.animate {
        transition: transform .25s ease-in-out
    }

#nav-links a.large-text {
    font-size: 1.5rem
}

@media (min-width:1200px) {
    #nav-links a.large-text {
        font-size: 2rem
    }
}

#menu-container p {
    color: #497c8f
}

.assessment-nav-btn {
    padding: 1rem 3rem 1rem 1rem;
    font-weight: 700;
    max-width: 380px;
    border: 4px solid #1a1d27;
    border-radius: 16px
}

a.assessment-nav-btn.btn:after {
    position: absolute;
    height: 4rem;
    width: 4rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    right: 1rem;
    content: "";
    background-image: url(../images/icon-assess-blue.png)
}

@media (min-width:1024px) {
    .assessment-nav-btn {
        max-width: 420px
    }
}

#hero {
    background-color: #081d41;
    background-image: url(../images/background-hero-mobile.jpg);
    background-position: 50% 50%
}

    #hero.hero-banner {
        min-height: 410px
    }

@media (min-width:768px) {
    #hero {
        background-image: url(../images/background-hero.jpg);
        background-position: 68% 50%;
        background-size: cover;
        min-height: 400px
    }
}

@media (min-width:1024px) {
    #hero {
        min-height: auto
    }
}

#bg-blue-gradient,
#video,
.blue-gradient {
    background: #7ebae5;
    background: -webkit-gradient(linear, left bottom, left top, from(#4396d2), to(#7ebae5));
    background: linear-gradient(0deg, #4396d2, #7ebae5)
}

#bed-stats-and-facts,
#download-resources,
#is-your-binge-bed,
#links-and-support {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    #bed-stats-and-facts,
    #download-resources,
    #is-your-binge-bed,
    #links-and-support {
        background-size: cover
    }
}

#bed-stats-and-facts {
    background-color: #015f9f;
    background-image: url(../images/background-carousel.jpg)
}

#is-your-binge-bed {
    background-color: #ffcfd8;
    background-image: url(../images/background-is-your-binge-bed.jpg)
}

#download-resources {
    background-color: #73decc;
    background-image: url(../images/background-bed-help.jpg)
}

#links-and-support {
    background-color: #ffeca5;
    background-image: url(../images/background-info-support.jpg)
}

footer {
    background-color: #76b4e3
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0
}

    ul li {
        margin-bottom: .5rem;
        margin-left: 1rem;
        text-indent: -.5rem
    }

    ul.list-circle &gt; li:before {
        content: "â€¢ ";
        font-weight: 700;
        display: inline-block;
        width: .5rem
    }

#is-your-binge-bed ul &gt; li:before {
    color: #8d3853
}

#download-resources ul.list-circle &gt; li:before {
    color: #174729
}

ul.list-line {
    margin-left: 1.5rem;
    padding: 0
}

    ul.list-line li:before {
        content: "- ";
        font-weight: 700;
        display: inline-block;
        width: .5rem
    }

ol.latin {
    list-style-type: lower-latin
}

ol.roman {
    list-style-type: lower-roman
}

#popup {
    background: hsla(0, 0%, 100%, .85)
}

#popup-container {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

@media (min-width:640px) {
    #popup-container {
        max-width: 640px;
        width: 100%
    }
}

@media (min-width:1200px) {
    #popup-container {
        max-width: 1020px;
        width: 100%
    }
}

.btn {
    position: relative;
    margin-bottom: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 6rem 1rem 1rem;
    font-weight: 700;
    color: #20103a;
    background: hsla(0, 0%, 100%, .8)
}

#is-your-binge-bed a.btn {
    margin-bottom: 1.5rem;
    border-radius: .5rem;
    min-height: 148px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    transition: box-shadow .3s ease-in-out
}

    #is-your-binge-bed a.btn:hover {
        box-shadow: 0 7px 14px rgba(0, 0, 0, .5), 0 5px 5px rgba(0, 0, 0, .44)
    }

    #is-your-binge-bed a.btn:after {
        position: absolute;
        height: 4rem;
        width: 4rem;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        right: 1rem;
        content: ""
    }

#is-your-binge-bed #self-assessment-btn:after {
    background-image: url(../images/icon-assess-red.png)
}

#is-your-binge-bed #bed-discussion-btn:after {
    background-image: url(../images/icon-discuss-red.png)
}

#bed-discussion-btn,
#self-assessment-btn {
    color: #8d3853
}

@media (min-width:1024px) {
    #is-your-binge-bed a.btn {
        padding-right: 8rem
    }

        #is-your-binge-bed a.btn:after {
            width: 6rem;
            height: 6rem
        }
}

#links-and-support a.btn {
    margin-bottom: 1rem;
    border-radius: .5rem;
    min-height: 100px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    transition: box-shadow .3s ease-in-out
}

    #links-and-support a.btn:hover {
        box-shadow: 0 7px 14px rgba(0, 0, 0, .5), 0 5px 5px rgba(0, 0, 0, .44)
    }

    #links-and-support a.btn:after {
        position: absolute;
        height: 2rem;
        width: 2rem;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        right: 1rem;
        content: "";
        background-image: url(../images/icon-info.png)
    }

    #links-and-support a.btn span {
        margin-top: .25rem;
        font-weight: 400;
        font-size: 85%
    }

.hover-shadow {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    transition: box-shadow .3s ease-in-out
}

    .hover-shadow:hover {
        box-shadow: 0 7px 14px rgba(0, 0, 0, .5), 0 5px 5px rgba(0, 0, 0, .44)
    }

button#video-play {
    position: relative;
    font-weight: 700;
    background: #2b2a33;
    color: #73b3e2;
    padding: 1rem 3.5rem 1rem 1rem;
    margin-top: 1rem;
    border-radius: 8px
}

    button#video-play:after {
        position: absolute;
        height: 1.75rem;
        width: 1.75rem;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        right: 1rem;
        content: "";
        background-image: url(../images/icon-play-button.png)
    }

.self-assessment-cta {
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: 1rem 3.5rem 1rem 1rem;
    border-radius: 8px
}

    .self-assessment-cta:after {
        position: absolute;
        height: 1.75rem;
        width: 1.75rem;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        right: 1rem;
        content: "";
        background-image: url(../images/icon-assess-blue.png)
    }

@media (min-width:1200px) {
    .self-assessment-cta {
        padding-right: 6rem
    }

    button#video-play {
        padding-right: 5rem
    }

        .self-assessment-cta:after,
        button#video-play:after {
            height: 2.5rem;
            width: 2.5rem;
            right: 1.5rem
        }
}

.lang-btn a {
    color: #497c8f
}

#nav-links a {
    color: #262f54
}

#is-your-binge-bed h2 {
    color: #8d3853
}

#is-your-binge-bed li,
#is-your-binge-bed p {
    color: #111
}

#download-resources a,
#download-resources h2 {
    color: #174729
}

#download-resources li {
    color: #111
}

#links-and-support a,
#links-and-support h2 {
    color: #7d640e
}

#links-and-support p {
    color: #111
}

footer a {
    color: #262f54
}

#bg-blue-gradient,
#popup button,
#popup p,
footer p {
    color: #111
}

.dark-blue {
    color: #1a1d27
}

.light-blue {
    color: #73b3e2
}

.medium-blue {
    color: #015f9f
}

.text-grey {
    color: #aaa
}

#video #video-wrapper {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

#video #video-play {
    transition: box-shadow .3s ease-in-out
}

    #video #video-play:hover {
        box-shadow: 0 7px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .44)
    }

#video {
    transition: max-height .5s ease-in-out;
    overflow: hidden;
    max-height: 200vh
}

    #video.closed {
        max-height: 0
    }

.tns-outer {
    padding: 0 !important;
    position: relative
}

    .tns-outer [hidden] {
        display: none !important
    }

    .tns-outer [aria-controls],
    .tns-outer [data-action] {
        cursor: pointer
    }

.tns-slider {
    transition: all 0s
}

    .tns-slider &gt; .tns-item {
        box-sizing: border-box
    }

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

    .tns-horizontal.tns-subpixel &gt; .tns-item {
        display: inline-block;
        vertical-align: middle;
        white-space: normal
    }

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel &gt; .tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel &gt; .tns-item {
    margin-right: -100%
}

.tns-gallery,
.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    min-height: 1px
}

    .tns-gallery &gt; .tns-item {
        position: absolute;
        left: -100%;
        transition: transform 0s, opacity 0s
    }

    .tns-gallery &gt; .tns-slide-active {
        position: relative;
        left: auto !important
    }

    .tns-gallery &gt; .tns-moving {
        transition: all .25s
    }

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity .6s;
    opacity: .6
}

    .tns-lazy-img.tns-complete {
        opacity: 1
    }

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

    .tns-vpfix &gt; div,
    .tns-vpfix &gt; li {
        display: inline-block
    }

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: 2333.33333%;
    position: absolute;
    right: 0
}

    .tns-t-ct:after {
        content: "";
        display: table;
        clear: both
    }

    .tns-t-ct &gt; div {
        width: 1.4285714%;
        width: 1.42857%;
        height: 10px;
        float: left
    }

.tns-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 10px 0
}

    .tns-nav &gt; [aria-controls] {
        width: 9px;
        height: 9px;
        padding: 0;
        margin: 0 5px;
        border-radius: 50%;
        background: hsla(0, 0%, 100%, .4);
        border: 0
    }

    .tns-nav &gt; .tns-nav-active {
        background: #fff
    }

@media (min-width:768px) {
    .tns-nav {
        bottom: -50px
    }
}

ul#customize-controls li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 7.5px;
    cursor: pointer;
    transition: background .3s
}

    ul#customize-controls li.prev {
        left: 0
    }

    ul#customize-controls li.next {
        right: 0
    }

@media (min-width:768px) {
    ul#customize-controls li {
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
        padding: 0 15px
    }
}

.question-wrapper,
form section {
    background-color: #e7e7e7
}

.question-wrapper {
    padding-top: 1rem;
    padding-bottom: 3rem;
    opacity: 1;
    transition: opacity .3s ease-in-out
}

@media (min-width:1200px) {
    .question-wrapper {
        padding-bottom: 5rem
    }
}

.question-wrapper p {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

    .question-wrapper p.medium-blue {
        color: #015f9f
    }

#final-quiz {
    padding-bottom: 0;
    max-height: 2000px;
    transition: max-height .3s ease-in-out
}

    #final-quiz.closed {
        max-height: 0;
        overflow: hidden
    }

    #final-quiz p {
        font-weight: 400;
        color: #4a4a4a
    }

        #final-quiz p.bold {
            font-weight: 700
        }

.question-wrapper.disable {
    pointer-events: none;
    position: relative
}

    .question-wrapper.disable:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background: #e7e7e7;
        opacity: .8
    }

#final-quiz.question-wrapper.disable:after {
    background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
    background: initial;
    opacity: 1
}

.locked .quiz-row label {
    cursor: not-allowed
}

.disable .quiz-row label,
.locked .quiz-row label {
    box-shadow: none
}

.question-wrapper.locked {
    cursor: not-allowed;
    opacity: .6
}

#final-quiz.disable {
    opacity: .1
}

#final-quiz #final-results {
    margin-bottom: 1rem;
    border-width: 2px;
    padding: 1rem;
    text-align: center;
    font-weight: 900;
    transition: opacity .5s ease-in-out;
    border-color: #005fa0;
    opacity: 1;
    font-size: 24px
}

#final-quiz.disable #final-results.invisible {
    opacity: 0
}

@media (min-width:1024px) {
    #final-quiz #final-results {
        font-size: 32px;
        line-height: 1.4
    }
}

.quiz-row {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: .5rem;
    padding: 0
}

    .quiz-row .question {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .quiz-row input[type=radio] {
        display: none
    }

    .quiz-row label {
        margin: 0;
        width: 100%;
        cursor: pointer;
        border-radius: .5rem;
        border-width: 2px;
        padding: .5rem 1rem;
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 600;
        background: #fff;
        border-color: #005fa0;
        color: #015f9f;
        transition: box-shadow .3s ease-in-out;
        box-shadow: 0 10px 12px rgba(0, 0, 0, .25), 0 6px 6px rgba(0, 0, 0, .22)
    }

        .quiz-row label:hover {
            box-shadow: 0 5px 6px rgba(0, 0, 0, .5), 0 3px 3px rgba(0, 0, 0, .44)
        }

    .quiz-row input[type=radio]:checked + label {
        font-weight: 700;
        background-color: #1678bb;
        color: #fff
    }

    .quiz-row label:hover {
        background: #1678bb;
        color: #fff
    }

.locked .quiz-row label:hover {
    background: #fff;
    color: #1678bb;
    box-shadow: none
}

@media (min-width:768px) {
    .quiz-row {
        flex-direction: row;
        flex-wrap: wrap
    }

        .quiz-row .question {
            width: calc(50% - .5rem);
            min-height: 60px
        }

        .quiz-row label {
            font-size: 1.25rem;
            line-height: 1.75rem
        }
}

@media (min-width:1024px) {
    .quiz-row {
        gap: 1rem
    }

        .quiz-row label {
            font-size: 1.5rem;
            line-height: 2rem
        }
}

#exit-popup,
#form-popup {
    background: hsla(0, 0%, 50.2%, .71);
    width: 100%;
    z-index: 100003
}

    #exit-popup .largest-text {
        font-size: 20px;
        line-height: 1.25
    }

@media (min-width:768px) {
    #exit-popup .largest-text {
        font-size: 24px
    }

    #form-popup #form-popup-container {
        max-width: 640px;
        width: 100%
    }

    #exit-popup #exit-popup-container {
        padding-left: 3rem;
        padding-right: 3rem;
        max-width: 80vw;
        width: 100%
    }
}

@media (min-width:1024px) {
    #exit-popup .largest-text {
        font-size: 35px
    }

    #exit-popup #exit-popup-container {
        max-width: 90vw
    }
}

@media (min-width:1200px) {
    #exit-popup .largest-text {
        font-size: 33px
    }

    #exit-popup #exit-popup-container {
        max-width: 1150px
    }
}

#btnSendEmail {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    padding: .75rem 5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    transition: box-shadow .3s ease-in-out;
    background: #2b2a33;
    color: #73b3e2;
    height: auto;
    min-height: auto
}

@media (min-width:768px) {
    #btnSendEmail {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width:1024px) {
    #btnSendEmail {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

#btnSendEmail,
#quiz-email-btn,
#quiz-print-btn,
.quiz-popup-btn {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

    #btnSendEmail:hover,
    #quiz-email-btn:hover,
    #quiz-print-btn:hover,
    .quiz-popup-btn:hover {
        box-shadow: 0 7px 14px rgba(0, 0, 0, .5), 0 5px 5px rgba(0, 0, 0, .44)
    }

#form-popup #form-popup-container p a {
    font-size: .75rem;
    line-height: 1rem
}

.quiz-popup-btn {
    position: relative;
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    border-radius: .5rem;
    padding: 1rem 4rem 1rem 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    transition: box-shadow .3s ease-in-out;
    background: #2b2a33;
    color: #73b3e2;
    min-height: 70px
}

a.quiz-popup-btn:hover {
    text-decoration: none
}

.quiz-popup-btn:after {
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    right: 1rem;
    content: ""
}

#quiz-popup-discussion-btn:after {
    background-image: url(../images/icon-discuss-blue.png)
}

#quiz-popup-assessment-btn:after {
    background-image: url(../images/icon-print.png)
}

@media (min-width:768px) {
    .quiz-popup-btn {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-right: 6rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
        min-height: 100px
    }

        .quiz-popup-btn:after {
            height: 4rem;
            width: 4rem
        }
}

@media (min-width:1024px) {
    .quiz-popup-btn {
        justify-content: center;
        padding-right: 6rem;
        padding-left: .25rem;
        font-size: 1.5rem;
        line-height: 2rem;
        font-size: 28px
    }

        .quiz-popup-btn:after {
            width: 4.5rem;
            height: 4.5rem
        }
}

.outline label {
    cursor: text
}

.outline input[focus-within] ~ label {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
}

.outline input:focus-within ~ label {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
}

.outline input:not(:placeholder-shown) ~ label,
.outline input[focus-within] ~ label {
    z-index: 0;
    margin-left: .75rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -1rem;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    padding: 0 .25rem
}

.outline input:not(:-moz-placeholder-shown) ~ label {
    z-index: 0;
    margin-left: .75rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -1rem;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    padding: 0 .25rem
}

.outline input:not(:-ms-input-placeholder) ~ label {
    z-index: 0;
    margin-left: .75rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -1rem;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    padding: 0 .25rem
}

.outline input:focus-within ~ label,
.outline input:not(:placeholder-shown) ~ label {
    z-index: 0;
    margin-left: .75rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -1rem;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    padding: 0 .25rem
}

.quiz-btn {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    border-radius: .5rem;
    padding: 1rem 3rem 1rem 1.5rem;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    transition: box-shadow .3s ease-in-out;
    background: #2b2a33;
    color: #73b3e2
}

    .quiz-btn:hover {
        box-shadow: 0 3px 8px rgba(0, 0, 0, .24)
    }

    .quiz-btn:after {
        position: absolute;
        height: 2rem;
        width: 2rem;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        right: 1rem;
        content: ""
    }

#quiz-email-btn:after {
    background-image: url(../images/icon-email.png)
}

#quiz-print-btn:after {
    background-image: url(../images/icon-print.png)
}

@media (min-width:768px) {
    .quiz-btn {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width:1024px) {
    .quiz-btn {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
        font-size: 1.5rem;
        line-height: 2rem
    }

        .quiz-btn:after {
            height: 3rem;
            width: 3rem
        }
}

@media print {
    #top-nav-bar {
        position: relative !important
    }

    .quiz-row label {
        background-color: #fff !important;
        border-color: #fe20a3 !important;
        color: #fe20a3 !important;
        -webkit-print-color-adjust: exact
    }

    .quiz-row input[type=radio]:checked + label {
        background-color: #fe20a3 !important;
        color: #fff !important;
        -webkit-print-color-adjust: exact
    }

    .question-wrapper.locked {
        opacity: 1 !important
    }

    .quiz-btn {
        display: none !important
    }

    p {
        color: #000 !important
    }

    .content-xy-spacing {
        padding: 1rem !important
    }
}

@media (min-width:640px) {
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mb-8 {
        margin-bottom: 2rem
    }

    .sm\:block {
        display: block
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:h-screen {
        height: 100vh
    }

    .sm\:w-72 {
        width: 18rem
    }

    .sm\:items-start {
        align-items: flex-start
    }

    .sm\:p-0 {
        padding: 0
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:align-middle {
        vertical-align: middle
    }
}

@media (min-width:768px) {
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:block {
        display: block
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:bg-contain {
        background-size: contain
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:text-xs {
        font-size: .75rem;
        line-height: 1rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

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

    .md\:leading-tight {
        line-height: 1.25
    }
}

@media (min-width:1024px) {
    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:hidden {
        display: none
    }

    .lg\:pt-12 {
        padding-top: 3rem
    }

    .lg\:pb-6 {
        padding-bottom: 1.5rem
    }
}

@media (min-width:1200px) {
    .xl\:w-1\/2 {
        width: 50%
    }

    .xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .xl\:pb-20 {
        padding-bottom: 5rem
    }
}
.text-red {
    color: red
}</pre></body></html>