        input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        input:-moz-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        input::-moz-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        input:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.7);
        }

        .Loading {
            left: 0;
            opacity: 0;
            z-index: 0;
            width: 100%;
            bottom: 45px;
            position: absolute;
            text-align: center;
            pointer-events: none;
            transition: opacity 900ms 0s cubic-bezier(0.2, 0, 0, 1), transform 900ms 0s cubic-bezier(0.2, 0, 0, 1);
        }

        .Loading.active {
            opacity: 1;
            pointer-events: all
        }

        .Loading .LoadingDot {
            width: 6px;
            opacity: 0;
            height: 6px;
            margin: 0 1px;
            border-radius: 50%;
            display: inline-block;
            background-color: #B6B6CF;
        }

        .Loading .LoadingDot:nth-child(1) {
            animation: loading 2s 0ms infinite;
        }

        .Loading .LoadingDot:nth-child(2) {
            animation: loading 2s 200ms infinite;
        }

        .Loading .LoadingDot:nth-child(3) {
            animation: loading 2s 400ms infinite;
        }

        .Loading .LoadingDot:nth-child(4) {
            animation: loading 2s 600ms infinite;
        }

        .Loading .sub-text {
            color: #B6B6CF;
            display: block;
            font-size: 13px;
            font-family: "proxima_nova_rgregular", Arial;
        }

        @keyframes loading {
            0% {
                opacity: 0;
                transform: scale(0.5);
            }
            33% {
                opacity: 1;
                transform: scale(1);
            }
            66% {
                opacity: 0;
                transform: scale(0.5);
            }
        }

        #zcampaignOptinForm {
            position: relative;
        }

        #zcampaignOptinForm .z-row {
            position: fixed;
            bottom: 40%;
            right: 25px;
            width: 320px;
            z-index: 100;
        }

        .register-wrap {
            width: 320px;
            height: 50px;
            position: relative;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0px 3px 20px rgba(0, 0, 0, .1);
            font-family: 'Roboto', sans-serif;
            text-align: center;
            margin: 0 0 15px 0;
            overflow: hidden;
            opacity: 0;
            -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .register-wrap.open {
            height: 290px;
            opacity: 1;
        }

        .registration-controller {
            position: relative;
            float: right;
            width: 60px;
            height: 60px;
            background: #f0483e;
            box-shadow: 2px 4px 20px rgba(0, 0, 0, .2);
            border-radius: 50%;
            cursor: pointer;
        }

        .registration-controller .mail:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 38px;
            height: 38px;
            background: url('/sites/default/files/mail/img/zm-subscribe-icons.svg') no-repeat;
            background-size: 100% 300%;
            background-position: 0 6px;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 0.4s cubic-bezier(0.41, -0.86, 0.76, 1.89);
            transition: 0.4s cubic-bezier(0.41, -0.86, 0.76, 1.89);
        }

        .registration-controller.open .mail:before {
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: 0.2s cubic-bezier(0.41, -0.86, 0.76, 1.89);
            transition: 0.2s cubic-bezier(0.41, -0.86, 0.76, 1.89);
        }

        .registration-controller .close-btn:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 30px;
            height: 30px;
            background: url('/sites/default/files/mail/img/zm-subscribe-icons.svg') no-repeat;
            background-size: 100% 400%;
            background-position: 0 -34px;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: 0.25s cubic-bezier(0.41, -2, 0.76, 2);
            transition: 0.25s cubic-bezier(0.41, -2, 0.76, 2);
        }

        .registration-controller.open .close-btn:before {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 0.5s cubic-bezier(0.41, -2, 0.76, 2);
            transition: 0.5s cubic-bezier(0.41, -2, 0.76, 2);
        }

        .subscribe-head {
            text-align: left;
            padding-left: 30px;
        }

        .zm-subscribe-icon {
            position: absolute;
            top: 28px;
            right: 25px;
            width: 64px;
            height: 64px;
            background: url('/sites/default/files/mail/img/zm-subscribe-icon.svg') no-repeat;
        }

        .subscribe-head h3 {
            font-family: "proxima_novalight", Arial;
            margin-bottom: 0;
            color: #000;
            font-weight: 600;
            font-size: 26px;
            font-weight: normal;
            padding-top: 30px;
            padding-right: 90px;
            margin-bottom: 20px;
        }

        .subscribe-head h3 span {
            font-family: "proxima_novasemibold", Arial;
        }

        .subscribe-head p {
            font-family: "proxima_nova_rgregular", Arial;
            margin-bottom: 0;
            color: #000;
            font-size: 16px;
            padding-right: 30px;
            margin-bottom: 30px;
        }

        .subscribe-cta {
            border: 1px solid #f0483e;
            background-color: #f0483e;
            border-radius: 3px;
            display: inline-block;
            text-align: center;
            width: 150px;
            height: 38px;
            cursor: pointer;
            transition: transform 600ms cubic-bezier(0.2, 0, 0, 1);
        }

        .subscribe-cta.active {
            width: 270px;
            background-color: #fff;
            border: 1px solid #E6E6E6;
            text-align: left;
            -webkit-transition: width .2s ease-in-out;
            transition: width .2s ease-in-out;
            cursor: default;
            box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
                transform: scale(.7);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        .agree-text {
            font-size: 12px;
            padding-top: 10px;
        }

        .subscribe-cta span {
            -webkit-animation: fadeIn .3s ease-in-out;
            animation: fadeIn .3s ease-in-out;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            color: #fff;
            font-size: 16px;
            font-family: "proxima_nova_rgregular", Arial;
            text-transform: uppercase;
            line-height: 38px;
            display: inline-block;
        }

        .subscribe-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .subscribe-wrap .sub-input {
            display: none;
            opacity: 0;
            -webkit-box-flex: 3;
            -ms-flex: 3;
            flex: 3;
            text-align: left;
        }

        .subscribe-wrap .sub-button {
            display: none;
            opacity: 0;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .subscribe-cta.disabled {
            transform: translateY(100px);
        }

        .subscribe-cta.active .subscribe-wrap .sub-input {
            display: block;
            -webkit-animation: fadeIn .3s ease-in-out;
            animation: fadeIn .3s ease-in-out;
            -webkit-animation-delay: .1s;
            animation-delay: .1s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .subscribe-cta.active .subscribe-wrap .sub-button {
            display: block;
            -webkit-animation: fadeInRight .3s ease-in-out;
            animation: fadeInRight .3s ease-in-out;
            -webkit-animation-delay: .1s;
            animation-delay: .1s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .subscribe-cta.active span {
            display: none;
        }

        label.error {
            display: none !important;
        }

        .sub-input input {
            border: 0;
            width: 220px;
            height: 36px;
            margin: 0 0 0 10px;
            outline: none;
            color: #000;
            font-size: 14px;
            font-family: "proxima_nova_rgregular", Arial;
            -webkit-appearance: none;
            box-shadow: none;
            border-radius: 0;
            background: transparent;
        }

        .sub-button {
            position: relative;
            overflow: hidden;
        }

        .sub-button button {
            width: 24px;
            height: 35px;
            border: none;
            outline: none;
            background: #F0483E;
            cursor: pointer;
            border-radius: 0;
            box-shadow: none;
            -webkit-appearance: none;
            text-indent: -999px;
        }

        .sub-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            background: url('/sites/default/files/mail/img/zm-subscribe-icons.svg') no-repeat;
            background-size: 100% 400%;
            background-position: 0 -55px;
            width: 24px;
            height: 24px;
            pointer-events: none;
        }

        .success-msg {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            width: 220px;
            height: 130px;
        }

        .register-wrap .success-msg span {
            line-height: 1.3;
            opacity: 0;
            visibility: hidden;
        }

        .register-wrap .success-msg span:first-child {
            width: 60px;
            height: 60px;
            background: #39B54A;
            border-radius: 50%;
            display: inline-block;
            box-shadow: 2px 4px 20px rgba(0, 0, 0, .2);
            display: block;
            margin: 0 auto 20px;
            position: relative;
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

        .register-wrap .success-msg span:first-child:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            width: 60px;
            height: 50px;
            background: url('/sites/default/files/mail/img/zm-subscribe-icons.svg') no-repeat;
            background-size: 100% 400%;
            background-position: 0 -165px;
        }

        .register-wrap .success-msg span:last-child {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
            font-family: "proxima_nova_rgregular", Arial;
            color: #39B54A;
            font-size: 17px;
        }

        .register-wrap.success .success-msg span {
            opacity: 1;
            visibility: visible;
            -webkit-animation: fadeInDown .5s ease-in-out;
            animation: fadeInDown .5s ease-in-out;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .register-wrap.success .zm-subscribe-form {
            opacity: 0;
            visibility: hidden;
            -webkit-animation: fadeInDown1 .5s ease-in-out;
            animation: fadeInDown1 .5s ease-in-out;
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .register-wrap.success .Loading {
            opacity: 0;
            transform: translateY(100px);
        }

        @keyframes fadeInRight {
            0% {
                opacity: 0;
                -webkit-transform: translateX(-20px);
                -ms-transform: translateX(-20px);
                transform: translateX(-20px);
            }
            100% {
                opacity: 1;
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
            }
        }

        @keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translateY(-20px);
                -ms-transform: translateY(-20px);
                transform: translateY(-20px);
            }
            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
        }

        @keyframes fadeInDown1 {
            0% {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
            100% {
                opacity: 0;
                -webkit-transform: translateY(50px);
                -ms-transform: translateY(50px);
                transform: translateY(50px);
            }
        }

        .register-wrap input[type="email"].error {
            border-bottom: 1px solid #f0483e;
        }

        @media only screen and (max-width: 767px) {
            #zcampaignOptinForm .z-row {
                bottom: 15px;
                right: 15px;
                width: 300px;
            }
            .register-wrap {
                width: 300px;
            }
            .sub-input input {
                width: 200px;
                height: 31px;
                margin-left: 5px;
            }
            .sub-button input {
                width: 30px;
                height: 38px;
            }
        }