#demo-btn{display:none !important;}


h1.entry-title{font-size: 32px !important;
    line-height: 41px !important;
    color: #1E2129 !important;
    margin-bottom: 0 !important;}
.lq-resource.download .btn-black {width: 35%;}
.btn-black {display: flex;align-items: center;}

.btn-black a{background: #1e2129;
    border: 1px solid #1e2129;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 12px 20px !important;
    font-family: "unifysans semibold", "Helvetica", "Arial", "Lato", sans-serif;
    color: #fff !important;
    white-space: nowrap;
    transition: all 0.3s ease-in-out !important;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;}

.lq-resource.download .btn-black .download {
    display: inline-block;
    margin-left: 12px;
    height: 16px;
    width: 16px;
    background-image: url(../icons/icon-downlod.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}

.btn-black a:hover{background-color: #fff;
    color: #1e2129 !important;
    border: 1px solid #1e2129;
    text-decoration: none;}

.lq-resource.download .btn-black a:hover .download {
    filter: invert(75%) sepia(99%) saturate(99%) hue-rotate(226deg) brightness(10%) contrast(107%);
}

.lq-resource.download .container{
    display: flex;align-items: center;justify-content: space-between;max-width: 1170px !important;padding: 4% 9% 2% 4%;column-gap: 25px;
}
.container .center{display:block;text-align:center;}
#listItemOne{padding-bottom: 3%;}
#listItemTwo{padding-bottom: 6%;}

.lq-resource.download .top-container {
    /* align-items: center; */
    max-width: 1273px !important;
    padding: 4% 4% 2% 4%;
}
.top-container .center{display:block;text-align:center;}

.gag-wrapper{padding: 40px 0 !important;background: transparent !important;}

.gag-form-section{
    background-color: #f0f4ff;
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    padding: 7% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1440px;
    width: 100%;}

.gag-form-content{}

.gag-form-title {padding-bottom: 8%;}
.gag-form-title h2{font-size: 40px !important;
    line-height: 50px !important;
    text-align: center;
    color: #1E2129 !important;
    padding-bottom: 1%;}

.gag-form-title p{text-align: center;}

.stat-section{padding-top: 4%;padding-bottom: 4% !important;width: 100%;clear: both;border-top: 1px solid #e3e3e3;}

h2.stat-number{
    font-weight: 400 !important;
    font-family: 'unifysans' !important;
    font-size: 38px !important;
    color: initial !important;
}
.stat-section-title{padding-bottom:2%;}
.stat-section-title h2 {
    font-family: 'unifysans' !important;
    font-weight: 200;
    font-size: 32px !important;
    text-align: center;
}
#contentBodyText ul li::before {
    font-family: "unifysans";
    content: counter(step-counter);
    color: #ffffff;
    font-size: 1em;
    font-weight: 900;
    position: absolute;
    --size: 32px;
    left: calc(-1* var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: -3px;
    background: #0049ff;
    border-radius: 50%;
    text-align: center;
}

#contentBodyText ul li{
    list-style-type: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    counter-increment: step-counter;
    position: relative;
    margin-bottom: 2em;
    font-family: 'Unify-Sans', helvetica, Roboto, sans-serif;
}
#contentBodyText ul li .mktoText{font-size:20px;line-height:26px;font-family:'unifysans semibold';}

#listItemTwo div:nth-child(5){display:none !important;}

#mainContent ul {
    font-size: 18px;
    line-height: 28px;
}


.mktoButtonRow{position:relative;margin-top:-7% !important;}
.mktoForm .mktoButtonRow span.mktoButtonWrap {margin-left: 1% !important;}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background: #0046FE !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px !important;
    border: 1px solid #0046FE !important;
    font-family: "unifysans semibold", "Helvetica", "Arial", "Lato", sans-serif;
    color: #fff !important;
    white-space: nowrap;
    transition: all 0.3s ease-in-out !important;
    border-radius: 12px !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 20px;
    cursor: pointer;
    margin-top: 0 !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #ffffff !important;
    color: #0046FE !important;
    border: 1px solid #0046FE !important;
    text-decoration: none !important;
}
.mktoForm .mktoGutter, .mktoForm .mktoRequiredField label.mktoLabel, .mktoOffset{display:none !important;}
#contentBodyText .mktoForm .mktoFieldWrap{width: 100%;
    min-width: 250px;float:none !important;}
.mktoForm .mktoFieldWrap .mktoField {
    width:100% !important;border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.6) !important;
    padding: 11px 20px !important;
    font-size: 16px !important;
    background: #fff !important;
}
#contentBodyText .mktoForm .mktoOffset{display:none !important;}
#contentBodyText .mktoForm input[type=email]{min-width:250px !important; width:250px !important;}
.mktoLabel.mktoHasWidth,.mktoGutter.mktoHasWidth{display:none !important;}

.lq-resource.download img {
    width: 85%;
}
.entry-content{text-align:center;}
.entry-content .email-icon img{width:50px !important;}
.google_badge_content{display: flex;width: 70%;margin: 0 auto;column-gap: 8%;}
.google_badge_content .google-img{width: 500px !important;object-fit: contain;margin: 0 !important;padding-top: 3% !important;}
.stepLegal p{font-size: 18px !important;line-height: 29px !important;font-family: 'unifysans';font-weight: 200;text-align:left;}