@font-face {
    font-family: 'zonapro-black';
    src: url('fonts/zona_pro_black_thefontsmaster.com-webfont.eot');
    src: url('fonts/zona_pro_black_thefontsmaster.com-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/zona_pro_black_thefontsmaster.com-webfont.woff2') format('woff2'),
        url('fonts/zona_pro_black_thefontsmaster.com-webfont.woff') format('woff'),
        url('fonts/zona_pro_black_thefontsmaster.com-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'zonapro-bold';
    src: url('fonts/zona_pro_bold_thefontsmaster.com-webfont.eot');
    src: url('fonts/zona_pro_bold_thefontsmaster.com-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/zona_pro_bold_thefontsmaster.com-webfont.woff2') format('woff2'),
        url('fonts/zona_pro_bold_thefontsmaster.com-webfont.woff') format('woff'),
        url('fonts/zona_pro_bold_thefontsmaster.com-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'zonapro-extrabold';
    src: url('fonts/zona_pro_extrabold_thefontsmaster.com-webfont.eot');
    src: url('fonts/zona_pro_extrabold_thefontsmaster.com-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/zona_pro_extrabold_thefontsmaster.com-webfont.woff2') format('woff2'),
        url('fonts/zona_pro_extrabold_thefontsmaster.com-webfont.woff') format('woff'),
        url('fonts/zona_pro_extrabold_thefontsmaster.com-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'zonapro-light';
    src: url('fonts/zona_pro_light_thefontsmaster.com-webfont.eot');
    src: url('fonts/zona_pro_light_thefontsmaster.com-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/zona_pro_light_thefontsmaster.com-webfont.woff2') format('woff2'),
        url('fonts/zona_pro_light_thefontsmaster.com-webfont.woff') format('woff'),
        url('fonts/zona_pro_light_thefontsmaster.com-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'zonapro-regular';
    src: url('fonts/zona_pro_regular_thefontsmaster.com-webfont.eot');
    src: url('fonts/zona_pro_regular_thefontsmaster.com-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/zona_pro_regular_thefontsmaster.com-webfont.woff2') format('woff2'),
        url('fonts/zona_pro_regular_thefontsmaster.com-webfont.woff') format('woff'),
        url('fonts/zona_pro_regular_thefontsmaster.com-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'zonapro-semibold';
    src: url('fonts/zona_pro_semibold_thefontsmaster.com-webfont.eot');
    src: url('fonts/zona_pro_semibold_thefontsmaster.com-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/zona_pro_semibold_thefontsmaster.com-webfont.woff2') format('woff2'),
        url('fonts/zona_pro_semibold_thefontsmaster.com-webfont.woff') format('woff'),
        url('fonts/zona_pro_semibold_thefontsmaster.com-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-size: auto;
    background-attachment: fixed;
    background: url(../images/bg2.jpg) center top;
    font-family: 'zonapro-regular', sans-serif;
    background-repeat: no-repeat;
}

#sec-pre {
    padding-top: 15px;
}

@media (min-width: 1050px) {
    .container.award-container {
        padding: 0px 12px;
        margin-left: -4px;
    }

    body.main .container.award-container {
        margin-left: -16px;
    }

    .container.award-container>.row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .container.award-container>.row>div {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 768px) {
    .container.form-container {
        width: 530px;
    }
}

@-moz-keyframes blink

/* Firefox */
    {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink

/* Safari and Chrome */
    {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blinkfull

/* Firefox */
    {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blinkfull

/* Safari and Chrome */
    {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 2s infinite;
}

#txt {
    top: 30px;
    text-align: center;
    color: #08303C;
    font-family: 'zonapro-bold', sans-serif;
}

.txt1 {
    font-size: 36px;
    margin-bottom: -10px;
    display: block;
}

.txt2 {
    font-size: 72px;
    line-height: 68px;
    font-family: 'zonapro-extrabold', sans-serif;
}

.txt3 {
    font-size: 34px;
    background: #08303C;
    color: #fff;
    width: 100%;
    max-width: 380px;
    display: block;
    margin: 5px auto 0;
    padding: 5px 0;
    font-family: 'zonapro-normal', sans-serif;
}

.txt3 span {
    font-family: 'zonapro-extrabold', sans-serif;
}

.txt4 {
    font-size: 18px;
    line-height: 20px;
}

.txt5 {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -4px;
    color: #10A8C0;
    font-family: 'zonapro-extrabold', sans-serif;
}

.txt5 span {
    font-size: 40px;
    letter-spacing: 0px;
}

.krok2 .blink {
    font-size: 20px;
    margin-bottom: 0px;
}

#form-col p.winner-contact {
    margin: 10px 0px 0px 0px;
    font-size: 12px;
}

em.animate-arr {
    animation: blinkfull 1s infinite;
    display: inline;
    font-style: normal;
    letter-spacing: -2px;
    font-weight: 700;
    font-size: 25px;
    position: relative;
    top: -2px;
}

section#top {
    height: 34px;
    background-color: #fff;
}

section {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

#sec-form {
    margin: 10px auto;
}

.award-text {
    margin: 0px 0px 10px 55px;
    letter-spacing: 0.5;
}

#form-top {
    max-width: 1190px;
    display: block;
    margin: 0 auto;
}

#award-lead {
    font-weight: normal;
    font-size: 25px;
    width: 280px;
    margin: 20px 0px 0px 200px;
    text-align: center;
}

#mobile-award-image {
    position: relative;
    margin-top: 435px;
    left: -130px;
    width: 553px;
}

.krok2 #mobile-award-image {
    margin-top: 400px;
}


#award-lead span {
    font-weight: bold;
    font-size: 24px;
}

.container.form-container {
    margin-top: 30px;
}

#form-col {
    padding: 30px 15px 50px !important;
}

#form-col h2 {
    font-size: 30px;
    line-height: 36px;
    color: #06303E;
    margin: 0px;
}

#form-col h2 span {
    font-size: 26px;
    line-height: 30px;
    color: #19AEC6;
}

p.lead {
    margin-top: 0px;
    line-height: 32px;
}

#form-col>p,
#form-col h2 span {
    font-size: 26px;
}

.input-text {
    padding-left: 20px;
    width: 100%;
    height: 55px;
    color: #000;
    font-size: 14px;
    border: 0px;
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.75);
    margin-bottom: 5px;
    border: 2px solid #19ADC7;
}

#form-col p {
    color: #06303E;
    font-family: 'zonapro-semibold', sans-serif;
}

.agreements {
    padding: 5px 10px 10px 10px;
}

.top-agreement>p>span {
    display: none;
}

.cb-agreement label {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    text-align: left;
    color: #06303E;
}

.cb-agreement label input {
    position: absolute;
    left: 0px;
    top: 1px;
}

.cb-agreement {
    margin-top: 5px;
}

.cb-agreement span {
    display: none;
}

a#agreement-more {
    position: relative;
    top: -5px;
}

#submit-area {
    margin-top: 10px;
}

#id_pd_register_form_step1 #btn-confirm.btn-submit-top {
    margin-bottom: 21px;
    font-size: 24px;
}

#id_pd_register_form_step1 .step-description {
    float: left;
    color: #fff;
    font-size: 12.68px;
    text-align: center;
    background: #57BE09;
    padding: 12px 11px;
    margin-right: 12px;
    width: 60px;
}

#agreements-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: justify;
    color: #FFF;
    font-size: 10px;
    line-height: 13px;
}

.ets .cb-agreement label input {
    width: 11px;
    height: 11px;
    left: 2px;
}

#id_pd_register_form_step1 .ets #agreements-content {
    font-size: 8px;
}

.cb-hidden {
    display: none;
}

#id_pd_register_form_step1 .step {
    color: #fff;
}

#id_pd_register_form_step1 #additional-info {
    color: #fff;
    margin: 15px 0px 10px 0px;
}

#poll_submit,
#id_pd_register_form #btn-next,
#but-next,
#btn-confirm,
#btn-participate {
    width: 93%;
    line-height: 90px;
    cursor: pointer;
    background: rgb(168,0,0);
    background: linear-gradient(0deg, rgba(168,0,0,1) 0%, rgba(217,0,0,1) 57%, rgba(244,0,0,1) 100%);
    color: #FFF;
    font-size: 32px;
    font-family: 'zonapro-extrabold';
    letter-spacing: 0.05em;
    border-radius: 20px;
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 438px;
}

#poll_submit:hover,
#id_pd_register_form #btn-next:hover,
#but-next:hover,
#btn-confirm:hover,
#btn-participate:hover {
    filter: brightness(0.75);
}

#btn-participate{
    margin-bottom: -20px;
    line-height: 100px;
    border-radius: 10px;
}

#btn-confirm{
    position: relative;
    top: 15px;
}

.footer_menu {
    margin: 20px auto;
    width: 334px;
    height: 20px;
}

.footer_menu>.footer_menu_group:nth-child(1) {
    border-right: 1px solid #8e8e8e;
}

.footer_menu a {
    color: #06303E;
    text-decoration: none;
}

body.page .text-main {
    font-size: 12px;
    padding: 10px 15px;
}

#footer-container {
    margin: 0px auto;
    width: 100%;
}

#footer-container p {
    text-align: center;
    font-size: 12px;
    color: #06303E;
}

#cookie-info {
    color: #06303E !important;
}

.clock {
    position: absolute;
    font-weight: bold;
    background-color: #06303E;
    color: #FFF;
    text-align: center;
    padding-top: 5px;
    width: 110px;
    height: 60px;
    right: -110px;
    top: 115px;
}

.clock-label {
    font-size: 12px;
    letter-spacing: 1.1px;
}

#timer {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 2.2px;
}

#logo {
    position: absolute;
    max-width: 100%;
    right: -220px;
    top: -5px;
}

.sticker {
    position: absolute;
    margin-left: 270px;
    margin-top: 200px;
}

@media (max-width: 768px) {
    .clock {
        left: 0;
        top: 0;
        position: inherit;
        margin: 0 auto 20px;
    }

    #form-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .question div.option {
        margin: 20px auto !important;
    }

    .agreements {
        width: 100%;
    }

    #id_pd_register_form_step1 .step-description {
        float: right;
        margin-right: 0px;
        width: 100%;
        font-size: 16.68px;
        padding: 5px 11px;
        margin-bottom: 10px;
    }

    #agreements-content {
        width: 100%;
    }

    #id_pd_register_form_step1 .step-description br {
        display: none;
    }

    .footer_menu {
        padding-right: 0px;
        max-width: 100%;
    }

    #fancybox-content,
    #fancybox-wrap {
        width: 100% !important;
    }

    #fancybox-wrap {
        left: 0px !important;
    }

}

.step2-2 {
    /* margin-top: 40px; */
    margin: 40px auto;
    max-width: 430px;
}

#intro-label .wrapper {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.top-background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background-color: #dddcda;
}

.wrapper-step2 #zostaly-bony {
    background: #FE0000;
    border-radius: 10px;
    color: #fff;
}

#intro-label .choose-one {
    background-size: contain !important;
    height: 140px;
    margin: 10px auto;
    cursor: pointer;
    width: 230px;

}

.form-wrapper input {
    padding-left: 10px;
    margin-top: 10px;
    height: 40px;
}

.footer_menu_group {
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
}

#id_pd_register_form input[type="radio"] {
    height: 18px !important;
    width: 18px !important;
    margin-left: 10px;
    vertical-align: top;
}

#id_pd_register_form_step1 .wrapper-step1 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    text-align: center;
}

#id_pd_register_form_step1 .light-txt {
    font-size: 17px;
}

#id_pd_register_form_step1 #zostaly-bony {
    background: #FE0000;
    border-radius: 10px;
    color: #fff;
}

#id_pd_register_form_step1 #inputs {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#id_pd_register_form_step1 .col-left {
    width: 450px;
    float: left;
    font-size: 14px;
}

#id_pd_register_form_step1 .col-left input {
    width: 310px;
    height: 41px;
    border: solid 1px #A9A9A9;
    padding-left: 15px;
}

#id_pd_register_form_step1 .col-right {
    width: 430px;
    margin-left: 20px;
    float: left;
}

#id_pd_register_form_step1 .col-left .input-wrapper:nth-child(1) label {
    padding-right: 5px;
}

#id_pd_register_form_step1 .input-wrapper {
    display: inline-block;
}

#id_pd_register_form_step1 .input-wrapper:nth-child(1) {
    padding-bottom: 3px;
}

#poll_submit {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 920px) {

    #id_pd_register_form_step1 #inputs {
        width: 450px;
    }

    #id_pd_register_form_step1 .col-left {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 450px;
        margin-bottom: 5px;
    }

    #id_pd_register_form_step1 .col-left input {
        width: 430px;
        margin-left: auto;
        margin-right: auto;
    }

    #id_pd_register_form_step1 #inputs label {
        display: none;
    }

    #id_pd_register_form_step1 .col-right {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 450px;
    }
}

@media screen and (max-width: 480px) {

    #id_pd_register_form_step1 .wrapper-step1,
    #id_pd_register_form_step1 .wrapper-step1 img,
    #id_pd_register_form_step1 .col-left .input-wrapper,
    #id_pd_register_form_step1 .col-left,
    #id_pd_register_form_step1 .col-right,
    #id_pd_register_form_step1 #inputs,
    #id_pd_register_form_step1 #btn-confirm,
    #poll_submit {
        width: 100%
    }

    #id_pd_register_form_step1 .col-left input {
        width: 95%
    }

    #id_pd_register_form_step1 .agreements-content {
        width: 70%;
    }
}

.banner .summary-field,
.aktywuj .summary-field {
    margin: 0px auto 20px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.banner #dziekujemy,
.aktywuj #dziekujemy {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #000 !important;
}

.summary-field-intro {
    padding-bottom: 20px;
    background-color: #fff;
    padding-top: 20px;
}

.banner .summary-field-intro p,
.aktywuj .summary-field-intro p {
    font-size: 1.5em;
    margin-bottom: 40px;
}

.banner .summary-field-intro #checkmail,
.aktywuj .summary-field-intro #checkmail {
    font-size: 1.2em;
    color: #000 !important;
}

.summary-top {
    padding: 30px !important;
    background: #fff;
}

.ads-banner,
.ads-banner div,
.ads-banner a,
.ads-banner img {
    max-width: 100%;
}

.statement {
    color: #6f6f6f;
    font-size: 11px;
    text-decoration: none;
}

@media screen and (max-width: 550px) {
    .summary-field #poll_submit {
        width: 100%;
    }

    .banner .summary-field,
    .aktywuj .summary-field {
        padding: 0px;
    }
}

#agreements-content a {
    text-decoration: underline;
    color: #06303E;}

.modern-layerbox #but-next {
    max-height: 50px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .chosen-award {
        display: none;
    }
}

#mobile-type-input-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 267px;
    margin-top: 10px;
    font-size: 13px;
    color: #06303E;
    font-family: 'zonapro-bold', sans-serif;
}

.summary-bottom {
    padding-top: 20px;
}

.summary-bottom-ads {
    background: #fff;
    padding: 30px;
    width: 70%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #B3C6CC;
}

@media screen and (max-width: 640px) {
    .summary-bottom-ads {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.aktywuj #sec-poll .container {
    padding: 20px 5px 0px 5px;
}

.aktywuj #sec-poll h1 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
}

.step2-1 div:nth-child(1) img:nth-child(1) {
    margin: -4px 41px 47px;
}

.step2-1 div .row {
    width: 580px;
    margin-top: 5px;
}

.step2-1-container-bottom {
    margin: 0 auto 0 auto;
    padding-bottom: 10px;
}

.pre-form-col,
#form-col {
    text-align: center;
    padding: 10px 0px 0px 0px;
    background-position-y: 76px;
    background-size: auto;
    margin-bottom: 5px;
    box-shadow: 0px 0px 15px #888;
    border-radius: 25px;
}

#form-col {
    background-color: #FFF;
    margin-bottom: 135px;
}

.step2-1-container-bottom>.col-md-4 {
    height: 316px;
    margin-top: 4px;
    margin-left: 1px;
}



.label-header {
    font-weight: 600;
}

.step2-1-container-bottom .label-header {
    font-weight: normal;
}

#award-image {
    height: 172px;
    margin-left: 14px;
}

#id_pd_register_form_step1 {
    margin-top: 25px;
    color: #06303E;
    text-align: left;
}

input::placeholder {
    color: rgb(95, 95, 95);
    font-size: 12px;
}

body.main .choose-award1 {
    margin-right: 26px;
}

body.poll .container {
    max-width: 650px;
}

body.poll #top .container img {
    margin-top: 20px;
}

body.poll .summary-top {
    margin: 0 auto;
    background: none;
    max-width: 400px;
}

body.poll .container {
    max-width: inherit;
}

#sec-poll #white1>h1 {
    width: 360px;
    margin: 0px auto;
    height: 150px;
}

#sec-poll #white1>h1>strong {
    font-size: 25px;
}

input#email_field {
    margin-bottom: 5px;
}

@media (max-width: 1200px) {
    #mobile-award-image {
        width: 500px;
    }


    #form-col>p,
    #form-col h2 span {
        font-size: 24px;
    }
}

@media (max-width: 1050px) {
    section {
        width: 100%;
    }

    #mobile-award-image {
        display: none !important;
    }

    #form-col h2 {
        margin-top: 10px;
        text-align: center;
    }

    #form-col>p {
        text-align: center;
        display: block;
    }

    .award-text {
        margin: 20px auto;
    }

    #award-lead {
        width: 100%;
        margin-left: 0px;
    }

    #award-image {
        display: none;
    }

    #white1 {
        width: 100%;
    }

    .step2-1-container-bottom>.col-md-4 {
        display: none;
    }

    #id_pd_register_form_step1 {
        margin-right: 0px;
    }


    #btn-confirm span{
        font-size: 22px;
    }


    .poll.banner .footer_menu a,
    .poll.banner #footer-container p {
        color: #06303E;
    }

    #footer-container p {
        margin-top: 10px;
    }

    .step2-1-container-bottom {
        padding-bottom: 0px;
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    #sec-poll #white1>h1 {
        float: right;
        margin: -180px 0px 0px 450px;
    }
}

@media (max-width: 991px) {
    body {
        background: #18C7E2;
    }

    #logo {
        position: inherit;
        right: auto;
    }

    .sticker {
        position: inherit;
        margin: 0px auto;
        width: 260px;
    }

    .pre-form-col,
    #form-col {
        max-width: 480px;
        margin: 0 auto;
        float: inherit;
    }

    #footer-container p, #cookie-info, .p-contact-us a, .footer_menu a {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    body.main .row.step2-1 {
        margin-left: 20px;
    }

    .step2-1 div:nth-child(1) img:nth-child(1) {
        margin: 0px 0 10px;
    }

    .step2-1>div>img:nth-child(2) {
        display: none;
    }

    .step2-1 div .row {
        width: 300px;
    }

    .step2-1 div .row-static {
        margin-left: auto;
        margin-right: auto;
    }

    body.poll .summary-top {
        margin-top: -20px;
        margin-left: 0px;
        max-width: 100%;
    }

    #sec-poll #white1>h1 {
        margin: -19px 0px 0px 0px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #top-poll .container p {
        display: none;
    }

    #top-poll .container img {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #id_pd_register_form_step1 #btn-confirm.btn-submit-top {
        font-size: 22px;
    }
}


@media screen and (max-width: 480px) {
    .txt2 {
        font-size: 55px;
        line-height: 52px;
    }

    .txt5 {
        font-size: 90px;
        line-height: 90px;
    }

    #brick{
        margin: 152px auto 32px auto;
        width: 100%;
    }
    .step2-1 {
        margin-left: 15px;
    }

    .step2-1 div .row,
    .step2-1 div:nth-child(1) img:nth-child(1) {
        margin-left: auto;
    }

    #award-lead {
        font-size: 14px;
    }

    #form-col h2 {
        text-align: center;
    }

    #form-col>p {
        text-align: center;
        display: inherit;
        font-size: 22px;
        margin-top: 10px;
    }

    .krok2 .blink {
        font-size: 14px;
        text-align: center;
    }

    #id_pd_register_form_step1 #btn-confirm,
    #poll_submit,
    #id_pd_register_form #btn-next,
    #but-next,
    #btn-participate {
        font-size: 23px;
    }
}

@media screen and (max-width: 420px) {
    #form-col h2 span {
        padding-top: 40px;
        display: block;
    }
}

#stickerTxt>p {
    font-size: 38px;
    color: #0f70b7;
    text-align: center;
    font-family: "zonapro-extrabold", sans-serif;
    margin: 10px 0px 10px;
    line-height: 36px;
  }
  @media (min-width: 992px) {
    #stickerTxt {
      display: none;
    }
  }
  
  @media (max-width: 991px) {
    .sticker {
      display: none;
    }
  }
  
  @media (max-width: 500px) {
    #form-col>h2 {
      font-size: 30px;
    }
  
    #form-col>p {
      font-size: 25px;
      line-height: 25px;
      margin-top: 0px;
    }
  
    #stickerTxt>p {
      font-size: 38px;
      line-height: 36px;
      
    }
  }
  
  @media (max-width: 450px) {
    #form-col>h2 {
      font-size: 25px;
      line-height: 25px;
    }
  
    #form-col>p {
      font-size: 20px;
      line-height: 20px;
    }
  
    #stickerTxt>p {
      font-size: 31px;
      line-height: 29px;
    }
  }
  
  @media (max-width: 380px) {
    #form-col>h2 {
      font-size: 23px;
      line-height: 23px;
    }
  
    #form-col>p {
      font-size: 17px;
      line-height: 17px;
    }
  
    #stickerTxt>p {
      font-size: 28px;
      line-height: 26px;
    }
  }