﻿.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*!Ion.RangeSlider, 2.3.0, © Denis Ineshin, 2010 - 2018, IonDen.com, Build date: 2018-12-12 00:07:25*/
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 2px;
    background-color: #E2E2E2;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 2px;
    background-color: #007D8A
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 14px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-range-grip.svg) no-repeat center center;
    background-size: 24px 24px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3))
}

.irs--flat .irs-handle:active {
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.irs--flat .irs-handle * {
    display: none !important
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.irs--big {
    height: 55px
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #fff 0%, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5)
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5)
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)
}

.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px
}

.irs--big .irs-grid-pol {
    background-color: #428bca
}

.irs--big .irs-grid-text {
    color: #428bca
}

.irs--modern {
    height: 55px
}

.irs--modern.irs-with-grid {
    height: 55px
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%)
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5)
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #fff 0%, #919ba5 30%, #fff 100%)
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
    border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426
}

.irs--modern .irs-grid {
    height: 25px
}

.irs--modern .irs-grid-pol {
    background-color: #dedede
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

.irs--sharp.irs-with-grid {
    height: 57px
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5)
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: black
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-grid {
    height: 25px
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--round {
    height: 50px
}

.irs--round.irs-with-grid {
    height: 65px
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5)
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa
}

.irs--round .irs-grid {
    height: 25px
}

.irs--round .irs-grid-pol {
    background-color: #dedede
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--square {
    height: 50px
}

.irs--square.irs-with-grid {
    height: 60px
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1)
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white
}

.irs--square .irs-grid {
    height: 25px
}

.irs--square .irs-grid-pol {
    background-color: #dedede
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px
}

@font-face {
    font-family: 'Exo 2';
    src: url("../fonts/Exo2-Bold.eot");
    src: url("../fonts/Exo2-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Exo2-Bold.woff2") format("woff2"), url("../fonts/Exo2-Bold.woff") format("woff"), url("../fonts/Exo2-Bold.ttf") format("truetype"), url("../images/Exo2-Bold.svg#Exo2-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo 2';
    src: url("../fonts/Exo2-SemiBold.eot");
    src: url("../fonts/Exo2-SemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/Exo2-SemiBold.woff2") format("woff2"), url("../fonts/Exo2-SemiBold.woff") format("woff"), url("../fonts/Exo2-SemiBold.ttf") format("truetype"), url("../images/Exo2-SemiBold.svg#Exo2-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo 2';
    src: url("../fonts/Exo2-ExtraBold.eot");
    src: url("../fonts/Exo2-ExtraBold.eot#iefix") format("embedded-opentype"), url("../fonts/Exo2-ExtraBold.woff2") format("woff2"), url("../fonts/Exo2-ExtraBold.woff") format("woff"), url("../fonts/Exo2-ExtraBold.ttf") format("truetype"), url("../images/Exo2-ExtraBold.svg#Exo2-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Exo 2';
    src: url("../fonts/Exo2-Regular.eot");
    src: url("../fonts/Exo2-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/Exo2-Regular.woff2") format("woff2"), url("../fonts/Exo2-Regular.woff") format("woff"), url("../fonts/Exo2-Regular.ttf") format("truetype"), url("../images/Exo2-Regular.svg#Exo2-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular.eot");
    src: url("../fonts/OpenSans-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../images/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-SemiBold.eot");
    src: url("../fonts/OpenSans-SemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../images/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular.eot");
    src: url("../fonts/OpenSans-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../images/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold.eot");
    src: url("../fonts/OpenSans-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../images/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none
}

a {
    text-decoration: none;
    color: inherit
}

fieldset {
    padding: 0px;
    margin: 0px;
    border: 0px
}

label {
    display: block;
    color: #165C7D;
    font-size: 12px;
    line-height: 17px;
    margin-top: 20px
}

label.error {
    color: #ff5252;
    margin-top: 0px
}

input.error,
textarea.error,
select.error {
    border: 1px solid #ff5252
}

select {
    padding-right: 40px !important;
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    margin-top: 4px;
    background: url(../images/icon-down-blue.svg) no-repeat right 10px center #fff;
    margin-right: 16px;
    line-height: 140%
}

select::-ms-expand {
    display: none
}

.elementor-select-wrapper .select-caret-down-wrapper {
    display: none !important
}

.elementor-select-wrapper select {
    margin-right: 0 !important
}

.widget_credit_simulator-modal input[type="text"],
.widget_credit_simulator-modal input[type="email"],
.widget_credit_simulator-modal input[type="tel"],
.widget_credit_imobiliario-modal input[type="text"],
.widget_credit_imobiliario-modal input[type="email"],
.widget_credit_imobiliario-modal input[type="tel"],
.widget_credit_simulator input[type="text"],
.widget_credit_simulator input[type="email"],
.widget_credit_simulator input[type="tel"] {
    padding-right: 40px !important;
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    margin-top: 4px;
    margin-right: 16px
}

.widget_credit_simulator-modal input[type="text"]::-ms-expand,
.widget_credit_simulator-modal input[type="email"]::-ms-expand,
.widget_credit_simulator-modal input[type="tel"]::-ms-expand,
.widget_credit_imobiliario-modal input[type="text"]::-ms-expand,
.widget_credit_imobiliario-modal input[type="email"]::-ms-expand,
.widget_credit_imobiliario-modal input[type="tel"]::-ms-expand,
.widget_credit_simulator input[type="text"]::-ms-expand,
.widget_credit_simulator input[type="email"]::-ms-expand,
.widget_credit_simulator input[type="tel"]::-ms-expand {
    display: none
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #ffffff
}

::-webkit-scrollbar-thumb {
    background: #007D8A;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

::-webkit-scrollbar-thumb:hover {
    background: #FFA300
}

body.contrast::-webkit-scrollbar {
    width: 10px
}

body.contrast::-webkit-scrollbar-track {
    background: #000
}

body.contrast::-webkit-scrollbar-thumb {
    background: #ff0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

body.contrast::-webkit-scrollbar-thumb:hover {
    background: #ff0
}

@media (max-width: 1023px) {
    .ipad_order_1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1
    }

    .ipad_order_2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2
    }

    .ipad_order_3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        -o-order: 3;
        order: 3
    }
}

@media (max-width: 1279px) {

    .overfooter .mobile_order_1,
    .footer .mobile_order_1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1
    }

    .overfooter .mobile_order_2,
    .footer .mobile_order_2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2
    }

    .overfooter .mobile_order_3,
    .footer .mobile_order_3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        -o-order: 3;
        order: 3
    }

    .overfooter .mobile_order_4,
    .footer .mobile_order_4 {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-order: 4;
        -o-order: 4;
        order: 4
    }
}

@media (max-width: 767px) {
    .mobile_order_1 {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1
    }

    .mobile_order_2 {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2
    }

    .mobile_order_3 {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        -o-order: 3;
        order: 3
    }

    .mobile_order_4 {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-order: 4;
        -o-order: 4;
        order: 4
    }
}

body {
    font-family: "Exo 2", sans-serif;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #575757
}

input {
    font-family: "Open Sans", sans-serif
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

body .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    width: 4px;
    height: 4px;
    display: inline-block;
    margin: 0px 12px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    vertical-align: middle
}

body .swiper-pagination-bullets .swiper-pagination-bullet:first-child:last-child {
    display: none
}

body .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0px 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.row .row {
    margin-left: -8px;
    margin-right: -8px
}

@media (max-width: 767px) {
    .row .row {
        margin-left: -2px;
        margin-right: -2px
    }
}

.common_block_title {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .common_block_title {
        font-size: 24px;
        line-height: 30px
    }
}

.common_block_title.center {
    text-align: center
}

.common_block_title.blue {
    color: #165C7D
}

.common_block_title.blue.blue b {
    color: #165C7D
}

.common_block_title.blue.light_blue b {
    color: #00A9CE
}

.common_block_title.blue.green b {
    color: #00B140
}

.common_block_title.blue.yellow b {
    color: #FFA300
}

.common_block_title.white {
    color: #fff
}

.common_block_title.white.blue b {
    color: #165C7D
}

.common_block_title.white.green b {
    color: #00B140
}

.common_block_title.white.yellow b {
    color: #FFA300
}

.common_block_title.center {
    text-align: center
}

p.common_block_title.common_block_title {
    font-size: 24px;
    font-weight: 600
}

.leads-block .leads-top-title {
    font-size: 36px;
    font-weight: 700
}

.leads-block .leads-top-description {
    font-size: 16px;
    font-weight: 400
}

.common_block_description {
    font-size: 16px;
    font-weight: 400
}

.common_block_subtitle {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .common_block_subtitle {
        font-size: 16px;
        line-height: 30px
    }
}

.common_block_subtitle.center {
    text-align: center
}

.common_block_subtitle.blue {
    color: #165C7D
}

.common_block_subtitle.blue.blue b {
    color: #165C7D
}

.common_block_subtitle.blue.light_blue b {
    color: #00A9CE
}

.common_block_subtitle.blue.green b {
    color: #00B140
}

.common_block_subtitle.blue.yellow b {
    color: #FFA300
}

.common_block_subtitle.white {
    color: #fff
}

.common_block_subtitle.white.blue b {
    color: #165C7D
}

.common_block_subtitle.white.green b {
    color: #00B140
}

.common_block_subtitle.white.yellow b {
    color: #FFA300
}

.common_block_subtitle.center {
    text-align: center
}

.common_block_text {
    margin: 0px auto;
    font-weight: 400;
    color: #575757;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 550px
}

.common_block_text-button {
    background: #FFA300;
    color: #fff;
    font-size: 14px;
    height: 38px;
    padding: 0px 16px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    margin-right: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-top: 6px;
    margin-bottom: 30px
}

.common_block_text-button:hover {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)
}

.common_block_text-button:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 4px
}

.common_block_text.white {
    color: #fff
}

.common_block_text:last-child {
    margin-bottom: 0px
}

.common_block_text p {
    margin-bottom: 10px
}

.common_block_text p:last-child {
    margin-bottom: 0px
}

.common_block_text p b {
    font-weight: 700
}

.common_block_text span {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    color: #575757;
    display: block
}

.common_block_list {
    font-weight: 400;
    color: #575757;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 40px;
    list-style: none
}

.common_block_list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 24px
}

.common_block_list li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #575757;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.common_block_list.white {
    color: #fff
}

.common_block_list.white li:before {
    background: #fff
}

.common_block_link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    margin-top: 40px;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right.svg) no-repeat right center
}

.common_block_link.green {
    color: #007D8A;
    background: url(../images/icon-arrow-right-green.svg) no-repeat right center
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px !important
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100% !important
}

.swiper-button-disabled {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30)
}

p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

p a {
    color: #007D8A;
    font-weight: 700
}

p a:hover {
    text-decoration: underline;
    cursor: pointer
}

p a b {
    color: #007D8A;
    text-transform: uppercase
}

p a b:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: 0px;
    left: 4px
}

p:last-child {
    margin-bottom: 0px
}

p+span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #575757;
    display: block
}

b {
    font-weight: 700
}

.consortium_print_header {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #007d89;
    display: none
}

.page_login_form {
    margin-bottom: 80px;
    margin-top: 60px
}

.page_login_form input {
    height: 38px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    padding: 0px 16px;
    font-size: 12px;
    color: #575757;
    margin-top: 5px
}

.page_login_form button {
    height: 38px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 0px;
    padding: 0px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #FFA300;
    margin-top: 16px;
    cursor: pointer
}

.page_login_form button:hover {
    opacity: 0.9
}

.accessbility_shortcuts {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    z-index: 999;
    background: #073C55;
    padding: 33px;
    font-size: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: none
}

.accessbility_shortcuts.active {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.accessbility_shortcuts a {
    font-size: 14px;
    font-weight: 700;
    padding: 0px 24px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 0px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    outline: none !important
}

.accessbility_shortcuts a:focus {
    background: #FFA300;
    border: 1px solid #FFA300;
    color: #fff
}

.contrast .accessbility_shortcuts {
    background: #000
}

.contrast .accessbility_shortcuts a {
    border: 1px solid #ff0 !important;
    color: #ff0 !important
}

.contrast .accessbility_shortcuts a:focus {
    background: #ff0 !important;
    border: 1px solid #ff0 !important;
    color: #000 !important
}

.uael-table-wrapper {
    overflow: auto
}

@media (max-width: 767px) {

    .uael-table-wrapper td,
    .uael-table-wrapper th {
        min-width: 40vw
    }
}

.content-after {
    margin-top: 42px;
    color: #575757;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px
}

.content-after span {
    text-transform: uppercase !important;
    color: #005779 !important;
    display: block !important;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    font-family: "Exo 2", sans-serif !important
}

.clear_field {
    width: 20px;
    height: 20px;
    background: url(../images/icon-close-blue.svg) no-repeat center center;
    position: absolute;
    right: 14px;
    top: 31px;
    cursor: pointer;
    display: none
}

.contrast_logo {
    display: none
}

.no_contrast_logo {
    display: inline-block
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 767px) {
    .container {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1156px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 767px) {
    .container-fluid {
        padding-right: 4px;
        padding-left: 4px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

@media (max-width: 767px) {
    .row {
        margin-right: -2px;
        margin-left: -2px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px
}

@media (max-width: 767px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding-right: 2px;
        padding-left: 2px
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.big_content {
    height: 5000px
}

.progress_bar {
    position: fixed;
    pointer-events: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    z-index: 9999;
    display: none
}

.progress_bar div {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: #FFA300;
    width: 50%
}

.mb-15 {
    margin-bottom: 15px
}

.elementor-widget:not(:last-child) {
    margin: 0px !important
}

.accessbility_nav {
    height: 25px;
    background: #f4f4f4;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    color: #575757;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 65px
}

@media (max-width: 1023px) {
    .accessbility_nav {
        margin-bottom: 65px
    }
}

@media (max-width: 767px) {
    .accessbility_nav {
        font-size: 10px;
        margin-bottom: 55px
    }
}

@media (min-width: 1200px) {
    .accessbility_nav {
        margin-bottom: 80px
    }
}

.accessbility_nav .col:last-child {
    text-align: right
}

.accessbility_nav a {
    margin-left: 20px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.accessbility_nav a:hover {
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.1);
    -ms-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.1)
}

.header {
    background: #fff;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 25px;
    z-index: 51;
    border-bottom: 1px solid #ddd
}

.header-ailos-logo-container {
    margin-top: 15px
}

@media (max-width: 1000px) {
    .header-ailos-logo-container {
        margin-top: 0
    }
}

.header .header-buttons-container {
    margin-top: 20px
}

@media (max-width: 1200px) {
    .header .header-buttons-container {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width: 1000px) {
    .header .header-buttons-container {
        margin-bottom: 0;
        padding-bottom: 10px
    }
}

@media (max-width: 767px) {
    .header .header-buttons-container {
        margin-top: 0
    }
}

.header-logo-container {
    margin-top: 10px;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

@media (max-width: 1000px) {
    .header-logo-container {
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
        margin-top: 8px;
        padding-bottom: 10px
    }
}

.header-links-container {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 0 10px
}

@media (max-width: 1200px) {
    .header-links-container {
        flex: auto;
        display: none;
        width: 0
    }
}

@media (max-width: 1200px) {
    .header-links {
        display: none
    }
}

.header .HeaderCoop>.header-links {
    padding: 0
}

.header .HeaderAilos {
    padding: 0 60px
}

.header .HeaderCoop,
.header .HeaderAilos {
    position: relative
}

.header .HeaderCoop .mega-toggle-label,
.header .HeaderAilos .mega-toggle-label {
    display: none;
    position: relative
}

.header .HeaderCoop #mega-menu-coop-menu,
.header .HeaderCoop #mega-menu-ailos-menu,
.header .HeaderAilos #mega-menu-coop-menu,
.header .HeaderAilos #mega-menu-ailos-menu {
    display: flex;
    justify-content: start;
    gap: 15px
}

.header .HeaderCoop #mega-menu-coop-menu>.mega-menu-item,
.header .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item,
.header .HeaderAilos #mega-menu-coop-menu>.mega-menu-item,
.header .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item {
    position: relative
}

@media (min-width: 1200px) {

    .header .HeaderCoop #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link,
    .header .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link,
    .header .HeaderAilos #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link,
    .header .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link {
        display: block;
        background: url(../images/icon-down-blue.svg) no-repeat right 2px center;
        background-position: right;
        padding-right: 22px;
        cursor: pointer
    }

    .header .HeaderCoop #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link:hover,
    .header .HeaderCoop #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link.active,
    .header .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link:hover,
    .header .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link.active,
    .header .HeaderAilos #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link:hover,
    .header .HeaderAilos #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link.active,
    .header .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link:hover,
    .header .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link.active {
        background: url(../images/icon-down-orange.svg) no-repeat right 2px center;
        color: #FFA300
    }
}

.header .HeaderCoop #mega-menu-coop-menu>.mega-menu-item>.mega-menu-link,
.header .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item>.mega-menu-link,
.header .HeaderAilos #mega-menu-coop-menu>.mega-menu-item>.mega-menu-link,
.header .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item>.mega-menu-link {
    color: #165C7D;
    font-size: 14px
}

.header .HeaderCoop #mega-menu-coop-menu>.mega-menu-item>.mega-menu-link:hover,
.header .HeaderCoop #mega-menu-coop-menu>.mega-menu-item>.mega-menu-link.active,
.header .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item>.mega-menu-link:hover,
.header .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item>.mega-menu-link.active,
.header .HeaderAilos #mega-menu-coop-menu>.mega-menu-item>.mega-menu-link:hover,
.header .HeaderAilos #mega-menu-coop-menu>.mega-menu-item>.mega-menu-link.active,
.header .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item>.mega-menu-link:hover,
.header .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item>.mega-menu-link.active {
    color: #FFA300
}

.header .HeaderCoop #mega-menu-coop-menu>.mega-menu-item>.mega-sub-menu,
.header .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item>.mega-sub-menu,
.header .HeaderAilos #mega-menu-coop-menu>.mega-menu-item>.mega-sub-menu,
.header .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item>.mega-sub-menu {
    display: none
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(7, auto);
    position: absolute;
    padding: 30px 50px 50px 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1100px;
    margin-top: 1px;
    max-height: 420px;
    overflow: hidden;
    background-color: #165C7D;
    color: white;
    -webkit-box-shadow: 2px 3px 7px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 7px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 7px -5px rgba(0, 0, 0, 0.75)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul>.mega-menu-item,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul>.mega-menu-item,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul>.mega-menu-item,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul>.mega-menu-item {
    margin-left: 50px;
    line-height: 14px;
    text-align: left;
    padding: 15px 0;
    min-width: 250px;
    display: inline-block;
    border-bottom: 1px solid #427187
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul>.mega-menu-item>a,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul>.mega-menu-item>a,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul>.mega-menu-item>a,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul>.mega-menu-item>a {
    font-size: 14px
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu {
    display: block;
    position: absolute;
    left: -220px;
    width: 1120px;
    margin-top: 1px;
    height: 420px;
    overflow: hidden;
    background-color: #05435f;
    padding: 0;
    transform: translateX(0)
}

@media (max-width: 1200px) {

    .header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu,
    .header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu,
    .header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu,
    .header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu {
        width: 1020px;
        left: -220px
    }
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item {
    line-height: normal;
    padding: 0;
    max-width: none;
    display: block;
    border-bottom: none;
    margin-left: 0
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link {
    width: 20%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding-left: 20px;
    text-align: left;
    color: white;
    float: left;
    clear: left
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link:hover,
.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link.active,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link:hover,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link.active,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link:hover,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link.active,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link:hover,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link.active {
    background-color: #165C7D
}

@media (max-width: 1200px) {

    .header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link,
    .header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link,
    .header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link,
    .header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link {
        padding-left: 10px
    }
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu {
    display: none;
    float: right;
    clear: right;
    background-color: #165C7D;
    color: white;
    width: 85%;
    padding-left: 350px;
    padding-top: 15px;
    padding-right: 30px;
    flex-direction: column;
    height: 420px;
    position: absolute;
    right: 0
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu.no-special-menu,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu.no-special-menu,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu.no-special-menu,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu.no-special-menu {
    padding-left: 100px
}

@media (max-width: 1200px) {

    .header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu,
    .header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu,
    .header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu,
    .header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu {
        width: 85%
    }
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item {
    line-height: 14px;
    text-align: left;
    padding: 15px 0;
    max-width: 255px;
    display: inline-block;
    border-bottom: 1px solid #427187
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item>a,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item>a,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item>a,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item>a {
    font-size: 14px
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children {
    width: 300px;
    padding: 25px 20px 0 20px;
    position: absolute;
    left: 0;
    top: 0;
    max-width: none
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-menu-link,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-menu-link,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-menu-link,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-menu-link {
    display: none
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu {
    display: block !important
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item {
    height: 70px;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: left;
    padding-left: 45px
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item::before {
    content: "";
    position: absolute;
    margin-left: 245px;
    top: 25px;
    width: 1px;
    height: 370px;
    background-color: white
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>a,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>a,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>a,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>a {
    position: relative;
    font-size: 14px
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>a::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>a::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>a::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>a::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    width: 17px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/icon-pix_1.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-book::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-book::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-book::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-book::before {
    background-image: url(../images/icone-conta-corrente.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-chart-bar::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-chart-bar::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-chart-bar::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-chart-bar::before {
    background-image: url(../images/icone-investimentos.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-money-alt::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-money-alt::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-money-alt::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-money-alt::before {
    background-image: url(../images/icone-credito.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-superhero-alt::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-superhero-alt::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-superhero-alt::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-superhero-alt::before {
    background-image: url(../images/icone-seguros.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-controls-repeat::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-controls-repeat::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-controls-repeat::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-controls-repeat::before {
    background-image: url(../images/icone-emprestimo.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-info::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-info::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-info::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-info::before {
    background-image: url(../images/icone-geral.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-update-alt::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-update-alt::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-update-alt::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-update-alt::before {
    background-image: url(../images/icon-pix_1.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-home::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-home::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-home::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-home::before {
    background-image: url(../images/icon-house.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-products::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-products::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-products::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-products::before {
    background-image: url(../images/icon-bags.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-money::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-money::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-money::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-money::before {
    background-image: url(../images/icon-payment.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-marker::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-marker::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-marker::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-marker::before {
    background-image: url(../images/icon-car.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-page::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-page::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-page::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-page::before {
    background-image: url(../images/icon-cards-white.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-building::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-building::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-building::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-building::before {
    background-image: url(../images/icon-buildings-white.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-generic::before,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-generic::before,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-generic::before,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item-has-children>.mega-sub-menu>.mega-menu-item>.dashicons-admin-generic::before {
    background-image: url(../images/icon-gear-white.svg)
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-item__active>.mega-sub-menu,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-item__active>.mega-sub-menu,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-item__active>.mega-sub-menu,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-item__active>.mega-sub-menu {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 0 !important
}

.header .HeaderCoop #mega-menu-coop-menu .mega-menu-item__active>a,
.header .HeaderCoop #mega-menu-ailos-menu .mega-menu-item__active>a,
.header .HeaderAilos #mega-menu-coop-menu .mega-menu-item__active>a,
.header .HeaderAilos #mega-menu-ailos-menu .mega-menu-item__active>a {
    background-color: #165C7D !important
}

.header-align_right {
    text-align: right;
    font-size: 0px
}

.header-align_right-block {
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1200px) {
    .header-align_right-block {
        margin-left: 0
    }
}

.header-align_right-block .mobile_floater-search_button,
.header-align_right-block .mobile_floater-menu_button {
    margin-top: 20px
}

@media (max-width: 1200px) {

    .header-align_right-block .mobile_floater-search_button,
    .header-align_right-block .mobile_floater-menu_button {
        margin-top: 6px;
        display: inline-block
    }
}

.header-align_right-block:first-child {
    margin-left: 0px
}

.header-logo {
    width: 100%;
    display: block;
    cursor: pointer;
    background-size: 176px 48px;
    background-position: left center;
    background-repeat: no-repeat;
    height: 48px
}

@media (max-width: 1279px) {
    .header-logo {
        background-size: 144px 48px
    }
}

@media (max-width: 767px) {
    .header-logo {
        background-size: auto;
        height: 34px;
        top: 8px
    }
}

.header .d-none.d-lg-block.col-5 {
    position: static
}

.header-links {
    text-align: center;
    line-height: 80px
}

.header-access {
    height: 38px;
    display: block;
    font-size: 0px
}

.header-access a {
    height: 38px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #165C7D;
    line-height: 38px;
    padding: 0px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.header-access a:hover {
    opacity: 0.9
}

@media (max-width: 1279px) {
    .header-access a {
        padding: 0px 12px;
        font-size: 12px
    }
}

@media (max-width: 1200px) {
    .header-access a {
        display: none
    }
}

.header-access label.error {
    position: absolute;
    font-size: 12px;
    bottom: -18px;
    left: 0px;
    color: #f00
}

.header-access input {
    height: 38px;
    border: 1px solid #e2e2e2;
    border-right: 0px !important;
    width: auto;
    padding-left: 10px;
    font-size: 12px;
    color: #575757;
    padding: 0px 16px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    width: 150px;
    text-align: left !important;
    text-align-last: left !important
}

@media (max-width: 1279px) {
    .header-access input {
        width: 120px
    }
}

.header-access input:focus {
    outline: none;
    border: 1px solid #c2c2c2
}

.header-access button {
    height: 38px;
    border: 0px;
    width: auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #007D8A;
    padding: 0px 16px;
    position: relative;
    top: 0px;
    cursor: pointer;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.header-access button:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.header-access_tips {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    display: block;
    cursor: pointer;
    color: #165C7D;
    text-align: left
}

.header-join_button {
    height: 38px;
    margin-left: 10px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #00B140;
    line-height: 38px;
    padding: 0px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.header-join_button:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

@media (max-width: 767px) {
    .header-join_button {
        margin-top: 6px;
        padding: 0px 12px;
        font-size: 12px;
        margin-left: -10px;
        top: 1px;
        position: relative
    }
}

@media (max-width: 1200px) {
    .header-join_button {
        display: none
    }
}

@media (max-width: 767px) {
    .header-join_button.full {
        width: 100% !important;
        margin-left: 0px;
        top: 0px;
        position: relative
    }
}

.header.fixed {
    position: fixed;
    top: 0px
}

.header .header-logo.logo-ailos {
    margin-top: 0
}

@media (max-width: 1000px) {
    .header .header-logo.logo-ailos {
        margin-top: 8px;
        padding-bottom: 10px
    }
}

.header .mobile_floater-menu_button.ailos-menu-button {
    margin-top: 0
}

@media (max-width: 1000px) {
    .header .mobile_floater-menu_button.ailos-menu-button {
        margin-top: 8px
    }
}

.mega-toggle-label {
    display: none;
    position: relative
}

@-webkit-keyframes blink {
    0% {
        -webkit-opacity: 0.5
    }

    100% {
        -webkit-opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        -moz-opacity: 0.5
    }

    100% {
        -moz-opacity: 1
    }
}

@-ms-keyframes blink {
    0% {
        -ms-opacity: 0.5
    }

    100% {
        -ms-opacity: 1
    }
}

@-o-keyframes blink {
    0% {
        -o-opacity: 0.5
    }

    100% {
        -o-opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

@media screen and (max-width: 600px) {
    #telasGrandes {
        display: none
    }

    #telasMobile {
        display: block
    }
}

@media screen and (min-width: 600px) {
    #telasGrandes {
        display: block
    }

    #telasMobile {
        display: none
    }
}

.search {
    height: 40px;
    background: #f4f4f4;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 105px;
    z-index: 50;
    -webkit-transition: box-shadow 0.5s ease-in-out;
    -moz-transition: box-shadow 0.5s ease-in-out;
    -ms-transition: box-shadow 0.5s ease-in-out;
    -o-transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0)
}

.search>.container {
    position: relative;
    z-index: 2
}

.search.fixed {
    position: fixed;
    top: 80px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1)
}

.search.active .search-form {
    top: 10px
}

.search-form {
    position: relative;
    height: 30px;
    margin-top: 5px;
    top: 0px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.search-form input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    border: 0px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-left: 40px;
    background: url(../images/icon-magnifying-glass-green.svg) no-repeat 15px center #fff;
    background-size: 12px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.search-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 34px;
    height: 34px;
    background: url(../images/icon-magnifying-glass.svg) no-repeat right center;
    cursor: pointer;
    border: 0px;
    display: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.search-form-clear {
    height: 30px;
    line-height: 29px;
    font-size: 14px;
    color: #007D8A;
    padding-left: 14px;
    background: url(../images/icon-close-green.svg) no-repeat left center;
    cursor: pointer;
    left: 100%;
    top: 0px;
    position: absolute;
    margin-left: 14px;
    display: none
}

.search-autocomplete {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(12, 12, 12, 0.1);
    -webkit-box-shadow: 0px 10000px 0px 10000px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10000px 0px 10000px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 10000px 0px 10000px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 10000px 0px 10000px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10000px 0px 10000px rgba(0, 0, 0, 0.4);
    display: none;
    padding-top: 40px
}

.search-autocomplete:hover {
    display: block !important
}

.search-autocomplete-suggestions {
    overflow: hidden;
    max-height: 600px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.search-autocomplete-suggestions.hidden {
    max-height: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.search-autocomplete-suggestions-block-title {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 100%;
    margin-bottom: 14px;
    color: #007D8A
}

.search-autocomplete-suggestions-block-link {
    font-size: 14px;
    font-weight: 400;
    margin-right: 40px;
    margin-bottom: 10px;
    line-height: 100%;
    color: #575757
}

.search-autocomplete-suggestions-block-link:hover {
    text-decoration: underline
}

.search-autocomplete-words {
    max-height: 0px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-top: 20px;
    display: none
}

.search-autocomplete-words.active {
    max-height: 200px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.search-autocomplete-words-loading {
    width: 42.55px;
    height: 42.55px;
    margin: 0px auto;
    position: relative;
    margin-top: 20px
}

.search-autocomplete-words-loading::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/ailos-rings.svg) no-repeat center center;
    background-size: contain;
    -webkit-animation: blink 1s infinite ease-in-out alternate;
    -moz-animation: blink 1s infinite ease-in-out alternate;
    -ms-animation: blink 1s infinite ease-in-out alternate;
    -o-animation: blink 1s infinite ease-in-out alternate;
    animation: blink 1s infinite ease-in-out alternate
}

.search-autocomplete-words-loading:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 100%;
    height: 100%;
    background: url(../images/ailos-pines.svg) no-repeat center center;
    -webkit-animation: blink 1s infinite ease-in-out alternate;
    -moz-animation: blink 1s infinite ease-in-out alternate;
    -ms-animation: blink 1s infinite ease-in-out alternate;
    -o-animation: blink 1s infinite ease-in-out alternate;
    animation: blink 1s infinite ease-in-out alternate;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.search-autocomplete-words-list a {
    display: block;
    float: left;
    clear: both;
    font-size: 14px;
    color: #165C7D;
    padding-left: 21px;
    background: url(../images/icon-magnifying-glass.svg) no-repeat left 44%;
    background-size: 14px auto;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 400
}

.search-autocomplete-words-list a:last-child {
    background: none
}

.search-autocomplete-words-list a:last-child mark {
    font-weight: 400
}

.search-autocomplete-words-list a:last-child b mark {
    font-weight: 700 !important
}

.search-autocomplete-words-list a:last-child b {
    font-weight: 700 !important
}

.search-autocomplete-words-list a mark {
    background-color: transparent;
    font-weight: 700;
    color: inherit
}

.search-form-header {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    background-color: white;
    margin-left: 16.666667%;
    width: 54%;
    height: 80px;
    padding-top: 23px;
    display: none
}

.search-form-header.active {
    display: block
}

@media (max-width: 1200px) {
    .search-form-header {
        top: -65px;
        margin-bottom: -65px;
        width: 70%;
        margin-left: 20%
    }
}

@media (max-width: 767px) {
    .search-form-header {
        top: -55px;
        margin-left: 0;
        margin-bottom: -55px;
        left: -12px;
        width: 100vw;
        height: 50px;
        padding-top: 10px
    }
}

.search-form-header form {
    border: 1px solid #afafaf;
    border-radius: 2px;
    padding: 5px;
    display: flex;
    justify-content: space-between
}

.search-form-header form input {
    width: 80%;
    border: none;
    font-size: 14px
}

.search-form-header form button {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-magnifying-glass-big.svg) no-repeat center center;
    border: none;
    cursor: pointer;
    background-size: contain;
    margin-right: 10px
}

@media (max-width: 767px) {
    .search-form-header form {
        width: 95%
    }
}

.search-form-header-close-btn {
    display: flex;
    align-items: center;
    cursor: pointer
}

.search-form-header-close-btn p {
    font-size: 14px;
    font-weight: 900;
    color: #165C7D
}

@media (max-width: 767px) {
    .search-form-header-close-btn p {
        display: none
    }
}

.search-form-header-close-btn::before {
    content: "";
    height: 14px;
    width: 14px;
    background: url(../images/icon-close-mobile.svg) no-repeat center center;
    background-size: contain;
    margin-right: 15px
}

@media (max-width: 767px) {
    .search-form-header-close-btn::before {
        background: url(../images/icon-arrow-back-mobile.svg) no-repeat center center
    }
}

@media (max-width: 1200px) {
    .search-form-header-close-btn {
        padding: 0
    }

    .search-form-header-close-btn::before {
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .search-form-header-close-btn {
        padding-left: 20px
    }
}

.search-form-header>.container.row {
    min-width: 200px;
    overflow: hidden
}

.banner {
    background: #000;
    height: 400px;
    overflow: hidden;
    position: relative
}

@media (max-width: 767px) {
    .banner {
        height: 300px
    }
}

.banner-filter {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.banner .swiper-slide {
    position: relative
}

.banner .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: .23;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=23)";
    filter: alpha(opacity=23)
}

.banner .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0%;
    background: #fff;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.banner .swiper-slide-active:after {
    width: 100%;
    -webkit-transition: 6s linear;
    -moz-transition: 6s linear;
    -ms-transition: 6s linear;
    -o-transition: 6s linear;
    transition: 6s linear
}

.banner-content {
    text-align: center;
    height: 400px;
    width: 100%;
    display: table;
    position: relative
}

@media (max-width: 767px) {
    .banner-content {
        height: 300px
    }
}

.banner-content.align_left {
    text-align: left
}

.banner-content.align_left * {
    text-align: left
}

.banner-content.align_right {
    text-align: right
}

.banner-content.align_right * {
    text-align: right
}

.banner-content.align_center {
    text-align: center
}

.banner-content.align_center * {
    text-align: center
}

@media (max-width: 767px) {
    .banner-content {
        height: 300px
    }
}

.banner-content span {
    display: table-cell;
    vertical-align: middle
}

.banner-content-title {
    font-family: "Exo 2", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin: 0px auto;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .banner-content-title {
        font-size: 24px;
        line-height: 30px
    }
}

.banner-content-link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right.svg) no-repeat right center
}

.banner-pagination {
    position: absolute;
    left: 0px;
    bottom: 25px !important;
    z-index: 2;
    font-size: 0px;
    text-align: center
}

.mobile_app_overlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100%;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 100;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.mobile_app_overlay.active {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -ms-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out
}

@media (max-width: 767px) {
    .mobile_app_overlay {
        display: block
    }
}

@-webkit-keyframes animate_phone {
    0% {}

    100% {
        -webkit-transform: translate(0px, -10px);
        -webkit-filter: drop-shadow(0px 45px 40px rgba(0, 0, 0, 0.2))
    }
}

@-moz-keyframes animate_phone {
    0% {}

    100% {
        -moz-transform: translate(0px, -10px);
        -moz-filter: drop-shadow(0px 45px 40px rgba(0, 0, 0, 0.2))
    }
}

@-ms-keyframes animate_phone {
    100% {
        -ms-transform: translate(0px, -10px);
        -ms-filter: drop-shadow(0px 45px 40px rgba(0, 0, 0, 0.2))
    }
}

@-o-keyframes animate_phone {
    0% {}

    100% {
        -o-transform: translate(0px, -10px);
        -o-filter: drop-shadow(0px 45px 40px rgba(0, 0, 0, 0.2))
    }
}

@keyframes animate_phone {
    0% {}

    100% {
        transform: translate(0px, -10px);
        filter: drop-shadow(0px 45px 40px rgba(0, 0, 0, 0.2))
    }
}

.mobile_app {
    display: none;
    position: absolute;
    top: 100px;
    z-index: 101;
    left: 0px;
    width: 100vw;
    -webkit-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

@media (max-width: 767px) {
    .mobile_app {
        display: block
    }
}

.mobile_app.active {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.mobile_app .row {
    margin-right: -12px;
    margin-left: -12px
}

.mobile_app-container {
    background: #fff;
    -webkit-border-radius: 10px 10px 4px 4px;
    -moz-border-radius: 10px 10px 4px 4px;
    -ms-border-radius: 10px 10px 4px 4px;
    -o-border-radius: 10px 10px 4px 4px;
    border-radius: 10px 10px 4px 4px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    display: none !important
}

.mobile_app-container-header {
    height: 100px;
    background: #165C7D;
    background: -moz-linear-gradient(-45deg, #165C7D 0%, #007D8A 100%);
    background: -webkit-linear-gradient(-45deg, #165C7D 0%, #007D8A 100%);
    background: linear-gradient(135deg, #165C7D 0%, #007D8A 100%);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    position: relative
}

.mobile_app-container-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/block-detail-bottom-left.png) no-repeat left bottom;
    background-size: auto 120px
}

.mobile_app-container-header:after {
    content: "";
    bottom: 0px;
    height: 154px;
    width: 100%;
    left: 0px;
    background: url(../images/phone.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-filter: drop-shadow(0px 25px 20px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(0px 25px 20px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(0px 25px 20px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(0px 25px 20px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 25px 20px rgba(0, 0, 0, 0.5));
    -webkit-animation: animate_phone 2s ease-in-out alternate infinite;
    -moz-animation: animate_phone 2s ease-in-out alternate infinite;
    -ms-animation: animate_phone 2s ease-in-out alternate infinite;
    -o-animation: animate_phone 2s ease-in-out alternate infinite;
    animation: animate_phone 2s ease-in-out alternate infinite
}

.mobile_app-container-title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    line-height: 24px;
    color: #165C7D;
    padding: 26px 0px;
    background: #fff;
    position: relative;
    text-align: center
}

.mobile_app-container-title b {
    color: #00B140
}

.mobile_app-container-button {
    height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 0px 16px;
    font-size: 12px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    background: #FFA300;
    font-weight: 700;
    cursor: pointer
}

.mobile_app-container-close {
    margin: 24px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    color: #007D8A;
    padding-right: 10px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat right 58%;
    background-size: auto 8px;
    cursor: pointer
}

.notification {
    position: fixed;
    left: 0px;
    bottom: 20px;
    width: 100%;
    z-index: 999999;
    perspective: 500px
}

@media (max-width: 767px) {
    .notification {
        padding-right: 12px;
        padding-left: 12px
    }
}

.notification.active .notification-block {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

@media (max-width: 767px) {
    .notification.active .notification-block {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }
}

.notification-block {
    background: #00A9CE;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    perspective: 500px;
    -webkit-transform-origin: 0px 100%;
    -moz-transform-origin: 0px 100%;
    -ms-transform-origin: 0px 100%;
    -o-transform-origin: 0px 100%;
    transform-origin: 0px 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    color: #fff;
    padding-right: 30px
}

@media (max-width: 767px) {
    .notification-block {
        padding-right: 30px;
        padding-left: 30px
    }
}

.notification-block.alert_level_1 {
    background: #00A9CE
}

.notification-block.alert_level_2 {
    background: #00B140
}

.notification-block.alert_level_3 {
    background: #FFA300
}

.notification-block.alert_level_4 {
    background: #ff7600
}

.notification-block.alert_level_5 {
    background: #ff3b00
}

.notification-block-icon {
    background: url(../images/icon-alert.svg) no-repeat center center rgba(0, 0, 38, 0.37);
    height: 100%
}

@media (max-width: 1023px) {
    .notification-block-icon {
        background-size: 40px auto
    }
}

@media (max-width: 767px) {
    .notification-block-icon {
        background-size: 20px auto;
        background-position: 65% 50%
    }
}

.notification-block-title {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 20px
}

.notification-block-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0px
}

.notification-block-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px
}

.notification-block-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -6px;
    top: 10px;
    background: url(../images/icon-close.svg) no-repeat center center;
    cursor: pointer
}

@media (max-width: 767px) {
    .notification {
        top: 15%;
        left: 5%;
        padding-bottom: 15px
    }
}

.overfooter {
    padding: 35px 0px;
    background: #165C7D;
    overflow: hidden
}

@media (max-width: 1023px) {
    .overfooter {
        padding: 30px 0px
    }
}

@media (max-width: 1023px) {
    .overfooter-divisor {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.overfooter-title {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .overfooter-title {
        margin-top: 20px
    }

    .overfooter-title-arrow-icon {
        height: 7.06px;
        width: 11px;
        background: url(../images/icon-arrow-down-white.svg) no-repeat;
        background-size: 11px 7.06px
    }

    .overfooter-title.fale-conosco {
        height: 0;
        overflow: hidden
    }

    .overfooter-title .overfooter-title-arrow-icon {
        transition: transform 0.2s ease-in-out
    }

    .overfooter-title.active .overfooter-title-arrow-icon {
        transform: rotate(-180deg)
    }
}

.overfooter-link {
    display: block;
    float: left;
    clear: both;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.overfooter-contact_links {
    overflow: hidden
}

@media (max-width: 1023px) {
    .overfooter-contact_links {
        text-align: center;
        max-width: 300px;
        display: inline-block
    }
}

.overfooter-contact_links-item {
    display: inline-block;
    height: 38px;
    padding-left: 56px;
    padding-right: 16px;
    margin-right: 16px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

@media (max-width: 1023px) {
    .overfooter-contact_links-item {
        margin: 0 8px
    }
}

.overfooter-contact_links-item.whats {
    margin-top: 10px
}

.overfooter-contact_links-item.libras {
    margin-top: 10px;
    padding-right: 22px;
    cursor: pointer
}

.overfooter-contact_links-item-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 36px;
    width: 100%
}

.overfooter-contact_links-item-icon.icon-chat {
    background: url(../images/icon-square-chat.svg) no-repeat 16px center
}

.overfooter-contact_links-item-icon.icon-email {
    background: url(../images/icon-square-email.svg) no-repeat 16px center
}

.overfooter-contact_links-item-icon.icon-whatsapp {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iLTIzIC0yMSA2ODIgNjgyLjY2NjY5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGQ9Im01NDQuMzg2NzE5IDkzLjAwNzgxMmMtNTkuODc1LTU5Ljk0NTMxMi0xMzkuNTAzOTA3LTkyLjk3MjY1NTgtMjI0LjMzNTkzOC05My4wMDc4MTItMTc0LjgwNDY4NyAwLTMxNy4wNzAzMTIgMTQyLjI2MTcxOS0zMTcuMTQwNjI1IDMxNy4xMTMyODEtLjAyMzQzNyA1NS44OTQ1MzEgMTQuNTc4MTI1IDExMC40NTcwMzEgNDIuMzMyMDMyIDE1OC41NTA3ODFsLTQ0Ljk5MjE4OCAxNjQuMzM1OTM4IDE2OC4xMjEwOTQtNDQuMTAxNTYyYzQ2LjMyNDIxOCAyNS4yNjk1MzEgOTguNDc2NTYyIDM4LjU4NTkzNyAxNTEuNTUwNzgxIDM4LjYwMTU2MmguMTMyODEzYzE3NC43ODUxNTYgMCAzMTcuMDY2NDA2LTE0Mi4yNzM0MzggMzE3LjEzMjgxMi0zMTcuMTMyODEyLjAzNTE1Ni04NC43NDIxODgtMzIuOTIxODc1LTE2NC40MTc5NjktOTIuODAwNzgxLTIyNC4zNTkzNzZ6bS0yMjQuMzM1OTM4IDQ4Ny45MzM1OTRoLS4xMDkzNzVjLTQ3LjI5Njg3NS0uMDE5NTMxLTkzLjY4MzU5NC0xMi43MzA0NjgtMTM0LjE2MDE1Ni0zNi43NDIxODdsLTkuNjIxMDk0LTUuNzE0ODQ0LTk5Ljc2NTYyNSAyNi4xNzE4NzUgMjYuNjI4OTA3LTk3LjI2OTUzMS02LjI2OTUzMi05Ljk3MjY1N2MtMjYuMzg2NzE4LTQxLjk2ODc1LTQwLjMyMDMxMi05MC40NzY1NjItNDAuMjk2ODc1LTE0MC4yODEyNS4wNTQ2ODgtMTQ1LjMzMjAzMSAxMTguMzA0Njg4LTI2My41NzAzMTIgMjYzLjY5OTIxOS0yNjMuNTcwMzEyIDcwLjQwNjI1LjAyMzQzOCAxMzYuNTg5ODQ0IDI3LjQ3NjU2MiAxODYuMzU1NDY5IDc3LjMwMDc4MXM3Ny4xNTYyNSAxMTYuMDUwNzgxIDc3LjEzMjgxMiAxODYuNDg0Mzc1Yy0uMDYyNSAxNDUuMzQzNzUtMTE4LjMwNDY4NyAyNjMuNTkzNzUtMjYzLjU5Mzc1IDI2My41OTM3NXptMTQ0LjU4NTkzOC0xOTcuNDE3OTY4Yy03LjkyMTg3NS0zLjk2ODc1LTQ2Ljg4MjgxMy0yMy4xMzI4MTMtNTQuMTQ4NDM4LTI1Ljc4MTI1LTcuMjU3ODEyLTIuNjQ0NTMyLTEyLjU0Njg3NS0zLjk2MDkzOC0xNy44MjQyMTkgMy45Njg3NS01LjI4NTE1NiA3LjkyOTY4Ny0yMC40Njg3NSAyNS43ODEyNS0yNS4wOTM3NSAzMS4wNjY0MDYtNC42MjUgNS4yODkwNjItOS4yNDIxODcgNS45NTMxMjUtMTcuMTY3OTY4IDEuOTg0Mzc1LTcuOTI1NzgyLTMuOTY0ODQ0LTMzLjQ1NzAzMi0xMi4zMzU5MzgtNjMuNzI2NTYzLTM5LjMzMjAzMS0yMy41NTQ2ODctMjEuMDExNzE5LTM5LjQ1NzAzMS00Ni45NjA5MzgtNDQuMDgyMDMxLTU0Ljg5MDYyNi00LjYxNzE4OC03LjkzNzUtLjAzOTA2Mi0xMS44MTI1IDMuNDc2NTYyLTE2LjE3MTg3NCA4LjU3ODEyNi0xMC42NTIzNDQgMTcuMTY3OTY5LTIxLjgyMDMxMyAxOS44MDg1OTQtMjcuMTA1NDY5IDIuNjQ0NTMyLTUuMjg5MDYzIDEuMzIwMzEzLTkuOTE3OTY5LS42NjQwNjItMTMuODgyODEzLTEuOTc2NTYzLTMuOTY0ODQ0LTE3LjgyNDIxOS00Mi45Njg3NS0yNC40MjU3ODItNTguODM5ODQ0LTYuNDM3NS0xNS40NDUzMTItMTIuOTY0ODQzLTEzLjM1OTM3NC0xNy44MzIwMzEtMTMuNjAxNTYyLTQuNjE3MTg3LS4yMzA0NjktOS45MDIzNDMtLjI3NzM0NC0xNS4xODc1LS4yNzczNDQtNS4yODEyNSAwLTEzLjg2NzE4NyAxLjk4MDQ2OS0yMS4xMzI4MTIgOS45MTc5NjktNy4yNjE3MTkgNy45MzM1OTQtMjcuNzMwNDY5IDI3LjEwMTU2My0yNy43MzA0NjkgNjYuMTA1NDY5czI4LjM5NDUzMSA3Ni42ODM1OTQgMzIuMzU1NDY5IDgxLjk3MjY1NmMzLjk2MDkzNyA1LjI4OTA2MiA1NS44Nzg5MDYgODUuMzI4MTI1IDEzNS4zNjcxODcgMTE5LjY0ODQzOCAxOC45MDYyNSA4LjE3MTg3NCAzMy42NjQwNjMgMTMuMDQyOTY4IDQ1LjE3NTc4MiAxNi42OTUzMTIgMTguOTg0Mzc0IDYuMDMxMjUgMzYuMjUzOTA2IDUuMTc5Njg4IDQ5LjkxMDE1NiAzLjE0MDYyNSAxNS4yMjY1NjItMi4yNzczNDQgNDYuODc4OTA2LTE5LjE3MTg3NSA1My40ODgyODEtMzcuNjc5Njg3IDYuNjAxNTYzLTE4LjUxMTcxOSA2LjYwMTU2My0zNC4zNzUgNC42MTcxODctMzcuNjgzNTk0LTEuOTc2NTYyLTMuMzA0Njg4LTcuMjYxNzE4LTUuMjg1MTU2LTE1LjE4MzU5My05LjI1MzkwNnptMCAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiPjwvcGF0aD48L2c+PC9zdmc+) no-repeat 16px center;
    background-size: 18px 18px
}

.overfooter-contact_links-item-icon.icon-libras {
    background: url(../images/icon-libras.svg) no-repeat 16px center;
    background-size: 22px
}

.overfooter-sac {
    margin-top: 30px
}

.overfooter-sac-title {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.overfooter-sac-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 30;
    color: #fff
}

@media (max-width: 1023px) {
    .overfooter .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease-out
    }
}

.footer {
    height: 95px;
    background: #073C55;
    overflow: hidden;
    position: relative;
    z-index: 50
}

@media (max-width: 1023px) {
    .footer {
        height: auto;
        padding-top: 30px;
        padding-bottom: 80px
    }
}

.footer-logo {
    height: 95px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    display: block;
    cursor: pointer
}

@media (max-width: 1279px) {
    .footer-logo {
        background-position: left center
    }
}

@media (max-width: 1023px) {
    .footer-logo {
        background-position: center
    }
}

@media (max-width: 767px) {
    .footer-logo {
        background-position: center
    }
}

@media (max-width: 1023px) {
    .footer-logo {
        margin-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        height: 90px
    }
}

.footer-socials {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto
}

@media (max-width: 1279px) {
    .footer-socials {
        margin-right: 30px
    }
}

@media (max-width: 1023px) {
    .footer-socials {
        max-width: 300px;
        margin: auto;
        margin-bottom: 1.5rem
    }
}

.footer-socials-item {
    display: block;
    width: 38px;
    height: 38px;
    background-color: #fff;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
    border-radius: 38px;
    float: left
}

@media (max-width: 1023px) {
    .footer-socials-item {
        display: inline-block;
        float: none
    }
}

.footer-socials-item.icon-facebook {
    background-image: url(../images/icon-facebook.svg)
}

.footer-socials-item.icon-instagram {
    background-image: url(../images/icon-instagram.svg)
}

.footer-socials-item.icon-twitter {
    background-image: url(../images/icon-twitter.svg);
    background-size: 14px
}

.footer-socials-item.icon-linkedin {
    background-image: url(../images/icon-linkedin.svg)
}

.footer-socials-item.icon-youtube {
    background-image: url(../images/icon-youtube.svg)
}

.footer-socials-item.icon-tiktok {
    background-image: url(../images/icon-tiktok.svg);
    background-size: 16px
}

.footer-copyright {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    font-weight: 300 !important
}

.footer-copyright a {
    text-decoration: underline
}

@media (max-width: 1023px) {
    .footer-copyright {
        font-size: 12px
    }
}

.footer-copyright .show-only-landing-page {
    display: none
}

.footer_lps {
    padding: 0
}

.footer_lps.footer .footer-logo.logo-ailos-white-footer {
    background-size: 160px
}

.mobile_floater-menu-section-links #mega-menu-coop-menu>li>ul,
.mobile_floater-menu-section-links #mega-menu-ailos-menu>li>ul {
    display: none
}

.mobile_floater {
    display: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 9999;
    border-top: 1px solid #e2e2e2;
    font-size: 0px
}

.mobile_floater>.container>.row>.col-12 {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1000px) {
    .mobile_floater-search.top>.mobile_floater-search-section {
        top: 150px
    }
}

@media (max-width: 767px) {
    .mobile_floater.mobile_yellow {
        border-top: 1px solid #00B140;
        background: #00B140
    }
}

.mobile_floater .header-join_button {
    width: 100%;
    text-align: center;
    text-align-last: center;
    margin-top: 10px
}

@media (min-width: 576px) {
    .mobile_floater {
        text-align: justify;
        text-align-last: justify
    }
}

@media (max-width: 1200px) {
    .mobile_floater {
        display: block
    }
}

@media (min-width: 576px) {
    .mobile_floater .col-12 {
        display: flex;
        justify-content: space-between
    }
}

.mobile_floater .header-join_button {
    display: inline-block
}

.mobile_floater-access {
    height: 38px;
    margin-right: 4px;
    margin-top: 11px;
    display: inline-block;
    vertical-align: middle
}

.mobile_floater-access a {
    height: 38px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #165C7D;
    line-height: 38px;
    padding: 0px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.mobile_floater-access a:hover {
    opacity: 0.9
}

.mobile_floater-access input.error {
    border-color: #f00 !important
}

.mobile_floater-access label.error {
    position: absolute;
    top: -22px;
    background: #d90d0d;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px
}

.mobile_floater-access label.error:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #d90d0d transparent transparent transparent;
    position: absolute;
    left: 10px;
    bottom: -5px
}

.mobile_floater-access input {
    height: 38px;
    border: 1px solid #e2e2e2;
    border-right: 0px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    font-size: 12px;
    color: #575757;
    padding: 0px 14px;
    width: calc(100vw - 257px);
    outline: none;
    text-align: left !important;
    text-align-last: left !important;
    transition: 0.2s
}

.mobile_floater-access input:focus {
    border-color: #b2b2b2
}

@media (max-width: 359px) {
    .mobile_floater-access input:focus {
        width: calc(100vw - 115px)
    }
}

@media (min-width: 576px) {
    .mobile_floater-access input {
        width: 120px
    }
}

.mobile_floater-access button {
    height: 38px;
    border: 0px;
    padding: 0px 16px;
    background: #007D8A;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px
}

.mobile_floater-search_button {
    height: 38px;
    width: 38px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    background: url(../images/icon-magnifying-glass-big.svg) no-repeat center center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
    cursor: pointer
}

@media (max-width: 1200px) {
    .mobile_floater-search_button {
        margin-top: 8px;
        margin-right: 0
    }
}

.mobile_floater-search_button.active {
    display: none;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/icon-close-mobile.svg) no-repeat center center;
    background-size: 20px auto;
    border-bottom: 0px solid transparent
}

.mobile_floater-menu_button {
    height: 38px;
    width: 38px;
    margin-left: 4px;
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    background: url(../images/icon-close-mobile.svg) no-repeat center center;
    background-size: 0px;
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 1200px) {
    .mobile_floater-menu_button.coop-menu-button {
        position: relative;
        display: inline-block
    }
}

@media (min-width: 576px) {
    .mobile_floater-menu_button {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1
    }
}

.mobile_floater-menu_button.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: 20px auto
}

.mobile_floater-menu_button.active div,
.mobile_floater-menu_button.active::before,
.mobile_floater-menu_button.active:after {
    width: 0px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mobile_floater-menu_button div {
    width: 25px;
    height: 2px;
    background: #165C7D;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.mobile_floater-menu_button::before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #165C7D;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -8px);
    -moz-transform: translate(-50%, -8px);
    -ms-transform: translate(-50%, -8px);
    -o-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.mobile_floater-menu_button:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #165C7D;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 6px);
    -moz-transform: translate(-50%, 6px);
    -ms-transform: translate(-50%, 6px);
    -o-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.mobile_floater-menu {
    position: fixed;
    top: 0px;
    height: 100%;
    overflow: hidden;
    width: 100%;
    display: none;
    z-index: 51
}

.mobile_floater-menu.top {
    bottom: auto;
    top: 0px
}

.mobile_floater-menu-section {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #165C7D;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.mobile_floater-menu-section.no_background {
    background-size: auto 0%
}

.mobile_floater-menu-section.active {
    left: 0%
}

.mobile_floater-menu-section-header {
    background: url(../images/icon-arrow-left-white.svg) no-repeat 6% 52% rgba(0, 0, 0, 0.33);
    height: 60px;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-align-last: left
}

.mobile_floater-menu-section:first-child .mobile_floater-menu-section-links a {
    line-height: 58px
}

.mobile_floater-menu-section-links {
    position: absolute;
    top: 70px;
    bottom: 20px;
    left: 0px;
    right: 0px;
    overflow: auto;
    padding-bottom: 60px
}

.mobile_floater-menu-section-links .no_border_bottom {
    border-bottom: 0px !important
}

.mobile_floater-menu-section-links .mega-menu-item-has-children>a {
    background: url(../images/icon-arrow-right-white.svg) no-repeat right center
}

.mobile_floater-menu-section-links a {
    font-size: 14px;
    line-height: 43px;
    display: block;
    cursor: pointer;
    color: #fff;
    text-align: left;
    text-align-last: left
}

.mobile_floater-menu-section-links a:last-child {
    border-bottom: 0px
}

.mobile_floater-search {
    position: fixed;
    height: 100%;
    overflow: hidden;
    width: 100%;
    display: none;
    z-index: 51
}

.mobile_floater-search.scrolling {
    top: 79px
}

@media (max-width: 767px) {
    .mobile_floater-search.scrolling {
        top: 50px
    }
}

.mobile_floater-search.top {
    bottom: auto
}

.mobile_floater-search-section {
    width: 100%;
    background: #165C7D;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.mobile_floater-search-section form {
    height: 38px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
    position: relative;
    margin-bottom: 10px
}

.mobile_floater-search-section form input {
    height: 100%;
    width: 100%;
    padding: 0px 16px;
    padding-right: 38px;
    font-size: 14px;
    color: #575757;
    background: transparent;
    padding-bottom: 2px;
    border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.mobile_floater-search-section form input:focus {
    outline: none
}

.mobile_floater-search-section form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 38px;
    height: 38px;
    border: 0px;
    border-bottom: 2px solid transparent;
    background: url(../images/icon-magnifying-glass-faded.svg) no-repeat center center
}

.mobile_floater-search-section-header {
    background: url(../images/icon-arrow-left-white.svg) no-repeat 6% 52% rgba(0, 0, 0, 0.33);
    height: 60px;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-align-last: left
}

.mobile_floater-search-section-content {
    overflow: auto;
    padding: 16px 0
}

.mobile_floater-search-section-content .search-autocomplete-words-loading:after {
    filter: brightness(10) grayscale(1)
}

.mobile_floater-search-section-content-suggestions {
    padding-top: 10px;
    padding-left: 20px
}

@media (max-width: 767px) {
    .mobile_floater-search-section-content-suggestions {
        padding-left: 5px
    }
}

.mobile_floater-search-section-content-suggestions-title {
    font-family: "Exo 2", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px
}

.mobile_floater-search-section-content-suggestions a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    cursor: pointer
}

.mobile_floater-search-section-content-words {
    display: none;
    margin-top: 20px
}

.mobile_floater-search-section-content-words a {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 5px;
    background-image: url(../images/icon-magnifying-glass-green.svg)
}

.about {
    background: #f4f4f4;
    padding: 100px 0px;
    overflow: hidden
}

@media (max-width: 1023px) {
    .about {
        padding: 50px 0px
    }
}

@media (max-width: 767px) {
    .about {
        padding-top: 0px
    }
}

.about-image {
    height: 300px
}

@media (max-width: 1023px) {
    .about-image {
        margin-bottom: 20px;
        border-bottom: 10px solid #FFA300;
        -webkit-border-radius: 0px 40px 40px 40px;
        -moz-border-radius: 0px 40px 40px 40px;
        -ms-border-radius: 0px 40px 40px 40px;
        -o-border-radius: 0px 40px 40px 40px;
        border-radius: 0px 40px 40px 40px
    }
}

@media (max-width: 767px) {
    .about-image {
        height: 200px;
        -webkit-border-radius: 0px 0px 40px 0px;
        -moz-border-radius: 0px 0px 40px 0px;
        -ms-border-radius: 0px 0px 40px 0px;
        -o-border-radius: 0px 0px 40px 0px;
        border-radius: 0px 0px 40px 0px
    }
}

.become {
    height: 300px;
    overflow: hidden
}

.become.align_left .become-align {
    text-align: left
}

.become.align_right .become-align {
    text-align: right
}

.become .container,
.become .row,
.become .col-8 {
    height: 100%
}

.become-align {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    text-align: center
}

.become-align span {
    display: table-cell;
    vertical-align: middle
}

.become-align-title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff
}

@media (max-width: 767px) {
    .become-align-title {
        font-size: 24px
    }
}

.become-align-title b {
    font-size: 24px
}

@media (max-width: 767px) {
    .become-align-title b {
        font-size: 18px
    }
}

.become-align-link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right.svg) no-repeat right 24px center;
    border: 1px solid #fff;
    height: 38px;
    line-height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    padding-left: 24px;
    padding-right: 48px;
    text-align: center;
    margin-top: 10px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.become-align-link:hover {
    background: url(../images/icon-arrow-right.svg) no-repeat right 20px center
}

@media (max-width: 767px) {
    .become-align-link:hover {
        background: url(../images/icon-arrow-right.svg) no-repeat right 20px center
    }
}

@media (max-width: 767px) {
    .become-align-link {
        background: url(../images/icon-arrow-right.svg) no-repeat right 24px center
    }
}

.common_fancy_title {
    padding: 60px 0px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.common_fancy_title.background {
    padding: 72px 0px;
    background-size: cover;
    background-position: center center
}

.common_fancy_title.background * {
    color: #fff
}

.common_fancy_title.background::before,
.common_fancy_title.background:after {
    display: none
}

.common_fancy_title.background .common_fancy_title-divisor {
    background: #fff
}

@media (max-width: 1279px) {
    .common_fancy_title {
        padding: 80px 0px
    }
}

@media (max-width: 767px) {
    .common_fancy_title {
        padding: 40px 0px
    }
}

.common_fancy_title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/in-detail-top-left-3.png) no-repeat left top
}

@media (max-width: 1023px) {
    .common_fancy_title::before {
        background-size: 200px auto
    }
}

@media (max-width: 767px) {
    .common_fancy_title::before {
        background-size: 0px auto
    }
}

.common_fancy_title:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/in-detail-top-right-3.png) no-repeat right top
}

@media (max-width: 1023px) {
    .common_fancy_title:after {
        background-size: 100px auto
    }
}

@media (max-width: 767px) {
    .common_fancy_title:after {
        background-size: 0px auto
    }
}

.common_fancy_title .container {
    position: relative;
    z-index: 2
}

.common_fancy_title-divisor {
    height: 1px;
    width: 24px;
    background: #165C7D;
    margin: 0px auto;
    margin-top: 18px
}

.common_fancy_title-title {
    font-size: 36px;
    color: #165C7D;
    font-family: "Exo 2", sans-serif;
    line-height: 42px;
    font-weight: 700
}

@media (max-width: 767px) {
    .common_fancy_title-title {
        font-size: 24px;
        line-height: 30px;
        width: 110%;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px)
    }
}

.common_fancy_title-subtitle {
    font-size: 24px;
    color: #165C7D;
    font-family: "Exo 2", sans-serif;
    line-height: 30px;
    font-weight: 700
}

@media (max-width: 767px) {
    .common_fancy_title-subtitle {
        font-size: 18px;
        line-height: 24px
    }
}

.common_fancy_title-text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    line-height: 28px
}

.common_fancy_title-text b {
    font-weight: 700
}

.common_fancy_title-breadcrumbs {
    color: #007D8A;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 40px
}

.common_fancy_title-breadcrumbs li {
    display: inline-block
}

.common_fancy_title-breadcrumbs li:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 4px;
    position: relative;
    top: -1px
}

.common_fancy_title-breadcrumbs li:last-child:after {
    display: none
}

img.common_content_image {
    margin: 0px !important
}

.common_content_image {
    padding: 80px 0px;
    overflow: hidden;
    position: relative
}

.common_content_image .container {
    position: relative;
    z-index: 2
}

.common_content_image+.ailos_content_block {
    padding-top: 0px
}

.common_content_image.has_rings::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/block-detail-bottom-left.png) no-repeat left -2px bottom -2px
}

@media (max-width: 1279px) {
    .common_content_image.has_rings::before {
        display: none
    }
}

.common_content_image.has_rings:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: url(../images/block-detail-top-right.png) no-repeat right -2px top -2px
}

@media (max-width: 1279px) {
    .common_content_image.has_rings:after {
        width: 100%;
        background-size: 100px auto
    }
}

.common_content_image.only_right_ring::before {
    display: none
}

.common_content_image.only_right_ring::after {
    background: url(../images/in-detail-top-left-5.png) no-repeat right -2px top -2px
}

@media (max-width: 1279px) {
    .common_content_image.only_right_ring::after {
        width: 100%;
        background-size: 40% auto
    }
}

@media (max-width: 767px) {
    .common_content_image.only_right_ring::after {
        display: none
    }
}

.common_content_image.only_left_ring::after {
    display: none
}

.common_content_image+.common_page_banner {
    margin-top: -80px
}

@media (max-width: 1279px) {
    .common_content_image+.common_page_banner {
        margin-top: -40px
    }
}

.common_content_image.grey+.common_page_banner {
    margin-top: 0px
}

@media (max-width: 1279px) {
    .common_content_image {
        padding: 40px 0px
    }
}

.common_content_image img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 10px 0px #FFA300;
    -moz-box-shadow: 0px 10px 0px #FFA300;
    -ms-box-shadow: 0px 10px 0px #FFA300;
    -o-box-shadow: 0px 10px 0px #FFA300;
    box-shadow: 0px 10px 0px #FFA300
}

@media (max-width: 767px) {
    .common_content_image img {
        margin-bottom: 20px
    }
}

.common_content_image img.none {
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    -ms-box-shadow: 0px 0px 0px transparent;
    -o-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent
}

.common_content_image img.top {
    -webkit-box-shadow: 0px -10px 0px #FFA300;
    -moz-box-shadow: 0px -10px 0px #FFA300;
    -ms-box-shadow: 0px -10px 0px #FFA300;
    -o-box-shadow: 0px -10px 0px #FFA300;
    box-shadow: 0px -10px 0px #FFA300;
    margin-top: 10px
}

.common_content_image img.top.green {
    -webkit-box-shadow: 0px -10px 0px #00B140;
    -moz-box-shadow: 0px -10px 0px #00B140;
    -ms-box-shadow: 0px -10px 0px #00B140;
    -o-box-shadow: 0px -10px 0px #00B140;
    box-shadow: 0px -10px 0px #00B140
}

.common_content_image img.bottom {
    -webkit-box-shadow: 0px 10px 0px #FFA300;
    -moz-box-shadow: 0px 10px 0px #FFA300;
    -ms-box-shadow: 0px 10px 0px #FFA300;
    -o-box-shadow: 0px 10px 0px #FFA300;
    box-shadow: 0px 10px 0px #FFA300;
    margin-top: 10px
}

.common_content_image img.bottom.green {
    -webkit-box-shadow: 0px 10px 0px #00B140;
    -moz-box-shadow: 0px 10px 0px #00B140;
    -ms-box-shadow: 0px 10px 0px #00B140;
    -o-box-shadow: 0px 10px 0px #00B140;
    box-shadow: 0px 10px 0px #00B140
}

.common_content_image img.green {
    -webkit-box-shadow: 0px 10px 0px #00B140;
    -moz-box-shadow: 0px 10px 0px #00B140;
    -ms-box-shadow: 0px 10px 0px #00B140;
    -o-box-shadow: 0px 10px 0px #00B140;
    box-shadow: 0px 10px 0px #00B140
}

.common_content_image img.left {
    -webkit-border-radius: 0px 30px 30px 30px;
    -moz-border-radius: 0px 30px 30px 30px;
    -ms-border-radius: 0px 30px 30px 30px;
    -o-border-radius: 0px 30px 30px 30px;
    border-radius: 0px 30px 30px 30px
}

@media (max-width: 1023px) {
    .common_content_image img.left {
        float: left;
        width: 90%
    }
}

@media (max-width: 767px) {
    .common_content_image img.left {
        float: left;
        width: 100%;
        margin-bottom: 24px
    }
}

.common_content_image img.right {
    -webkit-border-radius: 30px 0px 30px 30px;
    -moz-border-radius: 30px 0px 30px 30px;
    -ms-border-radius: 30px 0px 30px 30px;
    -o-border-radius: 30px 0px 30px 30px;
    border-radius: 30px 0px 30px 30px
}

@media (max-width: 1023px) {
    .common_content_image img.right {
        float: right;
        width: 90%
    }
}

@media (max-width: 767px) {
    .common_content_image img.right {
        float: right;
        width: 100%;
        margin-bottom: 24px
    }
}

.common_content_image-image {
    -webkit-border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    -ms-border-radius: 30px 0px 0px 30px;
    -o-border-radius: 30px 0px 0px 30px;
    border-radius: 30px 0px 0px 30px;
    height: 300px;
    border-top: 10px solid #FFA300;
    background-position: center center;
    background-size: cover;
    margin-bottom: 24px
}

.common_content_image-image.green {
    border-top: 10px solid #00B140
}

.common_content_image-image.fill_left {
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
    border-radius: 0px 30px 30px 0px
}

.common_content_image-image.fill-full {
    border-radius: 0;
    border: none;
    margin: -80px 0 0;
    height: calc(100% + 160px)
}

@media (max-width: 1279px) {
    .common_content_image-image.fill-full {
        margin: -40px 0 0;
        height: calc(100% + 80px)
    }
}

@media (max-width: 767px) {
    .common_content_image-image.fill-full {
        margin: 0 0 20px 0;
        height: 300px;
        width: 100%
    }
}

.common_content_image-image.fill-full-rounded {
    border-radius: 0px 48px 48px 0px;
    border: none;
    margin: -80px 0 0;
    height: calc(100% + 160px)
}

@media (max-width: 1279px) {
    .common_content_image-image.fill-full-rounded {
        border-radius: 0px 24px 24px 0px;
        margin: -40px 0 0;
        height: calc(100% + 80px)
    }
}

@media (max-width: 767px) {
    .common_content_image-image.fill-full-rounded {
        margin: 0 0 20px 0;
        border-radius: 0px;
        height: 300px;
        width: 100%
    }
}

.common_content_image-video {
    overflow: hidden;
    position: relative;
    right: -9px;
    border: none;
    border-radius: 0px;
    border-bottom-left-radius: 30px;
    border-bottom: 10px solid;
    min-height: 460px
}

@media (max-width: 767px) {
    .common_content_image-video {
        right: 0;
        border-radius: 30px;
        max-width: 100%;
        min-height: auto
    }
}

.common_content_image-video.yellow {
    border-color: #FFA300
}

.common_content_image-video.green {
    border-color: #007D8A
}

.common_content_image-video iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2
}

@media (max-width: 1024px) {
    .common_content_image-video .widget_video-theater iframe {
        height: 350px !important
    }
}

.common_content_image-video .widget_video-theater-block {
    position: relative
}

.common_content_image-video .widget_video-theater-block-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 96px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDEyNC41MTIgMTI0LjUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0LjUxMiAxMjQuNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNMTEzLjk1Niw1Ny4wMDZsLTk3LjQtNTYuMmMtNC0yLjMtOSwwLjYtOSw1LjJ2MTEyLjVjMCw0LjYsNSw3LjUsOSw1LjJsOTcuNC01Ni4yICAgQzExNy45NTYsNjUuMTA1LDExNy45NTYsNTkuMzA2LDExMy45NTYsNTcuMDA2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=) no-repeat 53% center #FFA300;
    z-index: 3;
    background-size: 24px;
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    -ms-border-radius: 96px;
    -o-border-radius: 96px;
    border-radius: 96px;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 767px) {
    .common_content_image-video .widget_video-theater-block-play {
        width: 60px;
        height: 60px;
        background-size: 14px
    }
}

.common_content_image-video .widget_video-theater-block-play:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9)
}

.common_content_image-video .widget_video-theater-block-play:hover::before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.common_content_image-video .widget_video-theater-block-play::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid #FFA300;
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    -ms-border-radius: 96px;
    -o-border-radius: 96px;
    border-radius: 96px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.common_content_image-download {
    font-size: 14px;
    color: #575757;
    font-weight: 700;
    vertical-align: middle;
    margin-top: 30px;
    line-height: 20px
}

.common_content_image-download+span {
    margin-top: 20px
}

.common_content_image-download a {
    width: 120px;
    height: 38px;
    border: 1px solid #007D8A;
    color: #007D8A;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    padding-right: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: url(../images/icon-download-green.svg) no-repeat right 25px center
}

@media (max-width: 1279px) {
    .common_content_image-download a {
        margin-left: 0px;
        margin-top: 10px;
        display: block
    }
}

.common_content_image-download a.bottom {
    margin-left: 0px;
    margin-top: 10px
}

.common_content_image-title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    color: #165C7D;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 700
}

@media (max-width: 767px) {
    .common_content_image-title {
        font-size: 24px;
        line-height: 30px
    }
}

.common_content_image-hot_links-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px
}

.common_content_image-hot_links-item:hover .common_content_image-hot_links-item-icon::before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.common_content_image-hot_links-item:first-child {
    margin-left: 0px
}

.common_content_image-hot_links-item:last-child {
    margin-right: 0px
}

.common_content_image-hot_links-item-icon {
    width: 46px;
    height: 46px;
    background-color: #fff;
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin: 0px auto;
    position: relative;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -ms-border-radius: 46px;
    -o-border-radius: 46px;
    border-radius: 46px
}

.common_content_image-hot_links-item-icon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.common_content_image-hot_links-item-icon.whatsapp {
    background-image: url(../images/icon-whatsapp.svg)
}

.common_content_image-hot_links-item-icon.phone {
    background-image: url(../images/icon-phone.svg)
}

.common_content_image-hot_links-item-icon.email {
    background-image: url(../images/icon-email.svg)
}

.common_content_image-hot_links-item-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-top: 4px
}

.common_content_image p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

.common_content_image p+a b {
    margin-top: 0px
}

.common_content_image p:last-child {
    margin-bottom: 0px
}

.common_content_image p a:hover {
    text-decoration: underline;
    cursor: pointer
}

.common_content_image b {
    font-weight: 700
}

.common_content_image a {
    color: #00B140
}

.common_content_image a b {
    display: inline-block;
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-right: 28px
}

.common_content_image a b:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-bright-green.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -10px
}

.common_content_image a.yellow-link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right.svg) no-repeat right 24px center;
    background-color: #FFA300;
    border: 1px solid #FFA300;
    line-height: 1.5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    padding: 7px 48px 7px 24px;
    text-align: left;
    margin-top: 40px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.common_content_image a.yellow-link b {
    margin-top: 0
}

.common_content_image a.yellow-link b:after {
    display: none
}

.common_content_image a.yellow-link:hover {
    background: url(../images/icon-arrow-right.svg) no-repeat right 20px center;
    background-color: #FFA300
}

@media (max-width: 767px) {
    .common_content_image a.yellow-link:hover {
        background: url(../images/icon-arrow-right.svg) no-repeat right 20px center;
        background-color: #FFA300
    }
}

@media (max-width: 767px) {
    .common_content_image a.yellow-link {
        background: url(../images/icon-arrow-right.svg) no-repeat right 24px center;
        background-color: #FFA300;
        margin-top: 20px
    }
}

.common_content_image a.green-link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right.svg) no-repeat right 24px center;
    background-color: #00B140;
    border: 1px solid #00B140;
    line-height: 1.5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    padding: 7px 48px 7px 24px;
    text-align: left;
    margin-top: 40px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.common_content_image a.green-link b {
    margin-top: 0
}

.common_content_image a.green-link b:after {
    display: none
}

.common_content_image a.green-link:hover {
    background: url(../images/icon-arrow-right.svg) no-repeat right 20px center;
    background-color: #00B140
}

@media (max-width: 767px) {
    .common_content_image a.green-link:hover {
        background: url(../images/icon-arrow-right.svg) no-repeat right 20px center;
        background-color: #00B140
    }
}

@media (max-width: 767px) {
    .common_content_image a.green-link {
        background: url(../images/icon-arrow-right.svg) no-repeat right 24px center;
        background-color: #00B140;
        margin-top: 20px
    }
}

.common_content_image strong {
    font-weight: 700
}

.common_content_image ul {
    margin-bottom: 20px
}

.common_content_image ul.checkmark li {
    background: url(../images/icon-check.svg) no-repeat 0px 9px;
    background-size: 10px
}

.common_content_image ul.bullet li {
    background: url(../images/icon-bullet.svg) no-repeat 0px 10px;
    background-size: 5px
}

.common_content_image li {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    padding-left: 24px;
    margin-bottom: 10px
}

.common_content_image li b {
    color: #165C7D;
    font-weight: 700
}

.common_content_image span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #575757;
    display: block
}

.common_content_image .row {
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .common_content_image .row {
        margin-bottom: 40px
    }
}

.common_content_image .row:last-child {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .common_content_image .row:last-child {
        margin-bottom: 0px
    }
}

.common_content_image.blue {
    background: #165C7D;
    color: #fff
}

.common_content_image.blue p {
    color: #fff
}

.common_content_image.blue .common_content_image-link {
    color: #fff
}

.common_content_image.blue .common_content_image-link b:after {
    background-image: url(../images/icon-arrow-right-white.svg)
}

.common_content_image.grey {
    background: #f4f4f4;
    padding: 40px 0px
}

.common_content_image-icon_list+.common_block_title {
    margin-top: 20px
}

.common_content_image-icon_list .row {
    margin-bottom: 0px
}

.common_content_image-icon_list-item {
    padding-left: 56px;
    position: relative;
    font-size: 14px;
    color: #575757;
    line-height: 24px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px
}

.common_content_image-icon_list-item-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -ms-border-radius: 46px;
    -o-border-radius: 46px;
    border-radius: 46px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center
}

.common_middle_page_shortcuts {
    background: #007D8A;
    padding: 50px 0px;
    overflow: hidden
}

.common_middle_page_shortcuts.bigger {
    padding: 35px 0px
}

.common_middle_page_shortcuts.bigger a {
    height: 53px;
    padding-right: 40px;
    margin-top: 5px;
    margin-bottom: 5px
}

.common_middle_page_shortcuts.blue {
    background: #165C7D
}

.common_middle_page_shortcuts.blue a {
    background-color: #00B140
}

.common_middle_page_shortcuts.blue a:hover {
    background-color: #00B140;
    opacity: 0.9
}

.common_middle_page_shortcuts-title {
    font-family: "Exo 2", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .common_middle_page_shortcuts-title {
        font-size: 24px;
        line-height: 30px
    }
}

.common_middle_page_shortcuts a {
    height: 38px;
    width: 100%;
    padding-left: 16px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat right 16px center rgba(255, 255, 255, 0.16);
    padding-right: 30px;
    display: table;
    margin-top: 16px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.common_middle_page_shortcuts a:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.common_middle_page_shortcuts a.new::before {
    content: "NOVO";
    height: 14px;
    background: #FFA300;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 8px;
    line-height: 14px;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: -7px;
    left: -8px
}

.common_middle_page_shortcuts a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 12px
}

.common_page_banner {
    height: 270px;
    overflow: hidden;
    position: relative
}

.common_page_banner+.simulator {
    padding-top: 0px
}

.common_page_banner+.common_content_image {
    padding-top: 0px
}

.common_page_banner+.common_content_image.grey {
    padding-top: 40px
}

@media (max-width: 1279px) {
    .common_page_banner {
        height: 220px
    }
}

@media (max-width: 767px) {
    .common_page_banner {
        height: auto;
        padding: 50px 0px
    }
}

.common_page_banner.top {
    background: url(../images/in-detail-top-right-2.png) no-repeat right top;
    background-size: auto 80%
}

.common_page_banner.bottom {
    background: url(../images/in-detail-bottom-left-1.png) no-repeat left bottom;
    background-size: auto 80%
}

.common_page_banner .row,
.common_page_banner .container {
    height: 100%
}

.common_page_banner-title {
    height: 110px;
    width: 100%;
    display: table;
    position: relative;
    z-index: 2;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 30px;
    display: block
}

@media (max-width: 1023px) {
    .common_page_banner-title {
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .common_page_banner-title {
        font-size: 18px;
        line-height: 24px;
        height: auto;
        padding: 20px 0px;
        padding-bottom: 10px;
        padding-right: 30px;
        z-index: 5;
        -webkit-border-radius: 0px 30px 0px 0px !important;
        -moz-border-radius: 0px 30px 0px 0px !important;
        -ms-border-radius: 0px 30px 0px 0px !important;
        -o-border-radius: 0px 30px 0px 0px !important;
        border-radius: 0px 30px 0px 0px !important
    }
}

@media (max-width: 767px) {
    .common_page_banner-title.mobile_padding {
        padding-bottom: 20px
    }
}

.common_page_banner-title::before {
    content: "" !important;
    position: absolute !important;
    right: 100% !important;
    height: 100% !important;
    top: 0px !important;
    width: 100vw !important;
    background: inherit !important;
    display: block !important
}

.common_page_banner-title span {
    display: table;
    table-layout: fixed;
    height: 100%
}

.common_page_banner-title span div {
    max-width: 610px;
    display: table-cell;
    vertical-align: middle
}

.common_page_banner-text {
    height: 110px;
    width: 100%;
    display: table;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 100px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 41px 0px 0px #165C7D;
    -moz-box-shadow: 41px 0px 0px #165C7D;
    -ms-box-shadow: 41px 0px 0px #165C7D;
    -o-box-shadow: 41px 0px 0px #165C7D;
    box-shadow: 41px 0px 0px #165C7D
}

@media (max-width: 1279px) {
    .common_page_banner-text {
        padding-right: 0px;
        line-height: 20px
    }
}

@media (max-width: 1023px) {
    .common_page_banner-text {
        font-size: 12px;
        padding-right: 0px;
        line-height: 16px
    }
}

@media (max-width: 767px) {
    .common_page_banner-text {
        font-size: 16px;
        padding-right: 30px;
        line-height: 28px;
        margin-top: -30px;
        z-index: 4;
        padding-top: 30px;
        height: auto;
        padding-bottom: 20px;
        -webkit-border-radius: 0px 0px 30px 0px;
        -moz-border-radius: 0px 0px 30px 0px;
        -ms-border-radius: 0px 0px 30px 0px;
        -o-border-radius: 0px 0px 30px 0px;
        border-radius: 0px 0px 30px 0px;
        -webkit-box-shadow: 0px 0px 0px #165C7D;
        -moz-box-shadow: 0px 0px 0px #165C7D;
        -ms-box-shadow: 0px 0px 0px #165C7D;
        -o-box-shadow: 0px 0px 0px #165C7D;
        box-shadow: 0px 0px 0px #165C7D
    }

    .common_page_banner-text::before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        top: 0px;
        width: 100vw;
        background: inherit
    }
}

.common_page_banner-text span {
    display: table-cell;
    position: relative;
    vertical-align: middle
}

.common_page_banner-cta {
    height: 110px;
    width: 100%;
    display: table;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    z-index: 2;
    cursor: default;
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
    border-radius: 0px 30px 30px 0px
}

.common_page_banner-cta-button {
    height: 38px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat right 20px center #FFA300;
    color: #fff;
    line-height: 38px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 34px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.common_page_banner-cta-button:hover {
    -webkit-box-shadow: 0px 0px 6px #FFA300;
    -moz-box-shadow: 0px 0px 6px #FFA300;
    -ms-box-shadow: 0px 0px 6px #FFA300;
    -o-box-shadow: 0px 0px 6px #FFA300;
    box-shadow: 0px 0px 6px #FFA300
}

@media (max-width: 767px) {
    .common_page_banner-cta-button {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .common_page_banner-cta {
        padding-top: 47px;
        padding-bottom: 17px;
        height: auto;
        padding-left: 0px;
        margin-top: -40px;
        position: relative;
        padding-right: 30px;
        -webkit-border-radius: 0px 0px 30px 0px;
        -moz-border-radius: 0px 0px 30px 0px;
        -ms-border-radius: 0px 0px 30px 0px;
        -o-border-radius: 0px 0px 30px 0px;
        border-radius: 0px 0px 30px 0px
    }

    .common_page_banner-cta::before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        top: 0px;
        width: 100vw;
        background: inherit
    }
}

.common_page_banner-cta span {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

@media (max-width: 767px) {
    .common_page_banner-cta span {
        text-align: left
    }
}

.common_page_banner.blue {
    color: #fff
}

.common_page_banner.blue .common_page_banner-title {
    color: #fff;
    background: #165C7D;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 41px 0px 0px #165C7D;
    -moz-box-shadow: 41px 0px 0px #165C7D;
    -ms-box-shadow: 41px 0px 0px #165C7D;
    -o-box-shadow: 41px 0px 0px #165C7D;
    box-shadow: 41px 0px 0px #165C7D
}

@media (max-width: 767px) {
    .common_page_banner.blue .common_page_banner-title {
        -webkit-box-shadow: 0px 0px 0px #165C7D;
        -moz-box-shadow: 0px 0px 0px #165C7D;
        -ms-box-shadow: 0px 0px 0px #165C7D;
        -o-box-shadow: 0px 0px 0px #165C7D;
        box-shadow: 0px 0px 0px #165C7D
    }
}

.common_page_banner.blue .common_page_banner-title .ailos-heading-custom {
    display: table;
    table-layout: fixed;
    height: 100%
}

.common_page_banner.blue .common_page_banner-title .ailos-heading-custom h1,
.common_page_banner.blue .common_page_banner-title .ailos-heading-custom h2,
.common_page_banner.blue .common_page_banner-title .ailos-heading-custom h3,
.common_page_banner.blue .common_page_banner-title .ailos-heading-custom h4,
.common_page_banner.blue .common_page_banner-title .ailos-heading-custom h5,
.common_page_banner.blue .common_page_banner-title .ailos-heading-custom h6,
.common_page_banner.blue .common_page_banner-title .ailos-heading-custom p {
    max-width: 610px;
    display: table-cell;
    vertical-align: middle;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff
}

.common_page_banner.blue .common_page_banner-text {
    background: #165C7D;
    position: relative;
    z-index: 2
}

.common_page_banner.blue .common_page_banner-cta {
    background: #165C7D
}

.common_page_banner.blue .common_page_banner-cta span:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 4px
}

.common_page_banner.green {
    color: #fff
}

.common_page_banner.green .common_page_banner-title {
    background: #007D8A;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 41px 0px 0px #007D8A;
    -moz-box-shadow: 41px 0px 0px #007D8A;
    -ms-box-shadow: 41px 0px 0px #007D8A;
    -o-box-shadow: 41px 0px 0px #007D8A;
    box-shadow: 41px 0px 0px #007D8A
}

@media (max-width: 767px) {
    .common_page_banner.green .common_page_banner-title {
        -webkit-box-shadow: 0px 0px 0px #007D8A;
        -moz-box-shadow: 0px 0px 0px #007D8A;
        -ms-box-shadow: 0px 0px 0px #007D8A;
        -o-box-shadow: 0px 0px 0px #007D8A;
        box-shadow: 0px 0px 0px #007D8A
    }
}

.common_page_banner.green .common_page_banner-title .ailos-heading-custom {
    display: table;
    table-layout: fixed;
    height: 100%
}

.common_page_banner.green .common_page_banner-title .ailos-heading-custom h1,
.common_page_banner.green .common_page_banner-title .ailos-heading-custom h2,
.common_page_banner.green .common_page_banner-title .ailos-heading-custom h3,
.common_page_banner.green .common_page_banner-title .ailos-heading-custom h4,
.common_page_banner.green .common_page_banner-title .ailos-heading-custom h5,
.common_page_banner.green .common_page_banner-title .ailos-heading-custom h6,
.common_page_banner.green .common_page_banner-title .ailos-heading-custom p {
    max-width: 610px;
    display: table-cell;
    vertical-align: middle;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff
}

.common_page_banner.green .common_page_banner-text {
    background: #007D8A;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 41px 0px 0px #007D8A;
    -moz-box-shadow: 41px 0px 0px #007D8A;
    -ms-box-shadow: 41px 0px 0px #007D8A;
    -o-box-shadow: 41px 0px 0px #007D8A;
    box-shadow: 41px 0px 0px #007D8A
}

@media (max-width: 767px) {
    .common_page_banner.green .common_page_banner-text {
        -webkit-box-shadow: 0px 0px 0px #007D8A;
        -moz-box-shadow: 0px 0px 0px #007D8A;
        -ms-box-shadow: 0px 0px 0px #007D8A;
        -o-box-shadow: 0px 0px 0px #007D8A;
        box-shadow: 0px 0px 0px #007D8A
    }
}

.common_page_banner.green .common_page_banner-cta {
    background: #007D8A
}

.common_page_banner.green .common_page_banner-cta span:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 4px
}

.common_page_banner.white {
    color: #fff
}

.common_page_banner.white .common_page_banner-title {
    background: #f4f4f4;
    color: #165C7D;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 41px 0px 0px #f4f4f4;
    -moz-box-shadow: 41px 0px 0px #f4f4f4;
    -ms-box-shadow: 41px 0px 0px #f4f4f4;
    -o-box-shadow: 41px 0px 0px #f4f4f4;
    box-shadow: 41px 0px 0px #f4f4f4
}

@media (max-width: 767px) {
    .common_page_banner.white .common_page_banner-title {
        -webkit-box-shadow: 0px 0px 0px #f4f4f4;
        -moz-box-shadow: 0px 0px 0px #f4f4f4;
        -ms-box-shadow: 0px 0px 0px #f4f4f4;
        -o-box-shadow: 0px 0px 0px #f4f4f4;
        box-shadow: 0px 0px 0px #f4f4f4
    }
}

.common_page_banner.white .common_page_banner-title .ailos-heading-custom {
    display: table;
    table-layout: fixed;
    height: 100%
}

.common_page_banner.white .common_page_banner-title .ailos-heading-custom h1,
.common_page_banner.white .common_page_banner-title .ailos-heading-custom h2,
.common_page_banner.white .common_page_banner-title .ailos-heading-custom h3,
.common_page_banner.white .common_page_banner-title .ailos-heading-custom h4,
.common_page_banner.white .common_page_banner-title .ailos-heading-custom h5,
.common_page_banner.white .common_page_banner-title .ailos-heading-custom h6,
.common_page_banner.white .common_page_banner-title .ailos-heading-custom p {
    max-width: 610px;
    display: table-cell;
    vertical-align: middle;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #165C7D
}

.common_page_banner.white .common_page_banner-cta {
    background: #f4f4f4
}

.common_page_banner.white .common_page_banner-cta span:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 4px
}

.floating_chat_button {
    position: fixed;
    right: 50%;
    bottom: 24px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    background: url(../images/icon-floating-chat.svg) no-repeat 48% center #00A9CE;
    margin-right: calc(-1156px / 2 + 10px);
    background-size: 24px auto;
    z-index: 52;
    white-space: nowrap;
    font-size: 12px;
    line-height: 48px;
    color: transparent;
    font-weight: 700;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.floating_chat_button:hover {
    color: #fff;
    padding-left: 50px;
    padding-right: 20px;
    max-width: 200px;
    background: url(../images/icon-floating-chat.svg) no-repeat 12px center #00A9CE
}

@media (max-width: 767px) {
    .floating_chat_button:hover {
        color: transparent;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 48px;
        background: url(../images/icon-floating-chat.svg) no-repeat 48% center #00A9CE
    }
}

@media (max-width: 1279px) {
    .floating_chat_button {
        margin-right: calc(-962px / 2 + 10px)
    }
}

@media (max-width: 1023px) {
    .floating_chat_button {
        margin-right: calc(-723px / 2 + 10px);
        bottom: 76px
    }
}

@media (max-width: 767px) {
    .floating_chat_button {
        margin-right: 0px;
        right: 12px
    }
}

@media (max-width: 767px) {
    .widget_video {
        padding: 20px 0px
    }
}

.widget_video-intro {
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .widget_video-intro {
        margin-bottom: 20px
    }
}

.widget_video-theater-block {
    position: relative
}

.widget_video-theater-block.border {
    border-radius: 30px
}

.widget_video-theater-block img {
    width: 100%;
    height: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.widget_video-theater-block iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2
}

.widget_video-theater-block-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96px;
    height: 96px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDEyNC41MTIgMTI0LjUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0LjUxMiAxMjQuNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+Cgk8cGF0aCBkPSJNMTEzLjk1Niw1Ny4wMDZsLTk3LjQtNTYuMmMtNC0yLjMtOSwwLjYtOSw1LjJ2MTEyLjVjMCw0LjYsNSw3LjUsOSw1LjJsOTcuNC01Ni4yICAgQzExNy45NTYsNjUuMTA1LDExNy45NTYsNTkuMzA2LDExMy45NTYsNTcuMDA2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=) no-repeat 53% center #FFA300;
    z-index: 3;
    background-size: 24px;
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    -ms-border-radius: 96px;
    -o-border-radius: 96px;
    border-radius: 96px;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 767px) {
    .widget_video-theater-block-play {
        width: 60px;
        height: 60px;
        background-size: 14px
    }
}

.widget_video-theater-block-play:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9)
}

.widget_video-theater-block-play:hover::before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.widget_video-theater-block-play::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid #FFA300;
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    -ms-border-radius: 96px;
    -o-border-radius: 96px;
    border-radius: 96px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1023px) {
    .widget_video.video-side .common_block_title {
        margin-bottom: 30px
    }
}

.elementor-3222 .elementor-element.elementor-element-ca1c336 {
    padding: 0px
}

.elementor-widget-text-editor {
    padding: 0px 0px
}

.elementor-widget-text-editor p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0px
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px
}

.elementor-widget-text-editor p b {
    font-weight: 700
}

.elementor-widget-text-editor p a:hover {
    text-decoration: underline;
    cursor: pointer
}

.elementor-widget-text-editor h2 {
    font-size: 24px;
    color: #165C7D;
    font-family: "Exo 2", sans-serif;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700
}

.elementor-widget-text-editor h3 {
    font-size: 22px;
    color: #165C7D;
    font-family: "Exo 2", sans-serif;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700
}

.elementor-widget-text-editor h4 {
    font-size: 20px;
    color: #165C7D;
    font-family: "Exo 2", sans-serif;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700
}

.elementor-widget-text-editor h5 {
    font-size: 18px;
    color: #165C7D;
    font-family: "Exo 2", sans-serif;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700
}

.elementor-widget-text-editor h6 {
    font-size: 16px;
    color: #165C7D;
    font-family: "Exo 2", sans-serif;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700
}

.elementor-widget-text-editor .elementor-widget-container {
    width: 100% !important;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 767px) {
    .elementor-widget-text-editor .elementor-widget-container {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media (min-width: 576px) {
    .elementor-widget-text-editor .elementor-widget-container {
        max-width: 540px !important
    }
}

@media (min-width: 768px) {
    .elementor-widget-text-editor .elementor-widget-container {
        max-width: 720px !important
    }
}

@media (min-width: 992px) {
    .elementor-widget-text-editor .elementor-widget-container {
        max-width: 960px !important
    }
}

@media (min-width: 1200px) {
    .elementor-widget-text-editor .elementor-widget-container {
        max-width: 1156px !important
    }
}

.white_exclude {
    margin-bottom: -80px
}

@media (max-width: 1023px) {
    .white_exclude {
        margin-bottom: -40px
    }
}

.file_extension_icon {
    font-size: 10px;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    left: 8px;
    top: 27px;
    text-align: center;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    width: 30px
}

.one_column_list {
    padding: 80px 0px
}

.one_column_list.grey {
    background: #f4f4f4
}

@media (max-width: 767px) {
    .one_column_list {
        padding: 40px 0px
    }
}

.one_column_list img {
    max-width: 96px;
    max-height: 96px;
    display: block;
    margin: 0px auto
}

@media (max-width: 767px) {
    .one_column_list img {
        margin-bottom: 20px
    }
}

.one_column_list-item {
    padding: 36px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

@media (max-width: 767px) {
    .one_column_list-item {
        padding: 20px 0px
    }
}

.one_column_list-item-title {
    font-family: "Exo 2", sans-serif;
    color: #575757;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px
}

.one_column_list-item-text {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    font-weight: 400
}

.elementor-toggle {
    padding: 80px 0px
}

@media (max-width: 767px) {
    .elementor-toggle {
        padding: 40px 0px
    }
}

.elementor-toggle .elementor-tab-title {
    padding: 36px 0px !important;
    font-size: 14px;
    color: #165C7D;
    font-weight: 700;
    background: url(../images/icon-down-blue.svg) no-repeat right center
}

@media (max-width: 767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 20px 0px !important
    }
}

.elementor-toggle .elementor-tab-title.elementor-active {
    background: url(../images/icon-up.svg) no-repeat right center
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    display: none
}

.elementor-toggle .elementor-tab-content {
    padding: 36px 0px !important;
    padding-top: 0px !important;
    font-size: 14px;
    color: #575757;
    line-height: 24px;
    font-weight: 400
}

@media (max-width: 767px) {
    .elementor-toggle .elementor-tab-content {
        padding-bottom: 20px !important
    }
}

.elementor-toggle .elementor-tab-content ul {
    column-count: 2
}

@media (max-width: 767px) {
    .elementor-toggle .elementor-tab-content ul {
        column-count: 1
    }
}

.common_alert {
    padding: 40px 0px
}

.common_alert.grey {
    background: #f4f4f4
}

@media (max-width: 767px) {
    .common_alert {
        padding: 20px 20px
    }
}

.common_alert-box {
    padding: 80px 40px;
    overflow: hidden;
    position: relative
}

.common_alert-box.has_rings:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: url(../images/block-detail-top-right.png) no-repeat right -2px top -2px
}

@media (max-width: 767px) {
    .common_alert-box.has_rings:after {
        width: 100%;
        background-size: 100px auto
    }
}

@media (max-width: 767px) {
    .common_alert-box {
        padding: 40px 20px
    }
}

.common_alert-box-title {
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    max-width: 500px;
    margin: 0px auto;
    color: #fff
}

.common_alert-box-title.align_left {
    float: left;
    text-align: left
}

.common_alert-box-title.align_right {
    float: right;
    text-align: right
}

.common_alert-box-title.dark {
    color: #575757
}

.common_alert-box-title span {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block
}

.map_loading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(244, 244, 244, 0.5);
    display: none
}

.map_loading div {
    width: 42.55px;
    height: 42.55px;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.map_loading div::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/ailos-rings.svg) no-repeat center center;
    background-size: contain;
    -webkit-animation: blink 1s infinite ease-in-out alternate;
    -moz-animation: blink 1s infinite ease-in-out alternate;
    -ms-animation: blink 1s infinite ease-in-out alternate;
    -o-animation: blink 1s infinite ease-in-out alternate;
    animation: blink 1s infinite ease-in-out alternate
}

.map_loading div:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 100%;
    height: 100%;
    background: url(../images/ailos-pines.svg) no-repeat center center;
    -webkit-animation: blink 1s infinite ease-in-out alternate;
    -moz-animation: blink 1s infinite ease-in-out alternate;
    -ms-animation: blink 1s infinite ease-in-out alternate;
    -o-animation: blink 1s infinite ease-in-out alternate;
    animation: blink 1s infinite ease-in-out alternate;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.notfound_header {
    background: #ffffff;
    padding: 80px 0px 160px;
    position: relative
}

@media (max-width: 767px) {
    .notfound_header {
        padding: 40px 0px 80px
    }
}

.notfound_header__block {
    max-width: 690px;
    margin: 0px auto;
    position: relative;
    padding-left: 120px
}

@media (max-width: 991px) {
    .notfound_header__block {
        max-width: 600px
    }
}

@media (max-width: 767px) {
    .notfound_header__block {
        padding-left: 0px;
        padding-top: 120px
    }
}

.notfound_header__block__icon {
    font-style: normal;
    font-weight: 700;
    font-size: 104px;
    line-height: 104px;
    text-align: center;
    color: #125D79;
    position: absolute;
    left: 0px;
    top: 0px
}

.notfound_header__block__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #125D79;
    margin-bottom: 17px
}

.notfound_header__block__title b {
    color: #FFA300
}

.notfound_header__block__message {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 44px
}

.notfound_header__block__button {
    width: 183px;
    height: 48px;
    background: #165C7D;
    border-radius: 2px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block
}

.notfound_header__block__button:hover {
    background: #064C6D
}

.notfound_header:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: url(../images/block-detail-top-right.png) no-repeat right -2px top -2px
}

@media (max-width: 767px) {
    .notfound_header:after {
        width: 100%;
        background-size: 50px auto
    }
}

.notfound_content {
    text-align: center;
    padding: 80px 0px
}

@media (max-width: 767px) {
    .notfound_content {
        padding: 40px 0px
    }
}

.notfound_content-button {
    display: inline-block;
    background: #FFA300;
    height: 38px;
    padding: 0px 16px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.notfound_content-link {
    display: inline-block;
    background: #fff;
    height: 38px;
    padding: 0px 16px;
    line-height: 38px;
    color: #007D8A;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.common_ailos_balls-item.download_item {
    text-align: center;
    position: relative;
    display: block
}

.common_ailos_balls-item.download_item.margin_top {
    margin-top: 40px
}

.common_ailos_balls-item.download_item:hover .download_image {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3)
}

.common_ailos_balls-item.download_item .download_image {
    width: 174px;
    max-width: 100%;
    height: 232px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3)
}

.common_ailos_balls-item.download_item .download_title {
    color: #575757;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    font-family: "Exo 2", sans-serif;
    display: block;
    width: 100%
}

.common_columns-slider-pagination.pagination_numbers {
    margin-top: 40px;
    text-align: center;
    margin-top: -20px
}

@media (max-width: 767px) {
    .common_columns-slider-pagination.pagination_numbers {
        margin-top: 0px
    }
}

.common_columns-slider-pagination.pagination_numbers .numbers {
    display: inline;
    vertical-align: middle
}

@media (max-width: 767px) {
    .common_columns-slider-pagination.pagination_numbers .numbers {
        display: none
    }
}

.common_columns-slider-pagination.pagination_numbers span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 10px;
    background: #f4f4f4;
    text-align: center;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #575757;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.common_columns-slider-pagination.pagination_numbers span:hover {
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1)
}

.common_columns-slider-pagination.pagination_numbers .swiper-button-disabled {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.common_columns-slider-pagination.pagination_numbers .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFA300;
    color: #fff
}

.common_columns-slider-pagination.pagination_numbers .prev {
    background-image: url(../images/icon-arrow-left-black.svg);
    font-size: 0px
}

.common_columns-slider-pagination.pagination_numbers .number {
    color: #575757
}

.common_columns-slider-pagination.pagination_numbers .current {
    background: #FFA300;
    color: #fff
}

.common_columns-slider-pagination.pagination_numbers .next {
    background-image: url(../images/icon-arrow-right-black.svg);
    font-size: 0px
}

.common_text_block {
    padding: 80px 0px
}

.common_text_block.grey {
    padding: 40px 0px;
    background: #f4f4f4
}

@media (max-width: 767px) {
    .common_text_block {
        padding: 40px 0px
    }
}

.common_timeline {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAD0lEQVQYV2Nk2OjwnwEIAAtkAfIGAggzAAAAAElFTkSuQmCC) repeat-y center center
}

@media (max-width: 767px) {
    .common_timeline {
        background-position: -1000px center
    }
}

.common_timeline-item {
    margin-top: -100px;
    position: relative
}

@media (max-width: 767px) {
    .common_timeline-item {
        background: inherit;
        background-position: 20px center;
        margin: 0px !important;
        padding-top: 40px
    }
}

.common_timeline-item:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    border: 2px solid #00B140;
    background: #fff;
    left: 50%;
    margin-left: -16px;
    top: 1px
}

@media (max-width: 767px) {
    .common_timeline-item:before {
        left: 21px;
        top: 40px
    }
}

.common_timeline-item:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    background: #FFA300;
    left: 50%;
    margin-left: -8px;
    top: 9px
}

@media (max-width: 767px) {
    .common_timeline-item:after {
        left: 21px;
        top: 48px
    }
}

.common_timeline-item:first-child {
    padding-top: 80px;
    margin-top: 0px
}

@media (max-width: 767px) {
    .common_timeline-item:first-child {
        padding-top: 40px
    }
}

.common_timeline-item:first-child:before {
    top: 81px
}

@media (max-width: 767px) {
    .common_timeline-item:first-child:before {
        top: 40px
    }
}

.common_timeline-item:first-child:after {
    top: 89px
}

@media (max-width: 767px) {
    .common_timeline-item:first-child:after {
        top: 48px
    }
}

.common_timeline-item:last-child {
    padding-bottom: 80px
}

@media (max-width: 767px) {
    .common_timeline-item:last-child {
        padding-bottom: 40px
    }
}

.common_timeline-item.left {
    text-align: right;
    padding-right: 70px
}

@media (max-width: 767px) {
    .common_timeline-item.left {
        padding-right: 0px;
        padding-left: 20px;
        text-align: left
    }
}

.common_timeline-item.left img {
    -webkit-border-radius: 30px 0px 30px 30px;
    -moz-border-radius: 30px 0px 30px 30px;
    -ms-border-radius: 30px 0px 30px 30px;
    -o-border-radius: 30px 0px 30px 30px;
    border-radius: 30px 0px 30px 30px
}

@media (max-width: 767px) {
    .common_timeline-item.left img {
        -webkit-border-radius: 0px 30px 30px 30px;
        -moz-border-radius: 0px 30px 30px 30px;
        -ms-border-radius: 0px 30px 30px 30px;
        -o-border-radius: 0px 30px 30px 30px;
        border-radius: 0px 30px 30px 30px
    }
}

.common_timeline-item.right {
    text-align: left;
    padding-left: 70px
}

@media (max-width: 767px) {
    .common_timeline-item.right {
        padding-left: 0px;
        padding-left: 20px;
        text-align: left
    }
}

.common_timeline-item.right img {
    -webkit-border-radius: 0px 30px 30px 30px;
    -moz-border-radius: 0px 30px 30px 30px;
    -ms-border-radius: 0px 30px 30px 30px;
    -o-border-radius: 0px 30px 30px 30px;
    border-radius: 0px 30px 30px 30px
}

.common_timeline-item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    color: #FFA300;
    line-height: 30px;
    margin-bottom: 10px
}

.common_timeline-item-text {
    margin-bottom: 10px
}

.common_timeline-item-image {
    font-size: 0px
}

.common_timeline-item-image img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 10px 0px 0px #FFA300;
    -moz-box-shadow: 0px 10px 0px 0px #FFA300;
    -ms-box-shadow: 0px 10px 0px 0px #FFA300;
    -o-box-shadow: 0px 10px 0px 0px #FFA300;
    box-shadow: 0px 10px 0px 0px #FFA300
}

@media (max-width: 767px) {
    .common_line_divisor {
        overflow: hidden
    }
}

.common_line_divisor-line {
    height: 1px;
    background: #d4d4d4
}

@media (max-width: 767px) {
    .common_line_divisor-line {
        position: relative;
        left: 50%;
        margin-left: -50vw;
        width: 100vw
    }
}

.ailos_green_sac {
    background: #007D8A;
    padding: 40px 0px
}

.ailos_green_sac-title {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px
}

.ailos_green_sac-text p {
    color: #fff
}

.ailos_green_sac .channels_sac-numbers {
    width: 100%
}

.ailos_green_sac .channels_sac-numbers .channels_sac-numbers-font_size_3:last-child a {
    background: url(../images/icon-arrow-right-white.svg) no-repeat right center;
    padding-right: 14px;
    font-size: 12px;
    background-size: 6px
}

.ailos_coop_list {
    background: #f4f4f4;
    padding: 40px 0px;
    text-align: center
}

.ailos_coop_list .row:first-child {
    margin-bottom: 10px
}

.ailos_coop_list-item {
    height: 80px;
    background: #fff;
    display: table;
    width: 100%;
    font-size: 0px;
    margin-top: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ailos_coop_list-item:hover {
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1)
}

.ailos_coop_list-item span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 14px;
    position: relative
}

.ailos_coop_list-item span img {
    max-width: 100%;
    max-height: 60px
}

.common_content_links {
    padding: 80px 0px;
    background: url(../images/detail-full-left.png) no-repeat left top #007D8A;
    background-size: contain
}

@media (max-width: 1279px) {
    .common_content_links {
        background-size: 200px auto
    }
}

@media (max-width: 1023px) {
    .common_content_links {
        background-size: 100px auto
    }
}

@media (max-width: 767px) {
    .common_content_links {
        background-size: 0px auto;
        padding: 40px 0px
    }
}

.common_content_links p {
    color: #fff
}

@media (max-width: 767px) {
    .common_content_links .row>div:first-child {
        margin-bottom: 20px
    }
}

.common_content_links-link {
    background-color: rgba(255, 255, 255, 0.16);
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 12px;
    padding-left: 16px;
    padding-right: 34px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-image: url(../images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    display: block;
    margin-bottom: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.common_content_links-link:last-child {
    margin-bottom: 0px
}

.common_content_links-link:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.widget-service-partners {
    background: #f4f4f4;
    padding: 60px 0px
}

@media (max-width: 991px) {
    .widget-service-partners fieldset {
        margin-bottom: 10px
    }
}

.widget-service-partners .row>div>h3,
.widget-service-partners p {
    text-align: center
}

.widget-service-partners p {
    margin-bottom: 20px
}

.widget-service-partners label {
    margin: 0px
}

.widget-service-partners select {
    padding-right: 26px !important
}

.widget-service-partners input {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    appearance: none;
    outline: none;
    margin-top: 4px;
    padding-right: 30px
}

.widget-service-partners button {
    width: 100%;
    height: 40px;
    background: #007D8A;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: 0px;
    cursor: pointer
}

.widget-service-partners button:hover {
    opacity: 0.9
}

.partners_container {
    margin-top: 30px;
    max-height: 300px;
    padding-right: 10px;
    text-align: left;
    overflow: auto;
    overflow-x: hidden
}

.partners_container::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px
}

.partners_container::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px
}

.partners_container::-webkit-scrollbar-thumb {
    background: #FFA300;
    border-radius: 10px
}

.partners_container::-webkit-scrollbar-thumb:hover {
    background: #FFA300
}

.partners_container .row>div {
    margin-bottom: 10px
}

.widget-service-partners_xls {
    background: #f4f4f4;
    padding: 60px 0px
}

@media (max-width: 991px) {
    .widget-service-partners_xls fieldset {
        margin-bottom: 10px
    }
}

.widget-service-partners_xls .row>div>h3,
.widget-service-partners_xls p {
    text-align: center
}

.widget-service-partners_xls p {
    margin-bottom: 20px
}

.widget-service-partners_xls label {
    margin: 0px
}

.widget-service-partners_xls select {
    padding-right: 26px !important
}

.widget-service-partners_xls input {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    appearance: none;
    outline: none;
    margin-top: 4px;
    padding-right: 30px
}

.widget-service-partners_xls button {
    width: 100%;
    height: 40px;
    background: #007D8A;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: 0px;
    cursor: pointer
}

.widget-service-partners_xls button:hover {
    opacity: 0.9
}

.partners_container_xls {
    margin-top: 30px;
    max-height: 300px;
    padding-right: 10px;
    text-align: left;
    overflow: auto;
    overflow-x: hidden
}

.partners_container_xls::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px
}

.partners_container_xls::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px
}

.partners_container_xls::-webkit-scrollbar-thumb {
    background: #FFA300;
    border-radius: 10px
}

.partners_container_xls::-webkit-scrollbar-thumb:hover {
    background: #FFA300
}

.partners_container_xls .row>div {
    margin-bottom: 10px
}

.ie-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #01161f;
    opacity: 0.8;
    display: none
}

.ie-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    width: calc(100vw - 40px);
    max-width: 680px;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 60px 80px;
    z-index: 999999999;
    display: none
}

.ie-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 20px;
    width: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    cursor: pointer
}

.ie-modal__close:before {
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000
}

.ie-modal__close:after {
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #000
}

.ie-modal__title {
    font-family: "Exo 2", sans-serif;
    font-size: 38px;
    line-height: 43px;
    color: #05435f;
    font-weight: 700
}

.ie-modal__subtitle {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #464646;
    line-height: 22px;
    font-weight: 400
}

.ie-modal__logos a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px
}

.ie-modal__logos img {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px
}

.ot-floating-button {
    opacity: 0 !important;
    left: -200px !important;
    margin-left: -200px !important
}

.stack .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.stack .common_content_image-icon_list-item-icon {
    left: 0px;
    top: 9px;
    margin-top: 0px
}

.app-store-btns-container {
    margin-top: 1.25rem
}

.app-store-btns-container a {
    margin-right: 1rem
}

.app-store-btns-container .app-store-btn,
.app-store-btns-container .google-play-btn {
    width: 120px;
    height: 35px
}

.common_app_store_buttons .app-store-btn,
.common_app_store_buttons .google-play-btn {
    width: 180px;
    height: 52px
}

.sc-formfield-input input:not([type=checkbox]) {
    width: 90%;
    height: 30px !important;
    border: 1px solid #E2E2E2
}

@media (max-width: 1024px) {
    .widget_video-theater {
        margin-left: 50px;
        margin-right: 50px;
        border-radius: 40px;
        overflow: hidden
    }

    .widget_video-theater iframe {
        height: 430px !important
    }
}

@media (max-width: 767px) {
    .widget_video-theater {
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 20px;
        overflow: hidden
    }

    .widget_video-theater iframe {
        height: 230px !important
    }
}

.common_page_banner .widget-cta-default-bg-button {
    background: url(../images/icon-arrow-right-white.svg) no-repeat right 20px center #00B140
}

.common_page_banner .widget-cta-default-bg-button.hover-green:hover {
    -webkit-box-shadow: 0px 0px 6px #00B140;
    -moz-box-shadow: 0px 0px 6px #00B140;
    -ms-box-shadow: 0px 0px 6px #00B140;
    -o-box-shadow: 0px 0px 6px #00B140;
    box-shadow: 0px 0px 6px #00B140
}

.logo-ailos {
    background-image: url(../images/logo-ailos.svg)
}

.logo-ailos-white {
    background-image: url(../images/logo-ailos-white.svg);
    background-size: 160px !important
}

@media (max-width: 767px) {
    .logo-ailos-white {
        background-size: 150px !important
    }
}

.why {
    padding: 100px 0px;
    background: url(../images/why-detail.png) no-repeat 110% center;
    background-size: auto 100%
}

@media (max-width: 1365px) {
    .why {
        background: none
    }
}

@media (max-width: 767px) {
    .why {
        padding: 50px 0px
    }
}

.why-picture {
    height: 420px;
    border-bottom: 10px solid #FFA300;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 0px 0px 40px 0px;
    -moz-border-radius: 0px 0px 40px 0px;
    -ms-border-radius: 0px 0px 40px 0px;
    -o-border-radius: 0px 0px 40px 0px;
    border-radius: 0px 0px 40px 0px
}

@media (max-width: 1023px) {
    .why-picture {
        height: 300px
    }
}

@media (max-width: 767px) {
    .why-picture {
        height: 200px;
        margin-bottom: 20px
    }
}

.pillars {
    background: #007D8A;
    padding: 40px 0px;
    text-align: center;
    overflow: hidden
}

.pillars-subtitle {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    position: relative;
    top: -10px
}

@media (max-width: 767px) {
    .pillars-subtitle {
        font-weight: 700;
        line-height: 20px;
        font-size: 16px;
        top: -5px
    }
}

.pillars-items {
    margin: 40px 0px;
    margin-bottom: 60px
}

.pillars-items-item {
    text-align: center
}

.pillars-items-item-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto
}

.pillars-items-item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff
}

.pillars-items-item-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding: 0px 20px
}

.pillars-items-pagination {
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px
}

.common_ailos_balls {
    background: #007D8A;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 40px
}

@media (max-width: 767px) {
    .common_ailos_balls.mobile_left {
        text-align: left !important
    }
}

.common_ailos_balls .common_block_title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.common_ailos_balls p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.common_ailos_balls.green {
    background: #007D8A
}

.common_ailos_balls.green p {
    color: #fff
}

.common_ailos_balls.green .common_ailos_balls-item-title {
    color: #fff
}

.common_ailos_balls.white {
    background: #fff
}

.common_ailos_balls.white .common_ailos_balls-item-text {
    color: #575757
}

.common_ailos_balls.white .common_ailos_balls-item-ball {
    background-color: #f4f4f4
}

.common_ailos_balls.white .common_ailos_balls-item-title {
    color: #575757
}

.common_ailos_balls.blue {
    background: #165C7D
}

.common_ailos_balls.blue p {
    color: #fff
}

.common_ailos_balls.blue .common_ailos_balls-item-title {
    color: #fff
}

.common_ailos_balls.grey {
    background: #f4f4f4
}

.common_ailos_balls.grey .common_ailos_balls-item-text {
    color: #575757
}

.common_ailos_balls.grey .common_ailos_balls-item-title {
    color: #575757
}

@media (max-width: 767px) {
    .common_ailos_balls.mobile_left .common_ailos_balls-item {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .common_ailos_balls.mobile_left .common_ailos_balls-item-text {
        text-align: left
    }
}

.common_ailos_balls-spacer {
    height: 20px
}

.common_ailos_balls-item {
    margin: 10px 0px
}

.common_ailos_balls-item-ball {
    width: 100px;
    height: 100px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .common_ailos_balls-item-ball.mobile {
        width: 71px;
        height: 71px;
        background-size: 28px 28px;
        float: left
    }
}

.common_ailos_balls-item-title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: -5px;
    font-family: "Exo 2", sans-serif
}

.common_ailos_balls-item-text {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.common_ailos_balls-item-text a {
    text-decoration: underline
}

.common_ailos_balls-item-text.padding {
    padding: 0px 30px
}

.central_blocks.rings_bottom {
    background-image: url(../images/detail-rings-bottom.png);
    background-repeat: no-repeat;
    background-position: 80% bottom
}

@media (max-width: 1279px) {
    .central_blocks.rings_bottom {
        background-position: 110% bottom
    }
}

@media (max-width: 1023px) {
    .central_blocks.rings_bottom {
        background-size: 50vw auto
    }
}

.central_blocks-row {
    padding: 80px 0px
}

.central_blocks-row p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 400
}

.central_blocks-row p b {
    font-weight: 700
}

.central_blocks-row p:last-child {
    margin-bottom: 0px
}

.central_blocks-row ul li {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 24px;
    background: url(../images/icon-check.svg) no-repeat left 7px
}

.central_blocks-row ul li:last-child {
    margin-bottom: 0px
}

.central_blocks-row.white {
    background: #fff;
    padding: 80px 0px
}

.central_blocks-row.white+.central_blocks-row.white {
    padding-top: 0px
}

.central_blocks-row.grey {
    background: #f4f4f4;
    padding: 40px 0px
}

.central_blocks-row.grey p {
    padding-right: 40px
}

.central_blocks-row.center {
    text-align: center
}

.central_blocks-row-big_icons_slider {
    position: relative;
    text-align: center;
    color: #575757;
    overflow: hidden;
    padding: 0px 40px;
    padding-bottom: 30px
}

.central_blocks-row-big_icons_slider::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50px;
    bottom: 0px;
    right: 0px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.central_blocks-row-big_icons_slider-item-icon {
    width: 100px;
    height: 100px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    background-size: 55px 55px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

.central_blocks-row-big_icons_slider-item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 16px;
    line-height: 20px;
    text-transform: uppercase
}

.central_blocks-row-big_icons_slider-item-text {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    font-weight: 400
}

.central_blocks-row-small_icon {
    text-align: center;
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400
}

.central_blocks-row-small_icon-icon {
    width: 54px;
    height: 54px;
    background-color: #fff;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto;
    margin-bottom: 10px;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
    border-radius: 54px
}

.central_blocks-row-medium_icon {
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #165C7D;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 700
}

.central_blocks-row-medium_icon-icon {
    width: 100px;
    height: 100px;
    background-color: #f4f4f4;
    background-size: 50px auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto;
    margin-bottom: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

.central_blocks-row-divisor {
    border-top: 1px solid #d3d3d3
}

.central_blocks-row-divisor.yellow {
    border-top: 2px solid #FFA300
}

.central_blocks-row-table {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 400
}

.central_blocks-row-table-intro {
    margin-bottom: 40px
}

.central_blocks-row-table-intro-title {
    font-family: "Exo 2", sans-serif;
    color: #575757;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 24px
}

.central_blocks-row-table-row .row .row {
    margin-bottom: 10px
}

.central_blocks-row-table-row .row .row:last-child {
    margin-bottom: 0px
}

.central_blocks-row-table-row .file_extension_icon {
    font-size: 10px;
    position: absolute;
    text-transform: uppercase;
    color: #007d89;
    left: -8.8px;
    margin-top: -9px;
    top: 50%;
    text-align: center;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    width: 30px
}

.central_blocks-row-table h4 {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    color: #165C7D;
    line-height: 20px;
    font-weight: 700
}

@media (max-width: 767px) {
    .central_blocks-row-table h4 {
        margin-bottom: 10px
    }
}

.central_blocks-row-table .central_blocks-row-divisor {
    margin: 20px 0px
}

.agent {
    background: #007D8A;
    padding: 80px 0px;
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .agent {
        padding: 40px 0px;
        margin-bottom: 40px
    }
}

.agent p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 400
}

.agent p b {
    font-weight: 700
}

.agent p:last-child {
    margin-bottom: 0px
}

@media (max-width: 1023px) {
    .agent-item {
        margin-top: 40px
    }
}

.agent-item-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    margin-bottom: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

.agent-item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px
}

.agent-item-text {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center
}

.agent-dark_block {
    background: #00636e;
    margin-bottom: -180px;
    margin-top: 40px;
    padding: 40px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.common_ailos_banner {
    background: #f4f4f4;
    padding: 40px 0px;
    text-align: center;
    position: relative
}

.common_ailos_banner .common_block_title {
    margin-bottom: 0px
}

.common_ailos_banner.blue {
    background: #165C7D
}

@media (max-width: 767px) {
    .common_ailos_banner.blue {
        background: #fff;
        padding: 0px
    }
}

@media (max-width: 767px) {
    .common_ailos_banner.blue .common_ailos_banner-block {
        padding: 40px 0px;
        background: #165C7D;
        -webkit-border-radius: 0px 30px 30px 0px;
        -moz-border-radius: 0px 30px 30px 0px;
        -ms-border-radius: 0px 30px 30px 0px;
        -o-border-radius: 0px 30px 30px 0px;
        border-radius: 0px 30px 30px 0px;
        text-align: left;
        position: relative;
        padding-right: 20px;
        margin-top: 40px
    }

    .common_ailos_banner.blue .common_ailos_banner-block:before {
        content: "";
        width: 100vw;
        height: 100%;
        position: absolute;
        right: 100%;
        top: 0px;
        background: inherit
    }

    .common_ailos_banner.blue .common_ailos_banner-block .common_block_title {
        font-size: 24px;
        line-height: 30px
    }
}

.common_ailos_banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: url(../images/common-ailos-banner-left.png) no-repeat left center;
    background-size: contain
}

@media (max-width: 1023px) {
    .common_ailos_banner::before {
        display: none
    }
}

.common_ailos_banner:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: url(../images/common-ailos-banner-right.png) no-repeat right center;
    background-size: contain
}

@media (max-width: 1023px) {
    .common_ailos_banner:after {
        display: none
    }
}

.common_ailos_banner .common_block_title {
    font-size: 30px;
    line-height: 36px
}

.twin_blocks {
    padding: 25px 0px;
    font-size: 0px
}

.twin_blocks img.top {
    -webkit-box-shadow: 0px 10px 0px #FFA300;
    -moz-box-shadow: 0px 10px 0px #FFA300;
    -ms-box-shadow: 0px 10px 0px #FFA300;
    -o-box-shadow: 0px 10px 0px #FFA300;
    box-shadow: 0px 10px 0px #FFA300;
    -webkit-border-radius: 0px 0px 30px 30px;
    -moz-border-radius: 0px 0px 30px 30px;
    -ms-border-radius: 0px 0px 30px 30px;
    -o-border-radius: 0px 0px 30px 30px;
    border-radius: 0px 0px 30px 30px;
    position: relative;
    top: -25px
}

.twin_blocks img.bottom {
    -webkit-box-shadow: 0px -10px 0px #FFA300;
    -moz-box-shadow: 0px -10px 0px #FFA300;
    -ms-box-shadow: 0px -10px 0px #FFA300;
    -o-box-shadow: 0px -10px 0px #FFA300;
    box-shadow: 0px -10px 0px #FFA300;
    -webkit-border-radius: 30px 30px 0px 0px;
    -moz-border-radius: 30px 30px 0px 0px;
    -ms-border-radius: 30px 30px 0px 0px;
    -o-border-radius: 30px 30px 0px 0px;
    border-radius: 30px 30px 0px 0px;
    position: relative;
    top: 25px
}

.twin_blocks p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

.twin_blocks p:last-child {
    margin-bottom: 0px
}

.ailos_pillars {
    background: #007D8A;
    padding: 80px 0px
}

.ailos_pillars.green {
    background: #007D8A
}

.ailos_pillars.white {
    background: #fff
}

.ailos_pillars.white .ailos_pillars-slider-item-title,
.ailos_pillars.white .ailos_pillars-slider-item-text,
.ailos_pillars.white p {
    color: #575757
}

.ailos_pillars.white .ailos_pillars-slider-item-image {
    background-color: #f4f4f4
}

.ailos_pillars.white .ailos_pillars-slider-pagination {
    color: #FFA300
}

.ailos_pillars.white .ailos_pillars-slider-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #FFA300
}

.ailos_pillars.blue {
    background: #165C7D
}

.ailos_pillars.grey {
    background: #f4f4f4
}

.ailos_pillars.grey .ailos_pillars-slider-item-title,
.ailos_pillars.grey .ailos_pillars-slider-item-text,
.ailos_pillars.grey p {
    color: #575757
}

.ailos_pillars p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

.ailos_pillars p:last-child {
    margin-bottom: 0px
}

.ailos_pillars-slider {
    overflow: hidden
}

.ailos_pillars-slider-pagination {
    text-align: center
}

@media (max-width: 767px) {
    .ailos_pillars-slider {
        margin-top: 40px
    }
}

.ailos_pillars-slider-item {
    text-align: center
}

.ailos_pillars-slider-item-image {
    width: 100px;
    height: 100px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px
}

.ailos_pillars-slider-item-title {
    font-family: "Exo 2", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    height: 40px;
    margin-bottom: 15px
}

.ailos_pillars-slider-item-text {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

.ailos_content_block {
    padding: 80px 0px
}

.ailos_content_block.grey {
    background: #f4f4f4;
    padding: 40px 0px !important;
    position: relative
}

.ailos_content_block.grey+.ailos_content_block {
    padding: 80px 0px !important
}

.ailos_content_block.grey::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/detail-grey-bottom-left.png) no-repeat left bottom
}

.ailos_content_block.grey:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/detail-grey-top-right.png) no-repeat right top
}

.ailos_content_block.grey .container {
    position: relative;
    z-index: 2
}

.ailos_content_block .common_block_title {
    margin-bottom: 20px
}

.ailos_content_block .common_block_title:last-child {
    margin-bottom: 0px
}

.ailos_content_block+.ailos_content_block {
    padding-top: 0px
}

.ailos_content_block+.common_page_banner {
    margin-top: -80px
}

.ailos_content_block+.ailos_color_block {
    margin-top: -50px
}

.ailos_content_block p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

.ailos_content_block p b {
    font-weight: 700
}

.ailos_content_block p:last-child {
    margin-bottom: 0px
}

.ailos_content_block h4 {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #575757;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.ailos_content_block.center {
    text-align: center
}

@media (max-width: 767px) {
    .ailos_content_block.center {
        text-align: left
    }
}

.ailos_content_block-columns a {
    color: #007D8A
}

.ailos_content_block-columns a b {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase
}

.ailos_content_block-columns a b:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: 0px;
    left: 4px
}

.ailos_content_block-columns.no_padding p,
.ailos_content_block-columns.no_padding h4 {
    padding-right: 0px
}

.ailos_content_block-columns p {
    padding-right: 20px;
    margin-bottom: 14px
}

.ailos_content_block-columns h4 {
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #165C7D;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 24px;
    padding-right: 20px
}

.ailos_content_block-columns h4:first-child {
    margin-top: 0px
}

.ailos_content_block-columns li {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 24px;
    background: url(../images/icon-check.svg) no-repeat left 7px
}

.ailos_content_block-columns li:last-child {
    margin-bottom: 0px
}

.ailos_content_block-columns li b {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.ailos_content_block-columns img {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.ailos_content_block-columns img:last-child {
    margin-bottom: 0px
}

.ailos_content_block-columns img.right {
    -webkit-border-radius: 30px 0px 30px 30px;
    -moz-border-radius: 30px 0px 30px 30px;
    -ms-border-radius: 30px 0px 30px 30px;
    -o-border-radius: 30px 0px 30px 30px;
    border-radius: 30px 0px 30px 30px
}

.ailos_content_block-columns img.left {
    -webkit-border-radius: 0px 30px 30px 30px;
    -moz-border-radius: 0px 30px 30px 30px;
    -ms-border-radius: 0px 30px 30px 30px;
    -o-border-radius: 0px 30px 30px 30px;
    border-radius: 0px 30px 30px 30px
}

.ailos_content_block-columns img.bottom {
    -webkit-box-shadow: 0px 10px 0px 0px #FFA300;
    -moz-box-shadow: 0px 10px 0px 0px #FFA300;
    -ms-box-shadow: 0px 10px 0px 0px #FFA300;
    -o-box-shadow: 0px 10px 0px 0px #FFA300;
    box-shadow: 0px 10px 0px 0px #FFA300
}

.ailos_content_block-columns img.top {
    -webkit-box-shadow: 0px -10px 0px 0px #FFA300;
    -moz-box-shadow: 0px -10px 0px 0px #FFA300;
    -ms-box-shadow: 0px -10px 0px 0px #FFA300;
    -o-box-shadow: 0px -10px 0px 0px #FFA300;
    box-shadow: 0px -10px 0px 0px #FFA300
}

.ailos_content_block-intro+.ailos_content_block-columns {
    margin-top: 30px
}

.ailos_content_block-intro ul {
    border-top: 1px solid #d4d4d4;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 40px
}

.ailos_content_block-intro ul li {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 24px;
    background: url(../images/icon-check.svg) no-repeat left 7px
}

.ailos_content_block-intro ul li b {
    font-weight: 700
}

.ailos_content_block-intro ul li:last-child {
    margin-bottom: 0px
}

.ailos_content_block-social-slider {
    margin-top: 40px
}

.ailos_content_block-social-slider-item-image {
    width: 70px;
    height: 70px;
    background-size: contain;
    display: inline-block;
    margin-bottom: 10px
}

.ailos_content_block-social-slider-item-text {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #575757;
    line-height: 20px
}

.ailos_content_block-numbers {
    margin-top: 40px;
    margin-bottom: -26px
}

@media (max-width: 767px) {
    .ailos_content_block-numbers {
        margin-bottom: -40px
    }
}

.ailos_content_block-numbers-button {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #165C7D;
    margin-bottom: 40px;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer
}

@media (max-width: 767px) {
    .ailos_content_block-numbers-button {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100)
    }
}

.ailos_content_block-numbers-button:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50)
}

.ailos_content_block-numbers-button.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.ailos_content_block-numbers-button.active b {
    color: #FFA300
}

.ailos_content_block-numbers-button:last-child {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .ailos_content_block-numbers-button:last-child {
        margin-bottom: 40px
    }
}

.ailos_content_block-numbers-button b {
    color: #00B140;
    font-size: 46px;
    line-height: 40px;
    display: block;
    margin-top: 8px;
    overflow-wrap: anywhere
}

@media (max-width: 1200px) {
    .ailos_content_block-numbers-button b {
        font-size: 37px
    }
}

@media (max-width: 767px) {
    .ailos_content_block-numbers-button b {
        color: #FFA300;
        font-size: 46px;
        margin-top: 20px
    }
}

.ailos_content_block-numbers-button.left {
    text-align: left
}

.ailos_content_block-numbers-button.right {
    text-align: right
}

@media (max-width: 767px) {
    .ailos_content_block-numbers-button.right {
        text-align: left
    }
}

.ailos_content_block-numbers-button span {
    font-size: 16px;
    font-weight: 400 !important;
    color: #575757;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    margin-top: 20px
}

.ailos_content_block-numbers-bubbles {
    position: relative;
    height: 226px
}

.ailos_content_block-numbers-bubble {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    padding: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #575757;
    border: 1px solid #e2e2e2;
    text-align: left;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

.ailos_content_block-numbers-bubble::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    left: -6px;
    top: 40px;
    -webkit-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    -ms-border-radius: 5px 0px 0px 0px;
    -o-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ailos_content_block-numbers-bubble.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.ailos_content_block-numbers-bubble.bottom {
    top: auto;
    bottom: 0px
}

.ailos_content_block-numbers-bubble.bottom::before {
    bottom: 40px;
    top: auto
}

.ailos_content_block-numbers-bubble.right::before {
    left: auto;
    right: -6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.ailos_content_block-list-container {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin: 30px 0px;
    padding: 30px 0px;
    padding-bottom: 20px
}

.ailos_content_block-list-item {
    background: url(../images/icon-check.svg) no-repeat left 5px;
    font-size: 16px;
    color: #165C7D;
    font-weight: 700;
    line-height: 28px;
    padding-left: 20px;
    margin-bottom: 10px
}

.ailos_content_block-balls {
    padding: 40px 0px;
    text-align: center
}

.ailos_content_block-balls-item-icon {
    width: 100px;
    height: 100px;
    background-color: #f4f4f4;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    margin-bottom: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

.ailos_content_block-balls-item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #575757;
    padding: 0px 30px
}

.ailos_content_block-divisor-line {
    border-top: 1px solid #d4d4d4;
    margin: 30px 0px
}

.ailos_content_block-image img {
    margin-top: 40px;
    position: relative;
    left: 50%;
    max-width: 90vw;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px)
}

.ailos_content_block-fancy_table .row {
    margin-bottom: 30px
}

.ailos_content_block-fancy_table .row:last-child {
    margin-bottom: 0px
}

.ailos_downloads {
    background: #f4f4f4;
    padding: 40px 0px;
    position: relative
}

.ailos_downloads-accordion {
    padding: 0px 20px;
    background: rgba(0, 124, 138, 0.02);
    border: 1px solid rgba(0, 124, 138, 0.15);
    border-radius: 10px
}

.ailos_downloads-accordion-trigger {
    padding: 10px 0px;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    color: #007D8A;
    text-transform: uppercase;
    background: url(../images/icon-down-green.svg) no-repeat right center;
    cursor: pointer
}

.ailos_downloads-accordion-trigger.active {
    background: url(../images/icon-up-green.svg) no-repeat right center
}

.ailos_downloads-accordion-content {
    display: none
}

.ailos_downloads .file_extension_icon {
    color: #007D8A;
    left: -8px;
    margin-top: -9px;
    top: 50%
}

.ailos_downloads.white {
    background: #ffffff;
    padding: 80px 0px
}

@media (max-width: 767px) {
    .ailos_downloads.white {
        padding: 40px 0px
    }
}

.ailos_downloads .common_block_title {
    margin-bottom: 30px
}

.ailos_downloads p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 400
}

.ailos_downloads p b {
    font-weight: 700
}

.ailos_downloads p:last-child {
    margin-bottom: 0px
}

.ailos_downloads-item {
    display: block;
    cursor: pointer;
    padding: 16px 0px;
    padding-left: 24px;
    position: relative;
    background: url(../images/icon-pdf-green.svg) no-repeat left center;
    font-size: 14px;
    background-size: 14px;
    color: #007D8A;
    font-weight: 700;
    line-height: 19px;
    border-bottom: 1px solid #d4d4d4;
    padding-right: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.ailos_downloads-item:hover {
    border-bottom: 1px solid #007D8A
}

.ailos_downloads-item:after {
    content: "";
    width: 9px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/icon-download-green.svg) no-repeat center center;
    background-size: contain
}

.ailos_downloads-item:last-child {
    border-bottom: 0px
}

.ailos_coop_filter {
    background: #f4f4f4;
    padding: 20px 0px
}

.ailos_coop_filter fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 18px
}

.ailos_coop_filter fieldset:last-child {
    margin-bottom: 0px
}

.ailos_coop_filter label {
    display: block;
    color: #165C7D;
    font-size: 12px;
    line-height: 17px
}

.ailos_coop_filter select {
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    margin-top: 4px;
    background: url(../images/icon-down-blue.svg) no-repeat right 10px center #fff;
    margin-right: 16px
}

.ailos_color_block {
    -webkit-box-shadow: inset 0px 50px 0px 0px #fff, inset 0px -50px 0px 0px #fff;
    -moz-box-shadow: inset 0px 50px 0px 0px #fff, inset 0px -50px 0px 0px #fff;
    -ms-box-shadow: inset 0px 50px 0px 0px #fff, inset 0px -50px 0px 0px #fff;
    -o-box-shadow: inset 0px 50px 0px 0px #fff, inset 0px -50px 0px 0px #fff;
    box-shadow: inset 0px 50px 0px 0px #fff, inset 0px -50px 0px 0px #fff;
    position: relative
}

.ailos_color_block::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/detail-color-top-left.png) no-repeat 0px 50px
}

.ailos_color_block:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/detail-color-bottom-right.png) no-repeat right 0px bottom 50px
}

.ailos_color_block .container {
    position: relative;
    z-index: 2
}

.ailos_color_block p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

.ailos_color_block p b {
    font-weight: 700
}

.ailos_color_block p:last-child {
    margin-bottom: 0px
}

.ailos_color_block.green {
    background: #007041
}

.ailos_color_block.green .ailos_color_block-item {
    background: #00B140
}

.ailos_color_block.blue {
    background: #165C7D
}

.ailos_color_block.blue .ailos_color_block-item {
    background: #073C55
}

.ailos_color_block-item {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 20px 30px;
    margin: 8px 0px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.ailos_central_intro {
    background: #f4f4f4;
    padding: 40px 0px;
    text-align: center
}

.ailos_central_intro p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

.ailos_central_intro p a {
    font-weight: 700;
    color: #007D8A;
    text-decoration: underline
}

.ailos_central_intro p:last-child {
    margin-bottom: 0px
}

.ailos_coops {
    background: #f4f4f4;
    padding: 40px 0px
}

@media (max-width: 767px) {
    .ailos_coops select#state {
        margin-bottom: 16px
    }
}

.ailos_coops.white {
    background: #fff
}

.ailos_coops .common_block_title {
    margin-bottom: 20px
}

.ailos_coops p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

.ailos_coops p:last-child {
    margin-bottom: 0px
}

.ailos_coops fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 18px
}

.ailos_coops fieldset:last-child {
    margin-bottom: 0px
}

.ailos_coops label {
    display: block;
    color: #165C7D;
    font-size: 12px;
    line-height: 17px;
    margin-top: 0px
}

.ailos_coops select {
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    margin-top: 4px;
    background: url(../images/icon-down-blue.svg) no-repeat right 10px center #fff;
    margin-right: 16px
}

.ailos_coops-divisor {
    height: 1px;
    background: #d4d4d4;
    margin-bottom: 30px;
    margin-top: 25px
}

.ailos_coops-item {
    border: 1px solid #d4d4d4;
    background: #fff;
    margin-bottom: 16px;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.ailos_coops-item.active .ailos_coops-item-header-trigger {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ailos_coops-item img {
    width: 100%
}

@media (max-width: 767px) {
    .ailos_coops-item img {
        margin-bottom: 16px
    }
}

.ailos_coops-item:last-child {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .ailos_coops-item:last-child {
        margin-bottom: 16px
    }
}

.ailos_coops-item:hover .ailos_coops-item-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, -50%) scale(1);
    -moz-transform: translate(0px, -50%) scale(1);
    -ms-transform: translate(0px, -50%) scale(1);
    -o-transform: translate(0px, -50%) scale(1);
    transform: translate(0px, -50%) scale(1)
}

.ailos_coops-item:hover .ailos_coops-item-link.transparent {
    -webkit-transform: translate(0px, 0px) scale(1);
    -moz-transform: translate(0px, 0px) scale(1);
    -ms-transform: translate(0px, 0px) scale(1);
    -o-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
    border: 1px solid #007D8A
}

.ailos_coops-item-link {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    left: 0px;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #007D8A;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 30px 0px;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(0px, -50%) scale(0.5);
    -moz-transform: translate(0px, -50%) scale(0.5);
    -ms-transform: translate(0px, -50%) scale(0.5);
    -o-transform: translate(0px, -50%) scale(0.5);
    transform: translate(0px, -50%) scale(0.5)
}

.ailos_coops-item-link.transparent {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translate(0px, 0px) scale(1);
    -moz-transform: translate(0px, 0px) scale(1);
    -ms-transform: translate(0px, 0px) scale(1);
    -o-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent
}

@media (max-width: 767px) {
    .ailos_coops-item-link {
        padding: 36px 0px;
        top: 48px
    }
}

.ailos_coops-item-header {
    position: relative
}

.ailos_coops-item-header-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #165C7D;
    cursor: pointer
}

@media (max-width: 767px) {
    .ailos_coops-item-header-title {
        padding-right: 20px
    }
}

.ailos_coops-item-header-location {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #575757;
    margin-top: 4px
}

.ailos_coops-item-header-location b {
    color: #575757
}

.ailos_coops-item-header-link {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #575757;
    text-decoration: underline
}

.ailos_coops-item-header-trigger {
    position: absolute;
    right: 8px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url(../images/icon-down-blue.svg) no-repeat center center;
    background-size: 28px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.ailos_coops-item-content {
    margin-top: 20px;
    border-top: 1px solid #d4d4d4;
    padding-top: 20px;
    display: none
}

.ailos_coops-item p {
    margin-bottom: 10px
}

.ailos_coops-item p:last-child {
    margin-bottom: 0px
}

.ailos_coops.coops-2 {
    background-color: #ffffff
}

.ailos_coops.coops-2 span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #575757;
    font-weight: 400;
    margin-bottom: 35px
}

.ailos_coops.coops-2 span strong {
    font-weight: 700
}

.ailos_coops.coops-2 .common_block_title strong,
.ailos_coops.coops-2 .common_block_title b {
    display: block;
    font-weight: 700;
    color: #FFA300;
    margin-bottom: 20px
}

.ailos_coops.coops-2 .common_block_title p>b,
.ailos_coops.coops-2 .common_block_title p>strong {
    display: inline;
    color: #575757;
    margin: 0
}

.ailos_coops.coops-2 form {
    margin-bottom: 30px
}

.ailos_coops.coops-2 .coops-2-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px
}

.ailos_coops.coops-2 .ailos_coops-item {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    width: 175px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0
}

@media (max-width: 767px) {
    .ailos_coops.coops-2 .ailos_coops-item {
        width: 165px;
        margin: 5px;
        padding: 5px
    }
}

.ailos_coops.coops-2 .ailos_coops-item .img {
    width: 150px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    margin: 0 auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ailos_coops.coops-2 .ailos_coops-item .img {
        margin: 0 10px
    }
}

.ailos_coops.coops-2 .ailos_coops-item .ailos_coops-item-button {
    display: block;
    width: 115px;
    max-height: 0;
    color: #fff;
    font-size: 9px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right.svg) no-repeat right 6px center;
    background-color: #FFA300;
    border: 1px solid #FFA300;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    padding-left: 8px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    margin: 0 0 0 15px
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ailos_coops.coops-2 .ailos_coops-item .ailos_coops-item-button {
        margin: 0 0 0 30px
    }
}

.ailos_coops.coops-2 .ailos_coops-item:hover .img {
    margin-top: -30px
}

.ailos_coops.coops-2 .ailos_coops-item:hover .ailos_coops-item-button {
    max-height: 26px;
    opacity: 1;
    background-size: auto 9px;
    margin-top: -15px
}

@media (max-width: 767px) {
    .ailos_coops.coops-2 .ailos_coops-item:hover .img {
        width: 160px;
        height: 73px;
        margin: -20px 0 10px -16px
    }

    .ailos_coops.coops-2 .ailos_coops-item:hover .ailos_coops-item-button {
        margin-top: -15px;
        max-height: 26px;
        opacity: 1
    }

    .ailos_coops.coops-2 .ailos_coops-item .img {
        width: 160px;
        height: 73px;
        margin: -20px 0 10px -16px
    }

    .ailos_coops.coops-2 .ailos_coops-item .ailos_coops-item-button {
        margin-top: -15px;
        max-height: 26px;
        opacity: 1;
        margin-left: 8px
    }
}

.ailos_coops.gray {
    background: #f4f4f4
}

.ailos_coops.gray .ailos_coops-item {
    background-color: #fff
}

.ailos_coops.centered span,
.ailos_coops.centered .common_block_title {
    text-align: center
}

.ailos_coops.centered .coops-2-items {
    justify-content: center
}

.ailos_coops.centered .row {
    justify-content: center
}

.title_text_divisor {
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .title_text_divisor {
        margin-bottom: 40px
    }
}

.title_text_divisor.blue {
    background: #165C7D
}

.title_text_divisor.green {
    background: #007D8A
}

.title_text_divisor.white {
    background: #ffffff
}

.title_text_divisor.grey {
    background: #f4f4f4
}

.title_text_divisor-block {
    padding: 40px 0px
}

.title_text_divisor-block .common_block_title {
    margin: 0px
}

@media (max-width: 767px) {
    .title_text_divisor-block .common_block_title {
        margin-bottom: 20px
    }
}

.title_text_divisor-block.blue {
    background: #165C7D
}

.title_text_divisor-block.blue p {
    color: #fff
}

.title_text_divisor-block.green {
    background: #007D8A
}

.title_text_divisor-block.green p {
    color: #fff
}

.title_text_divisor-block.white {
    background: #fff
}

.title_text_divisor-block.grey {
    background: #f4f4f4
}

.ailos_pillars_anchors {
    margin-bottom: 40px
}

.ailos_pillars_anchors a {
    width: 190px;
    height: 96px;
    border: 1px solid #d4d4d4;
    display: inline-table;
    margin-right: 16px;
    background-size: 40px 40px;
    background-position: 24px center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 16px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

@media (max-width: 1023px) {
    .ailos_pillars_anchors a {
        width: 170px;
        height: 130px;
        background-position: center 24px;
        padding-top: 60px
    }
}

@media (max-width: 767px) {
    .ailos_pillars_anchors a {
        width: 100%;
        margin-right: 0px
    }
}

.ailos_pillars_anchors a:hover {
    border: 1px solid #165C7D
}

.ailos_pillars_anchors a:last-child {
    margin-right: 0px
}

.ailos_pillars_anchors a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    color: #165C7D;
    padding-left: 88px;
    padding-right: 20px
}

@media (max-width: 1023px) {
    .ailos_pillars_anchors a span {
        padding-left: 20px;
        text-align: center
    }
}

.ailos_pillar {
    overflow: hidden
}

.ailos_pillar-block {
    padding: 80px 0px
}

.ailos_pillar-block.grey {
    background: #f4f4f4;
    padding: 40px 0px
}

.ailos_pillar-block.grey.left:before {
    content: "";
    position: absolute;
    right: 90%;
    width: 100vw;
    height: 100%;
    top: 0px;
    background: inherit
}

.ailos_pillar-block.grey.right:before {
    content: "";
    position: absolute;
    left: 90%;
    width: 100vw;
    height: 100%;
    top: 0px;
    background: inherit
}

.ailos_pillar-block p:last-child {
    margin-bottom: 20px
}

.ailos_pillar-block .row {
    position: relative
}

.ailos_pillar-item {
    font-size: 14px;
    color: #165C7D;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    padding: 12px 0px;
    padding-top: 10px;
    padding-left: 24px;
    line-height: 100%;
    background: url(../images/icon-check.svg) no-repeat left center
}

.formulario_valores_receber {
    font-family: "Open Sans", sans-serif;
    background: #f4f4f4;
    text-align: center;
    padding: 40px 0px
}

.formulario_valores_receber>.container {
    max-width: 530px
}

.formulario_valores_receber .formulario_valores_receber_section {
    margin-bottom: 40px
}

.formulario_valores_receber .aviso-form {
    text-align: start
}

.formulario_valores_receber h4 {
    text-align: start;
    font-size: 1rem;
    font-weight: 600;
    color: #165C7D
}

.formulario_valores_receber .inputs {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between
}

.formulario_valores_receber .inputs label {
    display: block;
    text-align: start;
    font-size: 0.75rem;
    font-weight: 400;
    color: #333333
}

.formulario_valores_receber .inputs input,
.formulario_valores_receber .inputs select {
    display: block;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 240px
}

@media (max-width: 767px) {

    .formulario_valores_receber .inputs input,
    .formulario_valores_receber .inputs select {
        display: inline-block;
        width: 100%
    }
}

.formulario_valores_receber .inputs select {
    height: 35.8px;
    margin: 0;
    padding: 0 12px
}

@media (max-width: 767px) {
    .formulario_valores_receber .inputs select {
        display: inline-block;
        width: 100%
    }
}

@media (max-width: 767px) {
    .formulario_valores_receber .inputs {
        grid-template-columns: repeat(1, auto);
        justify-content: unset
    }
}

.formulario_valores_receber button {
    font-family: inherit;
    height: 48px;
    width: 180px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #165C7D;
    line-height: 38px;
    padding: 0px 16px;
    border-radius: 4px;
    border: transparent;
    transition: 0.2s;
    margin: 0 0 0 auto;
    align-self: end;
    margin-bottom: 2px;
    cursor: pointer
}

.formulario_valores_receber button:hover {
    opacity: 0.9
}

@media (max-width: 767px) {
    .formulario_valores_receber button {
        margin: 30px 0;
        width: 100%
    }
}

.formulario_valores_receber .recaptcha-submit {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .formulario_valores_receber .recaptcha-submit {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.formulario_valores_receber .input-warning {
    color: #c23934;
    font-size: 0.75rem;
    line-height: 0.85rem
}

.mobile_access_banner {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #0f4f6e;
    background: -moz-linear-gradient(-45deg, #0f4f6e 0%, #007D8A 100%);
    background: -webkit-linear-gradient(-45deg, #0f4f6e 0%, #007D8A 100%);
    background: linear-gradient(135deg, #0f4f6e 0%, #007D8A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f4f6e', endColorstr='$color-green', GradientType=1);
    z-index: 99;
    padding: 12px 0px;
    cursor: pointer;
    -webkit-transform: translate(0%, -100%);
    -moz-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    -o-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%
}

.mobile_access_banner.active {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
}

.mobile_access_banner.no_transition {
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out
}

.mobile_access_banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/mobile-app-access.png) no-repeat left bottom
}

.mobile_access_banner .container {
    position: relative
}

.mobile_access_banner-title {
    font-family: "Exo 2", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 14px;
    margin-bottom: 10px
}

.mobile_access_banner-cta {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 14px;
    text-transform: uppercase;
    display: inline-block;
    background: url(../images/icon-arrow-right-white.svg) no-repeat right center;
    padding-right: 16px
}

.ailos_external_link {
    font-size: 14px;
    color: #007D8A;
    font-weight: 700;
    line-height: 20px;
    background: url(../images/icon-external-green.svg) no-repeat right center;
    padding-right: 18px;
    background-size: 12px 12px
}

.common_app_store_buttons {
    text-align: center;
    font-size: 0px;
    padding-top: 10px
}

.common_app_store_buttons a {
    display: inline-block;
    margin: 10px
}

body #ubots-webchat-icon {
    width: 48px;
    height: 48px;
    background: url(../images/icon-ubots-chat.svg) no-repeat left center #00A9CE;
    background-size: 48px 48px;
    border-radius: 48px;
    transition: 0.3s ease-in-out;
    overflow: hidden
}

body #ubots-webchat-icon:hover {
    width: 174px;
    background-position: 5px center
}

body #ubots-webchat-icon:hover:after {
    opacity: 1;
    right: 24px
}

body #ubots-webchat-icon:after {
    content: "Precisa de ajuda?";
    font-size: 12px;
    font-weight: 700;
    line-height: 48px;
    position: absolute;
    right: -24px;
    white-space: nowrap;
    color: #fff;
    top: 0px;
    opacity: 0;
    transition: 0.3s ease-in-out
}

body #ubots-webchat-icon svg {
    display: none
}

body #ubots-webchat-icon .ubots-dots {
    display: none
}

body #ubots-form-div label {
    display: block;
    color: #165C7D;
    font-size: 12px;
    line-height: 17px;
    margin-top: 20px
}

body #ubots-form-div label.error {
    color: #ff5252;
    margin-top: 0px
}

body .wc-header {
    background-color: #165C7D
}

body .wc-header span {
    font-size: 12px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif
}

body .bot_pre_form {
    position: absolute;
    background: #f1f1f1;
    left: 0px;
    top: 38px;
    width: 100%;
    height: auto;
    bottom: 0px;
    padding: 0px 16px
}

body .bot_pre_form-button.member {
    height: 38px;
    border-radius: 4px;
    background: #FFA300;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    border: 0px;
    margin-bottom: 10px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

body .bot_pre_form-button.not_member {
    height: 38px;
    border-radius: 4px;
    background: transparent;
    color: #165C7D;
    border: 1px solid #165C7D;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    text-align: center;
    cursor: pointer
}

body .bot_pre_form .ubots-form-message {
    font-size: 0px;
    line-height: 10px;
    color: #575757;
    margin-top: 24px;
    margin-bottom: -20px;
    line-height: 10px;
    color: #575757;
    background: url(../images/chat-avatar-medium.svg) no-repeat center top;
    padding-top: 86px;
    padding-bottom: 38px
}

body .bot_pre_form .ubots-form-message:before {
    content: "Dúvidas ou mais informações?";
    font-weight: 700;
    font-family: "Exo 2", sans-serif
}

body .bot_pre_form .ubots-form-message:after {
    content: "Para iniciar o atendimento selecione uma das opções:";
    font-weight: 400;
    line-height: 14px;
    font-size: 12px
}

body .ubots-form-message {
    font-size: 0px;
    margin-top: 10px;
    margin-bottom: -20px
}

body .ubots-form-message:before {
    content: "";
    font-size: 14px;
    font-weight: 400;
    display: block
}

body .ubots-form-message:after {
    content: "preencha o formulário abaixo.";
    font-size: 14px;
    font-weight: 700;
    display: block
}

body .ubots-form-message.member:after {
    content: "Sou Cooperado";
    font-family: "Exo 2", sans-serif
}

body .ubots-form-message.not_member:after {
    content: "Não Sou Cooperado";
    font-family: "Exo 2", sans-serif
}

body .ubots-form label {
    display: block !important;
    text-align: left
}

body .ubots-form input {
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    height: 38px;
    font-size: 12px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    padding: 0px 10px;
    width: 100%;
    margin-bottom: -16px
}

body .ubots-form div {
    padding: 6px;
    padding-top: 0px;
    margin-top: 0px
}

body .ubots-form-footer {
    position: relative;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 20px 10px !important
}

body .ubots-form-footer button {
    height: 38px;
    border-radius: 4px;
    background: #FFA300;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    border: 0px;
    text-transform: uppercase
}

body .ubots-chat-box {
    width: 360px;
    height: 440px
}

@media (max-width: 767px) {
    body .ubots-chat-box {
        width: 314px;
        height: 400px
    }
}

body .ubots-chat-box.ubots-form-div {
    height: auto;
    min-height: 391px;
    z-index: 50
}

body .ubots-brand {
    display: none
}

body .wc-console {
    bottom: 0px;
    background: #f4f4f4
}

body .wc-message-groups {
    bottom: 54px;
    top: 38px
}

body .wc-console textarea,
body .wc-console input[type="text"] {
    border-radius: 38px;
    border: 1px solid #e2e2e2;
    height: 38px;
    font-size: 12px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    padding: 0px 16px;
    width: 100%;
    outline: none !important
}

body .wc-console textarea:focus,
body .wc-console input[type="text"]:focus {
    border: 1px solid #cccccc
}

body label.wc-upload {
    margin-top: 0px;
    position: relative;
    left: 5px
}

body label.wc-upload {
    position: absolute;
    top: 3px;
    z-index: 4;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    transition: 0.5s ease-in-out;
    right: 38px;
    left: auto;
    bottom: auto;
    display: block !important;
    background: url(../images/icon-chat-upload.svg) no-repeat center center
}

body label.wc-upload svg {
    display: none
}

body .wc-message-from-me .wc-message-content {
    background: #FFA300;
    padding: 10px 16px;
    overflow: hidden
}

body .wc-message-from-me .wc-message-content p,
body .wc-message-from-me .wc-message-content span {
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    line-height: 17px;
    font-weight: 400
}

body .wc-message-from-bot .wc-message-content {
    background: #165C7D;
    padding: 10px 16px;
    overflow: hidden
}

body .wc-message-from-bot .wc-message-content p,
body .wc-message-from-bot .wc-message-content span {
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    line-height: 17px;
    font-weight: 400
}

body .wc-textbox {
    width: 100%
}

body .wc-textbox {
    transition: 0.5s ease-in-out
}

body label.wc-send {
    position: absolute;
    top: -17px;
    z-index: 4;
    background: url(../images/icon-send.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    transition: 0.5s ease-in-out;
    right: 8px;
    display: block !important;
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(1)
}

body label.wc-send svg {
    display: none
}

body .has-text label.wc-upload {
    right: -20px;
    opacity: 0;
    pointer-events: none
}

body .has-text label.wc-send {
    opacity: 1;
    pointer-events: all;
    filter: grayscale(0)
}

body .wc-message-content img {
    max-height: 320px !important;
    width: calc(100% + 32px);
    max-width: 1000px;
    margin-left: -16px;
    margin-top: -10px;
    margin-bottom: -10px
}

body .wc-message-from-bot {
    float: left;
    margin-left: 0px;
    padding-left: 64px
}

body .wc-message-from-bot:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../images/chat-avatar-medium.svg) no-repeat center top;
    background-size: 32px 32px;
    left: 16px;
    top: 0px
}

body .wc-message-group-content {
    padding: 0px
}

body .wc-message-wrapper.carousel img {
    max-width: 100%;
    margin: 0px
}

body .wc-message-wrapper.carousel .wc-message-from-bot {
    width: 100%
}

body .wc-card.wc-adaptive-card.hero {
    width: 100%
}

body .ubots-confirm .ubots-content {
    position: absolute;
    z-index: 21;
    height: auto;
    width: 100%;
    background: #f4f4f4;
    opacity: 1;
    text-align: center;
    top: 38px;
    bottom: -26px;
    border-radius: 0px 0px 10px 10px
}

body .ubots-confirm .ubots-description {
    font-size: 12px;
    padding: 0px 16px;
    text-align: center;
    display: block;
    font-weight: 700;
    line-height: 18px;
    background: url(../images/avatar-rating.svg) no-repeat center top;
    padding-top: 76px;
    margin-top: 24px
}

body .ubots-confirm .ubots-title {
    display: none
}

body .ubots-confirm .ubots-star-basic>label::before,
body .ubots-confirm .ubots-star-basic>label {
    background-image: url(../images/icon-rate-chatbot.svg);
    margin-top: 0px
}

body .ubots-confirm .ubots-textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    text-align: left;
    padding-left: 0px;
    text-align-last: left;
    padding: 8px 16px;
    height: 64px;
    line-height: 140%
}

body .ubots-confirm .ubots-star-rating {
    width: 100%;
    padding: 0px 16px
}

body .ubots-confirm .ubots-action {
    padding: 0px 16px
}

body .ubots-confirm .ubots-action .ubots-ok {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    background: #FFA300;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 0px;
    font-weight: 700;
    border: 0px
}

body .ubots-confirm .ubots-action .ubots-ok:before {
    content: "AVALIAR E FINALIZAR";
    font-size: 14px
}

body .ubots-confirm .ubots-action .ubots-cancel {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    background: transparent;
    color: #007D8A;
    font-family: "Open Sans", sans-serif;
    font-size: 0px;
    font-weight: 700;
    border: 0px;
    margin-top: 10px
}

body .ubots-confirm .ubots-action .ubots-cancel:before {
    content: "VOLTAR PARA O ATENDIMENTO";
    display: inline-block;
    font-size: 10px;
    background-size: 6px
}

body .ubots-confirm .ubots-stars {
    overflow: visible
}

body .ubots-confirm .ubots-star-basic {
    min-height: 40px;
    margin-bottom: 14px
}

body .wc-card button {
    background-color: transparent;
    color: #ffffff;
    min-height: 32px;
    width: 100%;
    padding: 0 16px;
    border: 1px solid #fff;
    border-radius: 10px
}

body .wc-card button:hover {
    background: #fff;
    color: #165C7D;
    border: 1px solid #fff
}

body .wc-typing {
    background-image: url(../images/typing_dots.svg) !important;
    background-size: auto 4px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: -10px;
    margin-right: -10px
}

body .ubots-star-basic>label::after {
    content: "Péssimo";
    position: absolute;
    display: block;
    height: 23px;
    pointer-events: none;
    font-size: 10px;
    color: #575757;
    font-size: 12px;
    top: 30px;
    text-align: center;
    width: 150px;
    opacity: 0;
    background: #f4f4f4
}

body .ubots-star-basic>label:nth-of-type(1)::after {
    content: "Péssimo";
    left: 0px
}

body .ubots-star-basic>label:nth-of-type(2)::after {
    content: "Ruim";
    left: -30px
}

body .ubots-star-basic>label:nth-of-type(3)::after {
    content: "Médio";
    left: -60px
}

body .ubots-star-basic>label:nth-of-type(4)::after {
    content: "Bom";
    left: -90px
}

body .ubots-star-basic>label:nth-of-type(5)::after {
    content: "Ótimo";
    left: -120px
}

body .ubots-star-basic>input:not([disabled]):checked+label::after {
    opacity: 1
}

.ubots-form-footer a {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    background: transparent;
    color: #007D8A;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 700;
    border: 0px;
    margin-top: 10px;
    margin-top: 10px;
    display: inline-block;
    line-height: 38px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 0px
}

@media (max-width: 1023px) {
    #ubots-webchat-icon {
        bottom: 80px !important
    }
}

body .wc-console textarea,
body .wc-console input[type="text"] {
    padding-right: 40px
}

@media (max-width: 1023px) {
    #ubots-webchat-icon {
        bottom: 80px !important
    }
}

.ubots-chat-box {
    right: 8.8vw
}

@media (max-width: 1023px) {
    .ubots-chat-box {
        bottom: 60px !important
    }
}

.wc-message {
    max-width: 95% !important
}

.ubots-surveying-card:before {
    content: "Avalie o nosso atendimento.";
    text-align: center;
    font-size: 14px;
    font-family: "Exo 2", sans-serif;
    color: #575757
}

.ubots-webchat-button-message {
    right: 8.8vw
}

.ubots-form-div {
    right: 8.8vw
}

.ubots-form-message {
    padding-left: 14px;
    padding-right: 14px
}

.wc-message-from-bot .wc-message-content {
    border-radius: 2px 20px 20px 20px
}

.wc-message-from-me .wc-message-content {
    border-radius: 20px 20px 2px 20px
}

.wc-message.wc-message-from-me {
    margin-right: 13px;
    max-width: 89% !important
}

.wc-message-from-me {
    margin-right: 13px
}

.ubots-star-basic:before {
    content: "Prefiro não avaliar";
    position: absolute;
    display: block;
    height: 30px;
    pointer-events: none;
    font-size: 10px;
    color: #575757;
    font-size: 12px;
    top: 32px;
    text-align: center;
    width: 150px
}

.ubots-star-basic>label::before {
    height: 0px
}

.wc-hscroll>ul>li {
    width: 100%;
    padding-left: 20px !important;
    box-sizing: border-box;
    padding-right: 17px !important
}

.wc-carousel button.scroll {
    margin-top: -14px
}

#ubots-chat-init.disabled {
    pointer-events: none;
    opacity: 0.2
}

@keyframes chatloading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ubots-form-footer.loading:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid transparent;
    border-left: 2px solid #FFA300;
    animation: chatloading 1s infinite linear
}

.ubots-form-footer.error:before {
    content: "CPF ou Conta inválidos.";
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #f00;
    font-size: 12px;
    top: 83px;
    font-weight: bold
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    body .bot_pre_form .ubots-form-message {
        height: 138px;
        line-height: 38px;
        padding-bottom: 0;
        padding-top: 72px;
        margin-bottom: 65px
    }

    body .ubots-chat-box.ubots-form-div {
        height: 435px;
        z-index: 80
    }

    .ubots-form-footer {
        -ms-transform: translateY(10px)
    }
}

.ubots-error-message {
    text-align: left;
    margin-top: 10px;
    margin-bottom: -20px !important;
    display: block
}

.coop-shortcuts {
    background: #165C7D;
    height: 80px;
    overflow: hidden
}

@media (max-width: 767px) {
    .coop-shortcuts {
        height: 60px;
        padding-right: 24px
    }
}

.coop-shortcuts-item {
    height: 80px;
    width: 100%;
    display: table;
    position: relative
}

@media (max-width: 767px) {
    .coop-shortcuts-item {
        height: 60px
    }
}

.coop-shortcuts-item.icon-bar-code span:before {
    background: url(../images/icon-bar-code.svg) no-repeat center center
}

.coop-shortcuts-item.icon-cards span:before {
    background: url(../images/icon-cards.svg) no-repeat center center
}

.coop-shortcuts-item.icon-news span:before {
    background: url(../images/icon-news.svg) no-repeat center center
}

.coop-shortcuts-item.icon-transactions span:before {
    background: url(../images/icon-transactions.svg) no-repeat center center
}

.coop-shortcuts-item span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 767px) {
    .coop-shortcuts-item span {
        font-size: 8px
    }
}

.coop-shortcuts-item span::before {
    content: "";
    margin: 0px auto;
    display: block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px !important;
    margin-bottom: 7px
}

@media (max-width: 767px) {
    .coop-shortcuts-item span::before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px !important
    }
}

.coop-shortcuts-item:after {
    content: "";
    width: 1px;
    height: 50px;
    display: block;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

@media (max-width: 767px) {
    .coop-shortcuts-item:after {
        display: none
    }
}

.container .row>div:last-child .coop-shortcuts-item:after {
    display: none
}

.coop-sustainability {
    background: #fff;
    height: 400px;
    position: relative;
    overflow: hidden
}

@media (max-width: 767px) {
    .coop-sustainability {
        height: auto;
        padding: 50px 0px
    }
}

.coop-sustainability::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/block-detail-bottom-left.png) no-repeat left -2px bottom -2px
}

@media (max-width: 767px) {
    .coop-sustainability::before {
        display: none
    }
}

.coop-sustainability:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: url(../images/block-detail-top-right.png) no-repeat right -2px top -2px
}

@media (max-width: 767px) {
    .coop-sustainability:after {
        width: 100%;
        background-size: 100px auto
    }
}

.coop-sustainability .row,
.coop-sustainability .container {
    height: 100%;
    position: relative;
    z-index: 2
}

.coop-features {
    background: #007D8A;
    padding: 40px 0px;
    text-align: center;
    overflow: hidden
}

.coop-features-items {
    margin: 40px 0px
}

.coop-features-items-item {
    text-align: center
}

.coop-features-items-item-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto
}

.coop-features-items-item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff
}

.coop-features-items-item-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding: 0px 20px
}

.coop-features-items-pagination {
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px
}

.coop-numbers {
    background: #fff;
    overflow: hidden;
    position: relative
}

@media (max-width: 767px) {
    .coop-numbers::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: url(../images/block-detail-bottom-left.png) no-repeat left -2px bottom -2px;
        background-size: 100px auto
    }
}

.coop-numbers-image {
    height: 400px;
    border-bottom: 10px solid #FFA300;
    -webkit-border-radius: 0px 0px 40px 0px;
    -moz-border-radius: 0px 0px 40px 0px;
    -ms-border-radius: 0px 0px 40px 0px;
    -o-border-radius: 0px 0px 40px 0px;
    border-radius: 0px 0px 40px 0px
}

@media (max-width: 1023px) {
    .coop-numbers-image {
        height: 300px
    }
}

@media (max-width: 767px) {
    .coop-numbers-image {
        height: 200px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .coop-numbers-items {
        margin-top: 30px
    }
}

.coop-numbers-items-item {
    padding: 90px 0px;
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px)
}

@media (max-width: 1023px) {
    .coop-numbers-items-item {
        padding: 70px 0px
    }
}

@media (max-width: 767px) {
    .coop-numbers-items-item {
        padding: 0px;
        left: 0px;
        margin-bottom: 50px;
        -webkit-transform: translate(0%, 0px);
        -moz-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        transform: translate(0%, 0px)
    }
}

.coop-numbers-items-item-number {
    font-family: "Exo 2", sans-serif;
    font-size: 48px;
    color: #FFA300;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    overflow-wrap: anywhere
}

@media (max-width: 1279px) {
    .coop-numbers-items-item-number {
        font-size: 38px;
        line-height: 38px
    }
}

@media (max-width: 1023px) {
    .coop-numbers-items-item-number {
        font-size: 32px;
        line-height: 32px
    }
}

@media (max-width: 767px) {
    .coop-numbers-items-item-number {
        font-size: 48px;
        line-height: 48px
    }
}

.coop-numbers-items-item-text {
    font-family: "Exo 2", sans-serif;
    color: #165C7D;
    font-size: 36px;
    line-height: 36px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 10px;
    overflow-wrap: anywhere
}

@media (max-width: 1279px) {
    .coop-numbers-items-item-text {
        font-size: 34px;
        top: 6px;
        line-height: 34px
    }
}

@media (max-width: 1023px) {
    .coop-numbers-items-item-text {
        font-size: 28px;
        top: 9px;
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .coop-numbers-items-item-text {
        font-size: 36px;
        top: 8px;
        line-height: 36px
    }
}

.coop-numbers-items-item-text b {
    font-size: 18px;
    max-width: 160px;
    display: inline-block;
    margin-top: 10px;
    line-height: 18px
}

@media (max-width: 1023px) {
    .coop-numbers-items-item-text b {
        font-size: 12px;
        line-height: 12px
    }
}

@media (max-width: 767px) {
    .coop-numbers-items-item-text b {
        font-size: 18px;
        line-height: 18px
    }
}

.coop-security {
    background: #007D8A;
    position: relative;
    overflow: hidden
}

.coop-security.grey {
    background: #f4f4f4
}

.coop-security.grey .common_block_link {
    color: #007D8A;
    background-image: url(../images/icon-arrow-right-green.svg)
}

.coop-security .container {
    position: relative;
    padding: 100px 16px
}

@media (max-width: 1023px) {
    .coop-security .container {
        padding: 50px 12px
    }
}

.coop-security-image {
    position: absolute;
    height: 100%;
    width: 100%
}

@media (max-width: 1023px) {
    .coop-security-image {
        position: relative;
        height: auto
    }

    .coop-security-image .container,
    .coop-security-image .row,
    .coop-security-image .col-12 {
        display: block;
        padding: 0px !important;
        margin: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100%
    }
}

.coop-security-image .container,
.coop-security-image .row {
    padding: 0px;
    height: 100%
}

.coop-security-image-block {
    height: 100%;
    width: 100%
}

.coop-security-image-block.mobile_fit img {
    display: none
}

@media (max-width: 1023px) {
    .coop-security-image-block.mobile_fit img {
        display: block;
        width: 100%
    }
}

@media (max-width: 1023px) {
    .coop-security-image-block.mobile_fit {
        height: auto !important;
        background-position: -10000px 0px !important
    }
}

@media (max-width: 1023px) {
    .coop-security-image-block {
        width: 100% !important;
        margin: 0px !important;
        height: 200px
    }
}

.footer-logo {
    background-size: 350px
}

@media (max-width: 767px) {
    .footer-logo {
        background-size: 280px
    }
}

.logo-acentra {
    background-image: url(../images/logo-acentra.svg)
}

.logo-acentra-white {
    background-image: url(../images/logo-acentra-white.svg)
}

.logo-acentra-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-acredicoop {
    background-image: url(../images/logo-acredicoop_1.svg)
}

.logo-acredicoop-white {
    background-image: url(../images/logo-acredicoop-white_1.svg)
}

.logo-acredicoop-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-ailos {
    background-image: url(../images/logo-ailos.svg)
}

.logo-ailos-white {
    background-image: url(../images/logo-ailos-white.svg)
}

.logo-ailos-white-footer {
    background-image: url(../images/logo-ailos-white-footer.svg);
    background-size: 220px
}

.logo-viacredialtovale {
    background-image: url(../images/logo-altovale.svg)
}

.logo-viacredialtovale-white {
    background-image: url(../images/logo-altovale-white.svg)
}

.logo-viacredialtovale-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-civia {
    background-image: url(../images/logo-civia.svg)
}

.logo-civia-white {
    background-image: url(../images/logo-civia-white.svg)
}

.logo-civia-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-credcrea {
    background-image: url(../images/logo-credcrea.svg)
}

.logo-credcrea-white {
    background-image: url(../images/logo-credcrea-white.svg)
}

.logo-credcrea-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-credelesc {
    background-image: url(../images/logo-credelesc.svg)
}

.logo-credelesc-white {
    background-image: url(../images/logo-credelesc-white.svg)
}

.logo-credelesc-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-credicomin {
    background-image: url(../images/logo-credicomin.svg)
}

.logo-credicomin-white {
    background-image: url(../images/logo-credicomin-white.svg)
}

.logo-credicomin-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-credifoz {
    background-image: url(../images/logo-credifoz.svg)
}

.logo-credifoz-white {
    background-image: url(../images/logo-credifoz-white.svg)
}

.logo-credifoz-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-crevisc {
    background-image: url(../images/logo-crevisc.svg)
}

.logo-crevisc-white {
    background-image: url(../images/logo-crevisc-white.svg)
}

.logo-crevisc-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-evolua {
    background-image: url(../images/logo-evolua.svg)
}

.logo-evolua-white {
    background-image: url(../images/logo-evolua-white.svg)
}

.logo-evolua-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-transpocred {
    background-image: url(../images/logo-transpocred.svg)
}

.logo-transpocred-white {
    background-image: url(../images/logo-transpocred-white.svg)
}

.logo-transpocred-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-viacredi {
    background-image: url(../images/logo-viacredi.svg)
}

.logo-viacredi-white {
    background-image: url(../images/logo-viacredi-white_1.svg)
}

.logo-viacredi-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.logo-unilos {
    background-image: url(../images/logo-unilos.svg)
}

.logo-unilos-white {
    background-image: url(../images/logo-unilos-white.svg)
}

.logo-unilos-white-footer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Camada_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.94 199.56'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23165c7d;%7D.cls-1,.cls-2%7Bstroke-width:0px;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='M24.79,31.94h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V31.94h0Z'/%3E%3Cpath class='cls-1' d='M24.79,24.25h218.89c15.64,0,28.35,12.7,28.35,28.35v85.93c0,15.64-12.7,28.35-28.35,28.35H53.13c-15.64,0-28.35-12.7-28.35-28.35V24.25h0Z'/%3E%3Cpath class='cls-2' d='M59.85,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M66.58,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M71.23,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M83.96,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M91.37,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.75.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M98.23,128.77l2.59-5.96c.25-.58.62-.86,1.03-.86.59,0,.86.3.89.97l.46,8.89h-1.33l-.39-7.85-2.47,5.92c-.17.41-.41.62-.77.62s-.62-.21-.79-.62l-2.48-5.9-.4,7.84h-1.27l.48-8.89c.03-.67.3-.96.89-.96.4,0,.77.26,1.02.84l2.56,5.98Z'/%3E%3Cpath class='cls-2' d='M104.92,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM110.78,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M119.01,122.18c.84-.14,1.95-.23,3.03-.23,3.62,0,4.25,1.66,4.25,4.98s-.64,4.97-4.25,4.97c-1.08,0-2.2-.1-3.03-.24v-9.48ZM120.37,123.17v7.51c.41.05.92.11,1.39.11,3.15,0,3.17-1.67,3.17-3.86s-.02-3.86-3.17-3.86c-.47,0-.97.05-1.39.1Z'/%3E%3Cpath class='cls-2' d='M134.19,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M146.16,131.66c-.62.14-1.42.24-2.33.24-3.18,0-3.95-1.51-3.95-4.97s.78-4.98,3.95-4.98c.9,0,1.7.1,2.33.24l-.13,1.06c-.57-.09-1.19-.16-1.8-.16-2.82,0-2.96,1.47-2.96,3.83s.17,3.83,2.96,3.83c.62,0,1.23-.06,1.81-.15l.12,1.05Z'/%3E%3Cpath class='cls-2' d='M147.52,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM153.77,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M157.11,126.92c0-3.53.85-4.98,3.82-4.98s3.81,1.44,3.81,4.98-.84,4.97-3.81,4.97-3.82-1.44-3.82-4.97ZM163.36,126.92c0-2.27-.08-3.85-2.43-3.85s-2.43,1.58-2.43,3.85.07,3.85,2.43,3.85,2.43-1.59,2.43-3.85Z'/%3E%3Cpath class='cls-2' d='M168.31,131.8h-1.36v-9.61c.83-.14,1.95-.24,3.04-.24,2.11,0,3.83.42,3.83,2.98s-1.54,3.05-3.72,3.05c-.51,0-1.33-.03-1.79-.06v3.88ZM168.31,126.82c.64.07,1.15.08,1.68.08,1.59,0,2.48-.39,2.48-1.97,0-1.36-.63-1.9-2.43-1.9-.51,0-1.13.03-1.73.11v3.68Z'/%3E%3Cpath class='cls-2' d='M181.42,123.14h-2.52c-1.59,0-1.86.3-1.86,1.7v1.46h4.19v1.08h-4.19v1.64c0,1.4.27,1.7,1.86,1.7h2.52v1.05c-.74.03-1.76.06-2.48.06-1.69,0-3.26-.09-3.26-2.22v-5.35c0-2.13,1.57-2.23,3.26-2.23.65,0,1.72.03,2.48.06v1.05Z'/%3E%3Cpath class='cls-2' d='M183.44,131.8v-9.61c.84-.14,1.96-.24,3.04-.24,2.1,0,3.83.4,3.83,2.95,0,1.85-.87,2.61-2.22,2.88l2.34,4.03h-1.59l-2.17-3.9h-.07c-.51,0-1.32-.04-1.79-.06v3.96h-1.36ZM184.8,126.73c.64.07,1.15.08,1.67.08,1.57,0,2.48-.39,2.48-1.92,0-1.35-.64-1.87-2.43-1.87-.51,0-1.13.04-1.72.12v3.6Z'/%3E%3Cpath class='cls-2' d='M191.99,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM197.85,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M206.81,123.15h-2.58v8.65h-1.37v-8.65h-2.58v-1.1h6.53v1.1Z'/%3E%3Cpath class='cls-2' d='M208.57,122.05h1.37v9.75h-1.37v-9.75Z'/%3E%3Cpath class='cls-2' d='M216.84,130.96c-.23.66-.56.94-1.07.94s-.84-.27-1.07-.94l-3.01-8.91h1.45l2.65,8.23,2.68-8.23h1.39l-3.02,8.91Z'/%3E%3Cpath class='cls-2' d='M219.46,131.8l3.18-8.92c.23-.64.61-.93,1.14-.93s.91.3,1.13.93l3.13,8.92h-1.45l-.92-2.7h-3.9l-.91,2.7h-1.4ZM225.32,128.04l-1.6-4.7-1.59,4.7h3.19Z'/%3E%3Cpath class='cls-2' d='M230.61,124.42c0,1.23.66,1.41,2.1,1.81,1.67.46,2.69,1.12,2.69,2.87,0,2.05-1.26,2.8-3.51,2.8-1.05,0-1.82-.09-2.6-.25l.13-1.1c.75.11,1.69.19,2.42.19,1.26,0,2.14-.28,2.14-1.6,0-1.15-.85-1.42-1.99-1.77-1.74-.52-2.76-1-2.76-2.78,0-2.01,1.21-2.66,3.38-2.66.93,0,1.88.11,2.57.25l-.13,1.07c-.6-.09-1.32-.18-2.01-.18-1.14,0-2.46.11-2.46,1.33Z'/%3E%3Cpath class='cls-2' d='M58.6,107.76l14.23-41.66c1.6-4.68,4.19-6.67,7.87-6.67s6.26,2.12,7.8,6.67l13.98,41.66h-10.31l-3.65-11.85h-16.32l-3.57,11.85h-10.02ZM86.24,88.46l-5.95-19.34-5.85,19.34h11.81Z'/%3E%3Cpath class='cls-2' d='M107.98,59.91h9.73v47.85h-9.73v-47.85Z'/%3E%3Cpath class='cls-2' d='M156.1,107.55c-3.39.14-9.24.33-12.24.33-8.64,0-16.61-.47-16.61-11.68v-36.28h9.73v33.57c0,5.32.96,6.51,6.69,6.51h12.42v7.56Z'/%3E%3Cpath class='cls-2' d='M160.4,83.83c0-17.33,4.25-24.42,19.14-24.42s19.12,7.09,19.12,24.42-4.25,24.42-19.12,24.42-19.14-7.09-19.14-24.42ZM188.8,83.83c0-9.75-.21-16.43-9.26-16.43s-9.28,6.67-9.28,16.43.21,16.41,9.28,16.41,9.26-6.65,9.26-16.41Z'/%3E%3Cpath class='cls-2' d='M214.76,72.27c0,4.81,3.28,5.46,8.79,6.94,9.16,2.48,13.1,6.02,13.1,14.68,0,10.56-6.43,14.35-17.76,14.35-5.38,0-9.92-.64-13.82-1.48l.94-7.66c3.51.51,8.85,1.07,12.53,1.07,5.03,0,8.11-1.13,8.11-5.93,0-4.46-3.51-5.46-7.95-6.82-8.58-2.63-13.63-5.28-13.63-14.31,0-10.37,6.12-13.7,17.13-13.7,5.07,0,10.29.76,13.7,1.5l-.88,7.45c-3.1-.49-6.96-1.05-10.53-1.05-3.86,0-9.71.16-9.71,4.95Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3Cpath class='cls-2' d='M243.15,168H52.6c-16.18,0-29.35-13.16-29.35-29.35V23.38h219.89c16.18,0,29.35,13.16,29.35,29.35v85.93c0,16.18-13.16,29.35-29.35,29.35ZM25.26,25.38v113.28c0,15.08,12.27,27.35,27.35,27.35h190.55c15.08,0,27.35-12.27,27.35-27.35V52.73c0-15.08-12.27-27.35-27.35-27.35H25.26Z'/%3E%3C/svg%3E");
    background-size: contain
}

.attendance_map {
    border-bottom: 1px solid #f00;
    overflow: hidden;
    height: 500px;
    background: #f4f4f4
}

.attendance_map_title {
    position: relative;
    padding: 50px 0px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    text-align: center;
    line-height: 24px;
    color: #165C7D;
    z-index: 2
}

@media (max-width: 767px) {
    .attendance_map_title {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0px
    }
}

.attendance_map_title h2 {
    font-size: 24px;
    line-height: 24px
}

@media (max-width: 767px) {
    .attendance_map_title h2 {
        font-size: 18px;
        line-height: 18px
    }
}

.attendance_map_title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/in-detail-bottom-left-2.png) no-repeat left bottom;
    background-size: contain;
    height: 266px;
    width: 176px
}

@media (max-width: 1023px) {
    .attendance_map_title::before {
        height: 190px
    }
}

@media (max-width: 767px) {
    .attendance_map_title::before {
        height: 0px
    }
}

.attendance_title {
    overflow: hidden;
    background: #007D8A;
    color: #fff;
    padding: 80px 0px
}

.attendance_title.blue {
    background: #165C7D
}

@media (max-width: 1279px) {
    .attendance_title {
        padding: 40px 0px
    }
}

@media (max-width: 767px) {
    .attendance_title {
        padding: 20px 0px
    }
}

.attendance_title .common_block_title {
    font-family: "Exo 2", sans-serif;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .attendance_title .common_block_title {
        font-size: 24px;
        line-height: 30px
    }
}

.attendance_title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff
}

.channels_atm {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 150px;
    text-align: center;
    position: relative
}

@media (max-width: 1023px) {
    .channels_atm {
        padding-top: 40px;
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .channels_atm {
        padding-bottom: 40px
    }
}

.channels_atm .container {
    position: relative;
    z-index: 2
}

.channels_atm::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    max-height: 50%;
    width: 100%;
    height: 300px;
    background: url(../images/in-detail-bottom-left.png) no-repeat left bottom;
    background-size: contain
}

@media (max-width: 1023px) {
    .channels_atm::before {
        height: 100px
    }
}

@media (max-width: 767px) {
    .channels_atm::before {
        height: 0px
    }
}

.channels_atm:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 60px;
    max-height: 50%;
    width: 100%;
    height: 300px;
    background: url(../images/in-detail-bottom-right.png) no-repeat right bottom;
    background-size: contain
}

@media (max-width: 1023px) {
    .channels_atm:after {
        height: 100px
    }
}

@media (max-width: 767px) {
    .channels_atm:after {
        height: 0px
    }
}

.channels_atm p {
    text-align: left
}

.channels_atm p:last-child {
    margin-bottom: 0px
}

.channels_info {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 100px
}

@media (max-width: 1023px) {
    .channels_info {
        padding-bottom: 50px
    }
}

.channels_info .channels_online-links-item:before {
    border-color: #fff
}

.channels_info-report {
    width: 110%;
    margin-top: 20px
}

@media (max-width: 1279px) {
    .channels_info-report {
        width: 100%
    }
}

.channels_info-report-all {
    height: 38px;
    background: #FFA300;
    padding: 0px 16px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff !important;
    line-height: 38px;
    font-weight: 700 !important;
    text-transform: uppercase
}

@media (max-width: 1023px) {
    .channels_info .common_channel_content {
        margin-bottom: 40px
    }

    .channels_info .common_channel_content:last-child {
        margin-bottom: 0px
    }
}

.channels_map {
    height: 500px;
    background: #f4f4f4;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .channels_map.hide_image_mobile {
        padding-bottom: 0px !important
    }

    .channels_map.hide_image_mobile .image {
        display: none
    }
}

.channels_map .partners_show {
    display: none
}

.channels_map input {
    padding-right: 40px !important;
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    margin-top: 4px;
    margin-right: 16px
}

@media (max-width: 767px) {
    .channels_map {
        overflow: hidden;
        height: auto;
        padding-bottom: 200px
    }
}

.channels_map-map {
    position: absolute;
    width: calc(50% + 8px);
    background: #000;
    height: 100%;
    top: 0px;
    left: 0px
}

@media (max-width: 767px) {
    .channels_map-map {
        width: 100vw;
        height: 200px;
        bottom: 0px;
        top: auto
    }
}

.channels_map-search {
    background: #f4f4f4;
    position: relative
}

.channels_map-search-header {
    position: absolute;
    top: -60px;
    width: 100%;
    height: 60px;
    background: #f4f4f4;
    text-align: center;
    -webkit-border-radius: 30px 0px 0px 0px;
    -moz-border-radius: 30px 0px 0px 0px;
    -ms-border-radius: 30px 0px 0px 0px;
    -o-border-radius: 30px 0px 0px 0px;
    border-radius: 30px 0px 0px 0px;
    -webkit-box-shadow: 20vw 0px 0px #f4f4f4, 40vw 0px 0px #f4f4f4;
    -moz-box-shadow: 20vw 0px 0px #f4f4f4, 40vw 0px 0px #f4f4f4;
    -ms-box-shadow: 20vw 0px 0px #f4f4f4, 40vw 0px 0px #f4f4f4;
    -o-box-shadow: 20vw 0px 0px #f4f4f4, 40vw 0px 0px #f4f4f4;
    box-shadow: 20vw 0px 0px #f4f4f4, 40vw 0px 0px #f4f4f4
}

@media (max-width: 767px) {
    .channels_map-search-header-scroller {
        min-width: 400px
    }
}

@media (max-width: 767px) {
    .channels_map-search-header {
        position: relative;
        top: 0px;
        left: 50%;
        width: 100vw;
        overflow-y: hidden;
        overflow-x: auto;
        border-bottom: 1px solid #d9d9d9;
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px)
    }
}

.channels_map-search-header::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #d9d9d9;
    width: 100%;
    bottom: -1px;
    left: 0px;
    -webkit-box-shadow: 20vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
    -moz-box-shadow: 20vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
    -ms-box-shadow: 20vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
    -o-box-shadow: 20vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
    box-shadow: 20vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9
}

@media (max-width: 767px) {
    .channels_map-search-header::before {
        display: none
    }
}

.channels_map-search-header-button {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #adadad;
    margin: 0px 20px;
    cursor: pointer
}

@media (max-width: 1279px) {
    .channels_map-search-header-button {
        font-size: 12px;
        margin: 0px 10px
    }
}

@media (max-width: 1023px) {
    .channels_map-search-header-button {
        font-size: 10px;
        margin: 0px 10px
    }
}

.channels_map-search-header-button:hover {
    color: #575757;
    position: relative
}

.channels_map-search-header-button:hover::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #007D8A;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}

.channels_map-search-header-button.active {
    color: #007D8A;
    position: relative
}

.channels_map-search-header-button.active::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #FFA300;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}

.channels_map-search-form {
    padding: 20px;
    padding-right: 0px;
    position: relative
}

@media (max-width: 767px) {
    .channels_map-search-form {
        padding: 20px 0px
    }
}

.channels_map-search-form::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #d9d9d9;
    width: 100%;
    bottom: -1px;
    left: 0px;
    -webkit-box-shadow: 20vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
    -moz-box-shadow: 20vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
    -ms-box-shadow: 20vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
    -o-box-shadow: 20vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
    box-shadow: 20vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9
}

@media (max-width: 767px) {
    .channels_map-search-form::before {
        -webkit-box-shadow: -40vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
        -moz-box-shadow: -40vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
        -ms-box-shadow: -40vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
        -o-box-shadow: -40vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9;
        box-shadow: -40vw 0px 0px #d9d9d9, 40vw 0px 0px #d9d9d9
    }
}

.channels_map-search-form-title {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    line-height: 28px;
    display: none
}

.channels_map-search-form-title:first-child {
    display: block
}

@media (max-width: 1023px) {
    .channels_map-search-form-title {
        font-size: 12px
    }
}

.channels_map-search-list {
    overflow: hidden;
    position: relative;
    padding: 20px;
    min-height: 233px;
    margin-top: 1px
}

@media (max-width: 767px) {
    .channels_map-search-list {
        display: none;
        height: 300px !important;
        padding: 20px 0px;
        padding-right: 10px
    }
}

.channels_map-search-list-item {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 0px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    min-height: 140px
}

.channels_map-search-list-item.active {
    margin-bottom: 10px !important
}

.channels_map-search-list-item.border {
    height: 100%;
    text-align: left
}

.channels_map-search-list-item.hidden {
    margin-bottom: 0px !important;
    padding: 0px !important;
    overflow: hidden !important;
    height: 0px !important
}

@media (max-width: 1023px) {
    .channels_map-search-list-item {
        padding: 20px 20px
    }
}

.channels_map-search-list-item:last-child {
    margin-bottom: 0px
}

.channels_map-search-list-item-title {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    font-weight: 700;
    padding-right: 180px;
    text-align: left !important
}

@media (max-width: 1023px) {
    .channels_map-search-list-item-title {
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        margin-bottom: 4px;
        padding-right: 150px
    }
}

@media (max-width: 767px) {
    .channels_map-search-list-item-title {
        padding-right: 0px
    }
}

.channels_map-search-list-item-subtitle {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    font-weight: 400;
    padding-right: 180px
}

@media (max-width: 1023px) {
    .channels_map-search-list-item-subtitle {
        font-size: 10px;
        line-height: 14px;
        font-weight: 400;
        padding-right: 150px
    }
}

@media (max-width: 767px) {
    .channels_map-search-list-item-subtitle {
        padding-right: 0px
    }
}

.channels_map-search-list-item-phone {
    font-size: 14px;
    font-weight: 700;
    color: #FFA300;
    position: absolute;
    right: 20px;
    line-height: 23px;
    top: 30px;
    background: url(../images/icon-map-phone-yellow.svg) no-repeat left center !important;
    padding-left: 30px !important;
    background-size: auto 23px !important
}

@media (max-width: 1023px) {
    .channels_map-search-list-item-phone {
        top: 20px
    }
}

@media (max-width: 767px) {
    .channels_map-search-list-item-phone {
        position: relative;
        left: 0px;
        top: 0px;
        display: block !important;
        margin-top: 10px
    }
}

.channels_map-search-list-item-email {
    font-size: 14px;
    font-weight: 700;
    color: #FFA300;
    position: absolute;
    right: 20px;
    line-height: 20px;
    top: 60px;
    background: url(../images/icon-map-email-yellow.svg) no-repeat left center !important;
    padding-left: 30px !important;
    background-size: auto 14px !important;
    text-decoration: underline
}

@media (max-width: 1023px) {
    .channels_map-search-list-item-email {
        top: 50px
    }
}

@media (max-width: 767px) {
    .channels_map-search-list-item-email {
        position: relative;
        left: 0px;
        top: 0px;
        display: block !important;
        margin-top: 10px
    }
}

.channels_map-search-list-item-copy {
    font-size: 14px;
    font-weight: 700;
    color: #FFA300;
    position: absolute;
    right: 20px;
    line-height: 20px;
    top: 90px;
    background: url(../images/icon-copy-yellow.svg) no-repeat left center;
    padding-left: 30px;
    background-size: auto 20px;
    text-decoration: underline
}

@media (max-width: 1023px) {
    .channels_map-search-list-item-copy {
        top: 80px
    }
}

@media (max-width: 767px) {
    .channels_map-search-list-item-copy {
        position: relative;
        left: 0px;
        top: 0px;
        display: block !important;
        margin-top: 10px
    }
}

.channels_map-search-list .swiper-slide {
    height: auto
}

.channels_map-search-list-scrollbar {
    position: absolute;
    right: 0px;
    width: 6px;
    top: 20px;
    bottom: 20px;
    background: #fff;
    display: block !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #dcdcdc;
    -moz-box-shadow: inset 0px 0px 0px 1px #dcdcdc;
    -ms-box-shadow: inset 0px 0px 0px 1px #dcdcdc;
    -o-box-shadow: inset 0px 0px 0px 1px #dcdcdc;
    box-shadow: inset 0px 0px 0px 1px #dcdcdc;
    z-index: 2
}

.channels_map-search-list-scrollbar .swiper-scrollbar-drag {
    background: #FFA300 !important
}

.common_channel_title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    color: #165C7D;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 700
}

@media (max-width: 767px) {
    .common_channel_title {
        font-size: 24px;
        line-height: 30px
    }
}

.common_channel_content p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

.common_channel_content p a:hover {
    text-decoration: underline;
    cursor: pointer
}

.common_channel_content b {
    font-weight: 700
}

.common_channel_content a {
    color: #007D8A
}

.common_channel_content a b:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: 0px;
    left: 4px
}

.common_channel_content strong {
    font-weight: 700
}

.common_channel_content li {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    padding-left: 24px;
    margin-bottom: 10px;
    background: url(../images/icon-check.svg) no-repeat 0px 9px;
    background-size: 10px
}

.common_channel_content li b {
    color: #165C7D;
    font-weight: 700
}

.common_channel_content span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #575757;
    display: block
}

.channels_online {
    background: #f4f4f4;
    padding: 50px 0px;
    overflow: hidden
}

.channels_online-background {
    height: 380px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: relative;
    top: 50px
}

@media (max-width: 1279px) {
    .channels_online-background {
        height: 250px
    }
}

.channels_online-links-item {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 0px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat right center;
    padding-right: 30px
}

@media (max-width: 767px) {
    .channels_online-links-item {
        padding-right: 20px
    }
}

.channels_online-links-item::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.06);
    border-left: 70px solid #f4f4f4
}

.channels_online-links-item:last-child:before {
    display: none
}

.channels_online-links-item:hover .channels_online-links-item-icon::before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.channels_online-links-item-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -23px;
    width: 48px;
    height: 48px;
    background-color: #007D8A;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -ms-border-radius: 46px;
    -o-border-radius: 46px;
    border-radius: 46px
}

@media (max-width: 767px) {
    .channels_online-links-item-icon {
        top: 0%;
        margin-top: 20px
    }
}

.channels_online-links-item-icon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #007D8A;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.channels_online-links-item-title {
    padding-left: 70px;
    font-size: 16px;
    line-height: 28px;
    color: #007D8A;
    font-weight: 700;
    margin-bottom: 6px
}

.channels_online-links-item-text {
    padding-left: 70px;
    font-size: 16px;
    line-height: 28px;
    color: #575757;
    font-weight: 400;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.channels_sac {
    padding: 100px 0px;
    background: url(../images/in-detail-top-left.png) no-repeat left top;
    overflow: hidden
}

@media (max-width: 1279px) {
    .channels_sac {
        background-size: 100px auto;
        padding: 80px 0px
    }
}

@media (max-width: 767px) {
    .channels_sac {
        background-size: 0px auto;
        padding: 40px 0px
    }
}

.channels_sac-numbers {
    background: url(../images/icon-phone-yellow.svg) no-repeat 50px 50px #00B140;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 50px;
    padding-top: 110px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
    width: 80%
}

@media (max-width: 1023px) {
    .channels_sac-numbers {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .channels_sac-numbers {
        width: 100%;
        padding: 40px;
        padding-right: 0px;
        background: url(../images/icon-phone-yellow.svg) no-repeat 40px 40px #00B140;
        padding-top: 100px;
        padding-bottom: 50px
    }
}

.channels_sac-numbers-font_size_1 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px
}

.channels_sac-numbers-font_size_2 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px
}

.channels_sac-numbers-font_size_3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px
}

.channels_sac-numbers-font_size_4 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px
}

.channels_sac-numbers-font_size_5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px
}

.channels_sac-detail {
    width: 378px;
    height: 377px;
    background: url(../images/in-detail-middle.png) no-repeat center center;
    background-size: contain;
    margin-top: -263px;
    float: right;
    margin-right: -20px
}

@media (max-width: 1023px) {
    .channels_sac-detail {
        margin-bottom: -120px
    }
}

@media (max-width: 767px) {
    .channels_sac-detail {
        position: relative;
        top: -60px;
        left: 170px;
        height: 280px
    }
}

.common_big_content {
    padding-top: 100px;
    overflow: hidden
}

.common_big_content p b,
.common_big_content p strong {
    font-weight: 700;
    font-size: 16px
}

.common_big_content ul {
    margin-bottom: 20px
}

.common_big_content li {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    padding-left: 24px;
    margin-bottom: 10px;
    background: url(../images/icon-check.svg) no-repeat 0px 9px;
    background-size: 10px
}

.common_big_content li b,
.common_big_content li strong {
    color: #165C7D;
    font-weight: 700
}

@media (max-width: 1023px) {
    .common_big_content {
        padding-top: 80px
    }
}

@media (max-width: 767px) {
    .common_big_content {
        padding-top: 40px
    }
}

.common_big_content-image {
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-box-shadow: 0px -10px 0px #FFA300;
    -moz-box-shadow: 0px -10px 0px #FFA300;
    -ms-box-shadow: 0px -10px 0px #FFA300;
    -o-box-shadow: 0px -10px 0px #FFA300;
    box-shadow: 0px -10px 0px #FFA300
}

@media (max-width: 1023px) {
    .common_big_content-image {
        height: 300px
    }
}

@media (max-width: 767px) {
    .common_big_content-image {
        height: 250px
    }
}

.common_big_content-image.fill_left {
    -webkit-border-radius: 0px 30px 0px 0px;
    -moz-border-radius: 0px 30px 0px 0px;
    -ms-border-radius: 0px 30px 0px 0px;
    -o-border-radius: 0px 30px 0px 0px;
    border-radius: 0px 30px 0px 0px
}

@media (max-width: 1023px) {
    .common_big_content-image.fill_left {
        left: -20px;
        -webkit-border-radius: 0px 30px 30px 0px;
        -moz-border-radius: 0px 30px 30px 0px;
        -ms-border-radius: 0px 30px 30px 0px;
        -o-border-radius: 0px 30px 30px 0px;
        border-radius: 0px 30px 30px 0px
    }
}

.common_big_content-image.fill_right {
    -webkit-border-radius: 30px 0px 0px 0px;
    -moz-border-radius: 30px 0px 0px 0px;
    -ms-border-radius: 30px 0px 0px 0px;
    -o-border-radius: 30px 0px 0px 0px;
    border-radius: 30px 0px 0px 0px
}

@media (max-width: 1023px) {
    .common_big_content-image.fill_right {
        -webkit-border-radius: 30px 0px 0px 30px;
        -moz-border-radius: 30px 0px 0px 30px;
        -ms-border-radius: 30px 0px 0px 30px;
        -o-border-radius: 30px 0px 0px 30px;
        border-radius: 30px 0px 0px 30px;
        right: -20px
    }
}

.common_big_content .common_block_text {
    margin-bottom: 60px
}

.common_big_content-button {
    background: #FFA300;
    color: #fff;
    font-size: 14px;
    height: 38px;
    padding: 0px 16px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-bottom: 100px
}

@media (max-width: 1279px) {
    .common_big_content-button {
        margin-bottom: 20px
    }
}

.common_big_content-button:hover {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)
}

.common_big_content-button:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 4px
}

.common_big_content-link {
    background: #fff;
    color: #007D8A;
    font-size: 14px;
    height: 38px;
    padding: 0px 16px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    cursor: pointer;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-bottom: 100px;
    margin-top: 60px
}

@media (max-width: 1279px) {
    .common_big_content-link {
        margin-bottom: 60px;
        margin-top: 0px
    }
}

@media (max-width: 767px) {
    .common_big_content-link {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        text-align: center
    }
}

.common_big_content-link.no_margin {
    margin: 0px
}

@media (max-width: 1279px) {
    .common_big_content-link.no_margin {
        margin-top: 20px
    }
}

.common_big_content-link:hover {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)
}

.common_big_content-link:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 4px
}

.common_big_content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #007D8A;
    margin-top: 30px;
    margin-bottom: 20px
}

.common_big_content .margin_bottom {
    margin-bottom: 100px
}

@media (max-width: 1279px) {
    .common_big_content .margin_bottom {
        margin-bottom: 40px
    }
}

.common_big_content ul {
    padding-right: 100px
}

@media (max-width: 767px) {
    .common_big_content ul {
        padding-right: 0px
    }
}

.common_columns {
    padding: 50px 0px;
    text-align: center
}

@media (max-width: 767px) {
    .common_columns {
        overflow: hidden
    }
}

.common_columns.white .common_columns-slider-item-title,
.common_columns.grey .common_columns-slider-item-title {
    color: #165C7D
}

.common_columns.white .common_block_link,
.common_columns.grey .common_block_link {
    color: #575757;
    border-color: #575757;
    background-image: url(../images/icon-arrow-right-black.svg)
}

.common_columns.white .common_block_link.yellow,
.common_columns.grey .common_block_link.yellow {
    color: #FFA300;
    border-color: #FFA300;
    background-image: url(../images/icon-arrow-right-yellow3.svg)
}

.common_columns.white .common_columns-slider-prev,
.common_columns.grey .common_columns-slider-prev {
    background-image: url(../images/slider-arrow-prev-blue.svg);
    background-color: transparent
}

@media (max-width: 1279px) {

    .common_columns.white .common_columns-slider-prev,
    .common_columns.grey .common_columns-slider-prev {
        background: url(../images/icon-arrow-right-white.svg) no-repeat left 20px center #FFA300
    }
}

.common_columns.white .common_columns-slider-next,
.common_columns.grey .common_columns-slider-next {
    background-image: url(../images/slider-arrow-next-blue.svg);
    background-color: transparent
}

@media (max-width: 1279px) {

    .common_columns.white .common_columns-slider-next,
    .common_columns.grey .common_columns-slider-next {
        background: url(../images/icon-arrow-right-white.svg) no-repeat left 20px center #FFA300
    }
}

.common_columns.white .common_columns-slider-item-link,
.common_columns.grey .common_columns-slider-item-link {
    border: 1px solid #575757
}

.common_columns.white .common_columns-slider-item-link:after,
.common_columns.grey .common_columns-slider-item-link:after {
    background-image: url(../images/icon-arrow-right-black.svg)
}

.common_columns .container {
    position: relative
}

.common_columns-slider-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/slider-arrow-prev-white.svg) no-repeat center center;
    left: -70px;
    bottom: 50%;
    margin-top: -20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

@media (max-width: 1279px) {
    .common_columns-slider-prev {
        width: 80px;
        height: 80px;
        background: url(../images/icon-arrow-right-white.svg) no-repeat left 14px center #FFA300;
        position: absolute;
        left: -50px;
        bottom: 70px;
        transform: rotate(180deg);
        z-index: 2;
        border-radius: 80px;
        margin-top: 25px
    }
}

.common_columns-slider-prev.swiper-button-disabled {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: default
}

.common_columns-slider-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/slider-arrow-next-white.svg) no-repeat center center;
    right: -70px;
    bottom: 50%;
    margin-top: -20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

@media (max-width: 1279px) {
    .common_columns-slider-next {
        width: 80px;
        height: 80px;
        background: url(../images/icon-arrow-right-white.svg) no-repeat left 14px center #FFA300;
        position: absolute;
        right: -50px;
        bottom: 70px;
        z-index: 2;
        border-radius: 80px;
        margin-top: 25px
    }
}

.common_columns-slider-next.swiper-button-disabled {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: default
}

.common_columns .common_block_link {
    border: 1px solid #fff;
    padding: 0px 16px;
    padding-right: 34px;
    height: 38px;
    line-height: 36px;
    border-radius: 4px;
    background-position: right 16px center
}

@media (max-width: 767px) {
    .common_columns {
        margin-top: 20px
    }
}

.common_columns-title {
    font-family: "Exo 2", sans-serif;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 700;
    line-height: 36px
}

@media (max-width: 767px) {
    .common_columns-title {
        font-size: 24px;
        line-height: 30px
    }
}

.common_columns-title.offbox {
    position: absolute;
    left: 0px;
    top: -69px;
    height: 38px;
    background: #FFA300;
    color: #fff;
    padding: 0px 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.common_columns-title.offbox+.common_columns-slider {
    margin-top: 0px
}

@media (max-width: 767px) {
    .common_columns-title.offbox {
        width: 100vw;
        position: relative;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        white-space: unset;
        height: auto;
        padding: 20px;
        margin-left: -20px;
        padding-left: 60px;
        padding-right: 30px;
        margin-bottom: -30px
    }
}

.common_columns-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-top: 10px
}

.common_columns-slider {
    overflow: hidden;
    margin-top: 30px;
    padding: 0px 10px
}

.common_columns-slider.padding_for_shadows {
    padding-bottom: 40px;
    padding-top: 20px;
    margin-top: 0px
}

.common_columns-slider.padding_for_shadows .swiper-slide {
    overflow: visible
}

.common_columns-slider-pagination * {
    margin-top: 20px !important
}

.common_columns-slider-pagination .swiper-pagination-bullet:first-child:last-child {
    display: none
}

.common_columns-slider-item-image {
    width: 100px;
    height: 100px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    margin: 0px auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

.common_columns-slider-item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-top: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.common_columns-slider-item-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 30;
    margin-top: 10px;
    padding: 0px 20px
}

@media (max-width: 767px) {
    .common_columns-slider-item-text {
        padding: 0px 10px
    }
}

.common_columns-slider-item-link {
    font-size: 14px;
    padding: 0px 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block !important;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.16);
    height: auto;
    line-height: 120%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    text-align: left;
    position: relative;
    padding-right: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.common_columns-slider-item-link:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.common_columns-slider-item-link.no_margin {
    margin: 0px
}

.common_columns-slider-item-link:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -9px;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle
}

.common_columns-slider.grey .common_columns-slider-item-image {
    background-color: #f4f4f4
}

.common_columns-convertion {
    border-top: 1px solid rgba(112, 112, 112, 0.16);
    margin-top: 50px;
    padding-top: 40px;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .common_columns-convertion {
        padding-top: 40px
    }
}

@media (max-width: 767px) {
    .common_columns-convertion {
        text-align: left
    }
}

.common_columns-convertion a {
    color: #007D8A;
    display: inline-block;
    margin-left: 40px
}

@media (max-width: 767px) {
    .common_columns-convertion a {
        margin-left: 0px;
        display: block
    }
}

.common_columns-convertion a:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 4px
}

.common_columns-links {
    margin-top: 40px
}

@media (max-width: 767px) {
    .common_columns-links {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
        padding: 0px 12.5px
    }
}

.common_columns-links a:first-child {
    background: #FFA300;
    color: #fff;
    font-size: 14px;
    height: 38px;
    padding: 0px 16px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-bottom: 20px
}

.common_columns-links a:first-child:hover {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)
}

@media (max-width: 767px) {
    .common_columns-links a:first-child {
        padding: 0px 10px
    }
}

.common_columns-links a:first-child:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 4px
}

@media (max-width: 767px) {
    .common_columns-links a:first-child:after {
        display: none
    }
}

.common_columns-links a:last-child {
    color: #007D8A !important;
    background: transparent !important;
    font-size: 14px;
    height: 38px;
    padding: 0px 16px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.common_columns-links a:last-child.no_margin {
    margin: 0px
}

.common_columns-links a:last-child:hover {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)
}

@media (max-width: 767px) {
    .common_columns-links a:last-child {
        text-align: left;
        padding: 10px;
        padding-right: 30vw;
        line-height: 14px;
        height: auto;
        background: url(../images/icon-arrow-right-green.svg) no-repeat right 10vw center !important
    }
}

.common_columns-links a:last-child:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center !important;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 4px
}

@media (max-width: 767px) {
    .common_columns-links a:last-child:after {
        display: none
    }
}

.common_columns-download a {
    display: table;
    background: url(../images/icon-pdf.svg) no-repeat 16px center #FFA300;
    height: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-left: 46px;
    padding-right: 135px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    color: #fff !important;
    position: relative;
    margin: 0px auto;
    margin-top: 40px;
    -webkit-transition: 0.3s cubic-bezier(0.67, -0.31, 0.3, 1.26);
    -moz-transition: 0.3s cubic-bezier(0.67, -0.31, 0.3, 1.26);
    -ms-transition: 0.3s cubic-bezier(0.67, -0.31, 0.3, 1.26);
    -o-transition: 0.3s cubic-bezier(0.67, -0.31, 0.3, 1.26);
    transition: 0.3s cubic-bezier(0.67, -0.31, 0.3, 1.26)
}

@media (max-width: 767px) {
    .common_columns-download a {
        height: auto;
        padding-right: 46px;
        padding-bottom: 75px;
        padding-top: 24px;
        text-align: left;
        background: url(../images/icon-pdf.svg) no-repeat 16px 25px #FFA300
    }
}

.common_columns-download a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.common_columns-download a:after {
    content: "Baixar";
    width: 102px;
    height: 38px;
    border: 1px solid #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -19px;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 38px;
    padding-left: 15px;
    text-align: left;
    background: url(../images/icon-download.svg) no-repeat right 16px center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

@media (max-width: 767px) {
    .common_columns-download a:after {
        top: auto;
        right: 25px;
        width: auto;
        left: 46px;
        bottom: 24px
    }
}

.common_columns-download a span {
    display: table-cell;
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.common_columns.grey {
    background: #f4f4f4;
    color: #575757
}

.common_columns.grey .common_columns-title {
    color: #165C7D
}

.common_columns.grey .swiper-pagination-bullet {
    background: #007D8A !important
}

.common_columns.green {
    background: #007D8A;
    color: #fff
}

.common_columns.green .common_columns-links a:last-child {
    color: #fff !important
}

@media (max-width: 767px) {
    .common_columns.green .common_columns-links a:last-child {
        text-align: left;
        padding: 10px;
        padding-right: 30vw;
        line-height: 14px;
        height: auto;
        background: url(../images/icon-arrow-right-white.svg) no-repeat right 10vw center !important
    }
}

.common_columns.green .common_columns-links a:last-child:after {
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center !important
}

.common_columns.blue {
    background: #165C7D;
    color: #fff
}

.common_columns.blue .common_columns-title.offbox {
    background: #00B140
}

.common_columns.blue .common_columns-slider-item-link {
    background-color: #00B140
}

.common_columns.blue .common_columns-links a:last-child {
    color: #fff !important
}

@media (max-width: 767px) {
    .common_columns.blue .common_columns-links a:last-child {
        text-align: left;
        padding: 10px;
        padding-right: 30vw;
        line-height: 14px;
        height: auto;
        background: url(../images/icon-arrow-right-white.svg) no-repeat right 10vw center !important
    }
}

.common_columns.blue .common_columns-links a:last-child:after {
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center !important
}

.common_columns.white .common_columns-slider-pagination {
    color: #FFA300
}

.common_columns.white .common_columns-slider-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #FFA300
}

.common_pagination {
    margin-top: 40px
}

@media (max-width: 767px) {
    .common_pagination {
        margin-top: 0px
    }
}

.common_pagination a,
.common_pagination span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 10px;
    background: #f4f4f4;
    text-align: center;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.common_pagination a:hover,
.common_pagination span:hover {
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1)
}

.common_pagination .prev {
    background-image: url(../images/icon-arrow-left-black.svg);
    font-size: 0px
}

.common_pagination .number {
    color: #575757
}

.common_pagination .current {
    background: #FFA300;
    color: #fff
}

.common_pagination .next {
    background-image: url(../images/icon-arrow-right-black.svg);
    font-size: 0px
}

.common_shortcut_header {
    background: #007D8A;
    padding: 80px 0px;
    overflow: hidden;
    position: relative;
    color: #fff
}

.common_shortcut_header p {
    color: #fff
}

@media (max-width: 1279px) {
    .common_shortcut_header {
        padding: 40px 0px
    }
}

@media (max-width: 767px) {
    .common_shortcut_header {
        padding-top: 0px
    }
}

.common_shortcut_header-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover
}

@media (max-width: 767px) {
    .common_shortcut_header-background {
        display: none
    }
}

.common_shortcut_header-mobile_background {
    background-size: 0px
}

@media (max-width: 767px) {
    .common_shortcut_header-mobile_background {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .common_shortcut_header-mobile_background {
        background: transparent !important
    }
}

.common_shortcut_header-mobile_background * {
    position: relative;
    z-index: 3
}

@media (max-width: 767px) {
    .common_shortcut_header-mobile_background::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0px;
        width: 100vw;
        height: 100%;
        background: inherit;
        background-size: cover;
        background-position: center;
        z-index: 2 !important;
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px)
    }
}

.common_shortcut_header h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px
}

@media (max-width: 767px) {
    .common_shortcut_header h1 {
        font-size: 24px;
        line-height: 30px
    }
}

.common_shortcut_header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.common_shortcut_header-shortcuts-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px
}

@media (max-width: 1023px) {
    .common_shortcut_header-shortcuts-title {
        position: relative;
        left: -40px
    }
}

@media (max-width: 767px) {
    .common_shortcut_header-shortcuts-title {
        left: 0px
    }
}

.common_shortcut_header-shortcuts-list {
    margin-top: 10px
}

@media (max-width: 1023px) {
    .common_shortcut_header-shortcuts-list {
        position: relative;
        left: -40px
    }
}

@media (max-width: 767px) {
    .common_shortcut_header-shortcuts-list {
        left: 0px
    }
}

.common_shortcut_header-shortcuts-list-item {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 16px
}

.common_shortcut_header-shortcuts-list-item:hover .common_shortcut_header-shortcuts-list-item-icon::before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.common_shortcut_header-shortcuts-list-item-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -23px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px
}

.common_shortcut_header-shortcuts-list-item-icon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.common_shortcut_header-shortcuts-list-item-text {
    height: 46px;
    display: table;
    padding-left: 56px
}

.common_shortcut_header-shortcuts-list-item-text span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700
}

@media (max-width: 1023px) {
    .common_shortcut_header-shortcuts-links {
        position: relative;
        left: -40px
    }
}

@media (max-width: 767px) {
    .common_shortcut_header-shortcuts-links {
        left: 0px
    }
}

.common_shortcut_header-shortcuts-links a {
    display: table;
    width: 100%;
    height: 38px;
    cursor: pointer;
    background: url(../images/icon-arrow-right-white.svg) no-repeat right 16px center rgba(255, 255, 255, 0.16);
    background-size: 8px;
    padding-left: 16px;
    margin-bottom: 16px;
    padding-right: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

@media (max-width: 1023px) {
    .common_shortcut_header-shortcuts-links a {
        padding-left: 10px;
        padding-right: 30px;
        font-size: 11px
    }
}

.common_shortcut_header-shortcuts-links a:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.common_shortcut_header-shortcuts-links a span {
    display: table-cell;
    vertical-align: middle
}

.contact {
    padding: 0px 0px;
    overflow: hidden
}

@media (max-width: 1279px) {
    .contact {
        padding: 0px 0px
    }
}

.credit_custom_block {
    padding: 100px 0px;
    overflow: hidden;
    background: #f4f4f4
}

@media (max-width: 1279px) {
    .credit_custom_block {
        padding: 80px 0px
    }
}

@media (max-width: 767px) {
    .credit_custom_block {
        padding: 40px 0px
    }
}

.credit_custom_block img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px -10px 0px #FFA300;
    -moz-box-shadow: 0px -10px 0px #FFA300;
    -ms-box-shadow: 0px -10px 0px #FFA300;
    -o-box-shadow: 0px -10px 0px #FFA300;
    box-shadow: 0px -10px 0px #FFA300;
    -webkit-border-radius: 0px 30px 30px 30px;
    -moz-border-radius: 0px 30px 30px 30px;
    -ms-border-radius: 0px 30px 30px 30px;
    -o-border-radius: 0px 30px 30px 30px;
    border-radius: 0px 30px 30px 30px
}

@media (max-width: 1023px) {
    .credit_custom_block img.left {
        float: left;
        width: 90%
    }
}

@media (max-width: 767px) {
    .credit_custom_block img.left {
        float: left;
        width: 100%;
        margin-bottom: 24px
    }
}

.credit_custom_block .row {
    margin-bottom: 50px
}

.credit_custom_block .row:last-child {
    margin-bottom: 0px
}

.credit_custom_block-item {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .credit_custom_block-item {
        position: relative;
        height: 54px
    }
}

.credit_custom_block-item-icon {
    width: 54px;
    height: 54px;
    background-color: #fff;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
    border-radius: 54px;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto
}

@media (max-width: 767px) {
    .credit_custom_block-item-icon {
        margin: 0px;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -27px
    }
}

.credit_custom_block-item-text {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    text-align: center;
    margin-top: 16px;
    line-height: 28px
}

@media (max-width: 767px) {
    .credit_custom_block-item-text {
        text-align: left;
        margin-top: 0px;
        padding-left: 70px;
        position: absolute;
        top: 50%;
        left: 0px;
        -webkit-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%)
    }
}

.faq {
    padding: 40px 0px;
    border-top: 1px solid #f4f4f4;
    overflow: hidden
}

.invest_security {
    padding: 40px 0px;
    overflow: hidden;
    background: #f4f4f4
}

@media (max-width: 767px) {
    .invest_security img {
        margin-bottom: 30px;
        width: 100%;
        height: auto
    }
}

@media (max-width: 1279px) {
    .invest_security {
        padding: 80px 0px
    }
}

.invest_security p {
    padding-right: 20px
}

.elementor-add-container.center {
    text-align: center
}

.invest_time_earnings {
    padding: 80px 0px;
    overflow: hidden;
    background: #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    position: relative
}

@media (max-width: 1279px) {
    .invest_time_earnings {
        padding: 40px 0px
    }
}

@media (max-width: 767px) {
    .invest_time_earnings {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0px
    }
}

.invest_time_earnings .common_block_text p {
    color: #575757
}

@media (max-width: 767px) {
    .invest_time_earnings .container {
        width: 100%;
        display: block
    }
}

.invest_time_earnings-slider {
    position: absolute;
    width: 50%;
    right: 0px;
    top: 0px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    background: #fff;
    border-right: calc((100vw - 1156px) / 2) solid transparent;
    border-left: 100px solid transparent
}

@media (max-width: 767px) {
    .invest_time_earnings-slider {
        width: 100%;
        display: block;
        margin-top: 40px
    }
}

.invest_time_earnings-slider-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../images/icon-arrow-left-bright-green.svg) no-repeat center center;
    z-index: 2;
    cursor: pointer
}

.invest_time_earnings-slider-next {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../images/icon-arrow-right-bright-green.svg) no-repeat center center;
    z-index: 2;
    cursor: pointer
}

.invest_time_earnings-slider-pagination {
    position: absolute;
    bottom: 40px !important;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 2
}

.invest_time_earnings-slider-pagination .swiper-pagination-bullet {
    background: #00B140 !important
}

.invest_time_earnings-slider .swiper-slide {
    display: table
}

.invest_time_earnings-slider .swiper-slide span {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.invest_time_earnings-slider .swiper-slide span img {
    max-width: 80%;
    max-height: 300px
}

@media (max-width: 767px) {
    .invest_time_earnings-slider .swiper-slide span img {
        max-width: 70%;
        max-height: 240px
    }
}

@media (max-width: 1279px) {
    .invest_time_earnings-slider {
        width: 40%;
        border-left: 0px;
        border-right: 0px
    }
}

@media (max-width: 767px) {
    .invest_time_earnings-slider {
        position: relative;
        width: 100%;
        height: 400px;
        left: 0px;
        top: 0px
    }
}

.invest_time_earnings-download {
    display: inline-table;
    background: url(../images/icon-pdf.svg) no-repeat 16px center #00B140;
    background-size: 14px auto;
    height: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-left: 46px;
    padding-right: 135px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    color: #fff !important;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.67, -0.31, 0.3, 1.26);
    -moz-transition: 0.3s cubic-bezier(0.67, -0.31, 0.3, 1.26);
    -ms-transition: 0.3s cubic-bezier(0.67, -0.31, 0.3, 1.26);
    -o-transition: 0.3s cubic-bezier(0.67, -0.31, 0.3, 1.26);
    transition: 0.3s cubic-bezier(0.67, -0.31, 0.3, 1.26)
}

@media (max-width: 767px) {
    .invest_time_earnings-download {
        margin-bottom: 20px
    }
}

.invest_time_earnings-download.yellow {
    background: url(../images/icon-pdf.svg) no-repeat 16px center #FFA300;
    background-size: 14px auto
}

@media (max-width: 767px) {
    .invest_time_earnings-download.yellow {
        background: url(../images/icon-pdf.svg) no-repeat 16px 25px #FFA300;
        background-size: 14px auto
    }
}

@media (max-width: 767px) {
    .invest_time_earnings-download {
        height: auto;
        padding-right: 46px;
        padding-bottom: 75px;
        padding-top: 24px;
        background: url(../images/icon-pdf.svg) no-repeat 16px 25px #007D8A;
        background-size: 14px auto
    }
}

.invest_time_earnings-download:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.invest_time_earnings-download:after {
    content: "Baixar";
    width: 102px;
    height: 38px;
    border: 1px solid #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -19px;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 38px;
    padding-left: 15px;
    text-align: left;
    background: url(../images/icon-download.svg) no-repeat right 16px center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

@media (max-width: 767px) {
    .invest_time_earnings-download:after {
        top: auto;
        right: 25px;
        width: auto;
        left: 46px;
        bottom: 24px
    }
}

.invest_time_earnings-download span {
    display: table-cell;
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.invoice {
    padding: 80px 0px;
    overflow: hidden
}

@media (max-width: 1279px) {
    .invoice {
        padding: 40px 0px
    }
}

@media (max-width: 767px) {
    .invoice {
        background-image: none !important
    }
}

.invoice_title {
    padding: 80px 0px;
    overflow: hidden;
    background: #007D8A;
    color: #fff
}

@media (max-width: 1279px) {
    .invoice_title {
        padding: 40px 0px
    }
}

.invoice_title h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700
}

@media (max-width: 767px) {
    .invoice_title h1 {
        font-size: 24px;
        line-height: 30px
    }
}

.news_list {
    padding: 80px 0px;
    overflow: hidden;
    background: url(../images/in-detail-top-left-1.png) no-repeat left top
}

@media (min-width: 1024px) {
    .news_list {
        min-height: calc(100vh - 492px)
    }
}

@media (max-width: 1696px) {
    .news_list {
        background-size: 120px auto
    }
}

@media (max-width: 1365px) {
    .news_list {
        background-size: 80px auto
    }
}

@media (max-width: 1279px) {
    .news_list {
        background-size: 0px auto;
        padding: 40px 0px
    }
}

@media (max-width: 767px) {
    .news_list {
        background-size: 160px auto;
        background-position: 0px -80px;
        padding: 40px 0px
    }
}

.news_list-title {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    color: #165C7D;
    line-height: 38px;
    float: left
}

@media (max-width: 767px) {
    .news_list-title {
        width: 100%;
        text-align: left
    }
}

.news_list-search {
    float: right;
    position: relative;
    font-size: 0px
}

@media (max-width: 767px) {
    .news_list-search {
        width: 100%;
        margin-bottom: 30px
    }
}

.news_list-search a {
    position: absolute;
    right: 0px;
    top: 4px;
    height: 40px;
    width: 40px;
    font-size: 0px;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: none;
    display: block;
    background: url(../images/icon-close-green.svg) no-repeat center center;
    z-index: 2;
    cursor: pointer
}

@media (max-width: 767px) {
    .news_list-search a {
        top: 4px
    }
}

.news_list-search button {
    position: relative;
    height: 40px;
    width: 40px;
    font-size: 0px;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: -40px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 2;
    cursor: pointer
}

.news_list-search button.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.news_list-search input {
    width: 170px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    outline: none;
    margin-top: 4px;
    padding-left: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-magnifying-glass-green.svg) no-repeat 8px center #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 1023px) {
    .news_list-search input {
        width: 160px
    }
}

@media (max-width: 767px) {
    .news_list-search input {
        width: 100%
    }
}

@media (max-width: 767px) {
    .news_list-search input {
        width: 100%
    }
}

.news_list-search input.active {
    width: 270px
}

@media (max-width: 1023px) {
    .news_list-search input.active {
        width: 160px
    }
}

@media (max-width: 767px) {
    .news_list-search input.active {
        width: 100%
    }
}

.news_list-list {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 20px
}

@media (max-width: 767px) {
    .news_list-list {
        padding-top: 10px
    }
}

.news_list-list-item {
    display: block;
    cursor: pointer;
    margin-bottom: 20px
}

.news_list-list-item:hover .news_list-list-item-image:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news_list-list-item-image {
    height: 210px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

@media (max-width: 767px) {
    .news_list-list-item-image {
        margin-bottom: 10px
    }
}

.news_list-list-item-image::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.news_list-list-item-bottom_line {
    height: 210px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15)
}

.news_list-list-item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #165C7D;
    margin-bottom: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap
}

.news_list-list-item-info {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #FFA300;
    margin-bottom: 4px
}

.news_list-list-item-summary {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
    padding-right: 50px;
    max-height: 100px;
    overflow: hidden
}

@media (max-width: 767px) {
    .news_list-list-item-summary {
        padding-right: 0px
    }
}

.news_list-list-item-button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #007D8A
}

.news_list-list-item-button:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 8px;
    position: relative;
    top: -1px;
    margin-left: 4px
}

.news_list-vertical_divisor {
    width: 1px;
    height: 2000px;
    margin: 0px auto;
    background: #e3e3e3;
    position: relative;
    top: -100px;
    left: 50%;
    position: absolute
}

.news_list-sidebar-title {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    color: #165C7D;
    line-height: 38px;
    margin-bottom: 40px
}

.news_list-sidebar-item {
    display: block;
    cursor: pointer;
    margin-bottom: 20px
}

.news_list-sidebar-item:hover .news_list-sidebar-item-image:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news_list-sidebar-item:last-child .news_list-sidebar-item-summary {
    border-bottom: 0px
}

.news_list-sidebar-item-image {
    height: 90px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.news_list-sidebar-item-image::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.news_list-sidebar-item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #165C7D;
    margin-bottom: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap
}

.news_list-sidebar-item-info {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #FFA300;
    margin-bottom: 4px
}

.news_list-sidebar-item-summary {
    font-size: 12px;
    color: #575757;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    padding-right: 0px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
    padding-bottom: 10px
}

.news_slider {
    height: 400px;
    background: #f4f4f4;
    overflow: hidden;
    color: #fff;
    position: relative
}

@media (max-width: 767px) {
    .news_slider {
        height: 350px
    }
}

.news_slider .swiper-slide {
    background-size: cover;
    background-position: center center
}

.news_slider .container,
.news_slider .row {
    height: 100%
}

.news_slider-title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .news_slider-title {
        font-size: 24px;
        line-height: 30px
    }
}

.news_slider-summary {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px
}

.news_slider-button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.news_slider-button:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 8px;
    position: relative;
    top: -1px;
    margin-left: 4px
}

.news_slider-pagination {
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-align: center;
    z-index: 4
}

.realty_info {
    padding: 100px 0px;
    overflow: hidden;
    background: url(../images/in-detail-top-left-1.png) no-repeat left top
}

@media (max-width: 1279px) {
    .realty_info {
        padding: 80px 0px
    }
}

@media (max-width: 1023px) {
    .realty_info {
        background-size: 100px auto
    }
}

@media (max-width: 767px) {
    .realty_info {
        padding-top: 40px;
        padding-bottom: 20px;
        background-size: 0px auto
    }
}

.realty_info-gallery {
    height: 380px;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

@media (max-width: 1279px) {
    .realty_info-gallery {
        height: 300px
    }
}

@media (max-width: 767px) {
    .realty_info-gallery {
        width: 100vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px
    }
}

.realty_info-gallery .realty_info-gallery-image {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.realty_info-gallery .realty_info-gallery-image.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2
}

.realty_info-gallery-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.realty_info-slider {
    height: 112px;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px
}

.realty_info-slider-prev {
    position: relative;
    z-index: 1;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/icon-arrow-left-green.svg) no-repeat center center;
    background-size: 10px;
    left: -30px;
    top: -56px;
    cursor: pointer;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.realty_info-slider-next {
    position: relative;
    z-index: 1;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 10px;
    right: -30px;
    top: -56px;
    cursor: pointer;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.realty_info-slider .swiper-slide {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.realty_info-slider .swiper-slide-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

@media (max-width: 767px) {
    .realty_info-slider .swiper-slide {
        width: 80px
    }
}

.realty_info-vertical_divisor {
    width: 1px;
    height: 2000px;
    margin: 0px auto;
    background: #e3e3e3;
    position: relative;
    top: -100px;
    left: 50%;
    position: absolute
}

.realty_info-breadcrumbs {
    color: #007D8A;
    font-size: 10px;
    text-transform: uppercase
}

.realty_info-breadcrumbs li {
    display: inline-block
}

.realty_info-breadcrumbs li:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 4px;
    position: relative;
    top: -1px
}

.realty_info-breadcrumbs li:last-child:after {
    display: none
}

.realty_info-title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #575757;
    margin-top: 10px
}

@media (max-width: 767px) {
    .realty_info-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

.realty_info-labels {
    font-size: 0px;
    margin-top: 14px;
    vertical-align: middle
}

@media (max-width: 767px) {
    .realty_info-labels {
        position: relative;
        width: 100vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        padding: 0px 12.5px;
        text-align: center;
        text-align-last: center;
        margin-top: 0px
    }
}

.realty_info-labels-item {
    height: 20px;
    background: #007D8A;
    padding: 0px 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 10px;
    color: #fff !important;
    line-height: 20px;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-right: 10px
}

@media (max-width: 767px) {
    .realty_info-labels-item {
        display: inline-block
    }
}

.realty_info-labels-code {
    font-size: 12px;
    color: #575757;
    font-weight: 700;
    line-height: 12px;
    display: inline-block;
    margin-left: 10px
}

@media (max-width: 767px) {
    .realty_info-labels-code {
        margin-left: 0px;
        display: inline-block
    }
}

.realty_info-horizontal_divisor {
    height: 1px;
    width: 2000px;
    background: #e3e3e3;
    position: relative;
    margin: 50px 0px
}

@media (max-width: 767px) {
    .realty_info-horizontal_divisor {
        margin: 20px 0px
    }
}

.realty_info-whatsapp-btn {
    margin-bottom: 20px;
    display: block
}

.realty_info-whatsapp-btn a {
    display: inline-flex;
    background-color: #00B140;
    padding: 10px 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase
}

.realty_info-whatsapp-btn a:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iLTIzIC0yMSA2ODIgNjgyLjY2NjY5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGQ9Im01NDQuMzg2NzE5IDkzLjAwNzgxMmMtNTkuODc1LTU5Ljk0NTMxMi0xMzkuNTAzOTA3LTkyLjk3MjY1NTgtMjI0LjMzNTkzOC05My4wMDc4MTItMTc0LjgwNDY4NyAwLTMxNy4wNzAzMTIgMTQyLjI2MTcxOS0zMTcuMTQwNjI1IDMxNy4xMTMyODEtLjAyMzQzNyA1NS44OTQ1MzEgMTQuNTc4MTI1IDExMC40NTcwMzEgNDIuMzMyMDMyIDE1OC41NTA3ODFsLTQ0Ljk5MjE4OCAxNjQuMzM1OTM4IDE2OC4xMjEwOTQtNDQuMTAxNTYyYzQ2LjMyNDIxOCAyNS4yNjk1MzEgOTguNDc2NTYyIDM4LjU4NTkzNyAxNTEuNTUwNzgxIDM4LjYwMTU2MmguMTMyODEzYzE3NC43ODUxNTYgMCAzMTcuMDY2NDA2LTE0Mi4yNzM0MzggMzE3LjEzMjgxMi0zMTcuMTMyODEyLjAzNTE1Ni04NC43NDIxODgtMzIuOTIxODc1LTE2NC40MTc5NjktOTIuODAwNzgxLTIyNC4zNTkzNzZ6bS0yMjQuMzM1OTM4IDQ4Ny45MzM1OTRoLS4xMDkzNzVjLTQ3LjI5Njg3NS0uMDE5NTMxLTkzLjY4MzU5NC0xMi43MzA0NjgtMTM0LjE2MDE1Ni0zNi43NDIxODdsLTkuNjIxMDk0LTUuNzE0ODQ0LTk5Ljc2NTYyNSAyNi4xNzE4NzUgMjYuNjI4OTA3LTk3LjI2OTUzMS02LjI2OTUzMi05Ljk3MjY1N2MtMjYuMzg2NzE4LTQxLjk2ODc1LTQwLjMyMDMxMi05MC40NzY1NjItNDAuMjk2ODc1LTE0MC4yODEyNS4wNTQ2ODgtMTQ1LjMzMjAzMSAxMTguMzA0Njg4LTI2My41NzAzMTIgMjYzLjY5OTIxOS0yNjMuNTcwMzEyIDcwLjQwNjI1LjAyMzQzOCAxMzYuNTg5ODQ0IDI3LjQ3NjU2MiAxODYuMzU1NDY5IDc3LjMwMDc4MXM3Ny4xNTYyNSAxMTYuMDUwNzgxIDc3LjEzMjgxMiAxODYuNDg0Mzc1Yy0uMDYyNSAxNDUuMzQzNzUtMTE4LjMwNDY4NyAyNjMuNTkzNzUtMjYzLjU5Mzc1IDI2My41OTM3NXptMTQ0LjU4NTkzOC0xOTcuNDE3OTY4Yy03LjkyMTg3NS0zLjk2ODc1LTQ2Ljg4MjgxMy0yMy4xMzI4MTMtNTQuMTQ4NDM4LTI1Ljc4MTI1LTcuMjU3ODEyLTIuNjQ0NTMyLTEyLjU0Njg3NS0zLjk2MDkzOC0xNy44MjQyMTkgMy45Njg3NS01LjI4NTE1NiA3LjkyOTY4Ny0yMC40Njg3NSAyNS43ODEyNS0yNS4wOTM3NSAzMS4wNjY0MDYtNC42MjUgNS4yODkwNjItOS4yNDIxODcgNS45NTMxMjUtMTcuMTY3OTY4IDEuOTg0Mzc1LTcuOTI1NzgyLTMuOTY0ODQ0LTMzLjQ1NzAzMi0xMi4zMzU5MzgtNjMuNzI2NTYzLTM5LjMzMjAzMS0yMy41NTQ2ODctMjEuMDExNzE5LTM5LjQ1NzAzMS00Ni45NjA5MzgtNDQuMDgyMDMxLTU0Ljg5MDYyNi00LjYxNzE4OC03LjkzNzUtLjAzOTA2Mi0xMS44MTI1IDMuNDc2NTYyLTE2LjE3MTg3NCA4LjU3ODEyNi0xMC42NTIzNDQgMTcuMTY3OTY5LTIxLjgyMDMxMyAxOS44MDg1OTQtMjcuMTA1NDY5IDIuNjQ0NTMyLTUuMjg5MDYzIDEuMzIwMzEzLTkuOTE3OTY5LS42NjQwNjItMTMuODgyODEzLTEuOTc2NTYzLTMuOTY0ODQ0LTE3LjgyNDIxOS00Mi45Njg3NS0yNC40MjU3ODItNTguODM5ODQ0LTYuNDM3NS0xNS40NDUzMTItMTIuOTY0ODQzLTEzLjM1OTM3NC0xNy44MzIwMzEtMTMuNjAxNTYyLTQuNjE3MTg3LS4yMzA0NjktOS45MDIzNDMtLjI3NzM0NC0xNS4xODc1LS4yNzczNDQtNS4yODEyNSAwLTEzLjg2NzE4NyAxLjk4MDQ2OS0yMS4xMzI4MTIgOS45MTc5NjktNy4yNjE3MTkgNy45MzM1OTQtMjcuNzMwNDY5IDI3LjEwMTU2My0yNy43MzA0NjkgNjYuMTA1NDY5czI4LjM5NDUzMSA3Ni42ODM1OTQgMzIuMzU1NDY5IDgxLjk3MjY1NmMzLjk2MDkzNyA1LjI4OTA2MiA1NS44Nzg5MDYgODUuMzI4MTI1IDEzNS4zNjcxODcgMTE5LjY0ODQzOCAxOC45MDYyNSA4LjE3MTg3NCAzMy42NjQwNjMgMTMuMDQyOTY4IDQ1LjE3NTc4MiAxNi42OTUzMTIgMTguOTg0Mzc0IDYuMDMxMjUgMzYuMjUzOTA2IDUuMTc5Njg4IDQ5LjkxMDE1NiAzLjE0MDYyNSAxNS4yMjY1NjItMi4yNzczNDQgNDYuODc4OTA2LTE5LjE3MTg3NSA1My40ODgyODEtMzcuNjc5Njg3IDYuNjAxNTYzLTE4LjUxMTcxOSA2LjYwMTU2My0zNC4zNzUgNC42MTcxODctMzcuNjgzNTk0LTEuOTc2NTYyLTMuMzA0Njg4LTcuMjYxNzE4LTUuMjg1MTU2LTE1LjE4MzU5My05LjI1MzkwNnptMCAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiPjwvcGF0aD48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 8px
}

.realty_info-price {
    font-family: "Exo 2", sans-serif;
    color: #FFA300;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .realty_info-price {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width: 767px) {
    .realty_info-price {
        font-size: 30px;
        line-height: 40px
    }
}

.realty_info-description {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    line-height: 28px
}

.realty_info-address {
    padding-left: 60px;
    position: relative;
    font-size: 12px;
    color: #575757;
    line-height: 18px;
    font-weight: 400;
    padding: 20px 0px;
    padding-left: 40px
}

.realty_info-address a {
    color: #007D8A;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-top: 4px
}

.realty_info-address a:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 4px
}

.realty_info-address::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    background: url(../images/icon-pin.svg) no-repeat center center;
    background-size: contain
}

.realty_info-email {
    padding-left: 60px;
    position: relative;
    font-size: 12px;
    color: #FFA300;
    text-decoration: underline;
    padding: 20px 0px;
    padding-left: 40px
}

.realty_info-email::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    background: url(../images/icon-map-email-yellow.svg) no-repeat center center;
    background-size: contain
}

.realty_info-phone {
    padding-left: 60px;
    position: relative;
    font-size: 12px;
    color: #575757;
    line-height: 18px;
    font-weight: 400;
    padding: 20px 0px;
    padding-left: 40px
}

.realty_info-phone::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    background: url(../images/icon-map-phone-yellow.svg) no-repeat center center;
    background-size: contain
}

.realty_map {
    padding: 80px 0px;
    overflow: hidden;
    background: #f4f4f4
}

@media (max-width: 1279px) {
    .realty_map {
        padding: 40px 0px
    }
}

.realty_map-title {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #575757;
    margin-bottom: 44px
}

@media (max-width: 767px) {
    .realty_map-title {
        margin-bottom: 20px
    }
}

.realty_map-map {
    height: 350px;
    background: #000
}

.sales_filter {
    margin-top: -50px;
    padding-bottom: 50px;
    overflow: visible;
    position: relative
}

.sales_filter select,
.sales_filter input {
    text-align: left !important;
    text-align-last: left !important
}

.sales_filter .container {
    position: relative
}

.sales_filter::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50px;
    width: 220px;
    height: 240px;
    background: url(../images/in-detail-top-right.png) no-repeat right top
}

@media (max-width: 1023px) {
    .sales_filter::before {
        background: none
    }
}

.sales_filter-category {
    height: 100px;
    display: block;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 27px center;
    background-size: 40px 40px;
    font-size: 14px;
    font-weight: 700;
    color: #165C7D;
    line-height: 98px;
    padding-left: 50%;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media (max-width: 767px) {
    .sales_filter-category {
        background-position: center 20px;
        height: 120px;
        line-height: 14px;
        text-align: center;
        padding-left: 0px;
        padding-top: 80px;
        color: #165C7D
    }
}

.sales_filter-category:hover {
    border: 1px solid #165C7D
}

.sales_filter-category.active {
    background-color: #fff;
    border: 1px solid #f4f4f4 !important;
    cursor: default
}

@media (max-width: 767px) {
    .sales_filter-flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sales_filter-field {
    float: left
}

.sales_filter-field button {
    height: 40px;
    background: #007D8A;
    color: #fff;
    font-size: 14px;
    padding: 0px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 41px;
    border: 0px;
    margin-left: 16px;
    cursor: pointer;
    text-align: center !important;
    text-align-last: center !important
}

@media (max-width: 767px) {
    .sales_filter-field button {
        margin-left: 0px;
        width: 100%;
        margin-top: 16px
    }
}

@media (max-width: 767px) {
    .sales_filter-field {
        width: 100%;
        float: none;
        text-align: justify;
        text-align-last: justify;
        padding-top: 20px
    }

    .sales_filter-field:first-child {
        border-top: 1px solid #e2e2e2
    }
}

.sales_filter-field label {
    display: block;
    color: #165C7D;
    font-size: 12px;
    line-height: 17px;
    text-align: left !important;
    text-align-last: left !important
}

.sales_filter-field select,
.sales_filter-field input {
    width: 161;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    margin-top: 4px
}

.sales_filter-field select {
    background: url(../images/icon-down-blue.svg) no-repeat right 10px center;
    margin-right: 16px;
    width: 176px
}

@media (max-width: 767px) {
    .sales_filter-field select {
        width: 100%
    }
}

.sales_filter-field input {
    margin-right: 8px;
    width: 170px
}

@media (max-width: 1023px) {
    .sales_filter-field input {
        width: 142px
    }
}

@media (max-width: 767px) {
    .sales_filter-field input {
        width: 40%;
        display: inline-block
    }
}

.sales_filter-field input:last-child {
    margin-right: 0px;
    margin-left: 8px
}

.sales_filter-search {
    float: right;
    padding-top: 37px;
    position: relative;
    font-size: 0px
}

@media (max-width: 767px) {
    .sales_filter-search {
        width: 100%;
        float: none;
        padding-left: 72px;
        background: url(../images/icon-filter.svg) no-repeat left center;
        height: 40px;
        padding-top: 0px;
        margin-bottom: 16px
    }
}

.sales_filter-search a {
    position: absolute;
    right: 0px;
    top: 41px;
    height: 40px;
    width: 40px;
    font-size: 0px;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: none;
    display: block;
    background: url(../images/icon-close-green.svg) no-repeat center center;
    z-index: 2;
    cursor: pointer
}

@media (max-width: 767px) {
    .sales_filter-search a {
        top: 4px
    }
}

.sales_filter-search button {
    position: relative;
    height: 40px;
    width: 40px;
    font-size: 0px;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: -40px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 2;
    cursor: pointer
}

.sales_filter-search button.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.sales_filter-search input {
    width: 170px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    outline: none;
    margin-top: 4px;
    padding-left: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-magnifying-glass-green.svg) no-repeat 8px center #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 1023px) {
    .sales_filter-search input {
        width: 160px
    }
}

@media (max-width: 767px) {
    .sales_filter-search input {
        width: 100%
    }
}

@media (max-width: 767px) {
    .sales_filter-search input {
        width: 100%
    }
}

.sales_filter-search input.active {
    width: 270px
}

@media (max-width: 1023px) {
    .sales_filter-search input.active {
        width: 160px
    }
}

@media (max-width: 767px) {
    .sales_filter-search input.active {
        width: 100%
    }
}

.sales_header {
    background: #007D8A;
    color: #fff;
    padding: 80px 0px;
    overflow: hidden
}

@media (max-width: 1279px) {
    .sales_header {
        padding-top: 40px
    }
}

.sales_header h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .sales_header h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

.sales_header h2 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400
}

.sales_list {
    padding-bottom: 80px
}

.sales_list-no_results {
    color: #575757;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px
}

.sales_list-no_results b {
    font-family: "Exo 2", sans-serif;
    color: #165C7D;
    font-size: 24px;
    font-weight: 70
}

.sales_list-item {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    margin-bottom: 40px;
    display: block;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.sales_list-item:hover {
    border-bottom: 1px solid #FFA300
}

.sales_list-item:hover .sales_list-item-image:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.sales_list-item-image {
    height: 150px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.sales_list-item-image::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.sales_list-item-name {
    font-size: 14px;
    color: #575757;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sales_list-item-date {
    font-size: 12px;
    color: #575757;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px
}

.sales_list-item-price {
    font-family: "Exo 2", sans-serif;
    color: #575757;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.sales_list-item-price b {
    font-size: 24px;
    color: #FFA300
}

.search_results {
    padding: 80px 0px;
    overflow: hidden;
    background: url(../images/in-detail-top-right-1.png) no-repeat right top
}

@media (max-width: 1365px) {
    .search_results {
        background-size: 150px auto
    }
}

@media (max-width: 1279px) {
    .search_results {
        padding: 40px 0px
    }
}

@media (max-width: 767px) {
    .search_results {
        background-size: 0px auto
    }
}

.search_results__iframe-block {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #eee;
    padding: 45px 32px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .search_results__iframe-block {
        padding: 20px
    }
}

.search_results__iframe-block__title {
    font-family: "Exo 2", sans-serif;
    color: #165C7D;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .search_results__iframe-block__title {
        font-size: 16px;
        line-height: 120%
    }
}

.search_results__iframe-block__button {
    height: 38px;
    border: 2px solid #007D8A;
    padding: 0px 16px;
    line-height: 34px;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    color: #fff;
    background: #007D8A;
    float: right;
    border-radius: 4px;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    transition: 0.2s
}

@media (max-width: 991px) {
    .search_results__iframe-block__button {
        float: left;
        margin-top: 15px
    }
}

.search_results__iframe-block__button.active {
    background: transparent;
    color: #007D8A
}

.search_results__iframe-block__button.active:before {
    filter: none
}

.search_results__iframe-block__button:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5)
}

.search_results__iframe-block__button:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/icon-expand.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(45deg);
    filter: grayscale(1) brightness(4);
    position: relative;
    top: 2px;
    transition: 0.2s
}

.search_results__iframe-block__iframe {
    display: none
}

.search_results-title {
    font-family: "Exo 2", sans-serif;
    color: #165C7D;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700
}

@media (max-width: 767px) {
    .search_results-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

.search_results-form {
    height: 38px;
    border: 1px solid #e2e2e2;
    background: url(../images/icon-magnifying-glass.svg) no-repeat 9px center #fff;
    position: relative;
    padding-left: 40px;
    padding-right: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

@media (max-width: 767px) {
    .search_results-form {
        padding-right: 40px
    }
}

.search_results-form input {
    width: 100%;
    height: 36px;
    background: transparent;
    border: 0px;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    color: #575757
}

.search_results-form button {
    position: absolute;
    right: 0px;
    width: 70px;
    height: 100%;
    border: 0px;
    top: 0px;
    cursor: pointer;
    background: url(../images/icon-arrow-right-blue.svg) no-repeat center center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 767px) {
    .search_results-form button {
        width: 40px
    }
}

.search_results-form button:hover {
    background-color: #f4f4f4
}

.search_results-tabs {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    text-align: left;
    position: relative
}

@media (max-width: 767px) {
    .search_results-tabs {
        overflow-y: hidden;
        overflow-x: auto;
        height: 51px
    }

    .search_results-tabs ::-webkit-scrollbar {
        width: 2px
    }

    .search_results-tabs ::-webkit-scrollbar-track {
        background: #ffffff
    }

    .search_results-tabs ::-webkit-scrollbar-thumb {
        background: #007D8A;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out
    }

    .search_results-tabs ::-webkit-scrollbar-thumb:hover {
        background: #FFA300
    }
}

@media (max-width: 767px) {
    .search_results-tabs-scroll {
        min-width: 600px;
        border-bottom: 1px solid #e2e2e2;
        height: 50px;
        text-align: left;
        text-align-last: left
    }
}

.search_results-tabs::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #e2e2e2;
    width: 100%;
    bottom: -1px;
    left: 0px
}

.search_results-tabs a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #adadad;
    margin-right: 20px
}

@media (max-width: 1023px) {
    .search_results-tabs a {
        margin-right: 10px
    }
}

.search_results-tabs a:hover {
    color: #575757;
    position: relative
}

.search_results-tabs a:hover::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #f4f4f4;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}

.search_results-tabs a.active {
    color: #007D8A;
    position: relative
}

.search_results-tabs a.active::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #FFA300;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px
}

.search_results-result {
    margin-top: 30px;
    font-family: "Exo 2", sans-serif;
    color: #575757;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center
}

@media (max-width: 767px) {
    .search_results-result {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px
    }
}

.search_results-result b {
    color: #165C7D
}

.search_results-filter {
    text-align: center;
    margin-top: 15px
}

.search_results-filter-fake_radio {
    display: inline-block;
    font-size: 12px;
    color: #575757;
    font-weight: 400;
    margin-right: 40px;
    cursor: pointer
}

@media (max-width: 767px) {
    .search_results-filter-fake_radio {
        width: 100%;
        display: block;
        text-align: left;
        margin-bottom: 10px
    }
}

.search_results-filter-fake_radio:active span {
    border: 1px solid #FFA300;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out
}

.search_results-filter-fake_radio:last-child {
    margin-right: 0px
}

.search_results-filter-fake_radio input {
    display: none
}

.search_results-filter-fake_radio input:checked+span:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.search_results-filter-fake_radio span {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: -1px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.search_results-filter-fake_radio span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: #FFA300;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.search_results-list {
    margin-top: 50px
}

@media (max-width: 767px) {
    .search_results-list {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.search_results-list-item {
    display: block;
    cursor: pointer;
    padding: 20px 0px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    margin-bottom: -1px;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search_results-list-item:hover {
    border-top: 1px solid #FFA300;
    border-bottom: 1px solid #FFA300;
    z-index: 2
}

.search_results-list-item-title {
    font-family: "Exo 2", sans-serif;
    color: #575757;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
    font-weight: 700
}

.search_results-list-item-summary {
    font-size: 12px;
    color: #575757;
    font-weight: 400;
    line-height: 17px;
    height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.search_results-page_list {
    margin-top: 50px
}

@media (max-width: 767px) {
    .search_results-page_list {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.search_results-page_list-page_item {
    display: block;
    cursor: pointer;
    padding: 20px 0px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    margin-bottom: -1px;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search_results-page_list-page_item:hover {
    border-top: 1px solid #FFA300;
    border-bottom: 1px solid #FFA300;
    z-index: 2
}

.search_results-page_list-page_item-image {
    height: 138px;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.search_results-page_list-page_item-title {
    font-family: "Exo 2", sans-serif;
    color: #575757;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px;
    font-weight: 700;
    margin-top: 3px
}

.search_results-page_list-page_item-link {
    font-size: 10px;
    color: #165C7D;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 5px
}

.search_results-page_list-page_item-tags {
    margin-bottom: 10px
}

.search_results-page_list-page_item-tags-item {
    height: 20px;
    background: #007D8A;
    padding: 0px 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 10px;
    color: #fff !important;
    line-height: 20px;
    font-weight: 700 !important;
    text-transform: uppercase
}

.search_results-page_list-page_item-summary {
    font-size: 12px;
    color: #575757;
    font-weight: 400;
    line-height: 17px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis
}

.simulator {
    padding: 50px 0px;
    overflow: hidden
}

@media (max-width: 1279px) {
    .simulator {
        padding: 80px 0px
    }
}

@media (max-width: 767px) {
    .simulator {
        padding: 40px 0px
    }
}

.simulator span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #575757;
    display: block
}

.simulator-button {
    display: table;
    width: 100%;
    height: 100px;
    background-color: #f4f4f4;
    padding-left: 40px;
    padding-right: 90px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-size: 0px;
    position: relative;
    background-size: 40px 40px;
    background-position: -1000px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 1023px) {
    .simulator-button {
        height: 80px;
        padding-left: 20px;
        padding-right: 60px;
        margin-bottom: 15px
    }
}

.simulator-button:hover {
    background-color: #e4e4e4
}

.simulator-button:hover:after {
    -webkit-transform: translate(10%, 0px);
    -moz-transform: translate(10%, 0px);
    -ms-transform: translate(10%, 0px);
    -o-transform: translate(10%, 0px);
    transform: translate(10%, 0px)
}

.simulator-button.active {
    background-color: #fff
}

.simulator-button.active:after {
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px)
}

.simulator-button:after {
    content: "";
    height: 100px;
    width: 20%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/icon-arrow-right-blue.svg) no-repeat center center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 1023px) {
    .simulator-button:after {
        height: 80px
    }
}

.simulator-button span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #165C7D;
    line-height: 28px
}

.simulator-mobile_selector fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px
}

.simulator-mobile_selector select {
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    margin-top: 4px;
    background: url(../images/icon-down-blue.svg) no-repeat right 10px center #fff;
    margin-right: 16px;
    margin-top: -10px
}

.simulator-form {
    float: left;
    width: 100%;
    display: none
}

@media (max-width: 767px) {
    .simulator-form {
        margin-bottom: 20px
    }
}

.simulator-form fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px
}

.simulator-form label {
    display: block;
    color: #165C7D;
    font-size: 12px;
    line-height: 17px
}

.simulator-form input {
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    margin-top: 4px;
    margin-right: 16px
}

.simulator-form p {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    margin-bottom: 20px;
    line-height: 28px
}

.simulator-form p b {
    font-weight: 700
}

.simulator-form-result {
    float: left;
    font-family: "Exo 2", sans-serif;
    color: #165C7D;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px
}

.simulator-form-result b {
    font-size: 24px;
    color: #00B140
}

.simulator-form-clear {
    float: right;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 20px;
    display: block;
    cursor: pointer;
    padding-left: 14px;
    color: #165C7D;
    margin-top: 13px;
    background: url(../images/icon-clear-cross.svg) no-repeat left center
}

.single_news_banner {
    height: 400px;
    overflow: hidden;
    background-size: cover;
    background-position: center center
}

@media (max-width: 767px) {
    .single_news_banner {
        height: auto;
        padding: 40px 0px
    }
}

.single_news_banner .container,
.single_news_banner .row {
    height: 100%
}

.single_news_banner-title {
    font-family: "Exo 2", sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .single_news_banner-title {
        font-size: 24px;
        line-height: 30px
    }
}

.single_news_banner-breadcrumbs {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center
}

.single_news_banner-breadcrumbs li {
    display: inline-block
}

.single_news_banner-breadcrumbs li:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 4px;
    position: relative;
    top: -1px
}

.single_news_banner-breadcrumbs li:last-child:after {
    display: none
}

.single_news_content {
    background: url(../images/in-detail-top-left-2.png) no-repeat left top;
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: hidden
}

@media (max-width: 1279px) {
    .single_news_content {
        background-size: 100px auto
    }
}

@media (max-width: 767px) {
    .single_news_content {
        background-size: 0px auto;
        padding-bottom: 20px
    }
}

.single_news_content-info {
    font-size: 12px;
    color: #FFA300;
    line-height: 24px;
    font-weight: 700;
    line-height: 20px
}

.single_news_content-labels {
    font-size: 0px;
    text-align: right
}

@media (max-width: 767px) {
    .single_news_content-labels {
        text-align: left
    }
}

.single_news_content-labels a {
    height: 20px;
    background: #007D8A;
    padding: 0px 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 10px;
    color: #fff !important;
    line-height: 20px;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-left: 10px
}

@media (max-width: 767px) {
    .single_news_content-labels a {
        margin-left: 0px;
        margin-right: 10px
    }

    .single_news_content-labels a:last-child {
        margin-right: 0px
    }
}

.single_news_content-content {
    margin-top: 20px
}

.single_news_content-content img {
    width: 100%;
    height: auto
}

@media (max-width: 767px) {
    .single_news_content-content img {
        width: 100vw;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px)
    }
}

.single_news_content-content p {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px
}

.single_news_content-content h2,
.single_news_content-content h3,
.single_news_content-content h4,
.single_news_content-content h5,
.single_news_content-content h6 {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #575757;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 24px
}

.single_news_content-content-slider {
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0px 30px;
    position: relative
}

.single_news_content-content-slider .swiper-slide {
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.single_news_content-content-slider .swiper-slide-active,
.single_news_content-content-slider .swiper-slide-prev,
.single_news_content-content-slider .swiper-slide-next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.single_news_content-content-slider-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 100%;
    background: url(../images/icon-arrow-left-green.svg) no-repeat left center #fff;
    background-size: 10px
}

.single_news_content-content-slider-next {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 16px;
    height: 100%;
    background: url(../images/icon-arrow-right-green.svg) no-repeat right center #fff;
    background-size: 10px
}

.single_news_related {
    padding: 50px 0px;
    overflow: hidden
}

.single_news_related-title {
    font-size: 24px;
    font-family: "Exo 2", sans-serif;
    text-align: center;
    line-height: 24px;
    color: #165C7D;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .single_news_related-title {
        text-align: left
    }
}

.single_news_related-item {
    display: block;
    cursor: pointer
}

@media (max-width: 1279px) {
    .single_news_related-item {
        margin-bottom: 20px
    }
}

.single_news_related-item:hover .single_news_related-item-image:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.single_news_related-item-image {
    height: 90px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.single_news_related-item-image::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.single_news_related-item-title {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #165C7D;
    margin-bottom: 0px
}

.single_news_related-item-info {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #FFA300
}

.single_news_related-item-summary {
    font-size: 12px;
    color: #575757;
    font-weight: 400;
    line-height: 18px
}

.single_news_share {
    overflow: hidden
}

@media (max-width: 767px) {
    .single_news_share {
        border-bottom: 1px solid rgba(112, 112, 112, 0.11)
    }
}

.single_news_share-block {
    padding: 50px 0px;
    border-top: 1px solid rgba(112, 112, 112, 0.11);
    border-bottom: 1px solid rgba(112, 112, 112, 0.11)
}

@media (max-width: 767px) {
    .single_news_share-block {
        padding-top: 0px;
        padding-bottom: 20px;
        border-top: 0px solid rgba(112, 112, 112, 0.11);
        border-bottom: 0px solid rgba(112, 112, 112, 0.11)
    }
}

.single_news_share-block-title {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #575757;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .single_news_share-block-title {
        margin-bottom: 10px
    }
}

.single_news_share-block-links {
    text-align: center;
    font-size: 0px
}

.single_news_share-block-links-item {
    width: 38px;
    height: 38px;
    display: inline-block;
    background: #FFA300;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px 10px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -ms-border-radius: 38px;
    -o-border-radius: 38px;
    border-radius: 38px;
    position: relative
}

.single_news_share-block-links-item:hover::before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.single_news_share-block-links-item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #FFA300;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.single_news_share-block-links-item.facebook {
    background-image: url(../images/icon-facebook-white.svg)
}

.single_news_share-block-links-item.twitter {
    background-image: url(../images/icon-twitter-white.svg)
}

.single_news_share-block-links-item.linkedin {
    background-image: url(../images/icon-linkedin-white.svg)
}

.single_news_share-block-links-item.link {
    background-image: url(../images/icon-link-white.svg)
}

.single_news_tag {
    overflow: hidden
}

@media (max-width: 767px) {
    .single_news_tag {
        border-bottom: 1px solid rgba(112, 112, 112, 0.11)
    }
}

.single_news_tag-block {
    padding: 50px 0px;
    border-top: 1px solid rgba(112, 112, 112, 0.11);
    font-size: 16px;
    color: #575757;
    line-height: 28px
}

@media (max-width: 767px) {
    .single_news_tag-block {
        padding-top: 0px;
        padding-bottom: 20px;
        border-top: 0px solid rgba(112, 112, 112, 0.11);
        border-bottom: 0px solid rgba(112, 112, 112, 0.11)
    }
}

.single_news_tag-block a {
    font-weight: 700;
    color: #007D8A
}

.single_news_tag-block a:after {
    content: ","
}

.single_news_tag-block a:last-child:after {
    content: ""
}

.sitemap {
    padding: 100px 0px;
    background: url(../images/in-detail-top-right-1.png) no-repeat right top
}

@media (max-width: 1365px) {
    .sitemap {
        background-size: 120px auto
    }
}

@media (max-width: 1279px) {
    .sitemap {
        padding: 80px 0px
    }
}

@media (max-width: 767px) {
    .sitemap .hide_mobile {
        display: none
    }
}

.sitemap-title {
    font-family: "Exo 2", sans-serif;
    text-align: center;
    font-size: 30px;
    color: #165C7D;
    line-height: 40px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .sitemap-title {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width: 1023px) {
    .sitemap-title {
        text-align: left
    }
}

@media (max-width: 767px) {
    .sitemap-title {
        text-align: center
    }
}

.sitemap-group {
    margin-top: 60px
}

@media (max-width: 767px) {
    .sitemap-group {
        margin-top: 0px
    }
}

.sitemap-group:first-child {
    margin-top: 0px
}

.sitemap-group-title {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    margin-bottom: 20px;
    color: #575757
}

@media (max-width: 767px) {
    .sitemap-group-title {
        cursor: pointer;
        background: url(../images/icon-down-green.svg) no-repeat right 16px center;
        padding-bottom: 0px;
        line-height: 40px
    }

    .sitemap-group-title.active {
        background: url(../images/icon-up-green.svg) no-repeat right 16px center
    }
}

.sitemap-group-item {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.sitemap-group-item a {
    display: block;
    float: left;
    clear: both;
    cursor: pointer;
    color: #165C7D;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.sitemap-group-item a::before {
    content: "○";
    margin-right: 4px;
    text-decoration: none !important
}

.sitemap-group-item a:hover {
    text-decoration: underline
}

.sitemap-group-item a:first-child {
    font-weight: 700
}

.sitemap-group-item a:first-child::before {
    display: none
}

.sitemap-menu-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    column-gap: 32px
}

.sitemap-menu-items a {
    font-family: "Exo 2";
    color: #454F5F;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 24px;
    padding: 2px 0;
    display: block
}

.sitemap-menu-items li:nth-of-type(2) {
    grid-column: 2 / 4
}

.sitemap-menu-items li:nth-of-type(2) .sitemap-submenu-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px
}

.sitemap-menu-items li:nth-of-type(2) .sitemap-submenu-items a {
    margin-bottom: 8px;
    display: block
}

.sitemap-menu-items li:nth-of-type(2) .sitemap-submenu-items a:last-of-type {
    margin-bottom: 0
}

.sitemap-menu-items li:nth-of-type(2) .sitemap-submenu-items>li:last-of-type {
    grid-column: 2 / 3;
    margin-top: 16px
}

.sitemap-menu-items li:nth-of-type(2) .sitemap-submenu-items>li>a {
    color: #165C7D;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    padding-bottom: 16px
}

.sitemap-menu-items li:nth-of-type(4) {
    grid-column: 4 / 5
}

.sitemap-menu-items>li>a {
    color: #165C7D;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #C8CCD0;
    margin-bottom: 16px
}

.sitemap-other-pages-wrapper {
    margin-top: 80px
}

.sitemap-other-pages-wrapper .sitemap-other-pages-title {
    font-family: "Exo 2";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #165C7D;
    border-bottom: 1px solid #C8CCD0;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.sitemap-other-pages-wrapper .sitemap-other-pages {
    column-count: 4;
    column-gap: 32px
}

.sitemap-other-pages-wrapper a {
    font-family: "Exo 2";
    color: #454F5F;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 24px;
    padding: 2px 0;
    display: block
}

.widget_credit_simulator {
    padding: 80px 0px
}

@media (max-width: 767px) {
    .widget_credit_simulator {
        padding: 40px 0px
    }
}

.widget_credit_simulator-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    display: none
}

.widget_credit_simulator-modal {
    position: fixed;
    left: 0px;
    top: 50%;
    width: 100%;
    background: 100%;
    z-index: 999999;
    max-height: 100%;
    overflow: auto;
    padding: 40px 0px;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget_credit_simulator-modal-message {
    display: none
}

.widget_credit_simulator-modal-error {
    display: none
}

.widget_credit_simulator-modal-form {
    display: none
}

.widget_credit_simulator-modal-form button[type="submit"] {
    height: 38px;
    padding: 0px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #FFA300;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    margin-right: 16px;
    border: 0px;
    margin-top: 24px
}

.widget_credit_simulator-modal-form button[type="submit"]:hover {
    opacity: 0.9
}

.widget_credit_simulator-modal-form button[type="button"] {
    height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #007D8A;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #007D8A;
    line-height: 36px;
    background: transparent;
    padding: 0px 24px;
    margin-top: 24px
}

.widget_credit_simulator-modal-form button[type="button"]:hover {
    opacity: 0.9
}

.widget_credit_simulator-modal-print {
    display: none
}

.widget_credit_simulator-modal-print .-modal-container {
    padding-bottom: 20px
}

.widget_credit_simulator-modal-print-header {
    overflow: hidden;
    padding-bottom: 30px
}

.widget_credit_simulator-modal-print-header img {
    float: left;
    height: 48px !important;
    width: auto !important
}

.widget_credit_simulator-modal-print-header-time {
    float: right;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    color: #165C7D
}

.widget_credit_simulator-modal-print-divisor {
    height: 1px;
    background: #d4d4d4
}

.widget_credit_simulator-modal-print-divisor.margin_bottom {
    margin-bottom: 30px;
    margin-top: 10px
}

.widget_credit_simulator-modal-print .widget_credit_simulator-results {
    display: block !important
}

.widget_credit_simulator-modal-container {
    background: #fff;
    padding: 40px;
    position: relative;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.widget_credit_simulator-modal-container-close_modal {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/icon-close-modal.svg) no-repeat center center;
    background-size: 14px 14px;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.widget_credit_simulator-form-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #575757;
    margin-bottom: 20px
}

.widget_credit_simulator-form-range_slider {
    float: left;
    width: 60%;
    font-size: 16px;
    position: relative;
    top: -16px
}

.widget_credit_simulator-form-range_slider input {
    width: 100%
}

.widget_credit_simulator-form-range_number {
    float: left;
    width: 40%;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 70;
    color: #165C7D;
    text-align: right
}

.widget_credit_simulator-form-select,
.widget_credit_simulator-form-checkbox {
    float: left;
    width: 100%
}

.widget_credit_simulator-form-select label,
.widget_credit_simulator-form-checkbox label {
    margin-top: 0px
}

.widget_credit_simulator-form-checkbox {
    margin-top: 10px;
    color: #165C7D;
    font-size: 12px;
    line-height: 17px
}

.widget_credit_simulator-form-checkbox label label.error {
    display: inline-block;
    margin-left: 10px
}

.widget_credit_simulator-form-checkbox a {
    text-decoration: underline
}

.widget_credit_simulator-form-buttons {
    float: left;
    width: 100%
}

.widget_credit_simulator button {
    font-size: 14px;
    height: 38px;
    padding: 0px 24px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.16);
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #007D8A;
    color: #fff;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    float: left
}

.widget_credit_simulator button.clear_button {
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    color: #165C7D;
    padding-left: 14px;
    padding-right: 0px;
    text-transform: none;
    margin-left: 14px;
    background: url(../images/icon-close-blue.svg) no-repeat left center;
    display: none
}

@media (max-width: 767px) {
    .widget_credit_simulator button {
        width: 100%
    }
}

.widget_credit_simulator button:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.widget_credit_simulator button:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 4px
}

.widget_credit_simulator-simulator {
    padding-top: 80px
}

@media (max-width: 767px) {
    .widget_credit_simulator-simulator {
        padding-top: 40px
    }
}

.widget_credit_simulator-title {
    font-size: 16px;
    color: #575757;
    font-weight: 700;
    line-height: 28px
}

.widget_credit_simulator-clear {
    height: 38px;
    margin-top: 20px;
    margin-left: 16px;
    background: url(../images/icon-close-blue.svg) no-repeat left center;
    padding-left: 16px;
    font-size: 12px;
    line-height: 38px;
    color: #165C7D;
    font-weight: 400;
    float: left;
    cursor: pointer;
    display: none;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .widget_credit_simulator-clear {
        width: 100%;
        margin-top: -38px;
        background-color: rgba(255, 255, 255, 0.9);
        margin-left: 0px;
        text-align: center;
        position: relative;
        z-index: 2;
        background-position: 10% center;
        font-size: 14px;
        font-weight: 700
    }
}

.widget_credit_simulator-divisor {
    height: 288px;
    width: 1px;
    background: #d4d4d4;
    margin: 0px auto
}

@media (max-width: 767px) {
    .widget_credit_simulator-divisor {
        width: 100%;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: none !important
    }
}

.widget_credit_simulator-image {
    width: 100%;
    height: 200px;
    margin-top: 30px;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 30px 0px 30px 30px;
    -moz-border-radius: 30px 0px 30px 30px;
    -ms-border-radius: 30px 0px 30px 30px;
    -o-border-radius: 30px 0px 30px 30px;
    border-radius: 30px 0px 30px 30px;
    -webkit-box-shadow: 0px 10px 0px 0px #FFA300;
    -moz-box-shadow: 0px 10px 0px 0px #FFA300;
    -ms-box-shadow: 0px 10px 0px 0px #FFA300;
    -o-box-shadow: 0px 10px 0px 0px #FFA300;
    box-shadow: 0px 10px 0px 0px #FFA300
}

.widget_credit_simulator-status {
    margin-top: 24px;
    font-size: 0px
}

.widget_credit_simulator-status-item {
    display: inline-block;
    font-size: 12px;
    color: #165C7D;
    line-height: 17px;
    font-weight: 400;
    margin-right: 76px;
    vertical-align: middle
}

.widget_credit_simulator-status-item:last-child {
    margin-right: 0px
}

.widget_credit_simulator-status-item b {
    font-size: 14px;
    color: #575757;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-top: 0px
}

.widget_credit_simulator-before {
    display: block;
    max-width: 364px
}

@media (max-width: 767px) {
    .widget_credit_simulator-before {
        display: none !important
    }
}

.widget_credit_simulator-after {
    display: none
}

.widget_credit_simulator-error {
    display: none
}

.widget_credit_simulator-loading {
    position: relative;
    height: 200px;
    display: none
}

.widget_credit_simulator-loading .search-autocomplete-words-loading {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px
}

.widget_credit_simulator-results {
    margin: 20px 0px;
    font-size: 0px;
    display: none
}

.widget_credit_simulator-results>span {
    font-size: 12px;
    font-weight: 30;
    color: #575757;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.widget_credit_simulator-results-item {
    height: 96px;
    padding-left: 30px;
    display: inline-table;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    line-height: 28px;
    text-align: center;
    vertical-align: middle
}

@media (max-width: 1279px) {
    .widget_credit_simulator-results-item {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: auto;
        padding-top: 20px
    }
}

.widget_credit_simulator-results-item b {
    font-family: "Exo 2", sans-serif;
    color: #007D8A;
    font-size: 24px;
    text-transform: uppercase
}

.widget_credit_simulator-results-item.outline {
    padding: 0px 60px;
    border: 1px solid #007D8A
}

@media (max-width: 1279px) {
    .widget_credit_simulator-results-item.outline {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.widget_credit_simulator-results-item span {
    display: table-cell;
    vertical-align: middle
}

.widget_credit_simulator-results-button {
    height: 38px;
    padding: 0px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #FFA300;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px
}

.widget_credit_simulator-results-button.arrow {
    background-image: url(../images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 40px
}

@media (max-width: 767px) {
    .widget_credit_simulator-results-button.arrow {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right 24px center;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

.widget_credit_simulator-results-button:hover {
    opacity: 0.9
}

.widget_credit_simulator-results-link {
    height: 38px;
    padding: 0px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #007D8A;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    background: url(../images/icon-arrow-right-green.svg) no-repeat right center;
    padding-left: 0px
}

.widget_credit_simulator-results-link.outline {
    border: 1px solid #007D8A;
    line-height: 36px;
    background: transparent;
    padding: 0px 24px
}

.widget_credit_simulator-results-link:hover {
    opacity: 0.9
}

.widget_credit_simulator .invest_time_earnings-download {
    margin-top: 30px
}

.widget_consortium {
    padding: 80px 0px
}

@media (max-width: 767px) {
    .widget_consortium {
        padding: 40px 0px
    }
}

.widget_consortium button {
    font-size: 14px;
    height: 38px;
    padding: 0px 24px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block !important;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.16);
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #00B140;
    color: #fff;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    float: left
}

@media (max-width: 767px) {
    .widget_consortium button {
        width: 100%
    }
}

.widget_consortium button:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.widget_consortium button:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 4px
}

.widget_consortium-simulator {
    padding-top: 80px
}

@media (max-width: 767px) {
    .widget_consortium-simulator {
        padding-top: 40px
    }
}

.widget_consortium-title {
    font-size: 16px;
    color: #575757;
    font-weight: 700;
    line-height: 28px
}

.widget_consortium-clear {
    height: 38px;
    margin-top: 20px;
    margin-left: 16px;
    background: url(../images/icon-close-blue.svg) no-repeat left center;
    padding-left: 16px;
    font-size: 12px;
    line-height: 38px;
    color: #165C7D;
    font-weight: 400;
    float: left;
    cursor: pointer;
    display: none;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .widget_consortium-clear {
        width: 100%;
        margin-top: -38px;
        background-color: rgba(255, 255, 255, 0.9);
        margin-left: 0px;
        text-align: center;
        position: relative;
        z-index: 2;
        background-position: 10% center;
        font-size: 14px;
        font-weight: 700
    }
}

.widget_consortium-divisor {
    height: 442px;
    width: 1px;
    background: #d4d4d4;
    margin: 0px auto
}

@media (max-width: 767px) {
    .widget_consortium-divisor {
        width: 100%;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: none !important
    }
}

.widget_consortium-image {
    width: 100%;
    height: 250px;
    margin-top: 30px;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 30px 0px 30px 30px;
    -moz-border-radius: 30px 0px 30px 30px;
    -ms-border-radius: 30px 0px 30px 30px;
    -o-border-radius: 30px 0px 30px 30px;
    border-radius: 30px 0px 30px 30px;
    -webkit-box-shadow: 0px 10px 0px 0px #FFA300;
    -moz-box-shadow: 0px 10px 0px 0px #FFA300;
    -ms-box-shadow: 0px 10px 0px 0px #FFA300;
    -o-box-shadow: 0px 10px 0px 0px #FFA300;
    box-shadow: 0px 10px 0px 0px #FFA300
}

.widget_consortium-status {
    margin-top: 24px;
    font-size: 0px
}

.widget_consortium-status-item {
    display: inline-block;
    font-size: 12px;
    color: #165C7D;
    line-height: 17px;
    font-weight: 400;
    margin-right: 36px;
    vertical-align: middle
}

.widget_consortium-status-item:last-child {
    margin-right: 0px
}

.widget_consortium-status-item b {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-top: 7px
}

.widget_consortium-before {
    display: block
}

@media (max-width: 767px) {
    .widget_consortium-before {
        display: none !important
    }
}

.widget_consortium-after {
    display: none
}

.widget_consortium-error {
    display: none
}

.widget_consortium-loading {
    position: relative;
    display: none
}

.widget_consortium-loading .search-autocomplete-words-loading {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px
}

.widget_consortium-results {
    margin: 20px 0px;
    font-size: 0px
}

.widget_consortium-results-item {
    height: 96px;
    padding-left: 30px;
    display: inline-table;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    line-height: 24px;
    text-align: center;
    vertical-align: middle
}

@media (max-width: 1279px) {
    .widget_consortium-results-item {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: auto;
        padding-top: 20px
    }
}

.widget_consortium-results-item b {
    font-family: "Exo 2", sans-serif;
    color: #00B140;
    font-size: 24px;
    text-transform: uppercase
}

.widget_consortium-results-item.outline {
    padding: 0px 60px;
    border: 1px solid #00B140
}

@media (max-width: 1279px) {
    .widget_consortium-results-item.outline {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.widget_consortium-results-item span {
    display: table-cell;
    vertical-align: middle
}

.widget_consortium .invest_time_earnings-download {
    margin-top: 30px
}

.elementor-menu-anchor {
    position: relative;
    top: -120px
}

.box-btns {
    display: flex;
    align-items: center
}

.invest_time_earnings-download {
    max-width: 400px;
    padding-right: 130px;
    text-align: left
}

.invest_time_earnings-download b {
    display: inline
}

@media (max-width: 767px) {
    .invest_time_earnings-download {
        max-width: 100%;
        padding-right: 25px
    }
}

.invest_time_earnings-download.wired.green {
    background-color: transparent;
    background-image: url(../images/icon-file-wired-green.svg);
    border: 1px solid #00B140
}

.invest_time_earnings-download.wired.green span {
    color: #00B140
}

.invest_time_earnings-download.wired.green:after {
    border: 1px solid #00B140;
    color: #00B140;
    background-image: url(../images/icon-wired-download-green.svg)
}

.invest_time_earnings-download.wired.green .file_extension_icon {
    color: #00B140
}

.invest_time_earnings-download.wired.yellow {
    background-color: transparent;
    background-image: url(../images/icon-file-wired-yellow.svg);
    border: 1px solid #FFA300
}

.invest_time_earnings-download.wired.yellow span {
    color: #FFA300
}

.invest_time_earnings-download.wired.yellow:after {
    border: 1px solid #FFA300;
    color: #FFA300;
    background-image: url(../images/icon-wired-download-yellow.svg)
}

.invest_time_earnings-download.wired.yellow .file_extension_icon {
    color: #FFA300
}

.btn-text {
    font-size: 14px;
    color: #007D8A !important;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: 700;
    padding-right: 0;
    background: none;
    padding-left: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    margin-top: 0 !important
}

.btn-text::after {
    border: 0px solid #fff;
    background: none;
    content: ""
}

.btn-text .file_extension_icon {
    display: none
}

.btn-text:hover {
    transform: scale(1)
}

.btn-text i {
    height: 11px;
    width: 7px;
    left: 10px;
    position: relative;
    background-color: #007D8A;
    -webkit-mask-image: url(../images/icon-arrow-right-white.svg);
    mask-image: url(../images/icon-arrow-right-white.svg)
}

@media screen and (max-width: 1200px) {
    .box-btns {
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: center
    }
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important
}

.cards-banner {
    position: relative;
    padding: 80px 0px 100px;
    text-align: center
}

@media (max-width: 767px) {
    .cards-banner {
        padding: 40px 0px 60px
    }
}

.cards-banner .container {
    position: relative;
    z-index: 2
}

.cards-banner__background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.cards-banner__back-button {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 20px 0px;
    text-align: left
}

.cards-banner__back-button a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer
}

.cards-banner__back-button a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
    position: relative;
    top: -2px;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center
}

.cards-banner__title {
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #ffffff
}

@media (max-width: 767px) {
    .cards-banner__title {
        font-size: 24px;
        line-height: 30px
    }
}

.cards-banner__divisor {
    width: 24px;
    display: inline-block;
    height: 1px;
    background: #fff;
    margin: 20px 0px 12px
}

.cards-banner__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 20px
}

.cards-banner__button {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    height: 38px;
    border: 1px solid #fff;
    padding: 0px 24px;
    line-height: 36px;
    border-radius: 4px;
    transition: 0.2s
}

.cards-banner__button:hover {
    padding: 0px 28px
}

.cards-banner__breadcrumbs {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #ffffff
}

.cards-banner__breadcrumbs ol,
.cards-banner__breadcrumbs li {
    list-style: none;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle
}

.cards-banner__breadcrumbs li:not(:last-child):after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 7px;
    position: relative;
    top: -1px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: contain
}

.cards-flag-selector {
    padding: 60px 0px;
    background: #F4F4F4;
    text-align: center
}

@media (max-width: 767px) {
    .cards-flag-selector {
        padding: 40px 0px
    }
}

.cards-flag-selector__item {
    margin-top: 40px
}

.cards-flag-selector__item__image {
    margin-bottom: 30px;
    font-size: 0px
}

.cards-flag-selector__item__image img {
    width: 100%;
    height: auto;
    filter: drop-shadow(15px 25px 34px rgba(0, 0, 0, 0.3))
}

.cards-flag-selector__item__button {
    margin-top: 10px;
    display: inline-block;
    width: 260px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 9px 5px;
    cursor: pointer;
    transition: 0.2s
}

.cards-flag-selector__item__button:hover {
    opacity: 0.9
}

.cards-flag-selector__item__button.solid {
    background: #FFA300;
    color: #fff;
    padding-top: 10px
}

.cards-flag-selector__item__button.solid:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 8px;
    width: 14px;
    height: 14px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center
}

.cards-flag-selector__item__button.wired {
    color: #005779;
    border: 1px solid #005779
}

.cards-modalities {
    padding: 60px 0px;
    text-align: center;
    box-shadow: inset 0px 470px 0px #f4f4f4
}

@media (max-width: 767px) {
    .cards-modalities {
        padding: 40px 0px
    }
}

.cards-modalities__button {
    margin-top: 10px;
    display: inline-block;
    width: 260px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 9px 5px;
    cursor: pointer;
    transition: 0.2s;
    color: #000;
    border: 1px solid #000;
    margin: 0px 6px
}

@media (max-width: 767px) {
    .cards-modalities__button {
        margin: 5px 0px;
        max-width: 100%
    }
}

.cards-modalities__button:hover {
    opacity: 0.9
}

.cards-modalities__button.green {
    color: #00B140;
    border: 1px solid #00B140
}

.cards-modalities__button.yellow {
    color: #FFA300;
    border: 1px solid #FFA300
}

@media (max-width: 767px) {
    .cards-modalities__button.yellow {
        margin-top: 10px
    }
}

.cards-modalities__item {
    margin-top: 65px;
    border-radius: 24px;
    padding: 0px 40px;
    padding-bottom: 32px;
    background-size: cover;
    background-position: center center
}

@media (max-width: 767px) {
    .cards-modalities__item {
        padding: 0px 10px 32px
    }
}

.cards-modalities__item p {
    color: #fff
}

.cards-modalities__item__image {
    margin-bottom: 25px;
    font-size: 0px
}

.cards-modalities__item__image img {
    margin-top: -25px;
    filter: drop-shadow(15px 25px 34px rgba(0, 0, 0, 0.3))
}

.cards-modalities__item__title {
    font-family: "Exo 2", sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px
}

.cards-modalities__item__button {
    margin-top: 10px;
    display: inline-block;
    width: 260px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 9px 5px;
    cursor: pointer;
    transition: 0.2s;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin: 0px 6px
}

.cards-modalities__item__button:hover {
    opacity: 0.9
}

.cards-modalities__slider {
    margin: 0px -12px;
    overflow: hidden;
    position: relative;
    padding: 0px 12px
}

.cards-modalities__slider__prev {
    width: 80px;
    height: 80px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat left 20px center #FFA300;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 2;
    border-radius: 80px;
    margin-top: 25px
}

.cards-modalities__slider__prev.swiper-button-disabled {
    display: none
}

.cards-modalities__slider__next {
    width: 80px;
    height: 80px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat left 20px center #FFA300;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 80px;
    margin-top: 25px
}

.cards-modalities__slider__next.swiper-button-disabled {
    display: none
}

.cards-modalities__slider__pagination {
    margin-top: 30px
}

.cards-modalities__slider__pagination .swiper-pagination-bullet {
    background: #005779 !important
}

.cards-modalities__slider__pagination .swiper-pagination-bullet-active {
    background: #005779 !important
}

.cards-modalities~.modal .modal-content {
    font-weight: 400
}

.cards-app-buttons {
    padding: 60px 0px
}

@media (max-width: 767px) {
    .cards-app-buttons {
        padding: 40px 0px
    }
}

.cards-app-buttons p {
    padding-right: 20px
}

.cards-app-buttons__divisor {
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .cards-app-buttons__divisor {
        margin-bottom: 40px
    }
}

.cards-app-buttons__title {
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #575757;
    margin-bottom: 10px
}

.cards-app-buttons a {
    font-size: 0px;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px
}

.cards-app-buttons a img {
    width: 100%
}

.cards-app-buttons img {
    display: block;
    margin: 0px auto
}

.cards-modal-button {
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #FFA300;
    padding: 12px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.cards-modal-button:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

@media (max-width: 1279px) {
    .cards-modal-button {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .cards-modal-button.full {
        width: 100% !important;
        margin-left: 0px;
        top: 0px;
        position: relative
    }
}

.page-template-template-indicacao-cooperado .mobile_access_banner,
.page-template-template-indicacao-cooperado .header,
.page-template-template-indicacao-cooperado .overfooter,
.page-template-template-indicacao-cooperado .footer,
.page-template-template-indicacao-cooperado .search,
.page-template-template-indicacao-cooperado .mobile_floater,
.page-template-template-indicacao-cooperado-vav .mobile_access_banner,
.page-template-template-indicacao-cooperado-vav .header,
.page-template-template-indicacao-cooperado-vav .overfooter,
.page-template-template-indicacao-cooperado-vav .footer,
.page-template-template-indicacao-cooperado-vav .search,
.page-template-template-indicacao-cooperado-vav .mobile_floater,
.page-template-template-indicacao-cooperado-unilos .mobile_access_banner,
.page-template-template-indicacao-cooperado-unilos .header,
.page-template-template-indicacao-cooperado-unilos .overfooter,
.page-template-template-indicacao-cooperado-unilos .footer,
.page-template-template-indicacao-cooperado-unilos .search,
.page-template-template-indicacao-cooperado-unilos .mobile_floater,
.page-template-template-indicacao-cooperado-credcrea .mobile_access_banner,
.page-template-template-indicacao-cooperado-credcrea .header,
.page-template-template-indicacao-cooperado-credcrea .overfooter,
.page-template-template-indicacao-cooperado-credcrea .footer,
.page-template-template-indicacao-cooperado-credcrea .search,
.page-template-template-indicacao-cooperado-credcrea .mobile_floater {
    display: none !important
}

.page-template-template-indicacao-cooperado .accessbility_nav,
.page-template-template-indicacao-cooperado-vav .accessbility_nav,
.page-template-template-indicacao-cooperado-unilos .accessbility_nav,
.page-template-template-indicacao-cooperado-credcrea .accessbility_nav {
    margin-bottom: 0px
}

@media (min-width: 1200px) {

    .page-template-template-indicacao-cooperado .container,
    .page-template-template-indicacao-cooperado-vav .container,
    .page-template-template-indicacao-cooperado-unilos .container,
    .page-template-template-indicacao-cooperado-credcrea .container {
        max-width: 1088px
    }
}

.indicacao-header {
    position: absolute;
    left: 0px;
    top: 52px;
    width: 100%;
    z-index: 2
}

.indicacao-header__logo {
    float: left;
    background: url(https://ailos-sites-prd.azureedge.net/wp-content/themes/theme-ailos/public/public/assets/vendor/images/logo-viacredi-white.svg) no-repeat center center;
    background-size: 209px 59px;
    width: 209px;
    height: 59px;
    display: block;
    cursor: pointer
}

@media (max-width: 767px) {
    .indicacao-header__logo {
        background: url(https://ailos-sites-prd.azureedge.net/wp-content/themes/theme-ailos/public/public/assets/vendor/images/logo-viacredi.svg) no-repeat center center
    }
}

.indicacao-header__logo_unilos {
    float: left;
    background: url(https://ailos-sites-prd.azureedge.net/wp-content/themes/theme-ailos/public/public/assets/vendor/images/logo-unilos-white.svg) no-repeat center center;
    background-size: 209px 59px;
    width: 209px;
    height: 59px;
    display: block;
    cursor: pointer
}

@media (max-width: 767px) {
    .indicacao-header__logo_unilos {
        background: url(https://ailos-sites-prd.azureedge.net/wp-content/themes/theme-ailos/public/public/assets/vendor/images/logo-unilos.svg) no-repeat center center
    }
}

.indicacao-header__cta {
    float: right;
    height: 43px;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #00B140;
    font-weight: 700;
    font-size: 17px;
    padding: 0px 11px;
    line-height: 42px;
    border-radius: 10px;
    transition: 0.2s
}

@media (max-width: 767px) {
    .indicacao-header__cta {
        float: left;
        margin-top: 20px
    }
}

.indicacao-header__cta:hover {
    background: #FFA300
}

.indicacao-banner {
    height: 580px;
    background: url(../images/indicacao-banner.jpg) no-repeat center center #ddd;
    background-size: cover;
    position: relative
}

@media (max-width: 767px) {
    .indicacao-banner {
        height: auto;
        padding-top: 140px;
        background-position: 45% center
    }
}

@media (max-width: 767px) {
    .indicacao-banner:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9)
    }
}

.indicacao-banner__title {
    font-family: "Exo 2", sans-serif;
    font-size: 82px;
    line-height: 67px;
    letter-spacing: -0.25px;
    text-align: right;
    font-weight: 900;
    color: #165C7D
}

.indicacao-banner__title b {
    color: #00B140;
    font-weight: 900
}

@media (max-width: 767px) {
    .indicacao-banner__title {
        text-align: left;
        font-size: 40px;
        line-height: 40px
    }
}

.indicacao-banner__subtitle {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.25px;
    color: #165C7D;
    font-weight: 400;
    text-align: right;
    margin-top: 20px
}

@media (max-width: 767px) {
    .indicacao-banner__subtitle {
        text-align: left;
        margin-bottom: 40px
    }
}

.indicacao-banner .container,
.indicacao-banner .row {
    height: 100%
}

@media (max-width: 767px) {

    .indicacao-banner .container,
    .indicacao-banner .row {
        height: auto
    }
}

.indicacao-banner .row {
    padding-top: 60px
}

.indicacao-content {
    margin-top: -142px;
    position: relative
}

@media (max-width: 767px) {
    .indicacao-content {
        margin-top: 40px
    }
}

@media (max-width: 767px) {
    .indicacao-content__call {
        max-width: 100%
    }
}

.indicacao-content__title {
    text-align: center;
    font-family: "Exo 2", sans-serif;
    color: #165C7D;
    font-size: 32px;
    margin-bottom: 32px;
    font-weight: 700;
    margin-top: 100px
}

.indicacao-content__text {
    width: 370px;
    font-size: 16px;
    line-height: 33px;
    color: #165C7D;
    margin: 20px 0px
}

@media (max-width: 991px) {
    .indicacao-content__text {
        width: 100%
    }
}

.indicacao-content__form input,
.indicacao-content__form button {
    height: 46px;
    width: 100%;
    border: 0px;
    padding: 0px 20px;
    text-align: left
}

.indicacao-content__form input {
    background: #dbf4ff;
    color: #165C7D;
    font-size: 18px
}

.indicacao-content__form input::placeholder {
    color: #165C7D
}

.indicacao-content__form button {
    background: url(../images/icon-arrow-right-white.svg) no-repeat right 20px center #FFA300;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer
}

@media (max-width: 991px) {
    .indicacao-content__form button {
        background: #FFA300;
        text-align: center
    }
}

@media (max-width: 991px) {
    .indicacao-content__form button {
        margin-top: 16px
    }
}

.indicacao-content__prizes {
    margin-right: 40px;
    float: right
}

@media (max-width: 1199px) {
    .indicacao-content__prizes {
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .indicacao-content__prizes {
        margin-right: 0px
    }
}

@media (max-width: 767px) {
    .indicacao-content__prizes {
        margin-top: 20px
    }
}

.indicacao-prizes {
    font-family: "Exo 2", sans-serif;
    color: #fff;
    margin-top: 40px
}

.indicacao-prizes__title {
    font-size: 42px;
    font-family: "Exo 2";
    color: #00b055;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .indicacao-prizes__title {
        font-size: 24px;
        line-height: 140%
    }
}

.indicacao-prizes__box {
    background: #00a5d2;
    border-radius: 10px
}

.indicacao-prizes__box__title {
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    padding: 20px 0px;
    text-transform: uppercase
}

.indicacao-prizes__box__prizes {
    margin-top: 10px
}

@media (max-width: 991px) {
    .indicacao-prizes__box__prizes__item {
        margin-bottom: 20px
    }
}

.indicacao-prizes__box__prizes__item.middle {
    margin-left: -40px
}

@media (max-width: 991px) {
    .indicacao-prizes__box__prizes__item.middle {
        margin-left: 0px
    }
}

.indicacao-prizes__box__prizes__item.last {
    margin-left: -40px
}

@media (max-width: 991px) {
    .indicacao-prizes__box__prizes__item.last {
        margin-left: 0px
    }
}

.indicacao-prizes__box__prizes__item__number {
    border-radius: 10px;
    background: #0c5676;
    width: 135px;
    height: 112px;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: -40px;
    margin-left: 30px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700
}

@media (max-width: 991px) {
    .indicacao-prizes__box__prizes__item__number {
        margin-bottom: 0px;
        width: auto;
        display: block;
        float: none
    }
}

.indicacao-prizes__box__prizes__item__number b {
    color: #FFA300;
    font-size: 55px;
    font-weight: 900
}

.indicacao-prizes__box__prizes__item__label {
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400
}

.indicacao-prizes__box__prizes__item__label.big {
    font-size: 24px;
    font-weight: 700
}

@media (max-width: 1199px) {
    .indicacao-prizes__box__prizes__item__label {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .indicacao-prizes__box__prizes__item__label {
        text-align: center;
        padding-top: 10px
    }
}

.indicacao-how {
    margin-top: 120px
}

@media (max-width: 767px) {
    .indicacao-how {
        margin-top: 60px
    }
}

.indicacao-how__box {
    padding: 40px;
    border: 1px solid #FFA300;
    border-radius: 20px;
    position: relative
}

@media (max-width: 767px) {
    .indicacao-how__box {
        padding-left: 20px;
        padding-right: 20px
    }
}

.indicacao-how__box__title {
    position: absolute;
    left: 50%;
    top: 0px;
    padding: 0px 20px;
    background: #fff;
    transform: translateX(-50%);
    font-size: 22px;
    color: #165C7D;
    text-transform: uppercase;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: -11px;
    width: 60%;
    text-align: center
}

@media (max-width: 767px) {
    .indicacao-how__box__title {
        font-size: 14px;
        padding: 0px 10px;
        left: 10%;
        width: 80%;
        text-align: center;
        text-align: center;
        transform: translateX(0%)
    }
}

.indicacao-how__box__text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #165C7D;
    font-weight: 400
}

@media (max-width: 767px) {
    .indicacao-how__box__text {
        font-size: 14px
    }
}

.indicacao-features {
    margin-top: 70px;
    font-family: "Exo 2", sans-serif;
    color: #165C7D;
    text-align: center
}

@media (max-width: 767px) {
    .indicacao-features {
        margin: 20px 0px
    }
}

.indicacao-features__item {
    padding: 0px 20px
}

@media (max-width: 767px) {
    .indicacao-features__item {
        padding: 20px
    }
}

.indicacao-features__item__icon {
    width: 67px;
    height: 67px;
    margin: 0px auto;
    margin-bottom: 26px;
    background: #ddd
}

.indicacao-features__item__icon.icon-money {
    background: url(../images/indicacao-icon-money.png) no-repeat center center;
    background-size: contain
}

.indicacao-features__item__icon.icon-pines {
    background: url(../images/indicacao-icon-pines.png) no-repeat center center;
    background-size: contain
}

.indicacao-features__item__icon.icon-value {
    background: url(../images/indicacao-icon-value.png) no-repeat center center;
    background-size: contain
}

.indicacao-features__item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

.indicacao-features__item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.indicacao-form {
    margin-top: 70px
}

@media (max-width: 767px) {
    .indicacao-form {
        margin-top: 0px
    }
}

.indicacao-form__box {
    background: #00B140;
    color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    font-size: 25px;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    line-height: 32px
}

@media (max-width: 991px) {
    .indicacao-form__box {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .indicacao-form__box {
        font-size: 18px;
        line-height: 24px
    }
}

.indicacao-form__switch {
    display: none
}

.indicacao-form__selector {
    line-height: 20px;
    font-size: 16px;
    color: #165C7D;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    cursor: pointer
}

@media (max-width: 767px) {
    .indicacao-form__selector {
        margin-top: 10px
    }
}

.indicacao-form__selector:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #d0d0d0;
    border-radius: 20px;
    float: left;
    transition: 0.5s
}

.indicacao-form__selector.active:before {
    background: #00374c
}

.indicacao-form fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px
}

.indicacao-form input {
    height: 48px;
    width: 100%;
    background: #dbf4ff;
    color: #165C7D;
    padding: 0px 10px;
    font-size: 16px;
    border: 0px;
    margin-top: 2px
}

.indicacao-form label.tip {
    text-align: right;
    margin-top: -17px;
    font-weight: 700
}

.indicacao-form .remove_friend {
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MiA0OTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MiA0OTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDY1LjA2NCwyMDcuNTY2bDAuMDI4LDBIMjg0LjQzNlYyNy4yNWMwLTE0Ljg0LTEyLjAxNi0yNy4yNDgtMjYuODU2LTI3LjI0OGgtMjMuMTE2ICAgIGMtMTQuODM2LDAtMjYuOTA0LDEyLjQwOC0yNi45MDQsMjcuMjQ4djE4MC4zMTZIMjYuOTA4Yy0xNC44MzIsMC0yNi45MDgsMTItMjYuOTA4LDI2Ljg0NHYyMy4yNDggICAgYzAsMTQuODMyLDEyLjA3MiwyNi43OCwyNi45MDgsMjYuNzhoMTgwLjY1NnYxODAuOTY4YzAsMTQuODMyLDEyLjA2NCwyNi41OTIsMjYuOTA0LDI2LjU5MmgyMy4xMTYgICAgYzE0Ljg0LDAsMjYuODU2LTExLjc2NCwyNi44NTYtMjYuNTkyVjI4NC40MzhoMTgwLjYyNGMxNC44NCwwLDI2LjkzNi0xMS45NTIsMjYuOTM2LTI2Ljc4VjIzNC40MSAgICBDNDkyLDIxOS41NjYsNDc5LjkwNCwyMDcuNTY2LDQ2NS4wNjQsMjA3LjU2NnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+) #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    transform: rotate(45deg);
    border-radius: 20px;
    right: -10px;
    top: -10px;
    cursor: pointer;
    border: 0px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s
}

.indicacao-form .remove_friend:hover {
    opacity: 0.9;
    cursor: pointer
}

.indicacao-form .removable .remove_friend {
    opacity: 1;
    pointer-events: all
}

.indicacao-form .clonable_fields {
    transition: 0.5s;
    border: 1px solid #fff;
    padding: 0px;
    border-radius: 10px;
    padding-top: 0px;
    margin-top: 0px;
    position: relative
}

.indicacao-form .clonable_fields.active {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    padding-top: 0px;
    margin-top: 20px
}

.indicacao-form .add_friend {
    margin-top: 35px;
    padding-left: 45px;
    padding-right: 10px;
    height: 48px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MiA0OTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MiA0OTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDY1LjA2NCwyMDcuNTY2bDAuMDI4LDBIMjg0LjQzNlYyNy4yNWMwLTE0Ljg0LTEyLjAxNi0yNy4yNDgtMjYuODU2LTI3LjI0OGgtMjMuMTE2ICAgIGMtMTQuODM2LDAtMjYuOTA0LDEyLjQwOC0yNi45MDQsMjcuMjQ4djE4MC4zMTZIMjYuOTA4Yy0xNC44MzIsMC0yNi45MDgsMTItMjYuOTA4LDI2Ljg0NHYyMy4yNDggICAgYzAsMTQuODMyLDEyLjA3MiwyNi43OCwyNi45MDgsMjYuNzhoMTgwLjY1NnYxODAuOTY4YzAsMTQuODMyLDEyLjA2NCwyNi41OTIsMjYuOTA0LDI2LjU5MmgyMy4xMTYgICAgYzE0Ljg0LDAsMjYuODU2LTExLjc2NCwyNi44NTYtMjYuNTkyVjI4NC40MzhoMTgwLjYyNGMxNC44NCwwLDI2LjkzNi0xMS45NTIsMjYuOTM2LTI2Ljc4VjIzNC40MSAgICBDNDkyLDIxOS41NjYsNDc5LjkwNCwyMDcuNTY2LDQ2NS4wNjQsMjA3LjU2NnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+) no-repeat 14px center #00B140;
    background-size: 20px;
    border-radius: 48px 10px 10px 48px;
    border: 0px;
    font-size: 20px;
    font-family: "Exo 2", sans-serif;
    color: #fff;
    padding-bottom: 4px;
    font-weight: 700
}

.indicacao-form .add_friend:hover {
    opacity: 0.9;
    cursor: pointer
}

.indicacao-form .invite_friends {
    height: 50px;
    width: 100%;
    font-size: 20px;
    font-family: "Exo 2", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #FFA300;
    border: 0px;
    margin-top: 35px
}

.indicacao-form .invite_friends:hover {
    opacity: 0.9;
    cursor: pointer
}

.indicacao-form .app {
    background: #087383;
    background: -webkit-linear-gradient(bottom left, #087383 0, #0d496d 100%);
    background: -o-linear-gradient(bottom left, #087383 0, #0d496d 100%);
    background: linear-gradient(to top right, #087383 0, #0d496d 100%);
    border-radius: 25px 0;
    box-shadow: 0 10px 0 #00B140;
    padding: 25px 25px 0 30px;
    color: #fff;
    margin-top: 20px
}

@media (max-width: 767px) {
    .indicacao-form .app {
        padding-bottom: 20px
    }
}

.indicacao-form .app p.text {
    color: #fff !important;
    font-size: 18px !important
}

.indicacao-form .app p.text span {
    font-weight: 700
}

.indicacao-footer {
    margin-top: 120px;
    background: #0c5676;
    padding: 80px 0px
}

@media (max-width: 767px) {
    .indicacao-footer {
        margin-top: 40px;
        padding: 40px 0px
    }
}

.indicacao-footer__logo {
    float: none;
    margin: 0px auto;
    background: url(https://ailos-sites-prd.azureedge.net/wp-content/themes/theme-ailos/public/public/assets/vendor/images/logo-viacredi-white.svg) no-repeat center center;
    background-size: 255px 72px;
    width: 255px;
    height: 72px;
    display: block;
    cursor: pointer
}

@media (max-width: 767px) {
    .indicacao-footer__logo {
        background-size: 209px 59px;
        width: 209px;
        height: 59px
    }
}

.indicacao-modal-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 99999
}

.indicacao-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    z-index: 99999;
    padding: 20px 40px;
    transform: translate(-50%, -50%)
}

.indicacao-modal__close {
    width: 40px;
    position: absolute;
    height: 40px;
    top: -40px;
    right: 0px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MiA0OTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MiA0OTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzAwLjE4OCwyNDZMNDg0LjE0LDYyLjA0YzUuMDYtNS4wNjQsNy44NTItMTEuODIsNy44Ni0xOS4wMjRjMC03LjIwOC0yLjc5Mi0xMy45NzItNy44Ni0xOS4wMjhMNDY4LjAyLDcuODcyICAgIGMtNS4wNjgtNS4wNzYtMTEuODI0LTcuODU2LTE5LjAzNi03Ljg1NmMtNy4yLDAtMTMuOTU2LDIuNzgtMTkuMDI0LDcuODU2TDI0Ni4wMDgsMTkxLjgyTDYyLjA0OCw3Ljg3MiAgICBjLTUuMDYtNS4wNzYtMTEuODItNy44NTYtMTkuMDI4LTcuODU2Yy03LjIsMC0xMy45NiwyLjc4LTE5LjAyLDcuODU2TDcuODcyLDIzLjk4OGMtMTAuNDk2LDEwLjQ5Ni0xMC40OTYsMjcuNTY4LDAsMzguMDUyICAgIEwxOTEuODI4LDI0Nkw3Ljg3Miw0MjkuOTUyYy01LjA2NCw1LjA3Mi03Ljg1MiwxMS44MjgtNy44NTIsMTkuMDMyYzAsNy4yMDQsMi43ODgsMTMuOTYsNy44NTIsMTkuMDI4bDE2LjEyNCwxNi4xMTYgICAgYzUuMDYsNS4wNzIsMTEuODI0LDcuODU2LDE5LjAyLDcuODU2YzcuMjA4LDAsMTMuOTY4LTIuNzg0LDE5LjAyOC03Ljg1NmwxODMuOTYtMTgzLjk1MmwxODMuOTUyLDE4My45NTIgICAgYzUuMDY4LDUuMDcyLDExLjgyNCw3Ljg1NiwxOS4wMjQsNy44NTZoMC4wMDhjNy4yMDQsMCwxMy45Ni0yLjc4NCwxOS4wMjgtNy44NTZsMTYuMTItMTYuMTE2ICAgIGM1LjA2LTUuMDY0LDcuODUyLTExLjgyNCw3Ljg1Mi0xOS4wMjhjMC03LjIwNC0yLjc5Mi0xMy45Ni03Ljg1Mi0xOS4wMjhMMzAwLjE4OCwyNDZ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBzdHlsZT0iZmlsbDojRkZGRkZGIj48L3BhdGg+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==) no-repeat right center;
    background-size: 40%;
    cursor: pointer
}

.indicacao-modal.success {
    border-bottom: 4px solid #00B140
}

.indicacao-modal.error {
    border-bottom: 4px solid #b10000
}

.indicacao-form input[type=checkbox] {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-right: 5px;
    margin-bottom: 2px
}

.indicacao-form label a {
    text-decoration: underline;
    font-weight: 700
}

.page-template-template-indicacao-cooperado-vav .indicacao-header__logo {
    background: url(../images/logo-vav-color.svg) no-repeat center center;
    background-size: 223px 80px;
    width: 223px;
    height: 80px
}

.page-template-template-indicacao-cooperado-vav .indicacao-banner {
    background-image: url(../images/indicacao-banner-vav.jpg)
}

@media (min-width: 1024px) {
    .page-template-template-indicacao-cooperado-vav .indicacao-content__prizes {
        width: 540px
    }
}

.page-template-template-indicacao-cooperado-vav .indicacao-footer__logo {
    background: url(https://ailos-sites-prd.azureedge.net/wp-content/themes/theme-ailos/public/public/assets/vendor/images/logo-altovale-white.svg) no-repeat center center;
    background-size: 223px 80px;
    width: 223px;
    height: 80px
}

@media (max-width: 767px) {
    .page-template-template-indicacao-cooperado-vav .indicacao-banner:before {
        background: rgba(255, 255, 255, 0.5)
    }
}

.page-template-template-indicacao-cooperado-unilos .indicacao-header__logo {
    background: url(../images/logo-unilos_1.svg) no-repeat center center;
    background-size: 223px 80px;
    width: 223px;
    height: 80px
}

.page-template-template-indicacao-cooperado-unilos .indicacao-banner {
    background-image: url(../images/indicacao-banner-unilos.jpg);
    background-size: cover;
    background-position: center center
}

@media (min-width: 1024px) {
    .page-template-template-indicacao-cooperado-unilos .indicacao-content__prizes {
        width: 540px
    }
}

.page-template-template-indicacao-cooperado-unilos .indicacao-footer__logo {
    background: url(https://ailos-sites-prd.azureedge.net/wp-content/themes/theme-ailos/public/public/assets/vendor/images/logo-unilos-white.svg) no-repeat center center;
    background-size: 223px 80px;
    width: 223px;
    height: 80px
}

@media (max-width: 767px) {
    .page-template-template-indicacao-cooperado-unilos .indicacao-banner:before {
        background: rgba(255, 255, 255, 0.9)
    }
}

.page-template-template-indicacao-cooperado-unilos .indicacao-prizes__box__prizes {
    padding-right: 43px
}

@media (max-width: 991px) {
    .page-template-template-indicacao-cooperado-unilos .indicacao-prizes__box__prizes {
        padding-right: 0px
    }
}

.page-template-template-indicacao-cooperado-unilos .indicacao-prizes__box__prizes__item__label.big {
    font-size: 34px;
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 30px
}

@media (max-width: 991px) {
    .page-template-template-indicacao-cooperado-unilos .indicacao-prizes__box__prizes__item__label.big {
        text-align: center;
        padding-bottom: 0px;
        padding-right: 0px
    }
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-header__logo {
    background: url(../images/logo-credcrea.svg) no-repeat center center;
    background-size: 223px 58px;
    width: 223px;
    height: 58px
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-banner {
    background-image: url(../images/indicacao-banner-vav.jpg)
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-banner .col-12 {
    position: relative
}

@media (min-width: 1024px) {
    .page-template-template-indicacao-cooperado-credcrea .indicacao-content__prizes {
        width: 540px
    }
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-footer__logo {
    background: url(https://ailos-sites-prd.azureedge.net/wp-content/themes/theme-ailos/public/public/assets/vendor/images/logo-credcrea-white.svg) no-repeat center center;
    background-size: 223px 80px;
    width: 223px;
    height: 80px
}

@media (max-width: 767px) {
    .page-template-template-indicacao-cooperado-credcrea .indicacao-banner:before {
        background: rgba(255, 255, 255, 0.5)
    }
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-banner__title {
    font-size: 52px;
    line-height: 44px;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .page-template-template-indicacao-cooperado-credcrea .indicacao-banner__title {
        font-size: 38px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-content__call {
    position: absolute;
    left: 8px;
    bottom: -60px
}

@media (max-width: 767px) {
    .page-template-template-indicacao-cooperado-credcrea .indicacao-content__call {
        left: 50%;
        transform: translateX(-50%);
        bottom: -200px
    }
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-content {
    margin-top: 0px
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-intro__title {
    font-size: 30px;
    color: #00a640
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-intro__cta {
    background: #00a5d2;
    padding: 0px 180px
}

@media (max-width: 767px) {
    .page-template-template-indicacao-cooperado-credcrea .indicacao-intro__cta {
        padding: 0px;
        width: 100%
    }
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-features {
    background: #f1f1f1;
    padding: 60px 0px
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-features__title {
    font-size: 38px;
    color: #FFA300;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 60px;
    text-align: center
}

@media (max-width: 767px) {
    .page-template-template-indicacao-cooperado-credcrea .indicacao-features__title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.page-template-template-indicacao-cooperado-credcrea .indicacao-form__title {
    font-size: 38px;
    color: #1f73b4;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 60px;
    text-align: center
}

@media (max-width: 767px) {
    .page-template-template-indicacao-cooperado-credcrea .indicacao-form__title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .page-template-template-indicacao-cooperado-credcrea .indicacao-content__title {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 40px;
        text-align: left
    }
}

@media (max-width: 767px) {
    .page-template-template-indicacao-cooperado-credcrea .indicacao-form .app {
        padding-bottom: 0px
    }
}

.share-wp-modal {
    position: fixed;
    max-width: 460px;
    width: calc(100vw - 24px);
    border-radius: 4px;
    padding: 30px 40px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    max-height: 100%;
    overflow: auto
}

@media (max-width: 767px) {
    .share-wp-modal {
        padding: 20px 20px
    }
}

.share-wp-modal__close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
    height: 20px;
    background: url(../images/icon-close-modal.svg) no-repeat center center;
    background-size: 10px;
    cursor: pointer
}

@media (max-width: 767px) {
    .share-wp-modal__close {
        right: 10px;
        top: 10px
    }
}

.share-wp-modal__title {
    font-family: "Exo 2", sans-serif;
    color: #005779;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px
}

.share-wp-modal__title b {
    color: #00B140
}

.share-wp-modal__text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px
}

.share-wp-modal__label {
    margin-top: 20px;
    color: #005779;
    font-size: 12px;
    line-height: 24px
}

.share-wp-modal__textbox {
    padding: 10px 16px;
    padding-right: 32px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px
}

.share-wp-modal__whatsapp {
    height: 37px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #00B140;
    background: #00B140;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    display: block;
    width: 250px;
    margin: 0px auto;
    margin-top: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.5px
}

@media (max-width: 767px) {
    .share-wp-modal__whatsapp {
        width: 100%
    }
}

.share-wp-modal__whatsapp:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    top: -1px;
    margin-right: 8px;
    background: url(../images/icon-whats-white.svg) no-repeat center center;
    background-size: contain
}

.share-wp-modal__copy {
    height: 37px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #005779;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    display: block;
    width: 250px;
    margin: 0px auto;
    margin-top: 10px;
    color: #005779;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.5px
}

@media (max-width: 767px) {
    .share-wp-modal__copy {
        width: 100%
    }
}

.share-wp-modal__copy:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    top: -1px;
    margin-right: 8px;
    background: url(../images/icon-copy-blue.svg) no-repeat center center;
    background-size: contain
}

.indicacao-intro {
    text-align: center;
    color: #165C7D;
    padding: 40px 0px
}

@media (max-width: 767px) {
    .indicacao-intro {
        margin-top: 180px
    }
}

.indicacao-intro__title {
    font-size: 42px;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .indicacao-intro__title {
        font-size: 24px;
        line-height: 140%
    }
}

.indicacao-intro__text {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 20px
}

.indicacao-intro__cta {
    height: 60px;
    background: #ffa505;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 60px;
    padding: 0px 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 58px;
    transition: 0.3s
}

.indicacao-intro__cta:hover {
    background: #00B140
}

.indicacao-topics-title {
    text-align: center;
    color: #00B140;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 42px;
    font-family: "Exo 2", sans-serif;
    margin-top: 40px
}

@media (max-width: 767px) {
    .indicacao-topics-title {
        font-size: 24px;
        line-height: 140%
    }
}

.indicacao-big-topic {
    padding: 40px 0px
}

.indicacao-big-topic.topic1 {
    padding: 120px 0px 70px
}

.indicacao-big-topic.topic2 {
    padding: 100px 0px 100px
}

.indicacao-big-topic.topic3 {
    padding: 170px 0px 110px
}

@media (max-width: 991px) {
    .indicacao-big-topic {
        background: #fff !important;
        padding: 40px 0px !important
    }

    .indicacao-big-topic:nth-child(odd) {
        background: #f4f4f4 !important
    }
}

.indicacao-big-topic__box-text {
    background: transparent;
    border-left: 10px solid #00B140;
    border-radius: 30px 0px 0px 30px;
    font-size: 16px;
    line-height: 33px;
    color: #165C7D;
    text-align: left;
    padding: 20px 30px;
    padding-right: 0px;
    font-weight: 400
}

.indicacao-big-topic__box-text.right {
    border-left: 0px;
    border-right: 10px solid #00B140;
    border-radius: 0px 30px 30px 0px;
    text-align: right;
    padding: 20px 30px;
    padding-left: 0px
}

.indicacao-big-topic__box-text b {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 42px;
    display: block;
    margin-bottom: 20px;
    line-height: 1
}

@media (max-width: 767px) {
    .indicacao-big-topic__box-text b {
        font-size: 24px;
        line-height: 140%
    }
}

.page-template-template-indicacao-cooperado .indicacao-banner .col-12,
.page-template-template-indicacao-cooperado-unilos .indicacao-banner .col-12 {
    position: relative
}

.page-template-template-indicacao-cooperado .indicacao-banner .col-12 img,
.page-template-template-indicacao-cooperado-unilos .indicacao-banner .col-12 img {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767px) {

    .page-template-template-indicacao-cooperado .indicacao-banner .col-12 img,
    .page-template-template-indicacao-cooperado-unilos .indicacao-banner .col-12 img {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -20px
    }
}

.page-template-template-indicacao-cooperado .indicacao-features__item__title,
.page-template-template-indicacao-cooperado-unilos .indicacao-features__item__title {
    margin-bottom: 20px
}

.page-template-template-indicacao-cooperado .indicacao-prizes,
.page-template-template-indicacao-cooperado-unilos .indicacao-prizes {
    position: relative;
    z-index: 2;
    padding-top: 70px;
    margin-top: 70px
}

.page-template-template-indicacao-cooperado .indicacao-prizes,
.page-template-template-indicacao-cooperado .indicacao-content,
.page-template-template-indicacao-cooperado-unilos .indicacao-prizes,
.page-template-template-indicacao-cooperado-unilos .indicacao-content {
    background: #f7f7f7
}

.page-template-template-indicacao-cooperado .indicacao-prizes__box__prizes,
.page-template-template-indicacao-cooperado-unilos .indicacao-prizes__box__prizes {
    padding-top: 18px
}

.page-template-template-indicacao-cooperado .indicacao-content,
.page-template-template-indicacao-cooperado-unilos .indicacao-content {
    padding-top: 80px;
    margin-top: 0px;
    padding-bottom: 70px
}

.page-template-template-indicacao-cooperado .indicacao-content__text b,
.page-template-template-indicacao-cooperado-unilos .indicacao-content__text b {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 42px
}

@media (max-width: 767px) {

    .page-template-template-indicacao-cooperado .indicacao-content__text b,
    .page-template-template-indicacao-cooperado-unilos .indicacao-content__text b {
        font-size: 24px;
        line-height: 140%
    }
}

.page-template-template-indicacao-cooperado .indicacao-form__box,
.page-template-template-indicacao-cooperado-unilos .indicacao-form__box {
    background: transparent;
    border-left: 10px solid #00B140;
    border-radius: 30px 0px 0px 30px;
    font-size: 16px;
    line-height: 33px;
    color: #165C7D;
    text-align: left;
    padding: 20px 30px;
    padding-right: 0px;
    font-weight: 400
}

@media (max-width: 767px) {

    .page-template-template-indicacao-cooperado .indicacao-form__box,
    .page-template-template-indicacao-cooperado-unilos .indicacao-form__box {
        margin-top: 40px
    }
}

.page-template-template-indicacao-cooperado .indicacao-form__box b,
.page-template-template-indicacao-cooperado-unilos .indicacao-form__box b {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 42px;
    display: block;
    margin-bottom: 20px
}

@media (max-width: 767px) {

    .page-template-template-indicacao-cooperado .indicacao-form__box b,
    .page-template-template-indicacao-cooperado-unilos .indicacao-form__box b {
        font-size: 24px;
        line-height: 140%
    }
}

.app-text {
    color: #00b055;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-top: 30px
}

@media (max-width: 767px) {
    .app-text {
        font-size: 24px
    }
}

.page-template-template-lps-sistemica {
    overflow-x: hidden
}

.page-template-template-lps-sistemica .header,
.page-template-template-lps-sistemica .search,
.page-template-template-lps-sistemica .overfooter,
.page-template-template-lps-sistemica .footer,
.page-template-template-lps-sistemica .mobile_floater,
.page-template-template-lps-sistemica .floating_chat_button {
    display: none !important
}

.page-template-template-lps-sistemica .accessbility_nav {
    margin-bottom: 0px
}

.page-template-template-lps-sistemica .footer_lps,
.page-template-template-lps-sistemica .float_lps {
    display: block !important
}

.cover_lps {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    min-height: 544px;
    height: auto;
    padding: 60px 0 80px
}

@media (max-width: 767px) {
    .cover_lps {
        min-height: auto;
        padding: 70px 0
    }
}

.cover_lps-logo {
    display: block;
    width: 176px;
    height: 70px;
    background-image: url(../images/logo-ailos-white.svg);
    background-size: cover;
    margin-bottom: 75px
}

@media (max-width: 767px) {
    .cover_lps-logo {
        margin-bottom: 40px
    }
}

.cover_lps-box {
    font-family: "Exo 2", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: #fff
}

.cover_lps-box span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400
}

.cover_lps-box span:before {
    content: '';
    margin: 25px 0 20px;
    display: block;
    width: 24px;
    height: 1px;
    background: #fff
}

.cover_lps-link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right.svg) no-repeat right 24px center;
    background-color: #FFA300;
    border: 1px solid #FFA300;
    height: 38px;
    line-height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    padding-left: 24px;
    padding-right: 48px;
    text-align: center;
    margin-top: 40px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.cover_lps-link:hover {
    background: url(../images/icon-arrow-right.svg) no-repeat right 20px center;
    background-color: #FFA300
}

@media (max-width: 767px) {
    .cover_lps-link:hover {
        background: url(../images/icon-arrow-right.svg) no-repeat right 20px center;
        background-color: #FFA300
    }
}

@media (max-width: 767px) {
    .cover_lps-link {
        background: url(../images/icon-arrow-right.svg) no-repeat right 24px center;
        background-color: #FFA300;
        margin-top: 20px
    }
}

.cooperate_lps,
.download_lps,
.transaction_lps {
    background-color: #F5F5F5;
    margin-bottom: -1px
}

.cooperate_lps-box,
.download_lps-box,
.transaction_lps-box {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #165C7D
}

@media (max-width: 767px) {

    .cooperate_lps-box,
    .download_lps-box,
    .transaction_lps-box {
        padding: 0;
        font-size: 22px
    }
}

.cooperate_lps-box strong,
.cooperate_lps-box b,
.download_lps-box strong,
.download_lps-box b,
.transaction_lps-box strong,
.transaction_lps-box b {
    font-weight: 700;
    color: #FFA300
}

.cooperate_lps-box span,
.download_lps-box span,
.transaction_lps-box span {
    display: block;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #575757;
    font-weight: 400
}

.cooperate_lps-box span strong,
.cooperate_lps-box span b,
.download_lps-box span strong,
.download_lps-box span b,
.transaction_lps-box span strong,
.transaction_lps-box span b {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    color: #165C7D
}

.cooperate_lps {
    padding: 70px 0 0
}

@media (max-width: 767px) {
    .cooperate_lps {
        padding: 30px 0 0
    }
}

.cooperate_lps-box {
    padding-bottom: 80px
}

@media (max-width: 1023px) {
    .cooperate_lps-box {
        padding-bottom: 20px
    }
}

.cooperate_lps-link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right.svg) no-repeat right 24px center;
    background-color: #FFA300;
    border: 1px solid #FFA300;
    height: 38px;
    line-height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    padding-left: 24px;
    padding-right: 48px;
    text-align: center;
    margin-top: 35px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.cooperate_lps-link:hover {
    background: url(../images/icon-arrow-right.svg) no-repeat right 20px center;
    background-color: #FFA300
}

@media (max-width: 767px) {
    .cooperate_lps-link:hover {
        background: url(../images/icon-arrow-right.svg) no-repeat right 20px center;
        background-color: #FFA300
    }
}

@media (max-width: 767px) {
    .cooperate_lps-link {
        background: url(../images/icon-arrow-right.svg) no-repeat right 24px center;
        background-color: #FFA300;
        margin-top: 20px
    }
}

.cooperate_lps-img {
    position: absolute;
    bottom: 0
}

@media (max-width: 1023px) {
    .cooperate_lps-img {
        position: relative;
        margin-bottom: -4px
    }
}

.download_lps-box {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    height: 100%
}

@media (max-width: 767px) {
    .download_lps-box {
        padding-top: 40px
    }
}

.download_lps-button {
    display: inline-block;
    width: 170px;
    height: 50px;
    font-size: 0px;
    margin-top: 30px
}

@media (max-width: 767px) {
    .download_lps-button {
        margin-top: 0;
        width: 140px;
        height: 40px
    }
}

.download_lps-button.app-store {
    background: url(../images/app-store.png) no-repeat center;
    background-size: auto 100%;
    margin-right: 25px
}

@media (max-width: 767px) {
    .download_lps-button.app-store {
        margin: 30px 0 15px
    }
}

.download_lps-button.play-store {
    background: url(../images/play-store.png) no-repeat center;
    background-size: auto 100%
}

.download_lps-img {
    margin-bottom: -4px
}

.transaction_lps {
    padding: 70px 0
}

@media (max-width: 767px) {
    .transaction_lps {
        padding: 30px 0
    }
}

.transaction_lps-box {
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    height: 100%
}

.transaction_lps-box strong,
.transaction_lps-box b {
    display: block;
    color: #00B140
}

.transaction_lps-box-icon {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.transaction_lps-box-icon:first-of-type {
    margin-top: 35px
}

@media (max-width: 767px) {
    .transaction_lps-box-icon {
        justify-content: flex-start
    }
}

.transaction_lps-box-icon .icon {
    display: inline-block;
    min-width: 18px;
    max-width: 30px;
    min-height: 17px;
    max-height: 32px;
    margin-right: 25px
}

.transaction_lps-box-icon span {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    margin: 0
}

.transaction_lps-img {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 9
}

@media (max-width: 1279px) {
    .transaction_lps-img {
        max-width: 56vw
    }
}

@media (max-width: 1023px) {
    .transaction_lps-img {
        max-width: 50vw;
        top: auto;
        bottom: 0
    }
}

@media (max-width: 767px) {
    .transaction_lps-img {
        display: block;
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 80vw;
        margin: 0 0 0 auto
    }
}

.contrast .accordion_lps {
    background-color: #000
}

.accordion_lps {
    background-color: #FFFFFF;
    padding: 80px 0
}

@media (max-width: 767px) {
    .accordion_lps {
        padding: 30px 0
    }
}

.accordion_lps:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: url(../images/in-detail-top-right-3.png) no-repeat right -2px top -2px;
    background-size: 260px auto
}

@media (max-width: 1279px) {
    .accordion_lps:after {
        width: 100%;
        background-size: 100px auto
    }
}

@media (max-width: 767px) {
    .accordion_lps:after {
        display: none
    }
}

.accordion_lps-box {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #165C7D
}

@media (max-width: 767px) {
    .accordion_lps-box {
        padding: 0;
        font-size: 22px
    }
}

.accordion_lps-box strong,
.accordion_lps-box b,
.accordion_lps-box span {
    display: block;
    font-weight: 700;
    color: #00A9CE
}

.accordion_lps-box-item {
    width: 100%;
    display: block;
    margin-top: 35px;
    padding-bottom: 35px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #575757;
    font-weight: 400;
    border-bottom: 1px solid #f4f4f4
}

.accordion_lps-box-item span {
    width: 100%;
    position: relative;
    display: block;
    font-weight: 700;
    color: #165C7D;
    cursor: pointer;
    z-index: 9
}

.accordion_lps-box-item span:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-bottom: 1.5px solid #165C7D;
    border-right: 1.5px solid #165C7D;
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.3s ease-in-out
}

.accordion_lps-box-item .content {
    display: block;
    max-height: 0px;
    overflow: hidden;
    margin: 0px;
    transition: 0.3s ease-in-out
}

.accordion_lps-box-item.active span:after {
    transform: rotate(-135deg)
}

.accordion_lps-box-item.active .content {
    max-height: 1000px;
    margin-top: 20px
}

.accordion_lps-box-item strong {
    font-weight: 700
}

.accordion_lps-box-item ul li {
    padding-left: 24px;
    position: relative
}

.accordion_lps-box-item ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #165C7D
}

.page-template-template-feira .header,
.page-template-template-feira .search,
.page-template-template-feira .mobile_floater {
    display: none !important
}

.page-template-template-feira .accessbility_nav {
    margin-bottom: 0px
}

.lp-header {
    height: 80px;
    font-size: 0px
}

@media (max-width: 767px) {
    .lp-header {
        height: 50px
    }
}

.lp-header__logo {
    float: left;
    height: 50px;
    width: auto;
    margin-top: 15px
}

.lp-header__logo img {
    height: 50px !important;
    width: auto !important
}

@media (max-width: 767px) {
    .lp-header__logo img {
        height: 38px !important
    }
}

@media (max-width: 767px) {
    .lp-header__logo {
        height: 38px;
        margin-top: 6px
    }
}

.lp-header__anchors {
    line-height: 50px;
    float: right;
    font-size: 14px;
    line-height: 19px;
    color: #165C7D;
    margin-top: 15px
}

@media (max-width: 767px) {
    .lp-header__anchors {
        display: none
    }
}

.lp-header__anchors a {
    line-height: 50px;
    display: inline-block;
    margin-left: 40px
}

.lp-header__anchors a:hover {
    text-decoration: underline
}

.lp-header__mobile-button {
    display: none;
    float: right;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    position: relative;
    cursor: pointer
}

.lp-header__mobile-button div {
    width: 25px;
    height: 2px;
    background: #165C7D;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.lp-header__mobile-button:before {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #165C7D;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -8px);
    -moz-transform: translate(-50%, -8px);
    -ms-transform: translate(-50%, -8px);
    -o-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.lp-header__mobile-button:after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #165C7D;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 6px);
    -moz-transform: translate(-50%, 6px);
    -ms-transform: translate(-50%, 6px);
    -o-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width: 767px) {
    .lp-header__mobile-button {
        display: block
    }
}

.lp-header__menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #165C7D;
    background-image: url(../images/mobile-menu-decoration.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 50%;
    display: none
}

.lp-header__menu-mobile a {
    font-size: 14px;
    line-height: 43px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat right center;
    display: block;
    cursor: pointer;
    color: #fff;
    text-align: left;
    text-align-last: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.lp-header__menu-mobile a:first-child {
    margin-top: 20px
}

.lp-header__menu-mobile a:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1)
}

.widget-full_banner {
    height: 688px
}

@media (max-width: 1399px) {
    .widget-full_banner {
        height: calc(100vw / 2.8)
    }
}

.widget-welcome-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(87, 87, 87, 0.8)
}

.widget-welcome-modal>.container {
    height: 100%
}

.widget-welcome-modal>.container>.row {
    height: 100%
}

.widget-welcome-modal__container {
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

.widget-welcome-modal__container__img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.widget-welcome-modal__container__content {
    padding: 40px
}

@media (max-width: 767px) {
    .widget-welcome-modal__container__content {
        padding: 20px
    }
}

.widget-welcome-modal__items__item {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 19px;
    color: #575757;
    padding: 12px 0px;
    padding-left: 50px
}

.widget-welcome-modal__items__item.icon-devices {
    background-image: url(../images/icon-devices.svg)
}

.widget-welcome-modal__items__item.icon-handshake {
    background-image: url(../images/icon-handshake.svg)
}

.widget-welcome-modal__items__item.icon-heart {
    background-image: url(../images/icon-heart.svg)
}

.widget-welcome-modal__items__item.icon-note {
    background-image: url(../images/icon-note.svg)
}

.widget-welcome-modal__buttons {
    font-size: 0px;
    margin-top: 20px
}

.widget-welcome-modal__buttons a {
    display: inline-block;
    height: 48px;
    line-height: 46px;
    border: 1px solid #FFA300;
    color: #FFA300;
    text-align: center;
    padding: 0px 10px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px
}

@media (max-width: 767px) {
    .widget-welcome-modal__buttons a {
        width: 100%
    }
}

.widget-welcome-modal__buttons a.solid {
    background: #FFA300;
    color: #fff;
    margin-right: 16px
}

@media (max-width: 767px) {
    .widget-welcome-modal__buttons a.solid {
        margin-bottom: 10px
    }
}

.widget-welcome-modal__buttons a:hover {
    opacity: 0.9
}

.widget-donation-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(87, 87, 87, 0.8);
    display: none
}

.widget-donation-modal>.container {
    height: 100%
}

.widget-donation-modal>.container>.row {
    height: 100%
}

.widget-donation-modal__container {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.widget-donation-modal__container__img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px 16px 0px 0px
}

.widget-donation-modal__container__content {
    padding: 40px
}

.widget-donation-modal__container__close {
    position: absolute;
    right: 32px;
    top: 32px;
    background: url(../images/icon-close-modal.svg) no-repeat center center;
    background-size: 70%;
    width: 20px;
    height: 20px;
    z-index: 2;
    cursor: pointer
}

.widget-donation-modal__container__qr {
    position: absolute;
    font-size: 0px;
    right: 40px;
    bottom: 120px
}

.widget-donation-modal__container p i {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    color: #FFA300;
    display: block;
    margin-bottom: 10px;
    font-weight: 700
}

.widget-donation-modal__buttons {
    margin-top: 40px
}

.widget-donation-modal__buttons a {
    display: inline-block;
    height: 48px;
    line-height: 46px;
    border: 1px solid #FFA300;
    color: #FFA300;
    text-align: center;
    padding: 0px 10px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px
}

.widget-donation-modal__buttons a.solid {
    background: #FFA300;
    color: #fff;
    margin-right: 16px
}

.widget-donation-modal__buttons a:hover {
    opacity: 0.9
}

.widget-donation-slider {
    text-align: center;
    padding: 80px 0px
}

@media (max-width: 767px) {
    .widget-donation-slider {
        padding: 40px 0px;
        text-align: left
    }
}

.widget-donation-slider p {
    padding: 0px 80px
}

@media (max-width: 1199px) {
    .widget-donation-slider p {
        padding: 0px
    }
}

.widget-donation-slider__slider {
    margin-top: 50px;
    overflow: hidden
}

.widget-donation-slider__slider__item {
    height: 332px;
    position: relative;
    border: 1px solid #F4F4F4;
    border-radius: 20px 20px 0px 20px;
    text-align: left;
    padding-left: 24px;
    transition: 0.3s;
    box-shadow: 0px 0px 0px rgba(255, 163, 0, 0);
    cursor: pointer
}

.widget-donation-slider__slider__item:hover {
    border: 1px solid #FFA300;
    box-shadow: 0px 0px 20px rgba(255, 163, 0, 0.2)
}

.widget-donation-slider__slider__item__image {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    height: 160px;
    border-radius: 20px 20px 0px 20px
}

.widget-donation-slider__slider__item__name {
    margin-top: 184px;
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #165C7D
}

.widget-donation-slider__slider__item__city {
    font-size: 16px;
    line-height: 28px;
    color: #575757
}

.widget-donation-slider__slider__item__cta {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFA300;
    margin-top: 40px;
    background: url(../images/icon-arrow-right-default-yellow.svg) no-repeat right 60%;
    display: inline-block;
    padding-right: 12px
}

.widget-donation-slider__slider__controls {
    text-align: center;
    font-size: 0px;
    margin-top: 40px
}

.widget-donation-slider__slider__controls__prev {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/pagination-yellow-left.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-right: 20px;
    outline: none;
    cursor: pointer
}

.widget-donation-slider__slider__controls__pagination {
    vertical-align: middle;
    display: inline-block
}

.widget-donation-slider__slider__controls__pagination .swiper-pagination-bullet {
    background: #165C7D !important;
    opacity: 0.3;
    outline: 0px !important;
    border: 0px !important;
    box-shadow: 0px !important;
    position: relative
}

.widget-donation-slider__slider__controls__pagination .swiper-pagination-bullet-active {
    background: #165C7D !important;
    opacity: 1
}

.widget-donation-slider__slider__controls__next {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/pagination-yellow-right.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-left: 20px;
    outline: none;
    cursor: pointer
}

.widget-courses {
    padding-top: 40px;
    padding-bottom: 80px;
    overflow: hidden
}

.widget-courses__list {
    text-align: center
}

.widget-courses__list__title {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #165C7D;
    margin-bottom: 24px;
    margin-top: 50px
}

.widget-courses__list__item {
    height: 236px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: block !important;
    cursor: pointer
}

.widget-courses__list__item:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.widget-courses__list__item div {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: left
}

.widget-courses__list__item div b {
    display: block;
    font-size: 18px;
    font-family: "Exo 2", sans-serif;
    font-weight: 700
}

.widget-courses__button {
    height: 38px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat right 12px center #FFA300;
    padding: 0px 16px;
    padding-right: 28px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff !important;
    line-height: 38px;
    font-weight: 700 !important;
    text-transform: uppercase;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px
}

.widget-sponsors {
    padding: 80px 0px;
    background: #165C7D;
    text-align: center
}

@media (max-width: 767px) {
    .widget-sponsors {
        padding: 40px 0px
    }
}

.widget-sponsors__item {
    height: 184px;
    border-radius: 16px 16px 0px 16px;
    background: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 50px;
    display: block !important
}

@media (max-width: 767px) {
    .widget-sponsors__item {
        height: 100px
    }
}

.widget-sponsors__item:hover .widget-sponsors__item__hover {
    opacity: 1
}

.widget-sponsors__item__image {
    width: 226px;
    height: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    .widget-sponsors__item__image {
        width: 90%
    }
}

.widget-sponsors__item__hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 184px;
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #FFA300;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.5s
}

.widget-schedule {
    padding: 80px 0px;
    text-align: center
}

@media (max-width: 767px) {
    .widget-schedule br {
        display: none
    }
}

@media (max-width: 767px) {
    .widget-schedule {
        padding: 40px 0px;
        text-align: left
    }
}

.widget-schedule p {
    padding: 0px 80px
}

@media (max-width: 767px) {
    .widget-schedule p {
        padding: 0px
    }
}

.widget-schedule__dates {
    margin-top: 50px;
    padding: 0px 8px
}

@media (max-width: 767px) {
    .widget-schedule__dates {
        padding: 0px 2px
    }
}

.widget-schedule__dates__button {
    height: 60px;
    line-height: 60px;
    border: 1px solid #165C7D;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #165C7D;
    cursor: pointer
}

.widget-schedule__dates__button:hover {
    border: 1px solid #165C7D
}

.widget-schedule__dates__button.first {
    border-radius: 16px 0px 0px 16px
}

@media (max-width: 767px) {
    .widget-schedule__dates__button.first {
        border-radius: 8px 8px 0px 0px
    }
}

.widget-schedule__dates__button.last {
    border-radius: 0px 16px 16px 0px
}

@media (max-width: 767px) {
    .widget-schedule__dates__button.last {
        border-radius: 0px 0px 8px 8px
    }
}

.widget-schedule__dates__button.active {
    background: #FFA300;
    border: 1px solid #FFA300;
    color: #fff
}

.widget-schedule__dates__button.active:hover {
    border: 1px solid #FFA300
}

.widget-schedule__accordion__group {
    margin-top: 50px;
    display: none
}

.widget-schedule__accordion__group:first-child {
    display: block
}

.widget-schedule__accordion__item {
    border: 1px solid #165C7D;
    border-radius: 16px;
    margin-bottom: 16px;
    text-align: left
}

@media (max-width: 767px) {
    .widget-schedule__accordion__item {
        border-radius: 8px
    }
}

.widget-schedule__accordion__item__trigger {
    cursor: pointer;
    background: url(../images/icon-arrow-down-yellow-default.svg) no-repeat right 24px center;
    padding: 24px
}

.widget-schedule__accordion__item__trigger .row div:nth-child(1) {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #165C7D
}

.widget-schedule__accordion__item__trigger .row div:nth-child(2) {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFA300
}

.widget-schedule__accordion__item__content {
    display: none;
    padding: 24px
}

.widget-schedule__accordion__item__content img {
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0px 16px;
    box-shadow: 0px 8px 0px 0px #FFA300;
    margin-bottom: 48px
}

.widget-schedule__accordion__item__content span {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #165C7D;
    display: block;
    margin-bottom: 16px
}

.widget-schedule__accordion__item__content span b {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #575757
}

.widget-schedule__accordion__item__content p {
    padding: 0px
}

.widget-schedule__accordion__item__content p:last-child {
    margin-bottom: 40px
}

.widget-schedule__accordion__item__content__button {
    display: inline-block;
    height: 48px;
    line-height: 46px;
    border: 1px solid #FFA300;
    color: #FFA300;
    text-align: center;
    padding: 0px 10px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    padding-left: 46px;
    background: url(../images/icon-calendar-yellow.svg) no-repeat left 16px center
}

@media (max-width: 767px) {
    .widget-schedule__accordion__item__content__button {
        font-size: 12px;
        padding-left: 44px;
        line-height: 48px
    }
}

.widget-schedule__accordion__item__content__button:hover {
    opacity: 0.9
}

.widget-schedule__button {
    height: 38px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat right 12px center #FFA300;
    padding: 0px 16px;
    padding-right: 28px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff !important;
    line-height: 38px;
    font-weight: 700 !important;
    text-transform: uppercase;
    position: relative;
    margin-top: 50px
}

@media (max-width: 767px) {
    .widget-schedule__button {
        margin-bottom: 40px;
        font-size: 12px
    }
}

.widget-faq {
    padding: 80px 0px
}

@media (max-width: 767px) {
    .widget-faq {
        padding: 40px 0px
    }
}

.widget-faq__item {
    border-top: 1px solid #CFDCE2;
    border-bottom: 1px solid #CFDCE2;
    margin-bottom: -1px
}

.widget-faq__item:nth-child(2) {
    margin-top: 30px
}

.widget-faq__item__question {
    line-height: 100%;
    padding: 20px 0px;
    padding-right: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #165C7D;
    cursor: pointer;
    position: relative
}

.widget-faq__item__question:after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background: url(../images/icon-arrow-down-yellow-default.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all .25s linear
}

.widget-faq__item__question.active:after {
    transform: rotate(180deg)
}

.widget-faq__item__content {
    padding-bottom: 20px;
    display: none
}

.widget-faq__item__content ul {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400
}

.widget-faq__item__content li {
    font-size: 14px;
    margin-bottom: 5px
}

.widget-faq__item__content li:before {
    content: "\2022";
    margin-right: 10px;
    color: #FFA300
}

div[class*="widget-faq__item-"] {
    border-bottom: 1px solid #cccccc
}

.widget-faq__sub-item {
    border-bottom: 1px solid #ccc;
    margin-left: 20px
}

.widget-faq__sub-item:last-of-type {
    border: none
}

.widget-feedback {
    padding: 100px 0px;
    text-align: center
}

@media (max-width: 767px) {
    .widget-feedback {
        padding: 40px 0px 0px
    }
}

.widget-feedback__title {
    height: 160px
}

@media (max-width: 767px) {
    .widget-feedback__title {
        height: auto;
        margin-bottom: 16px
    }
}

.widget-feedback__button {
    height: 38px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat right 12px center #FFA300;
    padding: 0px 16px;
    padding-right: 28px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff !important;
    line-height: 38px;
    font-weight: 700 !important;
    text-transform: uppercase;
    position: relative
}

@media (max-width: 767px) {
    .widget-feedback__button {
        margin-bottom: 40px;
        font-size: 12px
    }
}

.widget-back-to-top-button {
    padding-bottom: 80px;
    text-align: center
}

.widget-back-to-top-button a {
    height: 38px;
    background: #FFA300;
    padding: 0px 16px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff !important;
    line-height: 38px;
    font-weight: 700 !important;
    text-transform: uppercase;
    position: relative
}

.swiper-button-disabled {
    cursor: default
}

.inpulse-banner {
    padding: 120px 0px
}

@media (max-width: 991px) {
    .inpulse-banner {
        padding: 60px 0px
    }
}

@media (max-width: 767px) {
    .inpulse-banner {
        padding-bottom: 0px;
        text-align: center
    }
}

.inpulse-banner__logo {
    font-size: 0px;
    margin-bottom: 20px
}

.inpulse-banner__title {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 30px
}

.inpulse-banner__cta {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-block;
    padding-right: 20px;
    background: url(../images/icon-double-arrow-down-white.svg) no-repeat right center
}

@media (max-width: 991px) {
    .inpulse-banner__cta {
        margin-bottom: 40px
    }
}

.inpulse-banner__slider {
    background: #fff;
    border-radius: 0px 20px 20px 20px;
    padding: 25px;
    position: relative
}

@media (max-width: 767px) {
    .inpulse-banner__slider {
        margin: 0px -12px;
        border-radius: 0px;
        text-align: center;
        padding: 40px
    }
}

.inpulse-banner__slider__container {
    overflow: hidden
}

@media (max-width: 767px) {
    .inpulse-banner__slider__container {
        padding-bottom: 30px
    }
}

.inpulse-banner__slider__prev {
    width: 20px;
    height: 20px;
    background: url(../images/icon-arrow-left-white.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer
}

@media (max-width: 767px) {
    .inpulse-banner__slider__prev {
        background: url(../images/icon-arrow-right-blue.svg) no-repeat center center;
        transform: rotate(180deg);
        left: 10px
    }
}

.inpulse-banner__slider__next {
    width: 20px;
    height: 20px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer
}

@media (max-width: 767px) {
    .inpulse-banner__slider__next {
        background: url(../images/icon-arrow-right-blue.svg) no-repeat center center;
        right: 10px
    }
}

.inpulse-banner__slider__pagination {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    text-align: center
}

@media (max-width: 767px) {
    .inpulse-banner__slider__pagination {
        bottom: 20px
    }
}

@media (max-width: 767px) {
    .inpulse-banner__slider__pagination .swiper-pagination-bullet {
        background: #165C7D !important;
        opacity: 0.3;
        outline: 0px !important;
        border: 0px !important;
        box-shadow: 0px !important;
        position: relative
    }
}

@media (max-width: 767px) {
    .inpulse-banner__slider__pagination .swiper-pagination-bullet-active {
        background: #165C7D !important;
        opacity: 1
    }
}

.inpulse-banner__slider__call {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #165C7D;
    margin-bottom: 20px
}

.inpulse-banner__slider__call b {
    text-transform: none;
    font-size: 45px;
    font-weight: 600;
    line-height: 100%
}

.inpulse-banner__slider__text {
    margin-bottom: 20px;
    font-family: Open Sans;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #165C7D
}

.inpulse-banner__slider__text span {
    text-transform: uppercase;
    font-weight: 700;
    max-width: 70%;
    display: block
}

@media (max-width: 767px) {
    .inpulse-banner__slider__text span {
        max-width: 100%
    }
}

.inpulse-banner__slider__cta {
    display: block !important;
    height: 38px;
    background: #EE374D;
    border-radius: 5px;
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer
}

.inpulse-banner__slider__cta:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: contain;
    position: relative;
    top: -2px
}

.inpulse-banner__slider__form {
    background: #F7F7F7;
    border-radius: 4px;
    font-size: 0px;
    height: 50px;
    margin-bottom: 88px
}

.inpulse-banner__slider__form input {
    width: calc(100% - 40px);
    height: 50px;
    border: 0px;
    padding: 0px 16px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    margin-right: -10px
}

.inpulse-banner__slider__form button {
    width: 50px;
    height: 50px;
    border: 0px;
    background: url(../images/icon-send-white.svg) no-repeat center center #FFA300;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.inpulse-nav {
    background: #FFA300;
    padding: 10px 0px;
    text-align: center
}

.inpulse-nav a {
    display: inline-block;
    padding: 16px;
    line-height: 100%;
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    color: #FFFFFF;
    border-radius: 4px;
    transition: 0.2s
}

.inpulse-nav a:hover {
    background: rgba(0, 0, 0, 0.1)
}

.inpulse-calls {
    padding: 50px 0px;
    background: #165C7D
}

.inpulse-calls p {
    color: #fff
}

.inpulse-calls__list__title {
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 40px
}

.inpulse-calls__list__item {
    padding: 20px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/icon-arrow-down-white.svg) no-repeat right 20px top 42px
}

.inpulse-calls__list__item.active .inpulse-calls__list__item__image {
    width: 220px
}

.inpulse-calls__list__item.active .inpulse-calls__list__item__content {
    width: calc(100% - 250px)
}

@media (max-width: 767px) {
    .inpulse-calls__list__item.active .inpulse-calls__list__item__content {
        width: 100%
    }
}

.inpulse-calls__list__item.active .inpulse-calls__list__item__content__title {
    margin-bottom: 20px
}

.inpulse-calls__list__item__image {
    float: left;
    margin-right: 30px;
    width: 80px;
    transition: 0.4s ease-in-out
}

@media (max-width: 991px) {
    .inpulse-calls__list__item__image {
        display: none
    }
}

.inpulse-calls__list__item__image-mobile {
    display: none
}

@media (max-width: 991px) {
    .inpulse-calls__list__item__image-mobile {
        display: block;
        width: 83px;
        margin-top: 20px;
        margin-bottom: 10px;
        position: relative
    }
}

.inpulse-calls__list__item__content {
    float: left;
    width: calc(100% - 110px);
    transition: 0.4s ease-in-out
}

@media (max-width: 767px) {
    .inpulse-calls__list__item__content {
        width: 100%
    }
}

.inpulse-calls__list__item__content__title {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 170px
}

.inpulse-calls__list__item__content__title b {
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    font-size: 30px;
    text-transform: none;
    color: #FFA300
}

@media (max-width: 767px) {
    .inpulse-calls__list__item__content__title {
        padding-right: 20px
    }
}

.inpulse-calls__list__item__content__description {
    display: none;
    cursor: default
}

.inpulse-calls__list__item__content__description p a {
    color: #FFA300
}

.inpulse-calls__list__item__content__description>a {
    display: inline-block;
    height: 38px;
    background: #EE374D;
    border-radius: 5px;
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0px 20px
}

.inpulse-calls__list__item__content__description>a:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: contain;
    position: relative;
    top: -2px
}

.inpulse-calls__list__item__date {
    position: absolute;
    right: 46px;
    top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF
}

@media (max-width: 767px) {
    .inpulse-calls__list__item__date {
        right: 0px;
        left: 100px;
        top: 4px;
        width: 140px
    }
}

.inpulse-calls__list__more {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFA300;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right-yellow3.svg) no-repeat right center
}

.inpulse-calls__form {
    display: none;
    width: 50%
}

@media (max-width: 767px) {
    .inpulse-calls__form {
        width: 100%
    }
}

.inpulse-calls__form__text {
    margin-bottom: 20px;
    font-family: Open Sans;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #fff
}

.inpulse-calls__form__text span {
    text-transform: uppercase;
    font-weight: 700;
    display: block
}

.inpulse-calls__form__form {
    background: #F7F7F7;
    border-radius: 4px;
    font-size: 0px;
    height: 50px;
    margin-bottom: 88px
}

.inpulse-calls__form__form input {
    width: calc(100% - 40px);
    height: 50px;
    border: 0px;
    padding: 0px 16px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    margin-right: -10px
}

.inpulse-calls__form__form button {
    width: 50px;
    height: 50px;
    border: 0px;
    background: url(../images/icon-send-white.svg) no-repeat center center #FFA300;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.inpulse-how {
    padding: 50px 0px
}

.inpulse-how__title {
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #165C7D;
    margin-bottom: 40px
}

.inpulse-how__list .row>div:last-child div:after {
    display: none
}

.inpulse-how__list__item {
    position: relative;
    padding-top: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #165C7D
}

@media (max-width: 991px) {
    .inpulse-how__list__item {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .inpulse-how__list__item {
        padding-top: 0px;
        padding-left: 40px
    }
}

.inpulse-how__list__item:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #EE374D;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 0px
}

.inpulse-how__list__item:after {
    content: '';
    width: calc(100% + 16px);
    top: 9px;
    height: 2px;
    background: #EE374D;
    border-radius: 20px;
    position: absolute;
    left: 0px
}

@media (max-width: 767px) {
    .inpulse-how__list__item:after {
        top: 0px;
        left: 9px;
        width: 2px;
        height: calc(100% + 20px)
    }
}

.inpulse-how__list__item b {
    font-family: "Exo 2", sans-serif;
    font-size: 16px
}

.inpulse-cases {
    padding: 50px 0px;
    text-align: center
}

.inpulse-cases__slider {
    position: relative;
    margin-top: 30px
}

.inpulse-cases__slider__prev {
    width: 20px;
    height: 20px;
    background: url(../images/icon-arrow-right-yellow3.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    transform: rotate(180deg)
}

.inpulse-cases__slider__next {
    width: 20px;
    height: 20px;
    background: url(../images/icon-arrow-right-yellow3.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer
}

.inpulse-cases__slider__pagination {
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block
}

.inpulse-cases__slider__pagination .swiper-pagination-bullet {
    background: #FFA300 !important;
    opacity: 0.3;
    outline: 0px !important;
    border: 0px !important;
    box-shadow: 0px !important;
    position: relative
}

.inpulse-cases__slider__pagination .swiper-pagination-bullet-active {
    background: #FFA300 !important;
    opacity: 1
}

.inpulse-cases__slider__container {
    overflow: hidden;
    margin-bottom: 40px
}

.inpulse-cases__slider__container__item {
    text-align: left
}

.inpulse-cases__slider__container__item__image {
    height: 128px;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    margin-bottom: 8px
}

.inpulse-cases__slider__container__item__image.video {
    position: relative
}

.inpulse-cases__slider__container__item__image.video:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../images/icon-play-yellow.svg) no-repeat center center
}

.inpulse-cases__slider__container__item__title {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #165C7D;
    margin-bottom: 8px
}

.inpulse-cases__slider__container__item__title.video {
    color: #575757
}

.inpulse-cases__slider__container__item__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #165C7D
}

.inpulse-cases__slider__container__item__text.video {
    color: #575757
}

.inpulse-modal-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    cursor: pointer
}

.inpulse-modal {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center
}

.inpulse-modal a {
    display: inline-block;
    height: 48px;
    line-height: 46px;
    border: 1px solid #FFA300;
    color: #FFA300;
    text-align: center;
    padding: 0px 10px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    background: #FFA300;
    color: #fff;
    margin-right: 16px
}

.inpulse-modal a:hover {
    opacity: 0.9
}

.now-banner {
    margin-bottom: 120px;
    position: relative;
    padding-top: 48px
}

@media (max-width: 767px) {
    .now-banner {
        padding-top: 33px
    }
}

.now-banner .container {
    position: relative
}

.now-banner__background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.now-banner__text {
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 28px
}

@media (max-width: 767px) {
    .now-banner__text {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .now-banner__text br {
        display: none
    }
}

.now-banner__text b {
    font-weight: 700
}

.now-banner__cta {
    margin-bottom: 48px;
    background: #FFA300;
    color: #fff;
    font-size: 14px;
    height: 38px;
    padding: 0px 16px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.now-banner__cta:hover {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    background: #ffb027
}

.now-banner__cta:after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 4px
}

.now-banner img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.now-banner img.card {
    margin-bottom: -98px
}

.now-small-banner {
    margin: 40px 0px;
    position: relative
}

@media (max-width: 767px) {
    .now-small-banner {
        margin: 0px 0px
    }
}

.now-small-banner.inverted .now-small-banner__container__title {
    color: #005779
}

.now-small-banner.inverted .now-small-banner__container__title b {
    color: #FFA300
}

.now-small-banner.inverted .now-small-banner__container__text {
    color: #575757
}

.now-small-banner.inverted .now-small-banner__container__cta:not(.solid) {
    border: 0px;
    padding: 0px;
    color: #007D8A
}

.now-small-banner.inverted .now-small-banner__container__cta:not(.solid):hover {
    box-shadow: none
}

.now-small-banner.inverted .now-small-banner__container__cta:not(.solid):after {
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center
}

.now-small-banner__background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.now-small-banner__container {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    padding: 80px 100px
}

@media (max-width: 991px) {
    .now-small-banner__container {
        padding: 80px 80px
    }
}

@media (max-width: 767px) {
    .now-small-banner__container {
        padding: 190px 0px 50px;
        text-align: center
    }
}

.now-small-banner__container__title {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    max-width: 360px;
    margin-bottom: 14px;
    position: relative
}

.now-small-banner__container__text {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    max-width: 280px;
    margin-bottom: 20px;
    position: relative
}

.now-small-banner__container__cta {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    height: 38px;
    padding: 0px 16px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative
}

.now-small-banner__container__cta:hover {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)
}

.now-small-banner__container__cta.solid {
    border: 1px solid #FFA300;
    background-color: #FFA300
}

.now-small-banner__container__cta:after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 4px
}

.download-file-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    display: none
}

.download-file-modal__overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    cursor: pointer
}

.download-file-modal__container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.download-file-modal__container .container,
.download-file-modal__container .row {
    height: 100%
}

.download-file-modal__container__holder {
    background: #fff;
    padding: 30px 40px;
    border-radius: 4px;
    pointer-events: all;
    margin: 20px 0px 80px;
    position: relative
}

.download-file-modal__container__holder__close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/icon-close-blue.svg) no-repeat center center;
    z-index: 2;
    background-size: 10px;
    cursor: pointer
}

.download-file-modal__container__holder__title {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #005779;
    margin-bottom: 10px
}

.download-file-modal__container__holder__title b {
    color: #00B140
}

.download-file-modal__container__holder__form input[type=text],
.download-file-modal__container__holder__form input[type=email] {
    width: 100%;
    height: 38px;
    padding: 0px 10px;
    font-size: 14px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-top: 5px
}

.download-file-modal__container__holder__form .fake_checkbox {
    position: relative;
    padding-left: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    color: #575757
}

.download-file-modal__container__holder__form .fake_checkbox span {
    position: absolute;
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #DDDDDD
}

.download-file-modal__container__holder__form .fake_checkbox a {
    color: #00B140;
    text-decoration: underline
}

.download-file-modal__container__holder__form .fake_checkbox input {
    display: none
}

.download-file-modal__container__holder__form .fake_checkbox input:checked+span {
    background: url(../images/icon-check.svg) no-repeat center center
}

.download-file-modal__container__holder__form p {
    margin-top: 20px
}

.download-file-modal__container__holder__form button {
    height: 38px;
    left: 0px;
    background: #FFA300;
    border-radius: 4px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 24px;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    border: 0px
}

@media (max-width: 767px) {
    .download-file-modal__container__holder__form button {
        width: 100%;
        text-align: center
    }
}

.download-file-modal__container__holder__form button:hover {
    opacity: 0.9
}

.elementor-inner {
    overflow: hidden
}

.leads-block h1 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 24px
}

.leads-block h2 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px
}

.leads-block h2 b {
    color: #FFA300
}

.leads-block h2:first-child {
    margin-top: 0px
}

.leads-block p {
    font-size: 16px;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 24px;
    font-weight: 400
}

.leads-block p:last-child {
    margin-bottom: 0px
}

.leads-block ul {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
    font-weight: 400;
    margin: 0px;
    padding: 20px;
    list-style: disc;
    list-style-type: disc
}

.leads-block li {
    list-style: disc;
    list-style-type: disc;
    overflow-wrap: break-word;
    line-height: 120%;
    margin-bottom: 14px
}

.leads-block strong {
    font-weight: 700
}

.leads-block .main {
    overflow: hidden
}

.leads-block .section_top {
    padding: 50px 0px;
    background: #005779;
    color: #ffffff
}

.leads-block .section_top.tipo-2 {
    padding-bottom: 100px
}

.leads-block .section_top p {
    color: #fff
}

.leads-block .section_top h2 {
    margin-bottom: 0
}

.leads-block .section_top .section_middle_form {
    border: 1px solid #bcbbbb;
    padding: 30px 40px;
    border-radius: 14px;
    margin-bottom: -160px;
    position: relative;
    z-index: 2;
    color: #828282;
    background: #fff;
    margin-right: -40px;
    font-family: "Open Sans", sans-serif
}

.leads-block .section_top .section_middle_form form {
    overflow: auto
}

@media (max-width: 767px) {
    .leads-block .section_top .section_middle_form {
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: -60px
    }
}

.leads-block .section_top .section_middle_form input {
    font-size: 0.875rem
}

.leads-block .section_top .section_middle_form input[type="text"],
.leads-block .section_top .section_middle_form input[type="email"],
.leads-block .section_top .section_middle_form input[type="tel"] {
    display: block;
    width: 90%;
    border: 1px solid #e2e2e2;
    padding: 8px
}

.leads-block .section_top .section_middle_form input[type="radio"] {
    cursor: pointer
}

.leads-block .section_top .section_middle_form label {
    margin: 0
}

.leads-block .section_top .section_middle_form button {
    padding: 12px 20px;
    width: auto;
    display: inline-block;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 80px;
    font-weight: 700;
    margin: 0px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat right 10px center;
    background-color: #FFA300;
    cursor: pointer;
    padding-right: 30px
}

.leads-block .section_top .section_middle_form div {
    margin-bottom: 10px;
    margin-top: 20px
}

.leads-block .section_top .section_middle_form p {
    margin: 0
}

.leads-block .section_top .section_middle_form a.terms {
    padding: 0;
    width: 0;
    display: inline;
    border-radius: 0;
    font-size: inherit;
    text-transform: none;
    line-height: inherit;
    text-decoration: underline;
    background: transparent;
    font-weight: 400;
    margin: 0;
    color: #005779
}

.leads-block .section_top .section_middle_form a.terms:hover {
    background-color: transparent
}

.leads-block .section_top .section_middle_form .form_title {
    font-weight: 700;
    font-size: 0.9rem;
    color: #005779;
    margin-top: 12px
}

.leads-block .section_top .section_middle_form .form_title.cooperated {
    margin-bottom: 10px
}

.leads-block .section_top .section_middle_form .extra-info {
    color: #828282;
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin: 15px 0
}

.leads-block .section_top .section_middle_form .input-warning {
    color: #c23934;
    font-size: 0.75rem;
    line-height: 0.85rem
}

.leads-block .section_top a:last-child {
    padding: 12px 20px;
    width: auto;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    background: #FFA300;
    margin-top: 80px;
    font-weight: 700;
    margin: 0px
}

.leads-block .section_top a:last-child:hover {
    background: #ffb028;
    cursor: pointer
}

.leads-block form .input-warning {
    color: #c23934;
    font-size: 0.75rem;
    line-height: 0.85rem
}

.leads-block .section_middle_form_confirmation-modal {
    display: none;
    position: fixed;
    z-index: 70;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5)
}

.leads-block .section_middle_form_confirmation-modal-content {
    background-color: #fff;
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    color: #005779;
    border-radius: 8px;
    text-align: center
}

.leads-block .section_middle_form_confirmation-modal-content .close-icon {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 15px;
    margin: 10px;
    top: 0
}

.leads-block .section_middle_form_confirmation-modal-content .far {
    color: #00af40;
    font-size: 3rem;
    display: block;
    text-align: center;
    margin-bottom: 20px
}

.leads-block .section_middle_form_confirmation-modal-content .fas.fa-exclamation-circle {
    color: #FFA300;
    font-size: 3rem;
    display: block;
    text-align: center;
    margin-bottom: 20px
}

.leads-block .section_middle_form_confirmation-modal-content button {
    padding: 12px 20px;
    width: 100px;
    display: block;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 80px;
    font-weight: 700;
    margin: auto;
    background-color: #FFA300;
    cursor: pointer
}

.leads-block .section_middle_form_confirmation-modal-content.failed {
    display: none
}

.leads-block .section_middle_form_confirmation-modal-content.success {
    display: none
}

.leads-block .section_middle_form_confirmation-modal .lds-dual-ring {
    display: none
}

.leads-block .section_middle_form_confirmation-modal.loading .section_middle_form_confirmation-modal-content {
    display: none
}

.leads-block .section_middle_form_confirmation-modal.loading .lds-dual-ring {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.leads-block .section_middle_form_confirmation-modal.loading .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.leads-block .section_top a {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 0px;
    cursor: pointer
}

.leads-block .section_top_image {
    margin-bottom: -110px;
    font-size: 0px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 2
}

.leads-block .section_middle {
    padding: 40px 0px;
    color: #828282;
    position: relative
}

.leads-block .section_middle .section_top_image {
    margin-top: -80px;
    font-size: 0px;
    display: block;
    width: 95%;
    position: relative;
    z-index: 2;
    margin-bottom: 0px
}

.leads-block .section_middle:before {
    content: "";
    width: 1112px;
    height: 700px;
    background: url(../images/grafismo1-1.svg);
    position: absolute;
    pointer-events: none;
    left: 50%;
    bottom: 0px;
    transform: translateX(-160px)
}

.leads-block .section_middle_form {
    border: 1px solid #bcbbbb;
    padding: 20px 40px;
    border-radius: 14px
}

.leads-block .section_middle_form div {
    margin-bottom: 5px;
    margin-top: 20px
}

.leads-block .section_bottom {
    padding: 60px 0px 90px;
    background: url(../images/grafismo2.svg) no-repeat left bottom #005779;
    color: #ffffff;
    text-align: center
}

@media (max-width: 1499px) {
    .leads-block .section_bottom {
        background-size: 16vw auto
    }
}

@media (max-width: 1099px) {
    .leads-block .section_bottom {
        background-image: none !important
    }
}

.leads-block .section_bottom.white {
    background-color: #f5f5f5;
    color: #165C7D
}

.leads-block .section_bottom.white p {
    color: #575757
}

.leads-block .section_bottom p {
    color: #fff
}

.leads-block .section_bottom_icon {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 0px
}

.leads-block .section_bottom_icon img {
    height: 70px;
    width: auto
}

.leads-block .section_bottom_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px
}

.leads-block .section_bottom a {
    padding: 12px 20px;
    width: 179px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    background: #FFA300;
    margin-top: 80px;
    font-weight: 700
}

.leads-block .section_bottom a:hover {
    background: #ffb028;
    cursor: pointer
}

.leads-block .footer {
    padding: 20px 0px;
    background: #073C55;
    color: #fff;
    text-align: center
}

.leads-block .footer img {
    font-size: 0px;
    display: inline-block
}

.leads-block .footer p {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    padding: 0px 40px
}

.leads-block .footer_social {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 38px;
    background: #fff no-repeat center center;
    margin: 0px 20px
}

.leads-block .facebook {
    background-image: url(../images/icon-facebook_1.svg)
}

.leads-block .twitter {
    background-image: url(../images/icon-twitter_1.svg)
}

.leads-block .linkedin {
    background-image: url(../images/icon-linkedin_1.svg)
}

.leads-block .youtube {
    background-image: url(../images/icon-youtube_1.svg)
}

.leads-block .green {
    color: #00B140
}

@media (max-width: 1199px) {
    .leads-block .section_middle:before {
        transform: translateX(-240px)
    }

    .leads-block .section_bottom {
        background-size: 200px
    }

    .leads-block .footer_social {
        margin: 0px 10px
    }
}

@media (max-width: 991px) {
    .leads-block .section_middle:before {
        display: none
    }

    .leads-block .section_bottom {
        background-size: 200px
    }

    .leads-block .footer {
        text-align: center
    }

    .leads-block .footer_social {
        margin: 20px
    }

    .leads-block .footer p {
        text-align: center;
        line-height: 160%
    }
}

@media (max-width: 767px) {
    .leads-block .section_middle:before {
        display: none
    }

    .leads-block .section_bottom {
        background-size: 0px
    }

    .leads-block .footer_social {
        margin: 20px 10px
    }
}

.wiget-modal-form {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto
}

.wiget-modal-form__overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.wiget-modal-form__container {
    width: calc(100% - 20px);
    max-width: 428px;
    padding: 32px;
    border-radius: 4px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    background: #fff;
    position: relative;
    left: 50%;
    top: 10vh;
    transform: translate(-50%, 0%)
}

.wiget-modal-form__container__close {
    position: absolute;
    right: 32px;
    top: 32px;
    background: url(../images/icon-close-blue.svg) no-repeat center center;
    background-size: contain;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.wiget-modal-form__container__title {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    color: #165C7D;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px
}

.wiget-modal-form__container__description {
    margin-bottom: 25px
}

.wiget-modal-form__container__form fieldset {
    margin-bottom: 20px
}

.wiget-modal-form__container__form fieldset:last-child {
    margin-bottom: 0px
}

.wiget-modal-form__container__form fieldset label {
    margin: 0px;
    margin-bottom: 5px
}

.wiget-modal-form__container__form fieldset input[type=text],
.wiget-modal-form__container__form fieldset input[type=tel],
.wiget-modal-form__container__form fieldset input[type=email] {
    width: 100%;
    height: 38px;
    border: 1px solid #E2E2E2;
    transition: 0.2s;
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 10px
}

.wiget-modal-form__container__form fieldset input[type=text]:focus,
.wiget-modal-form__container__form fieldset input[type=tel]:focus,
.wiget-modal-form__container__form fieldset input[type=email]:focus {
    border: 1px solid #165C7D
}

.wiget-modal-form__container__form fieldset span {
    font-size: 16px;
    color: #575757;
    line-height: 28px
}

.wiget-modal-form__container__form fieldset label:first-child:last-child {
    font-size: 14px;
    color: #575757;
    cursor: pointer;
    margin: 0px
}

.wiget-modal-form__container__form fieldset label:first-child:last-child input[type=checkbox] {
    display: none
}

.wiget-modal-form__container__form fieldset label:first-child:last-child input[type=checkbox]:checked+i {
    border: 3px solid #165C7D
}

.wiget-modal-form__container__form fieldset label:first-child:last-child i {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid #999;
    margin-right: 5px;
    position: relative;
    top: 1px
}

.wiget-modal-form__container__form fieldset label:first-child:last-child a {
    text-decoration: underline
}

.wiget-modal-form__container__form fieldset button {
    width: 100%;
    height: 38px;
    background: #FFA300;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 0px;
    cursor: pointer
}

.wiget-modal-form__container__form fieldset button:hover {
    opacity: 0.9
}

.wiget-modal-form__container__message {
    margin-top: 20px;
    padding: 20px;
    border-radius: 4px;
    background: #eee;
    font-size: 14px;
    color: #fff
}

.wiget-modal-form__container__message.success {
    background: #00A547
}

.wiget-modal-form__container__message.error {
    background: #666
}

.app-block {
    padding: 80px 0px;
    overflow: hidden
}

.app-block.grey {
    background: #F4F4F4
}

.app-block .common_block_title {
    text-align: center;
    margin-bottom: 36px
}

.app-block__slider__item {
    height: 300px;
    border-radius: 16px 16px 0px 16px;
    border: 1px solid #F4F4F4;
    padding: 24px 15px;
    cursor: pointer;
    background: #fff
}

.app-block__slider__item:hover {
    border: 1px solid #D68900
}

.app-block__slider__item__icon {
    margin-bottom: 10px;
    font-size: 0px
}

.app-block__slider__item__title {
    margin-bottom: 7px;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFA300
}

.app-block__slider__item__summary {
    margin-bottom: 15px;
    font-weight: 400;
    color: #414141;
    font-size: 16px;
    line-height: 28px
}

.app-block__slider__item a {
    font-weight: 700;
    text-transform: uppercase;
    color: #005779;
    font-size: 16px;
    line-height: 28px;
    background: url(../images/icon-arrow-right-blue.svg) no-repeat right 55%;
    background-size: 6px;
    padding-right: 15px;
    display: inline-block
}

.app-block__slider__pagination {
    text-align: center
}

.app-block__slider__pagination .swiper-pagination-bullet {
    background: #727272 !important;
    opacity: 1 !important;
    margin-top: 20px !important
}

.app-block__slider__pagination .swiper-pagination-bullet:first-child:last-child {
    display: none
}

.app-block__slider__pagination .swiper-pagination-bullet-active {
    background: #202020 !important;
    opacity: 1 !important
}

.app-block__overlay {
    background: #000;
    opacity: 0.6;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    cursor: pointer;
    display: none
}

.app-block__modal {
    background: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999;
    max-width: 500px;
    width: calc(100vw - 20px);
    padding: 48px;
    transform: translate(-50%, -50%);
    text-align: center;
    display: none
}

.app-block__modal__close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: url(../images/icon-close-blue.svg) no-repeat center center
}

.app-block__modal__icon {
    font-size: 0px;
    margin-bottom: 20px
}

.app-block__modal .col-6 img {
    width: 100%;
    height: auto;
    border: 10px solid #fff
}

.app-block__modal__buttons {
    margin-top: 35px
}

.app-block__modal__buttons__link {
    margin-bottom: 20px;
    width: 101px;
    height: 34px;
    display: inline-block
}

.app-block__modal__buttons__link.ios {
    background: url(../images/icon-download-ios.svg) no-repeat center center
}

.app-block__modal__buttons__link.android {
    background: url(../images/icon-download-android.svg) no-repeat center center
}

.ailos_coops-item_img-container {
    position: relative
}

.ailos_coops-item_img-container>img {
    width: 165px;
    height: 80px
}

.mkt_cloud_form.lead_top {
    margin-top: -20px
}

.mkt_cloud_form input:not([type=checkbox]) {
    width: 90% !important
}

.mkt_cloud_form label {
    margin-bottom: 4px !important;
    margin-top: 0px !important
}

.mkt_cloud_form .checkbox_label {
    position: relative;
    padding-left: 20px;
    font-weight: 400 !important
}

.mkt_cloud_form .checkbox_label a {
    font-weight: 700;
    text-decoration: underline !important;
    color: #005779 !important;
    text-transform: none !important
}

.mkt_cloud_form .checkbox_label input {
    position: absolute;
    left: 0px;
    top: 2px
}

.mkt_cloud_form button {
    text-transform: uppercase;
    padding-bottom: 37px !important;
    margin-top: 20px !important;
    cursor: pointer;
    background-image: none !important;
    padding: 12px 20px !important;
    height: auto !important;
    line-height: 100% !important
}

.mkt_cloud_form fieldset {
    margin-bottom: 10px
}

.ModeloPillarPage .headerPillarPage {
    display: none
}

.ModeloPillarPage .headerPillarPage.fixed {
    display: flex !important;
    align-items: center
}

.ModeloPillarPage .headerPillarPage.fixed .header-align_right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.SideBarNav {
    position: relative;
    overflow: hidden;
    width: 100vw
}

.SideBarNav .headerPillarPage {
    background-color: #fff;
    height: 80px;
    border-bottom: 1px solid #ddd
}

.SideBarNav .headerPillarPage .img-fluid {
    margin-top: 20px
}

.SideBarNav .headerPillarPage.header-join_button {
    margin-top: 0
}

@media (max-width: 767px) {
    .SideBarNav .headerPillarPage .container .row:first-child .col-4 {
        display: none
    }
}

.SideBarNav .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999
}

.SideBarNav .logoPullPage {
    display: block
}

.SideBarNav .logoPullPage img {
    width: 33%;
    display: block;
    margin: 13px auto 0
}

@media (max-width: 767px) {
    .SideBarNav .logoPullPage img {
        width: 60%;
        float: left
    }
}

.SideBarNav .NavTopics {
    margin-top: 26px;
    display: block
}

.SideBarNav .NavTopics i {
    float: left;
    margin-right: 15px;
    color: #165C7D;
    font-size: 22px
}

.SideBarNav .NavTopics h4 {
    padding-top: 2px;
    color: #165C7D;
    font-size: 15px
}

@media (max-width: 767px) {
    .SideBarNav .NavTopics h4 {
        display: none
    }
}

.SideBarNav .NavTopics h3 {
    font-size: 15px
}

@media (max-width: 767px) {
    .SideBarNav .NavTopics {
        margin-bottom: 20px
    }
}

.SideBarNav .NavTopicsContent {
    padding-top: 60px
}

.SideBarNav .NavTopicsContent div {
    margin-bottom: 40px
}

.SideBarNav .NavTopicsContent div h1 {
    margin-bottom: 40px;
    font-size: 25px
}

.SideBarNav .NavTopicsContent div p {
    font-size: 14px
}

.SideBarNav #ProgressScrollBar {
    height: 4px;
    background: #165C7D;
    position: fixed;
    top: 80px;
    width: 0%
}

@media (max-width: 767px) {
    .SideBarNav #ProgressScrollBar {
        top: 63px
    }
}

.SideBarNav .title-open-menu {
    color: #165C7D !important;
    font-weight: bold
}

.SideBarNav .ListaNav {
    position: fixed;
    display: inline-block;
    width: 380px;
    z-index: 999;
    height: 100vh;
    display: block;
    top: 0px;
    left: 0;
    padding: 0 20px 30px 30px;
    background: #fff;
    display: none;
    margin: 0;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.18);
    overflow: hidden
}

@media (max-width: 767px) {
    .SideBarNav .ListaNav {
        width: 100%;
        top: 0
    }
}

.SideBarNav .ListaNav .title {
    color: #165C7D !important
}

.SideBarNav .ListaNav .scrollTo:hover h5 {
    font-weight: bold
}

.SideBarNav .ListaNav .scrollTo:hover h5 span {
    color: #FFA300
}

.SideBarNav .ListaNav li {
    margin: 15px 0;
    min-width: 283px
}

.SideBarNav .ListaNav li h5 {
    font-size: 14px;
    color: #165C7D;
    font-weight: 600;
    line-height: 30px
}

.SideBarNav .ListaNav li h5 b {
    font-size: 15px;
    color: #FFA300
}

.SideBarNav .ListaNav li h4 {
    padding-bottom: 15px;
    border-bottom: 4px solid #ececec;
    font-size: 15px;
    color: #575757
}

.SideBarNav .ListaNav li h4 i {
    float: right;
    color: #165C7D;
    font-size: 18px
}

.elementor-inner {
    display: flex;
    flex-direction: column;
    align-items: end
}

.elementor-inner .elementor-section-wrap {
    width: 100%;
    transition: all 0.5s
}

.elementor-inner .NavTopics.active i,
.elementor-inner .NavTopics.active h4 {
    display: none
}

@media (min-width: 768px) {
    .elementor-inner.NavTopicsToggle .elementor-section-wrap {
        width: calc(100% - 380px)
    }
}

.elementor-inner .ListaNav {
    display: none
}

.elementor-inner .ListaNav.active {
    display: block
}

.contrast .SideBarNav .headerPillarPage {
    background-color: #000 !important
}

.contrast .ListaNav {
    background-color: #000;
    border-right: 1px solid #ececec
}

.contrast .ListaNav .title {
    color: #ff0 !important
}

.widget_credit_imobiliario {
    padding: 80px 0px
}

@media (max-width: 767px) {
    .widget_credit_imobiliario {
        padding: 40px 0px
    }
}

.widget_credit_imobiliario .irs--flat .irs-handle {
    filter: hue-rotate(301deg) brightness(1.2)
}

.widget_credit_imobiliario .irs--flat .irs-bar--single {
    filter: hue-rotate(33deg) brightness(0.9)
}

.widget_credit_imobiliario p {
    max-width: 640px
}

.widget_credit_imobiliario-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    display: none
}

.widget_credit_imobiliario-modal {
    position: fixed;
    left: 0px;
    top: 50%;
    width: 100%;
    background: 100%;
    z-index: 999999;
    max-height: 100%;
    overflow: auto;
    padding: 40px 0px;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget_credit_imobiliario-modal-message {
    display: none
}

.widget_credit_imobiliario-modal-error {
    display: none
}

.widget_credit_imobiliario-modal-form {
    display: none
}

.widget_credit_imobiliario-modal-form button[type="submit"] {
    height: 38px;
    padding: 0px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #FFA300;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    margin-right: 16px;
    border: 0px;
    margin-top: 24px
}

.widget_credit_imobiliario-modal-form button[type="submit"]:hover {
    opacity: 0.9
}

.widget_credit_imobiliario-modal-form button[type="button"] {
    height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #007D8A;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #007D8A;
    line-height: 36px;
    background: transparent;
    padding: 0px 24px;
    margin-top: 24px
}

.widget_credit_imobiliario-modal-form button[type="button"]:hover {
    opacity: 0.9
}

.widget_credit_imobiliario-modal-print {
    display: none
}

.widget_credit_imobiliario-modal-print .-modal-container {
    padding-bottom: 20px
}

.widget_credit_imobiliario-modal-print-header {
    overflow: hidden;
    padding-bottom: 30px
}

.widget_credit_imobiliario-modal-print-header img {
    float: left;
    height: 48px !important;
    width: auto !important
}

.widget_credit_imobiliario-modal-print-header-time {
    float: right;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    color: #165C7D
}

.widget_credit_imobiliario-modal-print-divisor {
    height: 1px;
    background: #d4d4d4
}

.widget_credit_imobiliario-modal-print-divisor.margin_bottom {
    margin-bottom: 30px;
    margin-top: 10px
}

.widget_credit_imobiliario-modal-print .widget_credit_imobiliario-results {
    display: block !important
}

.widget_credit_imobiliario-modal-container {
    background: #fff;
    padding: 40px;
    position: relative;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.widget_credit_imobiliario-modal-container-close_modal {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/icon-close-modal.svg) no-repeat center center;
    background-size: 14px 14px;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.widget_credit_imobiliario-form-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #575757;
    margin-bottom: 20px
}

.widget_credit_imobiliario-form-range_slider {
    float: left;
    width: 60%;
    font-size: 16px;
    position: relative;
    top: -16px;
    margin-top: 20px;
    margin-bottom: 10px
}

.widget_credit_imobiliario-form-range_slider input {
    width: 100%
}

.widget_credit_imobiliario-form-range_number {
    float: left;
    width: 40%;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 70;
    color: #165C7D;
    text-align: right;
    margin-top: 57px;
    font-weight: 700
}

.widget_credit_imobiliario-form-select,
.widget_credit_imobiliario-form-radio,
.widget_credit_imobiliario-form-checkbox {
    float: left;
    width: 100%
}

.widget_credit_imobiliario-form-select label,
.widget_credit_imobiliario-form-radio label,
.widget_credit_imobiliario-form-checkbox label {
    margin-top: 0px
}

.widget_credit_imobiliario-form-checkbox {
    margin-top: 10px;
    color: #165C7D;
    font-size: 12px;
    line-height: 17px
}

.widget_credit_imobiliario-form-checkbox a {
    text-decoration: underline
}

.widget_credit_imobiliario-form-text input {
    height: 38px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    display: block;
    margin-top: 5px !important;
    line-height: 37px;
    padding-left: 17px;
    font-size: 12px;
    color: #575757;
    position: relative
}

.widget_credit_imobiliario-form-radio {
    margin-bottom: 15px
}

.widget_credit_imobiliario-form-radio-item {
    height: 38px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    display: block;
    margin-top: 5px !important;
    line-height: 37px;
    padding-left: 17px;
    font-size: 12px;
    color: #575757;
    position: relative
}

@media (max-width: 767px) {
    .widget_credit_imobiliario-form-radio-item {
        padding-left: 10px
    }
}

.widget_credit_imobiliario-form-radio-item span:nth-child(2) {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #DDDDDD;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 100%;
    position: relative;
    transition: 0.2s;
    margin-top: -2px
}

@media (max-width: 767px) {
    .widget_credit_imobiliario-form-radio-item span:nth-child(2) {
        margin-right: 5px
    }
}

.widget_credit_imobiliario-form-radio-item span:nth-child(2):before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    background: #00B140;
    opacity: 0;
    transition: 0.2s;
    border-radius: 100%
}

.widget_credit_imobiliario-form-radio-item span:nth-child(3) {
    position: absolute;
    display: block;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 4px;
    border: 1px solid #00B140;
    opacity: 0;
    transition: 0.2s
}

.widget_credit_imobiliario-form-radio-item input {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0
}

.widget_credit_imobiliario-form-radio-item input:checked+span {
    border: 1px solid #00B140
}

.widget_credit_imobiliario-form-radio-item input:checked+span:before {
    opacity: 1
}

.widget_credit_imobiliario-form-radio-item input:checked+span+span {
    opacity: 1
}

.widget_credit_imobiliario-form-radio-item label.error {
    position: absolute;
    top: 100%;
    left: 0px;
    white-space: nowrap
}

.widget_credit_imobiliario-form-buttons {
    float: left;
    width: 100%
}

.widget_credit_imobiliario button {
    font-size: 14px;
    height: 38px;
    padding: 0px 24px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.16);
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #00B140;
    color: #fff;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    float: left
}

.widget_credit_imobiliario button.clear_button {
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    color: #165C7D;
    padding-left: 14px;
    padding-right: 0px;
    text-transform: none;
    margin-left: 14px;
    background: url(../images/icon-close-blue.svg) no-repeat left center;
    display: none
}

@media (max-width: 767px) {
    .widget_credit_imobiliario button {
        width: 100%
    }
}

.widget_credit_imobiliario button:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.widget_credit_imobiliario button:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 4px
}

.widget_credit_imobiliario-simulator {
    padding-top: 80px
}

@media (max-width: 767px) {
    .widget_credit_imobiliario-simulator {
        padding-top: 40px
    }
}

.widget_credit_imobiliario-title {
    font-size: 16px;
    color: #005779;
    font-weight: 700;
    line-height: 28px
}

.widget_credit_imobiliario-clear {
    height: 38px;
    margin-top: 20px;
    margin-left: 16px;
    background: url(../images/icon-close-blue.svg) no-repeat left center;
    padding-left: 16px;
    font-size: 12px;
    line-height: 38px;
    color: #165C7D;
    font-weight: 400;
    float: left;
    cursor: pointer;
    display: none;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .widget_credit_imobiliario-clear {
        width: 100%;
        margin-top: -38px;
        background-color: rgba(255, 255, 255, 0.9);
        margin-left: 0px;
        text-align: center;
        position: relative;
        z-index: 2;
        background-position: 10% center;
        font-size: 14px;
        font-weight: 700
    }
}

.widget_credit_imobiliario-divisor {
    height: 288px;
    width: 1px;
    background: #d4d4d4;
    margin: 0px auto
}

@media (max-width: 767px) {
    .widget_credit_imobiliario-divisor {
        width: 100%;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: none !important
    }
}

.widget_credit_imobiliario-image {
    width: 268px;
    height: 324px;
    margin: 0px auto 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px 0px 30px 30px;
    -moz-border-radius: 30px 0px 30px 30px;
    -ms-border-radius: 30px 0px 30px 30px;
    -o-border-radius: 30px 0px 30px 30px;
    border-radius: 30px 0px 30px 30px;
    -webkit-box-shadow: 0px 10px 0px 0px #FFA300;
    -moz-box-shadow: 0px 10px 0px 0px #FFA300;
    -ms-box-shadow: 0px 10px 0px 0px #FFA300;
    -o-box-shadow: 0px 10px 0px 0px #FFA300;
    box-shadow: 0px 10px 0px 0px #FFA300
}

.widget_credit_imobiliario img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0px auto 20px !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-border-radius: 30px 0px 30px 30px !important;
    -moz-border-radius: 30px 0px 30px 30px !important;
    -ms-border-radius: 30px 0px 30px 30px !important;
    -o-border-radius: 30px 0px 30px 30px !important;
    border-radius: 30px 0px 30px 30px !important;
    -webkit-box-shadow: 0px 10px 0px 0px #FFA300 !important;
    -moz-box-shadow: 0px 10px 0px 0px #FFA300 !important;
    -ms-box-shadow: 0px 10px 0px 0px #FFA300 !important;
    -o-box-shadow: 0px 10px 0px 0px #FFA300 !important;
    box-shadow: 0px 10px 0px 0px #FFA300 !important
}

.widget_credit_imobiliario-status {
    margin-top: 24px;
    font-size: 0px
}

.widget_credit_imobiliario-status-item {
    display: inline-block;
    font-size: 12px;
    color: #165C7D;
    line-height: 17px;
    font-weight: 400;
    margin-right: 76px;
    vertical-align: middle
}

.widget_credit_imobiliario-status-item:last-child {
    margin-right: 0px
}

.widget_credit_imobiliario-status-item b {
    font-size: 14px;
    color: #575757;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-top: 0px
}

.widget_credit_imobiliario-before {
    display: block;
    max-width: 364px;
    text-align: center
}

@media (max-width: 767px) {
    .widget_credit_imobiliario-before {
        display: none !important
    }
}

.widget_credit_imobiliario-after {
    display: none
}

.widget_credit_imobiliario-error {
    display: none
}

.widget_credit_imobiliario-loading {
    position: relative;
    height: 200px;
    display: none
}

.widget_credit_imobiliario-loading .search-autocomplete-words-loading {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px
}

.widget_credit_imobiliario-tax,
.widget_credit_imobiliario-sobras,
.widget_credit_imobiliario-desc-sobras {
    font-size: 16px;
    font-weight: 30;
    color: #575757;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -10px
}

.widget_credit_imobiliario-tax span,
.widget_credit_imobiliario-sobras span,
.widget_credit_imobiliario-desc-sobras span {
    width: 224px;
    overflow: hidden;
    height: 24px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle
}

.widget_credit_imobiliario-tax span.visible,
.widget_credit_imobiliario-sobras span.visible,
.widget_credit_imobiliario-desc-sobras span.visible {
    overflow: visible;
    height: auto;
    vertical-align: auto;
    width: 100%;
    white-space: normal;
    text-align: justify
}

.widget_credit_imobiliario-tax a,
.widget_credit_imobiliario-sobras a,
.widget_credit_imobiliario-desc-sobras a {
    text-decoration: underline !important;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px
}

.widget_credit_imobiliario-tax-iof,
.widget_credit_imobiliario-sobras-iof,
.widget_credit_imobiliario-desc-sobras-iof {
    margin-bottom: 20px
}

.widget_credit_imobiliario-results {
    margin: 20px 0px;
    font-size: 0px;
    display: none;
    text-align: center
}

.widget_credit_imobiliario-results>span {
    font-size: 12px;
    font-weight: 30;
    color: #575757;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left
}

.widget_credit_imobiliario-results>span .spacing {
    height: 10px
}

.widget_credit_imobiliario-results-divisor {
    height: 1px;
    background: #DDDDDD;
    margin: 35px 0px
}

.widget_credit_imobiliario-results-item {
    height: 96px;
    padding-left: 30px;
    display: inline-table;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    line-height: 28px;
    text-align: center;
    vertical-align: middle
}

@media (max-width: 1279px) {
    .widget_credit_imobiliario-results-item {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: auto;
        padding-top: 20px
    }
}

.widget_credit_imobiliario-results-item b {
    font-family: "Exo 2", sans-serif;
    color: #00B140;
    font-size: 24px;
    text-transform: uppercase
}

.widget_credit_imobiliario-results-item.outline {
    padding: 0px 60px;
    border: 1px solid #00B140;
    width: 100%
}

@media (max-width: 1279px) {
    .widget_credit_imobiliario-results-item.outline {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.widget_credit_imobiliario-results-item span {
    display: table-cell;
    vertical-align: middle
}

.widget_credit_imobiliario-results-button,
.widget_credit_imobiliario-results-broker {
    height: auto;
    padding: 9px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #FFA300;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100%;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px
}

.widget_credit_imobiliario-results-button.arrow,
.widget_credit_imobiliario-results-broker.arrow {
    background-image: url(../images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 40px
}

@media (max-width: 767px) {

    .widget_credit_imobiliario-results-button.arrow,
    .widget_credit_imobiliario-results-broker.arrow {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right 24px center;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

.widget_credit_imobiliario-results-button:hover,
.widget_credit_imobiliario-results-broker:hover {
    opacity: 0.9
}

.widget_credit_imobiliario-results-broker {
    margin-top: 20px
}

.widget_credit_imobiliario-results-link {
    height: 38px;
    padding: 0px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #007D8A;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    background: url(../images/icon-arrow-right-green.svg) no-repeat right center;
    padding-left: 0px
}

.widget_credit_imobiliario-results-link.outline {
    border: 1px solid #007D8A;
    line-height: 36px;
    background: transparent;
    padding: 0px 24px
}

.widget_credit_imobiliario-results-link:hover {
    opacity: 0.9
}

.widget_credit_imobiliario .invest_time_earnings-download {
    margin-top: 30px
}

.credit-imobiliario-modal-form {
    position: fixed;
    top: 25px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: #fff;
    z-index: 999999;
    overflow: hidden
}

.credit-imobiliario-modal-form label.error {
    margin-top: 0px !important
}

.credit-imobiliario-modal-form__nav {
    height: 65px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2)
}

.credit-imobiliario-modal-form__nav .container,
.credit-imobiliario-modal-form__nav .row {
    height: 100%
}

.credit-imobiliario-modal-form__nav img {
    display: block
}

.credit-imobiliario-modal-form__nav__button {
    font-size: 14px;
    text-transform: uppercase;
    color: #005779;
    line-height: 14px;
    background: url(../images/icon-arrow-left-blue.svg) no-repeat left 52%;
    padding-left: 20px;
    float: right;
    cursor: pointer;
    font-weight: 700
}

@media (max-width: 767px) {
    .credit-imobiliario-modal-form__nav__button {
        font-size: 0px
    }
}

@media (max-width: 767px) {
    .credit-imobiliario-modal-form__nav__button:before {
        content: 'Voltar';
        font-size: 14px;
        display: inline-block;
        vertical-align: middle
    }
}

.credit-imobiliario-modal-form__content {
    height: calc(100vh - 65px)
}

.credit-imobiliario-modal-form__content>.container {
    height: 100%
}

.credit-imobiliario-modal-form__content>.container>.row {
    height: 100%
}

.credit-imobiliario-modal-form__content__image {
    display: block !important;
    font-size: 0px !important;
    height: calc(100vh - 85px) !important;
    max-width: 100vw !important
}

.credit-imobiliario-modal-form__content__step {
    height: 100%;
    display: none
}

@media (max-width: 1199px) {
    .credit-imobiliario-modal-form__content__step {
        overflow: auto
    }
}

.credit-imobiliario-modal-form__content__step:first-child {
    display: block
}

.credit-imobiliario-modal-form__content__step.step_0 {
    padding-top: 130px;
    text-align: center
}

@media (max-width: 767px) {
    .credit-imobiliario-modal-form__content__step.step_0 {
        padding-top: 40px;
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .credit-imobiliario-modal-form__content__step.step_0 br {
        display: none
    }
}

.credit-imobiliario-modal-form__content__step.step_5 {
    padding-top: 130px;
    text-align: center;
    position: relative;
    background: url(../images/detail-grey-top-right.png) no-repeat right top
}

.credit-imobiliario-modal-form__content__step.step_5:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/detail-grey-top-right.png) no-repeat right top;
    transform: rotateY(180deg)
}

.credit-imobiliario-modal-form__content__button {
    display: block;
    padding: 37px 32px;
    padding-left: 102px;
    border: 1px solid #DDDDDD;
    background: url(../images/icon-person-type.svg) no-repeat left 32px center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-family: "Exo 2", sans-serif;
    line-height: 24px;
    color: #005779;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 16px
}

.credit-imobiliario-modal-form__content__button:hover {
    border: 1px solid #00B140
}

.credit-imobiliario-modal-form__content__documents-button {
    display: inline-block;
    color: #C7C7C7;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background: url(../images/icon-doc-info.svg) no-repeat left top;
    padding-left: 20px;
    line-height: 14px
}

.credit-imobiliario-modal-form__content__documents-button:hover {
    filter: brightness(0.9)
}

.credit-imobiliario-modal-form__content__documents-content {
    display: none
}

.credit-imobiliario-modal-form__content__documents-content__close {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/icon-close-modal.svg) no-repeat center center;
    background-size: 14px 14px;
    right: 30px;
    top: 30px;
    cursor: pointer
}

.credit-imobiliario-modal-form__content__documents-content__faq__item {
    border-bottom: 1px solid #bebebe;
    font-size: 14px;
    color: #575757
}

.credit-imobiliario-modal-form__content__documents-content__faq__item__trigger {
    padding: 15px 0px;
    padding-right: 40px;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    background: url(../images/icon-arrow-down-yellow-default.svg) no-repeat right center
}

.credit-imobiliario-modal-form__content__documents-content__faq__item__content {
    line-height: 24px;
    padding-bottom: 15px;
    display: none
}

.credit-imobiliario-modal-form__content__documents-content__button {
    height: 38px;
    padding: 0px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #005779;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    margin-right: 16px;
    border: 0px;
    margin-top: 24px
}

.credit-imobiliario-modal-form__content__documents-content__button:hover {
    opacity: 0.9
}

.credit-imobiliario-modal-form__content__scroll {
    max-height: calc(100vh - 85px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 60px;
    pointer-events: none
}

@media (max-width: 1199px) {
    .credit-imobiliario-modal-form__content__scroll {
        max-height: none;
        padding-top: 40px;
        pointer-events: all
    }
}

.credit-imobiliario-modal-form__content__scroll * {
    pointer-events: all
}

.credit-imobiliario-modal-form__content__scroll::-webkit-scrollbar {
    width: 0px
}

.credit-imobiliario-modal-form__content__steps {
    margin-bottom: 30px;
    position: relative
}

.credit-imobiliario-modal-form__content__steps__title {
    font-family: "Exo 2", sans-serif;
    color: #C7C7C7;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px
}

.credit-imobiliario-modal-form__content__steps__line {
    position: absolute;
    bottom: 12px;
    left: 0px;
    width: 100%
}

.credit-imobiliario-modal-form__content__steps__line div {
    height: 1px;
    background: #DDDDDD;
    width: 33.3333%;
    float: left
}

.credit-imobiliario-modal-form__content__steps__line div.active {
    background: #00B140
}

.credit-imobiliario-modal-form__content__steps__numbers {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.credit-imobiliario-modal-form__content__steps__numbers div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 25px;
    height: 25px;
    background: #C7C7C7;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700
}

.credit-imobiliario-modal-form__content__steps__numbers div.current {
    background: #00B140
}

.credit-imobiliario-modal-form__content__steps__numbers div.done {
    color: transparent;
    background: url(../images/icon-check-white.svg) no-repeat center center #00B140
}

.credit-imobiliario-modal-form__content__fields {
    margin-bottom: 40px
}

.credit-imobiliario-modal-form__content__fields .widget_credit_imobiliario-form-radio {
    margin: 0px
}

.credit-imobiliario-modal-form__content__fields .divisor {
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    margin-top: 27px;
    margin-bottom: 11px
}

.credit-imobiliario-modal-form__content__fields fieldset>span,
.credit-imobiliario-modal-form__content__fields fieldset .partner_cpf>span {
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    color: #b7b7b7
}

.credit-imobiliario-modal-form__content__fields fieldset:first-child label {
    margin-top: 0px
}

.credit-imobiliario-modal-form__content__fields fieldset label {
    margin-top: 15px
}

.credit-imobiliario-modal-form__content__fields fieldset label.accept {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #575757;
    font-weight: 400;
    cursor: pointer
}

.credit-imobiliario-modal-form__content__fields fieldset label.accept a {
    text-decoration: underline
}

.credit-imobiliario-modal-form__content__fields fieldset label.accept input {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px
}

.credit-imobiliario-modal-form__content__fields fieldset input[type=text],
.credit-imobiliario-modal-form__content__fields fieldset input[type=email],
.credit-imobiliario-modal-form__content__fields fieldset input[type=tel] {
    height: 38px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    display: block;
    margin-top: 5px !important;
    line-height: 37px;
    padding-left: 17px;
    font-size: 12px;
    color: #575757;
    position: relative
}

.credit-imobiliario-modal-form__content__fields fieldset textarea {
    height: 100px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    display: block;
    margin-top: 5px !important;
    line-height: 140%;
    padding: 10px 17px;
    font-size: 12px;
    color: #575757;
    position: relative;
    resize: none
}

.credit-imobiliario-modal-form__content__fields fieldset button.next_step {
    height: 38px;
    padding: 0px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #00B140;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
    background-image: url(../images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 40px;
    border: 0px;
    margin-top: 40px
}

@media (max-width: 767px) {
    .credit-imobiliario-modal-form__content__fields fieldset button.next_step {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right 24px center;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

.credit-imobiliario-modal-form__content__fields fieldset button.next_step:hover {
    opacity: 0.9
}

.credit-imobiliario-modal-form__content__success__icon {
    width: 96px;
    height: 96px;
    background: url(../images/icon-big-check.svg) no-repeat center center;
    margin: 0px auto 34px
}

.credit-imobiliario-modal-form__content__success__icon.alert {
    background: url(../images/icon-big-alert.svg) no-repeat center center
}

.credit-imobiliario-modal-form__content__success__button {
    padding: 9px 24px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
    margin-bottom: 34px;
    background: #005779;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block
}

.credit-imobiliario-modal-form__content__success__link {
    padding: 9px 24px;
    font-size: 14px;
    line-height: 14px;
    color: #007D8A;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right-green.svg) no-repeat right center;
    display: inline-block
}

.documents-modal-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 999999;
    display: none
}

.documents-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: auto;
    padding-bottom: 40px;
    display: none
}

.documents-modal .container,
.documents-modal .row {
    height: 100%
}

.documents-modal__container {
    background: #fff;
    padding: 30px 40px;
    border-radius: 4px;
    z-index: 999999;
    margin: 40px 0px;
    position: relative
}

.invalid-broker-modal-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 999999;
    display: none
}

.invalid-broker-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: auto;
    padding-bottom: 40px;
    display: none;
    text-align: center
}

.invalid-broker-modal .container,
.invalid-broker-modal .row {
    height: 100%
}

.invalid-broker-modal__container {
    background: #fff;
    padding: 30px 40px;
    border-radius: 4px;
    z-index: 999999;
    margin: 40px 0px;
    position: relative
}

.accessbility_nav.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999999
}

label .info {
    width: 12px;
    height: 12px;
    background: #C7C7C7;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-style: normal;
    color: #fff;
    line-height: 12px;
    font-size: 10px;
    position: relative;
    cursor: pointer
}

label .info:before {
    content: 'i'
}

label .info:hover span {
    opacity: 1;
    transform: translate(-50%, 0px);
    transition: 0.4s ease-in-out
}

label .info span {
    position: absolute;
    width: 180px;
    background: #575757;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 10px);
    font-size: 12px;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 4px;
    text-align: left;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s ease-in-out
}

label .info span:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    bottom: -5px;
    transform: rotate(45deg);
    border-radius: 4px;
    background: #575757;
    margin-left: -7px
}

.upload_box {
    height: 64px;
    border: 1px dashed #DDDDDD;
    border-radius: 4px;
    position: relative;
    margin-top: 5px !important;
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.upload_box:before {
    content: 'Carregando';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    color: #575757;
    opacity: 0;
    transition: 0s
}

.upload_box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: 6px;
    width: 200px;
    height: 4px;
    border-radius: 4px;
    background: #00B140;
    box-shadow: inset -220px 0px 0px #DDDDDD;
    opacity: 0;
    transition: 0s
}

.upload_box.loading:before {
    opacity: 1;
    transition: 0.2s
}

.upload_box.loading:after {
    opacity: 1;
    box-shadow: inset 0px 0px 0px #DDDDDD;
    transition: opacity 0.2s, box-shadow 1s ease-in-out
}

.upload_box.loading span {
    opacity: 0
}

.upload_box.done:before,
.upload_box.done:after,
.upload_box.done span {
    opacity: 0
}

.upload_box.done input {
    pointer-events: none;
    display: none
}

.upload_box.done .icon {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    transition-delay: 0.2s
}

.upload_box.done .file {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    transition-delay: 0.4s
}

.upload_box.done .remove {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    transition-delay: 0.6s
}

.upload_box span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    color: #575757;
    transition: 0.2s;
    opacity: 1
}

.upload_box span u {
    color: #00B140;
    text-decoration: underline
}

.upload_box input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 100
}

.upload_box .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../images/icon-check-white.svg) no-repeat center center #00B140;
    left: 25px;
    top: 50%;
    margin-top: -12px;
    border-radius: 24px;
    transform: scale(0);
    opacity: 0;
    transition: 0s;
    transition-delay: 0s
}

.upload_box .file {
    position: absolute;
    display: block;
    left: 65px;
    right: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 50%;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    color: #575757;
    opacity: 0;
    transform: scale(0);
    margin-top: -9px;
    transition: 0s;
    transition-delay: 0s
}

.upload_box .remove {
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../images/icon-remove.svg) no-repeat center center;
    right: 25px;
    top: 50%;
    margin-top: -12px;
    border-radius: 24px;
    transform: scale(0);
    opacity: 0;
    transition: 0s;
    transition-delay: 0s
}

.irs--flat .irs-handle {
    cursor: pointer;
    cursor: grab
}

.irs--flat .irs-handle:active {
    cursor: grabbing
}

.irs--flat .irs-handle:focus {
    transform: scale(1.1)
}

[type="checkbox"],
[type="radio"] {
    cursor: pointer
}

.widget_credit_imobiliario-form input:focus,
.widget_credit_imobiliario-form select:focus {
    border: 1px solid #165C7D
}

.irs-min,
.irs-max,
.irs-from,
.irs-single {
    opacity: 0 !important
}

body .widget-form-steps,
body .widget-form-steps-consortium {
    padding: 80px 0px;
    background: url(../images/detail-grey-bottom-left.png) no-repeat left bottom;
    background-size: 12% auto
}

@media (max-width: 767px) {

    body .widget-form-steps,
    body .widget-form-steps-consortium {
        padding: 40px 0px;
        background: none
    }
}

body .widget-form-steps .irs--flat .irs-handle,
body .widget-form-steps-consortium .irs--flat .irs-handle {
    filter: hue-rotate(301deg) brightness(1.2)
}

body .widget-form-steps .irs--flat .irs-bar--single,
body .widget-form-steps-consortium .irs--flat .irs-bar--single {
    filter: hue-rotate(33deg) brightness(0.9)
}

body .widget-form-steps p,
body .widget-form-steps-consortium p {
    max-width: 640px;
    text-align: center
}

body .widget-form-steps__results-title,
body .widget-form-steps-consortium__results-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #69757b;
    text-align: center
}

body .widget-form-steps__results-value,
body .widget-form-steps-consortium__results-value {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #165c7d;
    text-align: center
}

body .widget-form-steps__results-tax,
body .widget-form-steps-consortium__results-tax {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #69757b;
    text-align: center;
    margin-bottom: 16px
}

body .widget-form-steps__results-text,
body .widget-form-steps-consortium__results-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #69757b;
    text-align: center;
    margin-bottom: 64px
}

body .widget-form-steps__results-buttons,
body .widget-form-steps-consortium__results-buttons {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #040f14;
    text-align: center
}

@media (min-width: 768px) {

    body .widget-form-steps__results-buttons .row,
    body .widget-form-steps-consortium__results-buttons .row {
        margin: 0px -60px
    }
}

body .widget-form-steps__results-buttons__phone,
body .widget-form-steps-consortium__results-buttons__phone {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #165c7d;
    margin-top: 16px;
    border: 1px solid #165c7d;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    height: 48px;
    line-height: 46px;
    transition: 0.3s
}

body .widget-form-steps__results-buttons__phone:hover,
body .widget-form-steps-consortium__results-buttons__phone:hover {
    background: #165c7d;
    color: #fff
}

body .widget-form-steps__results-buttons__phone:hover img,
body .widget-form-steps-consortium__results-buttons__phone:hover img {
    filter: grayscale(1) brightness(10)
}

body .widget-form-steps__results-buttons__phone img,
body .widget-form-steps-consortium__results-buttons__phone img {
    width: 29px;
    height: 29px;
    max-width: 29px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    display: inline-block !important;
    position: relative;
    top: 9px;
    margin-right: 6px;
    transition: 0.3s
}

body .widget-form-steps__results-buttons__email,
body .widget-form-steps-consortium__results-buttons__email {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-top: 16px;
    border: 1px solid #165c7d;
    border-radius: 2px;
    background: #165c7d;
    display: block;
    cursor: pointer;
    height: 48px;
    line-height: 46px;
    transition: 0.3s
}

body .widget-form-steps__results-buttons__email:hover,
body .widget-form-steps-consortium__results-buttons__email:hover {
    border: 1px solid #ffa300;
    background: #ffa300
}

body .widget-form-steps__results-buttons__email img,
body .widget-form-steps-consortium__results-buttons__email img {
    width: 29px;
    height: 29px;
    max-width: 29px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    display: inline-block !important;
    position: relative;
    top: 9px;
    margin-right: 6px
}

body .widget-form-steps__results-reset,
body .widget-form-steps-consortium__results-reset {
    text-align: center;
    margin-top: 64px
}

body .widget-form-steps__results-reset a,
body .widget-form-steps-consortium__results-reset a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #165c7d
}

body .widget-form-steps__steps,
body .widget-form-steps-consortium__steps {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
    gap: 10px
}

body .widget-form-steps__steps__item,
body .widget-form-steps-consortium__steps__item {
    flex: 1;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #a7b0b5;
    position: relative
}

body .widget-form-steps__steps__item:after,
body .widget-form-steps-consortium__steps__item:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 120%;
    background: #a7b0b5;
    left: 50%;
    top: 8px;
    transform: translate(-50%, -50%)
}

body .widget-form-steps__steps__item:first-child:after,
body .widget-form-steps-consortium__steps__item:first-child:after {
    background: #ffffff;
    background: -moz-linear-gradient(left, #fff 0%, #fff 50%, #a7b0b5 50%, #a7b0b5 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #a7b0b5 50%, #a7b0b5 100%);
    background: linear-gradient(to right, #fff 0%, #fff 50%, #a7b0b5 50%, #a7b0b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#a7b0b5', GradientType=1)
}

body .widget-form-steps__steps__item:last-child:after,
body .widget-form-steps-consortium__steps__item:last-child:after {
    background: #a7b0b5;
    background: -moz-linear-gradient(left, #a7b0b5 0%, #a7b0b5 50%, #fff 50%, #fff 100%);
    background: -webkit-linear-gradient(left, #a7b0b5 0%, #a7b0b5 50%, #fff 50%, #fff 100%);
    background: linear-gradient(to right, #a7b0b5 0%, #a7b0b5 50%, #fff 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7b0b5', endColorstr='#ffffff', GradientType=1)
}

body .widget-form-steps__steps__item:before,
body .widget-form-steps-consortium__steps__item:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #a7b0b5;
    display: block;
    margin: 0px auto;
    margin-bottom: 8px;
    position: relative;
    z-index: 2
}

body .widget-form-steps__steps__item.completed,
body .widget-form-steps-consortium__steps__item.completed {
    color: #165c7d
}

body .widget-form-steps__steps__item.completed:before,
body .widget-form-steps-consortium__steps__item.completed:before {
    border: 2px solid #165c7d;
    background: #165c7d
}

body .widget-form-steps__steps__item.active,
body .widget-form-steps-consortium__steps__item.active {
    color: #165c7d
}

body .widget-form-steps__steps__item.active:before,
body .widget-form-steps-consortium__steps__item.active:before {
    border: 2px solid #165c7d
}

body .widget-form-steps__form-blocks__step__title,
body .widget-form-steps-consortium__form-blocks__step__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #165c7d
}

body .widget-form-steps input[type="text"],
body .widget-form-steps input[type="email"],
body .widget-form-steps input[type="tel"],
body .widget-form-steps-consortium input[type="text"],
body .widget-form-steps-consortium input[type="email"],
body .widget-form-steps-consortium input[type="tel"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    outline: none;
    margin-top: 4px;
    margin-right: 16px;
    line-height: 140%
}

body .widget-form-steps #bairro-simulator,
body .widget-form-steps #cidade-simulator,
body .widget-form-steps #estado-simulator,
body .widget-form-steps-consortium #bairro-simulator,
body .widget-form-steps-consortium #cidade-simulator,
body .widget-form-steps-consortium #estado-simulator {
    display: none
}

body .widget-form-steps__overlay,
body .widget-form-steps-consortium__overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    display: none
}

body .widget-form-steps__modal,
body .widget-form-steps-consortium__modal {
    position: fixed;
    left: 0px;
    top: 50%;
    width: 100%;
    background: 100%;
    z-index: 999999;
    max-height: 100%;
    overflow: auto;
    padding: 40px 0px;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

body .widget-form-steps__modal__message,
body .widget-form-steps-consortium__modal__message {
    display: none
}

body .widget-form-steps__modal__error,
body .widget-form-steps-consortium__modal__error {
    display: none
}

body .widget-form-steps__modal__form,
body .widget-form-steps-consortium__modal__form {
    display: none
}

body .widget-form-steps__modal__form button[type="submit"],
body .widget-form-steps-consortium__modal__form button[type="submit"] {
    height: 38px;
    padding: 0px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #FFA300;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    margin-right: 16px;
    border: 0px;
    margin-top: 24px
}

body .widget-form-steps__modal__form button[type="submit"]:hover,
body .widget-form-steps-consortium__modal__form button[type="submit"]:hover {
    opacity: 0.9
}

body .widget-form-steps__modal__form button[type="button"],
body .widget-form-steps-consortium__modal__form button[type="button"] {
    height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #007D8A;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #007D8A;
    line-height: 36px;
    background: transparent;
    padding: 0px 24px;
    margin-top: 24px
}

body .widget-form-steps__modal__form button[type="button"]:hover,
body .widget-form-steps-consortium__modal__form button[type="button"]:hover {
    opacity: 0.9
}

body .widget-form-steps__modal__print,
body .widget-form-steps-consortium__modal__print {
    display: none
}

body .widget-form-steps__modal__print .-modal-container,
body .widget-form-steps-consortium__modal__print .-modal-container {
    padding-bottom: 20px
}

body .widget-form-steps__modal__print__header,
body .widget-form-steps-consortium__modal__print__header {
    overflow: hidden;
    padding-bottom: 30px
}

body .widget-form-steps__modal__print__header img,
body .widget-form-steps-consortium__modal__print__header img {
    float: left;
    height: 48px !important;
    width: auto !important
}

body .widget-form-steps__modal__print__header__time,
body .widget-form-steps-consortium__modal__print__header__time {
    float: right;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    color: #165C7D
}

body .widget-form-steps__modal__print__divisor,
body .widget-form-steps-consortium__modal__print__divisor {
    height: 1px;
    background: #d4d4d4
}

body .widget-form-steps__modal__print__divisor.margin_bottom,
body .widget-form-steps-consortium__modal__print__divisor.margin_bottom {
    margin-bottom: 30px;
    margin-top: 10px
}

body .widget-form-steps__modal__print .widget_form_steps-results,
body .widget-form-steps-consortium__modal__print .widget_form_steps-results {
    display: block !important
}

body .widget-form-steps__modal__container,
body .widget-form-steps-consortium__modal__container {
    background: #fff;
    padding: 40px;
    position: relative;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

body .widget-form-steps__modal__container__close-modal,
body .widget-form-steps-consortium__modal__container__close-modal {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/icon-close-modal.svg) no-repeat center center;
    background-size: 14px 14px;
    right: 10px;
    top: 10px;
    cursor: pointer
}

body .widget-form-steps__form label,
body .widget-form-steps-consortium__form label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333333
}

body .widget-form-steps__form label.error,
body .widget-form-steps-consortium__form label.error {
    color: #f00
}

body .widget-form-steps__form label.accept,
body .widget-form-steps-consortium__form label.accept {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    font-weight: 400;
    cursor: pointer
}

body .widget-form-steps__form label.accept a,
body .widget-form-steps-consortium__form label.accept a {
    text-decoration: underline
}

body .widget-form-steps__form label.accept input,
body .widget-form-steps-consortium__form label.accept input {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 16px;
    height: 16px
}

body .widget-form-steps__form label.accept label.error,
body .widget-form-steps-consortium__form label.accept label.error {
    position: absolute;
    top: 100%
}

body .widget-form-steps__form__range-slider,
body .widget-form-steps-consortium__form__range-slider {
    float: left;
    width: calc(100% - 101px);
    font-size: 16px;
    position: relative;
    top: -16px;
    margin-top: 20px;
    margin-bottom: 10px
}

body .widget-form-steps__form__range-slider input,
body .widget-form-steps-consortium__form__range-slider input {
    width: 100%
}

body .widget-form-steps__form__range-number,
body .widget-form-steps__form__range-number-value,
body .widget-form-steps-consortium__form__range-number,
body .widget-form-steps-consortium__form__range-number-value {
    float: left;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #165C7D;
    text-align: right;
    margin-top: 57px;
    font-weight: 700;
    margin-left: 15px
}

body .widget-form-steps__form #range-slider-prize,
body .widget-form-steps-consortium__form #range-slider-prize {
    display: none
}

body .widget-form-steps__form .range-slider-prize,
body .widget-form-steps-consortium__form .range-slider-prize {
    display: none
}

body .widget-form-steps__form .range-consortium,
body .widget-form-steps-consortium__form .range-consortium {
    margin-top: 0
}

body .widget-form-steps__form .range-consortium-number,
body .widget-form-steps-consortium__form .range-consortium-number {
    margin-top: 36px
}

body .widget-form-steps__form__select,
body .widget-form-steps__form__radio,
body .widget-form-steps__form__checkbox,
body .widget-form-steps-consortium__form__select,
body .widget-form-steps-consortium__form__radio,
body .widget-form-steps-consortium__form__checkbox {
    float: left;
    width: 100%
}

body .widget-form-steps__form__select label,
body .widget-form-steps__form__radio label,
body .widget-form-steps__form__checkbox label,
body .widget-form-steps-consortium__form__select label,
body .widget-form-steps-consortium__form__radio label,
body .widget-form-steps-consortium__form__checkbox label {
    margin-top: 0px
}

body .widget-form-steps__form__checkbox,
body .widget-form-steps-consortium__form__checkbox {
    margin-top: 10px;
    color: #165C7D;
    font-size: 12px;
    line-height: 16px
}

body .widget-form-steps__form__checkbox a,
body .widget-form-steps-consortium__form__checkbox a {
    text-decoration: underline
}

body .widget-form-steps__form__text input,
body .widget-form-steps-consortium__form__text input {
    height: 38px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dddddd;
    cursor: pointer;
    display: block;
    margin-top: 5px !important;
    line-height: 36px;
    padding-left: 17px;
    font-size: 12px;
    color: #575757;
    position: relative
}

body .widget-form-steps__form__radio,
body .widget-form-steps-consortium__form__radio {
    margin-bottom: 15px
}

body .widget-form-steps__form__radio__item,
body .widget-form-steps-consortium__form__radio__item {
    height: 38px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dddddd;
    cursor: pointer;
    display: block;
    margin-top: 5px !important;
    line-height: 36px;
    padding-left: 17px;
    font-size: 12px;
    color: #575757;
    position: relative
}

@media (max-width: 767px) {

    body .widget-form-steps__form__radio__item,
    body .widget-form-steps-consortium__form__radio__item {
        padding-left: 10px
    }
}

body .widget-form-steps__form__radio__item span:nth-child(2),
body .widget-form-steps-consortium__form__radio__item span:nth-child(2) {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #dddddd;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 100%;
    position: relative;
    transition: 0.2s;
    margin-top: -2px
}

@media (max-width: 767px) {

    body .widget-form-steps__form__radio__item span:nth-child(2),
    body .widget-form-steps-consortium__form__radio__item span:nth-child(2) {
        margin-right: 5px
    }
}

body .widget-form-steps__form__radio__item span:nth-child(2):before,
body .widget-form-steps-consortium__form__radio__item span:nth-child(2):before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    background: #00B140;
    opacity: 0;
    transition: 0.2s;
    border-radius: 100%
}

body .widget-form-steps__form__radio__item span:nth-child(3),
body .widget-form-steps-consortium__form__radio__item span:nth-child(3) {
    position: absolute;
    display: block;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 4px;
    border: 1px solid #00B140;
    opacity: 0;
    transition: 0.2s
}

body .widget-form-steps__form__radio__item input,
body .widget-form-steps-consortium__form__radio__item input {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0
}

body .widget-form-steps__form__radio__item input:checked+span,
body .widget-form-steps-consortium__form__radio__item input:checked+span {
    border: 1px solid #00B140
}

body .widget-form-steps__form__radio__item input:checked+span:before,
body .widget-form-steps-consortium__form__radio__item input:checked+span:before {
    opacity: 1
}

body .widget-form-steps__form__radio__item input:checked+span+span,
body .widget-form-steps-consortium__form__radio__item input:checked+span+span {
    opacity: 1
}

body .widget-form-steps__form__radio__item label.error,
body .widget-form-steps-consortium__form__radio__item label.error {
    position: absolute;
    top: 100%;
    left: 0px;
    white-space: nowrap
}

body .widget-form-steps__form__buttons,
body .widget-form-steps-consortium__form__buttons {
    float: left;
    width: 100%
}

body .widget-form-steps button,
body .widget-form-steps-consortium button {
    font-size: 14px;
    height: 38px;
    padding: 0px 24px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.16);
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #165c7d;
    color: #fff;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    float: right
}

body .widget-form-steps button.clear_button,
body .widget-form-steps-consortium button.clear_button {
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    color: #165C7D;
    padding-left: 14px;
    padding-right: 0px;
    text-transform: none;
    margin-left: 14px;
    background: url(../images/icon-close-blue.svg) no-repeat left center;
    display: none
}

@media (max-width: 767px) {

    body .widget-form-steps button,
    body .widget-form-steps-consortium button {
        width: 100%
    }
}

body .widget-form-steps button:hover,
body .widget-form-steps-consortium button:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

body .widget-form-steps__simulator,
body .widget-form-steps-consortium__simulator {
    padding-top: 80px
}

@media (max-width: 767px) {

    body .widget-form-steps__simulator,
    body .widget-form-steps-consortium__simulator {
        padding-top: 40px
    }
}

body .widget-form-steps__title,
body .widget-form-steps-consortium__title {
    font-size: 16px;
    color: #005779;
    font-weight: 700;
    line-height: 28px
}

body .widget-form-steps__clear,
body .widget-form-steps-consortium__clear {
    height: 38px;
    margin-top: 20px;
    margin-left: 16px;
    background: url(../images/icon-close-blue.svg) no-repeat left center;
    padding-left: 16px;
    font-size: 12px;
    line-height: 38px;
    color: #165C7D;
    font-weight: 400;
    float: left;
    cursor: pointer;
    display: none;
    margin-bottom: 40px
}

@media (max-width: 767px) {

    body .widget-form-steps__clear,
    body .widget-form-steps-consortium__clear {
        width: 100%;
        margin-top: -38px;
        background-color: rgba(255, 255, 255, 0.9);
        margin-left: 0px;
        text-align: center;
        position: relative;
        z-index: 2;
        background-position: 10% center;
        font-size: 14px;
        font-weight: 700
    }
}

body .widget-form-steps__divisor,
body .widget-form-steps-consortium__divisor {
    height: 288px;
    width: 1px;
    background: #d4d4d4;
    margin: 0px auto
}

@media (max-width: 767px) {

    body .widget-form-steps__divisor,
    body .widget-form-steps-consortium__divisor {
        width: 100%;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: none !important
    }
}

body .widget-form-steps__image,
body .widget-form-steps-consortium__image {
    width: 268px;
    height: 324px;
    margin: 0px auto 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px 0px 30px 30px;
    -moz-border-radius: 30px 0px 30px 30px;
    -ms-border-radius: 30px 0px 30px 30px;
    -o-border-radius: 30px 0px 30px 30px;
    border-radius: 30px 0px 30px 30px;
    -webkit-box-shadow: 0px 10px 0px 0px #FFA300;
    -moz-box-shadow: 0px 10px 0px 0px #FFA300;
    -ms-box-shadow: 0px 10px 0px 0px #FFA300;
    -o-box-shadow: 0px 10px 0px 0px #FFA300;
    box-shadow: 0px 10px 0px 0px #FFA300
}

body .widget-form-steps__status,
body .widget-form-steps-consortium__status {
    margin-top: 24px;
    font-size: 0px
}

body .widget-form-steps__status__item,
body .widget-form-steps-consortium__status__item {
    display: inline-block;
    font-size: 12px;
    color: #165C7D;
    line-height: 16px;
    font-weight: 400;
    margin-right: 76px;
    vertical-align: middle
}

body .widget-form-steps__status__item:last-child,
body .widget-form-steps-consortium__status__item:last-child {
    margin-right: 0px
}

body .widget-form-steps__status__item b,
body .widget-form-steps-consortium__status__item b {
    font-size: 14px;
    color: #575757;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-top: 0px
}

body .widget-form-steps__before,
body .widget-form-steps-consortium__before {
    display: block;
    max-width: 364px;
    text-align: center
}

@media (max-width: 767px) {

    body .widget-form-steps__before,
    body .widget-form-steps-consortium__before {
        display: none !important
    }
}

body .widget-form-steps__after,
body .widget-form-steps-consortium__after {
    display: none
}

body .widget-form-steps__error,
body .widget-form-steps-consortium__error {
    display: none
}

body .widget-form-steps__loading,
body .widget-form-steps-consortium__loading {
    position: relative;
    height: 200px;
    display: none
}

body .widget-form-steps__loading .search-autocomplete-words-loading,
body .widget-form-steps-consortium__loading .search-autocomplete-words-loading {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px
}

body .widget-form-steps__tax,
body .widget-form-steps__sobras,
body .widget-form-steps__desc-sobras,
body .widget-form-steps-consortium__tax,
body .widget-form-steps-consortium__sobras,
body .widget-form-steps-consortium__desc-sobras {
    font-size: 16px;
    font-weight: 30;
    color: #575757;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -10px
}

body .widget-form-steps__tax span,
body .widget-form-steps__sobras span,
body .widget-form-steps__desc-sobras span,
body .widget-form-steps-consortium__tax span,
body .widget-form-steps-consortium__sobras span,
body .widget-form-steps-consortium__desc-sobras span {
    width: 224px;
    overflow: hidden;
    height: 24px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle
}

body .widget-form-steps__tax span.visible,
body .widget-form-steps__sobras span.visible,
body .widget-form-steps__desc-sobras span.visible,
body .widget-form-steps-consortium__tax span.visible,
body .widget-form-steps-consortium__sobras span.visible,
body .widget-form-steps-consortium__desc-sobras span.visible {
    overflow: visible;
    height: auto;
    vertical-align: auto;
    width: 100%;
    white-space: normal;
    text-align: justify
}

body .widget-form-steps__tax a,
body .widget-form-steps__sobras a,
body .widget-form-steps__desc-sobras a,
body .widget-form-steps-consortium__tax a,
body .widget-form-steps-consortium__sobras a,
body .widget-form-steps-consortium__desc-sobras a {
    text-decoration: underline !important;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px
}

body .widget-form-steps__tax__iof,
body .widget-form-steps__sobras__iof,
body .widget-form-steps__desc-sobras__iof,
body .widget-form-steps-consortium__tax__iof,
body .widget-form-steps-consortium__sobras__iof,
body .widget-form-steps-consortium__desc-sobras__iof {
    margin-bottom: 20px
}

body .widget-form-steps__results,
body .widget-form-steps-consortium__results {
    margin: 20px 0px;
    font-size: 0px;
    display: none;
    text-align: center
}

body .widget-form-steps__results>span,
body .widget-form-steps-consortium__results>span {
    font-size: 12px;
    font-weight: 30;
    color: #575757;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left
}

body .widget-form-steps__results>span .spacing,
body .widget-form-steps-consortium__results>span .spacing {
    height: 10px
}

body .widget-form-steps__results__divisor,
body .widget-form-steps-consortium__results__divisor {
    height: 1px;
    background: #dddddd;
    margin: 35px 0px
}

body .widget-form-steps__results__item,
body .widget-form-steps-consortium__results__item {
    height: 96px;
    padding-left: 30px;
    display: inline-table;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    line-height: 28px;
    text-align: center;
    vertical-align: middle
}

@media (max-width: 1279px) {

    body .widget-form-steps__results__item,
    body .widget-form-steps-consortium__results__item {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: auto;
        padding-top: 20px
    }
}

body .widget-form-steps__results__item b,
body .widget-form-steps-consortium__results__item b {
    font-family: "Exo 2", sans-serif;
    color: #00B140;
    font-size: 24px;
    text-transform: uppercase
}

body .widget-form-steps__results__item.outline,
body .widget-form-steps-consortium__results__item.outline {
    padding: 0px 60px;
    border: 1px solid #00B140;
    width: 100%
}

@media (max-width: 1279px) {

    body .widget-form-steps__results__item.outline,
    body .widget-form-steps-consortium__results__item.outline {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

body .widget-form-steps__results__item span,
body .widget-form-steps-consortium__results__item span {
    display: table-cell;
    vertical-align: middle
}

body .widget-form-steps__results__button,
body .widget-form-steps__results__broker,
body .widget-form-steps-consortium__results__button,
body .widget-form-steps-consortium__results__broker {
    height: auto;
    padding: 9px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #FFA300;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100%;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px
}

body .widget-form-steps__results__button.arrow,
body .widget-form-steps__results__broker.arrow,
body .widget-form-steps-consortium__results__button.arrow,
body .widget-form-steps-consortium__results__broker.arrow {
    background-image: url(../images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 40px
}

@media (max-width: 767px) {

    body .widget-form-steps__results__button.arrow,
    body .widget-form-steps__results__broker.arrow,
    body .widget-form-steps-consortium__results__button.arrow,
    body .widget-form-steps-consortium__results__broker.arrow {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right 24px center;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

body .widget-form-steps__results__button:hover,
body .widget-form-steps__results__broker:hover,
body .widget-form-steps-consortium__results__button:hover,
body .widget-form-steps-consortium__results__broker:hover {
    opacity: 0.9
}

body .widget-form-steps__results__broker,
body .widget-form-steps-consortium__results__broker {
    margin-top: 20px
}

body .widget-form-steps__results__link,
body .widget-form-steps-consortium__results__link {
    height: 38px;
    padding: 0px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #007D8A;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    background: url(../images/icon-arrow-right-green.svg) no-repeat right center;
    padding-left: 0px
}

body .widget-form-steps__results__link.outline,
body .widget-form-steps-consortium__results__link.outline {
    border: 1px solid #007D8A;
    line-height: 36px;
    background: transparent;
    padding: 0px 24px
}

body .widget-form-steps__results__link:hover,
body .widget-form-steps-consortium__results__link:hover {
    opacity: 0.9
}

body .widget-form-steps .invest_time_earnings-download,
body .widget-form-steps-consortium .invest_time_earnings-download {
    margin-top: 30px
}

.credit-imobiliario-modal-form {
    position: fixed;
    top: 25px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: #fff;
    z-index: 999999;
    overflow: hidden
}

.credit-imobiliario-modal-form label.error {
    margin-top: 0px !important
}

.credit-imobiliario-modal-form__nav {
    height: 65px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2)
}

.credit-imobiliario-modal-form__nav .container,
.credit-imobiliario-modal-form__nav .row {
    height: 100%
}

.credit-imobiliario-modal-form__nav img {
    display: block
}

.credit-imobiliario-modal-form__nav__button {
    font-size: 14px;
    text-transform: uppercase;
    color: #005779;
    line-height: 14px;
    background: url(../images/icon-arrow-left-blue.svg) no-repeat left 52%;
    padding-left: 20px;
    float: right;
    cursor: pointer;
    font-weight: 700
}

@media (max-width: 767px) {
    .credit-imobiliario-modal-form__nav__button {
        font-size: 0px
    }
}

@media (max-width: 767px) {
    .credit-imobiliario-modal-form__nav__button:before {
        content: "Voltar";
        font-size: 14px;
        display: inline-block;
        vertical-align: middle
    }
}

.credit-imobiliario-modal-form__content {
    height: calc(100vh - 65px)
}

.credit-imobiliario-modal-form__content>.container {
    height: 100%
}

.credit-imobiliario-modal-form__content>.container>.row {
    height: 100%
}

.credit-imobiliario-modal-form__content__image {
    display: block !important;
    font-size: 0px !important;
    height: calc(100vh - 85px) !important;
    max-width: 100vw !important
}

.credit-imobiliario-modal-form__content__step {
    height: 100%;
    display: none
}

@media (max-width: 1199px) {
    .credit-imobiliario-modal-form__content__step {
        overflow: auto
    }
}

.credit-imobiliario-modal-form__content__step:first-child {
    display: block
}

.credit-imobiliario-modal-form__content__step.step_0 {
    padding-top: 130px;
    text-align: center
}

@media (max-width: 767px) {
    .credit-imobiliario-modal-form__content__step.step_0 {
        padding-top: 40px;
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .credit-imobiliario-modal-form__content__step.step_0 br {
        display: none
    }
}

.credit-imobiliario-modal-form__content__step.step_5 {
    padding-top: 130px;
    text-align: center;
    position: relative;
    background: url(../images/detail-grey-top-right.png) no-repeat right top
}

.credit-imobiliario-modal-form__content__step.step_5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/detail-grey-top-right.png) no-repeat right top;
    transform: rotateY(180deg)
}

.credit-imobiliario-modal-form__content__button {
    display: block;
    padding: 37px 32px;
    padding-left: 102px;
    border: 1px solid #dddddd;
    background: url(../images/icon-person-type.svg) no-repeat left 32px center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-family: "Exo 2", sans-serif;
    line-height: 24px;
    color: #005779;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 16px
}

.credit-imobiliario-modal-form__content__button:hover {
    border: 1px solid #00B140
}

.credit-imobiliario-modal-form__content__documents-button {
    display: inline-block;
    color: #c7c7c7;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background: url(../images/icon-doc-info.svg) no-repeat left top;
    padding-left: 20px;
    line-height: 14px
}

.credit-imobiliario-modal-form__content__documents-button:hover {
    filter: brightness(0.9)
}

.credit-imobiliario-modal-form__content__documents-content {
    display: none
}

.credit-imobiliario-modal-form__content__documents-content__close {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/icon-close-modal.svg) no-repeat center center;
    background-size: 14px 14px;
    right: 30px;
    top: 30px;
    cursor: pointer
}

.credit-imobiliario-modal-form__content__documents-content__faq__item {
    border-bottom: 1px solid #bebebe;
    font-size: 14px;
    color: #575757
}

.credit-imobiliario-modal-form__content__documents-content__faq__item__trigger {
    padding: 15px 0px;
    padding-right: 40px;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    background: url(../images/icon-arrow-down-yellow-default.svg) no-repeat right center
}

.credit-imobiliario-modal-form__content__documents-content__faq__item__content {
    line-height: 24px;
    padding-bottom: 15px;
    display: none
}

.credit-imobiliario-modal-form__content__documents-content__button {
    height: 38px;
    padding: 0px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #005779;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    margin-right: 16px;
    border: 0px;
    margin-top: 24px
}

.credit-imobiliario-modal-form__content__documents-content__button:hover {
    opacity: 0.9
}

.credit-imobiliario-modal-form__content__scroll {
    max-height: calc(100vh - 85px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 60px;
    pointer-events: none
}

@media (max-width: 1199px) {
    .credit-imobiliario-modal-form__content__scroll {
        max-height: none;
        padding-top: 40px;
        pointer-events: all
    }
}

.credit-imobiliario-modal-form__content__scroll * {
    pointer-events: all
}

.credit-imobiliario-modal-form__content__scroll::-webkit-scrollbar {
    width: 0px
}

.credit-imobiliario-modal-form__content__steps {
    margin-bottom: 30px;
    position: relative
}

.credit-imobiliario-modal-form__content__steps__title {
    font-family: "Exo 2", sans-serif;
    color: #c7c7c7;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px
}

.credit-imobiliario-modal-form__content__steps__line {
    position: absolute;
    bottom: 12px;
    left: 0px;
    width: 100%
}

.credit-imobiliario-modal-form__content__steps__line div {
    height: 1px;
    background: #dddddd;
    width: 33.3333%;
    float: left
}

.credit-imobiliario-modal-form__content__steps__line div.active {
    background: #00B140
}

.credit-imobiliario-modal-form__content__steps__numbers {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.credit-imobiliario-modal-form__content__steps__numbers div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 25px;
    height: 25px;
    background: #c7c7c7;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700
}

.credit-imobiliario-modal-form__content__steps__numbers div.current {
    background: #00B140
}

.credit-imobiliario-modal-form__content__steps__numbers div.done {
    color: transparent;
    background: url(../images/icon-check-white.svg) no-repeat center center #00B140
}

.credit-imobiliario-modal-form__content__fields {
    margin-bottom: 40px
}

.credit-imobiliario-modal-form__content__fields .widget_form_steps-form-radio {
    margin: 0px
}

.credit-imobiliario-modal-form__content__fields .divisor {
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin-top: 27px;
    margin-bottom: 11px
}

.credit-imobiliario-modal-form__content__fields fieldset>span,
.credit-imobiliario-modal-form__content__fields fieldset .partner_cpf>span {
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    color: #b7b7b7
}

.credit-imobiliario-modal-form__content__fields fieldset:first-child label {
    margin-top: 0px
}

.credit-imobiliario-modal-form__content__fields fieldset label {
    margin-top: 15px
}

.credit-imobiliario-modal-form__content__fields fieldset label.accept {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #575757;
    font-weight: 400;
    cursor: pointer
}

.credit-imobiliario-modal-form__content__fields fieldset label.accept a {
    text-decoration: underline
}

.credit-imobiliario-modal-form__content__fields fieldset label.accept input {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px
}

.credit-imobiliario-modal-form__content__fields fieldset input[type="text"],
.credit-imobiliario-modal-form__content__fields fieldset input[type="email"],
.credit-imobiliario-modal-form__content__fields fieldset input[type="tel"] {
    height: 38px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dddddd;
    display: block;
    margin-top: 5px !important;
    line-height: 36px;
    padding-left: 17px;
    font-size: 12px;
    color: #575757;
    position: relative
}

.credit-imobiliario-modal-form__content__fields fieldset textarea {
    height: 100px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dddddd;
    display: block;
    margin-top: 5px !important;
    line-height: 140%;
    padding: 10px 17px;
    font-size: 12px;
    color: #575757;
    position: relative;
    resize: none
}

.credit-imobiliario-modal-form__content__fields fieldset button.next_step {
    height: 38px;
    padding: 0px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #00B140;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
    background-image: url(../images/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 40px;
    border: 0px;
    margin-top: 40px
}

@media (max-width: 767px) {
    .credit-imobiliario-modal-form__content__fields fieldset button.next_step {
        background-image: none;
        background-repeat: no-repeat;
        background-position: right 24px center;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

.credit-imobiliario-modal-form__content__fields fieldset button.next_step:hover {
    opacity: 0.9
}

.credit-imobiliario-modal-form__content__success__icon {
    width: 96px;
    height: 96px;
    background: url(../images/icon-big-check.svg) no-repeat center center;
    margin: 0px auto 34px
}

.credit-imobiliario-modal-form__content__success__icon.alert {
    background: url(../images/icon-big-alert.svg) no-repeat center center
}

.credit-imobiliario-modal-form__content__success__button {
    padding: 9px 24px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
    margin-bottom: 34px;
    background: #005779;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block
}

.credit-imobiliario-modal-form__content__success__link {
    padding: 9px 24px;
    font-size: 14px;
    line-height: 14px;
    color: #007D8A;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right-green.svg) no-repeat right center;
    display: inline-block
}

.documents-modal-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 999999;
    display: none
}

.documents-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: auto;
    padding-bottom: 40px;
    display: none
}

.documents-modal .container,
.documents-modal .row {
    height: 100%
}

.documents-modal__container {
    background: #fff;
    padding: 30px 40px;
    border-radius: 4px;
    z-index: 999999;
    margin: 40px 0px;
    position: relative
}

.invalid-broker-modal-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 999999;
    display: none
}

.invalid-broker-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: auto;
    padding-bottom: 40px;
    display: none;
    text-align: center
}

.invalid-broker-modal .container,
.invalid-broker-modal .row {
    height: 100%
}

.invalid-broker-modal__container {
    background: #fff;
    padding: 30px 40px;
    border-radius: 4px;
    z-index: 999999;
    margin: 40px 0px;
    position: relative
}

.accessbility_nav.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999999
}

label .info {
    width: 12px;
    height: 12px;
    background: #c7c7c7;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-style: normal;
    color: #fff;
    line-height: 12px;
    font-size: 12px;
    position: relative;
    cursor: pointer
}

label .info:before {
    content: "i"
}

label .info:hover span {
    opacity: 1;
    transform: translate(-50%, 0px);
    transition: 0.4s ease-in-out
}

label .info span {
    position: absolute;
    width: 180px;
    background: #575757;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 10px);
    font-size: 12px;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 4px;
    text-align: left;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s ease-in-out
}

label .info span:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    bottom: -5px;
    transform: rotate(45deg);
    border-radius: 4px;
    background: #575757;
    margin-left: -7px
}

.upload_box {
    height: 64px;
    border: 1px dashed #dddddd;
    border-radius: 4px;
    position: relative;
    margin-top: 5px !important;
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.upload_box:before {
    content: "Carregando";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    color: #575757;
    opacity: 0;
    transition: 0s
}

.upload_box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: 6px;
    width: 200px;
    height: 4px;
    border-radius: 4px;
    background: #00B140;
    box-shadow: inset -220px 0px 0px #dddddd;
    opacity: 0;
    transition: 0s
}

.upload_box.loading:before {
    opacity: 1;
    transition: 0.2s
}

.upload_box.loading:after {
    opacity: 1;
    box-shadow: inset 0px 0px 0px #dddddd;
    transition: opacity 0.2s, /public/assets/vendor/images //public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images//public/assets/vendor/images/
        box-shadow 1s ease-in-out
}

.upload_box.loading span {
    opacity: 0
}

.upload_box.done:before,
.upload_box.done:after,
.upload_box.done span {
    opacity: 0
}

.upload_box.done input {
    pointer-events: none;
    display: none
}

.upload_box.done .icon {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    transition-delay: 0.2s
}

.upload_box.done .file {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    transition-delay: 0.4s
}

.upload_box.done .remove {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    transition-delay: 0.6s
}

.upload_box span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    color: #575757;
    transition: 0.2s;
    opacity: 1
}

.upload_box span u {
    color: #00B140;
    text-decoration: underline
}

.upload_box input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 100
}

.upload_box .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../images/icon-check-white.svg) no-repeat center center #00B140;
    left: 25px;
    top: 50%;
    margin-top: -12px;
    border-radius: 24px;
    transform: scale(0);
    opacity: 0;
    transition: 0s;
    transition-delay: 0s
}

.upload_box .file {
    position: absolute;
    display: block;
    left: 65px;
    right: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 50%;
    height: 18px;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    color: #575757;
    opacity: 0;
    transform: scale(0);
    margin-top: -9px;
    transition: 0s;
    transition-delay: 0s
}

.upload_box .remove {
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../images/icon-remove.svg) no-repeat center center;
    right: 25px;
    top: 50%;
    margin-top: -12px;
    border-radius: 24px;
    transform: scale(0);
    opacity: 0;
    transition: 0s;
    transition-delay: 0s
}

.irs--flat .irs-handle {
    cursor: pointer;
    cursor: grab
}

.irs--flat .irs-handle:active {
    cursor: grabbing
}

.irs--flat .irs-handle:focus {
    transform: scale(1.1)
}

[type="checkbox"],
[type="radio"] {
    cursor: pointer
}

.widget_form_steps-form input:focus,
.widget_form_steps-form select:focus {
    border: 1px solid #165C7D
}

.irs-min,
.irs-max,
.irs-from,
.irs-single {
    opacity: 0 !important
}

.simulation-data-title {
    margin-bottom: 16px
}

.simulation-data-title h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #69757b
}

.simulation-data-info-container {
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    column-gap: 25px
}

.simulation-data-info-title {
    color: #005779;
    font-size: 11px;
    font-weight: 600
}

.simulation-data-info-title-value {
    font-size: 14px;
    font-weight: 400;
    color: #040f14
}

.simulation-result {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 35px
}

.simulation-result-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #69757b;
    margin-bottom: 30px;
    width: 100%
}

.simulation-result-cards-wrapper {
    display: flex;
    column-gap: 30px;
    margin-bottom: 35px;
    overflow: auto;
    width: 100%
}

.simulation-result-card {
    flex: calc(50% - 30px);
    border: 1px solid #c6ced1;
    border-radius: 4px;
    padding: 24px 16px;
    max-width: 266px;
    margin: 0 auto;
    height: 100%
}

@media (min-width: 768px) {
    .simulation-result-card {
        flex: calc(50% - 30px)
    }
}

.simulation-result-card span.blue {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #165C7D
}

.simulation-obs {
    font-size: 12px;
    margin-bottom: 36px;
    color: #69757B
}

.simulation-result-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #165c7d;
    margin-bottom: 28px;
    text-align: center
}

.card-credit-value-title {
    font-weight: 600;
    font-size: 11px;
    color: #69757b;
    margin-bottom: 5px;
    text-align: center
}

.card-credit-value {
    color: #165c7d;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px
}

.card-credit-installments {
    color: #69757b;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 28px;
    text-align: center
}

.card-installments {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-bottom: 15px
}

.card-installments-container {
    flex: calc(50% - 10px);
    margin-bottom: 8px
}

.card-installments-title {
    font-weight: 600;
    color: #005779;
    font-size: 11px
}

.card-installments-value {
    font-weight: 400;
    font-size: 14px;
    color: #040f14
}

.card-variation-info,
.card-about-taxes {
    font-weight: 600;
    font-size: 11px;
    color: #69757b;
    margin-bottom: 28px;
    text-align: center;
    padding: 0 16px
}

.card-about-taxes {
    margin-bottom: 0
}

.about-taxes {
    font-size: 14px;
    color: #69757b;
    margin-bottom: 46px;
    text-align: center
}

.simulation-contact {
    margin-bottom: 10px;
    text-align: center;
    display: block
}

.simulation-contact p {
    text-align: center;
    color: #040f14;
    margin-bottom: 16px;
    font-size: 14px
}

.simulation-contact a {
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #165c7d;
    color: #fff;
    padding: 15px 25px
}

.simulation-contact a:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.23 12.26L13.69 11.97C13.08 11.9 12.48 12.11 12.05 12.54L10.21 14.38C7.38004 12.94 5.06004 10.63 3.62004 7.79001L5.47004 5.94001C5.90004 5.51001 6.11004 4.91001 6.04004 4.30001L5.75004 1.78001C5.63004 0.77001 4.78004 0.0100098 3.76004 0.0100098H2.03004C0.900041 0.0100098 -0.0399593 0.95001 0.0300407 2.08001C0.560041 10.62 7.39004 17.44 15.92 17.97C17.05 18.04 17.99 17.1 17.99 15.97V14.24C18 13.23 17.24 12.38 16.23 12.26Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    margin-right: 10px
}

.another-simulation-cta {
    display: block;
    text-align: center;
    margin-bottom: 20px
}

.another-simulation-cta a {
    color: #165c7d;
    font-weight: 600;
    font-size: 16px
}

.confirmation-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none
}

.confirmation-modal-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.confirmation-modal-container {
    background: #fff;
    border-radius: 8px;
    padding: 64px 24px;
    z-index: 11;
    max-width: 500px;
    position: relative
}

.confirmation-modal svg {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer
}

.confirmation-modal h2 {
    color: #165c7d;
    font-size: 32px;
    font-family: "Exo 2";
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
    text-align: center
}

.confirmation-modal p {
    font-weight: 600;
    color: #000;
    line-height: 21px;
    font-size: 16px
}

.itbi-title {
    color: red;
    color: #333333;
    font-size: 12px
}

.itbi-custom-color {
    font-weight: 700;
    color: #165c7d
}

.value-type {
    margin-top: 16px
}

.itbi-label-container,
.value-type-container {
    display: flex;
    margin-bottom: 10px
}

.itbi-label-container label,
.value-type-container label {
    margin-top: 12px;
    display: flex
}

.itbi-label-container input,
.value-type-container input {
    display: none
}

.itbi-label-container p,
.value-type-container p {
    color: #040f14;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer
}

.itbi-label-container p:before,
.value-type-container p:before {
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #040f14;
    display: inline-block
}

.itbi-label-container p:after,
.value-type-container p:after {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #ffa300;
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    left: 4px
}

.itbi-label-container input:checked+p:before,
.value-type-container input:checked+p:before {
    border-color: #ffa300
}

.itbi-label-container input:checked+p:after,
.value-type-container input:checked+p:after {
    opacity: 1
}

.itbi-info {
    font-weight: 600;
    font-size: 11px;
    position: relative;
    padding-left: 27px;
    display: block;
    margin-bottom: 26px
}

.itbi-info:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_685_2955)'%3E%3Cpath d='M8.49998 14.6667C12.1819 14.6667 15.1666 11.6819 15.1666 8C15.1666 4.3181 12.1819 1.33333 8.49998 1.33333C4.81808 1.33333 1.83331 4.3181 1.83331 8C1.83331 11.6819 4.81808 14.6667 8.49998 14.6667Z' stroke='%23005779' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 10.6667V8' stroke='%23005779' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 5.33333H8.50667' stroke='%23005779' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_685_2955'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0
}

.required-info {
    font-size: 12px;
    margin-bottom: 20px;
    color: #333333
}

.error-container {
    margin-top: 50px;
    margin-bottom: 16px
}

.value-error,
.entry-value-error,
.max-limit-error,
.dob-error {
    color: #c13018;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    display: none
}

.value-error-visible,
.entry-value-error-visible,
.max-limit-error-visible,
.dob-error-visible {
    display: block
}

.loader-simulator-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 10;
    flex-direction: column
}

.loader-simulator-wrapper .loader-simulator {
    width: 42.55px;
    height: 42.55px;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%)
}

.loader-simulator-wrapper .loader-simulator:before {
    content: "";
    background: url(../images/ailos-rings_1.svg) no-repeat center center;
    animation: blink 1s infinite ease-in-out alternate;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute
}

.loader-simulator-wrapper .loader-simulator:after {
    content: "";
    background: url(../images/ailos-pines_1.svg) no-repeat center center;
    animation: blink 1s infinite ease-in-out alternate;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 1px
}

.loader-simulator-consortium-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 10
}

.loader-simulator-consortium-wrapper .loader-simulator {
    width: 42.55px;
    height: 42.55px;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.loader-simulator-consortium-wrapper .loader-simulator:before {
    content: "";
    background: url(../images/ailos-rings_1.svg) no-repeat center center;
    animation: blink 1s infinite ease-in-out alternate;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute
}

.loader-simulator-consortium-wrapper .loader-simulator:after {
    content: "";
    background: url(../images/ailos-pines_1.svg) no-repeat center center;
    animation: blink 1s infinite ease-in-out alternate;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 1px
}

@keyframes blink {
    0% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

.loader-simulator-image,
.loader-simulator-title,
.loader-simulator-content {
    text-align: center
}

.loader-simulator-image {
    margin-bottom: 16px
}

.loader-simulator-title {
    max-width: 380px;
    font-family: "Exo 2";
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
    color: #165c7d;
    padding-top: 80px
}

.loader-simulator-content {
    font-size: 16px;
    color: #575757
}

.widget-form-steps-consortium__form .simulation-result {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.security-banner-items {
    text-align: center;
    padding: 40px 0px
}

@media (max-width: 767px) {
    .security-banner-items {
        text-align: left
    }
}

.security-banner-items.left {
    text-align: left
}

.security-banner-items img {
    display: block;
    width: 100%;
    height: auto;
    margin: 44px 0px;
    border-radius: 8px !important
}

.security-banner-items__item {
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #007D8A;
    text-align: left;
    padding-left: 72px;
    background: url(../images/security-check.svg) no-repeat left center;
    display: table;
    table-layout: fixed;
    min-height: 48px;
    padding-right: 24px;
    padding-right: 48px;
    margin-bottom: 44px
}

@media (max-width: 991px) {
    .security-banner-items__item {
        padding-right: 0px
    }
}

.security-banner-items__item span {
    display: table-cell;
    vertical-align: middle
}

.security-banner-items a.security-banner-items__item {
    color: #575757;
    cursor: pointer;
    margin-bottom: 0px;
    margin-top: 44px
}

.security-banner-items a.security-banner-items__item:hover {
    text-decoration: underline
}

.security-content-ctas {
    text-align: center;
    padding: 40px 0px
}

@media (max-width: 767px) {
    .security-content-ctas {
        text-align: left
    }
}

.security-content-ctas__item {
    margin-top: 40px;
    height: 175px;
    border-radius: 4px;
    position: relative;
    display: block;
    cursor: pointer;
    background-position: -5000px -5000px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

@media (max-width: 767px) {
    .security-content-ctas__item {
        margin-top: 20px
    }
}

.security-content-ctas__item span {
    position: absolute;
    left: 30px;
    bottom: 24px;
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    width: 70%
}

@media (max-width: 991px) {
    .security-content-ctas__item span {
        width: auto;
        padding-right: 10px;
        left: 10px
    }
}

.security-content-ctas__item:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: inherit;
    background-position: center center;
    transform: scale(1);
    transition: 0.3s ease-in-out
}

.security-content-ctas__item:hover:before {
    transform: scale(1.1)
}

.security-content-gallery {
    text-align: left;
    padding: 40px 0px
}

.security-content-gallery__item {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    display: block;
    cursor: pointer;
    background-position: -5000px -5000px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #575757
}

@media (max-width: 767px) {
    .security-content-gallery__item {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.security-content-gallery__item:hover {
    text-decoration: underline
}

.security-content-gallery__item:before {
    content: '';
    position: relative;
    display: block;
    height: 220px;
    background: inherit;
    background-position: center center;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    margin-bottom: 20px
}

.security-content-gallery__link {
    color: #007D8A
}

.security-content-gallery__link b {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-right: 28px;
    font-weight: 700
}

.security-content-gallery__link b:after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -10px
}

.security-content-video {
    text-align: left;
    padding: 40px 0px;
    overflow: hidden
}

.security-content-video__slider {
    overflow: hidden
}

@media (max-width: 767px) {
    .security-content-video__slider {
        overflow: visible
    }
}

.security-content-video__slider__holder {
    position: relative
}

@media (max-width: 767px) {
    .security-content-video__slider__holder {
        padding-right: 0
    }
}

.security-content-video__slider__prev {
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -26px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-arrow-left-white.svg) no-repeat 46% 50% #FFA300;
    border-radius: 30px;
    cursor: pointer
}

@media (max-width: 767px) {
    .security-content-video__slider__prev {
        display: none
    }
}

.security-content-video__slider__next {
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -26px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat 57% 50% #FFA300;
    border-radius: 30px;
    cursor: pointer
}

@media (max-width: 767px) {
    .security-content-video__slider__next {
        display: none
    }
}

.security-content-video__slider__pagination {
    text-align: center;
    margin-bottom: 40px
}

.security-content-video__slider__pagination .swiper-pagination-bullet {
    background: #165C7D !important
}

.security-content-video__item {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    display: block !important;
    cursor: pointer;
    background-position: -5000px -5000px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #575757
}

@media (max-width: 767px) {
    .security-content-video__item {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.security-content-video__item:hover {
    text-decoration: underline
}

.security-content-video__item:before {
    content: '';
    position: relative;
    display: block;
    height: 174px;
    background: inherit;
    background-position: center center;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    margin-bottom: 20px
}

.security-content-video__item:after {
    display: block;
    content: 'Assistir vídeo';
    position: absolute;
    left: 50%;
    top: 87px;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 6px 16px 6px 40px;
    text-transform: none;
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1.82001V12.18C0.5 12.97 1.37 13.45 2.04 13.02L10.18 7.84001C10.8 7.45001 10.8 6.55001 10.18 6.15001L2.04 0.980008C1.37 0.550008 0.5 1.03001 0.5 1.82001Z' fill='white'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-color: #FFA300
}

.security-content-video__link-external {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    display: block !important;
    cursor: pointer;
    background-position: -5000px -5000px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #007D8A
}

@media (max-width: 767px) {
    .security-content-video__link-external {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.security-content-video__link-external i {
    position: relative;
    display: block;
    height: 174px;
    background: inherit;
    background-position: center center;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    margin-bottom: 20px
}

.security-content-video__link-external i:before {
    position: absolute;
    left: 50%;
    top: 100px;
    height: 50px;
    transform: translate(-50%, -50%);
    font-size: 30px
}

.security-content-video__link-external:after {
    display: block;
    content: 'Ler conteúdo';
    position: absolute;
    left: 50%;
    top: 87px;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 6px 16px 6px 40px;
    text-transform: none;
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='10' viewBox='0 0 21 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0H12.5C11.95 0 11.5 0.45 11.5 1C11.5 1.55 11.95 2 12.5 2H15.5C17.15 2 18.5 3.35 18.5 5C18.5 6.65 17.15 8 15.5 8H12.5C11.95 8 11.5 8.45 11.5 9C11.5 9.55 11.95 10 12.5 10H15.5C18.26 10 20.5 7.76 20.5 5C20.5 2.24 18.26 0 15.5 0ZM6.5 5C6.5 5.55 6.95 6 7.5 6H13.5C14.05 6 14.5 5.55 14.5 5C14.5 4.45 14.05 4 13.5 4H7.5C6.95 4 6.5 4.45 6.5 5ZM8.5 8H5.5C3.85 8 2.5 6.65 2.5 5C2.5 3.35 3.85 2 5.5 2H8.5C9.05 2 9.5 1.55 9.5 1C9.5 0.45 9.05 0 8.5 0H5.5C2.74 0 0.5 2.24 0.5 5C0.5 7.76 2.74 10 5.5 10H8.5C9.05 10 9.5 9.55 9.5 9C9.5 8.45 9.05 8 8.5 8Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-color: #FFA300
}

.security-content-video__link-external:hover {
    text-decoration: underline
}

.security-content-video__link {
    color: #007D8A
}

.security-content-video__link b {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-right: 28px;
    font-weight: 700
}

.security-content-video__link b:after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/icon-arrow-right-green.svg) no-repeat center center;
    background-size: 7px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -10px
}

.security-content-video-text-link {
    color: #FFA300;
    font-weight: 600;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 1
}

.security-blue-banner {
    padding: 100px 0px;
    position: relative
}

@media (max-width: 767px) {
    .security-blue-banner {
        padding: 0px
    }
}

.security-blue-banner:before {
    content: '';
    position: absolute;
    width: 316px;
    height: 316px;
    display: block;
    z-index: 2;
    left: -152px;
    top: 50%;
    margin-top: -152px;
    background: url(../images/blue-banner-ailos.png) no-repeat right center;
    background-size: auto 100%;
    transform: rotate(180deg)
}

@media (max-width: 1199px) {
    .security-blue-banner:before {
        left: -200px
    }
}

@media (max-width: 767px) {
    .security-blue-banner:before {
        display: none
    }
}

.security-blue-banner__container {
    position: relative;
    padding: 32px 0px
}

.security-blue-banner__container:before {
    content: '';
    position: absolute;
    width: 100vw;
    right: 0px;
    top: 0px;
    height: 100%;
    background: linear-gradient(92.23deg, #005779 -2.11%, #007D8A 89.06%);
    border-radius: 33px
}

@media (max-width: 767px) {
    .security-blue-banner__container:before {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        border-radius: 0px
    }
}

.security-blue-banner__container .row {
    position: relative
}

.security-blue-banner__title {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 12px
}

.security-blue-banner__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF
}

.security-blue-banner__cta {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 4px;
    padding-left: 23px;
    padding-right: 38px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/icon-arrow-right.svg) no-repeat right 20px top 50%;
    color: #fff;
    line-height: 36px;
    transition: 0.2s
}

@media (max-width: 1199px) {
    .security-blue-banner__cta {
        left: 0px;
        transform: none
    }
}

@media (max-width: 991px) {
    .security-blue-banner__cta {
        margin-top: 20px
    }
}

.security-blue-banner__cta:hover {
    background: url(../images/icon-arrow-right-green.svg) no-repeat right 20px top 50% #fff;
    color: #007D8A
}

.admission-banner {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #aaa
}

@media (max-width: 767px) {
    .admission-banner {
        background: #005779;
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.admission-banner__logo {
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .admission-banner__logo {
        margin-bottom: 40px
    }
}

.admission-banner__logo img {
    height: 70px;
    display: block;
    width: auto
}

@media (max-width: 767px) {
    .admission-banner__logo img {
        height: 40px
    }
}

.admission-banner__title {
    margin-bottom: 10px;
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF
}

@media (max-width: 767px) {
    .admission-banner__title {
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF
    }
}

.admission-banner__text {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF
}

.admission-banner__button {
    height: 37px;
    left: 0px;
    background: #FFA300;
    border-radius: 4px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 37px;
    padding: 0px 24px;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer
}

@media (max-width: 767px) {
    .admission-banner__button {
        width: 100%;
        text-align: center
    }
}

.admission-banner__button:hover {
    opacity: 0.9
}

.side-modal-app {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    pointer-events: none
}

.side-modal-app.active {
    pointer-events: all
}

.side-modal-app.active .side-modal-app__overlay {
    opacity: 0.7
}

.side-modal-app.active .side-modal-app__container {
    transform: translateX(0%)
}

.side-modal-app__overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: 0.5s ease-in-out;
    cursor: pointer
}

.side-modal-app__container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: translateX(50%);
    transition: 0.5s ease-in-out
}

.side-modal-app__container>.container,
.side-modal-app__container>.container>.row,
.side-modal-app__container>.container>.row>div {
    height: 100%
}

.side-modal-app__container__background {
    background: #fff;
    height: 100%;
    box-shadow: 1000px 0px 0px 1000px #fff;
    position: relative;
    padding-left: 95px
}

.side-modal-app__container__background .row {
    height: 100%
}

.side-modal-app__container__title {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #005779;
    margin-bottom: 10px
}

.side-modal-app__container__title b {
    color: #00B140
}

.side-modal-app__container__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #575757;
    margin-bottom: 60px
}

.side-modal-app__container__qr img {
    width: 174px;
    height: auto;
    max-width: 100%
}

.side-modal-app__container__close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    top: 40px;
    background: url(../images/icon-close-blue.svg) no-repeat center center;
    z-index: 2;
    background-size: 10px;
    cursor: pointer
}

.admission-quotes {
    padding: 60px 0px;
    background: #005779;
    overflow: hidden
}

.admission-quotes__title {
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .admission-quotes__title {
        padding: 0px 40px
    }
}

.admission-quotes__slider {
    text-align: center
}

.admission-quotes__slider__prev {
    width: 80px;
    height: 80px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat 15px center #FFA300;
    position: absolute;
    left: -67px;
    top: 50%;
    margin-top: -40px;
    border-radius: 80px;
    transform: rotateY(180deg);
    z-index: 2
}

@media (max-width: 767px) {
    .admission-quotes__slider__prev {
        left: -57px
    }
}

.admission-quotes__slider__next {
    width: 80px;
    height: 80px;
    background: url(../images/icon-arrow-right-white.svg) no-repeat 15px center #FFA300;
    position: absolute;
    right: -67px;
    top: 50%;
    margin-top: -40px;
    border-radius: 80px;
    z-index: 2
}

@media (max-width: 767px) {
    .admission-quotes__slider__next {
        right: -57px
    }
}

@media (max-width: 991px) {
    .admission-quotes__slider__item {
        padding: 0px 80px
    }
}

@media (max-width: 767px) {
    .admission-quotes__slider__item {
        padding: 0px 40px
    }
}

.admission-quotes__slider__item__picture {
    margin-bottom: 20px
}

.admission-quotes__slider__item__picture img {
    width: 80px;
    height: 80px;
    border-radius: 80px !important
}

.admission-quotes__slider__item__text {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF
}

.admission-quotes__slider__item__author {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF
}

.admission-quotes__slider__pagination {
    text-align: center;
    margin-top: 30px
}

.uael-table-wrapper {
    text-align: center;
    padding: 120px 0px
}

@media (max-width: 767px) {
    .uael-table-wrapper {
        padding: 40px 0px
    }
}

.uael-table-wrapper table {
    display: inline-table;
    border: 0px
}

.uael-table-wrapper table td,
.uael-table-wrapper table th {
    border: 0px !important;
    background: #fff !important
}

.uael-table-wrapper table th {
    border-bottom: 1px solid #DDDDDD !important
}

.uael-table-wrapper table th span {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #005779;
    white-space: normal;
    display: block;
    word-break: break-word;
    hyphens: auto
}

.uael-table-wrapper table td span {
    font-size: 14px;
    line-height: 24px;
    color: #414141;
    white-space: normal;
    display: block;
    word-break: break-word;
    hyphens: auto
}

.uael-table-wrapper table tr:nth-child(even) td {
    background: #F4F4F4 !important
}

@media (max-width: 767px) {
    .elementor-widget-uael-table.collapsed {
        padding: 40px 0px
    }

    .elementor-widget-uael-table.collapsed .elementor-widget-container {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
    }

    .elementor-widget-uael-table.collapsed .uael-table-wrapper {
        width: calc(100% - 40vw);
        overflow-x: scroll;
        margin-left: 40vw;
        overflow-y: visible;
        padding: 0px
    }

    .elementor-widget-uael-table.collapsed .uael-table-wrapper table {
        border-collapse: separate;
        border-spacing: 0
    }

    .elementor-widget-uael-table.collapsed .uael-table-wrapper table th,
    .elementor-widget-uael-table.collapsed .uael-table-wrapper table td {
        margin: 0;
        border: 1px solid grey;
        white-space: nowrap;
        border-top-width: 0px
    }

    .elementor-widget-uael-table.collapsed .uael-table-wrapper table th:first-child:not(:last-child),
    .elementor-widget-uael-table.collapsed .uael-table-wrapper table td:first-child:not(:last-child) {
        position: absolute;
        width: 40vw;
        left: 0;
        top: auto;
        border-top-width: 1px;
        text-align: left;
        border-right: 1px solid #dddddd !important
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6)
}

@media (max-width: 767px) {
    .modal {
        padding-top: 40px
    }
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    overflow: hidden
}

.modal-content ul {
    padding-left: 30px
}

.modal-content ul li {
    line-height: 25px;
    margin-bottom: 15px
}

.modal-content ul li:before {
    content: "\2022";
    color: #000;
    font-weight: bold;
    float: left;
    margin-left: -1em
}

.modal-content p {
    margin-bottom: 0
}

.modal-content .header-join_button {
    float: left
}

@media (max-width: 767px) {
    .modal-content .header-join_button {
        float: none;
        width: 100% !important
    }
}

.modal-content .common_block_title {
    margin-bottom: 20px
}

.modal-content .common_columns-slider-item-title {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .modal-content {
        width: 80%
    }
}

.modal-content .separador-modal-catoes {
    height: 2px;
    width: 100%;
    display: block;
    background-color: #eee
}

.close {
    color: #165C7D;
    float: right;
    font-size: 28px;
    font-weight: bold
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.contrast .modal-content {
    background-color: #000 !important
}

.contrast .modal-content ul li:before {
    color: #fff
}

.LinksLp {
    display: none;
    margin-bottom: 15px
}

.LinksLp li {
    display: inline-block
}

.LinksLp li a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none
}

.ModeloLandingPage .LinksLp {
    display: block
}

.ModeloLandingPage .overfooter {
    display: none
}

.ModeloLandingPage footer {
    height: auto
}

.ModeloLandingPage footer .footer-logo {
    height: 140px
}

.ModeloLandingPage .footer-copyright .show-only-landing-page {
    display: inline-block
}

.footer_lps {
    height: auto
}

.footer_lps .overfooter {
    display: none
}

.footer_lps footer {
    height: auto
}

@media (max-width: 767px) {
    .footer_lps footer {
        padding: 25px 0
    }
}

.footer_lps footer .footer-logo {
    height: 140px
}

.footer_lps .LinksLp {
    display: block !important
}

.footer_lps .logo-ailos-white-footer {
    background-size: 170px auto
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-navigation button.fancybox-button:focus,
.fancybox-toolbar {
    z-index: 100000 !important
}

.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs {
    display: none
}

.uael-img-carousel-arrow-outside .uael-gallery-parent .uael-img-carousel-wrap>.slick-next {
    right: 35px
}

.uael-img-carousel-arrow-outside .uael-gallery-parent .uael-img-carousel-wrap>.slick-prev {
    left: 25px
}

.product-block-wrapper {
    margin: 70px 0
}

.product-block-wrapper .product-block-title {
    display: block;
    text-align: center;
    margin-bottom: 30px
}

.product-block-wrapper .product-block-subtitle {
    margin-bottom: 20px
}

.product-block-wrapper .product-block-description {
    margin-bottom: 20px
}

.product-block-wrapper .product-card {
    border: 1px solid #165c7d;
    border-radius: 15px 15px 0 15px;
    padding: 25px 20px;
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column
}

@media (max-width: 1023px) {
    .product-block-wrapper .product-card {
        border-radius: 15px
    }
}

.product-block-wrapper .product-card-icon {
    margin-bottom: 10px
}

.product-block-wrapper .product-card-icon img {
    width: 50px
}

.product-block-wrapper .product-card-title {
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.product-block-wrapper .product-card-description {
    max-height: 126px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #8f8f8f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6
}

@media (max-width: 767px) {
    .product-block-wrapper .product-card-description {
        -webkit-line-clamp: 3
    }
}

.product-block-wrapper .product-card-link {
    flex: 1;
    display: flex;
    align-items: flex-end
}

.product-block-wrapper .product-card-link a {
    display: block;
    text-decoration: underline
}

.product-block-wrapper .slick-track {
    display: flex
}

.product-block-wrapper .slick-slide {
    margin: 0 15px;
    height: auto
}

.product-block-wrapper .slick-slide>div {
    height: 100%
}

.product-block-wrapper .slick-list {
    margin: 0 -15px
}

@media (max-width: 1023px) {
    .product-block-wrapper .slick-list {
        padding: 0 30% 0 0
    }
}

.product-block-wrapper .slick-dots {
    bottom: -30px
}

.product-block-wrapper .slick-dots li {
    margin: 0
}

.product-block-wrapper .slick-dots li button:before {
    font-size: 10px
}

.product-block-wrapper .slick-dots li button:hover:before,
.product-block-wrapper .slick-dots li button:focus:before {
    color: #165c7d
}

.product-block-wrapper .slick-dots .slick-active button:before {
    color: #165c7d;
    opacity: 1
}

@media (max-width: 1023px) {
    .product-block-wrapper .slider_mobile_disabled {
        display: flex;
        flex-direction: column;
        row-gap: 20px
    }
}

.product-block-wrapper .product-cards.bg-blue .product-card {
    background: #165c7d
}

.product-block-wrapper .product-cards.bg-blue .product-card-title,
.product-block-wrapper .product-cards.bg-blue .product-card-description {
    color: #fff
}

.dpb-wrapper {
    padding-bottom: 60px
}

.dpb-wrapper .dpb-main-title {
    color: #165c7d;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center
}

.dpb-wrapper .card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #165c7d;
    display: flex !important;
    flex-direction: column;
    background-color: #fff
}

.dpb-wrapper .card:hover .card-image img {
    transform: scale(1.2)
}

.dpb-wrapper .card-image {
    height: 100%;
    display: flex;
    width: 100%
}

.dpb-wrapper .card-image img {
    transition: all .4s;
    object-fit: cover;
    width: 100%
}

.dpb-wrapper .card-content {
    padding: 35px;
    display: flex;
    flex-direction: column;
    height: 100%
}

.dpb-wrapper .slick-slider {
    padding: 0 30px;
    cursor: grab
}

.dpb-wrapper .slick-track {
    display: flex !important
}

.dpb-wrapper .slick-slide {
    margin: 0 12px;
    height: inherit !important;
    display: flex !important
}

.dpb-wrapper .slick-slide>div {
    height: 100%;
    display: flex;
    width: 100%
}

.dpb-wrapper .slick-list {
    margin: 0 -24px
}

.dpb-wrapper .slick-arrow:before {
    font-family: "eicons";
    color: #ffa300;
    font-size: 30px;
    opacity: 1
}

.dpb-wrapper .slick-next {
    right: -5px
}

.dpb-wrapper .slick-next:before {
    content: '\e87d'
}

.dpb-wrapper .slick-prev {
    left: -15px
}

.dpb-wrapper .slick-prev:before {
    content: '\e87e'
}

.dpb-wrapper .card-title {
    color: #165c7d;
    margin-bottom: 20px
}

.dpb-wrapper .card-title>* {
    font-size: 22px
}

.dpb-wrapper .card-desc {
    margin-bottom: 20px;
    flex: 1
}

.dpb-wrapper .card-desc p {
    font-family: inherit;
    font-weight: inherit;
    white-space: pre-wrap;
    font-size: 15px;
    line-height: 22px;
    word-wrap: break-word
}

.dpb-wrapper .card-cta a {
    border: 1px solid #ffa300;
    color: #ffa300;
    border-radius: 5px;
    padding: 12px 24px;
    display: inline-block;
    transition: all .20s linear;
    cursor: pointer
}

.dpb-wrapper .card-cta a:hover {
    background: #ffa300;
    color: #fff
}

.icons-block-container {
    width: 100%;
    max-width: 100%;
    position: relative;
    box-sizing: border-box
}

.icons-block-container .icons-block-title {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #165C7D
}

.icons-block-container .icons-block-description {
    margin-bottom: 20px;
    line-height: 1.5
}

.icons-block-container .icons-block-grid {
    display: grid;
    gap: 20px;
    width: 100%
}

.icons-block-container .icons-block-grid.icons-per-row-1 {
    grid-template-columns: repeat(1, 1fr)
}

.icons-block-container .icons-block-grid.icons-per-row-2 {
    grid-template-columns: repeat(2, 1fr)
}

.icons-block-container .icons-block-grid.icons-per-row-3 {
    grid-template-columns: repeat(3, 1fr)
}

.icons-block-container .icons-block-grid.icons-per-row-4 {
    grid-template-columns: repeat(4, 1fr)
}

.icons-block-container .icons-block-grid.icons-per-row-6 {
    grid-template-columns: repeat(6, 1fr)
}

.icons-block-container .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box
}

.icons-block-container .icon-item .icon-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.icons-block-container .icon-item .icon-image img,
.icons-block-container .icon-item .icon-image svg {
    max-width: 100%;
    height: auto;
    display: block
}

.icons-block-container .icon-item .item-title {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.3;
    font-size: 16px
}

.icons-block-container .icon-item .item-text {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 14px
}

.icons-block-container .icon-item .item-button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent
}

.icons-block-container .icons-block-slider {
    position: relative
}

.icons-block-container .icons-block-slider .icon-item {
    padding: 0 20px;
    box-sizing: border-box
}

.icons-block-container .icons-block-slider .slick-next,
.icons-block-container .icons-block-slider .slick-prev {
    background: none !important
}

.icons-block-container .icons-block-slider .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}

.icons-block-container .icons-block-slider .slick-dots li {
    margin: 0 5px
}

.icons-block-container .icons-block-slider .slick-dots li button {
    border: none;
    background: #ffa300;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 10px;
    height: 10px
}

@media (max-width: 1024px) {

    .icons-block-container .icons-per-row-3,
    .icons-block-container .icons-per-row-4,
    .icons-block-container .icons-per-row-6 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {

    .icons-block-container .icons-per-row-2,
    .icons-block-container .icons-per-row-3,
    .icons-block-container .icons-per-row-4,
    .icons-block-container .icons-per-row-6 {
        grid-template-columns: repeat(1, 1fr)
    }

    .icons-block-container .slick-arrow {
        font-size: 24px !important
    }

    .icons-block-container .slick-prev {
        left: 0
    }

    .icons-block-container .slick-next {
        right: 0
    }
}

.featured-banner-swiper {
    width: 100%;
    position: relative
}

.featured-banner-swiper .swiper-button-prev,
.featured-banner-swiper .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-start: 0;
    background-image: none
}

.featured-banner-swiper .swiper-button-prev:hover,
.featured-banner-swiper .swiper-button-next:hover {
    background: transparent;
    color: transparent
}

.featured-banner-swiper .swiper-button-prev {
    left: 15px
}

@media (max-width: 767px) {
    .featured-banner-swiper .swiper-button-prev {
        left: 0
    }
}

.featured-banner-swiper .swiper-button-next {
    right: 15px
}

@media (max-width: 767px) {
    .featured-banner-swiper .swiper-button-next {
        right: 0
    }
}

.featured-banner-swiper .swiper-button-prev:after,
.featured-banner-swiper .swiper-button-next:after {
    font-family: 'eicons';
    font-size: 30px;
    line-height: 1;
    color: #ed9900;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ''
}

.featured-banner-swiper .swiper-button-prev:after {
    content: '\e89f'
}

.featured-banner-swiper .swiper-button-next:after {
    content: '\e89e'
}

.featured-banner-swiper .swiper-button-prev:hover:after,
.featured-banner-swiper .swiper-button-next:hover:after {
    opacity: 1;
    color: #ed9900
}

.featured-banner-swiper .swiper-pagination {
    bottom: 10px
}

.featured-banner-swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 20px;
    height: 3px;
    border-radius: 0;
    margin: 0 4px
}

.featured-banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 30px
}

.featured-banner-wrapper,
.featured-banner-swiper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 80px 0;
    display: flex !important;
    align-items: center;
    width: 100%;
    overflow: hidden
}

.featured-banner-wrapper.fbleft,
.featured-banner-swiper.fbleft {
    flex-direction: row-reverse
}

.featured-banner-wrapper.fbright,
.featured-banner-swiper.fbright {
    flex-direction: row
}

.featured-banner-wrapper .featured-banner-content,
.featured-banner-swiper .featured-banner-content {
    flex: 50%;
    margin: 60px
}

@media (max-width: 767px) {

    .featured-banner-wrapper .featured-banner-content,
    .featured-banner-swiper .featured-banner-content {
        margin: 20px 40px
    }
}

.featured-banner-wrapper .featured-banner-image,
.featured-banner-swiper .featured-banner-image {
    flex: 50%
}

@media (max-width: 767px) {

    .featured-banner-wrapper .featured-banner-image,
    .featured-banner-swiper .featured-banner-image {
        display: none
    }
}

.featured-banner-wrapper .featured-banner-title,
.featured-banner-swiper .featured-banner-title {
    margin-bottom: 14px
}

.featured-banner-wrapper .featured-banner-subtitle,
.featured-banner-swiper .featured-banner-subtitle {
    margin-bottom: 20px
}

.featured-banner-wrapper .featured-banner-button,
.featured-banner-swiper .featured-banner-button {
    padding: 11px 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px
}

.featured-banner-wrapper .featured-banner-image,
.featured-banner-swiper .featured-banner-image {
    position: relative
}

.featured-banner-wrapper .featured-banner-image img,
.featured-banner-swiper .featured-banner-image img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.featured-banner-wrapper .featured-banner-image img.fbcenter,
.featured-banner-swiper .featured-banner-image img.fbcenter {
    top: 50%;
    transform: translateY(-50%)
}

.featured-banner-wrapper .featured-banner-image img.fbtop,
.featured-banner-swiper .featured-banner-image img.fbtop {
    bottom: 50px
}

.featured-banner-wrapper .featured-banner-image img.fbbottom,
.featured-banner-swiper .featured-banner-image img.fbbottom {
    top: 50px
}

.featured-banner-wrapper {
    align-items: center
}

.featured-banner-swiper {
    margin: 0
}

.contrast {
    background: #000 !important
}

.contrast * {
    color: #fff !important
}

.contrast a {
    color: #ff0 !important
}

.contrast a * {
    color: #ff0 !important
}

.contrast input::placeholder {
    color: #fff !important
}

.contrast .g-recaptcha {
    filter: invert(1) brightness(2) contrast(1.2)
}

.contrast .accessbility_nav,
.contrast .header,
.contrast .search,
.contrast .coop-shortcuts,
.contrast .coop-sustainability,
.contrast .coop-features,
.contrast .coop-numbers,
.contrast .about,
.contrast .coop-security,
.contrast .overfooter,
.contrast .footer,
.contrast .pillars {
    background: #000
}

.contrast .coop-shortcuts,
.contrast .header,
.contrast .coop-sustainability,
.contrast .coop-features,
.contrast .coop-numbers,
.contrast .about,
.contrast .overfooter,
.contrast .why {
    border-bottom: 1px solid #fff
}

.contrast .logo-acentra {
    background-image: url(../images/logo-acentra-white.svg)
}

.contrast .logo-acredicoop {
    background-image: url(../images/logo-acredicoop-white_1.svg)
}

.contrast .logo-ailos {
    background-image: url(../images/logo-ailos-white.svg)
}

.contrast .logo-altovale {
    background-image: url(../images/logo-altovale-white.svg)
}

.contrast .logo-civia {
    background-image: url(../images/logo-civia-white.svg)
}

.contrast .logo-credcrea {
    background-image: url(../images/logo-credcrea-white.svg)
}

.contrast .logo-credelesc {
    background-image: url(../images/logo-credelesc-white.svg)
}

.contrast .logo-credicomin {
    background-image: url(../images/logo-credicomin-white.svg)
}

.contrast .logo-credifoz {
    background-image: url(../images/logo-credifoz-white.svg)
}

.contrast .logo-crevisc {
    background-image: url(../images/logo-crevisc-white.svg)
}

.contrast .logo-evolua {
    background-image: url(../images/logo-evolua-white.svg)
}

.contrast .logo-transpocred {
    background-image: url(../images/logo-transpocred-white.svg)
}

.contrast .logo-viacredi {
    background-image: url(../images/logo-viacredi-white_1.svg)
}

.contrast .logo-unilos {
    background-image: url(../images/logo-unilos-white.svg)
}

.contrast .accessbility_nav {
    border-bottom: 1px solid #fff;
    border: 1px solid #ff0
}

.contrast .header {
    border-bottom: 1px solid #ff0
}

.contrast .header-links .mega-menu-item {
    background-color: transparent !important;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    -ms-box-shadow: 0px 0px 0px transparent;
    -o-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent
}

.contrast .header-links .mega-menu-item .mega-menu-item {
    background-image: none !important
}

.contrast .header-links .mega-menu-item .mega-sub-menu .container {
    background: #000;
    border: 1px solid #fff
}

.contrast .header-access a {
    background-color: #000;
    border: 1px solid #ff0
}

.contrast .mobile_floater-search_button {
    background: url(../images/icon-magnifying-glass-big-yellow.svg) no-repeat center center
}

.contrast .search-form-header {
    background-color: #000;
    width: 52%
}

.contrast .search-form-header form input {
    background-color: #000
}

.contrast .search-form-header form button {
    background-color: transparent !important
}

.contrast .search-form-header p {
    color: #ff0 !important
}

.contrast .widget-service-partners_xls {
    background: #000 !important;
    border-bottom: 1px solid #fff
}

.contrast .widget-service-partners_xls input {
    background: #000 !important
}

.contrast .mobile_floater-search-section-content-suggestions-title {
    color: #ff0 !important
}

.contrast .search-form-header-close-btn::before {
    background: url(../images/icon-close-mobile-yellow.svg) no-repeat center
}

@media (min-width: 1200px) {

    .contrast .HeaderCoop #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link,
    .contrast .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link,
    .contrast .HeaderAilos #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link,
    .contrast .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link {
        background: url(../images/icon-arrow-down-yellow.svg) no-repeat right 2px center
    }

    .contrast .HeaderCoop #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link:hover,
    .contrast .HeaderCoop #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link.active,
    .contrast .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link:hover,
    .contrast .HeaderCoop #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link.active,
    .contrast .HeaderAilos #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link:hover,
    .contrast .HeaderAilos #mega-menu-coop-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link.active,
    .contrast .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link:hover,
    .contrast .HeaderAilos #mega-menu-ailos-menu>.mega-menu-item.mega-menu-item-has-children>.mega-menu-link.active {
        background: url(../images/icon-arrow-down-yellow.svg) no-repeat right 2px center
    }
}

.contrast .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul,
.contrast .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul,
.contrast .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul,
.contrast .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul {
    background-color: #000;
    border: 1px solid #fff
}

.contrast .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul>.mega-menu-item,
.contrast .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul>.mega-menu-item,
.contrast .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul>.mega-menu-item,
.contrast .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul>.mega-menu-item {
    border-bottom: 1px solid #292929
}

.contrast .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu,
.contrast .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu,
.contrast .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu,
.contrast .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu {
    background-color: #292929;
    border: 1px solid #fff
}

.contrast .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link:hover,
.contrast .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link:hover,
.contrast .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link:hover,
.contrast .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-menu-link:hover {
    background-color: #000
}

.contrast .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu,
.contrast .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu,
.contrast .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu,
.contrast .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu {
    background-color: #000
}

.contrast .HeaderCoop #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item,
.contrast .HeaderCoop #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item,
.contrast .HeaderAilos #mega-menu-coop-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item,
.contrast .HeaderAilos #mega-menu-ailos-menu .mega-menu-link.active~ul.featured-menu>.mega-menu-item>.mega-sub-menu>.mega-menu-item {
    border-bottom: 1px solid #292929
}

.contrast .HeaderCoop #mega-menu-coop-menu .mega-menu-item__active>a,
.contrast .HeaderCoop #mega-menu-ailos-menu .mega-menu-item__active>a,
.contrast .HeaderAilos #mega-menu-coop-menu .mega-menu-item__active>a,
.contrast .HeaderAilos #mega-menu-ailos-menu .mega-menu-item__active>a {
    background-color: #000 !important
}

.contrast .mobile_floater-menu-section-header {
    border-bottom: 1px solid #fff
}

.contrast .header-access input,
.contrast .simulator-form input {
    background: #000;
    border-color: #fff
}

.contrast button {
    background: #ff0 !important;
    color: #000 !important
}

.contrast .header-join_button {
    border: 1px solid #ff0;
    background: #000;
    padding: 0 21px
}

.contrast .cards-modal-button {
    border: 1px solid #ff0;
    background: #000
}

.contrast .search {
    border-bottom: 1px solid #fff
}

.contrast .search-form button {
    background: url(../images/icon-magnifying-glass-yellow.svg) no-repeat right center !important
}

.contrast .common_block_link,
.contrast .coop-become-align-link {
    background-image: url(../images/icon-arrow-right-yellow.svg) !important
}

.contrast .overfooter-contact_links-item-icon,
.contrast .footer-socials-item {
    background-color: #000 !important;
    border: 2px solid #fff !important
}

.contrast .coop-become {
    position: relative
}

.contrast .coop-become-align {
    position: relative
}

.contrast .coop-become::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9)
}

.contrast .banner-content span {
    background: rgba(0, 0, 0, 0.9)
}

.contrast .header-links .mega-menu-item:before {
    display: none !important
}

.contrast .mobile_floater-access input {
    background: #000;
    border-color: 1px solid #fff
}

.contrast .mobile_floater-search-section,
.contrast .mobile_floater-menu-section {
    background: #000
}

.contrast .mobile_floater-search-section form button {
    background: url(../images/icon-magnifying-glass-yellow.svg) no-repeat center center !important
}

.contrast .mobile_floater-search-section form {
    border: 1px solid #fff;
    background: #000
}

.contrast .mobile_floater-search-section form input {
    background: transparent
}

.contrast .search-autocomplete {
    background: #000
}

.contrast .search-form {
    position: relative;
    z-index: 2
}

.contrast .search-form input:focus {
    border-bottom: 1px solid #ff0 !important;
    height: 39px
}

.contrast .search-autocomplete-words-loading:after {
    filter: brightness(10) grayscale(1)
}

.contrast .search-autocomplete-words-list a {
    background-image: url(../images/icon-magnifying-glass-yellow.svg)
}

.contrast .search-autocomplete-words-list a:last-child {
    background: none
}

.contrast .icon-facebook {
    background-image: url(../images/icon-facebook-y.svg)
}

.contrast .icon-twitter {
    background-image: url(../images/icon-twitter-y.svg)
}

.contrast .icon-linkedin {
    background-image: url(../images/icon-linkedin-y.svg)
}

.contrast .icon-youtube {
    background-image: url(../images/icon-youtube-y.svg)
}

.contrast .icon-chat {
    background-image: url(../images/icon-chat-y.svg)
}

.contrast .icon-phone {
    background-image: url(../images/icon-phone-y.svg)
}

.contrast .icon-email {
    background-image: url(../images/icon-email-y.svg)
}

.contrast .sales_filter-category {
    background-color: #000 !important;
    border: 1px solid #fff
}

.contrast .sales_filter-category.active {
    color: #fff !important
}

.contrast .sales_filter-field select {
    background: url(../images/icon-down-white.svg) no-repeat right 10px center;
    margin-right: 16px
}

.contrast .sales_filter-field select,
.contrast .sales_filter-field input {
    border: 1px solid #ffffff !important;
    background-color: #000 !important
}

.contrast .sales_filter-search input {
    width: 161px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 16px;
    background: #fff;
    font-size: 12px;
    color: #333;
    height: 40px;
    outline: none;
    margin-top: 4px;
    padding-left: 40px;
    background: url(../images/icon-magnifying-glass-yellow.svg) no-repeat 8px center #000
}

.contrast .common_pagination a {
    background-color: #000000 !important;
    line-height: 36px;
    border: 1px solid #ff0
}

.contrast .common_pagination a.current {
    border: 1px solid #fff;
    color: #fff !important
}

.contrast .common_pagination a.next {
    background-image: url(../images/icon-arrow-right-yellow.svg) !important
}

.contrast .common_pagination a.prev {
    background-image: url(../images/icon-arrow-left-yellow.svg) !important
}

.contrast .common_shortcut_header-background {
    border-right: 1px solid #fff;
    background: #000 !important
}

.contrast .channels_sac {
    border-bottom: 1px solid #fff
}

.contrast .channels_sac-numbers {
    background-color: #000;
    border: 1px solid #fff
}

.contrast .channels_online-links-item:before {
    background: #fff;
    border-color: #000
}

.contrast .channels_online-links-item {
    background-image: url(../images/icon-arrow-right-yellow.svg) !important
}

@media (max-width: 767px) {
    .contrast .channels_map-map {
        border-top: 1px solid #fff
    }
}

.contrast .channels_map {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.contrast .channels_map-search {
    background: #000;
    -webkit-box-shadow: 20vw 0px 0px #000, 40vw 0px 0px #000,
        inset 1px 0px 0px 0px #fff;
    -moz-box-shadow: 20vw 0px 0px #000, 40vw 0px 0px #000,
        inset 1px 0px 0px 0px #fff;
    -ms-box-shadow: 20vw 0px 0px #000, 40vw 0px 0px #000,
        inset 1px 0px 0px 0px #fff;
    -o-box-shadow: 20vw 0px 0px #000, 40vw 0px 0px #000,
        inset 1px 0px 0px 0px #fff;
    box-shadow: 20vw 0px 0px #000, 40vw 0px 0px #000, inset 1px 0px 0px 0px #fff
}

@media (max-width: 767px) {
    .contrast .channels_map-search {
        border-left: 0px;
        -webkit-box-shadow: 0px 0px 0px #000;
        -moz-box-shadow: 0px 0px 0px #000;
        -ms-box-shadow: 0px 0px 0px #000;
        -o-box-shadow: 0px 0px 0px #000;
        box-shadow: 0px 0px 0px #000
    }
}

.contrast .channels_map-search-header {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    background: #000;
    -webkit-box-shadow: 20vw 0px 0px #000, 40vw 0px 0px #000;
    -moz-box-shadow: 20vw 0px 0px #000, 40vw 0px 0px #000;
    -ms-box-shadow: 20vw 0px 0px #000, 40vw 0px 0px #000;
    -o-box-shadow: 20vw 0px 0px #000, 40vw 0px 0px #000;
    box-shadow: 20vw 0px 0px #000, 40vw 0px 0px #000
}

@media (max-width: 767px) {
    .contrast .channels_map-search-header {
        border: 0px
    }
}

.contrast .channels_map-search-header:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: transparent;
    right: 0px;
    top: -1px;
    -webkit-box-shadow: 20vw 0px 0px #fff, 40vw 0px 0px #fff;
    -moz-box-shadow: 20vw 0px 0px #fff, 40vw 0px 0px #fff;
    -ms-box-shadow: 20vw 0px 0px #fff, 40vw 0px 0px #fff;
    -o-box-shadow: 20vw 0px 0px #fff, 40vw 0px 0px #fff;
    box-shadow: 20vw 0px 0px #fff, 40vw 0px 0px #fff
}

@media (max-width: 767px) {
    .contrast .channels_map-search-header:after {
        display: none
    }
}

.contrast .channels_map-search-header::before {
    bottom: 0px
}

.contrast .channels_map-search-list {
    margin-top: -1px
}

.contrast .channels_map-search-form select {
    border: 1px solid #fff;
    background: url(../images/icon-down-white.svg) no-repeat right 10px center #000
}

.contrast .channels_map-search-list-item {
    background: #000;
    border: 1px solid #fff
}

.contrast .channels_map-search-list-item-phone {
    background: #000;
    padding-left: 0px
}

.contrast .channels_map-search-list-item-email {
    background: #000;
    padding-left: 0px
}

.contrast .swiper-scrollbar-drag {
    background: #ff0 !important
}

.contrast .channels_map-search-list-scrollbar {
    background: #000;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
    -moz-box-shadow: inset 0px 0px 0px 1px #fff;
    -ms-box-shadow: inset 0px 0px 0px 1px #fff;
    -o-box-shadow: inset 0px 0px 0px 1px #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
    z-index: 2
}

.contrast .common_page_banner .row * {
    -webkit-box-shadow: 0px 0px 0px #000;
    -moz-box-shadow: 0px 0px 0px #000;
    -ms-box-shadow: 0px 0px 0px #000;
    -o-box-shadow: 0px 0px 0px #000;
    box-shadow: 0px 0px 0px #000;
    background: #000
}

.contrast .common_page_banner .row>div {
    border: 1px solid #fff
}

.contrast .common_page_banner-title:before {
    height: auto;
    top: -1px;
    bottom: -1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

@media (max-width: 767px) {
    .contrast .common_page_banner-title:before {
        display: none
    }
}

@media (max-width: 767px) {
    .contrast .common_page_banner-title {
        padding: 20px !important;
        margin: 0px !important;
        margin-bottom: -1px !important
    }
}

@media (max-width: 767px) {
    .contrast .common_page_banner-text {
        padding: 20px !important;
        margin: 0px !important;
        margin-bottom: -1px !important
    }
}

@media (max-width: 767px) {
    .contrast .common_page_banner-cta {
        padding: 20px !important;
        margin: 0px !important
    }
}

@media (max-width: 767px) {

    .contrast .common_page_banner-text:before,
    .contrast .common_page_banner-cta:before {
        display: none
    }
}

@media (max-width: 767px) {
    .contrast .common_page_banner-title span {
        padding-left: 20px
    }
}

.contrast .common_page_banner-text span {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-left: 20px
}

.contrast .common_page_banner-text {
    padding-right: 80px
}

.contrast .channels_info-report-all {
    background: #000;
    border: 1px solid #ff0;
    line-height: 36px
}

.contrast .realty_info-labels-item,
.contrast .single_news_content-labels a,
.contrast .search_results-page_list-page_item-tags-item {
    color: #000 !important;
    background: #ff0 !important
}

.contrast .realty_info-breadcrumbs li:after {
    background-image: url(../images/icon-arrow-right-yellow.svg) !important
}

.contrast .realty_info-address,
.contrast .realty_info-email,
.contrast .realty_info-phone {
    padding-left: 0px
}

.contrast .realty_info-address::before,
.contrast .realty_info-email::before,
.contrast .realty_info-phone::before {
    display: none
}

.contrast .realty_map {
    background: #000;
    border-top: 1px solid #fff
}

.contrast .realty_info-slider-next {
    background-image: url(../images/icon-arrow-right-yellow.svg) !important
}

.contrast .realty_info-slider-prev {
    background-image: url(../images/icon-arrow-left-yellow.svg) !important
}

.contrast .single_news_content-content-slider-next {
    background-color: #000 !important;
    background-image: url(../images/icon-arrow-right-yellow.svg) !important
}

.contrast .single_news_content-content-slider-prev {
    background-color: #000 !important;
    background-image: url(../images/icon-arrow-left-yellow.svg) !important
}

.contrast .single_news_share-block {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.contrast .news_slider {
    border-bottom: 1px solid #fff
}

.contrast .news_slider .swiper-slide {
    background-repeat: no-repeat;
    background-position: -5000px -5000px;
    position: relative;
    background-color: #000 !important
}

.contrast .news_slider .swiper-slide::before {
    content: "";
    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
    background: inherit;
    background-size: cover;
    background-position: center center
}

@media (max-width: 1023px) {
    .contrast .news_slider .swiper-slide::before {
        width: 40%
    }
}

@media (max-width: 767px) {
    .contrast .news_slider .swiper-slide::before {
        width: 0%
    }
}

.contrast .news_slider .swiper-slide * {
    position: relative;
    z-index: 2
}

.contrast .news_list-search input {
    background: url(../images/icon-magnifying-glass-yellow.svg) no-repeat 10px center #000 !important;
    border: 1px solid #fff
}

.contrast .news_list-list-item-button:after {
    background-image: url(../images/icon-arrow-right-yellow.svg) !important
}

.contrast .common_fancy_title {
    border-bottom: 1px solid #fff
}

.contrast .become-align-link,
.contrast .common_big_content-button:after,
.contrast .common_big_content-link:after,
.contrast .common_channel_content a b:after,
.contrast .common_columns-convertion a:after,
.contrast .common_columns-links a:after,
.contrast .common_content_image a b:after,
.contrast .common_fancy_title-breadcrumbs li:after,
.contrast .common_page_banner .common_page_banner-cta span:after,
.contrast .common_shortcut_header-shortcuts-links a,
.contrast .news_slider-button:after,
.contrast .realty_info-address a:after,
.contrast .single_news_banner-breadcrumbs li:after,
.contrast .common_columns-slider-item-link:after,
.contrast .simulator-button:after,
.contrast .common_columns.green .common_columns-links a:last-child:after,
.contrast .common_middle_page_shortcuts a {
    background-image: url(../images/icon-arrow-right-yellow.svg) !important
}

.contrast .common_shortcut_header-shortcuts-links a {
    background-color: transparent !important;
    border: 1px solid #ff0
}

.contrast .realty_map-map {
    border: 1px solid #fff
}

.contrast .single_news_share-block-links-item {
    background-color: #000;
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1)
}

.contrast .single_news_share-block-links-item:before {
    border: 1px solid #000
}

.contrast .invest_time_earnings-download {
    border: 1px solid #ff0;
    background-color: #000
}

.contrast .invest_security {
    border-bottom: 1px solid #fff
}

.contrast .common_columns-convertion {
    border-top: 1px solid #fff
}

.contrast .common_big_content-button,
.contrast .common_columns-links a:first-child {
    background-color: #000;
    line-height: 36px;
    border: 1px solid #ff0
}

.contrast .common_big_content-link,
.contrast .common_columns-links a:last-child {
    background-color: #000;
    color: #ff0 !important
}

.contrast .common_big_content {
    border-bottom: 1px solid #fff
}

.contrast .simulator-button {
    background-color: #000 !important;
    border: 1px solid #ff0
}

.contrast .simulator-button span {
    color: #ff0 !important
}

.contrast .simulator-button.active {
    border: 1px solid #000
}

.contrast .simulator-button.active span {
    color: #fff !important
}

.contrast .simulator-form-clear {
    -webkit-filter: brightness(20);
    -moz-filter: brightness(20);
    -ms-filter: brightness(20);
    -o-filter: brightness(20);
    filter: brightness(20)
}

.contrast .common_content_image-hot_links-item-icon {
    background-color: transparent !important;
    -webkit-filter: brightness(20) grayscale(1);
    -moz-filter: brightness(20) grayscale(1);
    -ms-filter: brightness(20) grayscale(1);
    -o-filter: brightness(20) grayscale(1);
    filter: brightness(20) grayscale(1)
}

.contrast .common_content_image-hot_links-item-icon::before {
    border: 1px solid #ff0
}

.contrast .common_columns-download a {
    border: 1px solid #ff0;
    background-color: #000
}

.contrast .common_columns.green .common_columns-links a:last-child {
    color: #ff0 !important
}

.contrast .common_middle_page_shortcuts a {
    background-color: transparent !important;
    border: 1px solid #ff0
}

.contrast .attendance_title,
.contrast .common_middle_page_shortcuts,
.contrast .credit_custom_block,
.contrast .common_columns,
.contrast .invest_time_earnings,
.contrast .single_news_banner,
.contrast .common_content_image,
.contrast .header-links-drop-container,
.contrast .mobile_floater,
.contrast .sales_header,
.contrast .common_shortcut_header,
.contrast .invoice_title,
.contrast .channels_online,
.contrast .faq {
    background: #000 !important;
    border-bottom: 1px solid #fff !important
}

.contrast .search_results-form {
    background-color: #000 !important;
    border: 1px solid #fff !important
}

.contrast .search_results-form button {
    background: url(../images/icon-arrow-right-black.svg) no-repeat center center #ff0 !important
}

.contrast .search_results-form {
    background-image: url(../images/icon-magnifying-glass-yellow.svg) !important
}

.contrast .search_results-list-item {
    border-color: #fff !important
}

.contrast .search_results-list-item:hover {
    border-color: #ff0 !important;
    padding-left: 20px
}

.contrast .channels_online-links-item-icon,
.contrast .common_shortcut_header-shortcuts-list-item-icon {
    background-color: #ff0
}

.contrast .channels_online-links-item-icon::before,
.contrast .common_shortcut_header-shortcuts-list-item-icon::before {
    border: 1px solid #ff0
}

.contrast .common_page_banner.bottom {
    border-bottom: 1px solid #fff
}

@media (max-width: 767px) {
    .contrast .sales_filter-search {
        background: #000;
        padding-left: 0px
    }

    .contrast .sales_filter-search input {
        width: 100%
    }
}

.contrast .channels_map {
    background: #000
}

@media (max-width: 767px) {
    .contrast .sitemap-group-title {
        background-image: url(../images/icon-down-white.svg)
    }
}

@media (max-width: 767px) {
    .contrast .common_shortcut_header-mobile_background:before {
        background: #000 !important;
        border-bottom: 1px solid #fff !important
    }
}

@media (max-width: 767px) {
    .contrast .common_columns-links a:last-child {
        background: url(../images/icon-arrow-right-yellow.svg) no-repeat right 10vw center !important
    }
}

.contrast .simulator-mobile_selector select {
    background: url(../images/icon-down-white.svg) no-repeat right 10px center;
    border: 1px solid #fff
}

.contrast select option {
    color: #fff !important;
    background: #000 !important
}

.contrast .common_fancy_title-divisor {
    background: #fff
}

.contrast .common_page_banner.white .common_page_banner-cta span:after,
.contrast .common_page_banner.green .common_page_banner-cta span:after,
.contrast .common_page_banner.blue .common_page_banner-cta span:after {
    background-repeat: no-repeat;
    background-position: center center
}

.contrast .common_columns-title.offbox {
    background: #000;
    border: 1px solid #fff
}

.contrast .common_content_image-download a {
    border: 1px solid #ff0;
    background-image: url(../images/icon-download-yellow.svg)
}

.contrast .common_middle_page_shortcuts a.new:before {
    background: #ff0;
    color: #000
}

.contrast .common_columns.blue .common_columns-title.offbox,
.contrast .common_columns.blue .common_columns-slider-item-link,
.contrast .invest_time_earnings-slider,
.contrast .invest_security {
    background: #000
}

.contrast .overfooter-contact_links-item-label {
    position: relative;
    z-index: 2
}

.contrast .floating_chat_button {
    font-size: 0px;
    background-color: #000;
    border: 1px solid #ff0
}

.contrast .floating_chat_button:hover {
    font-size: 12px
}

.contrast .become {
    background: #000 !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.contrast .common_fancy_title {
    background: #000 !important
}

.contrast .elementor-top-section,
.contrast .elementor-section {
    background: #000 !important
}

.contrast .common_block_text-button {
    background-color: #000 !important
}

.contrast .common_ailos_balls {
    background: #000 !important;
    border-bottom: 1px solid #fff
}

.contrast .uael-table * {
    background-color: #000 !important
}

.contrast .uael td {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px 0px #fff;
    -ms-box-shadow: inset 0px 1px 0px 0px #fff;
    -o-box-shadow: inset 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px 0px #fff
}

.contrast .one_column_list {
    padding: 80px 0px;
    background: #000 !important;
    border-top: 1px solid #fff
}

.contrast .ailos_content_block {
    padding: 80px 0px;
    background: #000 !important;
    border-bottom: 1px solid #fff
}

.contrast .common_big_content {
    background: #000 !important;
    border-top: 1px solid #fff
}

.contrast .search-form input {
    background-color: #000 !important;
    background-image: url(../images/icon-magnifying-glass-yellow.svg)
}

.contrast .mega-sub-menu.single {
    background: #000000;
    border: 1px solid #fff
}

.contrast .elementor-widget-wrap {
    background: #000
}

.contrast .ailos_pillars.white {
    background: #000;
    border-bottom: 1px solid #fff
}

.contrast select {
    background: url(../images/icon-down-white.svg) no-repeat right 10px center #000;
    color: #fff
}

.contrast .widget_consortium button:after {
    background: url(../images/icon-arrow-right-black.svg) no-repeat center center
}

.contrast .notfound_content-button {
    background: #000;
    border: 1px solid #ff0
}

.contrast .notfound_content-link {
    background: #000
}

.contrast .notfound_header {
    background: #000;
    border-bottom: 1px solid #fff
}

.contrast .elementor-widget-container {
    background: #000 !important
}

.contrast .elementor-toggle .elementor-tab-title {
    background: url(../images/icon-down-white.svg) no-repeat right center
}

.contrast .notification-block {
    background: #000 !important;
    border: 1px solid #fff
}

.contrast .common_columns-slider-pagination.pagination_numbers span {
    background: #000000;
    border: 1px solid #fff;
    line-height: 36px !important
}

.contrast .common_columns-slider-pagination.pagination_numbers .next {
    background-image: url(../images/icon-arrow-right-white.svg);
    font-size: 0px
}

.contrast .common_columns-slider-pagination.pagination_numbers .prev {
    background-image: url(../images/icon-arrow-left-white.svg);
    font-size: 0px
}

.contrast .common_alert-box {
    background: #000 !important
}

.contrast .common_alert-box * {
    color: #fff !important
}

.contrast .channels_online-links-item-icon {
    background-color: #000 !important
}

.contrast .common_ailos_banner {
    background: #000 !important;
    border-bottom: 1px solid #fff
}

.contrast .ailos_coops {
    background: #000
}

.contrast .ailos_coops-item {
    background: #000
}

.contrast .ailos_coops-item-header-trigger {
    background-image: url(../images/icon-arrow-down-white.svg)
}

.contrast .ailos_coops-item-link {
    color: #000 !important
}

.contrast .ailos_downloads {
    background: #000 !important
}

.contrast .ailos_coop_filter {
    background: #000;
    border-bottom: 1px solid #fff
}

.contrast .title_text_divisor,
.contrast .title_text_divisor-block {
    background: #000 !important
}

.contrast .title_text_divisor {
    border-bottom: 1px solid #fff
}

.contrast .ailos_pillar-block.grey.left {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #000
}

.contrast .ailos_pillar-block.grey.left:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #000
}

.contrast .ailos_pillar-block.grey.right {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #000
}

.contrast .ailos_pillar-block.grey.right:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #000
}

.contrast .agent {
    background: #000;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px
}

.contrast .title_text_divisor {
    margin-bottom: 40px
}

.contrast .common_columns.white .common_columns-slider-next,
.contrast .common_columns.grey .common_columns-slider-next {
    background-image: url(../images/icon-arrow-right-white.svg);
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5)
}

.contrast .common_columns.white .common_columns-slider-prev,
.contrast .common_columns.grey .common_columns-slider-prev {
    background-image: url(../images/icon-arrow-left-white.svg);
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5)
}

.contrast .widget_credit_simulator button {
    background-image: none;
    padding-right: 24px
}

.contrast .widget_credit_simulator button:after {
    display: none
}

.contrast .widget_credit_simulator-results-item.outline {
    border-color: #ff0
}

.contrast .widget_credit_simulator-results-button {
    background: #000;
    color: #ff0;
    border: 1px solid #ff0;
    line-height: 36px
}

.contrast .widget_credit_simulator-results-link {
    background-image: url(../images/icon-arrow-right-yellow.svg)
}

.contrast .widget_credit_simulator-modal-container {
    background: #000;
    border: 1px solid #fff
}

.contrast .widget_credit_simulator-overlay {
    background: rgba(0, 0, 0, 0.8)
}

.contrast .widget_credit_simulator-modal-form button[type="button"],
.contrast .widget_credit_simulator-results-link.outline,
.contrast .widget_credit_simulator button.clear_button {
    color: #fff !important;
    border: 1px solid #ff0;
    background: #000 !important;
    padding: 0px 24px
}

.contrast .widget_credit_simulator-results-button.arrow {
    background: #ff0 !important;
    color: #000 !important;
    padding-right: 24px
}

.contrast .widget_credit_simulator-modal-container-close_modal {
    filter: hue-rotate(214deg) brightness(4)
}

.contrast .indicacao-banner {
    background: #000 !important;
    border-bottom: 1px solid #fff !important
}

.contrast .indicacao-header__cta,
.contrast .indicacao-intro__cta {
    background: #000 !important;
    border: 1px solid #fff !important
}

.contrast .indicacao-big-topic {
    position: relative
}

.contrast .indicacao-big-topic:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9
}

.contrast .indicacao-prizes,
.contrast .indicacao-prizes__box {
    background: #000 !important;
    border-bottom: 1px solid #fff !important
}

.contrast .indicacao-content {
    background: transparent !important
}

.contrast .indicacao-prizes__box__prizes__item__number,
.contrast .indicacao-prizes__box__prizes {
    background: #000 !important;
    border: 1px solid #fff !important
}

.contrast .indicacao-form .add_friend {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MiA0OTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MiA0OTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDY1LjA2NCwyMDcuNTY2bDAuMDI4LDBIMjg0LjQzNlYyNy4yNWMwLTE0Ljg0LTEyLjAxNi0yNy4yNDgtMjYuODU2LTI3LjI0OGgtMjMuMTE2ICAgIGMtMTQuODM2LDAtMjYuOTA0LDEyLjQwOC0yNi45MDQsMjcuMjQ4djE4MC4zMTZIMjYuOTA4Yy0xNC44MzIsMC0yNi45MDgsMTItMjYuOTA4LDI2Ljg0NHYyMy4yNDggICAgYzAsMTQuODMyLDEyLjA3MiwyNi43OCwyNi45MDgsMjYuNzhoMTgwLjY1NnYxODAuOTY4YzAsMTQuODMyLDEyLjA2NCwyNi41OTIsMjYuOTA0LDI2LjU5MmgyMy4xMTYgICAgYzE0Ljg0LDAsMjYuODU2LTExLjc2NCwyNi44NTYtMjYuNTkyVjI4NC40MzhoMTgwLjYyNGMxNC44NCwwLDI2LjkzNi0xMS45NTIsMjYuOTM2LTI2Ljc4VjIzNC40MSAgICBDNDkyLDIxOS41NjYsNDc5LjkwNCwyMDcuNTY2LDQ2NS4wNjQsMjA3LjU2NnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+) no-repeat 14px center #000 !important;
    background-size: 20px !important;
    color: #fff !important;
    border: 1px solid #fff !important
}

.contrast .indicacao-footer {
    background: #000 !important;
    border-top: 1px solid #fff !important
}

.contrast .indicacao-form__selector.active:before {
    background: #ff0
}

.contrast .indicacao-form input,
.contrast .indicacao-content__form input {
    background: #000 !important;
    border: 1px solid #fff !important
}

.contrast .indicacao-form .remove_friend {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MiA0OTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MiA0OTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDY1LjA2NCwyMDcuNTY2bDAuMDI4LDBIMjg0LjQzNlYyNy4yNWMwLTE0Ljg0LTEyLjAxNi0yNy4yNDgtMjYuODU2LTI3LjI0OGgtMjMuMTE2ICAgIGMtMTQuODM2LDAtMjYuOTA0LDEyLjQwOC0yNi45MDQsMjcuMjQ4djE4MC4zMTZIMjYuOTA4Yy0xNC44MzIsMC0yNi45MDgsMTItMjYuOTA4LDI2Ljg0NHYyMy4yNDggICAgYzAsMTQuODMyLDEyLjA3MiwyNi43OCwyNi45MDgsMjYuNzhoMTgwLjY1NnYxODAuOTY4YzAsMTQuODMyLDEyLjA2NCwyNi41OTIsMjYuOTA0LDI2LjU5MmgyMy4xMTYgICAgYzE0Ljg0LDAsMjYuODU2LTExLjc2NCwyNi44NTYtMjYuNTkyVjI4NC40MzhoMTgwLjYyNGMxNC44NCwwLDI2LjkzNi0xMS45NTIsMjYuOTM2LTI2Ljc4VjIzNC40MSAgICBDNDkyLDIxOS41NjYsNDc5LjkwNCwyMDcuNTY2LDQ2NS4wNjQsMjA3LjU2NnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+) #000 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    border: 1px solid #fff !important
}

.contrast.page-template-template-indicacao-cooperado-vav .indicacao-header__logo {
    background: url(https://ailos-sites-prd.azureedge.net/wp-content/themes/theme-ailos/public/images/logo-altovale-white.svg) no-repeat center center !important;
    background-size: 223px 80px
}

.contrast.page-template-template-indicacao-cooperado-credcrea .indicacao-header__logo {
    background: url(../images/logo-credcrea-white.svg) no-repeat center center !important;
    background-size: 223px 58px
}

.contrast .indicacao-how__box__title {
    background: #000 !important
}

.contrast .indicacao-features {
    background: #000 !important;
    border-top: 1px solid #fff !important
}

.contrast .indicacao-form__box {
    background: #000 !important;
    border: 1px solid #00B140
}

.contrast .inpulse-banner__slider,
.contrast .inpulse-banner__slider__form input,
.contrast .inpulse-calls__form__form input {
    background: #000 !important;
    border: 1px solid #fff !important
}

.contrast .inpulse-banner__slider__form button,
.contrast .inpulse-calls__form__form button {
    background: url(../images/icon-arrow-right-blue.svg) no-repeat center center #ff0 !important
}

.contrast .inpulse-calls {
    background: #000 !important;
    border-bottom: 1px solid #fff !important
}

.contrast .now-small-banner__background {
    background: #000 !important
}

.contrast .now-small-banner__container {
    border: 1px solid #fff !important;
    margin-top: 80px !important
}

.contrast .widget-faq {
    background: #000;
    border-bottom: 1px solid #fff
}

.contrast .common_content_image a.yellow-link {
    background-color: #000 !important
}

.contrast .side-modal-app__container__background {
    background: #000 !important;
    box-shadow: 1000px 0px 0px 1000px #000 !important;
    border-left: 1px solid #fff
}

.contrast .side-modal-app__container__close,
.contrast .app-block__modal__close {
    filter: grayscale(2) brightness(5)
}

.contrast .side-modal-app__container__qr img {
    box-shadow: 0px 0px 0px 10px #fff !important
}

.contrast .app-block.grey {
    background: #000;
    border-bottom: 1px solid #fff
}

.contrast .app-block__slider__item,
.contrast .app-block__modal {
    background: #000;
    border: 1px solid #fff
}

.contrast .app-block__slider__item a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ff0;
    font-size: 14px;
    line-height: 24px;
    background: url(../images/icon-arrow-right-yellow.svg) no-repeat right 50%;
    background-size: 6px;
    padding-right: 15px;
    display: inline-block
}

.contrast #ubots-webchat-icon {
    background: url(../images/icon-ubots-chat.svg) no-repeat left center #00A9CE !important;
    filter: invert(1) brightness(1.3) hue-rotate(50deg) sepia(0.3)
}

.contrast .ubots-minimize-icon svg,
.contrast .ubots-close-icon svg {
    filter: invert(1)
}

.contrast .wc-header {
    background: #ff0
}

.contrast .wc-header span,
.contrast .bot_pre_form-button.member {
    color: #000 !important
}

.contrast .bot_pre_form {
    background-color: #000 !important
}

.contrast .ubots-chat-box.ubots-form-div {
    background: #000 !important
}

.contrast .ubots-form input,
.contrast .wc-message-pane,
.contrast .wc-console,
.contrast .wc-shellinput {
    background: #000 !important
}

.contrast .bot_pre_form-button.member {
    background: #ff0 !important
}

.contrast .bot_pre_form-button.not_member {
    border: 1px solid #ff0 !important
}

.contrast .wc-message-from-bot .wc-message-content,
.contrast .wc-message-from-me .wc-message-content {
    background: #000000 !important;
    border: 1px solid #fff
}

.contrast .wc-suggested-actions {
    background: #000 !important
}

.contrast .ailos_coop_list {
    background: #000 !important
}

.contrast .widget_credit_simulator-modal input[type="text"],
.contrast .widget_credit_simulator-modal input[type="email"],
.contrast .widget_credit_simulator-modal input[type="tel"],
.contrast .widget_credit_simulator input[type="text"],
.contrast .widget_credit_simulator input[type="email"],
.contrast .widget_credit_simulator input[type="tel"] {
    background: #000 !important
}

.contrast .become::before,
.contrast .banner .swiper-slide::before,
.contrast .common_fancy_title.background::before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.contrast .common_shortcut_header-background::before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.contrast .page_login_form input {
    background: #000000
}

.contrast .ie-modal {
    background: #000000;
    border: 1px solid #fff
}

.contrast .ie-modal__close {
    background: #ffffff;
    opacity: 1
}

.contrast .ie-overlay {
    background: #000000;
    opacity: 1
}

.contrast .leads-block .section_top,
.contrast .leads-block .section_bottom,
.contrast .leads-block .section_bottom a,
.contrast .leads-block .section_top .section_middle_form {
    background: #000
}

.contrast .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #ff0 !important
}

.contrast .leads-block .section_bottom a {
    border: 1px solid #ff0
}

.contrast .leads-block {
    border-bottom: 1px solid #fff
}

.contrast .leads-block iframe {
    filter: invert(1)
}

.contrast .ailos_coops-item-button,
.contrast .now-banner__cta,
.contrast .admission-banner__button,
.contrast .cooperate_lps-link,
.contrast .credit-imobiliario-modal-form__content__documents-content__button {
    background-color: #000000 !important;
    color: #ff0 !important;
    border: 1px solid #ff0 !important
}

.contrast .download-file-modal__container__holder {
    background: #000;
    border: 1px solid #fff
}

.contrast .download-file-modal__container__holder iframe {
    filter: invert(1)
}

.contrast .download-file-modal__container__holder__close {
    filter: grayscale(1) brightness(5)
}

.contrast .now-banner__background,
.contrast .widget-service-partners input {
    background: #000 !important
}

.contrast .now-banner {
    border-bottom: 1px solid #fff
}

.contrast .admission-banner,
.contrast .cover_lps,
.contrast .widget-service-partners {
    background: #000 !important;
    border-bottom: 1px solid #fff
}

.contrast .widget_credit_imobiliario-form-text input,
.contrast .widget_credit_simulator-modal input[type="text"],
.contrast .widget_credit_simulator-modal input[type="email"],
.contrast .widget_credit_simulator-modal input[type="tel"],
.contrast .widget_credit_imobiliario-modal input[type="text"],
.contrast .widget_credit_imobiliario-modal input[type="email"],
.contrast .widget_credit_imobiliario-modal input[type="tel"],
.contrast .widget_credit_simulator input[type="text"],
.contrast .widget_credit_simulator input[type="email"],
.contrast .widget_credit_simulator input[type="tel"] {
    background: #000;
    border: 1px solid #fff
}

.contrast .widget_credit_imobiliario button:after {
    filter: invert(1)
}

.contrast .widget_credit_imobiliario-modal-container,
.contrast .documents-modal__container {
    background: #000;
    border: 1px solid #fff
}

.contrast .widget_credit_imobiliario-modal-form button[type="button"] {
    border: 1px solid #ff0
}

.contrast .widget_credit_imobiliario-results-reset,
.contrast .credit-imobiliario-modal-form__content__documents-content__close {
    filter: grayscale(1) brightness(3)
}

.contrast .widget_credit_imobiliario-results-button {
    filter: invert(1);
    background-color: #00f !important
}

.contrast .credit-imobiliario-modal-form__nav,
.contrast .credit-imobiliario-modal-form__content__fields fieldset input[type="text"],
.contrast .credit-imobiliario-modal-form__content__fields fieldset input[type="email"],
.contrast .credit-imobiliario-modal-form__content__fields fieldset input[type="tel"],
.contrast .credit-imobiliario-modal-form__content__fields fieldset textarea {
    background: #000;
    border-bottom: 1px solid #fff
}

.contrast .credit-imobiliario-modal-form__nav__button,
.contrast .share-wp-modal__close {
    filter: grayscale(1) brightness(3)
}

.contrast .credit-imobiliario-modal-form {
    background: #000
}

.contrast .credit-imobiliario-modal-form__content__fields fieldset button.next_step {
    background: url(../images/icon-arrow-right-black.svg) no-repeat right 24px center #ff0 !important
}

.contrast input[type="checkbox"] {
    border: 1px solid #fff;
    background: #000;
    appearance: none;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
    margin-right: 5px
}

.contrast input[type="checkbox"]:checked {
    background: #fff;
    box-shadow: inset 0px 0px 0px 2px #000
}

.contrast .credit-imobiliario-modal-form__content__steps__numbers div {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    line-height: 24px
}

.contrast .credit-imobiliario-modal-form__content__steps__numbers div.current {
    background: #0f0;
    color: #000 !important;
    border: 1px solid #0f0
}

.contrast .credit-imobiliario-modal-form__content__steps__numbers div.done {
    color: transparent !important;
    background: url(../images/icon-check-white.svg) no-repeat center center #f0f !important;
    border: 1px solid #f0f;
    filter: invert(1)
}

.contrast label .info {
    background: #000000;
    box-shadow: 0px 0px 0px 1px #fff
}

.contrast label .info span:before,
.contrast label .info span {
    background: #000
}

.contrast label .info span {
    filter: drop-shadow(0px 0px 1px #fff)
}

.contrast .credit-imobiliario-modal-form__content__success__icon {
    filter: invert(1) brightness(2) grayscale(1) contrast(2)
}

.contrast .credit-imobiliario-modal-form__content__success__button,
.contrast .cards-flag-selector__item__button.solid {
    background: #000000;
    border: 1px solid #ff0
}

.contrast .credit-imobiliario-modal-form__content__success__link,
.contrast .cards-flag-selector__item__button.solid:after {
    background-image: url(../images/icon-arrow-right-yellow.svg)
}

.contrast .now-small-banner__container__cta.solid,
.contrast .cards-flag-selector__item__button.wired,
.contrast .cards-modalities__button,
.contrast .cards-modalities__item__button {
    background: transparent;
    border: 1px solid #ff0
}

.contrast .now-small-banner__container__cta:after {
    background-image: url(../images/icon-arrow-right-yellow.svg)
}

.contrast .cards-banner__background {
    background: #000 !important
}

.contrast .cards-flag-selector {
    background: #000
}

.contrast .cards-modalities {
    box-shadow: none
}

.contrast .cards-modalities__item {
    background: #000 !important;
    border: 1px solid #fff
}

.contrast .cards-banner,
.contrast .cards-flag-selector,
.contrast .cards-modalities,
.contrast .cards-app-buttons {
    border-bottom: 1px solid #fff
}

.contrast.page-template-template-indicacao-cooperado-unilos .indicacao-header__logo {
    background: url(../images/logo-unilos-white_1.svg) no-repeat center center;
    background-size: contain
}

.contrast .indicacao-form input[type="checkbox"] {
    margin-right: 5px;
    display: inline-block;
    height: 12px;
    padding: 0px;
    position: relative;
    top: -1px
}

.contrast .indicacao-form input[type="checkbox"]:checked {
    background: #fff;
    box-shadow: inset 0px 0px 0px 3px #000, inset 0px 0px 0px 10px #fff
}

.contrast .indicacao-form .clonable_fields {
    padding: 10px;
    margin-top: 20px
}

.contrast label.error {
    color: #f00 !important
}

.contrast .indicacao-modal-overlay {
    background: #000;
    opacity: 1
}

.contrast .share-wp-modal {
    background: #000;
    border: 1px solid #fff
}

.contrast .share-wp-modal__whatsapp {
    border: 1px solid #ffff00;
    background: #000
}

.contrast .share-wp-modal__copy {
    color: #000 !important;
    background: transparent;
    filter: brightness(0) invert(1)
}

.contrast .indicacao-modal {
    background: #000;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.contrast .now-small-banner {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 80px
}

@media (max-width: 767px) {
    .contrast .now-small-banner {
        padding-bottom: 40px
    }
}

.contrast .cards-app-buttons__qr {
    border: 10px solid #ffffff
}

.contrast .contrast_logo {
    display: inline-block
}

.contrast .no_contrast_logo {
    display: none
}

.contrast .ailos_coop_list-item {
    background: none;
    border: 1px solid #fff;
    border-radius: 4px
}

.contrast #section_middle_form input[type="text"],
.contrast #section_middle_form input[type="email"],
.contrast #section_middle_form input[type="tel"] {
    background-color: #000
}

.contrast .section_middle_form_confirmation-modal-content {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff
}

.contrast .ailos_coops-item {
    background-color: #000 !important
}

.contrast .formulario_valores_receber {
    background-color: #000
}

.contrast .formulario_valores_receber input {
    background-color: #000;
    color: #fff
}

.contrast .formulario_valores_receber select:invalid {
    background-color: #000
}

input:focus,
a:focus,
button:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.5);
    outline-offset: 1px;
    z-index: 3
}

input.no_focus,
a.no_focus,
button.no_focus {
    outline: none !important
}

.become,
.banner .swiper-slide,
.common_fancy_title.background {
    position: relative
}

.become::before,
.banner .swiper-slide::before,
.common_fancy_title.background::before {
    content: "";
    display: block !important;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45)
}

.become .container,
.banner .swiper-slide .container,
.common_fancy_title.background .container {
    position: relative;
    z-index: 3
}

.common_shortcut_header-background::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45)
}

.common_shortcut_header-background .container {
    position: relative;
    z-index: 3
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap.elementor-widget-wrap {
    padding: 0
}

.font_size_1 .button_decrease_fonts {
    display: none
}

.font_size_2 .header-access_tips,
.font_size_2 .cards-banner__breadcrumbs {
    font-size: 12px
}

.font_size_2 .accessbility_nav,
.font_size_2 input,
.font_size_2 button,
.font_size_2 .header-join_button,
.font_size_2 .coop-shortcuts-item span {
    font-size: 14px !important
}

.font_size_2 .header-links-link,
.font_size_2 .common_block_link,
.font_size_2 .common_block_text,
.font_size_2 .coop-features-items-item-text,
.font_size_2 .overfooter-link,
.font_size_2 .overfooter-sac-text,
.font_size_2 .common_block_list,
.font_size_2 .admission-banner__text,
.font_size_2 .common_content_image li,
.font_size_2 .common_content_image-icon_list-item,
.font_size_2 .now-small-banner__container__text,
.font_size_2 .widget-faq__item__question,
.font_size_2 .side-modal-app__container__text,
.font_size_2 .app-block__slider__item__summary,
.font_size_2 .app-block__slider__item a,
.font_size_2 .cooperate_lps-link,
.font_size_2 .cards-banner__subtitle {
    font-size: 18px !important
}

.font_size_2 .coop-features-items-item-title,
.font_size_2 .overfooter-title,
.font_size_2 .overfooter-sac-title,
.font_size_2 .cover_lps-box span,
.font_size_2 .cards-app-buttons__title {
    font-size: 18px !important
}

.font_size_2 .app-block__slider__item__title {
    font-size: 20px !important
}

.font_size_2 .coop-become-align-title b,
.font_size_2 .now-small-banner__container__title,
.font_size_2 .side-modal-app__container__title,
.font_size_2 .download-file-modal__container__holder__title {
    font-size: 26px !important
}

.font_size_2 .banner-content-title,
.font_size_2 .common_block_title,
.font_size_2 .coop-become-align-title {
    font-size: 32px !important
}

.font_size_2 button,
.font_size_2 .header-join_button {
    padding: 0px 10px
}

.font_size_2 .realty_info-breadcrumbs,
.font_size_2 .common_content_image span,
.font_size_2 .common_fancy_title-breadcrumbs,
.font_size_2 .simulator span,
.font_size_2 .search_results-page_list-page_item-link {
    font-size: 12px !important
}

.font_size_2 label,
.font_size_2 .sales_list-item-date,
.font_size_2 .realty_info-address,
.font_size_2 .realty_info-email,
.font_size_2 .realty_info-phone,
.font_size_2 .single_news_related-item-summary,
.font_size_2 .news_list-sidebar-item-summary,
.font_size_2 .search_results-list-item-summary,
.font_size_2 .search_results-page_list-page_item-summary,
.font_size_2 .indicacao-features__item__text {
    font-size: 14px !important
}

.font_size_2 p,
.font_size_2 .sales_header h2,
.font_size_2 select,
.font_size_2 .sales_filter-category,
.font_size_2 .common_shortcut_header-shortcuts-list-item-text span,
.font_size_2 .common_shortcut_header-shortcuts-title,
.font_size_2 .common_channel_content li,
.font_size_2 .channels_online-links-item-title,
.font_size_2 .channels_online-links-item-text,
.font_size_2 .channels_map-search-form-title,
.font_size_2 .channels_map-search-list-item-title,
.font_size_2 .channels_map-search-list-item-subtitle,
.font_size_2 .sales_list-item-name,
.font_size_2 .realty_info-labels-code,
.font_size_2 .sitemap-group-item a,
.font_size_2 .single_news_share-block-title,
.font_size_2 .news_slider-summary,
.font_size_2 .common_fancy_title-text,
.font_size_2 .common_columns-slider-item-text,
.font_size_2 .leads-block ul,
.font_size_2 .leads-block .section_bottom_text {
    font-size: 18px !important
}

.font_size_2 .sitemap-group-title,
.font_size_2 .search_results-list-item-title,
.font_size_2 .search_results-page_list-page_item-title,
.font_size_2 .indicacao-intro__text,
.font_size_2 .indicacao-big-topic__box-text,
.font_size_2 .indicacao-content__text {
    font-size: 18px !important
}

.font_size_2 p,
.font_size_2 .common_content_image span,
.font_size_2 .simulator span {
    line-height: 140%
}

.font_size_2 .app-block__slider__item {
    height: 280px
}

.font_size_3 .button_increase_fonts {
    display: none
}

.font_size_3 .header-access_tips,
.font_size_3 .cards-banner__breadcrumbs {
    font-size: 14px
}

.font_size_3 .accessbility_nav,
.font_size_3 input,
.font_size_3 button,
.font_size_3 .header-join_button,
.font_size_3 .coop-shortcuts-item span {
    font-size: 18px !important
}

.font_size_3 .header-links-link,
.font_size_3 .common_block_link,
.font_size_3 .common_block_text,
.font_size_3 .coop-features-items-item-text,
.font_size_3 .overfooter-link,
.font_size_3 .overfooter-sac-text,
.font_size_3 .common_block_list,
.font_size_3 .admission-banner__text,
.font_size_3 .common_content_image li,
.font_size_3 .common_content_image-icon_list-item,
.font_size_3 .now-small-banner__container__text,
.font_size_3 .widget-faq__item__question,
.font_size_3 .side-modal-app__container__text,
.font_size_3 .app-block__slider__item__summary,
.font_size_3 .app-block__slider__item a,
.font_size_3 .cooperate_lps-link,
.font_size_3 .cards-banner__subtitle {
    font-size: 18px !important
}

.font_size_3 .coop-features-items-item-title,
.font_size_3 .overfooter-title,
.font_size_3 .overfooter-sac-title,
.font_size_3 .cover_lps-box span,
.font_size_3 .cards-app-buttons__title {
    font-size: 20px !important
}

.font_size_3 .app-block__slider__item__title {
    font-size: 22px !important
}

.font_size_3 .coop-become-align-title b,
.font_size_3 .now-small-banner__container__title,
.font_size_3 .side-modal-app__container__title,
.font_size_3 .download-file-modal__container__holder__title {
    font-size: 28px !important
}

.font_size_3 .banner-content-title,
.font_size_3 .common_block_title,
.font_size_3 .coop-become-align-title {
    font-size: 34px !important
}

.font_size_3 button,
.font_size_3 .header-join_button {
    padding: 0px 10px
}

.font_size_3 .realty_info-breadcrumbs,
.font_size_3 .common_content_image span,
.font_size_3 .common_fancy_title-breadcrumbs,
.font_size_3 .simulator span,
.font_size_3 .search_results-page_list-page_item-link {
    font-size: 14px !important
}

.font_size_3 label,
.font_size_3 .sales_list-item-date,
.font_size_3 .realty_info-address,
.font_size_3 .realty_info-email,
.font_size_3 .realty_info-phone,
.font_size_3 .single_news_related-item-summary,
.font_size_3 .news_list-sidebar-item-summary,
.font_size_3 .search_results-list-item-summary,
.font_size_3 .search_results-page_list-page_item-summary,
.font_size_3 .indicacao-features__item__text {
    font-size: 18px !important
}

.font_size_3 p,
.font_size_3 .sales_header h2,
.font_size_3 select,
.font_size_3 .sales_filter-category,
.font_size_3 .common_shortcut_header-shortcuts-list-item-text span,
.font_size_3 .common_shortcut_header-shortcuts-title,
.font_size_3 .common_channel_content li,
.font_size_3 .channels_online-links-item-title,
.font_size_3 .channels_online-links-item-text,
.font_size_3 .channels_map-search-form-title,
.font_size_3 .channels_map-search-list-item-title,
.font_size_3 .channels_map-search-list-item-subtitle,
.font_size_3 .sales_list-item-name,
.font_size_3 .realty_info-labels-code,
.font_size_3 .sitemap-group-item a,
.font_size_3 .single_news_share-block-title,
.font_size_3 .news_slider-summary,
.font_size_3 .common_fancy_title-text,
.font_size_3 .common_columns-slider-item-text,
.font_size_3 .leads-block ul,
.font_size_3 .leads-block .section_bottom_text {
    font-size: 20px !important
}

.font_size_3 .sitemap-group-title,
.font_size_3 .search_results-list-item-title,
.font_size_3 .search_results-page_list-page_item-title,
.font_size_3 .indicacao-intro__text,
.font_size_3 .indicacao-big-topic__box-text,
.font_size_3 .indicacao-content__text {
    font-size: 20px !important
}

.font_size_3 p,
.font_size_3 .common_content_image span,
.font_size_3 .simulator span {
    line-height: 140%
}

.font_size_3 .app-block__slider__item {
    height: 300px
}

html,
body {
    -webkit-overflow-scrolling: touch !important
}

html,
body {
    touch-action: auto
}

@media (max-width: 1023px) {
    .mega-menu-toggle {
        display: none
    }
}

@media (max-width: 1279px) {
    .invoice iframe {
        height: 500px !important;
        overflow: scroll !important
    }

    .contact iframe {
        overflow: auto !important;
        display: unset !important;
        cursor: pointer !important;
        touch-action: auto
    }
}

@media (max-width: 767px) {
    .invoice iframe {
        height: 600px !important;
        overflow: scroll !important
    }
}

.central_blocks.rings_bottom {
    padding-bottom: 100px
}

p a {
    text-decoration: underline !important
}

.single_news_banner {
    position: relative
}

.single_news_banner .container {
    position: relative;
    z-index: 2
}

.single_news_banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45)
}

.news_slider {
    position: relative
}

.news_slider .container {
    position: relative;
    z-index: 2
}

.news_slider .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45)
}

.elementor-widget-ailos-document-list .common_columns-slider-prev {
    display: none
}

.elementor-widget-ailos-document-list .common_columns-slider-next {
    display: none
}

.sales_filter-category.active {
    background-color: #fff;
    border: 1px solid #007d89 !important;
    cursor: default
}

.channels_map-map {
    background: url(https://ailos-sites.azurewebsites.net/wp-content/uploads/2019/08/image-map-partners.png) no-repeat center center !important;
    background-size: cover !important
}

.single_news_content-content img {
    max-width: 100%;
    width: auto
}

.elementor-2807 .elementor-element.elementor-element-ab46e1e>.elementor-widget-container {
    background: transparent !important
}

.elementor-toggle .elementor-tab-title.active {
    border-bottom: 0px
}

.contrast .one_column_list-item img {
    filter: brightness(10) grayscale(1)
}

@supports (-webkit-overflow-scrolling: touch) {
    .mobile_access_banner {
        bottom: 60px;
        top: auto;
        -webkit-transform: translate(0%, 200px);
        -moz-transform: translate(0%, 200px);
        -ms-transform: translate(0%, 200px);
        -o-transform: translate(0%, 200px);
        transform: translate(0%, 200px)
    }
}

.become {
    height: auto;
    overflow: hidden;
    padding: 89.5px 0px
}

.banner .swiper-slide::before {
    display: none !important
}

.banner .swiper-slide.has_filter::before {
    display: block !important
}

.header-links .mega-menu-item-has-children.current_menu {
    position: relative !important
}

.header-links .mega-menu-item-has-children.current_menu.active {
    position: static !important
}

.header-links .mega-menu-item-has-children.current_menu.active.single {
    position: relative !important
}

.header-links .mega-sub-menu .container .mega-menu-columns-6-of-12:first-child .mega-menu-link::before {
    background-color: transparent !important
}

.full_link {
    position: absolute;
    left: -500vw;
    top: -40px;
    width: 2000vw;
    height: 100%
}

.ailos_coop_list-item span {
    padding: 0px
}

.ailos_coop_list-item span img {
    height: 80px;
    max-height: 80px;
    max-width: 160px !important
}

@media (max-width: 1199px) {
    .ailos_coop_list-item span img {
        height: 80px;
        max-height: 80px;
        max-width: 100% !important
    }
}

*::-webkit-scrollbar {
    height: 2px !important
}

@media (max-width: 767px) {
    *::-webkit-scrollbar {
        height: 2px !important
    }
}

@media (max-width: 1023px) {
    .channels_info-report-all {
        height: auto;
        padding: 10px 20px;
        line-height: 100%
    }
}

.contrast .ailos_pillars {
    background: #000 !important;
    border-bottom: 1px solid #fff
}

.contrast .common_content_links {
    background: #000;
    border-bottom: 1px solid #fff
}

.contrast .banner-content span {
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.9)
}

.mobile_app,
.mobile_app_overlay {
    pointer-events: none
}

.mobile_app.active,
.mobile_app_overlay.active {
    pointer-events: all
}

.search_results-tabs-scroll {
    min-width: 0px !important;
    white-space: nowrap !important
}

.search_results-tabs a:last-child {
    margin-right: 0px !important
}

body[data-coopname*="Ailos"] .floating_chat_button {
    display: none
}

body.ailos .header.fixed {
    position: fixed;
    top: 0px !important
}

.logo-acredi {
    background-image: url(https://www-hml.acredi.coop.br/wp-content/themes/theme-ailos/public/images/logo-acredicoop.svg)
}

.logo-acredi-white {
    background-image: url(https://www-hml.acredi.coop.br/wp-content/themes/theme-ailos/public/images/logo-acredicoop-white.svg)
}

.common_big_content-button+.common_big_content-link {
    margin-top: 0px
}

.black .banner-content-title {
    color: #165C7D
}

.black .common_block_link {
    background: url(https://ailos-sites-prd.azureedge.net/wp-content/themes/theme-ailos/public/images/icon-arrow-right-blue.svg) no-repeat right center;
    color: #165C7D
}

.ailos_coops .row:last-child>div:blank {
    display: none !important
}

#_hj_feedback_container {
    display: none !important
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0
}

.alignright {
    float: right;
    margin: 0.5em 1em 0.5em 0
}

.sales_list-no_results {
    color: #575757;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px
}

.sales_list-no_results b {
    font-family: "Exo 2", sans-serif;
    color: #165C7D;
    font-size: 24px;
    font-weight: 700
}

.contact iframe {
    height: 900px !important
}

.single_news_content-content ol {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    list-style-type: decimal;
    padding-left: 30px
}

.single_news_content-content ol li {
    margin-bottom: 10px;
    list-style-type: decimal
}

.single_news_content-content ol li:last-child {
    margin-bottom: 0px
}

.single_news_content-content ul {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 30px
}

.single_news_content-content ul li {
    margin-bottom: 10px;
    list-style-type: disc
}

.single_news_content-content ul li:last-child {
    margin-bottom: 0px
}

.single_news_content-content ul li a {
    color: #007D8A;
    text-decoration: underline
}

.swiper-scrollbar-drag {
    min-height: 10px !important
}

.ubots-star-basic>label::before {
    height: 0px !important
}

body .ubots-star-basic>label::after {
    top: 25px !important
}

.ubots-star-basic:before {
    top: 27px
}

.ubots-surveying-card:before {
    display: inline-block;
    margin-bottom: 7px
}

.header-logo.logo-unilos {
    background-size: contain
}

.page-id-27145 .cover_lps-logo {
    display: block;
    width: 249px;
    height: 75px !important;
    background-image: url(../images/logo-viacredi-white_1.svg)
}