.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
}

/* CONTAINERS */
.container-ssll,
.basic--page-footer {
    padding-inline: calc(100vw * 24 / 1440) !important;
}
.container-agenda {
    width: 1220px;
    margin: auto;
}
@media (min-width: 1440px) {
    .container-agenda {
        width: calc(100vw * 1220 / 1440);
    }
    .news-items__items__img {
        height: calc(100vw * 200 / 1440) !important;
    }
}
@media (max-width: 1023px) {
    .container-ssll,
    .basic--page-footer {
        padding-inline: 20px !important;
    }
}
@media (max-width: 1250px) {
    .container-agenda {
        width: inherit;
        padding-inline: 20px;
    }
}
@media (max-width: 768px) {
    .container-ssll,
    .basic--page-footer,
    .container-agenda {
        padding-inline: 15px !important;
    }
}
/* FOOTER */
.basic--page-footer {
    background-color: #333333 !important;
}
/* STYLES */
body {
    color: #333333;
    font-family: "GothamHTFCond", "Arial", "Helvetica", sans-serif;
}
.bold {
    font-family: "GothamHTFCond", "Arial", "Helvetica", sans-serif;
}
.light {
    font-family: "GothamHTF-LightCondensed", "Arial", "Helvetica", sans-serif;
}
.helvetica {
    font-family: "Helvetica", "Arial", "Helvetica", sans-serif;
}
.upper {
    text-transform: uppercase;
}
.border-top {
    border-top: 1px solid black;
}
.letter-spacing {
    letter-spacing: 0.03em;
}
.text-format p,
.text-format ul,
.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6{
    padding-bottom: 20px;
}
.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4{
    font-family: "GothamHTFCond", "Arial", "Helvetica", sans-serif;
}

/* SIZES */
.t15,
.t15 p {
    font-size: 15px;
    line-height: 1.18em;
}
.t18,
.text-format p,
.text-format ul,
.text-format li,
.text-format h5,
.text-format h6 {
    font-size: 18px;
    line-height: 1.18em;
}
.t24 {
    font-size: 24px;
    line-height: 1em;
}
.t34,
.text-format h4
 {
    font-size: 34px;
    line-height: 1em;
}
.t41, .text-format h3{
    font-size: 41px;
    line-height: 1em;
}
.t50,
.text-format h2,
.text-format h1 {
    font-size: 50px;
    line-height: 1em;
}
.t59,
.draw-acf-content--title-h2 > .text-and-right-border > .table > span {
    font-size: 59px;
    line-height: 1em;
}
.t90 {
    font-size: 90px;
    line-height: 0.88em;
}
@media (max-width: 1250px) {
    .t24 {
        font-size: 20px;
    }
    .t41 {
        font-size: 37px;
    }
    .t50 {
        font-size: 44px;
    }
}
@media (max-width: 768px) {
    .t15,
    .t15 p {
        font-size: 13px;
    }
    .t24 {
        font-size: 18px;
    }
    .t41 {
        font-size: 33px;
    }
    .t50 {
        font-size: 38px;
    }
    .corporate--home-slideshow .slideshow-item > .content-area > .left > .title {
        font-size: 55px !important;
    }
    .t59,
    .draw-acf-content--title-h2 > .text-and-right-border > .table > span {
        font-size: 46px;
    }
    .t90 {
        font-size: 80px;
    }
}
@media (max-width: 640px) {
    .t90 {
        font-size: 65px;
    }
}

/* COLORS */
.color-red {
    color: #e21b2e;
}
.bg-red {
    background-color: #e21b2e;
}
