/** tabs **/
.wdtab {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wdtab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.wdtab button:hover {
    background-color: #3A2BE8;
}


.formatBlock button.wdtablinks, .wpb_wrapper button.wdtablinks, button.wdtablinks {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: normal;
    padding: 7px 0;
    margin: 0;
    text-decoration: none;
    background: transparent;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.3;
    border-bottom: 2px solid #ffffff;
}
button.wdtablinks:not(:last-child){
    margin-right: 6%;
}
.formatBlock button.wdtablinks:hover, .formatBlock button.wdtablinks:focus,
.wpb_wrapper button.wdtablinks:hover, .wpb_wrapper button.wdtablinks:focus,
button.wdtablinks:hover, button.wdtablinks:focus {
    text-decoration: none;
}
.formatBlock button.wdtablinks.wdactive, button.wdtablinks.wdactive,
.formatBlock button.wdtablinks.wdactive:hover, button.wdtablinks.wdactive:focus,
.wpb_wrapper button.wdtablinks.wdactive:hover {
    opacity: 1;
    color: #000000;
    text-decoration: none;
    border-color: #3A2BE8;
}

.wdtabcontent {
    display: none;
    padding: 0;
}

/** tsw blocks **/
.tsw-color-main {
    color: #3A2BE8;
}
.tsw-title, h1.tsw-title, h2.tsw-title, h3.tsw-title, p.tsw-title,
.formatBlock h1.tsw-title, .formatBlock h2.tsw-title, .formatBlock h3.tsw-title, .formatBlock p.tsw-title,
.wpb_wrapper h1.tsw-title, .wpb_wrapper h2.tsw-title, .wpb_wrapper h3.tsw-title, .wpb_wrapper p.tsw-title {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 72px;
    line-height: 1.2em;
    letter-spacing: -1px;
    text-align: center;
}
.tsw-flex {
    display: flex;
}
.tsw-center {
    justify-content: center;
}
.tsw-align-center {
    align-items: center;
}
.tsw-text-left
.tsw-row {}
.tsw-col-6 {
    width: 48%;
    margin: 0 1%;
}

.tsw-btn, .formatBlock a.tsw-btn, .wpb_wrapper a.tsw-btn {
    border: 1px solid #000000;
    border-radius: 6px;
    padding: 6px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tsw-btn:hover, .tsw-btn:focus, .formatBlock .tsw-btn:hover, .formatBlock .tsw-btn:focus,
.wpb_wrapper .tsw-btn:hover, .wpb_wrapper .tsw-btn:focus {
    text-decoration: none;
    color: #3A2BE8;
    opacity: 0.7;
}

.tsw-cards {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
}
.tsw-card {
    width: 31%;
    margin: 0 1% 10px 1%;
    border-radius: 6px;
}
.tsw-card .tsw-card-link {
    position: relative;
    display: block;
}
.tsw-card-inner {
    position: relative;
}
.tsw-card-inner .tsw-card-image {
    height: 332px;
}
.tsw-card-inner .tsw-card-inner-content{
    position: absolute;
    top: 0;
    z-index: 25;
    padding: 32px 35px 30px 43px;
    margin-bottom: 14px;
}
.tsw-card-inner .tsw-card-metas {
}
.tsw-card-inner .tsw-card-image-wrap {
    margin: 0;
}

.tsw-card-sm:not(:last-child) {
    margin-bottom: 20px;
}
.tsw-card-sm .tsw-card-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.tsw-card-sm .tsw-card-image {
    height: 98px;
}
.tsw-card-sm .tsw-card-image-wrap {
    width: 164px;
    margin-right: 24px;
    margin-bottom: 0;
}
.tsw-card-sm .tsw-card-inner-content {
    width: 285px;
}

.tsw-card-md {
    background: #ffffff;
    padding: 10px;
}


.tsw-card-header {
    margin-bottom: 16px;
}

.tsw-card-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
}
.tsw-card-sm .tsw-card-title {
    font-size: 18px;
    margin-bottom: 9px;
}
.tsw-card-lg .tsw-card-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.16em;
    margin-bottom: 12px;
    color: #000000;
}
.tsw-card-lg .tsw-card-metas {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.formatBlock a.tsw-card-link, a.tsw-card-link {
}
.formatBlock a.tsw-card-link:hover, .wpb_wrapper a.tsw-card-link:hover, a.tsw-card-link:hover {
    text-decoration: none;
    opacity: 1;
}
.formatBlock a.tsw-card-link:hover .tsw-card-image-wrap, a.tsw-card-link:hover .tsw-card-image-wrap {
}

.formatBlock a.tsw-card-link:hover .tsw-card-title,
.wpb_wrapper a.tsw-card-link:hover .tsw-card-title, a.tsw-card-link:hover .tsw-card-title  {
    color: #3A2BE8;
}

.tsw-card-image-wrap {
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 6px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tsw-card-image {
    position: relative;
    width: 100%;
    height: 171px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 4;
}
.tsw-card-image-color-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
}
.tsw-card-image-over {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/tsw-subtract.svg");
    background-position: center;
    background-size: 100%, contain;
    background-repeat: no-repeat;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 15;
}
a.tsw-card-link:hover .tsw-card-image-over {
    display: block;
}

.tsw-card-title {
    color: #000000;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tsw-card-metas {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-size: 13px;
    line-height: 1.2em;
    color: #A3AAB9;
    font-weight: 400;
}
.tsw-card-sm .tsw-card-metas {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.tsw-card-author {
    margin-right: 6px;
}
.tsw-card-date {
    margin-left: 6px;
}


/** tabs end **/

/** tsm Menu v9 comb **/
.tsm-menu-wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tsm-menu-wrap a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tsm-menu-wrap a:hover, .tsm-menu-wrap a:focus {
    color: #000000;
    text-decoration: none;
}

.tsm-logo-wrap {
    margin-right: 19px;
    margin-left: 0.7%;
}
.tsm-logo-link {
    padding: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.tsm-logo {
    display: block;
    max-width: 212px;
    height: auto;
    margin: 0 auto;
}

.tsm-navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    /* margin-left: 0; */
}
.tsm-parent-wrap {
}
.tsm-parent-wrap:hover .tsm-parent-item {
    border-bottom: 2px solid #3A2BE8;
}
.tsm-parent {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    color: #000000;
    padding: 26px 25px;
    text-decoration: none;
    word-break: keep-all;
    white-space: nowrap;
}
.tsm-parent-item {
    padding: 6px 0;
    border-bottom: 2px solid #ffffff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tsm-parent:hover .tsm-parent-item, .tsm-parent:focus .tsm-parent-item {
    border-bottom: 2px solid #3A2BE8;
}

.tsm-actions {
    margin-right: 0;
}
.tsm-btn {
    display: none;
    font-size: 18px;
    font-weight: normal;
    padding: 11px 22px 11px 15px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border: 2px solid #000000;
    border-radius: 6px;
}
a.tsm-btn:hover {
    color: #3A2BE8;
}
.tsm-open.tsm-active {
    border: 2px solid #3A2BE8;
}
.tsm-btn svg {
    margin-right: 13px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tsm-close {}
a.tsm-close:hover {
    color: #3A2BE8;
}
a.tsm-close:hover svg path {
    stroke: #3A2BE8;
}

.tsm-open {}
a.tsm-open.tsm-active {
    color: #3A2BE8;
}
.tsm-active {
    display: flex;
}
.tsm-dropdown * {
    box-sizing: border-box;
}
.tsm-dropdown-single {
    display: none;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    width: 216px;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 24px 32px rgb(130 149 187 / 8%);
    padding-bottom: 6px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.tsm-navbar .tsm-parent-wrap:hover .tsm-dropdown-single {
    display: flex;
}

.tsm-item {
    width: 100%;
    color: #000000;
    padding: 8px 20px;
}
.tsm-item.tsm-item-link:hover, .tsm-item.tsm-item-link:focus {
    color: #3A2BE8;
}

.tsm-dropdown {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: absolute;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 24px 32px rgb(130 149 187 / 8%);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1920px;
    height: 526px;
    overflow: hidden;
}
.tsm-navbar .tsm-parent-wrap:hover .tsm-dropdown {
    display: flex;
}
.tsm-parent-wrap.tsm-menu-active .tsm-dropdown {
    display: flex;
}

.tsm-rel {
    position: relative;
}
.tsm-dropdown>.tsm-mega_2{
    height: 100%;
    align-items: flex-start;
}
.tsm-mega_2 {
    position: relative;
    padding: 31px 0 20px 22px;
    width: 76%;
    min-width: 200px;
}
.tsm-mega_2-desc {
    width: 24%;
}
.tsm-desc {
    background: #F1F5FF;
    border-radius: 6px;
    color: #000000;
    width: 100%;
    margin: 36px 0 0 auto;
    padding: 20px;
    min-width: 200px;
}
.tsm-desc-title {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.44em;
    margin-bottom: 5px;
}
.tsm-desc-text {
    font-size: 14px;
    line-height: 1.44em;
    font-weight: 400;
}
.tsm-selected-col {
    background: #F1F5FF;
}
.tsm-mega_2-wrap>.tsm-item {
    display: block;
    font-size: 24px;
    line-height: 1.44em;
    font-weight: 700;
    margin-bottom: 5px;
}
.tsm-mega_2 .tsm-item {
    display: block;
    padding: 6px 9px;
}
.tsm-mega_2 .tsm-mega_3-wrap .tsm-item {
    display: inline-block;
    padding: 0;
    margin-bottom: 24px;
}
.tsm-mega_2.tsm-selected-col .tsm-mega_3-wrap .tsm-item {
    padding: 6px 6px;
    margin-bottom: 14px;
}
.tsm-mega_2-dropdown .tsm-item {
    margin-bottom: 12px;
}
.tsm-mega_2-dropdown .tsm-item.tsm-item-bold {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
}
.tsm-selected-col .tsm-item {
    display: block;
}
.tsm-mega-item {
    display: inline-block;
}
.tsm-selected-col>.tsm-mega_2-wrap>.tsm-item {
    font-size: 16px;
    line-height: 1.28em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.tsm-selected-col>.tsm-mega_2-wrap>.tsm-item-link .tsm-mega-item {
    border-bottom: 2px solid #F1F5FF;
}
.tsm-selected-col>.tsm-mega_2-wrap:hover>.tsm-item-link .tsm-mega-item,
.tsm-selected-col>.tsm-mega_2-wrap.tsm-item-active>.tsm-item-link .tsm-mega-item {
    border-bottom: 2px solid #3A2BE8;
    color: #3A2BE8;
}
.tsm-mega_2-wrap {
    width: 100%;
    /* padding: 12px 0; */
}
.tsm-mega_2-dropdown {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 100%;
    padding: 0;
    background: #ffffff;
    margin: 9px 0 28px 0;
}
.tsm-mega_2.tsm-selected-col .tsm-mega_2-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 16.2%;
    padding: 30px 0 30px 27px;
    margin: 0;
}
.tsm-mega_2-wrap:hover .tsm-mega_2-dropdown, .tsm-mega_2-wrap.tsm-item-active .tsm-mega_2-dropdown {
    display: flex;
    height: 100%;
}
.tsm-selected-col .tsm-mega_2-wrap:hover .tsm-mega_2-dropdown, .tsm-selected-col .tsm-mega_2-wrap.tsm-item-active .tsm-mega_2-dropdown {
    width: 83.8%;
}
.tsm-mega_2-wrap:hover>.tsm-item-link, .tsm-menu-wrap .tsm-mega_2-wrap.tsm-item-active>a.tsm-item-link {
    color: #3A2BE8;
}
.tsm-mega_2-dropdown-column {
    width: 25%;
}
.tsm-selected-col .tsm-mega_2-dropdown-column {
    width: 30%;
}

.tsm-mega_3-wrap {
    width: 100%;
}

.tsm-mega_3-dropdown {
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 42.4%;
    background: #ffffff;
}
.tsm-selected-col .tsm-mega_3-dropdown {
    left: 30.4%;
}
.tsm-mega_3-wrap>.tsm-item>.tsm-mega-item {
    display: block;
    max-width: 26%;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    text-align: left;
}
.tsm-selected-col .tsm-mega_3-wrap>.tsm-item>.tsm-mega-item {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.28em;
}

.tsm-mega_3-wrap>.tsm-item-link {
    margin-bottom: 10px;
}
.tsm-mega_3-child {
    margin-bottom: 8px;
}
.tsm-selected-col .tsm-mega_3-child {
}
.tsm-mega_3-child:hover>.tsm-item-link, .tsm-mega_3-child.tsm-item-active>.tsm-item-link {
    color: #3A2BE8;
}

.tsm-mega_3-dropdown {
    display: none;
    position: absolute;
    height: 100%;
    top: 9px;
    left: 25.8%;
}
.tsm-mega_child-wrap:hover>.tsm-mega_3-dropdown, .tsm-mega_child-wrap.tsm-item-active>.tsm-mega_3-dropdown {
    display: flex;
    /* width: 55.6%; */
    height: 100%;
    max-width: 710px;
}
.tsm-selected-col .tsm-mega_child-wrap:hover>.tsm-mega_3-dropdown,
.tsm-selected-col .tsm-mega_3-child.tsm-item-active .tsm-mega_child-wrap>.tsm-mega_3-dropdown {
    width: 57.6%;
}
.tsm-mega_3-child>.tsm-mega_child-wrap>.tsm-item-link {
    display: block;
}
.tsm-mega_child-wrap:hover>.tsm-item-link {
    color: #3A2BE8;
}
.tsm-mega_3-child.tsm-item-active>.tsm-mega_child-wrap>.tsm-item-link {
    color: #000000;
}
.tsm-selected-col .tsm-mega_child-wrap.tsm-item-active>.tsm-item-link {
    color: #3A2BE8;
}
.tsm-mega_6-col {
    width: 50%;
    padding: 0;
}

.tsm-search {
    position: relative;
    margin-right: 2%;
    margin-left: auto;
}
.tsm-search form.search-form [type="submit"] {
    background: transparent;
    border: 0;
    right: auto;
    left: 0;
    padding: 6px 6px 6px 23px;
}
.tsm-search form.search-form input[type="text"] {
    padding: 4px 12px 4px 50px;
    width: 264px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 6px;
    border-color: #DEEBFF;
    background: #F1F5FF;
    color: #A3AAB9;
}
.tsm-search i.fa-search {
    display: none;
}
.tsm-search-icon {
    position: absolute;
    left: 14px;
    top: 12px;
}
.tsm-mega_2-desc_selected {
    display: none;
    position: absolute;
    right: -30%;
    width: 380px;
    top: 0;
}
.tsm-mega_2-wrap:hover .tsm-mega_2-desc_selected, .tsm-mega_2-wrap.tsm-item-active .tsm-mega_2-desc_selected {
    display: block;
}
.tsm-search-mob {
    display: none;
    width: 87%;
    margin: 0 auto 16px auto;
}
.tsm-search-mob .search-form {
    display: flex;
    width: 100%;
}
.tsw-card-metas-mob {
    display: none;
}
@media (max-width: 1800px){
    .tsm-parent {
        padding: 26px 0.5em;
    }
}
@media (max-width: 1500px){
    .tsm-actions .tsm-btn {
        padding: 10px;
    }
    .tsm-actions .tsm-btn svg {
        margin-right: 0;
    }
    .tsm-actions .tsm-action span {
        display: none;
    }
    .tsm-mega_2-dropdown-column {
        width: 33%;
    }
}
@media (max-width: 1400px){
    .tsm-mega_2 {
        padding: 10px 0;
    }
    .tsm-selected-col .tsm-mega_child-wrap:hover>.tsm-mega_3-dropdown, .tsm-selected-col .tsm-mega_3-child.tsm-item-active .tsm-mega_child-wrap>.tsm-mega_3-dropdown {
        width: 74.6%;
    }
    .tsm-mega_2-desc_selected {
        right: -23%;
        width: 200px;
    }
    .tsm-mega_2.tsm-selected-col .tsm-mega_2-dropdown {
        padding: 8px 0 30px 27px;
    }
}
@media (max-width: 1280px){
    .tsm-search form.search-form input[type="text"] {
        width: 170px;
    }
}
@media (max-width: 1280px){
    .tsm-navbar {
        display: none;
    }
}
@media (max-width: 992px){
    .tsm-search {
        display: none;
    }
    .tsm-search-icon {
        top: 7px;
    }
    .tsm-search.tsm-search-mob {
        display: block;
    }
    .tsm-search.tsm-search-mob form.search-form input[type="text"] {
        width: 87%;
    }
    .tsm-search.tsm-search-mob form.search-form input[type="text"] {
        background: #ffffff;
    }

    .tsw-card-image-color-over {
        display: none;
    }

    .tsm-dropdown {
        flex-wrap: nowrap;
    }
    .tsm-actions {
        margin-left: auto;
        margin-right: 6px;
    }

    .tsm-mega_2 {
        width: 100%;
        min-width: auto;
        padding: 10px 12px;
    }
    .tsm-mega_2-wrap {
        margin-bottom: 28px;
    }
    .tsm-selected-col>.tsm-mega_2-wrap>.tsm-item {
        font-size: 24px;
        font-weight: 400;
    }
    .tsm-dropdown {
        background: #F1F5FF;
        overflow-y: scroll;
        height: 100vh;
        flex-wrap: wrap;
    }
    .tsm-mega_2.tsm-selected-col .tsm-mega_2-dropdown {
        position: static;
        width: 100%;
        padding: 14px 4px 30px 4px;
    }
    .tsm-selected-col .tsm-mega_2-wrap:hover .tsm-mega_2-dropdown, .tsm-selected-col .tsm-mega_2-wrap.tsm-item-active .tsm-mega_2-dropdown {
        width: 100%;
    }
    .tsm-mega_2-dropdown-column {
        width: 100%;
    }
    .tsm-selected-col .tsm-mega_2-dropdown-column {
        width: 100%;
    }
    .tsm-mega_3-child {
        margin-top: 0;
        margin-bottom: 0;
    }
    .tsm-selected-col>.tsm-mega_2-wrap>.tsm-item {
        margin-bottom: -3px;
    }
    .tsm-mega_3-dropdown {
        position: static;
        flex-direction: column;
        margin-left: 10px;
    }
    .tsm-mega-item {
        max-width: 100%;
    }
    .tsm-mega_3-wrap>.tsm-item>.tsm-mega-item {
        max-width: 100%;
    }
    .tsm-mega_2-desc {
        display: none;
    }
    .tsm-mega_2-desc_selected, .tsm-mega_2-wrap:hover .tsm-mega_2-desc_selected, .tsm-mega_2-wrap.tsm-item-active .tsm-mega_2-desc_selected {
        display: none;
    }
    .tsm-mega_child-wrap>.tsm-mega_3-dropdown, .tsm-mega_child-wrap.tsm-item-active>.tsm-mega_3-dropdown {
        display: flex;
    }
    .tsm-mega_2.tsm-selected-col .tsm-mega_3-wrap .tsm-item {
        margin-bottom: 10px;
    }
    .tsm-mega_2-wrap:hover .tsm-mega_2-dropdown {
        display: none;
    }
    .tsm-mega_2-wrap .tsm-mega_2-dropdown {
        flex-wrap: wrap;
    }
    .tsm-mega_2-wrap.tsm-item-active:hover .tsm-mega_2-dropdown {
        display: flex;
    }
    .tsm-selected-col>.tsm-mega_2-wrap:hover>.tsm-item-link .tsm-mega-item {
        border-bottom: 2px solid #F1F5FF;
        color: #000000;
    }
    .tsm-selected-col>.tsm-mega_2-wrap.tsm-item-active:hover>.tsm-item-link .tsm-mega-item {
        border-bottom: 2px solid #3A2BE8;
        color: #3A2BE8;
    }
}
@media (max-width: 992px){
    .tsw-card-image-over {
        display: block;
    }
    .tsw-card-sm .tsw-card-link {
        align-items: flex-start;
    }
}
@media (max-width: 801px){
    .ft_body .ft_header .ft_header_wrap {
        padding: 0;
    }
}
@media (max-width: 600px){
    .tsm-search {
        display: none;
    }
}
@media (max-width: 545px){
    .tsw-card-author {
        white-space: nowrap;
    }
    .tsw-card {
        width: 100% !important;
    }
    .tsw-card-link {
        display: flex !important;
        justify-content: flex-start;
    }
    .tsw-card-image-wrap {
        width: 94px;
        min-width: 94px;
        height: 56px;
        margin-right: 18px;
    }
    .tsw-card-image {
        height: 100%;
    }
    .tsw-card-metas-mob {
        display: flex;
    }
}

@media (max-width: 350px){
    .tsw-card-metas {
        flex-wrap: wrap;
    }
    .tsw-card-image-over {
        left: -1px;
        width: 101%;
    }
}
@media (max-width: 325px){
    .tsm-logo {
        max-width: 40%;
        margin: 0 auto 0 0;
    }
}
/** tsm Menu v9 comb END **/