@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: middle;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:active,
a:hover,
input:focus,
button:focus,
textarea:focus,
select:focus {
    outline: 0;
}
img {
    object-fit: cover;
}
li {
    list-style: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    color: #000;
    background: #eee;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
::-webkit-input-placeholder {
    font: inherit;
    color: inherit;
}
::-moz-placeholder {
    font: inherit;
    color: inherit;
}
:-ms-input-placeholder {
    font: inherit;
    color: inherit;
}
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    nav,
    aside {
        display: none;
    }
    body,
    article {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .wq-menu_principal {
        display: none;
    }
}
@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
.wq-container {
    width: 1170px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.wq-container_fluido {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.wq-flex {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wq-lista-inline li {
    display: inline-block;
}
.wq-btn_menu {
    display: none;
}
.wq-btn_menu {
    background-color: #fff;
    width: 45px;
    height: 35px;
    cursor: pointer;
}
.wq-btn_menu hr {
    display: block;
    margin: 2.5px 5px;
    width: calc(100% - 10px);
    height: 5px;
    border: none;
    transform: scaleY(1);
    background-color: #000;
    transition: all 0.45s ease;
}
.wq-btn_menu hr:last-child {
    transition: all 0.325s ease;
}
.btn-fechar hr:last-child {
    transform: scaleY(0);
}
.btn-fechar hr:nth-child(1) {
    transform: rotate(45deg) translateY(7px) translateX(7px);
}
.btn-fechar hr:nth-child(2) {
    transform: rotate(-45deg);
}
.wq-tabs_contents > div,
.wq-modal {
    display: none;
    animation: none;
}
.wq-tabs_contents > div.ver {
    display: block;
    animation: Opacidade 0.55s linear both;
}
.wq-modal.ver {
    display: flex;
    animation: Opacidade 0.35s linear both;
}
.wq-accordion {
    max-height: 5em;
    height: auto;
    display: flex;
    overflow: hidden;
    border: 1px solid #ccc;
    flex-direction: column;
    justify-content: flex-start;
    transition: max-height 1s linear;
}
.wq-accordion.active {
    max-height: 15em;
}
.wq-accordion_content {
    max-height: 0em;
    transition: all 0.375s ease-in-out;
}
.wq-accordion_content.ver {
    display: block;
    max-height: 50em;
    animation: Redimensionar 0.45s normal linear both 1;
}
@keyframes Opacidade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes Redimensionar {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
li[class*="wq-drop"] {
    position: relative;
}
li[class*="wq-drop"] ul {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    padding: 10px;
    max-height: 0em;
    text-align: center;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
}
li[class*="wq-drop"]:hover ul {
    visibility: visible;
    max-height: 50em;
    z-index: 3;
    opacity: 1;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.125);
}
li[class*="wq-drop"] ul li {
    display: block;
}
li.wq-dropright ul {
    top: 0;
    right: calc(-100% + 30px);
    left: auto;
}
li.wq-dropleft ul {
    top: 0;
    left: calc(-100% + 20px);
    right: auto;
}
li.wq-dropdown ul {
    width: calc(100% - 20px);
    left: 0;
}
li.wq-dropup ul {
    width: calc(100% - 20px);
    left: 0;
    top: -400%;
}
.link-imoveis_venda{
    display: none;
}
.wq-galeria_items {
    justify-content: flex-start;
}
.wq-galeria_item.ver {
    animation: categoria 0.5s normal ease-in-out both 1;
    display: block;
}
.wq-galeria_item {
    animation: remove 0.75s both;
    display: none;
}
.wq-galeria_item.todos {
    animation: todos 0.5s normal ease-in-out both 1;
    display: block;
}
@keyframes categoria {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        transform-origin: 100% 100%;
    }
}
@keyframes remove {
    from {
        transform: scale(1);
        transform-origin: 0% 50%;
        opacity: 1;
    }
    to {
        transform: scale(0);
        opacity: 0;
    }
}
@keyframes todos {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        transform-origin: 100% 100%;
    }
}
[class^="wq-box_"] {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    min-height: 1px;
}
.wq-box_1_5 {
    width: calc(20% - 30px);
}
.wq-box_1 {
    width: calc(8.33333333% - 30px);
}
.wq-box_2 {
    width: calc(16.66666667% - 30px);
}
.wq-box_3 {
    width: calc(25% - 30px);
}
.wq-box_4 {
    width: calc(33.33333333% - 30px);
}
.wq-box_5 {
    width: calc(41.66666667% - 30px);
}
.wq-box_6 {
    width: calc(50% - 30px);
}
.wq-box_7 {
    width: calc(58.33333333% - 30px);
}
.wq-box_8 {
    width: calc(66.66666667% - 30px);
}
.wq-box_9 {
    width: calc(75% - 30px);
}
.wq-box_10 {
    width: calc(83.33333333% - 30px);
}
.wq-box_11 {
    width: calc(91.66666667% - 30px);
}
.wq-box_12 {
    width: calc(100% - 30px);
}
.wq-box_1f,
.wq-box_2f,
.wq-box_3f,
.wq-box_4f,
.wq-box_5f,
.wq-box_6f,
.wq-box_7f,
.wq-box_8f,
.wq-box_9f,
.wq-box_10f,
.wq-box_11f,
.wq-box_12f {
    padding: 0;
}
.wq-box_1f {
    width: 8.33333333%;
}
.wq-box_2f {
    width: 16.66666667%;
}
.wq-box_3f {
    width: 25%;
}
.wq-box_4f {
    width: 33.33333333%;
}
.wq-box_5f {
    width: 41.66666667%;
}
.wq-box_6f {
    width: 50%;
}
.wq-box_7f {
    width: 58.33333333%;
}
.wq-box_8f {
    width: 66.66666667%;
}
.wq-box_9f {
    width: 75%;
}
.wq-box_10f {
    width: 83.33333333%;
}
.wq-box_11f {
    width: 91.66666667%;
}
.wq-box_12f {
    width: 100%;
}
@media screen and (min-width: 1600px) {
    .wq-box_lg-1_5 {
        width: calc(20% - 30px);
    }
    .wq-box_lg-1 {
        width: calc(8.33333333% - 30px);
    }
    .wq-box_lg-2 {
        width: calc(16.66666667% - 30px);
    }
    .wq-box_lg-3 {
        width: calc(25% - 30px);
    }
    .wq-box_lg-4 {
        width: calc(33.33333333% - 30px);
    }
    .wq-box_lg-5 {
        width: calc(41.66666667% - 30px);
    }
    .wq-box_lg-6 {
        width: calc(50% - 30px);
    }
    .wq-box_lg-7 {
        width: calc(58.33333333% - 30px);
    }
    .wq-box_lg-8 {
        width: calc(66.66666667% - 30px);
    }
    .wq-box_lg-9 {
        width: calc(75% - 30px);
    }
    .wq-box_lg-10 {
        width: calc(83.33333333% - 30px);
    }
    .wq-box_lg-11 {
        width: calc(91.66666667% - 30px);
    }
    .wq-box_lg-12 {
        width: calc(100% - 30px);
    }
    .wq-box_lg-1f,
    .wq-box_lg-2f,
    .wq-box_lg-3f,
    .wq-box_lg-4f,
    .wq-box_lg-5f,
    .wq-box_lg-6f,
    .wq-box_lg-7f,
    .wq-box_lg-8f,
    .wq-box_lg-9f,
    .wq-box_lg-10f,
    .wq-box_lg-11f,
    .wq-box_lg-12f {
        padding: 0;
    }
    .wq-box_lg-1f {
        width: 8.33333333%;
    }
    .wq-box_lg-2f {
        width: 16.66666667%;
    }
    .wq-box_lg-3f {
        width: 25%;
    }
    .wq-box_lg-4f {
        width: 33.33333333%;
    }
    .wq-box_lg-5f {
        width: 41.66666667%;
    }
    .wq-box_lg-6f {
        width: 50%;
    }
    .wq-box_lg-7f {
        width: 58.33333333%;
    }
    .wq-box_lg-8f {
        width: 66.66666667%;
    }
    .wq-box_lg-9f {
        width: 75%;
    }
    .wq-box_lg-10f {
        width: 83.33333333%;
    }
    .wq-box_lg-11f {
        width: 91.66666667%;
    }
    .wq-box_lg-12f {
        width: 100%;
    }
}
@media screen and (max-width: 999px) and (min-width: 750px) {
    .wq-box_tl-1_5 {
        width: calc(20% - 30px);
    }
    .wq-box_tl-1 {
        width: calc(8.33333333% - 30px);
    }
    .wq-box_tl-2 {
        width: calc(16.66666667% - 30px);
    }
    .wq-box_tl-3 {
        width: calc(25% - 30px);
    }
    .wq-box_tl-4 {
        width: calc(33.33333333% - 30px);
    }
    .wq-box_tl-5 {
        width: calc(41.66666667% - 30px);
    }
    .wq-box_tl-6 {
        width: calc(50% - 30px);
    }
    .wq-box_tl-7 {
        width: calc(58.33333333% - 30px);
    }
    .wq-box_tl-8 {
        width: calc(66.66666667% - 30px);
    }
    .wq-box_tl-9 {
        width: calc(75% - 30px);
    }
    .wq-box_tl-10 {
        width: calc(83.33333333% - 30px);
    }
    .wq-box_tl-11 {
        width: calc(91.66666667% - 30px);
    }
    .wq-box_tl-12 {
        width: calc(100% - 30px);
    }
    .wq-box_tl-1f,
    .wq-box_tl-2f,
    .wq-box_tl-3f,
    .wq-box_tl-4f,
    .wq-box_tl-5f,
    .wq-box_tl-6f,
    .wq-box_tl-7f,
    .wq-box_tl-8f,
    .wq-box_tl-9f,
    .wq-box_tl-10f,
    .wq-box_tl-11f,
    .wq-box_tl-12f {
        padding: 0;
    }
    .wq-box_tl-1f {
        width: 8.33333333%;
    }
    .wq-box_tl-2f {
        width: 16.66666667%;
    }
    .wq-box_tl-3f {
        width: 25%;
    }
    .wq-box_tl-4f {
        width: 33.33333333%;
    }
    .wq-box_tl-5f {
        width: 41.66666667%;
    }
    .wq-box_tl-6f {
        width: 50%;
    }
    .wq-box_tl-7f {
        width: 58.33333333%;
    }
    .wq-box_tl-8f {
        width: 66.66666667%;
    }
    .wq-box_tl-9f {
        width: 75%;
    }
    .wq-box_tl-10f {
        width: 83.33333333%;
    }
    .wq-box_tl-11f {
        width: 91.66666667%;
    }
    .wq-box_tl-12f {
        width: 100%;
    }
}
@media screen and (max-width: 749px) and (min-width: 650px) {
    .wq-box_tp-1_5 {
        width: calc(20% - 30px);
    }
    .wq-box_tp-1 {
        width: calc(8.33333333% - 30px);
    }
    .wq-box_tp-2 {
        width: calc(16.66666667% - 30px);
    }
    .wq-box_tp-3 {
        width: calc(25% - 30px);
    }
    .wq-box_tp-4 {
        width: calc(33.33333333% - 30px);
    }
    .wq-box_tp-5 {
        width: calc(41.66666667% - 30px);
    }
    .wq-box_tp-6 {
        width: calc(50% - 30px);
    }
    .wq-box_tp-7 {
        width: calc(58.33333333% - 30px);
    }
    .wq-box_tp-8 {
        width: calc(66.66666667% - 30px);
    }
    .wq-box_tp-9 {
        width: calc(75% - 30px);
    }
    .wq-box_tp-10 {
        width: calc(83.33333333% - 30px);
    }
    .wq-box_tp-11 {
        width: calc(91.66666667% - 30px);
    }
    .wq-box_tp-12 {
        width: calc(100% - 30px);
    }
    .wq-box_tp-1f,
    .wq-box_tp-2f,
    .wq-box_tp-3f,
    .wq-box_tp-4f,
    .wq-box_tp-5f,
    .wq-box_tp-6f,
    .wq-box_tp-7f,
    .wq-box_tp-8f,
    .wq-box_tp-9f,
    .wq-box_tp-10f,
    .wq-box_tp-11f,
    .wq-box_tp-12f {
        padding: 0;
    }
    .wq-box_tp-1f {
        width: 8.33333333%;
    }
    .wq-box_tp-2f {
        width: 16.66666667%;
    }
    .wq-box_tp-3f {
        width: 25%;
    }
    .wq-box_tp-4f {
        width: 33.33333333%;
    }
    .wq-box_tp-5f {
        width: 41.66666667%;
    }
    .wq-box_tp-6f {
        width: 50%;
    }
    .wq-box_tp-7f {
        width: 58.33333333%;
    }
    .wq-box_tp-8f {
        width: 66.66666667%;
    }
    .wq-box_tp-9f {
        width: 75%;
    }
    .wq-box_tp-10f {
        width: 83.33333333%;
    }
    .wq-box_tp-11f {
        width: 91.66666667%;
    }
    .wq-box_tp-12f {
        width: 100%;
    }
}
@media screen and (max-width: 649px) and (min-width: 500px) {
    .wq-box_cl-1_5 {
        width: calc(20% - 30px);
    }
    .wq-box_cl-1 {
        width: calc(8.33333333% - 30px);
    }
    .wq-box_cl-2 {
        width: calc(16.66666667% - 30px);
    }
    .wq-box_cl-3 {
        width: calc(25% - 30px);
    }
    .wq-box_cl-4 {
        width: calc(33.33333333% - 30px);
    }
    .wq-box_cl-5 {
        width: calc(41.66666667% - 30px);
    }
    .wq-box_cl-6 {
        width: calc(50% - 30px);
    }
    .wq-box_cl-7 {
        width: calc(58.33333333% - 30px);
    }
    .wq-box_cl-8 {
        width: calc(66.66666667% - 30px);
    }
    .wq-box_cl-9 {
        width: calc(75% - 30px);
    }
    .wq-box_cl-10 {
        width: calc(83.33333333% - 30px);
    }
    .wq-box_cl-11 {
        width: calc(91.66666667% - 30px);
    }
    .wq-box_cl-12 {
        width: calc(100% - 30px);
    }
    .wq-box_cl-1f,
    .wq-box_cl-2f,
    .wq-box_cl-3f,
    .wq-box_cl-4f,
    .wq-box_cl-5f,
    .wq-box_cl-6f,
    .wq-box_cl-7f,
    .wq-box_cl-8f,
    .wq-box_cl-9f,
    .wq-box_cl-10f,
    .wq-box_cl-11f,
    .wq-box_cl-12f {
        padding: 0;
    }
    .wq-box_cl-1f {
        width: 8.33333333%;
    }
    .wq-box_cl-2f {
        width: 16.66666667%;
    }
    .wq-box_cl-3f {
        width: 25%;
    }
    .wq-box_cl-4f {
        width: 33.33333333%;
    }
    .wq-box_cl-5f {
        width: 41.66666667%;
    }
    .wq-box_cl-6f {
        width: 50%;
    }
    .wq-box_cl-7f {
        width: 58.33333333%;
    }
    .wq-box_cl-8f {
        width: 66.66666667%;
    }
    .wq-box_cl-9f {
        width: 75%;
    }
    .wq-box_cl-10f {
        width: 83.33333333%;
    }
    .wq-box_cl-11f {
        width: 91.66666667%;
    }
    .wq-box_cl-12f {
        width: 100%;
    }
}
@media screen and (max-width: 499px) {
    .wq-box_cp-1_5 {
        width: calc(20% - 30px);
    }
    .wq-box_cp-1 {
        width: calc(8.33333333% - 30px);
    }
    .wq-box_cp-2 {
        width: calc(16.66666667% - 30px);
    }
    .wq-box_cp-3 {
        width: calc(25% - 30px);
    }
    .wq-box_cp-4 {
        width: calc(33.33333333% - 30px);
    }
    .wq-box_cp-5 {
        width: calc(41.66666667% - 30px);
    }
    .wq-box_cp-6 {
        width: calc(50% - 30px);
    }
    .wq-box_cp-7 {
        width: calc(58.33333333% - 30px);
    }
    .wq-box_cp-8 {
        width: calc(66.66666667% - 30px);
    }
    .wq-box_cp-9 {
        width: calc(75% - 30px);
    }
    .wq-box_cp-10 {
        width: calc(83.33333333% - 30px);
    }
    .wq-box_cp-11 {
        width: calc(91.66666667% - 30px);
    }
    .wq-box_cp-12 {
        width: calc(100% - 30px);
    }
    .wq-box_cp-1f,
    .wq-box_cp-2f,
    .wq-box_cp-3f,
    .wq-box_cp-4f,
    .wq-box_cp-5f,
    .wq-box_cp-6f,
    .wq-box_cp-7f,
    .wq-box_cp-8f,
    .wq-box_cp-9f,
    .wq-box_cp-10f,
    .wq-box_cp-11f,
    .wq-box_cp-12f {
        padding: 0;
    }
    .wq-box_cp-1f {
        width: 8.33333333%;
    }
    .wq-box_cp-2f {
        width: 16.66666667%;
    }
    .wq-box_cp-3f {
        width: 25%;
    }
    .wq-box_cp-4f {
        width: 33.33333333%;
    }
    .wq-box_cp-5f {
        width: 41.66666667%;
    }
    .wq-box_cp-6f {
        width: 50%;
    }
    .wq-box_cp-7f {
        width: 58.33333333%;
    }
    .wq-box_cp-8f {
        width: 66.66666667%;
    }
    .wq-box_cp-9f {
        width: 75%;
    }
    .wq-box_cp-10f {
        width: 83.33333333%;
    }
    .wq-box_cp-11f {
        width: 91.66666667%;
    }
    .wq-box_cp-12f {
        width: 100%;
    }
}
.wq-esq {
    text-align: left;
}
.wq-dir {
    text-align: right;
}
.wq-cto {
    text-align: center;
}
.wq-jus {
    text-align: justify;
}
.wq-lowercase {
    text-transform: lowercase;
}
.wq-uppercase {
    text-transform: uppercase;
}
.wq-capitalize {
    text-transform: capitalize;
}
@media screen and (max-width: 999px) {

    /* .wq-header-footer .wq-flex {
        margin: 0;
        justify-content: space-between;
        align-items: center;
        row-gap: 20px;
    }

    .wq-bottom-header-main{
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .link-imoveis_venda{
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .link-imoveis_venda a{
        background-color: #ad1b21;
        padding: 5px 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        transition: .3s all;
        border-radius: 5px;
    }
    .link-imoveis_venda a:hover{
        background-color: #f0131c;
    }

    p.wq-contato a span {
        margin-right: inherit; 
        line-height: inherit; 
        font-size: inherit; 
    }
    .fone-mobile{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 1 !important;
        background-color: #fff !important;
        color: #f0131c !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        transition: all 0.35s ease !important;
        border-radius: 50% !important;
    }





    .wq-btn_menu {
        display: flex;
    }
    .wq-header .wq-menu_principal > ul {
        opacity: 0;
        max-height: 0;
        transition: all 0.5s linear;
        background-color: #f1f1f1;
        text-align: center;
        visibility: hidden;
    }
    .wq-header .wq-menu_principal.aberto > ul {
        opacity: 1;
        max-height: 50em;
        visibility: visible;
    }
    .wq-header .wq-menu_principal li {
        display: block;
    }
    .wq-header_horizontal {
        position: relative;
    }
    .wq-header_horizontal .wq-btn_menu {
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: auto;
        margin-right: 0;
        justify-content: center;
    }
    .wq-header_vertical {
        position: relative;
    }
    .wq-header_vertical .wq-flex {
        flex-direction: column;
    }
    .wq-header_vertical .wq-btn_menu {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        margin: 10px auto 0px;
    }
    .wq-header_vertical .wq-menu_principal,
    .wq-header_horizontal .wq-menu_principal {
        width: 100%;
    }
    .wq-header_centro .wq-flex {
        flex-direction: column-reverse;
    } */
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close:active {
    top: 1px;
}
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-hide {
    display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("https://cdn-dgodn.nitrocdn.com/jsGpzCNMBoZUlqKCMTKPuHeGWpvGvdBh/assets/images/optimized/rev-171c991/website2021/wp-content/themes/imobiliaria-magalhaes/icons/./Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-tools-1:before {
    content: "";
}
.flaticon-phone-1:before {
    content: "";
}
.flaticon-cellphone-1:before {
    content: "";
}
.flaticon-mail-1:before {
    content: "";
}
.flaticon-comment-1:before {
    content: "";
}
.flaticon-quote-right:before {
    content: "";
}
.flaticon-mail-2:before {
    content: "";
}
.flaticon-comment-2:before {
    content: "";
}
.flaticon-quote-left:before {
    content: "";
}
.flaticon-whatsapp-2:before {
    content: "";
}
.flaticon-search-1:before {
    content: "";
}
.flaticon-vimeo-1:before {
    content: "";
}
.flaticon-pinterest-1:before {
    content: "";
}
.flaticon-user-1:before {
    content: "";
}
.flaticon-arrow-up:before {
    content: "";
}
.flaticon-arrow-down:before {
    content: "";
}
.flaticon-arrow-right:before {
    content: "";
}
.flaticon-arrow-left:before {
    content: "";
}
.flaticon-cellphone-2:before {
    content: "";
}
.flaticon-phone-call-1:before {
    content: "";
}
.flaticon-user-2:before {
    content: "";
}
.flaticon-next:before {
    content: "";
}
.flaticon-prev:before {
    content: "";
}
.flaticon-phone-call-2:before {
    content: "";
}
.flaticon-facebook-2:before {
    content: "";
}
.flaticon-pinterest-2:before {
    content: "";
}
.flaticon-tag-1:before {
    content: "";
}
.flaticon-tag-2:before {
    content: "";
}
.flaticon-clock-2:before {
    content: "";
}
.flaticon-folder-2:before {
    content: "";
}
.flaticon-calendar-2:before {
    content: "";
}
.flaticon-placeholder-2:before {
    content: "";
}
.flaticon-clock-1:before {
    content: "";
}
.flaticon-folder-1:before {
    content: "";
}
.flaticon-calendar-1:before {
    content: "";
}
.flaticon-placeholder-1:before {
    content: "";
}
.flaticon-facebook-1:before {
    content: "";
}
.flaticon-linkedin-1:before {
    content: "";
}
.flaticon-phone-2:before {
    content: "";
}
.flaticon-linkedin-2:before {
    content: "";
}
.flaticon-vimeo-2:before {
    content: "";
}
.flaticon-twitter-2:before {
    content: "";
}
.flaticon-whatsapp-3:before {
    content: "";
}
.flaticon-google-plus-2:before {
    content: "";
}
.flaticon-google-plus-1:before {
    content: "";
}
.flaticon-pin-2:before {
    content: "";
}
.flaticon-pin-1:before {
    content: "";
}
.flaticon-twitter-1:before {
    content: "";
}
.flaticon-whatsapp-1:before {
    content: "";
}
.flaticon-youtube-1:before {
    content: "";
}
.flaticon-search-2:before {
    content: "";
}
.flaticon-tools-2:before {
    content: "";
}
.flaticon-instagram-2:before {
    content: "";
}
.flaticon-instagram-1:before {
    content: "";
}
.flaticon-youtube-2:before {
    content: "";
}
*:focus {
    outline: none;
}
html,
body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #989898;
    line-height: 1.45;
    letter-spacing: 0.025em;
    font-family: "Ubuntu", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25;
    letter-spacing: 0.035em;
}
p {
    font-size: 16px;
    color: #989898;
    font-family: "Ubuntu", sans-serif;
}
.owl-stage-outer {
    overflow: hidden;
}
.owl-item {
    display: inline-block;
    vertical-align: top;
}
.owl-nav,
.owl-dots {
    display: none;
}
.wq-container {
    width: 1200px;
}
.wq-titulo_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    border-left: 10px solid #f0131c;
}
.wq-titulo_1 h3,
.wq-titulo_1 h2,
.wq-titulo_1 h1 {
    text-align: left;
    font-size: 36px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.wq-titulo_2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.wq-titulo_2 span {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ad1b21;
}
.wq-titulo_2 h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #de9a69;
}
.wq-btn_menu hr {
    background-color: #ad1b21;
}
.wq-btn_menu btn-fechar hr {
    background-color: #ffc848;
}
.wq-header-footer .wq-menu_principal > ul {
    background-color: transparent;
    text-align: right;
}
.wq-btn_1 {
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 13px 30px;
    border: none;
    background-color: #f0131c;
    transition: all 0.35s ease;
}
.wq-btn_1:hover {
    background-color: #ad1b21;
}
.wq-btn_banner {
    padding: 20px 50px;
    border-radius: 7px;
    display: inline-block;
    color: #fff;
    border: 2px solid #f4812b;
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.35s ease;
}
.wq-btn_banner:hover {
    background-color: #ad1b21;
    border-color: #ad1b21;
}
.wq-header {
    width: 100%;
    background-color: #fff;
    transition: all 0.5s ease;
}
.wq-header_fixo {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    animation: fromTop 0.5s ease both;
    box-shadow: 0px 15px 25px -15px rgba(0, 0, 0, 0.2);
}
@keyframes fromTop {
    from {
        transform: translateY(-100%);
        opacity: 0.45;
    }
    to {
        transform: translateY(0%);
        opacity: 1;
    }
}
.wq-header_fixo .wq-header-footer {
    padding: 12px 0;
}
.wq-header_fixo .wq-logo img {
    height: 66px;
}
.wq-header_fixo .wq-header-footer .wq-top {
    margin-bottom: 15px;
}
.wq-header_fixo + section {
    margin-top: 145px;
}
.wq-header-footer {
    padding: 25px 0;
    background-color: #020808;
}
.wq-logo img {
    display: block;
    height: 51px;
    width: auto;
}
.wq-header-footer .wq-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}
.wq-header-footer .wq-flex {
    margin: 0;
    align-items: center;
}
.wq-header-footer p.wq-contato {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
p.wq-contato a {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    color: #fff;
    transition: all 0.35s ease;
    margin-right: 27px;
}
p.wq-contato a span {
    margin-right: 7px;
    line-height: 1;
    font-size: 23px;
}

.fone-desktop{
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: none !important;
}
.wq-midias-sociais {
    margin-right: 30px;
}
.wq-midias-sociais li {
    margin-right: 5px;
}
.wq-midias-sociais:last-child li {
    margin-right: 0px;
}
.wq-midias-sociais li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    line-height: 1;
    background-color: #fff;
    color: #f0131c;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.35s ease;
    border-radius: 50%;
}
.wq-midias-sociais li a:hover {
    background-color: #f0131c;
    color: #fff;
}
.fone-mobile{
    display: none !important;
}

.wq-menu_principal ul li {
    margin-right: 25px;
}
.wq-menu_principal ul li[class*="wq-drop"] {
    padding-right: 20px;
}
.wq-menu_principal ul li[class*="wq-drop"]:after {
    content: "";
    display: block;
    font-family: Flaticon;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 9px;
    right: 0px;
}
.wq-menu_principal ul li:last-child {
    margin-right: 0px;
}
.wq-menu_principal ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.2s linear;
    color: #fff;
    padding: 5px 0;
    display: block;
}
.wq-menu_principal li[class*="wq-drop"] ul {
    padding: 0;
    text-align: left;
    width: 176px;
    background-color: #ad1b21;
    box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.2);
}
.wq-menu_principal li[class*="wq-drop"] ul li {
    margin-right: 0;
}
.wq-menu_principal li[class*="wq-drop"] ul li a {
    padding: 7px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #fff;
}
.wq-menu_principal ul li a:hover,
.wq-menu_principal ul li a.active,
p.wq-contato a:hover,
.wq-menu_principal ul li[class*="wq-drop"]:hover {
    color: #f0131c;
}
.wq-header-footer.wq-header-footer_horizontal .wq-flex {
    margin: 0;
    align-items: center;
}
.wq-banner {
    background-color: #f2f2f2;
    position: relative;
}
.wq-banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 87%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.wq-banner-item,
.wq-banner-carousel {
    position: relative;
}
.wq-banner-carousel .owl-dots {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding-left: 20px;
}
.wq-banner-carousel .owl-dot {
    display: inline-block;
    background-color: #fff;
    width: 22px;
    height: 6px;
    margin: 4px;
    border: none;
    transition: all 0.35s ease;
}
.wq-banner-carousel .owl-dot:hover,
.wq-banner-carousel .owl-dot.active {
    background-color: #f4812b;
}
.wq-banner-carousel figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 480px;
    position: relative;
    z-index: 40;
}
.wq-banner-carousel figure.wq-banner_responsivo {
    display: none;
}
.wq-banner-carousel figure img {
    display: block;
    width: 100%;
    height: 100%;
}
.wq-banner-item .wq-banner-conteudo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
}
.wq-banner-conteudo h2,
.wq-banner-conteudo p {
    color: #000;
}
.wq-banner-conteudo .wq-titulo_1 {
    border-left-color: #fff;
}
.wq-banner-conteudo .wq-btn_1 {
    margin-top: 30px;
}
.wq-01 {
    padding: 40px 0 50px;
    background-color: #fff;
}
.wq-01 .wq-titulo_1 {
    margin-bottom: 60px;
}
.wq-box-anuncios {
    display: flex;
    align-items: center;
    padding: 50px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
}
.wq-box-anuncios figure img {
    display: block;
    height: 55px;
    width: auto;
    margin-right: 20px;
}
.wq-box-anuncios h3 {
    font-size: 18px;
    color: #656565;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}
.wq-02 {
    overflow: hidden;
    padding: 35px 0 60px;
    background-color: #f2f2f2;
}
.wq-02 .wq-container {
    position: relative;
}
.wq-02 .wq-container figure {
    display: flex;
    width: 100%;
    position: relative;
    height: auto;
}
.wq-02 .wq-container figure img {
    display: block;
    width: 100%;
    height: 100%;
}
.wq-02 .wq-titulo_1 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
    border-left: none;
    padding: 25px 0;
}
.wq-02 .wq-titulo_1:before {
    content: "";
    display: block;
    width: 45px;
    height: 6px;
    background-color: #f3a873;
}
.wq-02 .wq-titulo_1 h3,
.wq-02 .wq-titulo_1 h2,
.wq-02 .wq-titulo_1 h1 {
    text-align: center;
    font-size: 27px;
    color: #2f5161;
    margin: 10px 0;
}
.wq-02 .wq-titulo_1 p {
    color: #f3a873;
}
.wq-03 {
    padding: 60px 0 40px;
    background-color: #f2f2f2;
    position: relative;
}
.wq-03:before {
    content: "";
    display: block;
    width: 100%;
    height: 17%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wq-03 .wq-flex {
    justify-content: flex-start;
}
.wq-03 .wq-flex .wq-box_4 {
    margin-bottom: 30px;
}
.wq-03 .wq-titulo_1 {
    margin-bottom: 60px;
}
.wq-categoria_box {
    margin-bottom: 15px;
}
.wq-categoria_box a {
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    transition: all 0.35s ease;
}
.wq-categoria_box a.active {
    border-color: #f0131c;
}
.wq-categoria_box a figure {
    width: 40px;
    margin-right: 10px;
}
.wq-categoria_box a figure img {
    display: block;
    width: 100%;
    filter: grayscale(1);
    transition: all 0.35s ease;
}
.wq-categoria_box a.active figure img {
    filter: grayscale(0);
}
.wq-categoria_box a div {
    width: calc(100% - 50px);
}
.wq-categoria_box a div h3 {
    font-size: 18px;
    color: #444;
}
.wq-produto-box figure img {
    display: block;
    width: 100%;
    height: auto;
}
.wq-03 .wq-carousel_obras div:not([class]) {
    padding: 0px 0px 20px;
}
.wq-produto-box figure {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
}
.wq-produto-box:hover figure {
    box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.4);
}
.wq-produto-box figure figcaption {
    padding: 12px 15px 12px;
}
.wq-produto-box h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.wq-produto-box span {
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 20px;
    background-color: #ad1b21;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wq-produto-box p {
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wq-produto-box label {
    color: #000;
    font-size: 15px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.wq-produto-box input {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.wq-produto-box input {
    -webkit-appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.wq-produto-box input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #10a500;
}
.wq-escolha {
    padding: 37px 0;
}
.wq-04 {
}
.wq-04 .wq-titulo_1 {
    max-width: 720px;
}
.wq-04 .wq-04_content {
    position: relative;
    padding: 128px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wq-04 .wq-04_content figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.wq-04 .wq-04_content figure img {
    display: block;
    width: 100%;
    height: 100%;
    filter: grayscale(1) brightness(0.5);
}
.wq-04 .wq-titulo_1 {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 30px;
}
.wq-04 .wq-titulo_1 h3,
.wq-04 .wq-titulo_1 h2,
.wq-04 .wq-titulo_1 h1,
.wq-04 .wq-titulo_1 p {
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}
.wq-04 .wq-titulo_1:before {
    content: "";
    display: block;
    width: 40px;
    height: 6px;
    background-color: #f0131c;
    margin: 0 auto 20px;
}
.wq-04 form {
    width: 800px;
    display: flex;
    flex: 3;
    justify-content: space-between;
    align-items: center;
}
.wq-04 form input {
    display: inline-block;
    width: calc(100% / 3);
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    padding: 15px 20px;
    border: none;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    color: #656565;
    margin-right: 20px;
}
.wq-04 form button {
    width: calc(100% / 3);
}
.wq-05 {
    padding: 60px 0 100px;
}
.wq-05 .wq-flex {
    margin: 0;
}
.wq-05 .wq-titulo_1 {
    margin-top: 20px;
}
.wq-05 .wq-botoes_para-carousel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 364px;
}
.wq-05 .wq-botoes_para-carousel a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #bdbdbd;
    width: 50px;
    height: 50px;
    font-weight: 800;
    font-size: 20px;
    border-radius: 50%;
}
.wq-05 .wq-botoes_para-carousel a:hover {
    background-color: #ad1b21;
}
.wq-05 .wq-botoes_para-carousel a:first-child {
    margin-right: 15px;
}
.wq-blog-box {
    padding: 0 0 30px;
}
.wq-blog-box > div {
    box-shadow: 0px 12px 30px -15px rgba(0, 0, 0, 0.25);
}
.wq-blog-box figure img {
    display: block;
    width: 100%;
    height: auto;
}
.wq-blog-box .wq-blog-box_conteudo {
    padding: 20px 30px;
}
.wq-blog-box span.wq-data {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #c5c5c5;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.wq-blog-box h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.wq-blog-box p {
    font-size: 14px;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wq-blog-box_conteudo > a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #000;
}
.wq-blog-box_conteudo > a:hover,
.wq-copyright a:hover {
    background-color: #ad1b21;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wq-footer .wq-header-footer {
    background-color: #020808;
}
.wq-footer .wq-header-footer p.wq-contato a,
.wq-footer .wq-header-footer .wq-menu_principal ul li a,
.wq-footer .wq-header-footer .wq-menu_principal ul li a.active,
.wq-footer .wq-header-footer .wq-menu_principal ul li a:hover,
.wq-footer .wq-header-footer p.wq-contato a:hover {
    color: #fff !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
}
.wq-footer .wq-header-footer p.wq-contato a {
    border-right-color: #fff;
}
.wq-footer .wq-header-footer .wq-midias-sociais li a,
.wq-footer .wq-header-footer .wq-midias-sociais li a:hover {
    background: transparent;
    background-color: #fff;
    color: #f0131c;
}
.wq-copyright {
    padding: 23px 0;
}
.wq-copyright p {
    color: #3c3c3c;
}
.wq-copyright .wq-flex {
    margin: 0;
}
.wq-breadcrumb {
    position: relative;
    padding: 60px;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.wq-breadcrumb:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #2b2b2b;
    mix-blend-mode: hard-light;
    z-index: 2;
}
.wq-breadcrumb .wq-conteudo-breacrumb {
    position: relative;
    z-index: 88;
}
.wq-breadcrumb .wq-titulo_1 {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
.wq-breadcrumb .wq-titulo_1:after {
    background-color: #fff;
}
.wq-breadcrumb .wq-titulo_1 h2,
.wq-breadcrumb .wq-titulo_1 h1 {
    color: #fff;
}
.wq-breadcrumb .wq-flex {
    align-items: center;
    flex-direction: column;
}
.wq-breadcrumb .wq-conteudo p {
    list-style: initial;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.wq-breadcrumb .wq-conteudo p span {
    margin: 0 10px;
}
.wq-empresa-01 {
    padding: 65px 0 35px;
}
.wq-empresa-01 figure img {
    display: block;
    width: 100%;
    height: auto;
}
.wq-empresa-01 .wq-titulo_1 {
    margin-bottom: 25px;
}
.wq-empresa-01 p {
    margin-bottom: 15px;
    color: #888;
}
.wq-empresa-01 figure {
    position: relative;
    overflow: hidden;
}
.wq-empresa-01 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s linear;
}
.wq-empresa-01 figure:hover figcaption {
    background-color: rgba(51, 51, 51, 0.3);
}
.wq-empresa-01 figure figcaption img {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 0 #fff;
    animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.wq-404 {
    padding: 200px 0;
    background-color: #f7f7f7;
}
.wq-404 h1 {
    font-size: 48.68px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 45px;
    color: #000;
}
.wq-whatsapp_btn {
    position: fixed;
    right: 15px;
    bottom: 30px;
    height: 60px;
    width: 60px;
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #4dc247;
    z-index: 99;
}
.wq-whatsapp_btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 50%;
    background-color: rgba(77, 194, 71, 0.7);
    animation: whatsapp 2s infinite 2s alternate;
}
@keyframes whatsapp {
    from {
        opacity: 0.3;
        transform: scale(1);
        box-shadow: 0px 0px 0px #4dc247;
    }
    to {
        opacity: 0.7;
        transform: scale(1.25);
        box-shadow: 0px 0px 20px #4dc247;
    }
}
.wq-banner-carousel {
    position: relative;
}
.wq-banner-carousel .owl-nav {
    display: block;
}
.wq-banner-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 15px);
    cursor: pointer;
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #f0131c;
    transition: all 0.35s ease;
    background-color: transparent;
    color: #f0131c;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.5));
}
.wq-banner-carousel .owl-nav button:hover {
    border-color: #fff;
    color: #fff;
}
.wq-banner-carousel .owl-prev {
    left: 20px;
    z-index: 35;
}
.wq-banner-carousel .owl-next {
    right: 20px;
    z-index: 35;
}
.grecaptcha-badge {
    display: none !important;
}
.grid .grid-item {
    margin: 0 10px 20px;
}
.wq-05 .menu-tabs {
    margin-top: 30px;
}
.wq-05 .menu-tabs li {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px 0;
    transition: all 0.35s ease;
    border-bottom: 2px solid transparent;
}
.wq-05 .menu-tabs li.active {
    color: #2a2a2a;
    border-color: #f0131c;
}
.wq-portifolio-box figure {
    position: relative;
}
.wq-portifolio-box figure img {
    display: block;
    width: 100%;
}
.wq-portifolio-box figcaption {
    padding: 12px 20px;
    background-color: #fff;
    box-shadow: 0px 10px 25px -7px rgba(0, 0, 0, 0.3);
}
.wq-portifolio-box figcaption span {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    padding: 6px 12px;
    font-size: 12px;
    color: #fff;
    background-color: #f0131c;
}
.wq-portifolio-box figcaption h4 {
    font-size: 18px;
    color: #2a2a2a;
    text-align: center;
}
.wq-galeria-interna_01 {
    padding: 90px 0;
    background-color: #f0f0f0;
}
.wq-galeria_carousel {
    position: relative;
}
.wq-galeria_carousel figure img {
    display: block;
    width: 100%;
}
.wq-galeria-interna_01-conteudo {
    background-color: #fff;
    padding: 20px 30px 30px;
}
.wq-galeria-interna_01-conteudo h2 {
    font-size: 26px;
    color: #2a2a2a;
    margin-bottom: 20px;
}
.wq-galeria-interna_01-conteudo p {
    margin-bottom: 20px;
}
.wq-galeria-interna_01-conteudo img{
    max-width: 100% !important;
    height: auto !important;
}
.wq-form_galeria h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding: 20px 20px;
    background-color: #f0131c;
}
.wq-form_galeria form {
    padding: 20px 30px;
    background-color: #fff;
}
.wq-form_galeria form input,
.wq-form_galeria form textarea {
    padding: 12px 20px;
    background-color: #ebebeb;
    border: 0px;
    margin-bottom: 12px;
    width: calc(100% - 40px);
    color: #444;
}
.wq-form_galeria form textarea {
    height: 90px;
}
@media screen and (max-width: 999px) {
    .wq-header-footer .wq-flex {
        margin: 0;
        justify-content: space-between;
        align-items: center;
        row-gap: 20px;
    }

    .wq-bottom-header-main{
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .link-imoveis_venda{
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .link-imoveis_venda a{
        background-color: #ad1b21;
        padding: 5px 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        transition: .3s all;
        border-radius: 5px;
    }
    .link-imoveis_venda a:hover{
        background-color: #f0131c;
    }

    p.wq-contato a span {
        margin-right: inherit; 
        line-height: inherit; 
        font-size: inherit; 
    }
    .fone-mobile{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 1 !important;
        background-color: #fff !important;
        color: #f0131c !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        transition: all 0.35s ease !important;
        border-radius: 50% !important;
    }




    .wq-btn_menu {
        display: flex;
    }
    .wq-header .wq-menu_principal > ul {
        opacity: 0;
        max-height: 0;
        transition: all 0.5s linear;
        text-align: center;
        visibility: hidden;
    }
    .wq-header .wq-menu_principal.aberto > ul {
        opacity: 1;
        max-height: 50em;
        visibility: visible;
    }
    .wq-header .wq-menu_principal li {
        display: block;
    }
    .wq-header_horizontal {
        position: relative;
    }
    .wq-header_horizontal .wq-btn_menu {
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: auto;
        margin-right: 0;
        justify-content: center;
    }
    .wq-header_vertical {
        position: relative;
    }
    .wq-header_vertical .wq-flex {
        flex-direction: column;
    }
    .wq-header_vertical .wq-btn_menu {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        margin: 10px auto 0px;
    }
    .wq-header_vertical .wq-menu_principal,
    .wq-header_horizontal .wq-menu_principal {
        width: 100%;
    }
    .wq-header_centro .wq-flex {
        flex-direction: column-reverse;
    }




    .wq-banner-carousel figure {
        display: none;
        height: auto;
    }
    .wq-banner-carousel figure.wq-banner_responsivo {
        display: block;
    }
    .wq-banner-carousel figure img {
        height: auto;
    }
    .wq-padding,
    .wq-detalhes.wq-flex {
        margin: 30px 0;
    }
    .wq-tamanhos {
        margin-bottom: 20px;
    }
    .wq-flex.wq-btns a {
        margin: 5px 0;
    }
    .wq-midias-sociais {
        margin-right: 0px;
        display: inline-flex;
    }
    .wq-header-footer .wq-top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .wq-header-footer .wq-flex {
        margin: 0;
        justify-content: space-between;
        align-items: center;
    }
    .wq-header_horizontal .wq-btn_menu {
        margin: 0 auto;
    }
    .wq-menu_principal ul li a {
        margin-left: 0;
        margin-top: 20px;
        display: inline-block;
    }   
    .wq-header_fixo .wq-header-footer {
        padding: auto;
    }
    .wq-header_fixo .wq-logo img {
        height: 95px;
    }
    .wq-header_fixo .wq-header-footer .wq-top {
        margin-bottom: 0;
    }
    .wq-header_fixo + section {
        margin-top: 0;
    }
    .wq-header_fixo {
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 999;
        animation: none;
        box-shadow: none;
    }
    .wq-header-footer p.wq-contato {
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    p.wq-contato a:first-child{
        display: none;
    }
    p.wq-contato a {
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .fone-desktop{
        display: none !important;
    }
  
    .wq-header_horizontal .wq-btn_menu {
        background-color: transparent;
    }
    .wq-menu_principal ul li {
        margin-right: 0px;
    }
    .wq-header-footer .wq-menu_principal > ul {
        text-align: center;
    }
    .wq-menu_principal ul li[class*="wq-drop"] {
        padding-right: 0px;
    }
    .wq-menu_principal ul li[class*="wq-drop"]:after {
        top: 28px;
    }
    .wq-menu_principal li[class*="wq-drop"] ul li a {
        box-sizing: border-box;
        width: 100%;
    }
    .wq-menu_principal li[class*="wq-drop"] ul {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .wq-lado-direito {
        margin-top: 0px;
    }
    .wq-footer .wq-bottom {
        display: none;
    }
    .wq-box_4,
    .wq-box_7 {
        margin-bottom: 30px;
    }
    .wq-05 {
        padding: 0px 0 100px;
    }
    .wq-05 .wq-botoes_para-carousel {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    body {
        overflow-x: hidden;
    }
    p.wq-contato a {
        font-size: 12px;
    }
    .wq-copyright .wq-flex {
        margin: 0;
    }
    .wq-04 form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        flex: 1;
        justify-content: space-between;
        align-items: center;
    }
    .wq-04 form input {
        display: inline-block;
        width: calc(100% - 40px);
        margin-bottom: 20px;
        font-family: "PFBeauSansPro-SEMIBOLD";
        height: 59px;
        padding: 0 20px;
        border: none;
        background-color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        color: #656565;
        margin-right: 0px;
    }
    .wq-04 form button {
        width: calc(100%);
    }
    .wq-04 .wq-container figure img {
        height: 642px;
    }
    .wq-titulo_2 span {
        width: 40px;
        height: 40px;
        font-size: 19px;
    }
    .wq-titulo_2 h3 {
        font-size: 18px;
    }
    .wq-contato-01 .wq-flex .wq-box_6:first-child {
        display: none;
    }


    .wq-04 .wq-04_content {
        padding: 60px 0;
    }
    .wq-copyright p {
        text-align: center !important;
    }
    .wq-titulo_1 h3,
    .wq-titulo_1 h2,
    .wq-titulo_1 h1 {
        font-size: 28px;
    }
    .wq-03 .wq-flex .wq-box_3 {
        margin-bottom: 25px;
    }
    .wq-04 form input {
        display: inline-block;
        width: calc(95% - 40px);
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .wq-04 form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        flex: 1;
    }
    .wq-04 form button {
        width: calc(95%);
    }
    .wq-navegacao_page.barra-fixa {
        position: relative;
        top: 0;
        left: 0px;
        z-index: 999;
    }
    .wq-breadcrumb .wq-conteudo p span {
        margin: 0 0px;
    }
    .wq-conteudo-breacrumb .wq-titulo_1 h1,
    .wq-breadcrumb .wq-conteudo p {
        text-align: center;
    }
}
@media screen and (max-width: 499px) {
    .wq-copyright .wq-flex {
        margin: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
@media screen and (max-width: 649px) and (min-width: 500px) {
    .wq-copyright .wq-flex {
        margin: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
@media screen and (max-width: 749px) and (min-width: 650px) {
    .wq-copyright .wq-flex {
        margin: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
@media screen and (max-width: 999px) and (min-width: 750px) {
}
@media screen and (max-width: 1299px) and (min-width: 999px) {
}
@media screen and (max-width: 1499px) and (min-width: 1300px) {
}
@media screen and (min-width: 1600px) {
}
.swal2-container,
body.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
body.swal2-in,
html.swal2-in {
    overflow-y: hidden;
}
.swal2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
}
.swal2-container:not(.swal2-in) {
    pointer-events: none;
}
.swal2-container.swal2-fade {
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.swal2-container.swal2-in {
    background-color: rgba(0, 0, 0, 0.4);
}
.swal2-modal {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
}
.swal2-modal:focus {
    outline: 0;
}
.swal2-modal.swal2-loading {
    overflow-y: hidden;
}
.swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 0.4em;
    padding: 0;
    display: block;
}
.swal2-modal .swal2-spacer {
    height: 10px;
    color: transparent;
    border: 0;
}
.swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 0 5px;
    padding: 10px 32px;
}
.swal2-modal .swal2-styled:not(.swal2-loading)[disabled] {
    opacity: 0.4;
    cursor: no-drop;
}
.swal2-modal .swal2-styled.swal2-loading {
    box-sizing: border-box;
    border: 4px solid transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: -2px 30px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-modal :not(.swal2-styled).swal2-loading::after {
    display: inline-block;
    content: "";
    margin-left: 5px;
    vertical-align: -1px;
    height: 6px;
    width: 6px;
    border: 3px solid #999;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span,
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
    vertical-align: middle;
}
.swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%;
}
.swal2-modal .swal2-close {
    font-size: 36px;
    line-height: 36px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 13px;
    cursor: pointer;
    color: #ccc;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
.swal2-modal .swal2-close:hover {
    color: #d55;
}
.swal2-modal > .swal2-checkbox,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-textarea {
    display: none;
}
.swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
}
.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
    margin: 20px auto;
}
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color box-shadow 0.3s;
    transition: border-color box-shadow 0.3s;
}
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
    border-color: #f06e57 !important;
}
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed;
}
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.8;
}
.swal2-modal .swal2-file:focus::-moz-placeholder,
.swal2-modal .swal2-input:focus::-moz-placeholder,
.swal2-modal .swal2-textarea:focus::-moz-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.8;
}
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.8;
}
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.8;
}
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
    color: #e6e6e6;
}
.swal2-modal .swal2-file::-moz-placeholder,
.swal2-modal .swal2-input::-moz-placeholder,
.swal2-modal .swal2-textarea::-moz-placeholder {
    color: #e6e6e6;
}
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
    color: #e6e6e6;
}
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
    color: #e6e6e6;
}
.swal2-modal .swal2-range input {
    float: left;
    width: 80%;
}
.swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0;
}
.swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px;
}
.swal2-modal .swal2-input[type="number"] {
    max-width: 150px;
}
.swal2-modal .swal2-file {
    font-size: 20px;
}
.swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px;
}
.swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%;
}
.swal2-modal .swal2-radio {
    border: 0;
}
.swal2-modal .swal2-radio label:not(:first-child) {
    margin-left: 20px;
}
.swal2-modal .swal2-radio input {
    margin: 0 3px 0 0;
}
.swal2-modal .swal2-checkbox {
    color: #545454;
}
.swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none;
}
.swal2-modal .swal2-validationerror::before {
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
}
.swal2-icon.swal2-info,
.swal2-icon.swal2-question,
.swal2-icon.swal2-warning {
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }
    .swal2-range output {
        display: none;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }
    .swal2-range output {
        display: none;
    }
}
.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-icon.swal2-error {
    border-color: #f27474;
}
.swal2-icon.swal2-error .x-mark {
    position: relative;
    display: block;
}
.swal2-icon.swal2-error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}
.swal2-icon.swal2-error .line.left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}
.swal2-icon.swal2-error .line.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}
.swal2-icon.swal2-warning {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
}
.swal2-icon.swal2-info {
    font-family: "Open Sans", sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
}
.swal2-icon.swal2-question {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
}
.swal2-icon.swal2-success {
    border-color: #a5dc86;
}
.swal2-icon.swal2-success::after,
.swal2-icon.swal2-success::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
}
.swal2-icon.swal2-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.swal2-icon.swal2-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.swal2-icon.swal2-success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.swal2-icon.swal2-success .fix {
    width: 7px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swal2-icon.swal2-success .line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.swal2-icon.swal2-success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swal2-icon.swal2-success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swal2-progresssteps {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
}
.swal2-progresssteps li {
    display: inline-block;
    position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle,
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: 0.4em;
    margin: 0 -1px;
    z-index: 10;
}
[class^="swal2"] {
    -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}
.swal2-show {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}
.swal2-hide {
    -webkit-animation: hideSweetAlert 0.15s forwards;
    animation: hideSweetAlert 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes animate-success-tip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animate-success-tip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@-webkit-keyframes animate-success-long {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@keyframes animate-success-long {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@-webkit-keyframes rotatePlaceholder {
    0%,
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100%,
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
@keyframes rotatePlaceholder {
    0%,
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100%,
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
.animate-success-tip {
    -webkit-animation: animate-success-tip 0.75s;
    animation: animate-success-tip 0.75s;
}
.animate-success-long {
    -webkit-animation: animate-success-long 0.75s;
    animation: animate-success-long 0.75s;
}
.swal2-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}
@keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}
.animate-error-icon {
    -webkit-animation: animate-error-icon 0.5s;
    animation: animate-error-icon 0.5s;
}
@-webkit-keyframes animate-x-mark {
    0%,
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes animate-x-mark {
    0%,
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
.animate-x-mark {
    -webkit-animation: animate-x-mark 0.5s;
    animation: animate-x-mark 0.5s;
}
@-webkit-keyframes pulse-warning {
    0% {
        border-color: #f8d486;
    }
    100% {
        border-color: #f8bb86;
    }
}
@keyframes pulse-warning {
    0% {
        border-color: #f8d486;
    }
    100% {
        border-color: #f8bb86;
    }
}
.pulse-warning {
    -webkit-animation: pulse-warning 0.75s infinite alternate;
    animation: pulse-warning 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.wp-block-button {
    color: #fff;
}
.wp-block-button.aligncenter {
    text-align: center;
}
.wp-block-button.alignright {
    text-align: right;
}
.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit;
}
.wp-gs .wp-block-button__link:not(.has-background) {
    background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c));
}
.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.no-border-radius.wp-block-button__link {
    border-radius: 0 !important;
}
.is-style-outline {
    color: #32373c;
}
.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid;
}
.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.wp-block-buttons.alignright .wp-block-button {
    margin-right: none;
    margin-left: 8px;
}
.wp-block-buttons.aligncenter,
.wp-block-calendar {
    text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7;
}
.wp-block-calendar tfoot td {
    border: none;
}
.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.wp-block-calendar table th {
    font-weight: 400;
    background: #edeff0;
}
.wp-block-calendar a {
    text-decoration: underline;
}
.wp-block-calendar tfoot a {
    color: #00739c;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d;
}
.wp-block-categories.alignleft {
    margin-right: 2em;
}
.wp-block-categories.alignright {
    margin-left: 2em;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
}
.wp-block-columns.has-background {
    padding: 20px 30px;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important;
    }

    .wq-logo img {
        display: block;
        height: 40px;
        width: auto;
    }
    .wq-header-footer .wq-flex {
        margin: 0;
        justify-content: space-between;
        align-items: center;
        row-gap: 20px;
    }

    .wq-bottom-header-main{
        margin-top: 20px;
    }

    .link-imoveis_venda{
        margin-top: 10px;
        text-align: center;
    }

    .link-imoveis_venda a{
        background-color: #ad1b21;
        padding: 5px 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        transition: .3s all;
        border-radius: 5px;
    }
    .link-imoveis_venda a:hover{
        background-color: #f0131c;
    }
    .fone-mobile{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 1 !important;
        background-color: #fff !important;
        color: #f0131c !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        transition: all 0.35s ease !important;
        border-radius: 50% !important;
    }
}
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px;
    }
}
@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
    .wp-block-column[style] {
        flex-grow: 0;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 32px;
    }
}
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}
.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%;
}
.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none;
    }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit;
}
.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff;
}
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center;
}
.block-editor-block-list__block[data-type="core/embed"][data-align="left"],
.block-editor-block-list__block[data-type="core/embed"][data-align="right"],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%;
}
.wp-block-embed {
    margin-bottom: 1em;
}
.wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.78%;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%;
}
.wp-block-file {
    margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
    text-align: center;
}
.wp-block-file.alignright {
    text-align: right;
}
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
    text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
}
.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto;
    }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover;
    }
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px) / 2);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
}
@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px) / 3);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item,
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px) / 3 - 1px);
        }
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px) / 4);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item,
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px) / 4 - 1px);
        }
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px) / 5);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item,
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px) / 5 - 1px);
        }
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px) / 6);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item,
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px) / 6 - 1px);
        }
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px) / 7);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item,
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px) / 7 - 1px);
        }
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px) / 8);
        margin-right: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item,
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px) / 8 - 1px);
        }
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0;
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}
.wp-block-image {
    margin-bottom: 1em;
}
.wp-block-image img {
    max-width: 100%;
}
.wp-block-image.aligncenter {
    text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.is-style-circle-mask img,
.is-style-rounded img {
    border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0;
    }
}
.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px;
}
.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px;
}
.wp-block-latest-posts.alignleft {
    margin-right: 2em;
}
.wp-block-latest-posts.alignright {
    margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
}
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px);
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px);
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px);
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px);
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px);
    }
}
.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
}
.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px;
}
.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}
.wp-block-media-text {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
}
.wp-block-navigation > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
@media (min-width: 600px) {
    .wp-block-navigation > ul {
        display: flex;
        flex-wrap: wrap;
    }
}
.wp-block-navigation > ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
}
.wp-block-navigation > ul ul li {
    margin: 0;
}
.wp-block-navigation > ul li {
    z-index: 1;
}
.wp-block-navigation > ul li:focus-within,
.wp-block-navigation > ul li:hover {
    cursor: pointer;
    z-index: 99999;
}
.wp-block-navigation > ul li:focus-within > ul,
.wp-block-navigation > ul li:hover > ul,
.wp-block-navigation > ul li ul:focus,
.wp-block-navigation > ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.wp-block-navigation > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
}
.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
    width: 200px;
}
.wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    margin: 0;
    width: auto;
}
.wp-block-navigation,
.wp-block-navigation > .wp-block-navigation__container {
    align-items: center;
    width: 100%;
}
.wp-block-navigation > .wp-block-navigation-link,
.wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-navigation .wp-block-navigation-link {
    position: relative;
    margin: 0;
    min-height: 56px;
    display: flex;
    line-height: 1.4;
}
.wp-block-navigation .wp-block-navigation-link .wp-block,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
    min-height: auto;
    padding: 0;
}
.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
    margin: 0;
}
.wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
    display: none;
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
    left: 100%;
    top: -1px;
}
.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
    background-color: inherit;
    color: inherit;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 6px 16px;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
    padding-top: 8px;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
    padding-bottom: 8px;
}
.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
    min-width: 100%;
    padding-right: 32px;
    position: relative;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
    position: absolute;
    right: 16px;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
    fill: currentColor;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
    transform: rotate(0);
}
.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
    color: inherit;
}
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
    color: #111;
}
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
    background-color: #fff;
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
    color: #fff;
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
    background-color: #333;
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.wp-block-navigation > ul > li > a {
    display: flex;
    align-items: center;
}
.wp-block-navigation > ul > li:first-of-type > a {
    padding-left: 0;
}
.wp-block-navigation > ul > li:last-of-type > a {
    padding-right: 0;
}
.wp-block-navigation.items-justified-left > ul {
    justify-content: flex-start;
}
.wp-block-navigation.items-justified-center > ul {
    justify-content: center;
}
.wp-block-navigation.items-justified-right > ul {
    justify-content: flex-end;
}
.is-small-text {
    font-size: 14px;
}
.is-regular-text {
    font-size: 16px;
}
.is-large-text {
    font-size: 36px;
}
.is-larger-text {
    font-size: 48px;
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
p.has-background {
    padding: 20px 30px;
}
p.has-text-color a {
    color: inherit;
}
.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 290px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px;
}
.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative;
}
.wp-block-pullquote .has-text-color a {
    color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
    background: none;
}
.wp-block-pullquote.is-style-solid-color {
    border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
}
.wp-block-pullquote cite {
    color: inherit;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right;
}
.wp-block-rss.alignleft {
    margin-right: 2em;
}
.wp-block-rss.alignright {
    margin-left: 2em;
}
.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px);
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px);
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px);
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px);
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px);
    }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px;
}
.wp-block-search {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
    width: 100%;
}
.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px;
}
.wp-block-search .wp-block-search__button {
    margin-left: 10px;
}
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
}
.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
}
.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}
.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s;
    }
}
.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor;
}
.wp-social-link:hover {
    transform: scale(1.1);
}
.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px;
}
.wp-block-spacer {
    clear: both;
}
p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: 0.75;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    width: 100%;
}
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex;
}
.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%;
}
.wp-block-video {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-video video {
    max-width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .wp-block-video [poster] {
        object-fit: cover;
    }
}
.wp-block-video.aligncenter {
    text-align: center;
}
.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
:root .has-pale-pink-background-color {
    background-color: #f78da7;
}
:root .has-vivid-red-background-color {
    background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
    background-color: #9b51e0;
}
:root .has-very-light-gray-background-color {
    background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
    background-color: #313131;
}
:root .has-pale-pink-color {
    color: #f78da7;
}
:root .has-vivid-red-color {
    color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
    color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
    color: #fcb900;
}
:root .has-light-green-cyan-color {
    color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
    color: #00d084;
}
:root .has-pale-cyan-blue-color {
    color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
    color: #0693e3;
}
:root .has-vivid-purple-color {
    color: #9b51e0;
}
:root .has-very-light-gray-color {
    color: #eee;
}
:root .has-cyan-bluish-gray-color {
    color: #abb8c3;
}
:root .has-very-dark-gray-color {
    color: #313131;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
}
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc);
}
.has-small-font-size {
    font-size: 13px;
}
.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px;
}
.has-medium-font-size {
    font-size: 20px;
}
.has-large-font-size {
    font-size: 36px;
}
.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px;
}
.has-text-align-center {
    text-align: center;
}
.has-text-align-left {
    text-align: left;
}
.has-text-align-right {
    text-align: right;
}
