/* /assets/css/reset.css */
/* Reset base */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Reset display HTML5 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-site-logo img,
.custom-logo {
  width: 170px;
  height: auto;
  display: block;
}


/* /assets/css/general.css */
*{
    font-family: var(--wp--preset--font-family--avenir);
}
*, ::after, ::before {
    box-sizing: border-box;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    height:1px;
}
html,body{
    overflow-x:hidden;
    font-family: var(--wp--preset--font-family--avenir);
}
.site-container{
    max-width: 1640px;
    margin: 0 auto;
    padding:150px 40px;
}
.home .site-container{
    padding:0 40px 100px 40px;
}
h3, p{
    margin-block-start:0 !important
}
p b{
    color:var(--wp--preset--color--text) !important;
}
/* =========================
   BUTTONS
========================= */
.wp-block-buttons>.wp-block-button a {
    width: 100%;
    padding: 10px;
    background-color: var(--wp--preset--color--accent);
    opacity: 0.8;
    border: none;
    text-transform: uppercase;
    color: var(--wp--preset--color--text);
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    line-height:1.5;
}
.wp-block-buttons>.wp-block-button a{
    width:auto;
}
.wp-block-buttons>.wp-block-button a:hover {
    opacity: 1;
}
.wp-block-buttons>.wp-block-button a::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url('/wp-content/themes/vkdynamic/assets/img/arrow-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left:10px;
  top:1px;
  position:relative;
}
/* =========================
   WPCF7
========================= */
.wpcf7 label {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 4px;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 8px;
    margin: 0 0 10px 0;
    font-size: 15px;
    background-color: var(--wp--preset--color--background-secondary);
    border: 1px solid rgba(206,176,78,0.3); /* accent opaco 0.3 */
    outline: none;
    box-sizing:border-box;
}
.wpcf7 select {
    background-color: var(--wp--preset--color--background-secondary);
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: var(--wp--preset--color--accent);
}
.wpcf7 input:not(:placeholder-shown),
.wpcf7 textarea:not(:placeholder-shown) {
    border-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--text);    
    font-weight:700;
    letter-spacing:0.65px;
}
.wpcf7 button,
.wpcf7 button[type="submit"],
.wpcf7 input[type="submit"]{
    width: 100%;
    padding: 10px;
    background-color: var(--wp--preset--color--accent);
    opacity: 0.8;
    border: none;
    text-transform: uppercase;
    color: var(--wp--preset--color--text);
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    line-height:1.5;
}
.wpcf7 button:not(:disabled):hover,
.wpcf7 button[type="submit"]:not(:disabled):hover,
.wpcf7 input[type="submit"]:not(:disabled):hover {
    opacity: 1;
}
.wpcf7 button img{
    position:relative;
    margin-left:10px;
}
/* =========================
   ERRORI / FEEDBACK
========================= */
.wpcf7 .has-error{
    border-color: #c00 !important;
}
.wpcf7 .has-error:focus {
  outline: none;
  box-shadow: 0 0 0 1px #c00 !important;
}
/* =========================
   CHECKBOX CUSTOM
========================= */
.wpcf7 .form-checkbox,
.wpcf7 .auth-checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.wpcf7 input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #000;
    border: 1px solid rgba(206,176,78,0.3); /* accent opaco 0.3 */
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    margin-bottom:0;
}
.wpcf7 input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 7px;
    height: 12px;
    border: solid rgba(206,176,78,0.3); /* accent opaco 0.3 */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7 .form-checkbox label,
.wpcf7 .auth-checkbox label {
    cursor: pointer;
    font-size: 12px;
    color: var(--wp--preset--color--foreground, #fff);
    margin-bottom:0;
}
.wpcf7 .popup-field[data-field=terms] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    position: relative;
    margin-top: 10px;
}
.wpcf7 .wp-block-columns .wp-block-column:first-child {
    margin-right: 5px;
}
.wpcf7 .wp-block-columns .wp-block-column:last-child {
    margin-left: 5px;
}
.wpcf7 .screen-reader-response{
    display:none;
}
/* =========================
   ERRORI / FEEDBACK
========================= */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    font-size: 12px;
    color: #c00;
    margin:0 0 12px 0;
}
.wpcf7-response-output {
    display:none;
}
input.wpcf7-not-valid{
    margin-bottom:0;
}
@media all and (max-width: 1199.98px){
}
@media all and (max-width: 767.98px){
    .home .site-container{
        padding:0 30px 50px 30px;
    }
    .site-container{
        padding:200px 30px;
    }
    .wpcf7 .wp-block-columns .wp-block-column:first-child {
        margin-right: 0px;
    }
    .wpcf7 .wp-block-columns .wp-block-column:last-child {
        margin-left: 0px;
    }
}


/* /header/assets/css/header.css */
:root{
  /* ensure CSS custom props are available when theme.json defines them */
}

.site-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background:transparent;
  
}
.header-container{
  position:relative;
  transition: background 0.3s ease;
}
.header-desktop-container{
  padding:23px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1640px;
  position:relative;
  margin-left: auto;
  margin-right: auto;
  
}
.site-header.scrolled .header-container{
  background: var(--wp--preset--color--background);
}
.header-logo{
  flex: 0 0 auto;
}

/* Logo sizing */
.header-logo img,
.custom-logo-link img,
.header-logo .site-title img {
  max-width: 144px;
  width: auto;
  height: auto;
  display: block;
}

.header-logo .site-title{
  display: inline-block;
  max-width: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-menu-container{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.header-menu-container.mobile{
  display: none;
}
/* Menu: horizontal */
.header-menu-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px; /* increased spacing between items */
  align-items: center;
}

 .header-menu-item{
  position: relative;
  border-bottom: 2px solid transparent;
  transition: border-color 180ms ease;
}

 .header-menu-link{
  color: var(--wp--preset--color--text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

/* Hide the textual label by default; only show for active item */
 .header-menu-label{
  display: block;
  opacity: 0;
  transition: none;
  letter-spacing:0.65px;
  max-width:0;
  white-space: nowrap;

}

 .header-menu-item.active .header-menu-label,
 .header-menu-item:hover .header-menu-label{
  max-width:100px;
  color: var(--wp--preset--color--accent);
  opacity: 1;
  transition:
    max-width 300ms cubic-bezier(0.4,0,0.2,1) 0ms,
    opacity 100ms cubic-bezier(0.4,0,0.2,1) 300ms;
  transition-delay: 0ms, 120ms;
}

/* Active link accent color */
 .header-menu-item.active .header-menu-link,
 .header-menu-item:hover .header-menu-link{
  color: var(--wp--preset--color--accent);
}

 .header-menu-item.active,
 .header-menu-item:hover {
  border-bottom: 2px solid var(--wp--preset--color--accent);
}

/* Image styling */
 .header-menu-image{
  display: inline-block;
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
  object-fit: contain;
}

.header-actions{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-lang-switcher{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size:14px;
}
.header-lang-switcher .lang-arrow{
  width: 12px;
  height: auto;
}
.header-lang-switcher .lang-flag{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.header-whatsapp .header-whatsapp-link{
  display: inline-flex;
  align-items: center;
  gap: 0; /* we'll use left margin on icon to separate from label */
}

.header-whatsapp .whatsapp-label{
  color: #25D366;
  font-size: 12px;
  line-height:1.2;
}

.header-whatsapp .whatsapp-icon{
  margin-left: 15px; /* space between label and icon */
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  display: inline-block;
  object-fit: contain;
  color: #25D366 !important;
  transition: color 180ms ease, fill 180ms ease, stroke 180ms ease, filter 180ms ease;
  fill: currentColor;
  stroke: currentColor;
}

.header-user .user-icon{
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  display: inline-block;
  object-fit: contain;
  fill: #fff;
  stroke: #fff;
  transition: fill 180ms ease, stroke 180ms ease, filter 180ms ease;
}
.header-user .header-user-link:hover .user-icon{
  fill: var(--wp--preset--color--accent);
  stroke: var(--wp--preset--color--accent);
  filter: none;
}
.header-user img.user-icon{
  filter: invert(1) brightness(1) saturate(0) contrast(1);
  max-width: 25px;
  max-height: 25px;
  width: auto;
  height: auto;
}
.header-user .header-user-link:hover img.user-icon{
  filter: none;
}

/* Show menu label on hover */
 .header-menu-item:hover .header-menu-label,
 .header-menu-link:hover .header-menu-label{
  display: inline-block;
  color: var(--wp--preset--color--accent);
  opacity: 1;
}

/* Inline SVG menu icons: allow color change via currentColor */
 .header-menu-image-svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  color: var(--wp--preset--color--text);
  transition: color 180ms ease, fill 180ms ease, stroke 180ms ease;
}

 .header-menu-item:hover .header-menu-image-svg,
 .header-menu-item.active .header-menu-image-svg,
 .header-menu-link:hover .header-menu-image-svg {
  color: var(--wp--preset--color--accent) !important;
  color: var(--wp--preset--color--accent);
}

/* Fallback for img SVGs: try to slightly tint using filter on hover */
 .header-menu-item:hover img.header-menu-image {
  filter: brightness(0) saturate(100%) invert(75%) sepia(25%) saturate(600%) hue-rotate(20deg);
}

.header-user, .header-whatsapp{
  display: flex;
}
.header-user .header-user-link{
  color: var(--wp--preset--color--text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.header-user .header-user-link .fa-regular{
  font-size: 18px;
}
/* Dropdown lingue */
.header-lang-switcher {
  position: relative;
}
.header-lang-switcher .lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 120px;
  background: var(--wp--preset--color--background, #000);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  margin-top: 8px;
  padding: 6px 0;
  z-index: 1000;
  list-style: none;
  border: 1px solid #eee;
}
.header-lang-switcher .lang-dropdown.open {
  display: block;
  animation: fadeInLang 0.18s;
}
@keyframes fadeInLang {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
.header-lang-switcher .lang-dropdown li {
  width: 100%;
}
.header-lang-switcher .lang-dropdown .lang-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.header-lang-switcher .lang-dropdown .lang-item:hover {
  background: var(--wp--preset--color--accent);
  color: #000;
}
/* User icon: puntino verde e dropdown */
.header-user {
  position: relative;
}
.header-user .user-dot {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 10px;
  height: 10px;
  background: #25D366;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.13);
}
.header-user .user-dropdown {
  display: none;
  position: absolute;
  top: 120%;
  right: 0;
  min-width: 120px;
  background: var(--wp--preset--color--background, #000);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  margin-top: 8px;
  padding: 6px 0;
  z-index: 1000;
  list-style: none;
  border: 1px solid #eee;
}
.header-user .user-dropdown.open {
  display: block;
  animation: fadeInLang 0.18s;
}
.header-user .user-dropdown li {
  width: 100%;
}
.header-user .user-dropdown a {
  display: block;
  padding: 7px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.header-user .user-dropdown a:hover {
  background: var(--wp--preset--color--accent);
  color: #000;
}
/* Responsive: header-menu su seconda riga sotto 992px, label nascoste sotto 768px, gap menu-list 15px sotto 992px */
@media (max-width: 1200px) {
  .header-container {
    background: transparent !important;
  }
  .header-desktop-container {
    flex-wrap: wrap;
    align-items: center;
    gap:0;
    background: var(--wp--preset--color--background) !important;
    padding: 20px 40px;
    transition:.3s background ease;
  }
  .header-logo, .header-actions {
    width: auto;
    justify-content: flex-start;
  }
  .header-menu-container {
    width: 100%;
    order: 2;
    justify-content: center;
    display:none;
  }
  .header-menu-container.mobile {
    display:flex;
    background-color:rgba(0,0,0,0.5);
    padding: 10px 40px;
  }
}
@media (max-width: 992px) {
  .header-logo img, .custom-logo-link img, .header-logo .site-title img {
    max-width: 110px;
  }
}
@media (max-width: 768px) {
  .header-menu-label {
    display:none !important;
    margin:0;
  }
  .header-whatsapp .whatsapp-label {
    font-size:10px;
    margin-right:15px;
  }
  .header-logo, .header-actions {
    gap: 30px;
  }
  .header-whatsapp .whatsapp-icon{
    margin-left: 0;
  }
  .header-logo {
    gap: 0px;
  }
  .header-lang-switcher .lang-arrow{
    display: none;
  }
}
@media (max-width: 578px) {
  .header-logo, .header-actions {
     gap: 20px;
  }
  .header-desktop-container {
    padding: 20px;
  }
}
@media (max-width: 450px) {
  .header-whatsapp .whatsapp-label{
    display:none;
  }
  .header-menu-list {
     gap: 20px;
  }
}

/* /footer/assets/css/footer.css */
/* ==========================================================================
   FOOTER – BASE STRUCTURE
   ========================================================================== */

/* Wrapper contenuto colonna */
.footer-main-content-wrapper {
	display: inline-block;
	text-align: left;
}

/* Colonne */
.footer-main-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-width: 0;
	text-align: left;
}

.footer-main-col.align-right {
	text-align: right;
}

/* ==========================================================================
   FOOTER – GROUPS
   ========================================================================== */

.footer-main-group {
	display: flex;
}

.footer-main-group-left,
.footer-main-group-right {
	display: flex;
}

.footer-main-group-left {
	flex: 0 0 40%;
	max-width: 40%;
}

.footer-main-group-right {
	flex: 0 0 60%;
	max-width: 60%;
}

.footer-main-group-left .footer-main-col,
.footer-main-group-right .footer-main-col {
	flex: 1 1 0;
}

/* Allineamenti specifici */
.footer-main-group-right .footer-main-col:nth-child(2) {
	align-items: center;
}

.footer-main-group-right .footer-main-col:last-child {
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

/* ==========================================================================
   FOOTER – SOCIALS
   ========================================================================== */

.footer-main-socials .footer-main-content-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.footer-main-socials-label,
.footer-main-title {
	font-size: 15px;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent, #bfa46d);
	margin-bottom: 0px;
}

.footer-main-socials-list {
	display: flex;
	gap: 12px;
}

.footer-main-social-link {
	display: inline-flex;
	align-items: center;
	color: var(--wp--preset--color--base, #181818);
	transition: opacity 0.2s;
}

.footer-main-social-link:hover {
	opacity: 0.7;
}

.footer-main-social-icon {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

/* ==========================================================================
   FOOTER – POLICIES / TEXT
   ========================================================================== */

.footer-policies-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.footer-policies-menu a {
	color: var(--wp--preset--color--base, #fff);
	text-decoration: none;
	transition: color 0.2s;
}

.footer-policies-menu a:hover {
	color: var(--wp--preset--color--accent, #bfa46d);
}

.footer-main-policies,
.footer-main-address {
	font-size: 15px;
}

/* ==========================================================================
   FOOTER – MAIN BAR
   ========================================================================== */

.footer-main-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px 0;
	max-width: 1640px;
	margin: 0 auto;
}

.footer-main-bar > .footer-main-col {
	width: 20%;
}

/* Line-height contenuti */
.footer-main-bar > .footer-main-col li,
.footer-main-bar > .footer-main-col p {
	line-height: 1.2;
}

.footer-main-logo {
	flex: 0 0 160px;
	min-width: 120px;
	align-items: flex-start;
}

/* ==========================================================================
   FOOTER – WRAPPER & COPYRIGHT
   ========================================================================== */

.site-footer {
	position: relative;
	padding: 30px;
	background-color: var(--wp--preset--color--background);
}

.footer-copyrights-bar {
	max-width: 1640px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	font-size: 15px;
	letter-spacing: 0.65px;
	color: var(--wp--preset--color--accent, #bfa46d);
}

.footer-copyrights-piva {
	font-weight: 500;
}

/* ==========================================================================
   RESPONSIVE ≤ 1200px
   ========================================================================== */

@media (max-width: 1200px) {

	.footer-main-group-left,
	.footer-main-group-right {
		flex: 1 1 auto;
		max-width: 100%;
	}

	.footer-main-bar {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		padding: 24px 0 10px;
	}

	.footer-main-bar > .footer-main-col {
		width: auto;
	}

	.footer-main-bar > .footer-main-col:nth-child(3) {
		align-items: center;
		text-align: center;
	}

	.footer-main-bar > .footer-main-col:last-child {
		align-items: flex-end;
		text-align: right;
	}

	.footer-main-socials {
		gap: 24px;
		align-items: flex-end;
	}
	.footer-main-socials .footer-main-title{
		margin-bottom:0;
	}
}

/* ==========================================================================
   RESPONSIVE ≤ 578px
   ========================================================================== */

@media (max-width: 578px) {

	.footer-main-group {
		flex-direction: column;
		gap: 24px;
	}

	.footer-main-group-left .footer-main-col,
	.footer-main-group-right .footer-main-col,
	.footer-main-group-right .footer-main-col:last-child {
		align-items: center;
		text-align: center;
		justify-content: center;
	}

	.footer-main-content-wrapper {
		text-align: center;
	}

	.footer-main-title,
	.footer-main-policies,
	.footer-main-address,
	.footer-main-socials-label {
		font-size: 12px;
	}
	.footer-main-social-icon {
		width: 22px;
		height: 22px;
	}

	.footer-copyrights-bar {
		flex-direction: column;
		gap: 8px;
		font-size: 12px;
	}
}


/* theme.json */
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--background: #000000;--wp--preset--color--background-secondary: #191919;--wp--preset--color--text: #ffffff;--wp--preset--color--accent: #CEB04E;--wp--preset--color--grey: #bebebe;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--body: clamp(0.5rem, 0.8rem + 0.5vw, 1.25rem);--wp--preset--font-size--body-2: clamp(0.7rem, 0.8rem + 0.6vw, 1.38rem);--wp--preset--font-size--size-h-3: clamp(2.2rem, 1.5rem + 2vw, 3.4375rem);--wp--preset--font-size--size-h-2: clamp(1.2rem, 1.1rem + 1vw, 1.5625rem);--wp--preset--font-size--size-h-1: clamp(2.2rem, 2.1rem + 2vw, 3.4375rem);--wp--preset--font-size--size-h-4: clamp(1.5rem, 1.2rem + 1vw, 1.875rem);--wp--preset--font-family--avenir: "avenir-lt-pro", sans-serif;--wp--preset--font-family--didot: "linotype-didot", serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);--wp--custom--show-site-editor-tools: ;--wp--custom--avenir-roman-class: .avenir-roman { font-family: 'avenir-lt-pro', sans-serif; font-weight: 400; font-style: normal; };}:root { --wp--style--global--content-size: 1640px;--wp--style--global--wide-size: 1640px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 0px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 0px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 0px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 0px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 0px;}:root :where(.is-layout-grid){gap: 0px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{background-color: var(--wp--preset--color--background-secondary);color: var(--wp--preset--color--text);font-family: var(--wp--preset--font-family--avenir);font-size: var(--wp--preset--font-size--body);font-weight: 400;line-height: 1.7;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){color: var(--wp--preset--color--accent);text-decoration: none;}h1{color: var(--wp--preset--color--text);font-family: var(--wp--preset--font-family--didot);font-size: var(--wp--preset--font-size--size-h-1);font-style: normal;font-weight: 700;line-height: 1.05;}h2{color: var(--wp--preset--color--text);font-family: var(--wp--preset--font-family--avenir);font-size: var(--wp--preset--font-size--size-h-2);font-style: normal;font-weight: 400;line-height: 1.3;}h3{color: var(--wp--preset--color--accent);font-family: var(--wp--preset--font-family--didot);font-size: var(--wp--preset--font-size--size-h-3);font-style: normal;font-weight: bold;line-height: 1.4;}h4{color: var(--wp--preset--color--accent);font-family: var(--wp--preset--font-family--avenir);font-size: var(--wp--preset--font-size--size-h-4);font-style: normal;font-weight: 700;line-height: 1.2;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-background-color{color: var(--wp--preset--color--background) !important;}.has-background-secondary-color{color: var(--wp--preset--color--background-secondary) !important;}.has-text-color{color: var(--wp--preset--color--text) !important;}.has-accent-color{color: var(--wp--preset--color--accent) !important;}.has-grey-color{color: var(--wp--preset--color--grey) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !important;}.has-background-secondary-background-color{background-color: var(--wp--preset--color--background-secondary) !important;}.has-text-background-color{background-color: var(--wp--preset--color--text) !important;}.has-accent-background-color{background-color: var(--wp--preset--color--accent) !important;}.has-grey-background-color{background-color: var(--wp--preset--color--grey) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !important;}.has-background-secondary-border-color{border-color: var(--wp--preset--color--background-secondary) !important;}.has-text-border-color{border-color: var(--wp--preset--color--text) !important;}.has-accent-border-color{border-color: var(--wp--preset--color--accent) !important;}.has-grey-border-color{border-color: var(--wp--preset--color--grey) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-body-font-size{font-size: var(--wp--preset--font-size--body) !important;}.has-body-2-font-size{font-size: var(--wp--preset--font-size--body-2) !important;}.has-size-h-3-font-size{font-size: var(--wp--preset--font-size--size-h-3) !important;}.has-size-h-2-font-size{font-size: var(--wp--preset--font-size--size-h-2) !important;}.has-size-h-1-font-size{font-size: var(--wp--preset--font-size--size-h-1) !important;}.has-size-h-4-font-size{font-size: var(--wp--preset--font-size--size-h-4) !important;}.has-avenir-font-family{font-family: var(--wp--preset--font-family--avenir) !important;}.has-didot-font-family{font-family: var(--wp--preset--font-family--didot) !important;}

