
#white-paper-page h1 {
    font-size: 2.6vw;
    line-height: 3.15vw;
    font-family: "Montserrat",sans-serif;
    font-weight: 900;
    padding-top: 0px;
    margin-bottom: 0px;
}
#white-paper-page h2 {
    font-size: 2.03vw;
    line-height: 2.5vw;
    font-family: "Montserrat",sans-serif;
    font-weight: normal;
}
@media screen and (max-width: 576px) {
    #white-paper-page h1 {        
        font-size: 6.15vw;
        line-height: 7.43vw;
    }
    #white-paper-page h2 {        
        font-size: 3.5vw;
        line-height: 4.6vw;
    }
}
@media screen and (min-width: 1921px) {
    #white-paper-page h1 {        
        font-size: 50px;
        line-height: 61px;
    }
    #white-paper-page h2 {        
        font-size: 39px;
        line-height: 48px;
    }
}
#white-paper-page .section {
    margin-top: 65px;
}
/* hero section */
#white-paper-page .hero {
    background-color: #1A1E3F;
}
#white-paper-page .hero .container {
    max-width: 1200px;
    margin: auto;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    
    position: relative;
    padding: 57px 20px 0px 20px;
}
#white-paper-page .hero .description{
    max-width: 447px;
    z-index: 1;
}
#white-paper-page .hero .image{
    max-width: 30vw;
}
@media screen and (max-width: 576px) {
    #white-paper-page .hero .container {
        padding: 20px 20px 30px 20px;
        display: block;
        overflow-y: hidden;
    }
    #white-paper-page .hero .description{
        max-width: 214px;
        position: relative;
    }
    #white-paper-page .hero .image{
        max-width: 240px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 0;
        max-height: 90%;
    }
}
/* links */
#white-paper-page a {
    color: #1ADED6;
    text-decoration: underline;
}
/* Buttons */
#white-paper-page button {
    border-radius: 0px;
    color: white;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 1.66vw;
    font-family: medium;
    font-family: "Montserrat",sans-serif;
    cursor: pointer;
    text-decoration: none !important;
}
#white-paper-page button.blue {
    background-color: #0141FF !important;
    color: white;
}
#white-paper-page .button {
    border-radius: 0px;
    color: white;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 1.66vw;
    font-family: medium;
    font-family: "Montserrat",sans-serif;
    cursor: pointer;
    text-decoration: none !important;
}
#white-paper-page .button.blue {
    background-color: #0141FF !important;
    color: white;
}
@media screen and (max-width: 576px) {
    #white-paper-page .button {
        font-size: 3.58vw;
        line-height: 4.87vw;
        padding: 6px 10px;
    }
    #white-paper-page button {
        font-size: 3.58vw;
        line-height: 4.87vw;
        padding: 6px 10px;
    }
}

.container {
    max-width: 800px;
    padding: 0px 20px;
    margin: auto;
}
/*
1: 30px
2: 40px; 
3: 55px; 
4: 64px; 
5: 71px;
6: 86px; 
7: 91px;
*/
/*
span 1 // 15/25 px - normal - 13/20px normal 1
2 // 18/30 px - medium - 15px/15px medium
3 // 18/21 px - bold - 11/14px bold 
4 // 20/25 px - 900 weight - 18/25px 900 
p 5 // 20/33 px - 300 weight - 15/25px 300
6 // 26/40px - 900 - 26/40px 900
7 // 30/45 px - medium - 18/25px medium
8 // 40/57 px - 900 weight - 25/42px 900
*/
/* 30px */
#white-paper-page .m1 {
    margin: 30px !important;
}
#white-paper-page .mt1 {
    margin-top: 30px;
}
#white-paper-page .mb1 {
    margin-bottom: 30px;
}
#white-paper-page .my1 {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* 40px */
#white-paper-page .m2 {
    margin: 40px;
}
#white-paper-page .mt2 {
    margin-top: 40px;
}
#white-paper-page .mb2 {
    margin-bottom: 40px;
}
#white-paper-page .my2 {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* 55px */
#white-paper-page .m3 {
    margin: 55px;
}
#white-paper-page .mt3 {
    margin-top: 55px  !important;
}
#white-paper-page .mb3 {
    margin-bottom: 55px;
}
#white-paper-page .my3 {
    margin-top: 55px;
    margin-bottom: 55px;
}
#white-paper-page .p3 {
    padding: 55px;
}
#white-paper-page .pt3 {
    padding-top: 55px  !important;
}
#white-paper-page .pb3 {
    padding-bottom: 55px;
}
#white-paper-page .py3 {
    padding-top: 55px;
    padding-bottom: 55px;
}
/* 64px */
#white-paper-page .m4 {
    margin: 64px;
}
#white-paper-page .mt4 {
    margin-top: 64px;
}
#white-paper-page .mb4 {
    margin-bottom: 64px;
}
#white-paper-page .my4 {
    margin-top: 64px;
    margin-bottom: 64px;
}
/* 71px */
#white-paper-page .m5 {
    margin: 71px;
}
#white-paper-page .mt5 {
    margin-top: 71px;
}
#white-paper-page .mb5 {
    margin-bottom: 71px;
}
#white-paper-page .my5 {
    margin-top: 71px;
    margin-bottom: 71px;
}
/* 86px */
#white-paper-page .m6 {
    margin: 86px;
}
#white-paper-page .mt6 {
    margin-top: 86px;
}
#white-paper-page .mb6 {
    margin-bottom: 86px;
}
#white-paper-page .my6 {
    margin-top: 86px;
    margin-bottom: 86px;
}
/* 91px */
#white-paper-page .m7 {
    margin: 91px;
}
#white-paper-page .mt7 {
    margin-top: 91px;
}
#white-paper-page .mb7 {
    margin-bottom: 91px;
}
#white-paper-page .my7 {
    margin-top: 91px;
    margin-bottom: 91px;
}

@media screen and (max-width: 576px) {
    /* 30px */
    #white-paper-page .m1 {
        margin: 21px !important;
    }
    #white-paper-page .mt1 {
        margin-top: 21px;
    }
    #white-paper-page .mb1 {
        margin-bottom: 21px;
    }
    #white-paper-page .my1 {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    /* 40px */
    #white-paper-page .m2 {
        margin: 40px;
    }
    #white-paper-page .mt2 {
        margin-top: 40px;
    }
    #white-paper-page .mb2 {
        margin-bottom: 40px;
    }
    #white-paper-page .my2 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /* 55px */
    #white-paper-page .m3 {
        margin: 46px;
    }
    #white-paper-page .mt3 {
        margin-top: 46px  !important;
    }
    #white-paper-page .mb3 {
        margin-bottom: 46px;
    }
    #white-paper-page .my3 {
        margin-top: 46px;
        margin-bottom: 46px;
    }
    #white-paper-page .p3 {
        padding: 46px;
    }
    #white-paper-page .pt3 {
        padding-top: 46px  !important;
    }
    #white-paper-page .pb3 {
        padding-bottom: 46px;
    }
    #white-paper-page .py3 {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    /* 64px */
    #white-paper-page .m4 {
        margin: 64px;
    }
    #white-paper-page .mt4 {
        margin-top: 64px;
    }
    #white-paper-page .mb4 {
        margin-bottom: 64px;
    }
    #white-paper-page .my4 {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    /* 71px */
    #white-paper-page .m5 {
        margin: 55px;
    }
    #white-paper-page .mt5 {
        margin-top: 55px;
    }
    #white-paper-page .mb5 {
        margin-bottom: 55px;
    }
    #white-paper-page .my5 {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    /* 86px */
    #white-paper-page .m6 {
        margin: 52px;
    }
    #white-paper-page .mt6 {
        margin-top: 52px;
    }
    #white-paper-page .mb6 {
        margin-bottom: 52px;
    }
    #white-paper-page .my6 {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    /* 91px */
    #white-paper-page .m7 {
        margin: 63px;
    }
    #white-paper-page .mt7 {
        margin-top: 63px;
    }
    #white-paper-page .mb7 {
        margin-bottom: 63px;
    }
    #white-paper-page .my7 {
        margin-top: 63px;
        margin-bottom: 63px;
    }
}
#white-paper-page span, .text-size-1 {
    font-size: 15px !important;
    line-height: 25px !important;
    font-family: normal;
    font-family: "Montserrat",sans-serif;
}
#white-paper-page .text-size-2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
#white-paper-page .text-size-3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}
#white-paper-page .text-size-4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 900;
}
#white-paper-page p, .text-size-5 {
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
}
#white-paper-page .text-size-6 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 900;
}
#white-paper-page .text-size-7 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
}
#white-paper-page .text-size-7--5 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
}
#white-paper-page .text-size-8 {
    font-size: 40px;
    line-height: 57px;
    font-weight: 900;
}
#white-paper-page .text-size-8--5 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 900;
}
.flex-md-1 {
    flex: 1;
}
.flex-md-none {
    flex: none;
}
@media screen and (max-width: 576px) {
    .flex-1 {
        flex: 1;
    }
    .flex-none {
        flex: none;
    }
    #white-paper-page span.text-size-1 {
        font-size: 13px !important;
        line-height: 30px !important;
        font-family: normal;
    }
    #white-paper-page .text-size-2 {
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
    }
    #white-paper-page .text-size-3 {
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
    }
    #white-paper-page .text-size-4 {
        font-size: 18px;
        line-height: 25px;
        font-weight: 900;
    }
    #white-paper-page p, .text-size-5 {
        font-size: 15px;
        line-height: 25px;
        font-weight: 300;
    }
    #white-paper-page .text-size-6 {
        font-size: 26px;
        line-height: 40px;
        font-weight: 900;
    }
    #white-paper-page .text-size-7 {
        font-size: 18px;
        line-height: 25px;
        font-weight: 400;
    }
    #white-paper-page .text-size-7--5 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 900;
    }
    #white-paper-page .text-size-8 {
        font-size: 25px;
        line-height: 42px;
        font-weight: 900;
    }
    #white-paper-page .text-size-8--5 {
        font-size: 40px;
        line-height: 42px;
        font-weight: 900;
    }
}

@media screen and (max-width: 576px) {
    #stats-graph > div:first-child {
        flex: 1;
    }
    #stats-graph > div:last-child {
        width: 250px;
    }
}

#sticky-footer-hide {
    display: none;
}

.white-paper-page-2 .hero {
    background-color: transparent !important;
}
.white-paper-page-2 .hero .image {
    max-width: unset !important;
    margin-left: 30px;
}
.white-paper-page-2 .hero .header-text {
    height: 100%;
    width: 100%;
    position: absolute;
}
.white-paper-page-2 .hero .description {
    max-width: unset !important;
    align-items: flex-start;
}
.white-paper-page-2 .hero .header-text .container {
    height: 100%;
    align-items: center !important;
    justify-content: flex-start !important;
}
@media screen and (max-width: 1023px) {
    .white-paper-page-2 .hero .header-text .container {
        max-width: 800px !important;
    }
}
@media screen and (max-width: 677px) {
    .white-paper-page-2 .hero .header-text {
        max-width: 200px;
        margin-left: 20px;
        margin-top: 10px;
    }
    .white-paper-page-2 .hero .header-text .container {
        height: 100%;
        align-items: center !important;
        justify-content: center !important;
    }
    .image.container {
        width: 100%;
        padding: 0px !important;
    }
}


.white-paper-page-hold .top-section {
    padding: 80px;
}
.white-paper-page-hold .top-section h1 {
    padding: 20px 0px;
}
.white-paper-page-hold .hero .container {
    padding: 50px 20px 0px 20px !important;
}
.white-paper-page-hold .hero .container .description {
    max-width: unset;
    padding-left: 80px;
}
.white-paper-page-hold .hero .container .image {
    max-width: unset;
}
.white-paper-page-hold .whitepapers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10%;
    row-gap: 50px;
}
.whitepapers-item img {
    width: 100%;
}
@media screen and (max-width: 677px) {
    .white-paper-page-hold .top-section {
        padding: 10px !important;
    }
    .white-paper-page-hold .top-section h1 {
        font-size: 25px !important;
    }
    .white-paper-page-hold .top-section h4 {
        font-size: 12px !important;
    }
    .white-paper-page-hold .whitepapers {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }
    .whitepapers-item {
        padding: 20px;
    }
    .whitepapers-item .default-item {
        min-height: 300px;
    }
    .white-paper-page-hold .hero .container {
        display: flex !important;
        flex-direction: column !important;
    }
    .white-paper-page-hold .hero .container .description {
        padding: 0px !important;
    }
    .white-paper-page-hold .hero .container .image {
        position: relative !important;
        margin-bottom: 20px;
    }
}

.quality-financial-advisors .hero {
    background-color: #0141FF !important;
}
.quality-financial-advisors .hero .container {
    justify-content: start !important;
}
.quality-financial-advisors .hero .image {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.quality-financial-advisors .hero {
    height: 514px;
}
@media screen and (max-width: 576px) {
    .quality-financial-advisors .hero .description {
        max-width: 300px;
        margin-top: 30px;
    }
    .quality-financial-advisors .hero {
        height: 423px;
    }
}
@media screen and (max-width: 350px) {
    .quality-financial-advisors .hero .description {
        max-width: 300px;
        margin-top: 30px;
    }
    .quality-financial-advisors .hero {
        height: 333px;
    }
}
@media screen and (min-width: 1850px) {
    .quality-financial-advisors .hero .description {
        max-width: 500px !important;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1400px) {
    .quality-financial-advisors .hero .image {
        max-width: 80% !important;
    }
}
.quality-financial-advisors a {
    color: #0141FF !important;
}
.text-shadow {
    text-shadow: -1px 1px 0 #0141FF,
				  1px 1px 0 #0141FF,
				 1px -1px 0 #0141FF,
				 -1px -1px 0 #0141FF;

    -webkit-text-fill-color: white;
}

.quility-digital-products .hero {
    background-color: #011684 !important;
}

.quility-digital-products a {
    color: #0141FF !important;
}

.quility-digital-products .hero .container {
    padding: 41px 20px 41px 20px !important;
    align-items: center;
}

@media screen and (min-width: 577px) {
   .quility-digital-products .hero .container .description {
        padding-right: 63px;
   }
}

@media screen and (max-width: 576px) {
    .quility-digital-products .hero .container .description {
        max-width: 100% !important;
    }

   .quility-digital-products .hero .image {
        position: relative !important;
        max-width: 100% !important;
   }
}