

        body.cw-mobile .swiper-button-next,
        body.cw-mobile .swiper-button-prev {
            display: none !important;
        }

        #cw-page-hdr-title {
            float: none;
            text-transform: none;
            border-bottom: 1px solid var(--thecw_color-salt);
            font-size: 36px;
            margin-top: 48px;
            width: auto;
        }

        body.w480 .cwtv-c-1 #cw-page-hdr-title {
            width: 98%;
            margin: 0 1%;
        }

        #newsletter-container {
            width: 98%;
            margin: 0 1%;
            color: #fff;
        }

        .newsletter-form-panels {
            display: flex;
            flex-direction: row;

        }

        p.notice {
            font-size: 14px;
            text-align: left;
        }

        .newsletter-form,
        .newsletter-panels {
            display: flex;
            flex-direction: column;
            flex-basis: 100%;
            flex: 1;

            vertical-align: top;
        }

        .newsletter-panels {
            padding-left: 5%;
        }

        .newsletter-panel {
            padding-left: 5%;
        }

        .newsletter-panel p {
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 0;
        }

        .newsletter-form input.email,
        .newsletter-form input.name,
        .newsletter-form input.submit {
            font-size: 14px;
            display: block;
            margin-bottom: 8px;
            width: 96%;
        }

        .newsletter-form input.submit {

            padding: 8px 16px;
            width: 302px;
            height: 45px;

            color: #F1F1EF;
            background: var(--thecw_color-hot-sauce);
            border-radius: 4px;

            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            text-align: center;

            
            border: none;
        }


        .newsletter-form input.submit:hover {
            color: #050C0D;
            background-color: #F1F1EF;
        }

        .newsletter-form input.submit:active {
            color: #050C0D;
            background-color: #F1F1EF
        }


        .newsletter-form input.submit:focus {
            border: 1px solid #000;
        }

        .newsletter-form input.submit:disabled:focus,
        .newsletter-form input.submit:disabled:active,
        .newsletter-form input.submit:disabled {
            color: #F1F1EF80;
            background-color: #40585A;
        }

        .newsletter-form input#optin {
            display: inline;
        }

        .newsletter-form label {
            display: inline;
            font-size: 14px;
            line-height: 160%;
        }

        .newsletter-panel {
            border: 2px solid;
            border-image-slice: 1;
            border-image-source: linear-gradient(180deg, var(--thecw_color-salt) 0%, var(--thecw_color-hot-sauce) 100%);

            padding: 1.5em;
            margin-bottom: 1em;
        }

        i.icon {
            display: block;
            background-size: contain;
            background-repeat: no-repeat;
            width: 54px;
            height: 48px;
        }

        .optin-wrapper {
            padding: 5px;
            margin: 6px 0;
        }

        .optin-wrapper label a,
            .optin-wrapper label {
                color: var(--thecw_color-sea-salt) !important
        }

        .customcheckbox {
            margin-right: 6px;
        }

        .customcheckbox input {
            accent-color: var(--thecw_color-hot-sauce);
            -ms-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
            padding: 4px;
        }

        p.error {
            display: block;
            color: red;
        }

        .g-recaptcha {
            width: 304px;
        }

        .input-field {
            position: relative;
            height: 42px;
            margin-bottom: 24px;
        }

        .input-field input {
            width: 100%;
            height: 100%;
            outline: 1.4px solid black;
            border: none;
            border-radius: 2px;
            padding: 8px 10px 0 10px;
            font-size: 16px;
        }

        .input-field input:focus {
            outline: 2px solid #1f3040;
        }

        .input-field input:focus+label {
            top: 0;
        }

        .input-field input:not(:placeholder-shown)+label {
            top: 0;
        }

        .input-field label {
            position: absolute;
            top: 15px;
            left: 5px;
            font-size: 12px;
            padding: 0 5px;
            pointer-events: none;
            transition: top .2s;
            background-color: transparent;
            color: var(--thecw_color-grey-salt-80);

        }

        .input-field span {
            position: absolute;
            top: 15px;
            left: 400px;
        }

        .unselectable {
            -webkit-touch-callout: none;
            /* iOS Safari */
            -webkit-user-select: none;
            /* Safari */
            -khtml-user-select: none;
            /* Konqueror HTML */
            -moz-user-select: none;
            /* Old versions of Firefox */
            -ms-user-select: none;
            /* Internet Explorer/Edge */
            -o-user-select: none;
            user-select: none;
            /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
        }

        section.swimlanes {
            margin-top: 0 !important
        }
      
        @media screen and (max-width:768px) {
            #cw-page-hdr-title {
                margin-top: 24px;
                font-size: 28px;
            }

            .newsletter-form {
                width: 100%;
                max-width: 504px;
                margin: 0 auto;
                text-align: center;
                margin-bottom: 20px;
            }

            p.header {
                width: 100%;
                max-width: 504px;
                text-align: center;
            }

            p.header,
            .newsletter-form input.email,
            .newsletter-form input.name,
            .newsletter-form input.submit {
                margin-left: auto;
                margin-right: auto;
            }

            .newsletter-form-panels {
                flex-direction: column;
            }

            .newsletter-panels {
                padding-left: 0;
                flex-direction: row;
                flex-wrap: nowrap;
                gap: 6px;
            }

            .newsletter-panel {
                flex: 1 1 calc(33.333% - 6px);
            }
            .newsletter-form input.submit {
                width: 100%;
                max-width: 504px;
            }

            .optin-wrapper {
                text-align: left;
            }
            .g-recaptcha {
                display: inline-block;
                margin-left: auto;
                margin-right: auto;
            }
        }

        @media screen and (max-width:480px) {
            #newsletter-container {
                margin: 0 32px;
                width: calc(100% - 64px);
            }

            .newsletter-panels {
                flex-direction: column;
                gap: 0;
            }

            .newsletter-panel {
                flex: 1 1 calc(100% - 64px);
            }

            .newsletter-form a.button {
                width: 90%;
                margin: 0 auto;
            }

            p.header span {
                display: block;
            }
        }


/* Thanks page */

        .newsletter-thanks {
            margin: 0 auto;
            max-width: 504px;
            vertical-align: top;
        }

        .newsletter-thanks p {
            text-align: center;
            width: 100%;
            font-size: 18px;
            font-weight: 300;
            line-height: 160%
        }

        .newsletter-thanks-panels {
            display: flex;
            flex-direction: row;
        }

        .newsletter-container-thanks p.header {
            vertical-align: top;
            line-height: 48px;
            font-size: 24px;

            font-weight: bold;
            text-align: center;

            margin-bottom: 0;
        }

        .newsletter-thanks a.button {
            font-size: 14px;
            
            display: inline-block;
            text-align: center;
            width: 100%;
            max-width: 540px;
            height: 45px;
            line-height: 45px;
            background: var(--thecw_color-hot-sauce);
            color: #fff;
            text-decoration: none;
        }

        .newsletter-thanks a.button:hover {
            color: #050C0D;
            background-color: #F1F1EF;
        }
        .newsletter-thanks a.button:active {
            color: #050C0D;
            background-color: #F1F1EF
        }
        .newsletter-thanks a.button:focus {
            border: 1px solid #000;
        }

        .newsletter-container-thanks i.icon {
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url(/images/newsletter/status-success.svg);
            width: 32px;
            height: 32px;
            font-size: 0;
            padding-right: 6px;
        }


        @media screen and (max-width:980px) {
           
            .newsletter-thanks {
                width: 100%;
                margin: 0 auto;
                text-align: center;
                margin-bottom: 20px;
            }
            .newsletter-thanks p {
                width: 100%;
            }
        }