@charset "utf-8";

/* CSS Document */

@font-face {

    font-family: 'grafiasansprouploaded_file';

    src: url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/grafiasanspro-webfont.woff2) format('woff2'),

         url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/grafiasanspro-webfont.woff) format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'grafiasanspro-boluploadedfile';

    src: url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/grafiasanspro-bold_0-webfont.woff2) format('woff2'),

         url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/grafiasanspro-bold_0-webfont.woff) format('woff');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'grafiasanspro-extuploadedfile';

    src: url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/grafiasanspro-extrabold-webfont.woff2) format('woff2'),

         url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/grafiasanspro-extrabold-webfont.woff) format('woff');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'grafiasanspro-meduploadedfile';

    src: url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/grafiasanspro-medium-webfont.woff2) format('woff2'),

         url(https://cdn.subscribefunnels.com/79539b83-a293-419b-b2b7-f44ec7390d9e/desktop/css/grafiasanspro-medium-webfont.woff) format('woff');

    font-weight: normal;

    font-style: normal;

}

/*-----------------------

ARROW ANIMATION CSS START

------------------------*/

.chk-arrow{

	margin:10px 0 0 18px; position:relative;	

}

.bnr-slider {

    width:88%;

    height: 100%;

    background: url(/pfp/299/assets/24599.png) no-repeat;

    animation: AnimationName 1s cubic-bezier(0.43, 0.61, 1, 1) infinite;

	position: absolute;

    left:70px;

    top: 0;

    z-index: 9;

}

@-webkit-keyframes AnimationName {

    100%{background-position:100% 50%}

   	0%{background-position:0% 50%}

}

@-moz-keyframes AnimationName {

    100%{background-position:100% 50%}

   	0%{background-position:0% 50%}

}

@-o-keyframes AnimationName {

    100%{background-position:100% 50%}

   	0%{background-position:0% 50%}

}

@keyframes AnimationName {

    100%{background-position:100% 50%}

   	0%{background-position:0% 50%}

}

/* --------- arrow ------------ */						



.pulse{

    animation-name: pulse;

    -webkit-animation-name: pulse;   



    animation-duration: 1.5s;   

    -webkit-animation-duration: 1.5s;



    animation-iteration-count: infinite;

    -webkit-animation-iteration-count: infinite;

}



@keyframes pulse {

    0% {

        transform: scale(0.9);

        opacity: 0.9;       

    }

    50% {

        transform: scale(1);

        opacity: 1;   

    }   

    100% {

        transform: scale(0.9);

        opacity: 0.9;   

    }           

}



@-webkit-keyframes pulse {

    0% {

        -webkit-transform: scale(0.95);

        opacity: 0.7;       

    }

    50% {

        -webkit-transform: scale(1);

        opacity: 1;   

    }   

    100% {

        -webkit-transform: scale(0.95);

        opacity: 0.7;   

    }           

}

