.section-title-normal span{
    border-color: #C4281C;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
}
.section-title-normal{
    border: none;
    display: block;
    line-height: normal;
}
.section-title-normal:after{
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    left: 0;
    background-color: #C4281C;
    margin-top: 5px;
}

.home-notify{
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.44);
    z-index: 10;
    color: #F6C244;

}
.marquee{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
}
.marquee-label{
    display: flex;
    width: 140px;
    align-items: center;
    height: 100%;
    line-height: normal;
}
.marquee-wrapper{
    width: calc(100% - 140px);
    text-transform: uppercase;
}
.custom-hover{
    transition: all 0.3s;
}
.custom-hover:hover{
    filter: drop-shadow(0, 5px, 1px rgba(0,0,0,0.5));
    -webkit-filter: drop-shadow(0px 5px 3px rgba(0,0,0,0.5));
}

.us-custom-header{
    display: flex;
    align-items: end;
}

.us-custom-header .form-login{
    display: flex;
    align-items: center;
}
.us-custom-header .button{
    margin: 0;
    border-radius: 5px;
    white-space: nowrap;
}
.us-custom-header .input{
    border-radius: 5px;
    margin-right: 5px;
    min-width: 180px;
}
.us-custom-header .form-login .button{
    white-space: nowrap;
}
.button-register{
    padding-left: 10px;
}
.button-register .button{
    width: 108px;
    height: 70px;
    padding: 0;
    background-image: url("../images/button.png");
    background-repeat: no-repeat;
    color: #333;
    font-size: 16px;
    border: none;
    text-shadow: 0px -1px 0.5px rgba(255,255,255,0.5);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
    line-height: 70px;
}

.menu-custom{
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.menu-custom li{
    list-style: none;
    border-right: 1px solid rgba(255,255,255,.5);
    padding: 0 10px;
    margin: 0;
    display: flex;
    height: 16px;
    align-items: center;
}
.menu-custom li:first-child{
    padding-left: 0;
}
.menu-custom li:last-child{
    padding-right: 0;
    border: none;
}
.menu-custom li a{
    color: hsla(0,0%,100%,1);
    display: block;
}
.top-menu{
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform:scale(1, 1)
    }
    50% {
        transform:scale(0.9, 0.9)
    }
    100% {
        transform:scale(1, 1)
    }
}

.download-app {
    display: grid;
    column-gap: 5px;
    padding: 5px 15px;
    grid-template-columns: 24px 55px 1fr 80px;
    grid-auto-rows: 55px;
    color: #212121;
    background: #f6c244;
}
.download-app .download-buttons {
    padding-top: 10px;
    text-align: right;
}

.download-app .button {
    margin: 0;
    border-radius: 5px;
}

.download-app .app-name {
    margin: 0;
    color: #212121;
}

.download-app > a {
    line-height: normal;
    width: 24px;
    padding-top: 15px;
    color: #212121;
}

.download-app .icon-app {
    width: 55px;
}

.download-app .icon-app img {
    border-radius: 10px;
}

.download-app .content {
    font-size: 90%;
    padding-top: 5px;
}

.footer-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: space-between;
    background-color: #0b0c0e;
    z-index: 999;
}

.footer-mobile .footer-button {
    width: 20%;
    text-align: center;
    font-size: 10px;
    padding: 10px 0;
    text-transform: uppercase;
}

.footer-mobile .footer-button a {
    font-weight: 600;
    color: #fff;
}

.footer-mobile .footer-button .icon {
    width: 50px;
    margin: 0 auto;
    display: block;
}
.footer-button.footer-button-center {
}

.footer-button.footer-button-center .icon{
    background-color: #c4271c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-mobile .footer-button.footer-button-center img{
    width: 30px;
}
.footer-mobile .footer-button .title{
    display: block;
}
.footer-mobile .footer-button.footer-button-center .title{
    display: none;
}
.footer-button.footer-button-center .icon svg{
    border: 2px solid;
    border-radius: 50%;
}
.box.custom-box{
    border-radius: 0 0 4px 4px;
    background: rgba(33,33,33,.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
}
.box.custom-box h4{
    margin: 0;
    text-transform: uppercase;
}
.box.custom-box .box-text{
    padding: 10px 0;
}
.custom-row.row-small{
    padding: 0 5px;
}
.custom-row.row-small>.col{
    padding: 0 5px 10px;
}

.custom-button{
    margin: 0;
    font-size: .875rem;
    text-transform: uppercase;
    padding: 6px 15px;
    border: 0;
}
.button.gold{
    background-color: #f6c244!important;
    color: #212121!important;
}
.is-mobile .header-main{
    background-color: #1d2125;
}

.marquee-mobile{
    padding: 0 10px;
    height: 40px;
    font-size: 12px;
}
.marquee-mobile .marquee-label{
    width: 30px;
    color: #c4271c;
}
.marquee-mobile .marquee-wrapper{
    width: calc(100% - 30px);
}

.custom-mega-menu .row-full-width{
    max-width: 1230px!important;
    margin: 0 auto!important;
}
.load-more-content-button{
    text-align: center;
    width: 100%;
}
.load-more-content-button .button{
    margin: 0;
}

.hidden-content.h .section-content{
    display: none;
}
.section.hidden-content{
    display: block;
}
.load-more-content-button .open,
.load-more-content-button .close{
    display: none;
}
.hidden-content.h .load-more-content-button .open{
    display: block;
}
.hidden-content:not(.h) .load-more-content-button .close{
    display: block;
}

.section.custom-section-slide .ux-shape-divider{
    z-index: 10;
}
.w-wrap {
    margin: 0 auto !important;
    padding: 0 !important;
}

.w-wrap button {
    margin: 0;
}

body .absolute-footer.dark {
    color: hsla(0,0%,100%,1);

}
.text-justify{
    text-align: justify;
}

.toggle-links button{
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted;
    color: black;
    border-bottom: 1px dotted;
    font-size: 14px;
    font-weight: bold;
}
.toggle-links .collapsible-content-less{
    display: none;
}
.collapsible-content-inner .col-inner{
    height: 1200px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(black 60%,transparent);
}
.collapsible-content.open .collapsible-content-inner .col-inner{
    height: auto;
    -webkit-mask-image: none;
}
.collapsible-content.open .toggle-links .collapsible-content-more{
    display: none;
}
.collapsible-content.open .toggle-links .collapsible-content-less{
    display: block;
}

@media (max-width: 480px) {
    body .header-bottom {
        background-color: #000;
    }
}

.us-code{
    border: 2px dashed #F9BE2F ;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
}
.wp_google_login{
    margin: 0;
}

html body .altumcode-wrapper{
    padding: 0!important;
}
html body .altumcode-informational-image{
    margin: 0!important;
    -webkit-animation: lightAnimation .3s ease-in-out infinite;
    animation: lightAnimation .3s ease-in-out infinite;
    width: 100%!important;
}
html body .altumcode-close{
    position: absolute!important;
    width: 30px!important;
    height: 30px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 0!important;
    top: -15px!important;
    right: -15px!important;
    background-color: red!important;
    color: #fff!important;
    line-height: normal !important;
    opacity: 1 !important;
    border-radius: 50%;
    min-height: 1px!important;
}
.lightAnimation{
    -webkit-animation: lightAnimation .3s ease-in-out infinite;
    animation: lightAnimation .3s ease-in-out infinite;
}
@keyframes lightAnimation {
    0% {
        filter:brightness(1)
    }
    50% {
        filter:brightness(1.3)
    }
    to {
        filter:brightness(1)
    }
}
@-webkit-keyframes lightAnimation {
    0% {
        filter:brightness(1)
    }
    50% {
        filter:brightness(1.3)
    }
    to {
        filter:brightness(1)
    }
}
@-webkit-keyframes lightAnimation1 {
    0% {
        filter:brightness(1)
    }
    to {
        filter:brightness(1.5)
    }
}
@keyframes lightAnimation1 {
    0% {
        filter:brightness(1)
    }
    to {
        filter:brightness(1.5)
    }
}