/**
* 2022 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2022 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/


.an_banner-img {
    overflow: hidden;
}
.an_banner a {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.an_banner img:not(.b-lazy),
.an_banner img.b-loaded {
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.an_banner-default {
    margin-bottom: 23px;
}
.an_banner-default .an_banner-title {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    margin: 0 0 21px;
}
.an_banner-default .an_banner-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 14px 2px 0px;
}
.an_banner-default .an_banner-content {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.an_banner-default .an_banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.an_banner-default .an_banner-text p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 7px;
}
.an_banner-default .an_banner-text p:last-child {
    margin-bottom: 0;
}
.an_banner-simpletext p {
    font-size: 14px;
    margin: 0;
}
.header-nav .an_banner-simpletext svg {
    margin: 0 11px -3px 1px;
}