.platform-tt {
    margin-bottom: 0;
}

.platform-isotope {
    width: calc(100% + 3rem) !important;
    margin-left: -1.5rem;
    margin-bottom: 1.5rem;
}

.platform-list {
    width: 100%;
    margin: 0;
    display: block;
}

.platform-item {
    width: calc(100% / 3);
}

.platform-item .item {
    margin: 1.5rem;
    position: relative;
}

.platform-item .item .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.platform-item .item .img img {
    width: 100%;
    height: 100%;
}

.platform-item:nth-child(even) .item {
    padding-top: 129.5%;
}

.platform-item:nth-child(odd) .item {
    padding-top: 75%;
}

.ft-menu-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.resources-infographic .infographic-header-item .item {
    padding: 1rem 1.5rem 0.8rem 1.5rem;
}

@media(max-width: 1024px) {
    .platform-isotope {
        width: calc(100% + 1.5rem) !important;
        margin-left: -0.75rem;
    }

    .platform-item .item {
        margin: 0.75rem;
    }
}

@media(max-width: 1024px) {
    .platform-tab {
        margin-bottom: 0;
        margin-top: 1.5rem;
    }
}

@media(max-width: 500px) {
    .ft-menu-wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
}


@media screen and (min-width:1201px) {
    html:has(.page-homever2) .homever2-brand-img .homever2-tt {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    html:has(.page-homever2) .homever2-brand-img {
        display: block !important;
    }
    html:has(.page-homever2) .homever2-brand-flex {
        flex-direction: column-reverse !important;
        gap: 3.2rem;
    }

    html:has(.page-homever2) .homever2-brand-img .homever2-tt {
        margin-bottom: 2.4rem;
        text-align: center;
    }

    html:has(.page-homever2) .homever2-brand-ctn .homever2-tt {
        display: none;
    }
}
.hd .current-menu-item > a,
.hd .current_page_item > a {
    color: #F27407 !important;
    font-weight: 400 !important;
}
html:has(.page-homever2) .hd-lg-item img {
    border-radius: 100rem;
}

.homever2-brand-ctn  .btn-box{
    margin-top: 2rem;
}
