div, footer {
    box-sizing: border-box !important;
}

h1, h2, h3, h4, p, a, span {
    font-family: Overpass, sans-serif;
}

footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 0; margin: 0;
}

footer a {
    text-decoration: none;
    color: #fff !important;
}

footer a:hover {
    text-decoration: underline !important;
}

.know-more__container {
    background-color: #EEEDEC;
    width: 100%;
    display: flex;
    justify-content: center;
}

.know-more__content {
    display: flex;
    max-width: 1440px;
    padding: 50px 120px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.know-more__content h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 125%;
    color: #000;
    margin: 0;
}
.know-more__content i {
    font-size: 30px;
    color: #000;
    margin: 0;
}


.footer__container {
    background-color: #000;
    color: #fff !important;
    padding: 50px 36px 36px;
    display: flex;
    justify-content: center;
}

.footer__content {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;

}
.footer__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0;
}

.footer__social p a {
   display: inline-block;
   margin: 0 30px 0 0;
   font-size: 30px;
}

.footer__social p a:last-child {
    margin: 0;
}

.text-logo {
    box-sizing: border-box;
    height: 24.5px;
    width: auto;
    min-width: 190px;
    margin: 0 30px 30px 0;
}

.footer__cols {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    padding: 50px 0 30px;
    gap: 30px;
}

.footer__cols .footer__col {
    width: 25%;
    margin: 0;
}

.footer__cols .footer__col:last-child {
    margin: 0;
}

.footer__col section {
    padding: 0 0 30px;
}

.footer__col section h4 {
    border-bottom: 1px solid #373534;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.5%;
    padding: 0 0 20px;
}

.privacy {
    width: auto;
    height: 22px;
    margin: 0 8px 0 0;
}

.copyright__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #373534;
    padding: 20px 0;
}

.copyright__content p {
    margin: 0 0 20px;
}

.copyright__content p a {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #fff;
    text-decoration: none;
}

.copyright__content p a:last-child {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .footer__container {
        padding: 50px 20px 36px;
    }

    .footer__cols {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .footer__cols .footer__col {
        width: 100%;
    }
    .footer__col section h4 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer__col section h4::after {
        content: "\f107";
        display: block;
        color: #fff;
        font-family: "Font Awesome 6 Sharp";
        transition: all 0.1s ease-in-out;
    }
    .footer__col section h4._open::after {
        rotate: 180deg;   
    }

    .footer__col section h4:last-child {
        border-bottom: none;
    }

    .footer__col > section > ul {
        display: none;
    }

    .footer__col > section > ul._open {
        display: block;
    }
    .copyright__content a {
        white-space: nowrap;
        padding: 0 0 10px; 
    }


}
/* center social section on a small screen */
@media screen and (max-width: 365px) {
    .footer__social {
        justify-content: center;
    }
    .footer__social p {
        margin-top: 24px;
    }    
}

/* ------------------------- */
/* START - BLOG STYLES */
/* ------------------------- */

.iframe-subscribe{display: none;}
.iframe-subscribe__uiblock{position: fixed; background: rgba(0, 0, 0, .7); z-index: 99; width: 100%; height: 100%; top: 0; left: 0; cursor: pointer;}
.iframe-subscribe__wrapper{background: #fff; max-width: 700px; max-height: 400px; border-radius: 15px; position: fixed; right: 50%; bottom: 50%; transform: translate(50%, 50%); width: 90%; height: 90%; overflow: hidden; z-index: 999;}
.iframe-subscribe__btn{position: absolute; top: 15px; right: 15px; height: 30px; width: 30px;}
.iframe-subscribe__btn:before{content: "\f057"; position: absolute; top:0; left:0; display: flex; transition: 300ms; justify-content: center; align-items: center; font-family: 'Font Awesome 6 Sharp'; font-size: 1.5rem; color: #000; width: 100%; height: 100%;}
.iframe-subscribe__btn:hover:before{color: #0071cc;}
.iframe-subscribe iframe{width: 100%; height: 100%;}
.iframe-subscribe.is-open{display: block;}

@media screen and (max-width: 1024px) {
	.iframe-subscribe__wrapper{max-height: 560px;}
}

.bottom-container{		
	width: 100%;
	background: #000;
	color: #fff;
	border-top: 2px solid #404040;
	padding: 0 2rem;
}
.blog-footer__social{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.blog-footer__container{max-width: 1440px; margin: 0 auto; padding: 4.625rem 0 2.5rem 0;}
.blog-footer__social-subscribe{max-width: 600px; margin: 0 20px 0 0;}
.blog-footer__social-subscribe p {margin: 0 0 1.5rem 0 !important;}
.blog-footer__social-list{display: flex;}
.blog-footer__social-list a{margin: 0 0 0 26px;}
.blog-footer__social-list a i {font-size: 1.5rem;} 
.blog-footer__links{padding: 80px 0 75px; display: flex; align-items: center; justify-content: space-between; font-weight: bold; text-transform: uppercase;}
.blog-footer__links img{width: 50px; height: auto; display: block; margin-right: 10vw;}
.blog-footer__links a{margin: 0 0 0 20px;}
.blog-footer__links a:hover,
.blog-footer__legal-list a:hover,
.blog-footer__social-list a:hover{color: #2599FB;}
.blog-footer__links-list{margin: 0 0 0 50px; flex: 1;}
.blog-footer__links-brands{
	margin: 15px 0 0 0;
}

.blog-footer__legal{display: flex; justify-content: space-between; align-items: center;}
.blog-footer__legal p{margin: 0;}
.blog-footer__legal-list{display: flex; justify-content: flex-end; align-items: center;}
.blog-footer__legal-list a{margin: 0 0 0 30px;}
.blog-footer__legal-privacy{display: flex; align-items: center;}
.blog-footer__legal-privacy .privacy-icon{margin: 0 10px 0 0;}
.blog-footer__mobile{display: none;}
a.logo-mobile {display: none;}


@media screen and (max-width: 1024px) {
.bottom-container{padding: 0 1rem;}
.blog-footer__container{ padding: 3.75rem 0;}
.blog-footer__social{display: block;}
.blog-footer__links{display: block;}
.blog-footer__links a {margin: 0 0 20px 0;display: block;}
.blog-footer__links img{display: none;}
.blog-footer__links-list{margin: 0;}
.blog-footer__social-list{padding: 80px 0 0;}
.blog-footer__social-list a{margin: 0 26px 0 0;}
.blog-footer__mobile{display: block; width: 40px; height: auto; margin: 0 0 35px 0;}
a.logo-mobile {display: block;}
.blog-footer__legal{flex-direction: column-reverse; align-items: flex-start;}
.blog-footer__legal-list{ flex-flow: wrap; align-items: flex-start; justify-content: flex-start;}
.blog-footer__legal-list a{margin: 0 25px 25px 0; width: auto;}
.blog-footer__legal-privacy{margin: 0 30px 25px 0 !important;}
.blog-footer__adChoices{margin: 0 0 50px 0 !important;}
}
/* ------------------------- */
/* END - BLOG STYLES */
/* ------------------------- */