.no-scroll{overflow:hidden}@media (min-width:821px){.hide-desktop{display:none!important}}@media (max-width:820px){.hide-mobile{display:none!important}}.position-relative{position:relative}.position-absolute{position:absolute}.position-static{position:static}.d-none{display:none}.d-inline-block{display:inline-block}.d-block{display:block}.d-flex{display:flex}.flex-column{flex-direction:column}.flex-column-reverse{flex-direction:column-reverse}.flex-row-reverse{flex-direction:row-reverse}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}.gap-32{gap:32px}.gap-40{gap:40px}.gap-48{gap:48px}.gap-80{gap:80px;gap:var(--wp--preset--spacing--80-40,80px)}.justify-content-between{justify-content:space-between}.justify-content-center{justify-content:center}.justify-content-end{justify-content:flex-end}.align-items-center{align-items:center}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-stretch{align-items:stretch}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-nowrap{white-space:nowrap}.w-100{width:100%}.h-100{height:100%}.m-0{margin:0}.p-0{padding:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.stretched-link-wrapper { position:relative; }
.stretched-link-wrapper a[href]:before, .stretched-link[href]:before { content:''; position:absolute; top:0; right:0; bottom:0; left:0; z-index:1; }
.stretched-link-wrapper a { text-decoration:none; color:inherit; }

@media (min-width: 1391px) {
    :root {
        --wp--style--global--content-size:1152px;
		--wp--style--global--wide-size:1152px;
    }
}

@media (max-width: 1024px) and (min-width:821px) {
    :root {
        --wp--style--global--content-size:90vw;
		--wp--style--global--wide-size:90vw;
    }
}

@media (max-width: 820px) {
    :root {
        --wp--style--global--content-size:100vw;
		--wp--style--global--wide-size:100vw;
    }
}

* { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
:focus { outline:none; }
:where(.wp-site-blocks :focus) { outline-width:2px; outline-style:solid; }
a { text-decoration-thickness:1px !important; text-underline-offset:8px; }
img { vertical-align:middle; border:none; max-width:100%; height:auto; }
hr { border:0; border-bottom:1px solid #DCDCDC; }
embed, iframe, object, video { max-width:100%; }
b, strong, label, th { font-weight:500; }

h1, h2, h3, h4, h5, h6 { margin-top:0; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { color:inherit; }

ol, ul { padding-inline-start:20px; }
ul li::marker, ol li::marker { color:#008452; }
blockquote, caption, figcaption, h1, h2, h3, h4, h5, h6, p { text-wrap:pretty; }

.more-link { display:block; }
.conversal, .conversal a { font-size:14px; font-weight:inherit; text-decoration:none !important; color:inherit; }
nav ul { list-style:none; padding-left:0; }

table { width:100%; border-collapse:collapse; }
table thead { border:none !important; }
table th, table td { padding:20px !important; text-align:left; border:none !important; border-bottom:1px solid #EFEFEF !important; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
	display:block;
	width:100%;
	margin:0;
	padding:16px 24px;
	background:#FDFDFD;
	color:#191919;
	border:1px solid #DCDCDC;
	border-radius:16px;
	font-size:14px;
	resize:none;
}
select { 	
	padding-right:40px; 
	background:url(../images/select.svg) no-repeat center right 15px #FDFDFD; 
	-webkit-appearance:none;
	   		appearance:none;
}
select::-ms-expand { display:none; }

.wpforms-container .wpforms-field-label { margin-bottom:5px; color:#191919; font-weight:500; }
.wpforms-submit { padding:14px 20px; background:#008452; border:1px solid #008452; color:#FDFDFD; transition:all 0.3s; font-family:inherit; font-size:16px; line-height:1; font-weight:500; border-radius:50px; cursor:pointer; }
.wpforms-submit:hover { background-color:#72452C; border-color:#72452C; }

form { accent-color:#008452; }
form input:focus-visible, form textarea:focus-visible { outline-color:#008452; }

.wpforms-container ul { padding-left:0; }
.wpforms-container ul li { margin-bottom:5px; }
.wpforms-container .wpforms-field-label-inline a { text-decoration:underline; }
.wpforms-field input[type=checkbox], .wpforms-field input[type=radio] { width:20px; height:20px; position:relative; top:4px; }

.socials ul { list-style:none; }
.socials ul li a { text-decoration:none; }
.socials ul li a .dashicons { font-size:20px; }
.socials ul li a svg path { transition:fill .23s ease-in-out; }
.socials ul li a:focus svg path, .socials ul li a:hover svg path { fill:#72452C; }

.notification-banner { margin:0; padding:20px 32px; position:relative; background:#72452C; }
.notification-banner p { font-size:14px; margin:0; color:#fdfdfd; }
.notification-banner p a { color:inherit; text-decoration:underline; }
.notification-banner .btn-close { padding:0; position:absolute; right:16px; top:50%; transform:translateY(-50%); border:0; cursor:pointer; width:16px; height:16px; mask:url(../images/close.svg); background:#fdfdfd; }

#menu-toggle { padding:0; border:0; cursor:pointer; width:32px; height:21px; mask:url(../images/menu.svg); background:#fdfdfd; }
.overlay-menu { padding:0; position:fixed; width:100%; height:100%; top:0; left:0; z-index:10; background:#fdfdfd; }
.overlay-menu .overlay-menu-inner { padding:16px; }
.overlay-menu .overlay-close { padding:0; border:0; cursor:pointer; width:24px; height:24px; mask:url(../images/menuClose.svg); background:#fdfdfd; }
.overlay-slidedown { visibility:hidden; transform:translateY(-100%); transition:transform .4s ease-in-out,visibility 0s .4s; }
.overlay-slidedown.open { visibility:visible; transform:translateY(0); transition:transform .4s ease-in-out; }
.logged-in .overlay-menu { top:32px; }
@media screen and (max-width: 782px) {
    .logged-in .overlay-menu { top:46px; }	
}
@media (min-width: 1391px) {
    #menu-toggle { display:none; }
}

details { position:relative; overflow:hidden; padding:0 0 24px 56px; border-bottom:1px solid #EFEFEF; background:url(../images/plus.svg) no-repeat left top; }
details summary { font-size:20px; font-weight:500; }
details summary::-webkit-details-marker,details summary::marker { display:none; content:none; }
details[open] { background-image:url(../images/minus.svg); }

.wp-block-media-text { gap:80px; }
.wp-block-media-text .wp-block-media-text__media { overflow:hidden; }
.wp-block-media-text .wp-block-media-text__content { padding:0 !important; }
.wp-block-media-text.alignfull .wp-block-media-text__content { margin-right:21.4%; }
.wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content { margin-right:auto; margin-left:21.4%; }

@media screen and (max-width: 782px) {
	.wp-block-media-text { gap:32px; }
	.wp-block-media-text .wp-block-media-text__content { margin-left:auto !important; margin-right:auto !important; }
}

.wp-block-embed .wp-block-embed__wrapper { position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden; }
.wp-block-embed .wp-block-embed__wrapper iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

.wp-block-query .wp-block-post-title a { display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__excerpt { display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }

.is-style-subtitle { font-weight:500; text-transform:uppercase; color:#008452; }

.wp-element-button { transition:all 0.3s; }
.wp-element-button:hover { background-color:#008452; border-color:#008452; }

.is-style-outline .wp-element-button { padding:14px 20px; background-color:transparent; border-color:#72452C; color:#72452C; }
.is-style-outline .wp-element-button:hover { background-color:#72452C; border-color:#72452C; color:#FDFDFD; }

.is-style-white .wp-element-button { background-color:rgba(253, 253, 253, 0.24); border-color:#FDFDFD; color:#FDFDFD; backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); }
.is-style-white .wp-element-button:hover { background-color:#FDFDFD; border-color:#FDFDFD; color:#72452C; }

.wp-block-query-pagination { margin:48px 0; padding:16px 32px; background-color:rgba(0, 132, 82, 0.04); border:1px solid rgba(0, 132, 82, 0.32); color:#191919; font-size:16px; font-weight:500; border-radius:16px; }
.wp-block-query-pagination .page-numbers { margin:0 1px; display:inline-block; width:42px; height:42px; text-align:center; line-height:42px; color:#191919; border-radius:50%; }
.wp-block-query-pagination .current, .wp-block-query-pagination .page-numbers:hover { background:#008452; color:#FDFDFD; }
.wp-block-query-pagination a { color:#191919; }
.wp-block-query-pagination-previous { font-size:0; width:24px; height:12px; mask:url(../images/arrow.svg); background:#191919; transform:rotate(180deg); }
.wp-block-query-pagination-previous:hover { background:#008452; }
.wp-block-query-pagination-next { font-size:0; width:24px; height:12px; mask:url(../images/arrow.svg); background:#191919; }
.wp-block-query-pagination-next:hover { background:#008452; }