.component-accordion-tda .accordion {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #e6e6e6
}

.component-accordion-tda .accordion__dropdown {
    list-style: none;
    padding: 1.5em 0;
    position: relative;
    border-bottom: 1px solid #e6e6e6
}

.component-accordion-tda .accordion__label {
    margin: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 4rem;
    position: relative;
    color: #af272f!important;
    font: 400 1.375rem Rubik, sans-serif
}

@media (max-width:575.98px) {
    .component-accordion-tda .accordion__label {
        padding-left: 3rem;
        font-size: 1.25rem
    }
}

.component-accordion-tda .accordion__label:before {
    content: "";
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: url(/images/arrow-right.svg?6dca706edfddee57642030f43c87a062) no-repeat 50%;
    background-size: contain
}

.component-accordion-tda .accordion__label.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.component-accordion-tda .accordion__content {
    display: none;
    clear: both;
    overflow: hidden;
    padding-top: 1em
}

.component-accordion-tda .accordion__content .col-half {
    float: left;
    width: 70%;
    padding-right: 2em;
    padding-left: 4rem
}

@media (max-width:767.98px) {
    .component-accordion-tda .accordion__content .col-half {
        padding-right: 0;
        width: 100%
    }
}

@media (max-width:575.98px) {
    .component-accordion-tda .accordion__content .col-half {
        padding-left: 3rem
    }
}

.component-accordion-tda .accordion__content a:not(.btn-t),
.component-accordion-tda .accordion__content p {
    margin: .8em 0;
    line-height: 1.4;
    color: #464646;
    font: 400 1rem Rubik, sans-serif
}

.component-accordion-tda .accordion__content a:not(.btn-t) {
    color: #af272f!important;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.component-accordion-tda .accordion__content a:not(.btn-t):hover {
    color: #ff8200
}

.component-accordion-tda .accordion__content ul {
    padding-bottom: .5em;
    padding-left: 0
}

.component-accordion-tda .accordion__content ul li {
    margin: .7em 0;
    line-height: 1.4;
    list-style: none;
    padding-left: .8em;
    color: #464646;
    position: relative;
    font: 500 1rem Rubik, sans-serif
}

.component-accordion-tda .accordion__content ul li:before {
    content: "";
    left: 0;
    top: .5rem;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background: #464646
}

.component-accordion-tda .accordion .btn-t {
    height: 4em;
    float: right;
    width: 100%;
    max-width: 12em;
    font-weight: 500
}

@media (max-width:767.98px) {
    .component-accordion-tda .accordion .btn-t {
        max-width: 100%
    }
}

.component-accordion-th .accordion {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #e6e6e6
}

.component-accordion-th .accordion__dropdown {
    list-style: none;
    padding: 1.5em 0;
    position: relative;
    border-bottom: 1px solid #e6e6e6
}

.component-accordion-th .accordion__label {
    margin: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 4rem;
    position: relative;
    color: #af272f!important;
    font: 400 1.375rem Rubik, sans-serif
}

@media (max-width:575.98px) {
    .component-accordion-th .accordion__label {
        padding-left: 3rem;
        font-size: 1.25rem
    }
}

.component-accordion-th .accordion__label:before {
    content: "";
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: url(/images/arrow-right.svg?6dca706edfddee57642030f43c87a062) no-repeat 50%;
    background-size: contain
}

.component-accordion-th .accordion__label.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.component-accordion-th .accordion__content {
    display: none;
    padding-top: 1em;
    padding-left: 4rem
}

@media (max-width:575.98px) {
    .component-accordion-th .accordion__content {
        padding-left: 3rem
    }
}

.component-accordion-th .accordion__content a,
.component-accordion-th .accordion__content p {
    margin: 1em 0;
    color: #464646;
    font: 400 1rem Rubik, sans-serif
}

.component-accordion-th .accordion__content a {
    color: #af272f!important;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.component-accordion-th .accordion__content a:hover {
    color: #ff8200
}

.component-ads-row {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.component-ads-row,
.component-ads-row .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767.98px) {
    .component-ads-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.component-ads-row__card {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-color: #fff;
    margin-right: 1rem;
    text-align: center;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.component-ads-row__card:last-of-type {
    margin-right: 0
}

.component-ads-row__card:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff8200;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1)
}

@media (max-width:767.98px) {
    .component-ads-row__card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 0;
        margin-bottom: 1rem
    }
    .component-ads-row__card:last-of-type {
        margin-bottom: 0
    }
}

.component-ads-row__card__image {
    width: 100%
}

.holder-sidebar .component:first-child {
    padding-top: 0!important
}

.holder-sidebar .component-ads-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.holder-sidebar .component-ads-row__card {
    margin-right: 0;
    margin-bottom: 1rem
}

.holder-sidebar .component-ads-row__card:last-of-type {
    margin-bottom: 0
}

.component-ads-row-dynamic {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.component-ads-row-dynamic,
.component-ads-row-dynamic .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767.98px) {
    .component-ads-row-dynamic {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.component-ads-row-dynamic .component-ads-row__card {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-color: #fff;
    margin-right: 1rem;
    text-align: center;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.component-ads-row-dynamic .component-ads-row__card:last-of-type {
    margin-right: 0
}

.component-ads-row-dynamic .component-ads-row__card:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff8200;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1)
}

@media (max-width:767.98px) {
    .component-ads-row-dynamic .component-ads-row__card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 0;
        margin-bottom: 1rem
    }
    .component-ads-row-dynamic .component-ads-row__card:last-of-type {
        margin-bottom: 0
    }
}

.component-ads-row-dynamic .component-ads-row__card__image {
    width: 100%
}

.component-ads-row-dynamic .component-ads-row__card__image.desktop {
    display: none
}

@media (min-width:768px) {
    .component-ads-row-dynamic .component-ads-row__card__image.desktop {
        display: block
    }
}

.component-ads-row-dynamic .component-ads-row__card__image.mobile {
    display: none
}

@media (max-width:767.98px) {
    .component-ads-row-dynamic .component-ads-row__card__image.mobile {
        display: block
    }
}

.component-alert__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fc0;
    padding: 1.25rem
}

.component-alert__wrapper:before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    margin-right: 1rem;
    background: url(/images/alert.svg?512826caad32cab0142191c5e7774a83) no-repeat 50%;
    background-size: contain
}

.component-alert__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.component-alert__content p,
.component-alert__text {
    line-height: 1;
    margin-bottom: 0
}

.component-alert__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #af272f
}

.component-alert__text__highlighted {
    font-weight: 600;
    text-transform: uppercase
}

.component-btn {
    display: block;
    text-align: center
}

.component-btn+.component-btn {
    padding-top: 0;
    margin-top: -2rem
}

.component-btn .btn {
    min-height: 4.5em!important;
    margin: auto;
    display: inline-block!important;
    background-color: #fff
}

.component-btn .btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.component-btn .btn:after {
    display: none!important
}

.component-btn .btn:hover {
    -webkit-box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14);
    box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14)
}

@media (max-width:767.98px) {
    .component-btn {
        width: 100%;
        margin-top: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .component-btn .btn {
        min-height: 4.25rem!important
    }
}

.component-btn-it-landscape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
    margin-bottom: 1rem
}

@media (max-width:991.98px) {
    .component-btn-it-landscape {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.component-btn-it-landscape .btn-it-landscape__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 1rem);
    flex: 0 0 calc(25% - 1rem);
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    margin-left: .5rem;
    margin-right: .5rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.25rem;
    font-weight: 500;
    color: #464646
}

.component-btn-it-landscape .btn-it-landscape__btn:hover {
    -webkit-box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14);
    box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14);
    background-color: #ff8200;
    color: #fff
}

@media (max-width:991.98px) {
    .component-btn-it-landscape .btn-it-landscape__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767.98px) {
    .component-btn-it-landscape .btn-it-landscape__btn {
        font-size: .6875rem;
        line-height: 1.2;
        padding: .5rem
    }
}

.component-btn-it-landscape .btn-it-landscape__btn__icon {
    max-width: 2.75rem
}

.component-btn-it-landscape .btn-it-landscape__btn__text {
    margin-left: 1rem;
    text-align: left
}

@media (max-width:767.98px) {
    .component-btn-it-landscape .btn-it-landscape__btn__text {
        margin-left: .5rem
    }
}

.component-btn-list-a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.component-btn-list-a li {
    list-style: none
}

@media (max-width:767.98px) {
    .component-btn-list-a {
        width: 100%
    }
}

.component-btn-list-a__container {
    width: 100%
}

.component-btn-list-a .btn {
    width: 100%;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.component-btn-p-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.component-btn-p-stacked .btn-p {
    width: 23.5%;
    height: 14em!important;
    padding: 2% 3%!important;
    margin-bottom: 2%;
    margin-right: 2%
}

.component-btn-p-stacked .btn-p:nth-child(4n) {
    margin-right: 0
}

@media (max-width:991.98px) {
    .component-btn-p-stacked .btn-p {
        padding: 2% 4%!important;
        height: 12em!important
    }
}

@media (max-width:767.98px) {
    .component-btn-p-stacked .btn-p {
        width: 48.5%;
        margin-bottom: 3%;
        margin-right: 3%
    }
    .component-btn-p-stacked .btn-p:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width:575.98px) {
    .component-btn-p-stacked .btn-p {
        height: 10em!important
    }
}

.component-btn-p-stacked .btn-p:last-child {
    margin-right: 0
}

.component-btn-p-stacked .btn-p:hover {
    -webkit-box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14);
    box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14)
}

.component-btn-p-stacked .btn-p__img {
    height: 85%!important;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.component-btn-p-streched {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.component-btn-p-streched .btn-p {
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 2%
}

.component-btn-p-streched .btn-p:last-child {
    margin-right: 0
}

.component-btn-p-streched .btn-p__img {
    height: 3em;
    -webkit-filter: gray;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .2s;
    transition: all .2s
}

.component-btn-p-streched .btn-p:hover {
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

.component-btn-p-streched .btn-p:hover .btn-p__img {
    -webkit-filter: grayscale(0);
    filter: none
}

@media (max-width:767.98px) {
    .component-btn-p-streched {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .component-btn-p-streched .btn-p {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem
    }
}

.component-btn-t-landscape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto!important;
    margin-bottom: -.5rem!important
}

.component-btn-t-landscape+.component-btn-t-landscape {
    padding-top: 0;
    margin-top: -2rem
}

.component-btn-t-landscape .btn {
    margin-right: 2%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.component-btn-t-landscape .btn-ti {
    padding-right: 1.5rem
}

.component-btn-t-landscape .btn-ti:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5em;
    flex: 0 0 1.5em
}

.component-btn-t-landscape .btn:last-child {
    margin-right: 0
}

.component-btn-t-landscape .btn:hover {
    -webkit-box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14);
    box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14)
}

@media (max-width:991.98px) {
    .component-btn-t-landscape .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        margin: 0 0 1.5rem!important
    }
}

@media (max-width:767.98px) {
    .component-btn-t-landscape .btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width:991.98px) {
    .component-btn-t-landscape {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:767.98px) {
    .component-btn-t-landscape {
        width: 100%;
        margin-top: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.component-card-1ptd-2td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991.98px) {
    .component-card-1ptd-2td {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.component-card-1ptd-2td__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -.5rem;
    margin-right: .5rem
}

.component-card-1ptd-2td__wrapper:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.component-card-1ptd-2td__wrapper:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: -.5rem
}

@media (max-width:991.98px) {
    .component-card-1ptd-2td__wrapper {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: .5rem
    }
    .component-card-1ptd-2td__wrapper,
    .component-card-1ptd-2td__wrapper:first-of-type,
    .component-card-1ptd-2td__wrapper:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .component-card-1ptd-2td__wrapper:last-of-type {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 0;
        margin-bottom: -.5rem
    }
    .component-card-1ptd-2td__wrapper:last-of-type .component-card-1ptd-2td__card {
        height: 13.5rem
    }
}

@media (max-width:991.98px) and (max-width:575.98px) {
    .component-card-1ptd-2td__wrapper:last-of-type .component-card-1ptd-2td__card {
        height: auto;
        min-height: 10rem
    }
}

.component-card-1ptd-2td__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 1rem);
    flex: 1 1 calc(50% - 1rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    padding: 1.625rem;
    margin: .5rem;
    background-color: #fff;
    color: #464646;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:991.98px) {
    .component-card-1ptd-2td__card {
        height: auto;
        min-height: 13rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        margin: 0;
        margin-bottom: 2%;
        width: 49%;
        flex: 0 0 49%
    }
}

@media (max-width:575.98px) {
    .component-card-1ptd-2td__card {
        padding: 1.2rem;
        min-height: 10rem
    }
}

.component-card-1ptd-2td__card:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff8200;
    border-color: transparent;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

.component-card-1ptd-2td__card__subtitle {
    color: inherit;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .625rem;
    line-height: 1.2;
    margin-top: 0;
    letter-spacing: 2.8px;
    margin-bottom: .875rem
}

@media (max-width:575.98px) {
    .component-card-1ptd-2td__card__subtitle {
        font-size: .6rem
    }
}

.component-card-1ptd-2td__card__title {
    color: inherit;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:575.98px) {
    .component-card-1ptd-2td__card__title {
        font-size: 1em;
        margin-bottom: 1em
    }
}

.component-card-1ptd-2td__card__text {
    color: inherit;
    margin: 0;
    width: 85%;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700
}

@media (max-width:991.98px) {
    .component-card-1ptd-2td__card__text {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .component-card-1ptd-2td__card__text {
        font-size: .85em
    }
}

.component-card-1ptd-2td__card__arrow {
    display: inline-block!important;
    vertical-align: middle;
    background-image: url(/images/arrow-right_white.svg)!important
}

.component-card-1ptd-2td__card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.component-card-1ptd-2td__card--highlighted {
    color: #fff;
    border-color: transparent;
    padding: 2.125em;
    padding-top: 2em;
    background-color: #e6e6e6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 27rem;
    width: 100%
}

@media (max-width:991.98px) {
    .component-card-1ptd-2td__card--highlighted {
        height: em(500)
    }
}

.component-card-1ptd-2td__card--highlighted:hover {
    background-color: #e6e6e6
}

.component-card-1ptd-2td__card--highlighted .component-card-1ptd-2td__card__title {
    font-size: 2.5em;
    font-weight: 400
}

@media (max-width:575.98px) {
    .component-card-1ptd-2td__card--highlighted .component-card-1ptd-2td__card__title {
        font-size: 1.6em
    }
}

.component-card-1ptd-2td__card--highlighted .component-card-1ptd-2td__card__text {
    font-size: 1.625em
}

@media (max-width:575.98px) {
    .component-card-1ptd-2td__card--highlighted .component-card-1ptd-2td__card__text {
        font-size: 1.15em
    }
}

@media (max-width:991.98px) {
    .component-card-1ptd-2td__card--highlighted {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width:575.98px) {
    .component-card-1ptd-2td__card--highlighted {
        height: 20em;
        padding: 1.25rem
    }
}

.component-card-1ptd-4ptd-vertical__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.component-card-1ptd-4ptd-vertical__wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .component-card-1ptd-4ptd-vertical__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.component-card-1ptd-4ptd-vertical__card {
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #e6e6e6;
    -webkit-box-shadow: 0 45px 45px -20px rgba(0, 0, 0, .1);
    box-shadow: 0 45px 45px -20px rgba(0, 0, 0, .1);
    background-position: 50%;
    height: 13.75rem;
    width: calc(50% - .5rem);
    margin-bottom: 2.5rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width:575.98px) {
    .component-card-1ptd-4ptd-vertical__card {
        height: 10rem
    }
}

.component-card-1ptd-4ptd-vertical__card:hover {
    color: inherit;
    -webkit-box-shadow: 0 50px 45px -20px rgba(0, 0, 0, .2);
    box-shadow: 0 50px 45px -20px rgba(0, 0, 0, .2)
}

.component-card-1ptd-4ptd-vertical__card:hover .component-card-1ptd-4ptd-vertical__card-title {
    color: #ff8200
}

.component-card-1ptd-4ptd-vertical__card__bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
    padding: 1rem;
    padding-bottom: 2rem;
    background-color: #fff
}

@media (max-width:991.98px) {
    .component-card-1ptd-4ptd-vertical__card__bottom {
        padding-bottom: 1rem
    }
}

@media (max-width:767.98px) {
    .component-card-1ptd-4ptd-vertical__card__bottom {
        min-height: 6em;
        padding: 1rem
    }
}

.component-card-1ptd-4ptd-vertical__card--highlighted {
    width: 100%;
    height: 30rem;
    margin-bottom: 3rem;
    color: #464646
}

.component-card-1ptd-4ptd-vertical__card--highlighted .component-card-1ptd-4ptd-vertical__card__bottom {
    width: calc(100% - 4rem);
    padding: 2rem;
    padding-top: 1.5rem
}

@media (max-width:767.98px) {
    .component-card-1ptd-4ptd-vertical__card--highlighted .component-card-1ptd-4ptd-vertical__card__bottom {
        width: calc(100% - 2rem)
    }
}

.component-card-1ptd-4ptd-vertical__card--highlighted .component-card-1ptd-4ptd-vertical__card-title {
    font-size: 2.375rem;
    font-weight: 400
}

@media (max-width:991.98px) {
    .component-card-1ptd-4ptd-vertical__card--highlighted .component-card-1ptd-4ptd-vertical__card-title {
        font-size: 1.75rem
    }
}

@media (max-width:767.98px) {
    .component-card-1ptd-4ptd-vertical__card--highlighted .component-card-1ptd-4ptd-vertical__card-title {
        font-size: 1.625rem
    }
}

@media (max-width:575.98px) {
    .component-card-1ptd-4ptd-vertical__card--highlighted .component-card-1ptd-4ptd-vertical__card-title {
        font-size: 1.25rem
    }
}

@media (max-width:991.98px) {
    .component-card-1ptd-4ptd-vertical__card--highlighted {
        height: 25rem
    }
}

@media (max-width:575.98px) {
    .component-card-1ptd-4ptd-vertical__card--highlighted {
        height: 20rem
    }
}

.component-card-1ptd-4ptd-vertical__card-title {
    margin-bottom: 0;
    color: #464646;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    font: 400 1.3125rem Rubik, sans-serif
}

@media (max-width:767.98px) {
    .component-card-1ptd-4ptd-vertical__card-title {
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .component-card-1ptd-4ptd-vertical__card-title {
        font-size: .8125rem
    }
}

.component-card-1ptd-4td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991.98px) {
    .component-card-1ptd-4td {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.component-card-1ptd-4td__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: -.5rem;
    margin-right: .5rem
}

.component-card-1ptd-4td__wrapper:last-of-type {
    margin-right: -.5rem
}

@media (max-width:991.98px) {
    .component-card-1ptd-4td__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: .5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .component-card-1ptd-4td__wrapper:last-of-type {
        margin-right: 0;
        margin-bottom: -.5rem
    }
}

.component-card-1ptd-4td__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 1rem);
    flex: 1 1 calc(50% - 1rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    padding: 1.625rem;
    margin: .5rem;
    background-color: #fff;
    color: #464646;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:991.98px) {
    .component-card-1ptd-4td__card {
        height: auto;
        min-height: 13rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        width: 49%;
        margin: 0;
        margin-bottom: 2%
    }
}

@media (max-width:575.98px) {
    .component-card-1ptd-4td__card {
        padding: 1.25rem;
        min-height: 10rem
    }
}

.component-card-1ptd-4td__card:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff8200;
    border-color: transparent;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

.component-card-1ptd-4td__card__subtitle {
    color: inherit;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .625rem;
    line-height: 1.2;
    margin-top: 0;
    letter-spacing: 2.8px;
    margin-bottom: .875rem
}

@media (max-width:575.98px) {
    .component-card-1ptd-4td__card__subtitle {
        font-size: .6rem
    }
}

.component-card-1ptd-4td__card__title {
    color: inherit;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:575.98px) {
    .component-card-1ptd-4td__card__title {
        font-size: 1em
    }
}

.component-card-1ptd-4td__card__text {
    margin: 0;
    width: 85%;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit
}

@media (max-width:991.98px) {
    .component-card-1ptd-4td__card__text {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .component-card-1ptd-4td__card__text {
        font-size: .85em
    }
}

.component-card-1ptd-4td__card__arrow {
    display: inline-block!important;
    vertical-align: middle;
    background-image: url(/images/arrow-right_white.svg)!important
}

.component-card-1ptd-4td__card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.component-card-1ptd-4td__card--highlighted {
    color: #fff!important;
    border-color: transparent;
    padding: 2.125em;
    padding-top: 2em;
    background-color: #e6e6e6;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 27rem;
    width: 100%
}

.component-card-1ptd-4td__card--highlighted:hover {
    background-color: #fff
}

.component-card-1ptd-4td__card--highlighted .component-card-1ptd-4td__card__title {
    font-size: 2.5em;
    font-weight: 400
}

@media (max-width:575.98px) {
    .component-card-1ptd-4td__card--highlighted .component-card-1ptd-4td__card__title {
        font-size: 1.8em
    }
}

.component-card-1ptd-4td__card--highlighted .component-card-1ptd-4td__card__text {
    font-size: 1.625em
}

@media (max-width:575.98px) {
    .component-card-1ptd-4td__card--highlighted .component-card-1ptd-4td__card__text {
        font-size: 1.25em
    }
}

@media (max-width:991.98px) {
    .component-card-1ptd-4td__card--highlighted {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width:575.98px) {
    .component-card-1ptd-4td__card--highlighted {
        height: 23em;
        padding: 1.25rem
    }
}

.component-card-2ptd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991.98px) {
    .component-card-2ptd {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.component-card-2ptd__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: -.5rem;
    margin-right: .5rem
}

.component-card-2ptd__wrapper:last-of-type {
    margin-right: -.5rem
}

@media (max-width:991.98px) {
    .component-card-2ptd__wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 1rem);
        flex: 1 1 calc(100% - 1rem);
        margin-right: -.5rem;
        margin-bottom: .5rem
    }
    .component-card-2ptd__wrapper:last-of-type {
        margin-bottom: -.5rem
    }
}

.component-card-2ptd__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 1rem);
    flex: 1 1 calc(50% - 1rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 1rem);
    width: 100%;
    border-radius: 5px;
    padding: 1.625rem;
    margin: .5rem;
    background-color: #fff;
    color: #464646;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.component-card-2ptd__card:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff8200;
    border-color: transparent;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

.component-card-2ptd__card__subtitle {
    text-transform: uppercase;
    font-weight: 400;
    font-size: .625rem;
    line-height: 1.2;
    margin-top: 0;
    letter-spacing: 2.8px;
    margin-bottom: .875rem;
    color: #fff
}

.component-card-2ptd__card__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff
}

.component-card-2ptd__card__text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit
}

.component-card-2ptd__card--highlighted {
    color: #fff;
    border-color: transparent;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
    padding-bottom: 2.125rem;
    background-color: #e6e6e6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 27rem;
    width: 100%
}

@media (max-width:575.98px) {
    .component-card-2ptd__card--highlighted {
        height: 23em;
        padding: 1.5em
    }
}

.component-card-2ptd__card--highlighted:hover {
    background-color: #e6e6e6
}

.component-card-2ptd__card--highlighted .component-card-2ptd__card__title {
    font-size: 2.5rem;
    font-weight: 400
}

@media (max-width:575.98px) {
    .component-card-2ptd__card--highlighted .component-card-2ptd__card__title {
        font-size: 1.6em
    }
}

.component-card-2ptd__card--highlighted .component-card-2ptd__card__text {
    font-size: 1.625rem
}

@media (max-width:575.98px) {
    .component-card-2ptd__card--highlighted .component-card-2ptd__card__text {
        font-size: 1.15em
    }
}

.component-card-itda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991.98px) {
    .component-card-itda {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0
    }
}

.component-card-itda__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: calc(33.33333% - .666666666666667rem);
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin-right: 1rem;
    padding: 1.25rem;
    padding-top: 1.875rem
}

@media (max-width:991.98px) {
    .component-card-itda__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem;
        max-width: 100%;
    }
    .component-card-itda__card:last-of-type {
        margin-bottom: 0
    }
}

.component-card-itda__card__icon {
    max-width: 80px
}

.component-card-itda__card__icon+.component-card-itda__card__title {
    margin-top: 1.25rem
}

.component-card-itda__card__title {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0
}

.component-card-itda__card__title+.component-card-itda__card__content {
    margin-top: 1rem
}

@media (max-width:767.98px) {
    .component-card-itda__card__title {
        font-size: 1.5rem
    }
}

@media (max-width:575.98px) {
    .component-card-itda__card__title {
        font-size: 1.4rem
    }
}

.component-card-itda__card__content {
    max-width: 100%;
    margin-bottom: 1.25rem
}

.component-card-itda__card__content ul {
    list-style: initial;
    padding-left: 1rem
}

.component-card-itda__card__link {
    position: relative;
    padding-right: 3rem;
    margin-top: auto;
    margin-left: auto;
    text-align: right;
    font-weight: 700;
    color: #464646
}

.component-card-itda__card__link:hover {
    color: #ff8200
}

.component-card-itda__card__link:hover .component-card-itda__card__link__arrow {
    background: url(/images/arrow-right_hover.svg) no-repeat 50%
}

.component-card-itda__card__link__arrow {
    display: inline-block!important;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.component-card-itda.-grow .component-card-itda__card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.component-card-ptd-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space;
    -ms-flex-pack: space;
    justify-content: space;
    margin-left: -.5rem;
    margin-right: -.5rem;
    width: auto!important
}

@media (max-width:767.98px) {
    .component-card-ptd-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0
    }
}

.component-card-ptd-block__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 1rem);
    flex: 0 0 calc(33.33333% - 1rem);
    margin-right: .5rem;
    margin-left: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #464646;
    background-color: #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.component-card-ptd-block__card:hover {
    color: inherit;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

@media (max-width:767.98px) {
    .component-card-ptd-block__card {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem
    }
    .component-card-ptd-block__card:last-of-type {
        margin-bottom: 0
    }
}

.component-card-ptd-block__card__img {
    width: 100%;
    height: 0;
    max-width: 100%;
    padding-top: 90%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.component-card-ptd-block__card__description {
    margin-top: auto;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    padding: 1.25rem
}

.component-card-ptd-block__card__title {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0
}

.component-card-ptd-block__card__title+.component-card-ptd-block__card__text {
    margin-top: .75rem
}

.component-card-ptd-block__card__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125rem;
    letter-spacing: -.25px;
    margin-top: 0;
    margin-bottom: 0
}

.component-card-ptd-oval {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -.5rem;
    margin-right: -.5rem;
    width: auto!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.component-card-ptd-oval__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 1rem);
    flex: 0 0 calc(25% - 1rem);
    background-color: #e6e6e6;
    overflow: hidden;
    border-radius: 5px;
    padding: 2rem;
    margin-left: .5rem;
    margin-right: .5rem;
    margin-bottom: 1rem;
    color: #464646;
    text-align: center
}

@media (max-width:991.98px) {
    .component-card-ptd-oval__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1rem);
        flex: 0 0 calc(50% - 1rem);
        padding: 1rem
    }
}

.component-card-ptd-oval__card__img-wrapper {
    width: 8.8rem;
    height: 8.8rem;
    max-width: 100%;
    overflow: hidden;
    border-radius: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.component-card-ptd-oval__card__img-wrapper+.component-card-ptd-oval__card__title {
    margin-top: 1.375rem
}

@media (max-width:575.98px) {
    .component-card-ptd-oval__card__img-wrapper {
        width: 6rem;
        height: 6rem
    }
}

.component-card-ptd-oval__card__img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.component-card-ptd-oval__card__title {
    color: inherit;
    font-weight: 500;
    font-size: 1.375rem;
    margin-top: 0;
    margin-bottom: 0
}

.component-card-ptd-oval__card__title+.component-card-ptd-oval__card__description {
    margin-top: .5rem
}

@media (max-width:767.98px) {
    .component-card-ptd-oval__card__title {
        font-size: 1.2rem
    }
}

.component-card-ptd-oval__card__description {
    color: inherit;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .component-card-ptd-oval__card__description {
        font-size: .85rem
    }
}

.component-card-ptda-phone {
    width: 100%
}

.component-card-ptda-phone__wrapper {
    min-height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 10px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

.component-card-ptda-phone__description {
    margin: 2.3rem 1.6rem;
    color: #fff
}

.component-card-ptda-phone__title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-weight: 400;
    font-size: 1.9rem
}

.component-card-ptda-phone__title+.component-card-ptda-phone__text {
    margin-top: 1rem
}

.component-card-ptda-phone__title__highlighted {
    display: block;
    font-weight: 700
}

.component-card-ptda-phone__text {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: 1rem;
    font-weight: 400
}

.component-card-ptda-phone__text+.component-card-ptda-phone__link {
    margin-top: 1rem
}

.component-card-ptda-phone__link {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: 1rem;
    font-weight: 700
}

.component-card-ptda-phone__link:hover {
    color: inherit
}

.component-card-ptda-phone__link__arrow {
    display: inline-block;
    vertical-align: middle;
    vertical-align: text-bottom;
    border-radius: 100px;
    border: 1px solid #fff;
    z-index: 1;
    font-size: 0;
    color: transparent;
    margin-left: .5rem
}

.component-card-ptda-phone__link__arrow:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    -webkit-mask-image: url(/images/arrow.svg);
    mask-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    padding: .6rem
}

.component-card-ptda-video__wrapper {
    background-color: #464646;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

.component-card-ptda-video__img-wrapper {
    position: relative;
    height: 157.5px;
    overflow: hidden
}

.component-card-ptda-video__img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.component-card-ptda-video__live {
    top: 2rem;
    left: 2rem;
    margin: 0;
    padding: .7rem;
    border-radius: 10px;
    background-color: #fc0;
    color: #464646;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
    position: absolute!important
}

@media (max-width:575.98px) {
    .component-card-ptda-video__live {
        top: 1.5rem;
        left: 1.5rem;
        font-size: 1rem
    }
}

.component-card-ptda-video__description {
    padding: 2rem;
    padding-top: 1.1rem
}

@media (max-width:575.98px) {
    .component-card-ptda-video__description {
        padding: 1.5rem;
        padding-top: 1.1rem
    }
}

.component-card-ptda-video__title {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0
}

.component-card-ptda-video__title+.component-card-ptda-video__text {
    margin-top: 1.25rem
}

@media (max-width:575.98px) {
    .component-card-ptda-video__title {
        font-size: 1.25rem
    }
}

.component-card-ptda-video__text {
    color: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0
}

.component-card-ptda-video__text+.component-card-ptda-video__link {
    margin-top: 1.25rem
}

@media (max-width:575.98px) {
    .component-card-ptda-video__text {
        font-size: .85rem
    }
}

.component-card-ptda-video__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    font-weight: 700;
    font-size: .9rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0
}

.component-card-ptda-video__link__arrow {
    display: inline-block;
    vertical-align: middle;
    vertical-align: text-bottom;
    border-radius: 100px;
    border: 1px solid #fff;
    z-index: 1;
    font-size: 0;
    color: transparent;
    margin-left: .5rem
}

.component-card-ptda-video__link__arrow:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    -webkit-mask-image: url(/images/arrow.svg);
    mask-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    padding: .6rem
}

@media (max-width:575.98px) {
    .component-card-ptda-video__link {
        font-size: .7rem
    }
}

.component-card-td {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
    width: auto!important
}

.component-card-td,
.component-card-td__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.component-card-td__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 1rem);
    flex: 0 0 calc(25% - 1rem);
    padding: 1.5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #464646;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:576px) {
    .component-card-td__card {
        height: 13rem
    }
}

@media (max-width:767.98px) {
    .component-card-td__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1rem);
        flex: 0 0 calc(50% - 1rem)
    }
}

@media (max-width:575.98px) {
    .component-card-td__card {
        padding: 1.25rem
    }
}

.component-card-td__card:hover {
    color: #fff;
    background-color: #ff8200;
    border-color: #ff8200;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

.component-card-td__card__title {
    font-weight: 500;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: inherit
}

@media (max-width:991.98px) {
    .component-card-td__card__title {
        font-size: 1.15rem
    }
}

@media (max-width:575.98px) {
    .component-card-td__card__title {
        font-size: 1.1rem
    }
}

.component-card-td__card__description {
    font-weight: 400;
    font-size: 1rem;
    margin-top: auto;
    margin-bottom: 0;
    color: inherit
}

@media (max-width:991.98px) {
    .component-card-td__card__description {
        font-size: .9rem
    }
}

.component-card-th {
    padding: 1.3rem!important;
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 5px
}

.component-card-th.component:last-child {
    padding-bottom: 1.3rem!important
}

.component-card-th__title {
    margin-top: 0;
    margin-bottom: 1.2rem;
    color: #464646;
    font-weight: 700;
    font-size: 1rem
}

@media (max-width:575.98px) {
    .component-card-th__title {
        font-size: .9rem;
        margin-bottom: .5rem
    }
}

.component-card-th__text {
    font-weight: 300;
    font-weight: 1rem
}

.component-card-th__text a {
    font-weight: 600;
    color: inherit;
    text-decoration: underline
}

@media (max-width:575.98px) {
    .component-card-th__text {
        line-height: 1.2
    }
}

.component-card-th a {
    color: #ff8200
}

.component-card-ti-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    margin-right: -1rem
}

@media (max-width:991.98px) {
    .component-card-ti-stacked {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.component-card-ti-stacked__card {
    position: relative;
    display: inline-block;
    height: 13rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin-right: 2%;
    margin-bottom: 1rem;
    color: #464646;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.component-card-ti-stacked__card:nth-child(4n) {
    margin-right: 0
}

.component-card-ti-stacked__card:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff8200;
    border: none;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

@media (max-width:991.98px) {
    .component-card-ti-stacked__card {
        height: 10rem;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin-right: 0
    }
}

@media (max-width:575.98px) {
    .component-card-ti-stacked__card {
        height: 8.5rem
    }
}

.component-card-ti-stacked__card__title {
    font-weight: 500;
    font-size: 1.15rem;
    color: inherit;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 0 1em
}

@media (max-width:991.98px) {
    .component-card-ti-stacked__card__title {
        font-size: 1.2rem;
        margin-top: 1.5em;
        margin-bottom: 1.5em
    }
}

@media (max-width:575.98px) {
    .component-card-ti-stacked__card__title {
        font-size: 1rem;
        padding: 0 1em;
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }
}

.component-card-ti-stacked__card__icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 9em
}

@media (max-width:991.98px) {
    .component-card-ti-stacked__card__icon {
        max-height: 5em
    }
}

@media (max-width:575.98px) {
    .component-card-ti-stacked__card__icon {
        height: 4em
    }
}

.component-card-ti-stretched {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media (max-width:767.98px) {
    .component-card-ti-stretched {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.component-card-ti-stretched__card {
    position: relative;
    display: inline-block;
    height: 13rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin-right: 1rem;
    color: #464646;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.component-card-ti-stretched__card:last-of-type {
    margin-right: 0
}

.component-card-ti-stretched__card:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff8200;
    border: none;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

@media (max-width:767.98px) {
    .component-card-ti-stretched__card {
        height: 10rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 0;
        margin-bottom: 1rem
    }
    .component-card-ti-stretched__card:last-of-type {
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .component-card-ti-stretched__card {
        height: auto;
        min-height: 8rem
    }
}

.component-card-ti-stretched__card__title {
    font-weight: 500;
    font-size: 1.31rem;
    color: inherit;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media (max-width:767.98px) {
    .component-card-ti-stretched__card__title {
        margin: 1.25em 0;
        padding: 0 1em
    }
}

@media (max-width:575.98px) {
    .component-card-ti-stretched__card__title {
        font-size: 1.05rem
    }
}

.component-card-ti-stretched__card__icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 10em
}

@media (max-width:767.98px) {
    .component-card-ti-stretched__card__icon {
        max-height: 5em
    }
}

@media (max-width:575.98px) {
    .component-card-ti-stretched__card__icon {
        max-height: 3.5em
    }
}

.component-card-tla {
    width: 100%;
    max-width: 350px
}

.component-card-tla__wrapper {
    padding: 1.3rem;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)
}

.component-card-tla__title {
    margin-top: 0;
    margin-bottom: 2rem;
    color: #464646;
    font-weight: 600;
    font-size: 1.375rem
}

.component-card-tla__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.component-card-tla__item {
    margin-bottom: 1.5rem;
    font-size: 1rem
}

.component-card-tla__item:last-of-type {
    margin-bottom: 0
}

.component-card-tla__item__highlighted {
    font-weight: 600;
    color: #ff8200
}

.component-card-tla__item__text {
    font-weight: 400;
    color: #464646
}

.component-home-section--1 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.component-home-section--3 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.component-home-section--4 {
    margin-top: 0!important;
    margin-bottom: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media (max-width:991.98px) {
    .component-home-section--4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.component-home-section--4__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: -.5rem;
    margin-right: .5rem
}

.component-home-section--4__wrapper:last-of-type {
    margin-right: -.5rem
}

@media (max-width:991.98px) {
    .component-home-section--4__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 1rem);
        flex: 0 0 calc(100% + 1rem);
        margin-right: -.5rem;
        margin-bottom: .5rem
    }
    .component-home-section--4__wrapper:last-of-type {
        margin-right: 0;
        margin-bottom: -.5rem
    }
}

.component-home-section--4__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    padding: 1.625rem;
    margin: .5rem;
    background-color: #fff;
    color: #464646;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:576px) {
    .component-home-section--4__card {
        width: calc(50% - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1rem);
        flex: 1 1 calc(50% - 1rem)
    }
}

.component-home-section--4__card:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff8200;
    border-color: transparent;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2)
}

.component-home-section--4__card__subtitle {
    text-transform: uppercase;
    font-weight: 400;
    font-size: .625rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .875rem
}

.component-home-section--4__card__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0
}

.component-home-section--4__card__text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: inherit
}

.component-home-section--4__card__arrow {
    display: inline-block;
    vertical-align: middle;
    vertical-align: text-bottom;
    border-radius: 100px;
    border: 1px solid #fff;
    z-index: 1;
    font-size: 0;
    color: transparent;
    margin-left: .5rem
}

.component-home-section--4__card__arrow:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    -webkit-mask-image: url(/images/arrow.svg);
    mask-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    padding: .7rem
}

.component-home-section--4__card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.component-home-section--4__card--highlighted {
    color: #fff;
    border-color: transparent;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
    padding-bottom: 2.125rem;
    background-color: #e6e6e6;
    background-size: cover;
    background-position: 50%;
    height: 27rem;
    width: 100%
}

.component-home-section--4__card--highlighted:hover {
    background-color: #e6e6e6
}

.component-home-section--4__card--highlighted .component-home-section--4__card__title {
    font-size: 2.5rem;
    font-weight: 400
}

.component-home-section--4__card--highlighted .component-home-section--4__card__text {
    font-size: 1.625rem
}

.component-home-section--5 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.component-home-section--6 {
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-bottom: 5rem!important
}

.component-html {
    width: 100%
}

.component-html .code-container {
    position: relative;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .3)
}

.component-html .code-container:last-child {
    margin-bottom: 0
}

.component-iframe {
    width: 100%
}

.component-image {
    width: 100%
}

.component-image__wrapper {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative
}

.component-image__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.component-image figcaption {
    margin-top: 20px;
    color: #464646;
    font-weight: 300;
    font-family: Rubik, sans-serif
}

.component-image {
    width: 100%
}

.component-image__wrapper {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden
}

.component-image__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.component-imgtxt-thp-free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.component-imgtxt-thp-free__text {
    width: 65%;
    padding-right: 10%;
    z-index: 2
}

.component-imgtxt-thp-free__text a {
    color: #ff8200
}

.component-imgtxt-thp-free__text p {
    font-size: 1rem;
    color: #464646;
    letter-spacing: -.4px;
    line-height: 1.4
}

.component-imgtxt-thp-free__text blockquote {
    color: #af272f;
    font-weight: 300;
    font-size: 1.5625rem
}

.component-imgtxt-thp-free__text blockquote:before {
    content: "\201C"
}

.component-imgtxt-thp-free__text blockquote:after {
    content: "\201D"
}

.component-imgtxt-thp-free__title {
    color: #af272f;
    margin-bottom: 1rem;
    letter-spacing: -.6px;
    font: 600 1.5625rem Rubik, sans-serif;
    z-index: 2
}

.component-imgtxt-thp-free__desc {
    color: #464646;
    font: 400 1rem Rubik, sans-serif;
    z-index: 2
}

.component-imgtxt-thp-free__highlighted {
    margin-top: 2.5em;
    padding: 1em 1.2em;
    border: 1px solid #9f9f9f;
    border-radius: 5px
}

.component-imgtxt-thp-free__highlighted-title {
    color: #af272f;
    font: 400 1.375rem Rubik, sans-serif
}

.component-imgtxt-thp-free__highlighted-text {
    margin: 0;
    margin-top: 1em;
    color: #464646;
    font: 400 1rem Rubik, sans-serif
}

.component-imgtxt-thp-free__highlighted-text:first-of-type {
    margin-top: 0
}

.component-imgtxt-thp-free__highlighted :last-child {
    margin-bottom: 0
}

.component-imgtxt-thp-free__img {
    width: 35%;
    z-index: 2;
    height: auto;
    overflow: hidden;
    border-radius: 10px
}

.component-imgtxt-thp-free__img img {
    height: auto;
    width: 100%;
    border-radius: 10px
}

@media (max-width:767.98px) {
    .component-imgtxt-thp-free__img.hidden-md {
        display: none
    }
}

.component-imgtxt-thp-free__img.visible-md {
    display: none
}

@media (max-width:767.98px) {
    .component-imgtxt-thp-free__img.visible-md {
        height: auto;
        display: block;
        margin: 1em 0
    }
}

@media (max-width:767.98px) {
    .component-imgtxt-thp-free {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .component-imgtxt-thp-free__text {
        width: 100%;
        padding-right: 0
    }
    .component-imgtxt-thp-free__img {
        width: 100%;
        height: 10em
    }
}

.component-line {
    padding-top: 5px!important;
    padding-bottom: 5px!important
}

.component-line hr {
    margin: 0;
    position: relative;
    border-top: 1px solid #e6e6e6
}

.component-line hr.has-margins {
    margin: 40px 0
}

.component-list-a {
    width: 100%
}

.component-list-a li {
    list-style: none
}

@media (max-width:767.98px) {
    .component-list-a {
        width: 100%
    }
}

.component-list-a__container {
    width: 100%;
    padding: 0
}

.component-list-a__item {
    padding: 1.5em 0;
    border-bottom: 1px solid #e6e6e6
}

.component-list-a__link {
    color: #464646;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 600 1rem Rubik, sans-serif
}

.component-list-da {
    width: 100%
}

.component-list-da li {
    list-style: none
}

.component-list-da__container {
    width: 100%;
    padding: 0
}

.component-list-da__item {
    padding: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6
}

.component-list-da__text {
    margin: 0;
    margin-right: auto;
    line-height: 1.4;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif
}

@media (max-width:575.98px) {
    .component-list-da__text {
        font-size: 1rem!important
    }
}

.component-list-da .btn--arrow-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #464646;
    padding-right: 0;
    font: 600 1rem Rubik, sans-serif
}

.component-list-da .btn--arrow-right svg {
    fill: #af272f;
    height: 2em;
    margin-left: 1em;
    border-radius: 50%
}

.component-list-da .btn--arrow-right:hover {
    color: #af272f
}

.component-list-da .btn--arrow-right:hover svg {
    fill: #ff8200;
    background: #ff8200
}

.component-list-da .btn--arrow-right:hover svg .path-arrow {
    fill: #fff
}

@media (max-width:767.98px) {
    .component-list-da {
        width: 100%
    }
    .component-list-da__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .component-list-da__text {
        font-size: 1.125rem
    }
    .component-list-da .btn {
        margin-top: 1em;
        margin-left: auto
    }
    .component-list-da .btn--arrow-right {
        font-size: 1.0625rem
    }
}

.component-list-it-landscape li {
    list-style: none
}

.component-list-it-landscape__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.component-list-it-landscape__item {
    width: 12.5%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 1.5em 0;
    padding: 0 2%;
    text-align: center
}

@media (max-width:991.98px) {
    .component-list-it-landscape__item {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (max-width:767.98px) {
    .component-list-it-landscape__item {
        width: 33.3%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }
}

.component-list-it-landscape__icon {
    height: 5em;
    display: block
}

.component-list-it-landscape__text {
    margin-top: 1em;
    color: #464646;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 600 1rem Rubik, sans-serif
}

@media (max-width:575.98px) {
    .component-list-it-landscape__text {
        font-size: .875rem
    }
}

.component-list-it-landscape__link:hover .component-list-it-landscape__text {
    color: #ff8200
}

.component-list-it-portrait {
    width: 100%
}

.component-list-it-portrait li {
    list-style: none
}

@media (max-width:767.98px) {
    .component-list-it-portrait {
        width: 100%
    }
}

.component-list-it-portrait__container {
    width: 100%;
    padding: 0
}

.component-list-it-portrait__item {
    display: block;
    border-bottom: 1px solid #e6e6e6
}

.component-list-it-portrait__link {
    min-height: 7em;
    padding: 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.component-list-it-portrait__link:hover .component-list-it-portrait__text {
    color: #ff8200
}

.component-list-it-portrait__icon {
    width: 5em;
    height: 5em;
    display: block
}

.component-list-it-portrait__text {
    margin: 0;
    width: 100%;
    padding: 0 5%;
    line-height: 1.4;
    color: #464646;
    letter-spacing: -.4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 500 1.5625rem Rubik, sans-serif
}

@media (max-width:575.98px) {
    .component-list-it-portrait__text {
        font-size: 1.25rem
    }
}

.component-list-itd li {
    list-style: none
}

.component-list-itd__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -2.5rem;
    padding: 0
}

.component-list-itd__item {
    width: 25%;
    padding-right: 2%;
    margin-bottom: 2.5em
}

@media (max-width:767.98px) {
    .component-list-itd__item {
        width: 50%;
        padding-right: 5%
    }
}

.component-list-itd__icon {
    height: 5.5em;
    display: block
}

@media (max-width:575.98px) {
    .component-list-itd__icon {
        height: 4em
    }
}

.component-list-itd__title {
    max-width: 8em;
    min-height: 4em;
    margin: .5em 0 0;
    color: #464646;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 500 1.375rem Rubik, sans-serif
}

@media (max-width:767.98px) {
    .component-list-itd__title {
        font-size: 1.25rem;
        min-height: 3em
    }
}

@media (max-width:575.98px) {
    .component-list-itd__title {
        font-size: 1.125rem
    }
}

.component-list-itd__text {
    margin: 0;
    line-height: 1.4;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif
}

@media (max-width:575.98px) {
    .component-list-itd__text {
        font-size: .875rem
    }
}

.component-list-itd__link:hover .component-list-itd__title {
    color: #ff8200
}

.component-list-itd.-grow .component-list-itd__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.component-list-itda-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.component-list-itda-drop li {
    list-style: none
}

@media (max-width:991.98px) {
    .component-list-itda-drop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.component-list-itda-drop__container {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

@media (max-width:991.98px) {
    .component-list-itda-drop__container {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .component-list-itda-drop__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.component-list-itda-drop__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5em
}

@media (max-width:575.98px) {
    .component-list-itda-drop__item {
        width: 100%
    }
}

.component-list-itda-drop__icon {
    width: 2em;
    height: 2em;
    display: block;
    opacity: .85
}

.component-list-itda-drop__text {
    z-index: 2;
    margin: 0;
    line-height: 1.4;
    margin-left: 1em;
    color: #464646;
    letter-spacing: -.4px;
    font: 300 1rem Rubik, sans-serif
}

.component-list-itda-drop__text span {
    display: block;
    margin-top: .2em
}

.component-list-itda-drop__form {
    width: 35%;
    margin-bottom: 2em
}

.component-list-itda-drop__form--title {
    color: #ff8200;
    font: 600 1.375rem Rubik, sans-serif
}

@media (max-width:991.98px) {
    .component-list-itda-drop__form {
        width: 100%
    }
}

.component-list-itda-drop__form .selectric {
    width: 100%;
    height: 2.5em;
    border: none;
    cursor: pointer;
    position: relative;
    margin-bottom: 2em;
    background-color: #fff;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-bottom: 1px solid #e6e6e6;
    font: 400 1rem Rubik, sans-serif
}

.component-list-itda-drop__form .selectric .button {
    background-color: transparent
}

.component-list-itda-drop__form .selectric .button:after {
    height: .5rem;
    width: .5rem;
    border: none;
    border-right: 2px solid #af272f;
    border-bottom: 2px solid #af272f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.component-list-itda-drop__form .selectric .label {
    margin: 0;
    font-size: 1rem;
    color: #464646
}

.component-list-itda-drop__form .selectric-wrapper {
    width: 100%;
    z-index: 10!important
}

.component-list-itda-drop__form .selectric-open {
    z-index: 100
}

.component-list-itda-drop__form .selectric-open .button:after {
    top: .3em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.component-list-itda-drop__form .selectric-items {
    border: none;
    background-color: #fff
}

@media (min-width:768px) {
    .component-list-itda-drop__form .selectric-items {
        height: auto!important
    }
}

.component-list-itda-drop__form .selectric-scroll ul {
    padding: 1.5em 0
}

.component-list-itda-drop__form .selectric-scroll ul li {
    cursor: pointer;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-size: 1rem;
    color: #464646;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.component-list-itda-drop__form .selectric-scroll ul li.highlighted,
.component-list-itda-drop__form .selectric-scroll ul li.selected,
.component-list-itda-drop__form .selectric-scroll ul li:hover {
    background: 0 0
}

.component-list-itda-drop__form .selectric-scroll ul li:hover {
    color: #ff8200
}

.component-list-itda-drop__form .selectric-scroll ul li[data-index="0"] {
    display: none
}

.component-list-itda-drop__form .btn-t-portrait {
    margin: 1em 0
}

.component-list-pt {
    width: 100%;
    max-width: 28.125rem
}

@media (max-width:650px) {
    .component-list-pt {
        max-width: none!important;
        width: calc(100% + 2rem)!important;
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.component-list-pt li {
    list-style: none
}

.component-list-pt__block {
    display: block;
    margin-bottom: 2em
}

@media (max-width:650px) {
    .component-list-pt__block {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

.component-list-pt__block:hover .component-list-pt__img {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)
}

.component-list-pt__block:hover .component-list-pt__text {
    color: #ff8200
}

.component-list-pt__img {
    width: 100%;
    height: 12em;
    margin-bottom: 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width:650px) {
    .component-list-pt__img {
        height: 8em
    }
}

@media (max-width:575.98px) {
    .component-list-pt__img {
        height: 7em
    }
}

@media (max-width:400px) {
    .component-list-pt__img {
        height: 10em
    }
}

.component-list-pt__text {
    color: #464646;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 400 1.125rem Rubik, sans-serif
}

@media (max-width:767.98px) {
    .component-list-pt {
        max-width: 100%
    }
}

@media (max-width:575.98px) {
    .component-list-pt {
        margin-left: -1rem;
        margin-right: -1rem;
        max-width: none;
        width: calc(100% + 2rem)!important
    }
}

.component-list-ptd-date {
    width: 100%
}

.component-list-ptd-date li {
    list-style: none
}

@media (max-width:767.98px) {
    .component-list-ptd-date {
        width: 100%
    }
}

.component-list-ptd-date__container {
    width: 100%;
    padding: 0
}

.component-list-ptd-date__item {
    margin-bottom: 2em
}

@media (max-width:575.98px) {
    .component-list-ptd-date__item {
        margin-bottom: 3em
    }
}

.component-list-ptd-date__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width:575.98px) {
    .component-list-ptd-date__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.component-list-ptd-date__link:hover .component-list-ptd-date__img {
    -webkit-box-shadow: 10.1px 8.2px 21px 0 rgba(0, 0, 0, .17);
    box-shadow: 10.1px 8.2px 21px 0 rgba(0, 0, 0, .17)
}

.component-list-ptd-date__link:hover .component-list-ptd-date__title {
    color: #ff8200
}

.component-list-ptd-date__col {
    position: relative
}

.component-list-ptd-date__col.left {
    width: 28%
}

.component-list-ptd-date__col.right {
    width: 72%;
    padding: 0 6%
}

@media (max-width:575.98px) {
    .component-list-ptd-date__col.left,
    .component-list-ptd-date__col.right {
        width: 100%;
        padding: 0
    }
}

.component-list-ptd-date__date {
    left: 0;
    right: 0;
    margin: auto;
    width: 4em;
    display: block;
    color: #fff;
    padding: .9em 0;
    position: absolute;
    text-align: center;
    border-radius: 5px;
    background: #ff8200;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    font: 600 1.3125rem Rubik, sans-serif
}

@media (max-width:767.98px) {
    .component-list-ptd-date__date {
        top: calc(-75px /2 + 1em /2);
        padding: 0;
        width: 5.3125rem;
        height: 4.6875rem;
        font-size: 1.5625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:575.98px) {
    .component-list-ptd-date__date {
        top: calc(-60px /2 + 1em /2);
        width: 4.375rem;
        height: 3.75rem;
        font-size: 1.25rem
    }
}

.component-list-ptd-date__img {
    width: 100%;
    height: 15em;
    margin-top: 1em;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width:575.98px) {
    .component-list-ptd-date__img {
        height: 8rem
    }
}

.component-list-ptd-date__title {
    margin: 1em 0 .6em;
    color: #464646;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 600 1.375rem Rubik, sans-serif
}

.component-list-ptd-date__text {
    margin: 0;
    line-height: 1.4;
    margin-bottom: .8em;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif
}

.component-list-ptd-date__text strong {
    font-weight: 500
}

@media (max-width:575.98px) {
    .component-list-ptd-date__text:first-of-type {
        display: none
    }
}

.component-list-pvt {
    width: 100%
}

.component-list-pvt li {
    list-style: none
}

.component-list-pvt__container {
    padding: 0
}

@media (max-width:575.98px) {
    .component-list-pvt__container {
        width: 100%
    }
}

.component-list-pvt__item {
    display: block;
    border-bottom: 1px solid #e6e6e6
}

.component-list-pvt__item:first-child {
    border-top: 1px solid #e6e6e6
}

.component-list-pvt__link {
    height: 7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0
}

.component-list-pvt__link:hover .component-list-pvt__img {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)
}

.component-list-pvt__link:hover .component-list-pvt__p {
    color: #ff8200
}

.component-list-pvt__img {
    width: 45%;
    height: 100%;
    margin-right: 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.component-list-pvt__text {
    width: 55%
}

.component-list-pvt__subtitle {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem;
    letter-spacing: 2px;
    opacity: .5;
    color: #464646;
    text-transform: uppercase;
    font: 400 .625rem Rubik, sans-serif
}

.component-list-pvt__p {
    line-height: 1.2;
    margin-bottom: 0;
    color: #464646;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 500 .875rem Rubik, sans-serif
}

@media (max-width:767.98px) {
    .component-list-pvt {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        padding-right: 0
    }
}

.component-list-simple {
    width: 100%
}

.component-list-simple li {
    list-style: none
}

@media (max-width:767.98px) {
    .component-list-simple {
        width: 100%
    }
}

.component-list-simple__container {
    width: 100%;
    padding: 0
}

.component-list-simple__item {
    margin-bottom: 2em
}

.component-list-simple__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width:575.98px) {
    .component-list-simple__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.component-list-simple__link:hover .component-list-simple__title {
    color: #ff8200
}

.component-list-simple__col {
    position: relative
}

.component-list-simple__col.right {
    width: 100%;
    padding: 0 6%
}

@media (max-width:575.98px) {
    .component-list-simple__col.left,
    .component-list-simple__col.right {
        width: 100%;
        padding: 0
    }
}

.component-list-simple__title {
    margin: 1em 0 .6em;
    color: #464646;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 600 1.375rem Rubik, sans-serif
}

.component-list-simple__text {
    margin: 0;
    line-height: 1.4;
    margin-bottom: .8em;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif
}

.component-list-simple__text strong {
    font-weight: 500
}

.component-list-ta li {
    list-style: none
}

.component-list-ta__container {
    width: 100%;
    padding: 0
}

.component-list-ta__item {
    min-height: 8em;
    padding: 1.2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6
}

@media (max-width:767.98px) {
    .component-list-ta__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.component-list-ta__text {
    margin: 0;
    color: #f5821f;
    line-height: 1.4;
    padding-left: 2em;
    letter-spacing: -.4px;
    font: 500 1.375rem Rubik, sans-serif
}

@media (max-width:575.98px) {
    .component-list-ta__text {
        font-size: 1.125rem
    }
}

.component-list-ta .btn-ti .btn {
    height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding: 0 2.5em;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    color: #464646;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 500 1rem Rubik, sans-serif
}

.component-list-ta .btn-ti .btn:hover {
    color: #fff;
    background: #ff8200
}

.component-list-ta .btn-ti .btn svg {
    height: 1em;
    display: block;
    margin-left: 1em;
    fill: #464646
}

.component-list-ta .btn-ti .btn:hover svg {
    fill: #fff
}

.component-list-ta .btn-ti-portrait {
    width: 100%
}

.component-list-ta .btn-ti-portrait .btn {
    height: 4.5em
}

.component-list-ta .btn-ti-portrait .btn:hover {
    -webkit-box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14);
    box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14)
}

@media (max-width:767.98px) {
    .component-list-ta .btn,
    .component-list-ta .btn-ti {
        width: 100%;
        margin-top: 1em
    }
    .component-list-ta__text {
        padding-left: 0
    }
    .component-list-ta__item {
        height: auto;
        padding: 2em 0
    }
}

.component-list-tda {
    width: 100%
}

.component-list-tda li {
    list-style: none
}

@media (max-width:767.98px) {
    .component-list-tda {
        width: 100%
    }
    .component-list-tda .btn {
        width: 100%;
        margin-top: 1em
    }
}

.component-list-tda__container {
    width: 100%;
    padding: 0
}

.component-list-tda__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding: 2em 0
}

@media (max-width:767.98px) {
    .component-list-tda__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.component-list-tda__title {
    color: #af272f;
    font: 500 1.375rem Rubik, sans-serif
}

@media (max-width:575.98px) {
    .component-list-tda__title {
        font-size: 1.125rem
    }
}

.component-list-tda__text {
    margin: 0;
    margin-right: auto;
    line-height: 1.4;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif
}

.component-list-tda__content {
    width: 60%
}

@media (max-width:767.98px) {
    .component-list-tda__content {
        width: 100%
    }
}

.component-list-th {
    width: 100%
}

.component-list-th li {
    list-style: none
}

.component-list-th :last-of-type {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .component-list-th {
        width: 100%
    }
}

.component-list-th__container {
    width: 100%;
    padding: 0
}

.component-list-th__item {
    padding: 2.5em 0 1.5em;
    border-bottom: 1px solid #e6e6e6
}

.component-list-th__title {
    color: #af272f;
    margin-bottom: .8em;
    font: 500 1.375rem Rubik, sans-serif
}

.component-list-th__text {
    margin: 0;
    line-height: 1.4;
    margin-bottom: 1em;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif
}

.component-mapa {
    margin: 4em 0
}

.component-mapa__title {
    color: #af272f;
    margin-bottom: .8em;
    font: 600 1.5625rem Rubik, sans-serif
}

.component-mapa .map {
    width: 100%;
    height: 30em;
    background-color: #f6f6f6
}

.component-mapa .popup-tip-anchor {
    height: 0;
    position: absolute;
    width: 200px
}

.component-mapa .popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0
}

.component-mapa .popup-bubble-content {
    position: absolute;
    top: -4em;
    left: 0;
    padding: 1em;
    border-left: 8px solid #018fd6;
    -webkit-transform: translate(-15%, -100%);
    transform: translate(-15%, -100%);
    background-color: #fff;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 8em
}

.component-mapa .popup-bubble-content h3 {
    width: 100%;
    padding: 0 0 5px;
    color: #af272f;
    margin: 0;
    padding-top: 0;
    font-size: 1rem;
    font-family: Rubik, sans-serif
}

.component-mapa .popup-bubble-content p {
    width: 100%;
    margin: 0;
    font-size: 16px;
    color: #464646
}

@media (max-width:1199.98px) {
    .news-slider-wrapper .col-lg-3 {
        margin-top: 2rem
    }
}

.component-news .home-list-pt__block {
    width: 25%
}

.component-news .home-list-pt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

@media (max-width:767.98px) {
    .component-news .home-list-pt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        padding-right: 0
    }
}

.component-news .home-list-pt__block {
    display: inline-block;
    margin-left: .5rem;
    margin-right: .5rem
}

.component-news .home-list-pt__block:hover .home-list-pt__img {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)
}

.component-news .home-list-pt__block:hover .home-list-pt__subtitle,
.component-news .home-list-pt__block:hover .home-list-pt__text {
    color: #ff8200
}

.component-news .home-list-pt__img {
    width: 100%;
    height: 12em;
    margin-bottom: 1em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width:1199.98px) {
    .component-news .home-list-pt__img {
        height: 10em
    }
}

@media (max-width:991.98px) {
    .component-news .home-list-pt__img {
        height: 8em
    }
}

@media (max-width:767.98px) {
    .component-news .home-list-pt__img {
        height: 10em
    }
}

@media (max-width:575.98px) {
    .component-news .home-list-pt__img {
        height: 8em
    }
}

.component-news .home-list-pt__subtitle {
    display: block;
    font-size: .625rem;
    letter-spacing: 2px;
    margin-bottom: .25rem;
    text-transform: uppercase;
    color: #464646
}

.component-news .home-list-pt__text {
    color: #464646;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font: 400 1.125rem Rubik, sans-serif;
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .component-news .home-list-pt__text {
        font-size: .75rem;
        line-height: 13px
    }
}

.component-news-extended .home-list-pt__block {
    width: 25%
}

.component-publi-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.component-publi-1 .btn-p {
    width: 23.5%;
    padding: 0!important;
    margin-bottom: 2%;
    border: 0!important;
    border-radius: 0!important
}

.component-publi-1 .btn-p:last-child {
    margin-right: 0
}

.component-publi-1 .btn-p:hover {
    -webkit-box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14);
    box-shadow: 5.6px 24.4px 30px 0 hsla(0, 0%, 68%, .14)
}

.component-publi-1 .btn-p__img {
    height: 100%!important;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:767.98px) {
    .component-publi-1 .btn-p {
        width: 48%;
        margin-bottom: 3%
    }
}

.holder-sidebar .component:first-child {
    padding-top: 0!important
}

.holder-sidebar .component-publi-1 .btn-p {
    width: 100%;
    margin-bottom: 1rem
}

.component-slider-block .slick-list {
    margin-left: -1rem;
    margin-right: -1rem
}

.component-slider-block .slick-arrow {
    cursor: pointer;
    background-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 1rem;
    border-radius: 100px;
    border: none;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    color: transparent
}

.component-slider-block .slick-arrow.slick-prev {
    left: -2.5rem;
    -webkit-transform: rotate(.5turn) translateY(50%);
    transform: rotate(.5turn) translateY(50%);
    -webkit-box-shadow: -6.2px -7.9px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: -6.2px -7.9px 30px 0 rgba(0, 0, 0, .15)
}

.component-slider-block .slick-arrow.slick-next {
    right: -2.5rem;
    -webkit-box-shadow: 6.2px 7.9px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 6.2px 7.9px 30px 0 rgba(0, 0, 0, .15)
}

.component-slider-block__link {
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #464646;
    border-radius: 5px;
    overflow: hidden
}

.component-slider-block__link:hover {
    color: inherit;
    text-decoration: none
}

.component-slider-block__item {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:767.98px) {
    .component-slider-block__item {
        margin-left: 0;
        margin-right: 0
    }
}

.component-slider-block__item__img-wrapper {
    height: 24rem;
    overflow: hidden;
    text-align: center
}

.component-slider-block__item__img {
    max-width: 100%
}

.component-slider-block__item__description {
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    padding: 1.25rem
}

.component-slider-block__item__title {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0
}

.component-slider-block__item__title+.component-slider-block__card__text {
    margin-top: .75rem
}

.component-slider-block__item__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125rem;
    letter-spacing: -.25px;
    margin-top: 0;
    margin-bottom: 0
}

.component-slider-block-poster .slick-list {
    margin-left: -1rem;
    margin-right: -1rem
}

.component-slider-block-poster .slick-arrow {
    cursor: pointer;
    background-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 1rem;
    border-radius: 100px;
    border: none;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    color: transparent
}

.component-slider-block-poster .slick-arrow.slick-prev {
    left: -2.5rem;
    -webkit-transform: rotate(.5turn) translateY(50%);
    transform: rotate(.5turn) translateY(50%);
    -webkit-box-shadow: -6.2px -7.9px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: -6.2px -7.9px 30px 0 rgba(0, 0, 0, .15)
}

.component-slider-block-poster .slick-arrow.slick-next {
    right: -2.5rem;
    -webkit-box-shadow: 6.2px 7.9px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 6.2px 7.9px 30px 0 rgba(0, 0, 0, .15)
}

.component-slider-block-poster__link {
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #464646;
    border-radius: 5px;
    overflow: hidden
}

.component-slider-block-poster__link:hover {
    color: inherit;
    text-decoration: none
}

.component-slider-block-poster__item {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:767.98px) {
    .component-slider-block-poster__item {
        margin-left: 0;
        margin-right: 0
    }
}

.component-slider-block-poster__item__img-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center
}

.component-slider-block-poster__item__img-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 148.1049562682216%
}

.component-slider-block-poster__item__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%
}

.component-slider-block-poster__item__description {
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    padding: 1.25rem
}

.component-slider-block-poster__item__title {
    font-size: 1.275rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0
}

.component-slider-block-poster__item__title+.component-slider-block-poster__card__text {
    margin-top: .75rem
}

.component-slider-block-poster__item__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125rem;
    letter-spacing: -.25px;
    margin-top: 0;
    margin-bottom: 0
}

.component-slider-featured .slick-list {
    border-radius: 5px
}

.component-slider-featured .slick-arrow {
    cursor: pointer;
    background-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 1rem;
    border-radius: 100px;
    border: none;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    color: transparent
}

.component-slider-featured .slick-arrow.slick-prev {
    left: -2.5rem;
    -webkit-transform: rotate(.5turn) translateY(50%);
    transform: rotate(.5turn) translateY(50%);
    -webkit-box-shadow: -6.2px -7.9px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: -6.2px -7.9px 30px 0 rgba(0, 0, 0, .15)
}

@media (max-width:767.98px) {
    .component-slider-featured .slick-arrow.slick-prev {
        left: -1rem
    }
}

.component-slider-featured .slick-arrow.slick-next {
    right: -2.5rem;
    -webkit-box-shadow: 6.2px 7.9px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 6.2px 7.9px 30px 0 rgba(0, 0, 0, .15)
}

@media (max-width:767.98px) {
    .component-slider-featured .slick-arrow.slick-next {
        right: -1rem
    }
}

.component-slider-featured__item {
    width: 100%;
    height: 27.5rem;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-position: 50%
}

.component-slider-featured__item__description {
    margin-left: 1.6rem;
    margin-bottom: 2.3rem;
    color: #fff
}

.component-slider-featured__item__title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-weight: 400;
    font-size: 1.9rem
}

.component-slider-featured__item__title+.component-slider-featured__item__link {
    margin-top: 1.5rem
}

.component-slider-featured__item__title__highlighted {
    display: block;
    font-weight: 700
}

.component-slider-featured__item__text {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: 1rem;
    font-weight: 400
}

.component-slider-featured__item__text+.component-slider-featured__link {
    margin-top: 1rem
}

.component-slider-featured__item__link {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: 1rem;
    font-weight: 700
}

.component-slider-featured__item__link:hover {
    color: inherit
}

.component-slider-featured__item__link__arrow {
    display: inline-block;
    vertical-align: middle;
    vertical-align: text-bottom;
    border-radius: 100px;
    border: 1px solid #fff;
    z-index: 1;
    font-size: 0;
    color: transparent;
    margin-left: .5rem
}

.component-slider-featured__item__link__arrow:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    -webkit-mask-image: url(/images/arrow.svg);
    mask-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    padding: .5rem
}

.component-slider-gallery {
    width: 100%
}

.component-slider-gallery .slick-arrow {
    cursor: pointer;
    background-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 1rem;
    border-radius: 100px;
    border: none;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    z-index: 1;
    font-size: 0;
    color: transparent
}

.component-slider-gallery .slick-arrow.slick-prev {
    left: -2.5rem;
    -webkit-transform: rotate(.5turn) translateY(60%);
    transform: rotate(.5turn) translateY(60%);
    -webkit-box-shadow: -6.2px -7.9px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: -6.2px -7.9px 30px 0 rgba(0, 0, 0, .15)
}

.component-slider-gallery .slick-arrow.slick-next {
    right: -2.5rem;
    -webkit-box-shadow: 6.2px 7.9px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 6.2px 7.9px 30px 0 rgba(0, 0, 0, .15)
}

.component-slider-gallery__slider {
    margin-bottom: 0;
    padding-left: 0
}

.component-slider-gallery__link {
    display: inline-block;
    color: #464646;
    overflow: hidden
}

.component-slider-gallery__link:hover {
    color: inherit;
    text-decoration: none
}

.component-slider-gallery__item {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:767.98px) {
    .component-slider-gallery__item {
        margin-left: 0;
        margin-right: 0
    }
}

.component-slider-gallery__item__img {
    max-width: 100%;
    border-radius: 5px
}

.component-slider-gallery__item__description {
    padding-top: 1.25rem;
    padding-bottom: .75rem
}

.component-slider-gallery__item__text {
    font-size: .9rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0
}

.component-slider-gallery__thumbs {
    width: calc(100% - 5rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.component-slider-gallery__thumbs .slick-list {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.component-slider-gallery__thumbs .slick-current {
    opacity: 1
}

.component-slider-gallery__thumbs.-sided {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.component-slider-gallery__thumbs.-sided .slick-track {
    margin-left: 0
}

.component-slider-gallery__thumb {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .5;
    padding-left: .5rem;
    padding-right: .5rem
}

.component-slider-gallery__thumb:active,
.component-slider-gallery__thumb:focus,
.component-slider-gallery__thumb:hover {
    outline: 0
}

.component-slider-gallery__thumb__img {
    max-width: 100%
}

.component-slider-gallery {
    width: 100%
}

.component-slider-gallery .slick-arrow {
    cursor: pointer;
    background-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 1rem;
    border-radius: 100px;
    border: none;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    z-index: 1;
    font-size: 0;
    color: transparent
}

.component-slider-gallery .slick-arrow.slick-prev {
    left: -2.5rem;
    -webkit-transform: rotate(.5turn) translateY(60%);
    transform: rotate(.5turn) translateY(60%);
    -webkit-box-shadow: -6.2px -7.9px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: -6.2px -7.9px 30px 0 rgba(0, 0, 0, .15)
}

.component-slider-gallery .slick-arrow.slick-next {
    right: -2.5rem;
    -webkit-box-shadow: 6.2px 7.9px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 6.2px 7.9px 30px 0 rgba(0, 0, 0, .15)
}

.component-slider-gallery__slider {
    margin-bottom: 0
}

.component-slider-gallery__link {
    display: inline-block;
    color: #464646;
    overflow: hidden
}

.component-slider-gallery__link:hover {
    color: inherit;
    text-decoration: none
}

.component-slider-gallery__item {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:767.98px) {
    .component-slider-gallery__item {
        margin-left: 0;
        margin-right: 0
    }
}

.component-slider-gallery__item__img {
    max-width: 100%;
    border-radius: 5px
}

.component-slider-gallery__item__description {
    padding-top: 1.25rem;
    padding-bottom: .75rem
}

.component-slider-gallery__item__text {
    font-size: .9rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0
}

.component-slider-gallery__thumbs {
    width: calc(100% - 5rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.component-slider-gallery__thumbs .slick-list {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.component-slider-gallery__thumbs .slick-current {
    opacity: 1
}

.component-slider-gallery__thumbs.-sided {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.component-slider-gallery__thumbs.-sided .slick-track {
    margin-left: 0
}

.component-slider-gallery__thumb {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .5;
    padding-left: .5rem;
    padding-right: .5rem
}

.component-slider-gallery__thumb:active,
.component-slider-gallery__thumb:focus,
.component-slider-gallery__thumb:hover {
    outline: 0
}

.component-slider-gallery__thumb__img {
    max-width: 100%
}

.component-split {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.component-split .split {
    height: 40px;
    background: 0 0
}

.component-split .split.bigger {
    height: 80px
}

.component-streaming {
    position: relative;
    margin-top: 0!important
}

.component-tab__wrap {
    width: 100%;
    overflow: hidden
}

.component-tab__container {
    padding-top: 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: .3em;
    padding-right: .3em;
    margin-bottom: -20px
}

.component-tab__link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    color: #af272f;
    cursor: pointer;
    padding: 1em;
    display: inline-block;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #c1c7cd;
    font: 400 1rem Rubik, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.component-tab__link:after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.component-tab__link:hover {
    color: #ff8200
}

.component-tab__link:active,
.component-tab__link:focus {
    outline: 0
}

.component-tab__link.active {
    border-color: #fff;
    -webkit-box-shadow: 0 -6px 10px 0 hsla(0, 0%, 63%, .19);
    box-shadow: 0 -6px 10px 0 hsla(0, 0%, 63%, .19);
    color: #ff8200;
    font-weight: 500
}

@media (max-width:767.98px) {
    .component-tab__link {
        min-width: 140px
    }
}

.component-tab .tabcontent {
    display: none;
    padding-top: 40px
}

.component-text-da-box {
    padding-bottom: 0!important
}

.component-text-da-box+.component-text-da-box,
.component-text-da-box+.component-text-h-box,
.component-text-da-box+.component-text-tdp-box,
.component-text-da-box+.component-text-tid-box {
    padding-top: 1rem
}

.component-text-da-box__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 1.4em;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767.98px) {
    .component-text-da-box__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.component-text-da-box__text p {
    margin: 0;
    color: #af272f;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif;
    line-height: 1.4
}

.component-text-da-box .btn-ti-borderless {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.component-text-da-box a:not(.btn-ti-borderless),
.component-text-da-box a:not(.btn-ti-borderless):hover {
    color: #ff8200
}

@media (max-width:767.98px) {
    .component-text-da-box .btn-ti-borderless {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .component-text-da-box__text {
        margin-bottom: .8em
    }
}

.component-text-h-box {
    padding-bottom: 0!important
}

.component-text-h-box+.component-text-da-box,
.component-text-h-box+.component-text-h-box,
.component-text-h-box+.component-text-tdp-box,
.component-text-h-box+.component-text-tid-box {
    padding-top: 1rem
}

.component-text-h-box__container {
    padding: 1em 1.4em;
    border-radius: 5px;
    border: 1px solid #e6e6e6
}

.component-text-h-box__text p {
    margin: 0;
    color: #464646;
    letter-spacing: -.4px;
    font: 600 1rem Rubik, sans-serif;
    line-height: 1.4
}

.component-text-h-box a,
.component-text-h-box a:hover {
    color: #ff8200
}

.component-text-tdp-box {
    padding-bottom: 0!important
}

.component-text-tdp-box+.component-text-da-box,
.component-text-tdp-box+.component-text-h-box,
.component-text-tdp-box+.component-text-tdp-box,
.component-text-tdp-box+.component-text-tid-box {
    padding-top: 1rem
}

.component-text-tdp-box__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 1.4em;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.component-text-tdp-box__text {
    margin: 0;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif;
    line-height: 1.4
}

.component-text-tdp-box__text--bold {
    display: block;
    font-weight: 700;
    margin-bottom: .5em!important
}

.component-text-tdp-box__text p {
    margin: 0!important
}

.component-text-tdp-box__text a {
    color: #ff8200;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif;
    line-height: 1.4
}

.component-text-tdp-box__text a:hover {
    color: inherit
}

.component-text-tdp-box__img {
    width: 20%;
    height: 3em;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-flex-item-align: center;
    align-self: center;
    -o-object-position: right;
    object-position: right
}

@media (max-width:767.98px) {
    .component-text-tdp-box__content {
        width: 80%;
        padding-right: 4%
    }
    .component-text-tdp-box__text--bold {
        margin-bottom: 0
    }
}

.component-text-th-1c-bold__container {
    width: 100%
}

.component-text-th-1c-bold__title {
    color: #f5821f;
    margin-bottom: .8em;
    letter-spacing: -.6px;
    font: 600 1.5625rem Rubik, sans-serif
}

.component-text-th-1c-bold__text {
    margin: 0;
    margin-bottom: 1em;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif;
    line-height: 1.4
}

.component-text-th-1c-bold__text :last-child {
    margin-bottom: 0
}

.component-text-th-1c-bold__text blockquote {
    color: #af272f;
    font-weight: 300;
    font-size: 1.5625rem
}

.component-text-th-1c-bold__text blockquote:before {
    content: "\201C"
}

.component-text-th-1c-bold__text blockquote:after {
    content: "\201D"
}

.component-text-th-1c-bold__text a,
.component-text-th-1c-bold__text a:hover {
    color: #ff8200
}

.component-text-th-1c-regular__container {
    width: 100%
}

.component-text-th-1c-regular__title {
    color: #af272f;
    margin-bottom: .8em;
    letter-spacing: -.6px;
    font: 400 1.375rem Rubik, sans-serif
}

.component-text-th-1c-regular__text {
    margin: 0;
    margin-bottom: 1em;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif;
    line-height: 1.4
}

.component-text-th-1c-regular__text :last-child {
    margin-bottom: 0
}

.component-text-th-1c-regular__text blockquote {
    color: #af272f;
    font-weight: 300;
    font-size: 1.5625rem
}

.component-text-th-1c-regular__text blockquote:before {
    content: "\201C"
}

.component-text-th-1c-regular__text blockquote:after {
    content: "\201D"
}

.component-text-th-1c-regular__text a,
.component-text-th-1c-regular__text a:hover {
    color: #ff8200
}

.component-text-th-2c {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.component-text-th-2c__title {
    color: #bd202e;
    margin-bottom: .8em;
    width: 100%;
    letter-spacing: -.6px;
    font: 600 1.5625rem Rubik, sans-serif
}

.component-text-th-2c__div {
    margin: 0;
    width: 48%;
    list-style: none;
    position: relative;
    margin-bottom: 1em;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif;
    line-height: 1.4
}

.component-text-th-2c__div h2,
.component-text-th-2c__div h3 {
    font-size: 1rem;
    font-weight: 600
}

.component-text-th-2c__div h2 {
    color: #af272f;
    margin-bottom: 1rem
}

.component-text-th-2c__div .btn {
    padding: 1em 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #e6e6e6
}

@media (max-width:767.98px) {
    .component-text-th-2c__div .btn {
        padding-bottom: 1.5em
    }
}

.component-text-th-2c__div a,
.component-text-th-2c__div a:hover {
    color: #ff8200
}

.component-text-th-2c__div blockquote {
    color: #af272f;
    font-weight: 300;
    font-size: 1.5625rem
}

.component-text-th-2c__div blockquote:before {
    content: "\201C"
}

.component-text-th-2c__div blockquote:after {
    content: "\201D"
}

.component-text-th-2c__link {
    position: relative!important;
    display: block!important;
    padding-right: 3rem!important;
    white-space: normal;
    text-align: right
}

.component-text-th-2c__link__text {
    display: initial!important;
    min-width: 0;
    text-align: right
}

.component-text-th-2c__link__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .component-text-th-2c {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .component-text-th-2c__div {
        width: 100%;
        margin-bottom: 2.5em
    }
}

.component-text-tha-1c__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.component-text-tha-1c__title {
    color: #af272f;
    margin-bottom: .8em;
    letter-spacing: -.6px;
    font: 500 1.5625rem Rubik, sans-serif
}

.component-text-tha-1c p {
    margin: 0;
    margin-bottom: 1em;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif;
    line-height: 1.4
}

.component-text-tha-1c p a,
.component-text-tha-1c p a:hover {
    color: #ff8200
}

.component-text-tha-1c blockquote {
    color: #af272f;
    font-weight: 300;
    font-size: 1.5625rem
}

.component-text-tha-1c blockquote:before {
    content: "\201C"
}

.component-text-tha-1c blockquote:after {
    content: "\201D"
}

.component-text-tha-1c__link {
    position: relative;
    display: block!important;
    padding-right: 3rem;
    white-space: normal;
    text-align: right
}

.component-text-tha-1c__link__text {
    display: initial!important;
    min-width: 0;
    text-align: right
}

.component-text-tha-1c__link__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.component-tha-3c {
    margin: 0
}

*~.component-tha-3c {
    margin-top: 3rem
}

.component-tha-3c__title {
    color: #af272f;
    position: relative;
    margin-bottom: 2.5em;
    letter-spacing: -.2px;
    font: 500 1rem Rubik, sans-serif
}

@media (max-width:767.98px) {
    .component-tha-3c__title {
        margin-bottom: 1.5em
    }
}

.component-tha-3c__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.component-tha-3c__col {
    width: 28%;
    color: #464646;
    font: 400 1rem Rubik, sans-serif
}

.component-tha-3c__col strong {
    font-weight: 500
}

.component-tha-3c__col h2,
.component-tha-3c__col h3 {
    color: #af272f;
    font-weight: 600
}

.component-tha-3c__col h2 {
    font-size: 1.5625rem;
    margin-bottom: 1rem;
    letter-spacing: -.6px
}

.component-tha-3c__col h3 {
    font-size: 1rem;
    letter-spacing: -.4px
}

.component-tha-3c__col p {
    margin-bottom: 0;
    line-height: 1.4;
    letter-spacing: -.4px
}

.component-tha-3c__col ul {
    padding-left: 1rem;
    list-style: initial;
    line-height: 1.4
}

.component-tha-3c__col a,
.component-tha-3c__col a:hover {
    color: #ff8200
}

.component-tha-3c__col blockquote {
    color: #af272f;
    font-weight: 300;
    font-size: 1.5625rem
}

.component-tha-3c__col blockquote:before {
    content: "\201C"
}

.component-tha-3c__col blockquote:after {
    content: "\201D"
}

.component-tha-3c .btn--arrow-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
    padding-right: 0;
    padding-bottom: 1.5em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #e6e6e6
}

@media (max-width:767.98px) {
    .component-tha-3c__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .component-tha-3c__col {
        width: 100%;
        margin-bottom: 1.5em
    }
}

.component-text-tid-box {
    padding-bottom: 0!important
}

.component-text-tid-box+.component-text-da-box,
.component-text-tid-box+.component-text-h-box,
.component-text-tid-box+.component-text-tdp-box,
.component-text-tid-box+.component-text-tid-box {
    padding-top: 1rem
}

.component-text-tid-box__container {
    padding: 1em 1.4em;
    border-radius: 5px;
    background-color: #e6e6e6
}

.component-text-tid-box__text {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    color: #464646;
    letter-spacing: -.4px;
    font: 400 1rem Rubik, sans-serif;
    line-height: 1.4
}

.component-text-tid-box__text:last-child {
    margin-bottom: 0
}

.component-text-tid-box__text--bold {
    display: block;
    font-weight: 700;
    margin-bottom: 1em
}

.component-text-tid-box__icon {
    width: 1.2em;
    height: 1.2em;
    display: block;
    margin-right: .6em
}

@media (max-width:767.98px) {
    .component-text-tid-box__text {
        margin-bottom: .5em
    }
}

.component-timeline__date-title {
    color: #bd202e;
    font: 400 1.375rem Rubik, sans-serif
}

.component-timeline__container {
    margin-top: 2em
}

.component-timeline__event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 2.5em;
    padding-bottom: 1.5em
}

.component-timeline__event:before {
    content: "";
    left: 0;
    height: 100%;
    margin-top: .8em;
    margin-left: .25em;
    position: absolute;
    border-left: 1px solid #af272f
}

.component-timeline__event:last-child:before {
    border-color: transparent
}

@media (max-width:767.98px) {
    .component-timeline__event {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.component-timeline__event-time {
    margin: 0;
    width: 15%;
    color: #af272f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 400 1rem Rubik, sans-serif
}

.component-timeline__event-time:before {
    content: "";
    left: -2.3rem;
    z-index: 1;
    width: .62em;
    height: .62em;
    display: block;
    margin-top: .4em;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #af272f
}

@media (max-width:767.98px) {
    .component-timeline__event-time {
        width: 100%;
        margin-bottom: .6em
    }
}

.component-timeline__event-content {
    width: 80%;
    padding-right: 2em
}

@media (max-width:767.98px) {
    .component-timeline__event-content {
        width: 100%;
        padding-right: 0
    }
}

.component-timeline__event-title {
    margin: 0;
    margin-top: 1em;
    color: #464646;
    font: 500 1rem Rubik, sans-serif
}

.component-timeline__event-title:first-child {
    margin-top: 0
}

.component-timeline__event-desc {
    color: #464646;
    font: 400 1rem Rubik, sans-serif;
    margin: 0
}

.component-timeline__event-desc:last-child {
    margin-bottom: 1em
}

.component-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.component-title+.component {
    padding-top: 0
}

.component-title__text {
    color: #af272f;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    position: relative
}

.component-title__text__span--bold {
    font-weight: 700
}

.component-title__link {
    position: relative;
    padding-right: 3rem;
    max-width: 50%;
    margin-left: 2rem;
    color: #af272f;
    font-size: 1rem;
    font-weight: 700
}

@media (max-width:767.98px) {
    .component-title__link__text {
        display: none
    }
}

.component-title__link:hover {
    color: #af272f
}

.component-title__link:hover .component-title__link__arrow {
    background: url(/images/arrow-right_hover.svg) no-repeat 50%
}

.component-title__link__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block!important;
    vertical-align: middle
}

.component-title-large+.component {
    padding-top: 0
}

.component-title-large__text {
    z-index: 2;
    color: #f5821f;
    font-size: 1.875rem;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    letter-spacing: -1px
}

.component-title-small+.component {
    padding-top: 0
}

.component-title-small__text {
    z-index: 2;
    color: #af272f;
    font-size: 1rem;
    margin-top: 0;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative
}

.component-video-youtube {
    position: relative;
    margin-top: 0!important
}

.component-video-youtube .__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.component-video-youtube .__video .__video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.is-admin .component-video-youtube {
    background: repeating-linear-gradient(45deg, #ccc, #ccc 10px, #eaecee 0, #eaecee 20px)
}