.sm {
    position: fixed;
    display: none;
    z-index: 9999;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center
}

.sm .sm-wrap .nav {
    display: flex;
    justify-content: center;
    align-items: center
}

.sm .sm-wrap .nav .nav-link {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    color: #3a3a3a;
    opacity: .5
}

.sm .sm-wrap .nav .nav-link.active {
    background: 0 0;
    color: #3a3a3a;
    border-bottom: 2px solid #3a3a3a;
    border-radius: 0;
    opacity: 1
}

.sm .sm-wrap {
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    color: #3a3a3a
}

.sm .sm-wrap h1 {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    color: #3a3a3a
}

.sm .sm-wrap p {
    text-align: center;
    margin: 0;
    font-size: 1.2rem;
    color: #3a3a3a
}

.sm .sm-wrap .generic-btn {
    border: 0;
    display: block;
    background: red;
    border-radius: 5rem;
    text-align: center;
    padding: .8rem 1.3rem;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 1rem;
    opacity: .3;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.sm .sm-wrap .generic-btn[disabled] {
    opacity: .3;
    cursor: default
}

.sm .sm-wrap .subscribe-btn {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.sm .sm-wrap .subscribe-btn:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .3)
}

.sm .sm-wrap .tab-pane .tab-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 0 .5rem 0
}

.sm.theme-image .sm-wrap .tab-verify .tab-verify__phone-wrapper {
    background: #ffff;
    border-radius: 2rem;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.sm .sm-wrap .tab-verify .tab-verify__phone-wrapper {
    text-align: center;
    margin-top: 1rem;
    border-radius: 5rem;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding: .2rem 1rem
}

.sm .sm-wrap .tab-verify .tab-verify__phone-wrapper .areacode {
    font-size: 1.5rem;
    font-weight: 400;
    color: #bbb
}

.sm .sm-wrap .tab-verify .tab-verify__phone-wrapper .phone {
    font-size: 1.5rem;
    border-radius: 5px;
    border: 0;
    text-align: center;
    background: 0 0;
    letter-spacing: .3rem;
    text-transform: uppercase;
    overflow: hidden;
}

.sm .sm-wrap {
    width: 90%
}

.sm.theme-image .sm-wrap .nav .nav-link {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 0 solid transparent;
    color: #fff;
    opacity: 1;
    position: relative;
    z-index: 9;
    text-decoration: underline
}

.sm.theme-image .sm-wrap .nav .nav-link.active {
    background: 0 0;
    color: #fff;
    border-bottom: 0;
    border-radius: 0;
    opacity: 1
}

.sm.theme-image .sm-wrap {
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    width: 90%;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    display: flex
}

.sm.theme-image .sm-wrap .tab-content {
    width: 100%;
    z-index: 9;
    padding-bottom: 2rem
}

.sm.theme-image .fx {
    width: 100%;
    background: #00f;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%)
}

.sm.theme-image .sm-wrap .tab-pane .tab-wrapper h1 {
    font-size: 1.5rem
}

.sm.theme-image .sm-wrap .tab-pane .tab-wrapper h1, .sm.theme-image .sm-wrap .tab-pane .tab-wrapper p {
    color: #fff
}

.sm.theme-image .sm-wrap .tab-pane .tab-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 .3rem 0;
    position: relative;
    padding-bottom: 1rem;
    height: 100%
}

.sm.theme-image .sm-wrap .tab-verify .tab-verify__phone-wrapper .phone {
    background: 0 0;
    border: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: 2px;
    overflow: hidden;
}

.sm.theme-image .sm-wrap .tab-verify .tab-verify__phone-wrapper .areacode {
    color: #a5a5a5;
    font-weight: 700;
    margin: 0;
    font-size: 1.5rem
}

.sm.theme-image .sm-wrap .tab-verify .tab-verify__phone-wrapper .areacode:after {
    content: "-";
    margin-left: .2rem
}

.sm.theme-image .sm-wrap .nav {
    flex-direction: column;
    position: absolute;
    bottom: -1rem;
    width: 100%;
    left: 0;
    z-index: 99999999
}

.sm.theme-image .sm-wrap .nav [aria-selected=true] {
    display: none
}

@media only screen and (min-device-width :320px) and (max-device-width :480px) {
    .sm .sm-wrap, .sm.theme-image .sm-wrap {
        max-width: 100%;
        padding: .5rem
    }
    .sm .sm-wrap h1 {
        font-size: 1.2rem
    }
    .sm .sm-wrap .tab-verify .tab-verify__phone-wrapper {
        margin: 0 auto 0 auto;
        max-width: 100%
    }
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
    .sm .sm-wrap, .sm.theme-image .sm-wrap {
        max-width: 60%
    }
    .sm .sm-wrap .tab-verify .tab-verify__phone-wrapper {
        margin: 1rem auto 0 auto;
        max-width: 70%
    }
}

@media only screen and (min-device-width :1284px) {
    .sm .sm-wrap, .sm.theme-image .sm-wrap {
        max-width: 60%
    }
}

@media screen and (min-width:1600px) {
    .sm .sm-wrap, .sm.theme-image .sm-wrap {
        max-width: 30%
    }
    .sm .sm-wrap .tab-verify .tab-verify__phone-wrapper {
        margin: 1rem auto 0 auto;
        max-width: 50%
    }
}

#sm-verifiying-container {
    display: none
}

#sm-verifiying-text, #sm-verifiying-text_error {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    margin: 1rem
}

#sm-verifiying-text_error {
    display: none
}

.sm .indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2)
}

.sm .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.sm .indicator svg polyline#back {
    stroke: rgba(211, 59, 59, .3)
}

.sm .indicator svg polyline#front {
    stroke: #d33b3b;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    animation: dash 1s linear infinite
}

.sm .cta {
    position: fixed;
    bottom: 20px;
    right: 30px;
    color: #222;
    font-weight: 700
}

@-moz-keyframes dash {
    62.5% {
        opacity: 0
    }
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes dash {
    62.5% {
        opacity: 0
    }
    to {
        stroke-dashoffset: 0
    }
}

@-o-keyframes dash {
    62.5% {
        opacity: 0
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    62.5% {
        opacity: 0
    }
    to {
        stroke-dashoffset: 0
    }
}

.sm-success-notification {
    position: absolute;
    z-index: 9999999999;
    top: -600px;
    left: 0;
    width: 100%;
    padding: 0 0;
    text-align: center;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    background-color: #8bc34a;
    display: flex;
    justify-content: center;
    align-items: center
}

@-webkit-keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.sm-success-notification span {
    padding-bottom: .4rem;
    display: block
}

.sm-success-notification #successAnimation {
    width: 40px
}

.sm-success-notification #successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #fff
}

.sm-success-notification #successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #fff
}

.sm-success-notification #successAnimationResult {
    fill: #fff;
    opacity: 0
}

.sm-success-notification #successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation
}

.sm-success-notification #successAnimation.animated #successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCircle, .3s linear .9s 1 both fadeOut;
    animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCircle, .3s linear .9s 1 both fadeOut
}

.sm-success-notification #successAnimation.animated #successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCheck, .3s linear .9s 1 both fadeOut;
    animation: 1s cubic-bezier(.77, 0, .175, 1) 0s 1 both drawCheck, .3s linear .9s 1 both fadeOut
}

.sm-success-notification #successAnimation.animated #successAnimationResult {
    -webkit-animation: .3s linear .9s both fadeIn;
    animation: .3s linear .9s both fadeIn
}

.subscribe-notif.alert.alert-success {
    position: absolute;
    top: -600px;
    z-index: 9999;
    width: 100%;
    text-align: center;
    color: #337342;
    font-weight: bold;
    border-radius: 0;
}

.unsubscribe-sms {
    display: none;
}

.page-unsuscribe {
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 6rem 2rem;
    background: #131313;
    background: linear-gradient(to bottom, #131313 0, #bbaa6f 100%)
}

.page-unsuscribe h1 {
    font-size: 1.9rem;
    margin-bottom: .5rem;
    text-align: center;
    color: #fff
}

.page-unsuscribe p {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.page-unsuscribe .button-unsubscribe {
    font-weight: 700;
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 1rem;
    transition: all .2s ease;
    opacity: 1;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: 0 0;
    background-color: #000
}

.page-unsuscribe .button-unsubscribe:hover {
    cursor: pointer;
    opacity: .5
}

.page-unsuscribe .button-subscribe {
    font-weight: 700;
    display: block;
    margin-top: 1rem;
    padding: 0 3rem 2rem 3rem;
    text-align: center;
    text-decoration: underline;
    color: #fff
}

.page-unsuscribe .button-retry {
    font-size: 1.5rem;
    font-weight: 700;
    display: none;
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    border: 0
}

.page-unsuscribe .unsubscribe-success, .page-unsuscribe .unsubscribe-error {
    display: none
}

.page-unsuscribe-personal .unsubscribe-error h1 {
    font-weight: 500;
    color: #3a3a3a;
    font-size: 1rem;
    background: #f443365c;
    width: 90%;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    padding: 1rem;
    border: 1px solid #F44336;
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
    .page-unsuscribe-personal .unsubscribe-error h1 {
        width: 50%;
        font-size: 1.2rem;
        font-weight: 600;
    }
}

.page-unsuscribe .unsubscribe-success h1 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center
}

.page-unsuscribe .unsubscribe-success .ghosts {
    display: flex;
    justify-content: center
}

.page-unsuscribe .unsubscribe-success .ghosts img {
    display: block;
    width: 58px;
    height: 58px;
    margin: 0
}

.page-unsuscribe .unsubscribe-success .button-resuscribe {
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #000;
    width: 80%;
    font-size: 1rem;
    margin: 1rem auto;
}


@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
    .page-unsuscribe .unsubscribe-success .button-resuscribe {
        width: 50%;
    }
}


.page-unsuscribe .unsubscribe-success p {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.page-unsuscribe .unsubscribe-success p:last-child {
    font-size: 1rem
}

.page-unsuscribe .unsubscribe-success small {
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.page-unsuscribe .spinner {
    display: none;
    width: 100%;
    justify-content: center
}

.page-unsuscribe .spinner div {
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    border-radius: 100%;
    background-color: #000
}

.page-unsuscribe .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.page-unsuscribe .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.page-unsuscribe .spinner .bounce3 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}