@charset "UTF-8";

.quote.white {
    background-color: #fff;
}
.quote.grey {
    background-color: #f2f2f2;
}
.quote {
    padding: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.quote .container {
    width: 90% !important;
}

.quote blockquote {
    margin: 40px 0;
    padding-top: 20px;
    padding-left: 165px;
    border: none;
    position: relative;
}
@media (max-width: 767px) {
    .quote blockquote {
        padding-left: 0;
    }
}
.quote blockquote:before {
    content: "";
    width: 115px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.05);
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: 55px;
    z-index: 10;
}
.quote blockquote:after {
    content: "";
    width: 2px;
    height: 80px;
    background-color: #6dbdcb;
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: 40px;
}
.quote blockquote .quote-icon {
    position: absolute;
    width: 33px;
    height: 24px;
    top: 29px;
    left: 90px;
    background-image: var(--wpr-bg-338729a8-3d3c-4fe8-8c02-fef0960fe83f);
    background-repeat: no-repeat;
}
.quote blockquote p {
    font-size: 24px;
    line-height: 30px;
    color: #6dbdcb;
    position: relative;
    z-index: 20;
}
@media (max-width: 767px) {
    .quote blockquote p {
        margin-top: 100px;
    }
}
.quote blockquote cite {
    font-style: normal;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}


/*# sourceMappingURL=widgets-ak.css.map */