/* inizio card nuove homepage */
:root {
    --background-color: #f8f9fa;
    /* Colore di sfondo predefinito */
    --text-color: #212529;
    /* Colore del testo predefinito */
    --accent-color: #007bff;
    /* Colore principale/accents */
}

/* Stile per il dark mode */
:root.dark {
    --background-color: #343a40;
    --text-color: #adb5bd;
    --accent-color: #007bff;
    /* Puoi personalizzare il colore principale */
}

maincontent {
    max-width: 1240px;
    margin: auto;
    position: relative;
    display: block;
}

.titleSection {
    position: relative;
    display: block;
    margin: auto;
    border-bottom: 4px solid #1877f2;
    max-width: 86rem;
    margin-top: 1rem;
    margin-left: 0rem;
    margin-right: 1rem;
}

.titleSection span i {
    margin-right: 5px;
}

.titleSection span {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #1877f2;
    padding: 10px 24px;
    color: #fff;
    font-weight: 800;
    border-radius: 24px 12px 6px 0;
    margin: 1px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.article-4-3 .date {
    position: relative;
    display: flex;
    overflow-wrap: normal;
    font-size: 13px;
    background-color: var(--background-color-alf-1);
    margin-top: 0;
    margin-left: 0;
    width: fit-content;
    padding: 6px 14px;
    border-radius: 2px 2px 9px 2px;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
    flex-direction: row;
}

.article-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px;
    margin-top: 4rem;
    margin-left: 0rem;
    gap: 26px;
}

.article-4-3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 3px;
    padding: 0;
    background-color: var(--background-color-alf-a);
    box-shadow: var(--box-shadow);
    overflow: hidden;
    justify-content: flex-start;
}

figure {
    background: var(--always-black);
    margin: 0;
    margin-top: -34px;
    min-height: 320px;
    height: 310px;
    width: -webkit-fill-available;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #020824 0%, #340860 100%);
}

.didasclia {
    display: flex;
    width: -webkit-fill-available;
    margin: 9px 14px;
    justify-content: space-between;
    border-top: var(--border-input);
    padding-top: 7px;
    align-items: center;
}

.article-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    width: -webkit-fill-available;
}

.article-4-3 img {
    width: 100% !important;
    min-height: -webkit-fill-available;
    height: auto;
    object-fit: cover;
}

.article-title {
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    position: relative;
    display: flex;
    width: -webkit-fill-available;
}

.article-head {
    font-size: 14px;
    color: #6c757d;
    margin: 0 10px 10px;
}

.article-channel {
    font-size: 14px;
    color: var(--accent-color);
}

.article-4-3 .-date {
    font-size: 12px;
    color: #6c757d;
    margin: 0 10px 10px;
}

/* Stile per il dark mode */
.dark .article {
    background-color: #2b2b2b;
    color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.dark .article-head,
.dark .article-date {
    color: rgba(255, 255, 255, 0.6);
}


.channel-container {
    display: flex;
    width: -webkit-fill-available;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 26px;
}

/* -----------------------------
   Stile futuristico / glassmorphism
   ----------------------------- */

.channel-container .article-1-1 {
    position: relative;
    flex: 0 0 240px;
    width: 240px;
    height: 340px;
    margin-right: 20px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px) saturate(180%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s cubic-bezier(.25, .8, .25, 1), box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.channel-container .article-1-1:hover,
.channel-container .article-1-1:focus-within {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
}

/* Image Figure */
.channel-container .article-1-1 figure {
    width: 100%;
    height: 280px;
    min-height: 280px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    /* Sostituisce le proprietà di background con uno sfumato */
    background: linear-gradient(199deg, #1c3195 0%, #150b20 100%);
}

.channel-container .article-1-1 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.channel-container .article-1-1:hover figure img {
    transform: scale(1.15) rotate(0.5deg);
}

.no-image.article-title {
    position: absolute;
    top: 0px;
    min-height: 220px;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0;
    max-width: 86% !important;
    font-size: larger;
}

.no-image.article-title a {
    position: relative;
    display: block;
    align-items: center;
    height: 50%;
}

/* Date badge futuristico */
.channel-container .article-1-1 .date {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 12px;
    background: var(--background-shadow-alf-0);
    backdrop-filter: blur(8px);
    color: #fff;
    font-weight: 500;
    z-index: 5;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

/* Overlay pannello slide-in dal basso */
.channel-container .article-1-1 .article-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--background-shadow-alf-0);
    backdrop-filter: blur(6px);
    color: #fff;
    transform: translateY(100%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.5s cubic-bezier(.25, .8, .25, 1), opacity 0.5s ease;
    z-index: 6;
}

/* Stato aperto */
.channel-container .article-1-1.is-open .article-content,
.channel-container .article-1-1:hover .article-content {
    transform: translateY(0);
    opacity: 1;
}

/* Titolo futuristico */
.channel-container .article-1-1 .article-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.channel-container .article-1-1 .article-title a {
    color: #fff;
    text-decoration: none;
    /* display: inline-block; */
    transition: color 0.3s ease;
}

.channel-container .article-1-1 .article-title a:hover {
    color: #00d0ff;
}

/* Brand e Canale */
.channel-container .article-1-1 .didasclia {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.channel-container .article-1-1 .article-channel a,
.channel-container .article-1-1 .article-brand a {
    color: #fff;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.08);
    padding: 4px 10px;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.channel-container .article-1-1 .article-channel a:hover,
.channel-container .article-1-1 .article-brand a:hover {
    background: #00d0ff;
    color: #000;
}

/* Dark mode compatibile */
.dark .channel-container .article-1-1 {
    background: rgba(20, 20, 20, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.dark .channel-container .article-1-1 .article-content {
    background: rgba(0, 0, 0, 0.85);
}

/* Mobile responsive: pannello sotto l’immagine */
@media (max-width: 720px) {
    .channel-container .article-1-1 {
        width: calc(100% - 32px);
        flex: 0 0 calc(100% - 32px);
        height: auto;
        margin-right: 16px;
    }

    .channel-container .article-1-1 figure {
        height: 280px;
    }

    .channel-container .article-1-1 .article-content {
        opacity: 1;
        margin-top: 8px;
    }
}


/* fine card nuove */

.tiled-1 .card-content,
a {
    -webkit-transition: .64s;
    -o-transition: .64s
}

.type-1 .date .day,
.type-1 .date .year {
    text-shadow: 2px 3px 2px rgba(0, 0, 0, .18)
}

.type-1 .innerpad,
.type-2 .innerpad {
    background-repeat: no-repeat;
    background-size: cover
}

card .card-title,
card a.card-title span {
    line-height: 1.1;
    overflow-wrap: break-word;
    padding: 1rem;
    white-space: pre-wrap
}

.tiled-1 .menu-content::after,
.toast,
.type-2 .header::after {
    clear: both
}

.chip img,
.tiled .chip li,
.tiled .chip ul,
.tiled-1 {
    float: left
}

.first.label,
.label.label-rounded {
    text-transform: capitalize
}

.badge-up,
.tiled {
    box-sizing: border-box
}

a {
    transition: .64s
}

.home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.5em
}

.card,
.card-panel {
    margin: .5rem 0 1rem
}

#horizon {
    margin: 0 3em
}

.tiled-1 .card-content .chip-1 {
    padding: 6px 1.5em 20px;
    position: relative;
    z-index: 1
}

.type-1 .tiled .inner-chip-1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    padding: 20px
}

.type-1 .first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 2px
}

.type-1 .first .point:hover span {
    background-color: #1f3f80;
    color: gray;
    position: relative;
    border-radius: 50%
}

.type-1 .first .point span {
    width: 16px;
    height: 16px;
    background-color: gray;
    color: gray;
    position: relative;
    display: inline-block;
    border-radius: 50%
}

.tiled-1 .author,
.type-1 .first .author {
    font-size: 15px;
    font-weight: 400
}

.type-1 .first .count i {
    padding: 0 5px
}

.type-1 .first .count {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    border-radius: 3px 13px;
    position: absolute;
    padding: 6px 13px;
    background: #f1a817;
    line-height: inherit;
    margin: auto;
    top: -17px;
    left: 22px
}

.type-1 .first .count:hover {
    background-color: #039be5;
    color: #fff
}

.tiled-1 h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: #000
}

noimage:after,
noimage:before {
    font-size: 5em;
    position: absolute
}

.tiled-1 .card-content .chip-1 ul {
    max-width: 100%;
    max-height: 120px;
    overflow-y: auto
}

.tiled-1 .card-content .chip-1 ul li {
    overflow-wrap: break-word;
    overflow-x: auto;
    text-align: left
}

.grid {
    display: grid;
    grid-template-columns: max-content min-content
}

.innerpad:hover {
    top: -6px;
    overflow: hidden
}

.innerpad {
    position: relative;
    transition: .5s;
    top: 0
}

.tiled-1 {
    padding: 1.5rem;
    width: 100%
}

.tiled-1 .menu-content {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.tiled-1 .menu-content::after,
.tiled-1 .menu-content::before,
.type-2 .header::after,
.type-2 .header::before {
    chip: "";
    display: table
}

.tiled-1 .menu-content li {
    display: inline-block
}

.tiled-1 .menu-content a,
.type-2 .card-title a {
    color: #fff
}

.tiled-1 .menu-content span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: "Open Sans";
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.tiled-1 .innerpad {
    background-color: #000;
    background-image: linear-gradient(147deg, #000 0, #434343 74%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .2)
}

.tiled-1 .innerpad:hover {
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 7px rgba(0, 0, 0, .13), 0 13px 20px rgba(0, 0, 0, .2)
}

.tiled-1 .innerpad:hover .card-content {
    bottom: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.tiled-1 .card-content {
    position: absolute;
    bottom: -20%;
    width: 100%;
    transition: .64s
}

.tiled-1 .card-content .chip {
    padding: 1em;
    position: relative;
    z-index: 1
}

.tiled-1 .card-title {
    padding: 0 0 20px;
    text-align: left
}

.tiled-1 .text {
    height: 70px;
    margin: 0
}

.badge:empty,
.label:empty,
.tiled-1 input[type=checkbox] {
    display: none
}

.tiled-1 input[type=checkbox]:checked+.menu-content {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
}

.type-1 .innerpad {
    background-attachment: scroll;
    background-position: center center
}

.type-1 .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6f38b8;
    color: #fff;
    padding: .8em;
    border-bottom-right-radius: 14px;
    line-height: 1.2
}

.type-1 .date span {
    display: block;
    text-align: center
}

.type-1 .date .day {
    font-weight: 700;
    font-size: 24px;
    color: #fff
}

.type-1 .date .year {
    font-weight: 700;
    font-size: 16px;
    color: #fff
}

.type-1 .date .month {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff
}

.type-1 .chip {
    background-color: #fff;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, .3)
}

.type-1 .card-title a {
    font-size: 1em;
    font-weight: 800;
    line-height: 1em;
    font-family: "Merriweather Sans", sans-serif
}

.card .card-title.activator,
.type-1 .menu-button,
card .card-title.activator {
    cursor: pointer
}

.type-1 .menu-button span::after,
.type-1 .menu-button span::before {
    chip: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    position: absolute;
    border-radius: 50%
}

.type-1 .menu-button span::before {
    left: -10px
}

.type-1 .menu-button span::after {
    right: -10px
}

.type-1 .menu-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: .64s;
    -o-transition: .64s;
    transition: .64s;
    display: flex;
    align-items: center;
    justify-content: center
}

.type-2 .button::after,
.type-2 .menu-content span {
    opacity: 0;
    transition: .3s
}

.card-panel,
card {
    transition: box-shadow .25s
}

.type-1 .menu-content li:nth-child(2) {
    width: 50%;
    position: relative
}

.type-1 .menu-content li:first-child,
.type-1 .menu-content li:nth-child(3) {
    width: 25%
}

.type-1 .menu-content li {
    background-color: rgba(177, 82, 164, .88);
    display: flex;
    align-items: center;
    height: 57px;
    justify-items: center
}

.type-1 .menu-content a,
.type-1 .menu-content span {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 14px
}

.type-1 .menu-content i {
    padding: 0 5px;
    font-size: 18px;
    position: relative
}

.type-1 .menu-content .flag-sm {
    width: 32px;
    height: 24px;
    border-radius: 7px
}

.type-1 .menu-content span {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 24px;
    color: #10ff27
}

.type-1 .menu-content .count {
    font-family: "helvetica neue", Helvetica, Arial, sans-serif;
    background-color: #f1a817;
    border-radius: 1px;
    color: #fff;
    padding: 7px 6px;
    width: auto;
    top: 10px;
    left: 17%;
    font-size: 10px
}

.type-2 .innerpad {
    background-image: url(/statichtml/image/bg_image_world-800.png);
    background-position: center
}

.type-2 .innerpad:hover .menu-content span {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    opacity: 1
}

.type-2 .header {
    color: #fff;
    padding: 1em
}

.type-2 .header .date {
    float: left;
    font-size: 12px
}

.type-2 .menu-content {
    float: right
}

.type-2 .menu-content li {
    margin: 0 5px;
    position: relative
}

.type-2 .card-content {
    color: #fff;
    -webkit-transform: translateY(calc(70px + 4em));
    transform: translateY(calc(70px + 4em))
}

.type-2 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700
}

.type-2 .button::after {
    chip: "\2192";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.type-2 .button:hover::after {
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
    opacity: 1
}

.topbk {
    position: absolute;
    top: -5px;
    right: 20px;
    font-size: 30px;
    color: #8a2be2
}

.tiled .chip {
    position: absolute;
    margin-top: -45px;
    display: inline-block;
    height: 50px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 120%;
    padding: 1px;
    background-color: transparent;
    z-index: 1
}

.card,
.card .card-image,
.card.large,
.card.medium,
.card.small,
.curve,
card,
card .card-content,
card .card-image {
    position: relative
}

.card-panel,
.tiled .inner-chip {
    padding: 20px
}

.tiled .chip a img,
.tiled .chip img {
    margin-top: -9px;
    margin-left: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 1px;
    background-color: rgba(255, 255, 255, .76);
    box-shadow: 0 1px 3px rgba(136, 153, 166, .5)
}

.tiled .chip ul {
    margin: calc(15px / 2)
}

.chip i.material-icons,
.tiled .chip i.material-icons {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px
}

.card.horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tiled .card-action {
    margin: 1px 10px;
    padding: 0
}

.tiled {
    list-style: none;
    color: #333;
    width: 100%
}

.grid--type-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.card-panel {
    border-radius: 2px;
    background-color: #fff
}

.last,
card,
incard {
    padding: 0
}

.page-footer .card,
card {
    background: -webkit-linear-gradient(90deg, #101011 0, #2f2f3e 54%, #141617 100%) !important;
    background: linear-gradient(90deg, #101011 0, #2f2f3e 54%, #141617 100%) !important
}

card {
    box-shadow: 0 .1em .5em -.3em rgba(0, 0, 0, .2);
    width: 100%
}

card incard img,
card incard img:hover {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

card:hover {
    box-shadow: 0 .3em .95em -.5em rgba(0, 0, 0, .2)
}

card .card-image {
    min-height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

card .card-content,
card .card-title {
    justify-content: center;
    display: flex
}

.card .media-body a.card-title,
card .media-body a.card-title {
    display: flex;
    padding: 22px;
    text-align: left;
    font-weight: 500;
    margin: 11px;
    border-radius: 16px
}

.card .media-body a.card-title:hover,
card .media-body a.card-title:hover {
    border-radius: 20px
}

card .card-content {
    margin: 0;
    align-items: center;
    background-color: #000
}

.card .card-content p,
card .card-content p {
    margin: 0;
    color: inherit
}

card a.card-title:hover span {
    color: inherit;
    overflow-wrap: break-word
}

card a.card-title span {
    color: #ebebeb;
    font-weight: 700;
    width: 100%;
    display: flex;
    word-break: break-all;
    min-height: 69px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    overflow-wrap: anywhere
}

card .card-title {
    font-weight: 700;
    width: 100%;
    min-height: 89px;
    align-items: center;
    flex-wrap: wrap
}

.card {
    transition: box-shadow .25s;
    width: 100%
}

.card.horizontal .card-image img,
.toast {
    width: auto;
    max-width: 100%
}

.card .card-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    margin: 1px
}

.card.large .card-image,
.card.medium .card-image,
.card.small .card-image {
    max-height: 60%;
    overflow: hidden
}

.card.large .card-content,
.card.medium .card-content,
.card.small .card-content {
    max-height: 40%;
    overflow: hidden
}

.card.large .card-action,
.card.medium .card-action,
.card.small .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.card.small {
    height: 300px
}

.card.horizontal.medium,
.card.medium {
    height: 400px
}

.card.horizontal.large,
.card.large {
    height: 500px
}

.card .card-image img {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px
}

.last {
    overflow: hidden
}

.card .card-content {
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative
}

.card .card-content .card-title {
    line-height: 1.2;
    color: rgba(73, 73, 73, .88)
}

.home .card200 {
    height: 200px !important;
    overflow-y: scroll;
    width: 100%
}

.card .card-reveal,
.card.horizontal.large .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.small .card-image img,
incard,
noimage {
    height: 100%
}

.home .card .card-content {
    padding: 10px 15px;
    line-height: 1.2;
    border-block-end: 1px solid rgba(160, 160, 160, 0.2);
    border-bottom: 1px solid rgba(160, 160, 160, .2)
}

.home .card .card-title a {
    color: #000
}

.home .card .card-content:hover {
    background-color: #e0d1e0;
    color: gray
}

.home .card .card-content a:hover {
    color: #364180
}

.home .card .card-action i,
.home .card .card-action span {
    margin: 1px 5px
}

.home .card .card-title {
    font-size: 16px
}

.card .card-action,
.home .card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, .2);
    z-index: 2
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 2px;
    transition: color .3s;
    text-transform: uppercase
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
    color: #ffd8a6
}

.card .card-action+.card-reveal {
    z-index: 1;
    padding-bottom: 64px
}

.card .card-reveal {
    padding: 15px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    z-index: 3;
    display: none
}

.card-reveal li a.active {
    border-left-style: solid !important;
    border-right-style: solid !important;
    border-left-color: rgba(63, 81, 181, .8) !important;
    border-right-color: rgba(63, 81, 181, .8) !important;
    border-right-width: 2px;
    border-left-width: 2px
}

.card-reveal li a.active:hover,
.card-reveal li a:hover {
    background-color: rgba(103, 175, 47, .89) !important;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer
}

.card .card-reveal .card-title {
    cursor: pointer;
    display: block
}

.card.horizontal .card-stacked,
.toast {
    display: -ms-flexbox;
    position: relative
}

.card.horizontal.large .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.small .card-image {
    height: 100%;
    max-height: none;
    overflow: visible
}

.card.horizontal .card-image {
    max-width: 50%
}

.card.horizontal.small {
    height: 150px
}

.card.horizontal .card-stacked {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card.horizontal .card-stacked .card-content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card.sticky-action .card-action {
    z-index: 2
}

span.close {
    position: absolute;
    top: 10px !important;
    right: 10px !important
}

#toast-container {
    display: block;
    position: fixed;
    z-index: 10000
}

.toast {
    border-radius: 2px;
    top: 0;
    margin-top: 10px;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    word-break: break-all;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.chip,
.pagination li,
.pagination li a {
    display: inline-block
}

.toast .btn,
.toast .btn-flat,
.toast .btn-large {
    margin: 0 0 0 3rem
}

.toast.rounded {
    border-radius: 24px
}

.chip {
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4
}

.chip img {
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.pagination li,
.pagination li a,
.pagination li.active a {
    border-radius: 2px;
    text-align: center
}

#content .materialboxed:hover,
#content .materialboxed:hover:not(.active),
incard+span:hover,
navtap a.buttons:last-child:hover i.ito:nth-last-child(2) {
    opacity: 1
}

.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    transition: opacity .4s;
    max-width: 100%
}

.cd-content,
.label {
    display: inline-flex
}

.pagination li {
    margin: 0 1px;
    vertical-align: top;
    height: 30px
}

.pagination li a {
    padding: 0 10px;
    color: rgba(82, 82, 82, .7);
    font-weight: 300;
    line-height: 30px;
    font-size: 1.2rem
}

incard+span,
incard:hover+span {
    padding: 8px 24px;
    font-weight: 700
}

.pagination li a:hover {
    color: rgba(255, 255, 255, .93);
    font-weight: 300;
    background-color: rgba(72, 130, 238, .76)
}

.pagination li.active a {
    color: #fff;
    font-weight: 600;
    background-color: rgba(72, 130, 238, .93);
    padding: 0 10px;
    line-height: 30px
}

.pagination li.active {
    background-color: transparent
}

.pagination li.disabled a {
    cursor: default;
    color: #999
}

.pagination li i {
    font-size: 1.6rem;
    vertical-align: middle;
    font-weight: 700
}

.pagination li.pages ul li {
    display: inline-block;
    float: none
}

.card-label li.label {
    padding: .1em .2em;
    font-size: 100%;
    line-height: 120%;
    margin-right: 5px
}

.label.label-rounded:focus,
.label.label-rounded:hover {
    background-color: #2b973d;
    color: #fdfbff
}

.label {
    padding: .2em .9em .2em .4em;
    font-size: .9em;
    font-weight: 400;
    line-height: 2;
    color: inherit;
    white-space: nowrap;
    border-radius: .35em;
    justify-content: center;
    align-items: center;
    margin: 2px
}

.label.label-xs {
    padding: 1px .5em;
    font-size: 75%
}

.label.label-sm {
    padding: .1em .65em .2em;
    font-size: 75%
}

.label.label-lg {
    padding: .4em .9em .5em;
    font-size: 95%
}

.label.label-rounded i {
    padding: 0 3px;
    line-height: normal
}

.label.label-rounded {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #dadce0b8;
    background-color: var(--text-light);
    color: #cecece;
    display: -webkit-box;
    display: -webkit-flex;
    display: inline-flex;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    align-items: center;
    justify-content: center;
    padding: 1px 14px 1px 7px;
    margin-top: 2px;
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: 500
}

.nofigure:after,
.nofigure:before,
noimage:after,
noimage:before {
    color: rgba(102, 102, 102, .2)
}

.cd-content,
incard {
    align-items: center
}

.label.label-rounded.label-xs {
    padding: 0 .35em .1em
}

.label.label-rounded.label-sm {
    padding: .1em .65em .2em
}

.label.label-rounded.label-lg {
    padding: .4em .9em .5em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2em;
    background-color: rgba(46, 45, 47, .46)
}

.btn .badge,
.btn .label {
    position: relative;
    top: -1px
}

.badge-up {
    padding: 3px 6px;
    font-size: .7rem;
    line-height: inherit;
    color: #fff !important;
    background-color: #2196f3;
    position: relative;
    border-radius: 50%;
    top: 3px;
    right: 3px
}

.modal,
.modal-bg {
    right: 0;
    bottom: 0
}

.cd-content {
    position: relative;
    padding: .2em;
    border-radius: 8px 16px 8px 2px;
    margin: 1px;
    justify-content: space-between
}

.cd-content .day,
.cd-content .month,
.cd-content .week,
.cd-content .year {
    font-size: 20px;
    text-align: right
}

.dp_calendar {
    position: relative;
    display: inline-block;
    padding: 10px 1px
}

.card-image,
.card-image-x,
.card-image>img {
    display: block;
    width: 100%
}

.dp_calendar .div_dates .day_name {
    margin: 0
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.btn-wrap,
.modal-bg,
.modal-close-btn,
.modal-main,
incard {
    position: absolute
}

.modal-open {
    overflow: hidden;
    opacity: 1;
    visibility: visible
}

.modal-bg {
    z-index: 5;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0
}

.modal-main {
    border-radius: 4px;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin-top: -160px;
    margin-left: -325px;
    width: 650px;
    height: 320px;
    padding: 1em;
    background: url("") 100% 0 no-repeat #fff;
    overflow: hidden;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2)
}

.modal-close-btn {
    right: 10px;
    top: 10px;
    font-size: 1.5em;
    text-decoration: none;
    color: #999
}

.va-b {
    vertical-align: bottom
}

.va-t {
    vertical-align: top
}

.va-m {
    vertical-align: middle
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.nofigure.no-image,
.nofigure.no-image span {
    -webkit-transform: rotate(357deg);
    -moz-transform: rotate(345deg)
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

.btn-wrap {
    bottom: 50px;
    right: 50px
}

.btn {
    cursor: pointer;
    padding: 1em;
    font-weight: 700;
    font-family: open sans;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    font-size: .9em;
    text-decoration: none;
    margin-right: .5em;
    border-radius: 3px;
    outline: 0;
    border: none
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

incard {
    width: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.nofigure.no-image {
    display: flex;
    font: 1.52em "Sketch Block";
    align-items: center;
    justify-content: center;
    white-space: pre-wrap;
    width: 93%;
    align-content: center
}

.nofigure.no-image.smalling:after,
.nofigure.no-image.smalling:before,
.nofigure:after,
.nofigure:before {
    font-family: ito-icon-to5-essential !important;
    font-size: 3em;
    position: absolute
}

.nofigure.no-image.smalling span {
    font: 1.02em "Sketch Block";
    margin-top: 21%;
    margin-left: 6%
}

.nofigure.no-image.smalling:before {
    content: "\e977";
    left: 4%;
    top: 0
}

.nofigure.no-image.smalling:after {
    content: "\e978";
    right: 4%;
    top: 130px
}

.nofigure:before {
    content: "\e977";
    left: 4%;
    top: -120px
}

.nofigure:after {
    content: "\e978";
    right: 4%;
    top: 120px
}

.nofigure.no-image span {
    font: 1.2em "Sketch Block";
    color: rgba(255, 255, 255, .96);
    max-width: 98%
}

incard+span {
    opacity: 0;
    font-size: 13px;
    color: #fff;
    z-index: 10;
    background-color: #333;
    margin: 5px;
    border-radius: 12px 3px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

incard:hover+span {
    opacity: 1;
    font-size: 14px;
    color: #fff;
    z-index: 10;
    background-color: #000000a6;
    border-radius: 20px 1px;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out
}

card .card-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

card incard:hover img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    color: #fff
}

card incard img {
    background-color: rgba(255, 255, 255, .17)
}

.card-image {
    min-height: 20rem;
    background-size: cover;
    position: absolute
}

.card-image-x {
    min-height: 20rem;
    background: center center/cover no-repeat #fff;
    position: absolute;
    overflow-x: hidden
}

.card-image>img {
    opacity: 0
}

.card-image.is-loaded {
    filter: none;
    transition: filter 1s
}

navtap.float-action-button {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 1em;
    z-index: 50
}

navtap a.buttons {
    box-shadow: 0 5px 11px -2px rgba(0, 0, 0, .18), 0 4px 12px -7px rgba(0, 0, 0, .15);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 2.6em;
    padding: 1px 0 0;
    text-align: center;
    display: block;
    margin: 8px auto 5px;
    position: relative;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    background-color: var(--bg-orange);
    display: flex;
    align-items: center;
    justify-content: center
}

navtap a.buttons:active,
navtap a.buttons:focus,
navtap a.buttons:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    text-decoration: none
}

navtap a.buttons:not(:last-child) {
    width: 38px;
    height: 38px;
    margin: 24px auto 0;
    opacity: 0;
    font-size: 1.16em;
    padding-top: 4px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(40px);
    display: flex;
    align-items: center;
    justify-content: center
}

navtap a.buttons.main-button>i:first-child {
    position: relative;
    margin-top: 10px
}

navtap.float-action-button:hover a.buttons:not(:last-child) {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 10px auto 0
}

navtap a.buttons:last-child {
    -webkit-transition-delay: 65ms;
    transition-delay: 125ms
}

navtap .buttons:not(:last-child) i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: .99rem;
    line-height: 37px
}

navtap a.buttons:last-child i.ito {
    transform: rotate3d(0, 0, 1, 0);
    transition: content .4s, transform .4s, opacity .4s
}

navtap a.buttons:last-child:hover i.ito {
    transform: rotate3d(0, 0, 1, -180deg)
}

navtap a.buttons:last-child i.ito:nth-last-child(1) {
    position: absolute;
    margin: 10px 0 0 -32px
}

navtap a.buttons:last-child i.ito:nth-last-child(2),
navtap a.buttons:last-child:hover i.ito:last-child {
    opacity: 0
}

navtap a.buttons:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 90ms;
    transition-delay: 0.2s
}

navtap a.buttons:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 75ms;
    transition-delay: 140ms
}

navtap a.buttons:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 60ms
}

navtap .tooltip.left {
    margin-left: -10px
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@media screen and (min-width: 15em) {
    .other {
        max-width: calc(50% - .33em)
    }
}

@media screen and (min-width: 55em) {
    .tiled {
        max-width: calc(50% - .33em)
    }

    .other {
        max-width: calc(33% - .33em)
    }
}

@media screen and (min-width: 90em) {

    .other,
    .tiled {
        max-width: calc(33% - .33em)
    }
}

@media (max-width: 1240px) {
    .article-container {
        margin-left: 1rem;
    }

    .titleSection {
        margin-left: 1rem;
    }
}

@media (max-width: 800px) {
    .tool .tooltip-toggle::before {
        max-width: 240px !important;
        top: -95px !important
    }

    #id-container.list-group {
        position: sticky;
        top: 10px
    }

    #search-form input[type=search] {
        margin: 0 3px 0 0 !important;
        font-size: 15px !important;
        padding: 9px 5px 10px 16px !important;
        width: calc(100% - 61px) !important
    }

    #search-form input[type=text] {
        padding: 6px;
        font-size: 17px
    }

    #search-form .search-container button {
        margin-left: -5px !important;
        font-size: 16px !important;
        padding: 11px 14px 10px 10px
    }

    #search-form .search-container {
        position: sticky;
        display: flex;
        top: 0;
        margin: auto;
        padding: 0;
        margin-top: 1rem !important;
        align-items: center;
        justify-content: space-between
    }

    .menuFlx {
        flex-direction: column !important
    }

    .menuFlx li {
        margin: 1px 3px;
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center
    }

    .menuFlx li a {
        display: flex !important;
        width: 84% !important;
        text-align: center;
        justify-content: center;
        flex-wrap: nowrap
    }

    .label {
        font-size: 100%;
        font-weight: 300;
        line-height: 200%
    }

    .divider {
        height: 1px;
        overflow: hidden;
        background-color: #e0e0e0;
        clear: both
    }
}

@media only screen and (max-width: 600px) {
    .tiled-1 .card-content .chip-1 {
        background-color: #fff
    }

    #toast-container {
        min-width: 100%;
        bottom: 0
    }

    .toast {
        width: 100%;
        border-radius: 0
    }
}

@media only screen and (min-width: 601px) and (max-width:992px) {
    #toast-container {
        left: 5%;
        bottom: 7%;
        max-width: 90%
    }

    .toast {
        float: left
    }
}

@media only screen and (min-width: 993px) {
    #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%
    }

    .toast {
        float: right
    }
}

@media (min-width: 1em) {
    .grid--type-b {
        margin: 0
    }
}

@media (max-width: 41em) {

    .other,
    .tiled-1 {
        max-width: calc(100% - .33em)
    }

    #horizon,
    .grid--type-b {
        margin: 0
    }

    .grid--type-c {
        margin: .5em
    }

    .tiled-1 {
        padding: 1.2em 1em
    }

    .tiled-1 .innerpad {
        min-height: 500px
    }
}

@media (min-width: 41em) {
    .tiled-1 {
        max-width: calc(100% - .33em)
    }

    .other {
        max-width: calc(33% - .33em)
    }

    .tiled-1 .innerpad {
        min-height: 600px
    }

    .grid--type-c {
        margin: .944em
    }
}

@media (min-width: 52em) {
    #wallBrick .tiled-1 {
        max-width: calc(50% - .33em)
    }

    .grid--type-b {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 3em
    }
}

@media (min-width: 67em) {
    #wallBrick .tiled-1 {
        max-width: calc(33% - .33em)
    }

    .tiled-1 .innerpad {
        min-height: 500px
    }
}

@media (min-width: 80em) {
    .tiled-1 {
        max-width: calc(50% - .33em)
    }

    .other {
        max-width: calc(33% - .33em)
    }

    .tiled-1 .innerpad {
        min-height: 400px
    }
}

@media (min-width: 90em) {

    .other,
    .tiled-1 {
        max-width: calc(33% - .33em)
    }

    .tiled-1 .innerpad {
        min-height: 400px
    }
}

@media (min-width: 96em) {
    .tiled-1 .innerpad {
        min-height: 400px
    }
}

.grid--type-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    text-align: center
}

@media (min-width: 55.6875em) {

    .wrapper .grid--type-b,
    .wrapper .grid--type-c {
        max-width: 92rem;
        margin: 0 auto;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        min-height: calc(100vh - 56px - 2rem)
    }

    .grid--type-b,
    .wrapper .grid--type-b,
    .wrapper .grid--type-c {
        min-height: calc(100vh - 56px - 2rem)
    }

    #wallBrick .grid--type-b {
        max-width: 72rem
    }

    .wrapper .grid--type-b {
        padding: 0
    }

    .grid--type-c {
        max-width: 82rem;
        margin: auto;
        padding: 40px
    }

    .grid--type-b {
        max-width: 82rem;
        margin: 0 auto;
        padding: .5rem
    }

    .theme-editor-container {
        display: flex
    }

    .theme-editor-container>* {
        padding: 0 .5rem
    }

    .theme-editor-container>h1 {
        flex: 1;
        margin-top: 0
    }

    .theme-editor,
    .theme-preview {
        padding: 0 2rem;
        border: 0
    }

    .theme-editor {
        flex: 2
    }

    .theme-preview {
        flex: 3
    }

    .color-picker,
    .typography form p {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media only screen and (max-width: 992px) {
    .badge-up {
        padding: 3px 6px;
        font-size: .7rem;
        line-height: inherit;
        color: #fff !important;
        background-color: #2196f3;
        position: relative;
        border-radius: 50%;
        box-sizing: border-box;
        top: 3px;
        right: 3px
    }

    .pagination {
        width: 100%
    }

    .pagination li.next,
    .pagination li.prev {
        width: 10%
    }

    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap
    }
}

.chanCard .channel,
.topCard .channel {
    position: relative;
    display: block;
    margin: auto;
    border-bottom: 4px solid #1877f2;
    max-width: 86rem
}

.chanCard .channel span,
.topCard .channel span {
    position: relative;
    display: table;
    white-space: nowrap;
    background-color: #1877f2;
    padding: 10px 24px;
    color: #fff;
    font-weight: 800;
    border-radius: 24px 12px 6px 0;
    margin: 1px 0
}

.chanCard .channel i {
    position: relative;
    color: #fff;
    font-weight: 800;
    margin-right: 6px;
    top: 2px
}

card .date,
card .implement,
card .implement.oth {
    position: absolute;
    z-index: 2
}

.items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    transition: .82s;
    transform: scale(.98);
    will-change: transform;
    user-select: none;
    cursor: pointer
}

.bg-grey,
.bg-red,
.bg-white {
    overflow: auto
}

.items.active {
    background: rgba(255, 255, 255, .3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1.01)
}

.item {
    display: inline-flex;
    position: relative;
    width: 280px;
    margin: auto;
    padding: 24px;
    transition: box-shadow .25s;
    border-radius: 12px
}

@media screen and (max-width: 500px) {
    .item {
        min-height: 200px;
        min-width: 200px
    }
}

.chanCard {
    max-width: 92rem;
    margin: auto;
    padding: 0 30px
}

.grid--type-d {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 92rem;
    margin: auto;
    padding: 4px
}

card .date {
    background-color: rgba(126, 104, 218, .98);
    top: -16px;
    left: 11px;
    padding: 6px 14px;
    border-radius: 0 12px 6px
}

card .implement.oth {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

card .implement {
    display: flex;
    top: -21px;
    left: 14px;
    align-items: center;
    flex-wrap: nowrap;
    width: inherit;
    justify-content: flex-end
}

card .implement.oth {
    top: -7px;
    left: 8px;
    justify-content: flex-end;
    width: 100%
}

card .implement .flagSet,
card .implement.oth .flagSet {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 42px;
    height: 32px
}

card .implement .date {
    position: relative;
    display: flex;
    align-items: center;
    background: #3f51b5;
    top: unset;
    left: unset;
    font-size: 10px;
    font-weight: 400;
    border-radius: 7px 0 0;
    border: none;
    padding: 6px 12px 6px 9px;
    justify-content: center;
    flex-wrap: nowrap;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-transition: margin .35s cubic-bezier(.25, .46, .45, .94);
    transition: background .35s cubic-bezier(.25, .46, .45, .94)
}

card .implement .date span {
    padding: 0 3px
}

card .implement .counterFlx {
    position: relative;
    display: flex;
    font-size: 15px;
    background: #446023;
    color: #fff;
    top: unset;
    left: unset;
    font-weight: 700;
    border-radius: 0;
    border: none;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 14px;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    z-index: 3;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-transition: background .35s cubic-bezier(.25, .46, .45, .94);
    transition: background .35s cubic-bezier(.25, .46, .45, .94);
    align-items: center
}

card .implement .counterFlx i {
    padding-right: 8px
}

card .implement .counterFlx small {
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 300 !important;
    color: #fff !important
}

card .implement .flagSet img {
    padding: 0;
    width: 40px !important;
    height: auto;
    margin: auto;
    -webkit-transition: background .35s cubic-bezier(.25, .46, .45, .94);
    transition: background .35s cubic-bezier(.25, .46, .45, .94)
}

card .implement.oth .flagSet {
    align-items: flex-start;
    background: 0 0;
    flex-wrap: nowrap;
    margin-top: -2px;
    border: 1px solid var(--c-indigo);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%), 0 0 8px rgb(0 0 0 / 20%);
    justify-content: center
}

card .implement .flagSet {
    align-items: flex-start;
    background: 0 0;
    flex-wrap: nowrap;
    margin-left: 4px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 20%);
    justify-content: center
}

noimage,
noimage .no-image {
    position: relative;
    align-items: center;
    display: flex;
    width: 100%
}

card .implement.oth .flagSet img {
    padding: 0
}

card .date .day,
card .date .month,
card .date .year {
    color: #fff;
    font-weight: 300;
    font-size: 15px
}

noimage {
    justify-content: center;
    min-height: 350px;
    background-color: rgba(5, 6, 6, .85);
    border-radius: 0;
    font-size: 1.3em;
    color: #fff;
    font-family: ito-icon-to5-essential
}

noimage .no-image {
    justify-content: center;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    line-break: auto
}

.ai-center,
.menuFlx {
    align-items: center
}

noimage:before {
    content: "\f4f4";
    left: 2%;
    margin-top: -34%
}

noimage:after {
    content: "\f4fc";
    right: 2%;
    top: 58%
}

noimage .no-image {
    font: 1.2em "Sketch Block";
    color: rgba(255, 255, 255, .96);
    max-width: 70%
}

@media only screen and (min-width: 800px) {
    noimage:before {
        left: 4%
    }

    noimage:after {
        right: 4%
    }

    noimage .no-image:first-letter {
        font-size: 4em;
        line-height: 2em;
        margin-top: -.8em;
        margin-inline-end: 10px
    }

    noimage .no-image {
        max-width: 80%;
        font: 2em "Sketch Block"
    }
}

@-moz-document url-prefix() {
    noimage .no-image:first-letter {
        margin-top: -29px
    }
}

.menuFlx {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.menuFlx li a {
    margin: 10px 15px;
    padding: 1rem;
    display: block;
    width: auto;
    min-width: 181px;
    color: #fff;
    font-size: 100%;
    text-align: center;
    line-height: normal;
    font-weight: 600;
    text-decoration: none;
    background: rgba(30, 136, 229, .99);
    border-color: transparent;
    border-radius: 2px !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.tool .tooltip-toggle-relative::before,
.tool .tooltip-toggle::before {
    right: inherit;
    left: auto;
    border-radius: 5px;
    content: attr(aria-label);
    text-transform: none;
    transition: .5s;
    width: max-content;
    max-width: 340px;
    max-height: 100px;
    overflow-y: auto;
    z-index: 10000
}

.menuFlx li a:hover {
    background: #00000078
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        left: 50%;
        width: 450px;
        height: 450px
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        right: 50%;
        width: 450px;
        height: 450px
    }
}

.container.container-narrow {
    max-width: 1000px
}

.curved-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background: #fff;
    border-top-left-radius: 50% 20%;
    border-top-right-radius: 50% 20%;
    user-select: none
}

.bg-red-curve {
    background: linear-gradient(to bottom, #cc1414 0, #bf0f0f 100%);
    position: relative;
    z-index: 2;
    margin-bottom: -1px
}

@media screen and (min-width: 1000px) {
    .bg-red-curve {
        background-image: url(assets/images/bg-lotto-balls.png), linear-gradient(to bottom, #cc1414 0, #bf0f0f 100%);
        background-repeat: no-repeat;
        background-size: 831px, cover;
        background-position: right -15% bottom
    }
}

@media screen and (min-width: 1200px) {
    .bg-red-curve {
        margin-bottom: -80px
    }
}

@media screen and (min-width: 1410px) {
    .bg-red-curve {
        margin-bottom: -100px
    }
}

.bg-white {
    background-color: #fff
}

.bg-red {
    background-color: #cc1414
}

.bg-grey {
    background-color: #f5f8fb
}

.top-vert-divider:before {
    content: "";
    position: relative;
    z-index: 10;
    width: 1px;
    height: 60px;
    background-color: #ddd;
    display: block;
    margin: 0 auto 40px
}

.jc-between {
    justify-content: space-between
}

.jc-around {
    justify-content: space-around
}

.jc-center {
    justify-content: center
}

.tool .label {
    display: flex;
    align-items: center;
    justify-content: center
}

.tool .label-text {
    margin-left: .5em
}

.tool .tooltip-toggle-relative {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    top: auto !important
}

.tool .tooltip-toggle {
    cursor: pointer;
    position: absolute;
    bottom: 4px;
    right: 10px;
    color: #767676
}

.tool .tooltip-toggle i,
.tool .tooltip-toggle svg {
    height: 18px;
    width: 18px;
    color: inherit;
    font-size: 20px
}

.tool .tooltip-toggle-relative::before {
    position: absolute;
    top: -30px;
    background-color: #151515;
    padding: 8px 20px;
    bottom: unset
}

.tool .tooltip-toggle::before {
    position: absolute;
    top: -71px;
    background-color: #2b222a;
    padding: 1rem
}

.tool .tooltip-toggle-relative::after,
.tool .tooltip-toggle::after {
    position: absolute;
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0
}

.tool .tooltip-toggle-relative::before,
.tool .tooltip-toggle::before,
.tooltip-toggle-relative::after,
.tooltip-toggle::after {
    color: #efefef;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    text-align: left
}

.tool .tooltip-toggle-relative:focus::before,
.tool .tooltip-toggle:focus::before,
.tooltip-toggle-relative:focus::after,
.tooltip-toggle-relative:hover::after,
.tooltip-toggle-relative:hover::before,
.tooltip-toggle:focus::after,
.tooltip-toggle:hover::after,
.tooltip-toggle:hover::before {
    opacity: 1;
    transition: .75s
}

#search-form {
    display: block;
    padding: 3px 9px;
    border-bottom: 1px solid #d2d2d2;
    text-align: right
}

.tool {
    flex-direction: column;
    max-width: 100%;
    padding: 5px 0
}

#search-form input[type=search] {
    padding: 9px 5px 9px 16px;
    margin-top: -5px;
    font-size: 17px;
    border-radius: 22px 0 0 22px;
    border: 1px solid rgba(41, 52, 171, .46);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: auto;
    min-width: 100px;
    background: #f0f8ff21;
    width: calc(100% - 76px)
}

#search-form input[type=search]:focus {
    background: rgba(94, 66, 146, .18);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#search-form input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none
}

#search-form .search-container button {
    padding: 9px 14px 9px 10px;
    margin-left: -6px;
    border-radius: 0 14px 14px 0;
    font-size: 19px;
    border: 1px solid rgba(41, 52, 171, .46);
    cursor: pointer
}

#search-form .search-container button:hover {
    background: #ccc
}

.search input[type=search],
.search input[type=text] {
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: .3s;
    color: #ccc
}

.ads-carousel-item .card .book img {
    height: 180px
}

.ads-carousel-item .card img,
.list-carousel-item .card img {
    height: 150px
}

.ads-carousel-item .card {
    border-radius: 10px
}

.ads-carousel-item .card .blue {
    border-radius: 10px 10px 0 0
}

.list-carousel-item {
    width: 200px;
    border-radius: 12px
}

.list-carousel-item .card .book img {
    height: 280px
}

.wrapper-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: -webkit-box;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap
}

.content-scroll {
    width: 3862px;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    border-radius: 20px;
    min-height: 0;
    flex: none
}

.colonna p {
    margin: 30px 1px 10px;
    padding: 0
}

@media only screen and (max-width: 4096px) {

    .last-carosello-item .card-image,
    .last-carosello-item.card,
    .latest .thumb {
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center center
    }

    .last-carosello-item .card-image,
    .latest .thumb {
        background-size: cover
    }

    .last-carosello-item {
        float: left;
        min-width: 280px;
        margin: 0 .6em;
        transition: box-shadow .25s;
        border-radius: 2px
    }

    .last-carosello-item .card .book img {
        height: 280px
    }

    .list-carousel-item .card img {
        height: 150px
    }

    .last-carosello-item.card {
        width: 310px;
        margin: .6em
    }

    .carosello {
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        position: relative;
        display: -webkit-box
    }

    .last-carosello {
        border-radius: 20px;
        min-height: 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start
    }

    .last-carosello.latest {
        height: 410px;
        display: flex;
        justify-content: center;
        justify-items: center;
        margin: .3em 0
    }

    .page-footer .card .card-content {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: #101011;
        background: -moz-linear-gradient(90deg, #101011 0, #2f2f3e 54%, #141617 100%);
        background: -webkit-linear-gradient(90deg, #101011 0, #2f2f3e 54%, #141617 100%);
        background: linear-gradient(90deg, #101011 0, #2f2f3e 54%, #141617 100%)
    }

    .page-footer .card .last a {
        height: 90px
    }

    .latest .thumb {
        height: 150px;
        width: 100%
    }

    .page-footer .card.last a.black-text {
        height: 112px
    }

    .latest .clear {
        display: block;
        position: relative;
        width: 250px
    }

    .latest {
        height: 400px
    }

    .newlatest {
        max-height: 414px
    }

    .newlatest .card-content {
        height: 210px;
        width: 310px;
        overflow-y: hidden
    }

    .latest .img {
        float: none;
        height: auto;
        width: 263px
    }

    .page-footer .last a.canale {
        height: 48px;
        padding: 1em 1.8em
    }

    .page-footer .last a,
    .page-footer .last p {
        font-size: 1.25em;
        padding: 1.8em;
        align-items: center;
        justify-content: left;
        line-height: 1.1;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        border-bottom: 1px solid var(--bg-darken-2);
        height: 117px;
        background: #fff
    }

    .latest-list li {
        padding: 8px 0;
        border-top: 1px solid #353535
    }

    .latest-list li:first-child {
        padding-top: 0;
        border-top: none
    }

    .latest-list li a {
        color: #eee
    }
}

article.information {
    font-family: Roboto, sans-serif;
    position: relative;
    margin: 1rem;
    max-width: 800px;
    display: flex;
    align-items: initial;
    justify-items: center;
    flex-direction: column;
    justify-content: center
}

article.information .info {
    border: none;
    padding: 1rem 2rem;
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 40px;
    box-shadow: 0 0 100px rgba(0, 0, 0, .23)
}

article.information .info p {
    position: relative;
    font-size: 1rem
}

article.information .info .tag {
    display: flex;
    position: relative;
    font-size: .7rem;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(124, 124, 124, .61)
}

article.information .info .title {
    position: relative;
    font-size: 2rem;
    color: #2162e4;
    line-height: 1.2;
    margin-top: 1.62rem;
    margin-bottom: 1.62rem
}

article.information .info .title small {
    position: relative;
    font-weight: 400;
    font-size: 1rem !important;
    color: #475b81
}

article.information .info .time {
    display: inline-block;
    padding: 4px 6px;
    background: rgba(161, 161, 161, .25);
    font-size: 12px
}

article.information .info hr {
    height: 0;
    margin-top: 11px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(110, 110, 110, .64);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

article.information .info div .title {
    position: relative;
    font-size: 2.15rem;
    font-weight: 500;
    line-height: .72
}

article.information .info div .description {
    position: relative;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 300
}

article.information .info figure {
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    right: 27px;
    top: 40px;
    width: 40px;
    padding: 0
}

article.information .info figure img {
    padding: 0;
    box-shadow: 0 0 4px rgba(99, 99, 99, .53);
    width: 48px;
    height: 32px
}

article.information .info .footer {
    font-family: Roboto, sans-serif;
    position: relative;
    margin: 2rem auto;
    line-height: normal
}

article.information .info .footer .title {
    font-family: Roboto, sans-serif;
    position: relative;
    font-size: 1.8rem;
    color: #2162e4;
    line-height: 1.2;
    font-weight: 400
}