@charset "UTF-8";
:root { --primary-color: #dd3333; --primary-color-dark: #b02828; --primary-color-light: #ED9797; --secondary-color: #343434; --text-color-light: white; --text-color-dark: black; --background-color-light: #f9f9f9; --border-color: #ddd;
} @media (prefers-color-scheme: dark) {
:root { --text-color-dark: black;
--text-color-light: white;
}
} .calendar-padding {
padding-top: 25px; padding-bottom: 0px; } .calendar-padding-details {
padding-top: 0px; padding-bottom: 25px; }    .calendar-header {
display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-bottom: 10px; background-color: transparent; } .calendar-title {
text-align: center; font-size: 20px; font-weight: bold; line-height: 1.2; color: var(--text-color-light); } .calendar-nav,
.calendar-title-button {
display: flex; align-items: center; justify-content: center; text-align: center; padding: 0; border: 1px solid var(--border-color); border-radius: 4px; cursor: pointer; height: 38px; line-height: normal; transition: all 0.3s ease; color: var(--text-color-light); } .calendar-nav {
background-color: var(--primary-color); font-size: 12px; width: 120px; } @media (max-width: 768px) {
.calendar-nav {
width: 80px; }
}
@media (max-width: 480px) {
.calendar-nav {
width: 60px; }
} .calendar-title-button {
background-color: var(--secondary-color); font-size: 20px; flex-grow: 1; width: auto; } #prev-month {
justify-self: start;
} #next-month {
justify-self: end;
} .calendar-weekday {
display: flex; align-items: center; justify-content: center; height: 38px; background-color: var(--primary-color); color: var(--text-color-light); border-radius: 4px; font-weight: bold; border: 1px solid var(--primary-color-dark); margin-bottom: 10px; } .calendar-grid {
display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; } .calendar-day {
height: 60px; text-align: center; line-height: 30px; background-color: var(--background-color-light); color: var(--text-color-dark); border: 1px solid var(--border-color); border-radius: 4px; } .calendar-day.event-day {
background-color: var(--primary-color-light);
border: 1px solid var(--primary-color); }
.calendar-day.current-day {
background-color: var(--primary-color-dark); border: 1px solid var(--primary-color); color: #FFF; } .calendar-day .bullets {
margin-top: 5px; display: flex; justify-content: center; gap: 3px; } .bullet {
width: 8px; height: 8px; border-radius: 50%; display: inline-block; } .event-bullet {
display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; vertical-align: middle; position: relative; top: -3px; }
.event-link {
color: var(--text-color-dark);
} .calendar-day.empty {
background: none; border: none; }    #minimalistic-calendar-details {
margin-top: 20px; padding: 10px; border: 1px solid var(--border-color); border-radius: 4px; background-color: var(--background-color-light); color: var(--text-color-dark); } #minimalistic-calendar-details p {
white-space: pre-wrap; margin-bottom: 10px; line-height: 1.5; text-align: left; font-size: 16px; }    .legend-container {
padding: 10px; background-color: var(--background-color-light); border: 1px solid var(--border-color); border-radius: 4px; margin-top: 20px; color: var(--text-color-dark); font-size: 16px; } .calendar-legend h3 {
margin-bottom: 10px; font-size: 18px; font-weight: bold; } .calendar-legend .bullet {
display: inline-block; width: 12px; height: 12px; border-radius: 50%; margin-right: 10px; vertical-align: middle; } .legend-container ul {
list-style: none; margin: 0; }
.legend-container li {
display: flex; align-items: center; margin-bottom: 5px; }
.legend-container li.subcategory {
margin-left: 20px; font-size: 0.8em !important; }
.legend-container ul.subcategories {
padding-left: 10px; } .legend-container .bullet {
display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 10px; } .legend-container h3 {
margin-top: 5px !important; margin-bottom: 10px !important; } #legend-items {
text-transform: uppercase; padding: 0px; }    .main-category[data-has-subcategories="true"] .toggle-symbol {
cursor: pointer; margin-left: 10px; } .hidden {
display: none; } .list-entry {
padding-bottom: 10px; } .list-month {
padding-bottom: 20px; } .list-date {
font-weight: bold; } .list-source {
font-style: italic; font-size: 0.8em; } .list-title { }.simple-banner,
.simple-banner_2,
.simple-banner_3,
.simple-banner_4,
.simple-banner_5 {
width: 100%;
text-align: center;
position: relative;
display: block;
}
.simple-banner .simple-banner-text,
.simple-banner_2 .simple-banner-text_2,
.simple-banner_3 .simple-banner-text_3,
.simple-banner_4 .simple-banner-text_4,
.simple-banner_5 .simple-banner-text_5 {
font-weight: 700;
padding: 10px 20px;
position: relative;
}
.simple-banner .simple-banner-button,
.simple-banner_2 .simple-banner-button_2,
.simple-banner_3 .simple-banner-button_3,
.simple-banner_4 .simple-banner-button_4,
.simple-banner_5 .simple-banner-button_5 {
border: none;
background-color: transparent;
padding: 0 5px;
margin: 0 10px;
text-align: center;
text-decoration: none;
position: absolute;
transform: translate(0%, -50%);
right: 0;
top: 50%;
font-size: 16px;
cursor: pointer;
}.sip_popup {
position: relative;
background: #FFF;
padding: 5px;
width: auto;
margin: 20px auto;
}
.sip_popup .sip_inner_image {
width: 100%;
}
.mfp-wrap {
z-index: 99999 !important
}
.mfp-bg {
z-index: 88888 !important
}
.simple-image-popup-plugin {
z-index: 99999;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.75);
overflow-y: auto;
}
.simple-image-popup-plugin__inner {
position: relative;
background: #fff;
padding: 3px;
margin: 0 auto;
max-width: 90%;
top: 10%;
}
.simple-image-popup-plugin__icon {
width: 15px;
height: 15px;
fill: #fff
}
#simple-image-popup-plugin__close {
border-radius: 100%;
height: 30px;
width: 30px;
background: #999;
color: #000;
cursor: pointer;
transition: 0.25s ease all;
position: absolute;
top: -0.5rem;
right: -0.5rem;
display: flex;
align-items: center;
justify-content: center;
border: 0;
}
#simple-image-popup-plugin__close:hover {
background: #333;
color: #fff;
}
.simple-image-popup-plugin__image {
width: 100%;
display: block;
}.fm-map-container svg {
z-index: 1;
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; height: 100% !important;
}
.fm-tooltip {
display: none;
position: absolute;
z-index: 3;
min-width: 200px;
}
.fm-tooltip-image {
white-space: nowrap;
}
.fm-tooltip-image img {
max-width: none;
}
.fm-tooltip-comment {
font-size: 11px;
font-family: arial;
color: #000000;
}
.fm-tooltip-comment p {
margin-top: 0px !important;
}
.fm-tooltip-frame {
background-color: #fff;
border: 2px solid #bbb;
border-radius: 10px;
padding: 5px;
opacity: .99;
max-width: 400px;
min-width: 200px;
border-collapse: separate;	
margin-bottom: 0 !important;
line-height: 1.4;
vertical-align: top;
table-layout: auto;
}
.fm-tooltip-frame td {
background-color:inherit;
border: none;
padding: 5px;
vertical-align: top;
margin: 0;
}
.fm-tooltip-name { text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; font-weight:bold;
padding: 5px;
font-family: arial;
line-height: 1;
}
.fm-tooltip-x {
color: #444;
font: 12px/100% arial, sans-serif;
position: relative;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
z-index: 5;
visibility: hidden;
cursor: pointer;
margin: -5px -5px 5px 5px;
border-bottom: none !important;
float: right;
}
.fm-tooltip-x img {
width: 12px !important;
padding:0 !important;
margin:0 !important;
border:0 !important; 
}
.fm-tooltip-x.fm-frozen-x {
visibility: visible;
}
.fm-tooltip-x.fm-mobile-x {
visibility: visible;
}
.fm-scale {
float: left;
position: absolute;
left: 0px;
bottom: 0px;
z-index: 2;
margin: 10px;
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.fm-scale div {
float: left;
}
.fm-scale a {
display: block;
float: left;
font-size: 31px;
font-weight: bold;
line-height: 38px;
text-align: center;
cursor: pointer;
color: #333 !important;
width: 41px;
height: 37px;
padding-top: 1px;
border: 1px solid #e8e8e8 !important;
border-bottom: 1px solid #bbb !important;
text-decoration: none !important;
margin-right: 3px;
border-radius: 2px;
background: #fff;
}
.fm-scale a:hover {
color: #186ba3 !important;
}
.fm-scale a.fm-inactive {
cursor: default;
color: #cdcdcd !important;
}
.fm-scale-display {
clear: both;
position: relative;
left: 0px;
z-index: 10;
width: 100%;
height: 1px;
bottom: 0px;
margin-bottom: 5px;
background-color: #e8e8e8;
}
.fm-scale-display div {
background-color: #237cbd;
height: 1px;
-webkit-transition: width ease-in-out .2s;
transition: width ease-in-out .2s;
}
.fm-scale-buttons {
clear: both;
}
.fm-no-events {
pointer-events: none;
}
.worldcountriesHtml5Mapright {
margin:auto;
}
.worldcountriesHtml5Mapright .worldcountriesHtml5MapContainer {
position: relative;
float: left;
}
.worldcountriesHtml5Mapbottom {
margin:auto;
}
.worldcountriesHtml5Mapbottom .worldcountriesHtml5MapContainer {
position: relative;
}
.worldcountriesHtml5Mapright .worldcountriesHtml5MapStateInfo, .worldcountriesHtml5Mapright .worldcountriesHtml5MapStateInfo {
float: left;
left: 20px;
margin-right: 20px;
position: relative;
}
.worldcountriesHtml5Mapbottom .worldcountriesHtml5MapStateInfo, .worldcountriesHtml5Mapbottom .worldcountriesHtml5MapStateInfo {
}
.worldcountriesHtml5Mapright.htmlMapResponsive .worldcountriesHtml5MapContainer {
position: relative;
float: none;
width: auto;
}
.worldcountriesHtml5Mapright .worldcountriesHtml5MapStateInfo, .worldcountriesHtml5Mapright .worldcountriesHtml5MapStateInfo {
float: none;
left: auto;
margin-right: 20px;
position: relative;
}
@media (min-width: 768px){
.worldcountriesHtml5Mapright.htmlMapResponsive .worldcountriesHtml5MapContainer {
position: relative;
float: left;
width: 60%
}
.worldcountriesHtml5Mapright.htmlMapResponsive .worldcountriesHtml5MapStateInfo, .worldcountriesHtml5Mapright.htmlMapResponsive .worldcountriesHtml5MapStateInfo {
float: left;
margin: 2%;
position: relative;
width: 36%;
left: auto;
}
}
.worldcountriesHtml5Map-areas-list {
display: none;
float: left;
overflow: auto;
}
.worldcountriesHtml5Map-areas-list .worldcountriesHtml5Map-areas-item {
margin-bottom: 2px;
}
.worldcountriesHtml5Map-areas-list a {
font-size: 16px;
text-decoration: none;
word-wrap: break-word;
}
.worldcountriesHtml5MapSelector.mobile-only {
display: none;
}
.worldcountriesHtml5MapSelector select {
max-width: 90%;
}
@media (max-width: 768px) {
.fm-mobile-fixed .fm-tooltip-frame {
max-width: 100%;
width: 100%;
}
.fm-mobile-fixed .fm-tooltip-comment {
width: 100%;
}
.fm-scale a { 
width: 31px;
height: 27px;
font-size: 21px;
line-height: 28px;
}
}
@media only screen and (max-width: 480px) {
.worldcountriesHtml5Map-areas-list {
display: none !important;
}
.worldcountriesHtml5MapSelector.mobile-only {
display: block;
}
}.text-stroke,.text-stroke--primary,.text-stroke--secondary{-webkit-text-stroke-width:var(--wp--custom--typography--text-stroke-width,2px)!important}.ext-absolute{position:absolute!important}.bring-to-front,.ext .wp-block-image,.ext-relative{position:relative!important}.ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-order-1{order:1!important}.ext-order-2{order:2!important}.ext-col-auto{grid-column:auto!important}.ext-col-span-1{grid-column:span 1/span 1!important}.ext-col-span-2{grid-column:span 2/span 2!important}.ext-col-span-3{grid-column:span 3/span 3!important}.ext-col-span-4{grid-column:span 4/span 4!important}.ext-col-span-5{grid-column:span 5/span 5!important}.ext-col-span-6{grid-column:span 6/span 6!important}.ext-col-span-7{grid-column:span 7/span 7!important}.ext-col-span-8{grid-column:span 8/span 8!important}.ext-col-span-9{grid-column:span 9/span 9!important}.ext-col-span-10{grid-column:span 10/span 10!important}.ext-col-span-11{grid-column:span 11/span 11!important}.ext-col-span-12{grid-column:span 12/span 12!important}.ext-col-span-full{grid-column:1/-1!important}.ext-col-start-1{grid-column-start:1!important}.ext-col-start-2{grid-column-start:2!important}.ext-col-start-3{grid-column-start:3!important}.ext-col-start-4{grid-column-start:4!important}.ext-col-start-5{grid-column-start:5!important}.ext-col-start-6{grid-column-start:6!important}.ext-col-start-7{grid-column-start:7!important}.ext-col-start-8{grid-column-start:8!important}.ext-col-start-9{grid-column-start:9!important}.ext-col-start-10{grid-column-start:10!important}.ext-col-start-11{grid-column-start:11!important}.ext-col-start-12{grid-column-start:12!important}.ext-col-start-13{grid-column-start:13!important}.ext-col-start-auto{grid-column-start:auto!important}.ext-col-end-1{grid-column-end:1!important}.ext-col-end-2{grid-column-end:2!important}.ext-col-end-3{grid-column-end:3!important}.ext-col-end-4{grid-column-end:4!important}.ext-col-end-5{grid-column-end:5!important}.ext-col-end-6{grid-column-end:6!important}.ext-col-end-7{grid-column-end:7!important}.ext-col-end-8{grid-column-end:8!important}.ext-col-end-9{grid-column-end:9!important}.ext-col-end-10{grid-column-end:10!important}.ext-col-end-11{grid-column-end:11!important}.ext-col-end-12{grid-column-end:12!important}.ext-col-end-13{grid-column-end:13!important}.ext-col-end-auto{grid-column-end:auto!important}.ext-row-auto{grid-row:auto!important}.ext-row-span-1{grid-row:span 1/span 1!important}.ext-row-span-2{grid-row:span 2/span 2!important}.ext-row-span-3{grid-row:span 3/span 3!important}.ext-row-span-4{grid-row:span 4/span 4!important}.ext-row-span-5{grid-row:span 5/span 5!important}.ext-row-span-6{grid-row:span 6/span 6!important}.ext-row-span-full{grid-row:1/-1!important}.ext-row-start-1{grid-row-start:1!important}.ext-row-start-2{grid-row-start:2!important}.ext-row-start-3{grid-row-start:3!important}.ext-row-start-4{grid-row-start:4!important}.ext-row-start-5{grid-row-start:5!important}.ext-row-start-6{grid-row-start:6!important}.ext-row-start-7{grid-row-start:7!important}.ext-row-start-auto{grid-row-start:auto!important}.ext-row-end-1{grid-row-end:1!important}.ext-row-end-2{grid-row-end:2!important}.ext-row-end-3{grid-row-end:3!important}.ext-row-end-4{grid-row-end:4!important}.ext-row-end-5{grid-row-end:5!important}.ext-row-end-6{grid-row-end:6!important}.ext-row-end-7{grid-row-end:7!important}.ext-row-end-auto{grid-row-end:auto!important}.ext-m-0:not([style*=margin]){margin:0!important}.ext-m-auto:not([style*=margin]){margin:auto!important}.ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.ext .alignwide,.ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .wp-block-group>*,.ext-my-0:not([style*=margin]),.wp-block-column.editor\:pointer-events-none{margin-top:0!important;margin-bottom:0!important}.ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.ext h2,.ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]),.ext-mt-0:not([style*=margin]),[class*=fullwidth-cols] .wp-block-column:first-child,[class*=fullwidth-cols] .wp-block-column:first-child>*,[class*=fullwidth-cols] .wp-block-column>:first-child,[class*=fullwidth-cols] .wp-block-group:first-child{margin-top:0!important}.ext-mt-auto:not([style*=margin]){margin-top:auto!important}.ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]),.ext-mr-0:not([style*=margin]){margin-right:0!important}.ext-mr-auto:not([style*=margin]){margin-right:auto!important}.ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .is-not-stacked-on-mobile .wp-block-column,.ext-mb-0:not([style*=margin]),.ext.wp-block-group>:last-child,.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column,[class*=fullwidth-cols] .wp-block-column:last-child,[class*=fullwidth-cols] .wp-block-column>:last-child,[class*=fullwidth-cols] .wp-block-group:last-child{margin-bottom:0!important}.ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.ext-mb-base:not([style*=margin]),.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-ml-0:not([style*=margin]),.ext-ml-0:not([style*=margin]):not([style*=margin]){margin-left:0!important}.ext-ml-auto:not([style*=margin]){margin-left:auto!important}.ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.editor\:no-resize .components-resizable-box__container,.ext-block{display:block!important}.ext .wp-block-image img,.ext-inline-block{display:inline-block!important}.ext-inline{display:inline!important}.ext-flex{display:flex!important}.ext-inline-flex{display:inline-flex!important}.ext .ext-grid>[class*="_inner-container"],.ext-grid{display:grid!important}.ext-inline-grid{display:inline-grid!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container::before,.editor\:no-caption .block-editor-rich-text__editable,.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender,.editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender,.editor\:no-inserter .wp-block-group__inner-container>.block-list-appender,.editor\:no-inserter>.block-list-appender,.ext-hidden{display:none!important}.ext-w-auto{width:auto!important}.ext-w-full{width:100%!important}.ext [class*=inner-container]>.alignwide [class*=inner-container]>*,.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>*,.ext-max-w-full{max-width:100%!important}.ext-flex-1{flex:1 1 0%!important}.ext-flex-auto{flex:1 1 auto!important}.ext-flex-initial{flex:0 1 auto!important}.ext-flex-none{flex:none!important}.ext-flex-shrink-0{flex-shrink:0!important}.ext-flex-shrink{flex-shrink:1!important}.ext-flex-grow-0{flex-grow:0!important}.ext-flex-grow{flex-grow:1!important}.ext-list-none,.is-style-inline-list li{list-style-type:none!important}.ext .ext-grid-cols-1>[class*="_inner-container"],.ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-cols-2>[class*="_inner-container"],.ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-cols-3>[class*="_inner-container"],.ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-cols-4>[class*="_inner-container"],.ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-cols-5>[class*="_inner-container"],.ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-cols-6>[class*="_inner-container"],.ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-cols-7>[class*="_inner-container"],.ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.ext .ext-grid-cols-8>[class*="_inner-container"],.ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.ext .ext-grid-cols-9>[class*="_inner-container"],.ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.ext .ext-grid-cols-10>[class*="_inner-container"],.ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.ext .ext-grid-cols-11>[class*="_inner-container"],.ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.ext .ext-grid-cols-12>[class*="_inner-container"],.ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.ext .ext-grid-cols-none>[class*="_inner-container"],.ext-grid-cols-none{grid-template-columns:none!important}.ext .ext-grid-rows-1>[class*="_inner-container"],.ext-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-rows-2>[class*="_inner-container"],.ext-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-rows-3>[class*="_inner-container"],.ext-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-rows-4>[class*="_inner-container"],.ext-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-rows-5>[class*="_inner-container"],.ext-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-rows-6>[class*="_inner-container"],.ext-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-rows-none>[class*="_inner-container"],.ext-grid-rows-none{grid-template-rows:none!important}.ext-flex-row{flex-direction:row!important}.ext-flex-row-reverse{flex-direction:row-reverse!important}.ext-flex-col{flex-direction:column!important}.ext-flex-col-reverse{flex-direction:column-reverse!important}.ext-flex-wrap{flex-wrap:wrap!important}.ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.ext-flex-nowrap{flex-wrap:nowrap!important}.ext .ext-items-start>[class*="_inner-container"],.ext-items-start{align-items:flex-start!important}.ext .ext-items-end>[class*="_inner-container"],.ext-items-end{align-items:flex-end!important}.ext .ext-items-center>[class*="_inner-container"],.ext .is-style-angled>[class*="_inner-container"],.ext-items-center{align-items:center!important}.ext .ext-items-baseline>[class*="_inner-container"],.ext-items-baseline{align-items:baseline!important}.ext .ext-items-stretch>[class*="_inner-container"],.ext-items-stretch{align-items:stretch!important}.ext-justify-start{justify-content:flex-start!important}.ext-justify-end{justify-content:flex-end!important}.ext-justify-center{justify-content:center!important}.ext-justify-between{justify-content:space-between!important}.ext-justify-around{justify-content:space-around!important}.ext-justify-evenly{justify-content:space-evenly!important}.ext-justify-items-start{justify-items:start!important}.ext-justify-items-end{justify-items:end!important}.ext-justify-items-center{justify-items:center!important}.ext-justify-items-stretch{justify-items:stretch!important}.ext-gap-0{gap:0!important}.ext-gap-base{gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-lg{gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-x-0{-moz-column-gap:0!important;column-gap:0!important}.ext-gap-x-base{-moz-column-gap:var(--wp--style--block-gap,1.75rem)!important;column-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-x-lg{-moz-column-gap:var(--extendify--spacing--large,3rem)!important;column-gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-y-0{row-gap:0!important}.ext-gap-y-base{row-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-y-lg{row-gap:var(--extendify--spacing--large,3rem)!important}.ext-justify-self-auto{justify-self:auto!important}.ext-justify-self-start{justify-self:start!important}.ext-justify-self-end{justify-self:end!important}.ext-justify-self-center{justify-self:center!important}.ext-justify-self-stretch{justify-self:stretch!important}.ext-rounded-none{border-radius:0!important}.ext-rounded-full{border-radius:9999px!important}.ext-rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.ext-rounded-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.ext-rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.ext-rounded-r-full{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.ext-rounded-b-none{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.ext-rounded-b-full{border-bottom-right-radius:9999px!important;border-bottom-left-radius:9999px!important}.ext-rounded-l-none{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.ext-rounded-l-full{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.ext-rounded-tl-none{border-top-left-radius:0!important}.ext-rounded-tl-full{border-top-left-radius:9999px!important}.ext-rounded-tr-none{border-top-right-radius:0!important}.ext-rounded-tr-full{border-top-right-radius:9999px!important}.ext-rounded-br-none{border-bottom-right-radius:0!important}.ext-rounded-br-full{border-bottom-right-radius:9999px!important}.ext-rounded-bl-none{border-bottom-left-radius:0!important}.ext-rounded-bl-full{border-bottom-left-radius:9999px!important}.ext-border-0{border-width:0!important}.ext-border-t-0{border-top-width:0!important}.ext-border-r-0{border-right-width:0!important}.ext-border-b-0{border-bottom-width:0!important}.ext-border-l-0{border-left-width:0!important}.ext .wp-block-group__inner-container,.ext-p-0:not([style*=padding]){padding:0!important}.ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.ext .wp-block-columns .wp-block-column[style*=padding],.ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.ext-px-base:not([style*=padding]),.ext.has-background{padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.ext-pt-0:not([style*=padding]){padding-top:0!important}.ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.ext-pr-0:not([style*=padding]){padding-right:0!important}.ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.ext-pb-0:not([style*=padding]){padding-bottom:0!important}.ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.ext-pl-0:not([style*=padding]),.is-style-inline-list{padding-left:0!important}.ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.ext-text-left{text-align:left!important}.ext .wp-block-image,.ext-text-center{text-align:center!important}.ext-text-right{text-align:right!important}.ext-leading-none{line-height:1!important}.ext-leading-tight{line-height:1.25!important}.ext-leading-snug{line-height:1.375!important}.ext-leading-normal{line-height:1.5!important}.ext-leading-relaxed{line-height:1.625!important}.ext-leading-loose{line-height:2!important}.ext-aspect-square img{aspect-ratio:1/1!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape img{aspect-ratio:4/3!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape-wide img{aspect-ratio:16/9!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-portrait img{aspect-ratio:3/4!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape .components-resizable-box__container,.ext-aspect-landscape-wide .components-resizable-box__container,.ext-aspect-portrait .components-resizable-box__container,.ext-aspect-square .components-resizable-box__container{height:auto!important}.clip-path--rhombus img{-webkit-clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)!important;clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)!important}.clip-path--diamond img{-webkit-clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)!important;clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)!important}.clip-path--rhombus-alt img{-webkit-clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)!important;clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)!important}.wp-block-columns[class*=fullwidth-cols]{margin-bottom:unset!important}.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0,.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none,.is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]),.is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none{margin-top:calc(-1 * var(--wp--style--block-gap,28px))!important}@media (min-width:600px) and (max-width:781px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:var(--wp--style--block-gap,2em)!important}}@media (max-width:781px){.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (max-width:1079px){.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}}.direction-rtl{direction:rtl!important}.direction-ltr{direction:ltr!important}.bring-to-front{z-index:10!important}.text-stroke{-webkit-text-stroke-color:var(--wp--preset--color--background)!important}.text-stroke--primary{-webkit-text-stroke-color:var(--wp--preset--color--primary)!important}.text-stroke--secondary{-webkit-text-stroke-color:var(--wp--preset--color--secondary)!important}.editor\:no-resize .components-resizable-box__handle,.editor\:no-resize .components-resizable-box__handle::after,.editor\:no-resize .components-resizable-box__side-handle::before{display:none!important;pointer-events:none!important}.editor\:pointer-events-none{pointer-events:none!important}.is-style-angled{align-items:center!important;justify-content:flex-end!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;z-index:1!important}.has-foreground-color{color:var(--wp--preset--color--foreground,#000)!important}.has-foreground-background-color{background-color:var(--wp--preset--color--foreground,#000)!important}.has-background-color{color:var(--wp--preset--color--background,#fff)!important}.has-background-background-color{background-color:var(--wp--preset--color--background,#fff)!important}.has-primary-color{color:var(--wp--preset--color--primary,#4b5563)!important}.has-primary-background-color{background-color:var(--wp--preset--color--primary,#4b5563)!important}.has-secondary-color{color:var(--wp--preset--color--secondary,#9ca3af)!important}.has-secondary-background-color{background-color:var(--wp--preset--color--secondary,#9ca3af)!important}.ext.has-text-color h1,.ext.has-text-color h2,.ext.has-text-color h3,.ext.has-text-color h4,.ext.has-text-color h5,.ext.has-text-color h6,.ext.has-text-color p{color:currentColor!important}.has-white-color{color:var(--wp--preset--color--white,#fff)!important}.has-black-color{color:var(--wp--preset--color--black,#000)!important}.has-ext-foreground-background-color{background-color:var(--wp--preset--color--foreground,var(--wp--preset--color--black,#000))!important}.has-ext-primary-background-color{background-color:var(--wp--preset--color--primary,var(--wp--preset--color--cyan-bluish-gray,#000))!important}.wp-block-button__link.has-black-background-color{border-color:var(--wp--preset--color--black,#000)!important}.wp-block-button__link.has-white-background-color{border-color:var(--wp--preset--color--white,#fff)!important}.has-ext-small-font-size{font-size:var(--wp--preset--font-size--ext-small)!important}.has-ext-medium-font-size{font-size:var(--wp--preset--font-size--ext-medium)!important}.has-ext-large-font-size{font-size:var(--wp--preset--font-size--ext-large)!important;line-height:1.2!important}.has-ext-x-large-font-size{font-size:var(--wp--preset--font-size--ext-x-large)!important;line-height:1!important}.has-ext-xx-large-font-size{font-size:var(--wp--preset--font-size--ext-xx-large)!important;line-height:1!important}.has-ext-x-large-font-size:not([style*=line-height]),.has-ext-xx-large-font-size:not([style*=line-height]){line-height:1.1!important}.ext .wp-block-group>*+*{margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:0!important}.has-ext-x-large-font-size+h3,.has-ext-x-large-font-size+p{margin-top:.5rem!important}.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap,.5em) * .75)!important;min-width:12rem!important}.ext>[class*="_inner-container"]>.ext-grid:not([class*=columns]),.ext>[class*="_inner-container"]>.wp-block>.ext-grid:not([class*=columns]){display:initial!important}.ext .ext-grid-cols-13>[class*="_inner-container"]{grid-template-columns:repeat(13,minmax(0,1fr))!important}.ext [class*=inner-container]>.alignwide [class*=inner-container],.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]{max-width:var(--responsive--alignwide-width,120rem)!important}.ext .wp-block-image img{vertical-align:middle!important}body{--extendify--spacing--large:var(--wp--custom--spacing--large,clamp(2em, 8vw, 8em))!important;--wp--preset--font-size--ext-small:1rem!important;--wp--preset--font-size--ext-medium:1.125rem!important;--wp--preset--font-size--ext-large:clamp(1.65rem, 3.5vw, 2.15rem)!important;--wp--preset--font-size--ext-x-large:clamp(3rem, 6vw, 4.75rem)!important;--wp--preset--font-size--ext-xx-large:clamp(3.25rem, 7.5vw, 5.75rem)!important;--wp--preset--color--black:#000!important;--wp--preset--color--white:#fff!important}.ext *{box-sizing:border-box!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container{background:0 0!important}.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull{margin-top:unset!important;margin-bottom:unset!important}.block-editor-block-preview__content-iframe .preview\:min-h-50{min-height:50vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-60{min-height:60vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-70{min-height:70vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-80{min-height:80vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-100{min-height:100vw!important}.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]){margin-right:calc(1 * var(--wp--custom--spacing--outer,0))!important;margin-left:calc(1 * var(--wp--custom--spacing--outer,0))!important;overflow:hidden!important;width:unset!important}@media (min-width:782px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:0!important}.is-style-inline-list li{margin-right:var(--wp--style--block-gap,1.75rem)!important;display:inline!important}.is-style-inline-list li:first-child{margin-left:0!important}.is-style-inline-list li:last-child{margin-right:0!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important;clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important}.tablet\:ext-absolute{position:absolute!important}.tablet\:ext-relative{position:relative!important}.tablet\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-order-1{order:1!important}.tablet\:ext-order-2{order:2!important}.tablet\:ext-m-0:not([style*=margin]){margin:0!important}.tablet\:ext-m-auto:not([style*=margin]){margin:auto!important}.tablet\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.tablet\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.tablet\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-my-0:not([style*=margin]){margin-top:0!important;margin-bottom:0!important}.tablet\:ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.tablet\:ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mt-0:not([style*=margin]){margin-top:0!important}.tablet\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.tablet\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mr-0:not([style*=margin]){margin-right:0!important}.tablet\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.tablet\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.tablet\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.tablet\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-ml-0:not([style*=margin]){margin-left:0!important}.tablet\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.tablet\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-block{display:block!important}.tablet\:ext-inline-block{display:inline-block!important}.tablet\:ext-inline{display:inline!important}.tablet\:ext-flex{display:flex!important}.tablet\:ext-inline-flex{display:inline-flex!important}.tablet\:ext-grid{display:grid!important}.tablet\:ext-inline-grid{display:inline-grid!important}.tablet\:ext-hidden{display:none!important}.tablet\:ext-w-auto{width:auto!important}.tablet\:ext-w-full{width:100%!important}.tablet\:ext-max-w-full{max-width:100%!important}.tablet\:ext-flex-1{flex:1 1 0%!important}.tablet\:ext-flex-auto{flex:1 1 auto!important}.tablet\:ext-flex-initial{flex:0 1 auto!important}.tablet\:ext-flex-none{flex:none!important}.tablet\:ext-flex-shrink-0{flex-shrink:0!important}.tablet\:ext-flex-shrink{flex-shrink:1!important}.tablet\:ext-flex-grow-0{flex-grow:0!important}.tablet\:ext-flex-grow{flex-grow:1!important}.tablet\:ext-list-none{list-style-type:none!important}.tablet\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.tablet\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tablet\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tablet\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.tablet\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.tablet\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.tablet\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.tablet\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.tablet\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.tablet\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.tablet\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.tablet\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.tablet\:ext-grid-cols-none{grid-template-columns:none!important}.tablet\:ext-flex-row{flex-direction:row!important}.tablet\:ext-flex-row-reverse{flex-direction:row-reverse!important}.tablet\:ext-flex-col{flex-direction:column!important}.tablet\:ext-flex-col-reverse{flex-direction:column-reverse!important}.tablet\:ext-flex-wrap{flex-wrap:wrap!important}.tablet\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.tablet\:ext-flex-nowrap{flex-wrap:nowrap!important}.tablet\:ext-items-start{align-items:flex-start!important}.tablet\:ext-items-end{align-items:flex-end!important}.tablet\:ext-items-center{align-items:center!important}.tablet\:ext-items-baseline{align-items:baseline!important}.tablet\:ext-items-stretch{align-items:stretch!important}.tablet\:ext-justify-start{justify-content:flex-start!important}.tablet\:ext-justify-end{justify-content:flex-end!important}.tablet\:ext-justify-center{justify-content:center!important}.tablet\:ext-justify-between{justify-content:space-between!important}.tablet\:ext-justify-around{justify-content:space-around!important}.tablet\:ext-justify-evenly{justify-content:space-evenly!important}.tablet\:ext-justify-items-start{justify-items:start!important}.tablet\:ext-justify-items-end{justify-items:end!important}.tablet\:ext-justify-items-center{justify-items:center!important}.tablet\:ext-justify-items-stretch{justify-items:stretch!important}.tablet\:ext-justify-self-auto{justify-self:auto!important}.tablet\:ext-justify-self-start{justify-self:start!important}.tablet\:ext-justify-self-end{justify-self:end!important}.tablet\:ext-justify-self-center{justify-self:center!important}.tablet\:ext-justify-self-stretch{justify-self:stretch!important}.tablet\:ext-p-0:not([style*=padding]){padding:0!important}.tablet\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.tablet\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.tablet\:ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pt-0:not([style*=padding]){padding-top:0!important}.tablet\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pr-0:not([style*=padding]){padding-right:0!important}.tablet\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.tablet\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pl-0:not([style*=padding]){padding-left:0!important}.tablet\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-text-left{text-align:left!important}.tablet\:ext-text-center{text-align:center!important}.tablet\:ext-text-right{text-align:right!important}}@media (min-width:1080px){.desktop\:ext-absolute{position:absolute!important}.desktop\:ext-relative{position:relative!important}.desktop\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-order-1{order:1!important}.desktop\:ext-order-2{order:2!important}.desktop\:ext-m-0:not([style*=margin]){margin:0!important}.desktop\:ext-m-auto:not([style*=margin]){margin:auto!important}.desktop\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.desktop\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.desktop\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-my-0:not([style*=margin]){margin-top:0!important;margin-bottom:0!important}.desktop\:ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.desktop\:ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mt-0:not([style*=margin]){margin-top:0!important}.desktop\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.desktop\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mr-0:not([style*=margin]){margin-right:0!important}.desktop\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.desktop\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.desktop\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.desktop\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-ml-0:not([style*=margin]){margin-left:0!important}.desktop\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.desktop\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-block{display:block!important}.desktop\:ext-inline-block{display:inline-block!important}.desktop\:ext-inline{display:inline!important}.desktop\:ext-flex{display:flex!important}.desktop\:ext-inline-flex{display:inline-flex!important}.desktop\:ext-grid{display:grid!important}.desktop\:ext-inline-grid{display:inline-grid!important}.desktop\:ext-hidden{display:none!important}.desktop\:ext-w-auto{width:auto!important}.desktop\:ext-w-full{width:100%!important}.desktop\:ext-max-w-full{max-width:100%!important}.desktop\:ext-flex-1{flex:1 1 0%!important}.desktop\:ext-flex-auto{flex:1 1 auto!important}.desktop\:ext-flex-initial{flex:0 1 auto!important}.desktop\:ext-flex-none{flex:none!important}.desktop\:ext-flex-shrink-0{flex-shrink:0!important}.desktop\:ext-flex-shrink{flex-shrink:1!important}.desktop\:ext-flex-grow-0{flex-grow:0!important}.desktop\:ext-flex-grow{flex-grow:1!important}.desktop\:ext-list-none{list-style-type:none!important}.desktop\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.desktop\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.desktop\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.desktop\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.desktop\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.desktop\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.desktop\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.desktop\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.desktop\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.desktop\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.desktop\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.desktop\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.desktop\:ext-grid-cols-none{grid-template-columns:none!important}.desktop\:ext-flex-row{flex-direction:row!important}.desktop\:ext-flex-row-reverse{flex-direction:row-reverse!important}.desktop\:ext-flex-col{flex-direction:column!important}.desktop\:ext-flex-col-reverse{flex-direction:column-reverse!important}.desktop\:ext-flex-wrap{flex-wrap:wrap!important}.desktop\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.desktop\:ext-flex-nowrap{flex-wrap:nowrap!important}.desktop\:ext-items-start{align-items:flex-start!important}.desktop\:ext-items-end{align-items:flex-end!important}.desktop\:ext-items-center{align-items:center!important}.desktop\:ext-items-baseline{align-items:baseline!important}.desktop\:ext-items-stretch{align-items:stretch!important}.desktop\:ext-justify-start{justify-content:flex-start!important}.desktop\:ext-justify-end{justify-content:flex-end!important}.desktop\:ext-justify-center{justify-content:center!important}.desktop\:ext-justify-between{justify-content:space-between!important}.desktop\:ext-justify-around{justify-content:space-around!important}.desktop\:ext-justify-evenly{justify-content:space-evenly!important}.desktop\:ext-justify-items-start{justify-items:start!important}.desktop\:ext-justify-items-end{justify-items:end!important}.desktop\:ext-justify-items-center{justify-items:center!important}.desktop\:ext-justify-items-stretch{justify-items:stretch!important}.desktop\:ext-justify-self-auto{justify-self:auto!important}.desktop\:ext-justify-self-start{justify-self:start!important}.desktop\:ext-justify-self-end{justify-self:end!important}.desktop\:ext-justify-self-center{justify-self:center!important}.desktop\:ext-justify-self-stretch{justify-self:stretch!important}.desktop\:ext-p-0:not([style*=padding]){padding:0!important}.desktop\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.desktop\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.desktop\:ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pt-0:not([style*=padding]){padding-top:0!important}.desktop\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pr-0:not([style*=padding]){padding-right:0!important}.desktop\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.desktop\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pl-0:not([style*=padding]){padding-left:0!important}.desktop\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-text-left{text-align:left!important}.desktop\:ext-text-center{text-align:center!important}.desktop\:ext-text-right{text-align:right!important}}#wtr-progress {
position:fixed;
z-index:99999;
overflow:hidden;
transition:opacity 1s;
opacity:1;
-moz-box-shadow:    0px 0px 2px 3px rgba(0,0,0,.12);
-webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,.12);
box-shadow:         0px 0px 2px 3px rgba(0,0,0,.12);
}
#wtr-progress.transparent,
#wtr-progress.noshadow {
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#wtr-slider {
position:relative;
width:100%;
height:100%;
z-index:2;
transition:background-color .8s;
}
#wtr-progress.mute {
opacity:.5;
}
#wtr-progress-comments {
position:absolute;
width:100%;
height:100%;
z-index:1;
}
#wtr-comments-end {
position:relative;
z-index:-999;
top:-500px;
} #wtr-progress.top {
left:0;
width:100%;
}
#wtr-progress.top.wtr-rtl {
left:auto;
right:0;
}
#wtr-progress.top.shown {
top:0!important;
}
.admin-bar #wtr-progress.top.shown {
top:32px!important;
}
@media (max-width: 782px) { 
.admin-bar #wtr-progress.top.shown {
top:46px!important;
}
}
@media (max-width: 600px) { 
.admin-bar #wtr-progress.top.shown {
top:0px!important;
}
}
#wtr-progress.top #wtr-slider {
top:0;
left:-100%;
}
#wtr-progress.top.wtr-rtl #wtr-slider {
left:auto;
right:-100%;
} #wtr-progress.bottom {
left:0;
width:100%;
}
#wtr-progress.bottom.wtr-rtl {
left:auto;
right:0;
}
#wtr-progress.bottom.shown {
bottom:0!important;
}
#wtr-progress.bottom #wtr-slider {
bottom:0;
left:-100%;
}
#wtr-progress.bottom.wtr-rtl #wtr-slider {
left:auto;
right:-100%;
} #wtr-progress.left {
top:0;
height:100%;
}
#wtr-progress.left.shown {
left:0!important;
}
#wtr-progress.left #wtr-slider {
left:0;
top:-100%;
} #wtr-progress.right {
top:0;
height:100%;
}
#wtr-progress.right.shown {
right:0!important;
}
#wtr-progress.right #wtr-slider {
right:0;
top:-100%;
} .wtr-time-wrap {
display:inline-block;
margin:0 10px;
}
.wtr-time-wrap.block,
.wtr-time-wrap.before-content {
display:block;
margin:5px 0;
}
.wtr-time-number { }
 :root {
--bg-color: #eaeaea;
--fg-color: #000000;
--fade1-color: rgba(255, 255, 255, 0.2);
--fade2-color: rgba(255, 255, 255, 0.4);
--body-font: 'IBM Plex Serif', 'Garamond', 'Georgia', serif;
--body-alt-font: 'IBM Plex Sans', 'Helvetica Neue', 'Helvetica', 'Nimbus Sans L', 'Arial', sans-serif;
--heading-font: 'IBM Plex Sans Condensed', 'Roboto Condensed', 'HelveticaNeue-CondensedBold', 'Tahoma', sans-serif;
--mono-font: 'IBM Plex Mono', 'Monaco', 'Consolas', monospace;
--content-width: 640px;
--wide-content-width: 960px;
--transition-duration: 333ms; }
body,
html {
margin: 0;
padding: 0;
font-display: fallback;
font-family: var(--body-font);
overflow-wrap: break-all;
font-size: 18px;
line-height: 1.5rem;
background: var(--bg-color);
color: var(--fg-color);
transition: background-color var(--transition-duration) ease, color var(--transition-duration) ease; }
a {
color: var(--fg-color);
transition: color var(--transition-duration) ease, background-color var(--transition-duration) ease; }
a:focus {
background: var(--fg-color);
color: var(--bg-color);
outline: none;
text-decoration: none;
border-radius: 2px;
padding: 0 2px;
margin: 0 -2px; }
.archive-header, .content-404, .post-navigation .nav-links,
.posts-navigation .nav-links, .header__container, .header_type_bar, .comments-area > ol,
.comments-area > div, #webmention-form, .footer__content, .content {
width: var(--content-width);
margin: 0 auto; }
@media only screen and (max-width: 660px) {
.archive-header, .content-404, .post-navigation .nav-links,
.posts-navigation .nav-links, .header__container, .header_type_bar, .comments-area > ol,
.comments-area > div, #webmention-form, .footer__content, .content {
width: auto;
margin: 0 20px; } }
.archive-header--portfolio, .header_type_bar--portfolio, .content--wide, .portfolio-grid {
width: var(--wide-content-width);
margin: 0 auto; }
@media only screen and (max-width: 660px) {
.archive-header--portfolio, .header_type_bar--portfolio, .content--wide, .portfolio-grid {
width: auto;
margin: 0 20px; } }
.header__title, .header_type_bar__title, .content__title {
font-family: var(--heading-font);
font-kerning: normal; }
.header__title a, .header_type_bar__title a, .content__title a {
text-decoration: none; }
.archive-header {
margin-top: -5rem;
margin-bottom: 3rem; }
.archive-header__title {
font-family: var(--body-alt-font);
font-size: 3rem; }
.archive-header__title__type {
font-size: 1.2rem;
display: block;
text-transform: lowercase;
font-variant: small-caps;
font-weight: 400;
margin-bottom: 0.5rem; }
.archive-header--portfolio {
margin-top: -5rem;
margin-bottom: 3rem; }
.archive-header--portfolio .archive-header__title__type {
display: none; }
.content-404 {
margin-bottom: 5rem; }
.content-404 h2 {
margin-top: 2rem; }
.top-navigation {
list-style: none;
font-family: var(--body-alt-font);
font-weight: 700;
text-transform: uppercase;
font-variant: small-caps;
letter-spacing: 1px;
font-size: 0.9rem;
padding: 0;
margin: 0; }
.top-navigation ul {
padding: 0;
margin: 0; }
.top-navigation li {
display: inline;
margin-right: 1rem; }
.top-navigation li a {
text-decoration: none; }
.top-navigation_type_bar {
font-weight: normal; }
.top-navigation--portfolio li {
margin-right: 0;
margin-left: 1rem; }
@media only screen and (max-width: 660px) {
.top-navigation--portfolio li {
margin-right: 1rem;
margin-left: 0; } }
.post-navigation,
.posts-navigation {
background: var(--fade2-color);
font-family: var(--body-alt-font); }
.post-navigation .nav-links,
.posts-navigation .nav-links {
display: flex; }
.post-navigation .nav-previous,
.post-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
display: inline-block;
width: 100%; }
.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
display: block;
padding: 2rem 0;
text-decoration: none;
transition: all var(--transition-duration) ease; }
.post-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover {
padding-left: 1rem;
margin-right: -1rem; }
.post-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover {
padding-right: 1rem;
margin-left: -1rem; }
.post-navigation .nav-next,
.posts-navigation .nav-next {
text-align: right; }
.post-navigation .nav-next a:after,
.posts-navigation .nav-next a:after {
content: ' →'; }
.post-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before {
content: '← '; }
.search-form {
display: flex; }
.search-form label {
width: 75%; }
.search-submit,
.search-field {
width: 100%;
box-sizing: border-box;
padding: 1rem;
margin-bottom: 1rem;
border-radius: 0;
border: 1px solid var(--fg-color);
color: var(--fg-color);
background-color: transparent;
text-transform: uppercase; }
.search-submit:focus,
.search-field:focus {
background: var(--fade1-color);
outline: none;
box-shadow: inset 0 0 0 2px var(--fg-color); }
.search-submit {
border: none;
width: 25%;
color: var(--bg-color);
background-color: var(--fg-color);
text-transform: uppercase;
font-weight: bold;
border: 1px solid var(--fg-color); }
.search-submit:focus {
box-shadow: inset 0 0 0 2px var(--bg-color);
color: var(--bg-color);
background-color: var(--fg-color); }
.widget-title {
margin-bottom: 0; }
.wp-block-archives-list,
.wp-block-categories-list,
.wp-block-latest-posts,
.wp-block-latest-comments,
.widget ul {
list-style: none;
padding: 0;
margin-top: 0;
font-family: var(--body-alt-font); }
.header {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
background-size: cover;
background-position: center center;
margin-bottom: 8rem; }
.header__container {
margin-top: 10vh; }
.header__title {
font-family: var(--mono-font);
font-weight: normal;
letter-spacing: -2px;
font-size: 3rem;
line-height: 3rem;
margin: 0; }
.header__description {
font-style: italic;
margin: 0 0 1.5rem 0; }
.header__text {
margin: 0; }
.header__text p {
margin: 0;
margin-bottom: 1.5rem; }
.header_type_bar {
padding: 4rem 0;
margin-bottom: 6rem; }
@media only screen and (max-width: 660px) {
.header_type_bar {
padding-top: 0.3rem;
margin-bottom: 2rem; } }
.header_type_bar__title {
font-family: var(--body-alt-font);
font-size: 1rem; }
.header_type_bar__description {
font-weight: normal;
font-style: italic; }
.header_type_bar--portfolio {
padding: 4rem 0;
margin-bottom: 6rem;
display: flex;
justify-content: space-between;
align-items: baseline; }
@media only screen and (max-width: 660px) {
.header_type_bar--portfolio {
display: block;
padding-top: 0.3rem;
margin-bottom: 2rem; } }
.comments-area {
background: var(--fade1-color);
padding: 5rem 0;
margin-top: 5rem;
font-size: 0.9rem; }
.no-comments {
padding: 0;
font-family: var(--body-alt-font);
text-transform: lowercase;
font-variant: small-caps;
text-align: center; }
.comment-list {
padding: 0; }
.comment-list li {
list-style: none;
margin-bottom: 2rem; }
.comment-author img,
.comment-list .reply,
.comment-list .says {
display: none; }
.comment-author,
.comment-author a {
font-weight: normal;
text-decoration: none;
font-style: italic; }
.comment-metadata {
display: none; }
.comment-content {
font-family: var(--body-alt-font);
margin-top: -1rem; } .comment-respond {
font-family: var(--body-alt-font); }
.comment-form .comment-notes {
display: none; }
.comment-form label {
font-variant: small-caps;
text-transform: lowercase;
display: block; }
.comment-form label[for="wp-comment-cookies-consent"] {
display: inline; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"],
.comment-form textarea {
box-sizing: border-box;
width: 100%;
padding: 1rem;
margin-bottom: 1rem;
border-radius: 0;
border: 1px solid var(--fg-color);
color: var(--fg-color);
background-color: transparent; }
.comment-form input:focus,
.comment-form textarea:focus {
background: var(--fade1-color);
outline: none;
box-shadow: inset 0 0 0 2px var(--fg-color); }
.comment-form input[type="submit"] {
border: none;
color: var(--bg-color);
background-color: var(--fg-color);
text-transform: uppercase;
font-weight: bold;
border: 1px solid var(--fg-color); }
.comment-form input[type="submit"]:focus {
box-shadow: inset 0 0 0 2px var(--bg-color); }
.comment-form .required {
display: none; } #webmention-form {
font-family: var(--body-alt-font); }
#webmention-form p {
margin: 0; }
#webmention-form input[type="url"],
#webmention-form input[type="submit"] {
box-sizing: border-box;
width: 100%;
padding: 1rem;
margin-bottom: 1rem;
border-radius: 0;
border: 1px solid var(--fg-color);
color: var(--fg-color);
background-color: transparent; }
#webmention-form input[type="submit"] {
border: none;
color: var(--bg-color);
background-color: var(--fg-color);
text-transform: uppercase;
font-weight: bold; }
.likes,
.reposts {
font-family: var(--body-alt-font); }
.likes h3,
.reposts h3 {
margin-bottom: 0; }
.mention-list {
padding: 0;
margin: 0; }
.mention-list .p-author img {
border-radius: 100%;
border: 4px solid var(--bg-color);
margin-right: -32px;
transition: 300ms all ease;
background-color: var(--fg-color); }
.mention-list:hover .p-author img {
margin-right: 0; }
.footer {
padding: 1rem;
margin: 0;
background: var(--fade2-color);
font-family: var(--body-alt-font);
font-size: 0.8rem;
line-height: 1.5rem; }
.content {
margin-top: 0;
margin-bottom: 50vh;
padding-top: 0;
transition: all var(--transition-duration) ease; }
.content:focus-within .content__meta, .content:hover .content__meta {
opacity: 1;
margin-left: -11rem; }
.content.sticky {
border: 2px solid var(--fg-color);
padding: 2rem 3rem; }
.content.sticky .content__meta {
display: none; }
.content_type_hidden {
opacity: 0;
padding-top: 10rem; }
.content--wide {
margin-bottom: 50vh; }
.content__meta {
width: 10rem;
margin-top: 0;
margin-left: -11.5rem;
float: left;
text-align: right;
font-size: 0.75rem;
line-height: 1.5rem;
opacity: 0;
transition: all var(--transition-duration) ease; }
.content__meta span {
display: block; }
.content__meta a {
text-decoration: none; }
@media only screen and (max-width: 820px) {
.content__meta {
display: none; } }
.content__meta__tags a {
font-family: var(--body-alt-font);
background: var(--fade2-color);
font-variant: small-caps;
border-radius: 2px;
padding: 0 7px 3px 7px;
margin-left: 3px;
margin-bottom: 6px;
display: inline-block; }
.content__meta__tags a:focus {
background: var(--fg-color);
color: var(--bg-color); }
.content__title {
font-size: 2rem;
line-height: 3rem;
margin: 0;
word-wrap: break-word; }
.content__title_type_big {
font-size: 3rem;
margin: 0;
margin-top: 1.1rem;
margin-bottom: 1.5rem;
letter-spacing: -1px;
line-height: 3rem; }
.content__title_type_status {
font-family: var(--body-alt-font);
font-weight: 100;
font-size: 3rem;
line-height: 3rem; }
.content__thumbnail img {
max-width: 100%;
height: auto; }
.bypostauthor {
font-family: var(--body-alt-font); }
.content__body {    }
.content__body h1,
.content__body h2,
.content__body h3,
.content__body h4,
.content__body h5,
.content__body h6 {
margin-top: 1.5rem;
margin-bottom: 0; }
.content__body pre,
.content__body p {
margin: 0;
margin-bottom: 1.5rem;
line-height: 1.5; }
.content__body pre {
font-family: var(--mono-font);
white-space: pre-wrap; }
.content__body hr {
border: none;
border-bottom: 1px solid var(--fg-color); }
.content__body figure,
.content__body img {
height: auto;
max-width: 100%;
margin-left: 0; }
.content__body .wp-block-cover-text {
font-family: var(--body-alt-font); }
.content__body .more-link {
font-family: var(--body-alt-font);
text-transform: uppercase;
font-variant: small-caps;
font-weight: 800;
font-size: 0.7rem;
letter-spacing: 0.8px;
text-decoration: none;
display: block;
margin-top: -1rem; }
.content__body .more-link::after {
content: "…"; }
.content__body .more-link:hover {
text-decoration: underline; }
.content__body .wp-block-image,
.content__body img {
margin: 0;
max-width: 100%; }
.content__body .wp-block-image {
margin-bottom: 1.5rem; }
.content__body .wp-caption,
.content__body .wp-caption-text,
.content__body .gallery-caption,
.content__body figcaption {
font-family: var(--body-alt-font);
font-size: 0.7rem;
line-height: 1.5;
color: var(--fg-color);
text-align: center; }
.content__body blockquote,
.content__body blockquote.is-style-large {
padding: 0;
margin: 0; margin-bottom: 1.5rem;
font-size: 0.9rem;
line-height: 1.5rem;
font-style: italic;
font-weight: 300; }
.content__body blockquote cite,
.content__body blockquote.is-style-large cite {
text-align: right;
display: block;
font-size: 0.7rem;
margin-top: -1.5rem;
opacity: 0;
transition: opacity var(--transition-duration) ease;
font-family: var(--body-alt-font); }
.content__body blockquote:hover cite,
.content__body blockquote.is-style-large:hover cite {
opacity: 1; }
.content__body .wp-block-quote.is-large p,
.content__body .wp-block-quote.is-style-large p,
.content__body blockquote.is-style-large {
font-size: 1.2rem;
line-height: 1.5rem; }
.content__body .wp-block-pullquote {
padding: 3rem 0; }
.content__body .wp-block-pullquote p {
line-height: 2.5rem;
margin-bottom: 0; }
.content__body .wp-block-pullquote.is-style-solid-color {
padding: 2rem; }
.content__body .wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%; }
.content__body .wp-block-pullquote blockquote {
margin: 0; }
.content__body .wp-block-pullquote blockquote cite {
font-family: var(--body-alt-font);
text-align: inherit;
margin-top: 0;
opacity: 1; }
.content__body .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%; }
.content__body .alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
clear: both; }
.content__body > .alignleft {
margin-left: 0; }
.content__body > .alignleft ~ .alignleft {
margin-left: -4rem; }
.content__body .alignleft {
float: left;
margin-right: 1.5rem;
margin-top: 0.3rem; }
@media only screen and (max-width: 660px) {
.content__body .alignleft {
margin-left: 0; } }
.content__body .alignright {
float: right;
margin-right: -4rem;
margin-left: 1.5rem;
margin-top: 0.3rem; }
@media only screen and (max-width: 660px) {
.content__body .alignright {
margin-right: 0; } }
.content__body .aligncenter {
margin: 0 auto; }
.content__body .wp-block-columns {
display: flex;
justify-content: space-between;
margin-bottom: 1rem; }
@media only screen and (max-width: 660px) {
.content__body .wp-block-columns {
flex-direction: column; } }
.content__body .wp-block-column {
flex: 1;
margin: 0;
margin: 0 0.5rem; }
.content__body .wp-block-column:first-child {
margin-left: 0; }
.content__body .wp-block-column:last-child {
margin-right: 0; }
@media only screen and (max-width: 660px) {
.content__body .wp-block-column {
margin: 0; } }
.content__body .alignfull .wp-block-column:first-child {
margin-left: 1rem; }
.content__body .alignfull .wp-block-column:last-child {
margin-right: 1rem; }
.content__body .wp-block-button__link {
background-color: var(--fg-color);
color: var(--bg-color);
border-radius: 0.5rem;
font-family: var(--body-alt-font);
text-transform: lowercase;
font-variant: small-caps;
line-height: 100%; }
.content__body .is-style-outline .wp-block-button__link {
border-radius: 0;
border: 1px solid var(--fg-color);
background: transparent;
color: var(--fg-color); }
.content__body .is-style-squared .wp-block-button__link {
border-radius: 0; }
.content__body .wp-block-spacer {
content: "";
display: table;
clear: both; }
.content__body .wp-block-gallery .blocks-gallery-item figcaption {
transition: opacity var(--transition-duration) ease, padding-bottom var(--transition-duration) ease;
opacity: 0;
line-height: 1rem;
margin: 0;
max-width: 100%;
padding: 0 1rem;
box-sizing: border-box; }
.content__body .wp-block-gallery .blocks-gallery-item:hover figcaption {
opacity: 1;
padding-bottom: 1rem; }
.content__body p.has-drop-cap:not(:focus):first-letter {
font-size: 4rem; }
.content__body table {
font-family: var(--body-alt-font);
border-collapse: collapse;
width: 100%; }
.content__body table td,
.content__body table th {
border: 1px solid var(--fg-color);
padding: 0.5rem;
text-align: left; }
.content__body table.is-style-stripes td,
.content__body table.is-style-stripes th {
border: none; }
.content__body table.is-style-stripes tr:nth-child(odd) {
background: var(--fade2-color); }
.content__body .page-links {
font-family: var(--body-alt-font);
text-transform: uppercase;
font-size: 0.75rem;
opacity: 0.8; }
.content__body .gallery {
display: flex;
flex-wrap: wrap;
justify-content: flex-start; }
.content__body .gallery-item {
margin: 0;
width: 100%;
margin-bottom: 1rem; }
.content__body .gallery-columns-2 .gallery-item {
width: 50%; }
.content__body .gallery-columns-3 .gallery-item {
width: 33%; }
.content__body .gallery-columns-4 .gallery-item {
width: 25%; }
.content__body .gallery-columns-5 .gallery-item {
width: 20%; }
.content__body .gallery-columns-6 .gallery-item {
width: 15%; }
.content__body .gallery-columns-7 .gallery-item {
width: 12%; }
.content__body .gallery-columns-8 .gallery-item {
width: 12%; }
.content__body .gallery-columns-9 .gallery-item {
width: 9%; }
.content__body .has-brick-color {
color: #825a58; }
.content__body .has-baby-pink-color {
color: #e0bac0; }
.content__body .has-ecru-color {
color: #e1d9d3; }
.content__body .has-peach-color {
color: #e6aa88; }
.content__body .has-sky-blue-color {
color: #badce0; }
.content__body .has-green-color {
color: #81ae8a; }
.content__body .has-olive-color {
color: #959686; }
.content__body .has-dark-green-color {
color: #113118; }
.content__body .has-dark-blue-color {
color: #283d5d; }
.content__body .has-light-gray-color {
color: #eaeaea; }
.content__body .has-dark-gray-color {
color: #222; }
.content__body .has-brick-background-color {
background-color: #825a58; }
.content__body .has-baby-pink-background-color {
background-color: #e0bac0; }
.content__body .has-ecru-background-color {
background-color: #e1d9d3; }
.content__body .has-peach-background-color {
background-color: #e6aa88; }
.content__body .has-sky-blue-background-color {
background-color: #badce0; }
.content__body .has-green-background-color {
background-color: #81ae8a; }
.content__body .has-olive-background-color {
background-color: #959686; }
.content__body .has-dark-green-background-color {
background-color: #113118; }
.content__body .has-dark-blue-background-color {
background-color: #283d5d; }
.content__body .has-light-gray-background-color {
background-color: #eaeaea; }
.content__body .has-dark-gray-background-color {
background-color: #222; }
.post_format-post-format-chat .content__body {
font-family: var(--mono-font);
font-size: 0.75rem; }
.post_format-post-format-status .content__body {
font-family: var(--body-alt-font);
font-weight: 100;
font-size: 3rem;
line-height: 3rem; }
.content__body_type_aside,
.post_format-post-format-aside .content__body {
font-family: var(--body-alt-font); }
.content__body_type_aside blockquote,
.content__body_type_aside blockquote p,
.post_format-post-format-aside .content__body blockquote,
.post_format-post-format-aside .content__body blockquote p {
font-family: var(--body-font); }
.portfolio-grid {
display: flex;
flex-wrap: wrap; }
.portfolio-tile {
width: 30%;
margin-bottom: 6rem; }
.portfolio-tile:nth-child(3n-1) {
margin: 0 5% 6rem; }
@media only screen and (max-width: 660px) {
.portfolio-tile:nth-child(3n-1) {
margin: 0 0 6rem; } }
@media only screen and (max-width: 660px) {
.portfolio-tile {
width: 100%;
margin: 0 0 6rem; } }
.portfolio__title {
font-family: var(--body-alt-font);
font-weight: 600;
font-size: 1.2rem;
margin: 0; }
.portfolio__title a {
text-decoration: none; }
.portfolio-tile img {
border-radius: 2px; }
.portfolio__desc {
font-family: var(--body-alt-font);
font-size: 0.8rem;
line-height: 1.4;
margin: 0; }
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #fff;
color: #000;
clip: auto !important;
clip-path: none;
display: block;
top: 0;
left: 0;
width: 100%;
height: auto;
padding: 20px 0;
line-height: normal;
text-decoration: none;
z-index: 100000;
text-align: center;
text-transform: uppercase;
font-family: var(--body-alt-font); } #content[tabindex="-1"]:focus {
outline: 0; } @media (prefers-color-scheme: dark) {
.content__body img {
opacity: 0.75;
transition: opacity var(--transition-duration); }
.content__body img:hover {
opacity: 1; }
.content__body p {
line-height: 1.75rem; } }
.wp-block-codemirror-blocks-code-block {
margin: 8px -32px;
font-size: 75%; }
.wp-block-codemirror-blocks-code-block .cm-s-material.CodeMirror {
padding: 32px;
border-radius: 8px; }
.wp-block-codemirror-blocks-code-block pre {
margin: 0; }
.wp-block-codemirror-blocks-code-block .CodeMirror-lines {
padding: 0; }.header__container {
margin-top:0px;
}
.header__container .wp-block-columns {
margin-bottom:0.5em !important;
}
.header__branding {
height:90px;
}
.header__title {
visibility: hidden;
}
.header__description {
visibility: hidden;
}
img.custom-logo {
width:100%;
height:auto;
}
a {
text-decoration: none;
}
a:focus {
background: none;
color: var(--fg-color);
}
a.wp-block-button__link:focus {
padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
margin: 0px !important;
}
p {
text-align:justify;
line-height:1.75rem!important;
}
.wp-block-tag-cloud {
text-align:center;
}
.wp-block-sticky-note-sticky-note {
color:black;
text-align:left;
}
.socialicon_1 {
color:var(--fg-color) !important;
margin-top: 13px !important;
font-size:20px;
}
.socialicon_2 {
color:var(--fg-color) !important;
margin-top: 13px !important;
font-size:18px;
}
@media (prefers-color-scheme: light) {
.colorfilter {
filter: 
invert(80%) 
sepia(80%) 
saturate(2900%) 
hue-rotate(350deg) 
brightness(120%) 
contrast(90%);
<!--Use Filter Source
https://codepen.io/sosuke/pen/Pjoqqp -->
}
}
.header_type_bar {
padding: 3rem 0;
margin-bottom: 3rem;
}
.content {
margin-bottom: 25vh;
}
.post-318 .content__title {
display: none;
}
.goog-te-gadget {
color:white !important;
text-align:right;
}
.goog-logo-link {
color:white !important;
}
.insprache {
padding-top:10px;
text-align:right;
}
.archive-header__title {
font-size:x-large;
}
.footer__content .widget_google_translate_widget {
visibility:collapse;
--margin-top:-90px;
}
.simple-image-popup-plugin__inner {
background:none;
top: calc(50% - 192px);
}
.simple-image-popup-plugin {
background:rgba(0, 0, 0, 0.9);
}
.blockquote--left {
text-align:justify; }
.content__body .alignleft-int {
margin-left: -5rem; 
}
.content__body .alignright-int {
margin-right: -5rem; 
}
roadtripillustration {
shape-margin: 20px;
shape-outside: url(//www.flying-camper.eu/wp-content/uploads/2024/02/IMG_6630_512-150x150.png);
}
fca_formular_change  {
border-top-color: var(--fg-color) !important;;
border-bottom-color: var(--fg-color) !important;;
color: var(--fg-color);
}