.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!important}.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 rgba(10, 40, 29, 0.16); }
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; text-decoration:none; }

ol, ul { padding-inline-start:20px; }
ul li::marker, ol li::marker { color:#BFAD74; }
blockquote, caption, figcaption, h1, h2, h3, h4, h5, h6, p { text-wrap:pretty; }

.more-link { display:block; }
.conversal, .conversal a { font-size:16px; font-weight:inherit; text-decoration:none !important; color:inherit; }
nav ul { list-style:none; padding-left:0; }
#header a, #footer a { text-decoration:none; }
#header a:hover, #footer a:hover { text-decoration:underline; }

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:8px 0 16px;
	background:#FDFDFD;
	color:rgba(25, 25, 25, 0.88);
	border:none;
	border-bottom:1px solid rgba(10, 40, 29, 0.16);
	border-radius:0px;
	font-size:16px;
	resize:none;
	box-shadow:0px 4px 24px 0px rgba(0, 0, 0, 0.02);
}
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 { color:#191919; font-family:"Cormorant", sans-serif; font-size:24px; font-weight:400; }
.wpforms-submit { padding:16px 20px; background:#0A281D; border:1px solid #0A281D; color:#FDFDFD; transition:all 0.3s; font-family:inherit; font-size:16px; line-height:1; font-weight:500; border-radius:0px; cursor:pointer; }
.wpforms-submit:hover { background-color:#BFAD74; border-color:#BFAD74; color:#0A281D; }

form { accent-color:#BFAD74; }
form input:focus-visible, form textarea:focus-visible { outline-color:#BFAD74; }

.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:#BFAD74; }

.notification-banner { margin:0; padding:20px 32px; position:relative; background:#BFAD74; }
.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; padding:0 0 24px; border-bottom:1px solid rgba(10, 40, 29, 0.16); }
details summary { padding-right:30px; font-family:"Cormorant", sans-serif; font-size:28px; line-height:1.2; font-weight:400; background:url(../images/down.svg) no-repeat right center; }
details summary::-webkit-details-marker,details summary::marker { display:none; content:none; }
details[open] summary { background-image:url(../images/up.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-group.is-layout-grid { grid-template-columns:repeat(1, minmax(0, 1fr)); }
	.wp-block-group.is-layout-grid > :is(*, div) { grid-column:auto; grid-row:auto; }
}

.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; }

.wp-element-button { transition:all 0.3s; }
.wp-element-button:hover { background-color:#BFAD74; border-color:#BFAD74; color:#0A281D; }

.is-style-outline .wp-element-button { padding:16px 20px; background-color:transparent; border-color:#0A281D; color:#0A281D; }
.is-style-outline .wp-element-button:hover { background-color:#0A281D; border-color:#0A281D; color:#FDFDFD; }

.is-style-gold .wp-element-button { background-color:#BFAD74; border-color:#BFAD74; color:#0A281D; }
.is-style-gold .wp-element-button:hover { background-color:#0A281D; border-color:#0A281D; color:#FDFDFD; }
.has-white-color .is-style-gold .wp-element-button:hover { background-color:#FDFDFD; border-color:#FDFDFD; color:#0A281D; }

.is-style-white .wp-element-button { background-color:transparent; border-color:#FDFDFD; color:#FDFDFD; }
.is-style-white .wp-element-button:hover { background-color:#FDFDFD; border-color:#FDFDFD; color:#0A281D; }

ul.wp-block-list { list-style:none; padding-left:0; }
ul.wp-block-list li { background:url(../images/list.svg) no-repeat left top 9px; padding-left:28px; }

.cta_shape { position:relative; overflow:visible; }
.cta_shape:before { content:''; position:absolute; top:-30px; left:0; z-index:1; width:100%; height:44px; background:url(../images/cta_shape.svg); }

.wp-block-heading.is-style-left_96 { position:relative; left:-96px; }
.wp-block-heading.is-style-left_64 { position:relative; left:-64px; white-space:nowrap; }
@media (max-width: 1370px) {
	.wp-block-heading.is-style-left_96, .wp-block-heading.is-style-left_64 { left:0; white-space:normal; }
}

#header, #footer { display:none; }

.image_right_bottom { position:absolute; right:0; bottom:0; }
@media (max-width: 1024px) {
	.image_right_bottom { position:static; float:right; }
}

.web_icon { position:relative; overflow:visible; }
.web_icon:before { content:''; position:absolute; bottom:-70px; left:-240px; z-index:1; width:360px; height:316px; background:url(../images/web_icon.svg); background-size:100% auto; }
@media screen and (max-width: 782px) {
	.web_icon:before { bottom:auto; left:auto; top:-120px; right:-4px; width:200px; height:175px; }	
}

.web_icon_2 { position:relative; overflow:visible; }
.web_icon_2:before { content:''; position:absolute; top:-130px; left:-100px; z-index:1; width:200px; height:175px; background:url(../images/web_icon_white.svg); background-size:100% auto; }
@media screen and (max-width: 782px) {
	.web_icon_2:before { top:-84px; left:10px; width:120px; height:105px; }	
}

.title_arrow a { padding-right:50px; background:url(../images/arrow.svg) no-repeat right center; }
.title_arrow a:hover { opacity:0.8; }
.has-white-color .title_arrow a { background:url(../images/arrow_white.svg) no-repeat right center; }