:root {
	--swiper-theme-color: #000000;
	--swiper-navigation-sides-offset: 50px;
	--swiper-navigation-top-offset: 13%
}
.tcm {
	text-align: center
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	right: 100px;
	left: auto
}
.swiper-button-next, .swiper-button-prev {
	top: auto;
	bottom: 90%;
}
/* Replace default arrows with custom SVGs */
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Left arrow */
.swiper-button-prev {
  background-image: url('/assets/a_left.svg');
}

/* Right arrow */
.swiper-button-next {
  background-image: url('/assets/a_right.svg');
}

/* Remove Swiper’s built-in arrow icon */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.hero-nextup {
	background: var(--yellow);
	border: none;
	color: var(--black);
	margin-left: auto;
	padding: 4rem;
	-webkit-mask-image: url(/assets/modal_mask2.svg);
	mask-image: url(/assets/modal_mask2.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center;
	mask-position: center;
	position: relative;
	top: -10px;
	width: 100%;
}
	.hero-nextup h2 {
		color: var(--purple);
		margin-bottom: 0
	}
	.hero-nextup__name {
		font-family: veneer, sans-serif;
		font-size: 2rem;
		margin-top: 0
	}
	.hero-nextup__date {
		font-size: 13px;
		margin-top: .5rem;
		margin-bottom: 1rem
	}
	.bth-gallery__title {
		text-align: center;
		margin: 1rem
	}

@media(min-width: 1100px)
{
	.hero-nextup {
		
		top: 140px;
		width: 700px;
	}
}








.bth-gallery-page {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 1rem
}

/* Screen-reader only utility */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

body {
	overflow-x: hidden
}
#lc_chat_layout, #livechat-compact-container, #livechat-full {
  display: none !important;
}
.site-header {
	position: fixed
}


/* google translate */
.translated-ltr body,
.translated-rtl body {
	margin-top: 30px;
}
.translated-ltr .site-header,
.translated-rtl .site-header {
	top: 30px;
}
/* dropdown container we’ll create for the select */
.translate-dropdown {
	position: absolute;
	display: none;
	z-index: 2147483647;
	padding: 6px;
	background: #fff;
	border-radius: 0px;
	border: 2px solid var(--purple);
	box-shadow: 5px 5px 0 var(--pink);
	transform: translateX(-70px);
}
.translate-dropdown select.goog-te-combo {
  min-width: 260px;
  font: inherit;
  padding: 8px 40px 8px 10px; /* space for arrow */
  border-radius: 8px;
  border: 1px solid #ddd;
  outline: none;
  background-color: #fff;

  /* ▼ custom arrow */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='19' viewBox='0 0 28 19'><path d='M28.002 4.06445L23.9375 0L14.0007 9.93555L4.06445 0L0 4.06445L14.0007 18.0645L28.002 4.06445Z' fill='currentColor'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 9px;

  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: var(--purple, #412d7d); /* inherits or defaults */
}

.translate-dropdown select.goog-te-combo {
	min-width: 260px;
	font: inherit;
	padding: 8px 10px;
	border-radius: 0px;
	border: 0px solid #fff;
	outline: none;
}

/* Hide Google’s top banner if it appears */
.goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0 !important; }

@media (max-width: 900px) {
	.translate-dropdown {
		transform: translateX(0px) translateY(-110px)
	}


}
.hero-start {
	font-size: 1.2rem;
	margin-bottom: 0 !important
}
@media (max-width: 1124px) {
	.main-nav {
		display: none;
	}
}
@media (min-width: 650px) {
	.logo {
		width: 250px;
	}
}
@media (min-width: 800px) {
	.hero {
		align-items: center;
	}
}
.site-header::after {
	bottom: -19px;
}
.hero {
	background-image: none;
	width: 100%;
	overflow-x: clip;
}
h2 {
	font-size: 3.5rem;
	margin-bottom: 1rem;
	line-height: 1
}
h2 strong,
h3 strong {
	font-weight: 100
}
.icon-btn.header__translate,
.icon-btn.header__search,
.icon-btn.header__chat{
	display: none
}

@media (min-width: 900px)
{
	.icon-btn.header__translate,
	.icon-btn.header__search,
	.icon-btn.header__chat{
		width: 28px;
		height: 28px;
		background-repeat: no-repeat;
		background-size: 28px;
		display: block
	}
	.icon-btn.header__translate {
		background-image: url(/assets/i_translate.svg);
	}
	.icon-btn.header__search {
		background-image: url(/assets/i_search.svg);
	}
	.icon-btn.header__chat{
		background-image: url(/assets/i_chat.svg);
	}
}
@media (min-width: 1000px)
{
	.col_2 {
		display: grid;
		max-width: 1000px;
		margin: 0 auto;
		grid-template-columns: 1fr 1fr;
		gap: 0rem;
	}
}
@media (min-width: 1300px)
{
	.col_2 {
		display: grid;
		max-width: 1300px;
		margin: 0 auto;
		grid-template-columns: 1fr 1fr;
		gap: 0rem;
	}
}
.mt_n3 {
	margin-top: -3rem
}
.mt_1 {
	margin-top: 1rem
}
.mt_2 {
	margin-top: 2rem
}
.mt_3 {
	margin-top: 3rem
}
.mt_4 {
	margin-top: 4rem
}
.mt_5 {
	margin-top: 5rem
}
.mt_6 {
	margin-top: 6rem
}
.c3::before {
	content: " ";
	position: absolute;
	bottom: -15px;
	width: 100%;
	background: url(/assets/b3.svg);
	z-index: -1;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	left: -15px;
}



.block_button {
	margin: 1rem 0 2rem 0;
	text-align: center;
}
@media (min-width: 900px)
{
	.block_button {
		text-align: left
	}
	.right-col 	.block_button {
		text-align: left
	}
}
.news-grid-3,
.news-grid-12 {
	padding: 1rem;
}
.umb-block-grid {
	margin-bottom: 6rem;
	padding-top: 4rem;
}
.news-grid-3 .card-intro,
.news-grid-12 .card-intro {
	display: none;
}
.news-grid-3 .card,
.news-grid-12 .card {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
@media (max-width: 699px)
{
	.news-grid-3 .card .card-image,
	.news-grid-12 .card .card-image {
		height: 100%
	}
}


@media (min-width: 700px)
{
	.umb-block-grid {
		padding-top: 0
	}
	.news-grid-3 .card-intro,
	.news-grid-12 .card-intro {
		display:block
	}
	.news-grid-3 .card,
	.news-grid-12 .card {
		display: block
	}

}


.umb-block-grid__layout-item p {
	margin-bottom: 1rem
}
.umb-block-grid__layout-item h2 {
	line-height: 1;
	margin-bottom: 1rem
}

.umb-block-grid__area-container {
	padding: 1rem 0rem;
}

@media (min-width: 900px)
{
	.umb-block-grid__area-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		max-width: none;
		margin: 0 auto;
		padding: 2rem 0rem;
		align-items: start;
		width: 100%
	}	
	
	.umb-block-grid__area-container.small {
		max-width: 1100px;
		max-width: 1490px;
		
	}	
}

.umb-block-grid__area-container  .umb-block-grid__area {
	
}

.gallery-block__grid img + img {
	display: none
}
.hero-start {
	text-transform: uppercase;
	font-family: "veneer", sans-serif;
}

.umb-block-grid__layout-container {
	height: 100%;
}



.c_inn {
	padding-left: 1rem;
	padding-right: 1rem;
}
.text-center {
	text-align: center
}


/* Make the slider fill the viewport */
.gallery-block,
.gallery-block .swiper,
.gallery-block .swiper .swiper-wrapper,
.gallery-block .swiper .swiper-slide {
	width: 100%;
	height: 40vh; 
	margin: 0;
}
@media (min-width: 900px)
{
	.gallery-block,
	.gallery-block .swiper,
	.gallery-block .swiper .swiper-wrapper,
	.gallery-block .swiper .swiper-slide {
		height: 100vh; /* full screen height; change to 100% to fill parent instead */
	}
	
	.news-grid .gallery-block,
	.news-grid .gallery-block .swiper,
	.news-grid .gallery-block .swiper .swiper-wrapper,
	.news-grid .gallery-block .swiper .swiper-slide {
		height: auto
	}
	.news-grid .swiper-sticky {
		position: relative
	}
	.news-grid .swiper-wrap {
		min-width: 0
	}
	/* Make the track sane even if Swiper's JS calc is off */
	.news-grid .swiper-wrapper { 
		display:flex; 
	}
	
	/* Force each slide to a fixed basis (overrides bad inline widths) */
	.news-grid .swiper-slide {
	  flex: 0 0 100% !important;   /* 1 per view by default */
	  width: 100% !important;
	  max-width: 100%;
	  min-width: 0;
	  box-sizing: border-box;
	}
	
}






/* Ensure images cover the slide without distortion */
.gallery-block .swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;     /* fills the slide, cropping if needed */
	display: block;
}

  /* Optional: hide focus outlines only when using mouse */
  .swiper-button-prev:focus-visible,
  .swiper-button-next:focus-visible,
  .swiper-pagination-bullet:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
  }

  /* Optional: place pagination over image */
  .swiper-pagination {
	bottom: 16px;
  }


@media (min-width: 1100px)
{
	.swiper-sticky {
		position: sticky;
		top: 0;
		min-width: 0
	}
}





.faq-item {
	border-bottom: 1px solid var(--pink);
	padding: 1rem;	
}
.faq-item summary {
	font-family: "Veneer";
	font-size: 2rem;
	color: #000;

}
/* Remove default arrow/marker */
.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 2rem; /* space for custom arrow */
}

.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::marker {
  content: "";
}

/* Custom arrow graphic (replace with your image path) */
.faq-item summary::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 1.5rem;
  transform: translateY(-50%) rotate(0deg);
  width: 16px;
  height: 16px;
  background-image: url("/assets/arrow-down.svg"); /* down arrow */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}

/* Rotate arrow when open */
.faq-item[open] summary::before {
  transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
	padding-left: 2rem
}


.block_toggle {
	max-width: 1000px;
	margin: 0 auto
}
.toggle-item {
	border-bottom: 1px solid var(--pink);
	padding: 1rem;	
}
.toggle-item summary {
	font-family: "Veneer";
	font-size: 2rem;
	color: #000;

}
/* Remove default arrow/marker */
.toggle-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 4.5rem; /* space for custom arrow */
}

.toggle-item summary::-webkit-details-marker {
  display: none;
}
.toggle-item summary::marker {
  content: "";
}

/* Custom arrow graphic (replace with your image path) */
.toggle-item summary::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  transform: translateY(-50%) rotate(0deg);
  width: 16px;
  height: 16px;
  background-image: url("/assets/arrow-down.svg"); /* down arrow */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}

/* Rotate arrow when open */
.toggle-item[open] summary::before {
  transform: translateY(-50%) rotate(180deg);
}
.toggle-answer {
	padding-left: 4.5rem
}
.toggle-item .splat {
	color: #fff;
	font-size: 1rem;
	background: url(/assets/splat.svg) no-repeat;
	background-size: contain;
	width: 70px;
	display: inline-block;
	height: 40px;
	position: absolute;
	left: 0;
	top: 5px;
	text-align: center;
	line-height: 35px;
}

.flip-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: .5rem;
}	

	@media ()
	{
		.flip-block {
		  grid-template-columns: repeat(2, 1fr);
		}
	}

	/* Card container */
	.flip-block .toggle-box {
  	color: #fff;
  	background: var(--purple);
  	padding: 2.5rem;               /* keeps your mask spacing */
  	-webkit-mask-image: url(/assets/modal_mask2.svg);
  	mask-image: url(/assets/modal_mask2.svg);
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: cover;
  	mask-size: cover;
  	-webkit-mask-position: center;
  	mask-position: center;
	
  	/* flip essentials */
  	position: relative;            /* anchor absolutely positioned faces */
  	perspective: 1000px;           /* 3D depth */
  	min-height: 240px;             /* ensure a decent card height */
  	border-radius: 0;              /* keep mask edges crisp */
  	overflow: hidden;              /* hide face edges while rotating */
	}
	
	/* Both faces occupy the same space inside the padded box */
	.flip-block .toggle-box h2,
	.flip-block .toggle-box .toggle-answer {
  	position: absolute;
  	inset: 0;                      /* sits inside the padding edge */
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	text-align: center;
    color: #fff;
	
  	backface-visibility: hidden;
  	-webkit-backface-visibility: hidden;
  	transform-style: preserve-3d;
  	transition: transform .6s ease, opacity .6s ease;
	padding: 40px
	}
	
	/* Front face (the number + title) */
	.flip-block .toggle-box h2 {
  	font-size: 1.5rem;
  	margin: 0;
  	transform: rotateY(0deg);
	text-transform: uppercase;
	}
	
	/* Back face (the answer) starts rotated */
	.flip-block .toggle-box .toggle-answer {
  	transform: rotateY(180deg);
	}
	
	/* Flip on hover or keyboard focus */
	.flip-block .toggle-box:hover h2,
	.flip-block .toggle-box:focus-within h2 {
  	transform: rotateY(-180deg);
	}
	.flip-block .toggle-box:hover .toggle-answer,
	.flip-block .toggle-box:focus-within .toggle-answer {
  	transform: rotateY(0deg);
	}
	
	/* Optional: reduce-motion users get a simple fade instead of a spin */
	@media (prefers-reduced-motion: reduce) {
  	.flip-block .toggle-box h2,
  	.flip-block .toggle-box .toggle-answer {
		transition: opacity .2s ease;
		transform: none !important;
  	}
  	.flip-block .toggle-box .toggle-answer { opacity: 0; }
  	.flip-block .toggle-box:hover .toggle-answer,
  	.flip-block .toggle-box:focus-within .toggle-answer {
		opacity: 1;
  	}
  	.flip-block .toggle-box:hover h2,
  	.flip-block .toggle-box:focus-within h2 {
		opacity: 0;
  	}
	}
	
	/* 3-up at larger screens, as you had */
	@media (min-width: 1000px) {
  	.flip-block {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
  	}
  	.flip-block .toggle-box { min-height: 280px; }
	}
	
	/* (Optional) make the number badge stand out without shifting layout */
	.splat {
  	display: inline-flex;
  	width: 2.25rem;
  	height: 2.25rem;
  	margin-right: .5rem;
  	border-radius: 50%;
  	background: var(--green);
  	align-items: center;
  	justify-content: center;
  	font-weight: 700;
	color: var(--purple);  
	}
	






.swiper-wrap {
	position: relative
}
	.swiper-wrap::after {
		content: " ";
		display: block;
		position: absolute;
		left: -1px;
		bottom: 0;
		width: Calc(100% + 1px);
		height: auto;
		background-image: url(/assets/menu_bg.svg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 290% auto;
		pointer-events: none;
		z-index: 1;
		height: 20px;
		transform: rotate(180deg);
	}
	.swiper-wrap::before {
		content: " ";
		display: block;
		position: absolute;
		left: -1px;
		top: 0;
		width: Calc(100% + 1px);
		height: auto;
		background-image: url(/assets/menu_bg.svg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 290% auto;
		pointer-events: none;
		z-index: 1;
		height: 20px;
	}
	.swiper-wrapper__edge {
		display: block;
		position: absolute;
		top: -1px;
		width: 20px;
		height: Calc(100% + 2px);
		right: 0;
		background-image: url(/assets/brand_leftw.svg);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 100% auto;
		pointer-events: none;
		z-index: 999;
		transform: rotate(180deg);
	}
	.block_right .swiper-wrapper__edge {
		transform: rotate(0);
		right: auto;
		left: 0
	}









/* Minimal CSS to make the image behave like a background cover while allowing srcset */
.hero-media {
	position: absolute;
	inset: 0;
	display: block;
	line-height: 0;
	z-index: 0;
}
.hero-container {
	position: relative;
	z-index: 1; /* content sits above the image */
}
.hero-media > img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.hero::after {
	background-image: url(/assets/menu_bg.svg);
	bottom: -2px;
}
@media (min-width: 1125px)
{
	.hero-media {
		top: 70px
	}
}

	
.c_inn ul,
.c_inn ol {
	margin: 1rem 0;
}
.c_inn ul li {
	margin-bottom: .5rem;
	background: url(/assets/bullet2x.png) no-repeat;
	background-size: 25px;
	background-position: 0 .2rem;
	padding-left: 2rem
}
.c_inn ol li {
	list-style-type: decimal;
	margin-bottom: .5rem;
	margin-left: 32px
}	
.c_inn h3 {
	font-size: 2.1rem;
	line-height: 1;
	margin-bottom: 1rem;
}
.c_inn a {
	text-decoration: underline;
	color: var(--purple)
}
.c_inn a.cta-button {
	text-decoration: none
}


.quote-video-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0rem;
	align-items: center;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden
}
.quote-video-wrapper .quote {
	order: 1;
}
.video-caption {
	display: none
}

.quote {
  position: relative;
  flex: 1 1 45%;
  padding: 2rem;
  z-index: 10;
  min-height: auto;
  margin: 5rem 0
  
}
@media (min-width: 900px)
{
	.quote {
		margin: 0
	}
}

.block_video {
	overflow: clip
}
.block_quote {
	overflow-x: clip;
	margin: 5rem 0;
	
}
@media (min-width: 900px)
{
	.block_quote {
		margin: 0rem 0;	
	}	
}
.umb-block-grid .block_video .video-frame-wrapper {
	max-width: 800px;
	overflow: hidden;
	padding: 15px;
}
.umb-block-grid .block_umbBlockGridDemoTwoColumnLayoutBlock .block_video .video-frame-wrapper {
	max-width: 560px;
	padding: 0
}
.umb-block-grid .block_umbBlockGridDemoTwoColumnLayoutBlock .block_video .video-frame-wrapper {
	max-width: 100%;
	padding: 15px;
}

hr {
	margin: 2rem 0;
	left: 0;
	right: 0;
	bottom: -12px;
	height: 5px;
	pointer-events: none;
	--tile: 25px;
	--overlap: 3px;
	border: none;
	background: url(/assets/brand_pt_purple.svg) 0 100% / var(--tile) auto repeat-x, url(/assets/brand_pt_purple.svg) calc(-1 * var(--overlap)) 100% / var(--tile) auto repeat-x;
}
/*
@media (min-width: 900px)
{
	.quote::before {
  	content: "";
  	position: absolute;
  	inset: -60px;
  	background: url('/assets/quote_bg.svg') center center no-repeat;
  	background-size: contain;
  	background-repeat: no-repeat;
  	z-index: -1;
  	pointer-events: none;
	}
}
*/

.quote {
	margin: 0 0 3rem 0;
	padding: 50px 50px 0px 50px;
	background: var(--purple);
}	
.quote-block {
	background: var(--purple)
}
.quote--start {
	top: -3.5rem;
}

.quote::before {
	content: " ";
	background: url(/assets/qb_a.svg) no-repeat top center;
	position: absolute;
	top: auto;
	bottom: -39px;
	left: -1px;
	right: auto;
	width: Calc(100% + 1px);
	background-size: 100%;
	z-index: -1;
	height: 40px;
}
.quote::after {
	content: " ";
	background: url(/assets/qb_t.svg) no-repeat top center;
	position: absolute;
	top: auto;
	top: -60px;
	left: -1px;
	right: auto;
	width: Calc(100% + 1px);
	background-size: 100%;
	z-index: -1;
	height: 60px;
}

@media (min-width: 600px)
{	
	.quote {
		margin: 0 1rem 2rem 2rem;
		padding: 3rem;
		background: url(/assets/quote_bgalt.svg) no-repeat;
		background-size: contain;
		background-position: 100% 100%;
	}
	.quote::before {
		content: " ";
		background: url(/assets/brand_purplet.svg) no-repeat bottom center;
		position: absolute;
		top: auto;
		bottom: 8px;
		left: -30px;
		right: auto;
		width: 100%;
		background-size: 100%;
		z-index: -1;
		height: 96px;
	}
	.quote::after {
		content: " ";
		background: url(/assets/brand_purplet.svg) no-repeat top center;
		position: absolute;
		top: auto;
		top: 8px;
		left: -30px;
		right: auto;
		width: 100%;
		background-size: 100%;
		z-index: -1;
		height: 96px;
	}
	.quote-block::after {
		content: " ";
		background: url(/assets/brand_purpler.svg) repeat-Y;
		position: absolute;
		left: -60px;
		height: 100%;
		width: 90px;
		z-index: -1;
		top: 0;
	}
	.quote-block::before {
		content: " ";
		background: url(/assets/brand_purpler.svg) no-repeat;
		background-position: top right;
		position: absolute;
		top: 0;
		bottom: auto;
		right: -20px;
		width: 90px;
		background-size: contain;
		z-index: -1;
		height: 100%;
	}
}

@media (min-width: 900px)
{	
	.right-col .quote {
		margin: 0 2rem 2rem 2rem;
		padding: 3rem
	}	
	.right-col .quote-block {
		background: var(--purple)
	}
	.right-col .quote::before {
		content: " ";
		background: url(/assets/brand_purplet.svg) no-repeat bottom center;
		position: absolute;
		top: auto;
		bottom: 8px;
		left: -30px;
		right: auto;
		width: 100%;
		background-size: 100%;
		z-index: -1;
		height: 96px;
	}
	.right-col .quote::after {
		content: " ";
		background: url(/assets/brand_purplet.svg) no-repeat top center;
		position: absolute;
		top: auto;
		top: 8px;
		left: -30px;
		right: auto;
		width: 100%;
		background-size: 100%;
		z-index: -1;
		height: 96px;
	}
	.right-col .quote-block::after {
		content: " ";
		background: url(/assets/brand_purpler.svg) repeat-Y;
		position: absolute;
		left: -60px;
		height: 100%;
		width: 90px;
		z-index: -1;
		top: 0;
	}
	.right-col .quote-block::before {
		content: " ";
		background: url(/assets/brand_purpler.svg) no-repeat;
		background-position: top right;
		position: absolute;
		top: 0;
		bottom: auto;
		right: -20px;
		width: 90px;
		background-size: contain;
		z-index: -1;
		height: 100%;
	}
	/*
	.right-col  .umb-block-grid__layout-item.block_quote::before {
		content: " ";
		background: url(/assets/brand_pr.svg) no-repeat;
		position: absolute;
		left: 480px;
		height: 120%;
		width: 100px;
		z-index: -1;
		bottom: -10%;
		transform: rotate(3deg);
		background-size: contain;
	}
	*/
}













.video {
  flex: 1 1 45%;
}

.quote--start {
  font-size: 7rem;
  line-height: 1;
  position: absolute;
  left: -0.5rem;
  top: -4rem;
  color: var(--yellow);
  pointer-events: none;
  user-select: none;
  font-family: veneer;
}
.quote  {
	max-width: 800px
}
.quote blockquote {
  font-family: veneer;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--white);
  height: 100%;
  
  
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* Responsive stacking on small screens */
@media (min-width: 768px) {
	
	.quote-video-wrapper {
		padding: 2rem
	}
	
	.quote blockquote {
	  padding-left: 2rem;
	  padding-right: 1rem;
	  font-size: 2.2rem;
	}
	.quote--start {
	  left: -1.2rem;
	  top: -1rem;
	}
}



/* Responsive stacking on small screens */
@media (max-width: 768px) {
  .quote,
  .video {
	flex: 1 1 100%;
  }
}



.video-frame-wrapper {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;

}

/* Inner iframe container */
.video-frame-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.video-frame-inner iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

/* Decorative SVGs */
.video-frame-top,
.video-frame-bottom {
  position: absolute;
  left: 0;
  width: Calc(100% + 15px);
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.video-frame-top {
  top: -8px;
}

.video-frame-bottom {
  bottom: -8px;
}
.video-frame-right,
.video-frame-left {
	display: none;
}

.video-frame-right {
  right: -25px;	
}
.video-frame-left  {
  left: -25px;	
}



@media (min-width: 1200px) {
  .video-frame-left {
	  display: none
  }
  .video-frame-wrapper { 
	  left: -12px;
	  max-width: 680px;
  }
}
@media (min-width: 800px) {
	.video-frame-right,
	.video-frame-left {
		display: block;
		  position: absolute;
		  top: -15px;
		  height: Calc(100% + 15px);
		  width: auto;
		  pointer-events: none;
		  z-index: 2;
	}
}

.invert .card {
	border: none;
	background: var(--purple);
	color: var(--white);
}
.invert .card .card-date, 
.invert .card .card-title {
	color: var(--white);
}
.invert .card-button {
	background: var(--yellow);
	color: var(--purple);
}
.openhome .card .card-title{
	text-align: center;
	font-size: 2.3rem;
	max-width: 264px;
	margin: 0 auto;
}
.openhome .card .card-content {
	text-align: center
}
.openhome .card .card-content p {
	font-family: 'veneer';
	margin-top: 20px;
	font-size: 26px;
}
.openhome .card .card-title::before {
	content: " ";
	display: block;
	background: url(/assets/house.svg);
	width: 90px;
	height: 90px;
	left: -15px;
	top: 10px;
	background-size: contain;
	position: absolute;
}
.openhome .card .card-title::after {
	content: " ";
	display: block;
	background: url(/assets/heartw.svg);
	width: 90px;
	height:90px;
	right: -15px;
	top: 10px;
	background-size: contain;
	position: absolute;
}
@media (max-width: 800px) {

	.openhome {
		order: -1;
	}
	.openhome .card .card-title {
		max-width: 200px;
	}

}


.c2.invert::after {
	background: url(/assets/r1.svg);
}




.get-help {
	background: var(--black);
	color: var(--white);
}
	.get-help .hero::after {
		background-image: url(/assets/menu_bg_alt.svg);
	}
	/*
	.get-help .main-footer::after {
		background-image: url(/assets/menu_bg_alt.svg);
	}
	*/
	.get-help h1, .get-help h2 {
		color: var(--yellow);
	}
	.get-help h3, .get-help h4, .get-help h5,.get-help  h6, .get-help th {
		color: var(--green);
	}
	.get-help .faq-item summary {
		color: var(--green)
	}
	/* Ensure Swiper sees a width/height */
	.swiper { 
		width: 100%;
	}
	.swiper-slide img { 
		display: block;
		width: 100%; 
		height: auto; 
	}
	.get-help .swiper-wrap::after {
		background-image: url(/assets/menu_bg_alt.svg);
	}
	.get-help .swiper-wrap::before {
		background-image: url(/assets/menu_bg_alt.svg);
	}
	.get-help .video-frame-left,
	.get-help .video-frame-right,
	.get-help .video-frame-top,
	.get-help .video-frame-bottom {
		filter: invert(1);
	}
	.get-help .hero-start {
		color: var(--white)
	}
	.get-help .card {
		background: var(--black);
		border: 2px solid var(--pink);
	}
	.get-help .card-button {
		background-color: var(--yellow);
		color: var(--purple);
	}
	/*
	.get-help .quote::before {
		display: none
	}
	*/
	.get-help .c_inn ul li {
		background: url(/assets/bulletg2x.png) no-repeat;
		background-size: 25px;
		background-position: 0 .2rem;
	}
	.get-help .c_inn ol li {
		list-style-type: decimal;
		margin-bottom: .5rem;
		margin-left: 32px
	}	
	.get-help .swiper-wrapper__edge {
		background-image: url(/assets/brand_left.svg);
	}
	.get-help .cta-button {
		position: relative;
		background-color: var(--yellow);
		color: var(--black);
		box-shadow: 5px 5px 0 var(--pink);
	}
	.get-help .news-wrapper .article-meta {
		color: var(--white)
	}
	.get-help hr {
		background: url(/assets/brand_pt_pink.svg) 0 100% / var(--tile) auto repeat-x, url(/assets/brand_pt_pink.svg) calc(-1 * var(--overlap)) 100% / var(--tile) auto repeat-x;
	}

	
	
.news-wrapper .article-meta {
	padding: 1rem;
	font-size: .8rem;
	margin-top: 2rem;
	color: var(--purple)
}	
	.article-updated {
		padding-left: 2rem
	}
	.news-wrapper + .latest-news {
		margin-top: 6rem;
		margin-bottom: -4rem
	}
	.news-grid .col2 {
		padding: 0 1rem
	}
	
	
	@media (min-width: 1100px)
	{
		.news-wrapper {
			max-width: 1100px;
			margin: 0 auto
		}
			
		.news-wrapper .article-meta {
			padding-top: 0
		}
		.news-grid {
			display: grid;
			grid-template-columns: 3fr 1fr;
		}
		.col2.sticky {
			position: sticky;
			top: 100px;
			min-width: 0;
			height: 300px
		}
	}
	
	
.span-2 {
	grid-column: span 2;
}
.mega-menu {
	
}
.mega-menu__title {
	display: block;
	grid-column: span 3;
	font-size: 3rem;
	margin-top: -5px;
}
.mega-menu__title a:hover {
	color: var(--white)
}
.mega-cta {
	background: url(/assets/launch2.svg) no-repeat;
	background-size: contain;
	background-position: center left;
	padding: 50px;
	color: var(--white);
	max-width: 400px;
	background: var(--purple)
}
	.mega-cta h2{
		font-size: 2rem;
		color: var(--white);
	}
	.mega-cta {
		display: grid;
		grid-template-columns: 2fr 1fr;
	}
	.mega-cta .cta-button {
		font-size: 2rem
	}
	.mega-cta_wrap {
		display: flex;
		flex-direction: row;
		justify-content: left;
		align-items: center;
	}
	.mega-cta_wrap_button {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	
.mega-menu__title span {
	display: inline-block;
	font-family: "veneer";
	text-transform: uppercase;
	color: var(--green);
	padding: 0 1rem 1rem 1rem;
	background: url(/assets/brand_title_bg.svg) no-repeat;
	background-size: contain;
	background-position: center left;
	padding: 0 25px
}

	
.mega-col__heading {
	text-transform: uppercase
}	
.mega-col__heading-link {
	text-transform: uppercase;
	color: var(--purple);
}
	.mega-col__heading-link:hover {
		text-decoration: underline;
		color: var(--green);
	}
	.mega-col__heading-link {
	  display: inline-flex;
	  align-items: center;
	  justify-content: space-between; /* pushes arrow to far right */
	  gap: 0.5rem;
	  text-decoration: none;
	  color: var(--purple);
	  width: 100%; /* makes justify-content work across full heading width */
	  position: relative;
	  padding-left: 30px;
	  font-size: 1.8rem
	}
	
	.mega-col__heading-link::after {
	  content: "";
	  display: inline-block;
	  width: .9em;
	  height: .9em;
	  flex-shrink: 0;
	  background-color: currentColor;
	
	  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'><path d='M28.002 4.06445L23.9375 0L14.0007 9.93555L4.06445 0L0 4.06445L14.0007 18.0645L28.002 4.06445Z' fill='currentColor'/></svg>");
	  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'><path d='M28.002 4.06445L23.9375 0L14.0007 9.93555L4.06445 0L0 4.06445L14.0007 18.0645L28.002 4.06445Z' fill='currentColor'/></svg>");
	  -webkit-mask-size: contain;
	  mask-size: contain;
	  -webkit-mask-position: center;
	  mask-position: center;
	  -webkit-mask-repeat: no-repeat;
	  mask-repeat: no-repeat;
	
	  transform: rotate(-90deg); /* still pointing left */
	  transform-origin: 50% 50%;
	
	  color: var(--purple);
	  transition: color 0.2s ease;
	  
	  position: absolute;
	  top: 9px;
	  left: 0px;
	}
	
	.mega-col__heading-link:hover::after {
	  color: var(--green);
	}
	.mega-col__links {
		color: var(--black);
		font-family: "veneer", sans-serif;
		text-transform: uppercase;
		font-size: 1.3rem
	}
	
	@media (min-width: 1400px)
	{
		.mega-col__links_2col {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 4rem
		}
	}
	
	.mega-menu__cols {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 5rem;
		max-width: 1500px;
		margin: 0 auto;
	}

	.mega-col__item {
		background-image: url()
	}
	.mega-col__item:hover {
		color: var(--purple);
		text-decoration: underline
	}
	.mega-col__link {
	  position: relative;
	  display: inline-flex;
	  align-items: center;
	  gap: 0.5rem; /* space between arrow and text */
	  color: inherit;
	  text-decoration: none;
	}
	
	.mega-col__link::before {
	  content: "";
	  display: inline-block;
	  width: 1.2em;               /* a touch larger helps avoid crop */
	  height: 1.2em;
	  flex-shrink: 0;
	  background-color: currentColor;
	
	  /* mask as the arrow */
	  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='19' viewBox='0 0 28 19'><path d='M28.002 4.06445L23.9375 0L14.0007 9.93555L4.06445 0L0 4.06445L14.0007 18.0645L28.002 4.06445Z' fill='currentColor'/></svg>");
	  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='19' viewBox='0 0 28 19'><path d='M28.002 4.06445L23.9375 0L14.0007 9.93555L4.06445 0L0 4.06445L14.0007 18.0645L28.002 4.06445Z' fill='currentColor'/></svg>");
	  -webkit-mask-size: contain;  /* key: scale to fit */
	  mask-size: contain;
	  -webkit-mask-position: center;
	  mask-position: center;
	  -webkit-mask-repeat: no-repeat;
	  mask-repeat: no-repeat;
	
	  transform: rotate(-90deg);
	  transform-origin: 50% 50%;   /* keep rotation centered */
	  color: var(--green);
	  transition: color .2s ease;
	}
	.mega-col__link:hover {
		text-decoration: underline
	}
	.mega-col__link:hover::before {
	  color: var(--purple);
	}
	
	
.main-footer {
	background: #fff;
	padding-top: 3rem;
	margin-top: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	
}
	.main-footer::after {
		content: "";
		position: absolute;
		top: -24px;
		left: 0;
		width: 100%;
		height: 25px;
		background-image: url(/assets/menu_bg.svg);
		background-repeat: repeat-x;
		transform: rotate(180deg);
		pointer-events: none;
		z-index: 0;
		transform: rotate(180deg);
	}
	.footer-menu .mega-menu__cols {
		display: block;
		
	}
	.main-footer .mega-col__heading {
		color: var(--purple)
	}

	.main-footer .mega-col:nth-child(4) {
		padding-top: 51px;
	}
	.main-footer .mega-col__links {
		display: none;
	}
	.footer-content {
		padding-top: 2rem;
		max-width: 1500px;
		margin: 0 auto
	}
	.footer-content + .footer-content {
		padding-top: 0rem;
		grid-column: span 2;
		text-align: center
	}	
	.footer-content p {
		color: var(--black);
		font-size: .7rem
	}
	.footer-content {
		padding-bottom: 1.5rem
	}
	.footer-content img {
		max-width: 150px;
	}
	.footer-content a {
		color: var(--black);
		font-size: .7rem
	}
	.footer-content a:hover {
		color: var(--purple);
		text-decoration: underline
	}
	@media (min-width: 900px)
	{
		.footer-menu .mega-menu__cols {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr;
			column-gap: 3rem
		}
		.main-footer .mega-col__links {
			display: grid;
		}
		.main-footer .mega-col:not(:last-child) {
			border-right: 1px dashed var(--purple);
			padding-right: 1rem
		}
		.footer-content {
			display: grid;
			grid-template-columns: 4fr 1fr;
			column-gap: 3rem;
		}		
		.footer-content + .footer-content {
			text-align: center;
			display: block
		}	

		
	}
	@media (min-width: 1400px)
	{
		.footer-menu .mega-menu__cols {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr;
		}
	}	




.hero-content {
	background: none;
}
.hero-content p {
	margin-bottom: 1.5rem
}
.hero-content {
	background: var(--purple);
	max-width: 90vw;
	min-height: 450px;
	padding: 1rem 1rem 3rem 1rem;
	min-height: auto;
	box-sizing: content-box;
	height: auto;
} 
.hero-content::after {
	content: " ";
	background: url(/assets/brand_purplet.svg) no-repeat;
	position: absolute;
	top: -40px;
	left: -30px;
	pointer-events: none;
	width: 520px;
	background-size: 520px;
	z-index: -1;
}
.hero-content::before {
	content: " ";
	background: url(/assets/brand_purplet.svg) no-repeat;
	position: absolute;
	top: auto;
	bottom: -22px;
	left: -30px;
	right: auto;
	width: 520px;
	background-size: 520px;
	z-index: -1;
	height: 96px;
}
.hero-content > span::before {
	content: " ";
	background: url(/assets/brand_purpler.svg) no-repeat;
	background-position: top right;
	position: absolute;
	top: 0;
	bottom: auto;
	right: -20px;
	width: 90px;
	background-size: contain;
	z-index: -1;
	height: 100%;
}
.hero-content > span::after {
	content: " ";
	background: url(/assets/brand_purpler.svg) repeat-Y;
	position: absolute;
	left: -30px;
	height: 100%;
	width: 30px;
	z-index: -1;
	top: 0;
}
.hero-container::after {
	content: " ";
	background: url(/assets/brand_pt.svg) no-repeat;
	position: absolute;
	left: 20px;
	height: 100px;
	width: 510px;
	z-index: -1;
	top: -20px;
	transform: rotate(2deg);
	background-size: contain;	
}
.hero-container::before {
	content: " ";
	background: url(/assets/brand_pr.svg) no-repeat;
	position: absolute;
	left: 460px;
	height: 100%;
	width: 100px;
	z-index: -1;
	bottom: -20px;
	transform: rotate(3deg);
	background-size: contain;
}

@media(min-width: 900px)
{
	.hero-content {
		max-width: 450px;
	} 
}
@media(max-width: 899px)
{
	.hero {
		position: static;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		height: auto;
		min-height: auto;
		max-height: none;
		background-image: none;
		flex-direction: column;
		background-image: none;
		margin-top: 50px
	} 
	.hero-media {
		position: relative;
		width: 100%
	}
	.hero-content {
		position: relative;	
		margin-top: -160px;
		bottom: 0;
	}
	.hero::after {
		display: none
	}
	.hero-media::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 25px;
		background: url(/assets/menu_bg.svg);
		background-repeat: repeat-x;
		transform: rotate(180deg);
		pointer-events: none;
		z-index: 0;
	}
	.hero-container::after {
		top: -200px;
	}
}
/*
@media (min-width: 800px) {
	.hero {
		align-items: center;
		padding: 4rem 1rem;
	}
}
*/



.get-help .site-search-input {
	color: #000
}

	

.get-help .hero-content {
	background: #000;
	max-width: 90vw;
	min-height: 450px;
	padding: 1rem 1rem 3rem 1rem;
	min-height: auto;
	box-sizing: content-box;
	height: auto;
} 
.get-help .hero-content::after {
	content: " ";
	background: url(/assets/brand_b.svg) no-repeat;
	position: absolute;
	top: -40px;
	left: -30px;
	pointer-events: none;
	width: 520px;
	background-size: 520px;
	z-index: -1;
}
.get-help .hero-content::before {
	content: " ";
	background: url(/assets/brand_b.svg) no-repeat;
	position: absolute;
	top: auto;
	bottom: -22px;
	left: -30px;
	right: auto;
	width: 520px;
	background-size: 520px;
	z-index: -1;
	height: 96px;
}
.get-help .hero-content > span {
	height: 100%;
	display: block
}
.get-help .hero-content > span::before {
	content: " ";
	background: url(/assets/brand_rb.svg) no-repeat;
	background-position: top right;
	position: absolute;
	top: 0;
	bottom: auto;
	right: -20px;
	width: 90px;
	background-size: contain;
	z-index: -1;
	height: 100%;
}
.get-help .hero-content > span::after {
	content: " ";
	background: url(/assets/brand_lb.svg) repeat-Y;
	position: absolute;
	left: -30px;
	height: 100%;
	width: 30px;
	z-index: -1;
	top: 0;
}
.get-help .hero-container::after {
	content: " ";
	background: url(/assets/brand_y.svg) no-repeat;
	position: absolute;
	left: 20px;
	height: 100px;
	width: 510px;
	z-index: -1;
	top: -2%;
	transform: rotate(6deg);
	background-size: contain;
}
.get-help .hero-container::before {
	content: " ";
	display: none;
}
.get-help .hero-button {
	background: var(--yellow);
	color: var(--black)
}
.get-help .quote {
	margin: 0 1rem 2rem 0rem;
	padding: 3rem 3rem 3rem 1rem;
}
.get-help .quote,
.get-help .quote-block {
	background: none
}
.get-help .quote::before,
.get-help .quote::after,
.get-help .quote-block::before,
.get-help .quote-block::after   {
	display: none
}
.get-help .stat-wrap {
	background: url(/assets/s_mobgh.svg) no-repeat;
	background-size: 600px;
	background-position: center top;
}
.get-help .stat1,
.get-help .stat-block.stat1 h3,
.get-help .stat2,
.get-help .stat2 h3,
.get-help .stat2 p,
.get-help .stat1,
.get-help .stat1 h3,
.get-help .stat1 p,
.get-help .stat3 h3, .get-help .stat3 p  {
	color: var(--black)
}
.get-help .quote blockquote {
	font-size: 2.5rem
}


@media (max-width: 900px)
{
	.get-help .hero-media::after {
		background-image: url(/assets/menu_bg_alt.svg);
	}
}
@media (min-width: 768px)
{
	.get-help .hero-content {
		max-width: 450px
	}
}
@media (min-width: 900px)
{
	.get-help  .hero {
		align-items: center;
	}
}
@media (min-width: 1200px) {
	.stat-wrap {
		width: 1000px;
		height: 530px;
		background: url(/assets/stat.png) no-repeat;
		background-size: 1000px;
		margin: 3rem auto;
		position: relative
	}
	.get-help .stat-wrap {
		background: url(/assets/gh_stat3.svg) no-repeat;
		background-size: 1000px;
		background-position-x: 40px;
		background-position-y: 0;
	}
	.get-help .hero-content { 
		max-width: 450px;
	}
	.get-help .right-col .stat-wrap {
		position: relative;
		left: -140px;
	}
	
}

.stat-wrap {
	
}
	.stat-wrap_2 {
		margin: 3rem auto;
		position: relative
	}
	.stat-block h3 {
		font-size: 3rem
	}
	.stat1 {
		left: 310px;
		top: 50px;
		text-align: right;
		color: var(--white);
		width: 190px;
	}
	.stat-block.stat1 h3 {
		color: var(--white);
	}
	.stat2 {
		left: 616px;
		top: 190px;
	}
	.stat2 h3 {
		color: var(--purple);
	}
	.stat2 p {
		color: var(--purple);
	}
	.stat3 h3,
	.stat3 p {
		color: var(--white);
	}	
	.stat3 {
		left: 220px;
		top: 270px;
		text-align: right;
		width: 190px;
	}
	.stat-block.stat3 {
		width: 210px
	}
	.stat-wrap_2 h2 {
		margin-bottom: -3rem
	}

	.stat-wrap_2 .stat-inline1 {
		background: url(/assets/splat_p.svg) no-repeat;
		background-size: contain;
		background-position: center;
		color: #fff;
		width: 100%;
		height: 520px;
		position: relative;
	}
	.stat-wrap_2 .stat-inline2 {
		background: url(/assets/splat_g.svg) no-repeat;
		background-size: contain;
		width: 100%;
		height: 520px;
		margin-top: 30px;
		position: relative;
	}
	.stat-wrap_2 .stat-inline1 .stat, 
	.stat-wrap_2 .stat-inline2 .stat {
		position: absolute;
		width: 200px;
		height: 200px;
		top: 100px;
		left: 73px;
		display: flex;
		align-items: center;
	}
	.stat-wrap_2 .stat-inline1 .stat {
		top: 138px;
		left: 213px;
	}
	
	
	
	.stat-wrap_2 .stat-inline2 .stat {
		
	}
	.stat-wrap_2 .stat-inline2 .stat h3,
	.stat-wrap_2 .stat-inline1 .stat h3 {
		font-size: 3rem
	}
	.stat-wrap_2 .stat-inline1 .stat h3 {
		color: var(--white)
	}
	.stat-wrap_2 .stat-inline1  {
		text-align: right;
	}

	@media (min-width: 1000px)
	{	
		.stat-block {
			position: absolute;
			width: 220px;
			height: 250px;
		}
		.stat-wrap_2 {
			width: 1000px;
			height: 490px;
			margin: 3rem auto;
			position: relative
		}
		.stat-wrap_2 .stat-inline1 {
			margin-right: -20px;
		}
		.stat-wrap_2 .stat-inline2 {
			margin-left: -20px;
		}
		.stat-flex {
			display: grid;
			grid-template-columns: 1fr 1fr;
		}	
	}
	
	@media (max-width: 1199px)
	{	
		.stat-wrap_2 .stat-inline1 {
			background-size: 558px;
			display: flex;
			justify-content: center;
			align-items: center;
			background-position: calc(50% - 32px) 110px;
			height: 430px;
			top: -40px;
		}
		.stat-wrap_2 .stat-inline2 {
			background-size: 558px;
			display: flex;
			justify-content: center;
			align-items: center;
			margin-top: -230px;
			background-position: calc(50% - -58px) 60px;
		}
		.stat-wrap_2 .stat-inline1 .stat, 
		.stat-wrap_2 .stat-inline2 .stat {
			position: relative;
			top: auto;
			left: auto;
		}
		.stat-wrap_2 .stat-inline1 .stat {
			left: 30px;
			top: 20px;
		}
		
		
		
		
		
		.stat1 {
			width: 240px;
			left: Calc(50vw - 82px);
			position: absolute;
			top: 18px;
			transform: scale(.9);
		}
		.stat2 {
			width: 240px;
			left: Calc(50vw - 175px);
			position: absolute;
			transform: scale(.9);
			top: 190px
		}
		.stat2 p {
			color: var(--white)
		}
		.stat3 {
			width: 240px;
			left: Calc(50vw - 70px);
			position: absolute;
			top: 383px;
			transform: scale(.9);
		}
		.stat1 h3,
		.stat2 h3,
		.stat3 h3 {
			margin-bottom: -10px
		}
		.stat3 p {
			color: var(--purple)
		}
		
		.stat-wrap {
			background: url(/assets/s_mob.svg) no-repeat;
			background-size: 600px;
			height: 580px;
			background-position: center top;
			position: relative
			
		}
		

	}
	@media (max-width: 500px)
	{	
		.stat-wrap_2 .stat-inline1 {
		
		}
		.stat-wrap_2 .stat-inline2 {
		
		}
		.stat-wrap_2 .stat-inline1 {
			background-position: calc(50% - 62px) 110px
		}
		.stat-wrap_2 .stat-inline1 .stat {
			left: auto;
			top: auto;
		}
	}

.news .hero {
	margin-bottom: 2rem
}

@media (min-width: 1200px)
{
	.news .hero {
		height: 400px;
		min-height: 400px;
		margin-bottom: 0rem
	}
	.hero-content {
		min-height: auto	
	}
}

.grid-3,.grid-12{display:grid;gap:1.25rem}
.grid-3{grid-template-columns:repeat(1,1fr)}
.grid-12{grid-template-columns:repeat(1,1fr)}

@media(min-width:700px) {
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .grid-12{grid-template-columns:repeat(2,1fr)}
  
}

@media(min-width:700px) and (max-width:899px){
  .news-grid-3 .grid-3 > .card-link:first-of-type {
	grid-column: span 2;
  }


	.events-next3 .card-link:nth-of-type(3) {
  	display: none;
	}
}


@media(min-width:900px){
  .grid-3{grid-template-columns:repeat(3,1fr)}
  .grid-12{grid-template-columns:repeat(3,1fr)}
}

@media(min-width:1024px){
  .grid-12{grid-template-columns:repeat(3,1fr)}
  .news-feature .card-title{font-size:2rem}
}
	
.pager{
	margin-top: 1.5rem;
	font-family: "veneer", sans-serif;
	text-align: center;
	display: flex;
	justify-content: center;
}
	.pager ul{
		list-style:none;padding:0;margin:0;display:flex;gap:.35rem;flex-wrap:wrap}
	.pager a,
	.pager span{
		display:inline-block;padding:.5rem .75rem;border-radius:0rem;text-decoration:none
		color: #fff;
	}
	.pager .current span{background:var(--purple);color:#fff;border-color var(--purple)}
	.pager .disabled{color:#aaa;border-color:#eee}
	.pager a:hover {
		background: var(--purple);
		color: #fff
	}
	
	.news_intro {
		padding: 1rem;
		max-width: 1500px;
		margin: 0 auto
	}
	.news-grid-3,
	.news-grid-12 {
		max-width: 1500px;
		margin: 0 auto	
	}
	.card-date {
		color: #000
	}
	
@media(min-width:900px){	
	.news_intro {
		display: grid;
		grid-template-columns: 2.03fr 1fr;
		gap: 1.25rem;
		
	}
}

@media(min-width:1200px){	
	.card.card--feature {
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.card.card--feature .card-image {
		height: 100%;
		max-height: 500px
	}
}



.block_button {
	text-align: center
}
.block_umbBlockGridDemoHeadlineBlock,
.block_umbBlockGridDemoRichTextBlock {
	max-width: 1400px;
	margin: 0 auto
}
@media (min-width: 900px)
{	
	
	.umb-block-grid__layout-container .left-col .block_umbBlockGridDemoRichTextBlock,
	.umb-block-grid__layout-container .right-col .block_umbBlockGridDemoRichTextBlock {
		padding: 1rem 0rem 0 1rem;
	}
	.umb-block-grid__layout-container .left-col .block_cTAButton,
	.umb-block-grid__layout-container .right-col .block_cTAButton {
		padding: 0rem 3rem;
	}
	
	.umb-block-grid__layout-container  .left-col .block_umbBlockGridDemoRichTextBlock,
	.umb-block-grid__layout-container  .left-col .block_umbBlockGridDemoHeadlineBlock {
		max-width: 800px;
		margin-right: 0;
	}
	.umb-block-grid__layout-container  .left-col .block_umbBlockGridDemoHeadlineBlock {
		padding-left: 1rem
	}
	
	/*
	.umb-block-grid__layout-container {
		padding: 1rem 3rem;
	}
	*/
}
@media (min-width: 1400px)
{
	.umb-block-grid__layout-container .left-col .block_umbBlockGridDemoRichTextBlock {
		padding: 1rem 3rem 0 3rem;
	}	
	.umb-block-grid__layout-container .right-col .block_umbBlockGridDemoRichTextBlock {
		padding: 1rem 3rem 0 2rem;
	}	
	
	.umb-block-grid__layout-container  .left-col .block_umbBlockGridDemoHeadlineBlock {
		padding-left: 3rem
	}
	.umb-block-grid__layout-container  .left-col .block_bulletHeading {
		padding-left: 3rem
	}	
	.block_cTAButton .c_inn {
		padding-left: 0;
	}
}



/* Let the grid columns shrink */
.two-col-sticky-gallery .left-col,
.two-col-sticky-gallery .right-col,
.two-col-sticky-gallery .swiper-wrap,
.gallery-block,
.gallery-block .swiper {
  min-width: 0; /* key fix */
}

.two-col-sticky-gallery.sticky-right .right-col{
	order: 1;
}
.two-col-sticky-gallery.sticky-right .right-col .swiper-wrapper__edge {
	transform: rotate(0);
	right: auto;
	left: 0
}



/* Keep Swiper’s big wrapper clipped inside the column */
.gallery-block .swiper {
  overflow: hidden;        /* or overflow: clip; (modern) */
  width: 100%;
}

/* Usual image safety */
.gallery-block .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}



@media (min-width: 1200px) {
	
	.card-section.cards-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.card-section.cards-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}



.block_faqpicker {
	margin-bottom: 2rem
}
.block_faqpicker > .faq-block {
	margin-top: 2rem
}
.block_umbBlockGridDemoRichTextBlock a {
	color: var(--purple);
	text-decoration: underline
}
.get-help .block_umbBlockGridDemoRichTextBlock a {
	color: var(--yellow);
}


.block_expandingContent {
	margin: 0 auto;
	max-width: 1300px;
}
.people-block__wrap {
	background: var(--purple);
}
.people-block { 
	padding: 2rem;
	color: var(--white);
	margin: 1rem;
	position: relative
	
}
.people-block::before {
	content: " ";
	background: url(/assets/expand_p.svg) no-repeat bottom;
	position: absolute;
	left: 0px;
	height: 25px;
	width: 100%;
	z-index: -1;
	bottom: 10px;
	background-size: cover;
}
.people-block::after {
	content: " ";
	background: url(/assets/expand_p.svg) no-repeat;
	position: absolute;
	left: 0px;
	height: 25px;
	width: 100%;
	z-index: -1;
	top: 7px;
	background-size: cover;
}
.people-block__wrap::before {
	content: " ";
	background: url(/assets/expand_lr.svg) no-repeat left top;
	position: absolute;
	left: 20px;
	height: Calc(100% - 35px);
	width: 25px;
	z-index: -1;
	background-size: cover;
	top: 18px;
}
.people-block__wrap::after {
	content: " ";
	background: url(/assets/expand_lr.svg) no-repeat right top;
	position: absolute;
	right: 20px;
	height: Calc(100% - 35px);
	width: 25px;
	z-index: -1;
	background-size: cover;
	top: 18px;
}




.people-block__header { 
	display: grid; 
	grid-template-columns: 1fr auto; 
	align-items: center; 
	gap: 1rem;
	padding: 1rem 1.25rem; 
	cursor: pointer; 
}
.people-block__header:focus { 
	/*
	outline: 2px solid currentColor; outline-offset: 2px; 
	*/
}
.people-block__title { 
	margin: 0; 
	color: var(--white);
}
.people-block__toggle { border: 0; background: transparent; padding: .5rem; line-height: 0; cursor: pointer; color: currentColor; }
.people-block__arrow { transition: transform .25s ease; display: block; }
.people-block__panel { transition: max-height .35s ease, opacity .25s ease; will-change: max-height, opacity; }
.people-block__panel.is-open + .people-block__footer {}
.people-block__grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); padding: 0 1.25rem 1.25rem; }
.people-card { overflow: hidden; position: relative}
.people-card__media { 
	
	background: #f6f6f6; 
	border: 3px solid var(--pink);
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: -23px;
 }
.people-card__img-btn {
	height: 320px;
	width: 100%
}
.people-card__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.people-card__img--placeholder { width: 100%; height: 100%; background: #eee; }
.people-card__body { 
	background: url(/assets/name_box.svg) no-repeat;
	padding: 1rem 1rem 1rem 2rem;
	background-size: contain;
	z-index: 5;
	position: relative;

}
.two-col-sticky-gallery .people-card__body {
	background: url(/assets/name_boxs.svg) no-repeat;
	padding: 1rem 1rem 1rem 2rem;
	background-size: 100% 100%;
}
.people-card__name { margin: 0 0 -10px 0;}
.people-card__role { margin: 0 0 .75rem 0; opacity: .8; color: var(--purple) }
.people-card__tags { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0 0 .75rem 0; display: none}
.people-card__tag { padding: .25rem .5rem; border: 1px solid #ddd; border-radius: 999px; font-size: .875rem; }
.people-block__additional { padding: 0 1.25rem 1.25rem; }
.people-card__role {
	font-family: veneer;
	color: #000;
	text-transform: uppercase
} 
.people-card__open.btn {
	position: absolute;
	right: 30px;
	top: 30px;
	text-indent: -9999px;
	background: url(/assets/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 30px; 
	transform: rotate(-90deg);
	width: 40px;
	height: 40px;
}

/* Arrow rotation when expanded */
.people-block[aria-expanded-global="true"] .people-block__arrow,
.people-block .people-block__toggle[aria-expanded="true"] .people-block__arrow {
	transform: rotate(180deg);
}

.two-col-sticky-gallery .people-block__grid {
	gap: 1rem; 
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
	padding: 0 .5rem .5rem; 
}
.two-col-sticky-gallery .people-card__open.btn {
	right: 20px;
	top: 30px;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
.two-col-sticky-gallery .people-block {
	padding: 1rem 0
}





	

.job-wrapper {
	padding: 1rem
}
	@media (min-width: 1000px)
	{	
		.job-wrapper {
			padding: 2rem .5rem
		}
		.job-grid {
			display: grid;
			grid-template-columns: 3fr 1fr;
			gap: 2rem
		}
		.job-wrapper {
			max-width: 1000px;
			margin: 0 auto;	
		}			
	}	
	
	
.job-details p {
	margin-bottom: 1rem
}
.role-meta {
	font-size: 1rem
}
.role-meta p {
	margin-bottom: 1rem
}

.latest-news + .highlighted-content {
	margin-top: 2rem
}

.highlighted-content .event-text h2 {
	margin-bottom: 1rem	
}

@media (min-width: 900px)
{	
	.event-text .event-date,
	.event-text h2,
	.event-text h3
	{
		text-align: left
	}
	.event-image-inline {
		display: none
	}
	.highlighted-content__btn {
		text-align: left;
		padding: 1rem 1rem 4rem 0rem
	}
	.event-image {
		display: block
	}
	.event-image::before {
		content: " ";
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		height: 30px;
		background: url(/assets/yellow_top.svg) no-repeat top center;
		background-size: cover;
		z-index: 1;
		pointer-events: none;
		background-position: bottom left;
		transform: rotate(180deg);
	}
}



.quote-block__footer {
	font-weight: 100 !important;
	font-size: 26px;
	padding-bottom: 20px;
}
.faq-directory { 
		margin: 2rem 0; 
}
.faq-search { 
	display: flex; 
	gap: .5rem; 
	align-items: center; 
	margin-bottom: 1rem; 
}
.faq-search input[type="search"] { 
	flex: 1; 
	padding: .5rem .75rem; 
}
.faq-search-count { 
	margin-left: .5rem; 
	font-size: .9rem; 
	opacity: .8; 
}
.faq-toc ul { 
	display: flex; 
	flex-wrap: wrap;
	gap: .5rem 1rem; 
	padding: 0; 
	margin: 0 0 1rem 0; 
	list-style: none; 
}
.faq-toc a { 
	text-decoration: none; 
	border-bottom: url(/assets/brand_p.svg) repeat-x; 
}
.faq-search-results { 
	margin: 1.5rem 0; 
}
.faq-result { 
	padding: 1rem; 
	border: 1px solid #ddd;
	border-radius: .5rem; 
	margin-bottom: 1rem; 
}
.faq-result__q { 
	margin: 0 0 .25rem 0; 
	font-size: 2rem; 
}
.faq-result__section { 
	margin: 0 0 .75rem 0; 
	font-size: .9rem; 
	opacity: .8; 
}
.faq-no-results { 
	opacity: .8; 
}
.sr-only { 
	position:absolute; 
	width:1px; 
	height:1px;
	padding:0; 
	margin:-1px; 
	overflow:hidden; clip:rect(0,0,0,0); 
	white-space:nowrap; 
	border:0; 
}
.faq-section-title {
	padding-left: 2.8rem;
	padding-top: 3rem
}
.faq-directory {
	max-width: 1500px;
	margin: 0 auto;
	padding: 2rem
}
.open-faq {
	font-size: .8rem;
	padding-top: 10px;
}
.faq-toc a {
  position: relative;
}
.faq-toc a:hover {
	color: var(--purple)
}
.faq-toc a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	height: 5px;
	pointer-events: none;
	--tile: 25px;
	--overlap: 3px;
	background:
	url("/assets/brand_pt.svg") 0 100% / var(--tile) auto repeat-x,
	url("/assets/brand_pt.svg") calc(-1 * var(--overlap)) 100% / var(--tile) auto repeat-x;
}


@media (min-width: 800px) {
	.news-cards {
		gap: 0;
	}
}

.mm-news-cards {
	display: block;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2rem;
}
.mm-news-cards .mega-col__heading {
	grid-column: span 2;
}

.news-cards img { 
	height: 200px
}


.event-grid {
	
}
.event-grid .quote {
	margin: 3rem auto
}
.event-feature {
	margin: 2rem -16px 1rem -16px;
}
.event-feature .card-title {
	font-size: 2.5rem
}
.event-feature .card {
	background: var(--yellow);
	border: none;
}

.event-feature .card:hover {
	background: var(--yellow);
	border: none;
	color: var(--black)
}
.event-feature .card:hover .card-date, 
.event-feature .card:hover .card-title {
	color: var(--purple)
}
.event-feature .cta-button {
	width: max-content;
	margin: 0rem 2rem 2rem 2rem;
	padding: .5rem 1rem;
	background-color: var(--purple, #600078);
	color: var(--yellow, #fff);
}
.event-feature .cta-button--wrap {
	text-align: center;
	margin-top: auto
}
.event-feature .card-content {
	position: relative
}
.event-feature .card-content:after {
	content: " ";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/assets/yellow_top.svg) no-repeat top center;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	background-position: bottom left;
	transform: rotate(180deg);
} 
.event-feature .card-content:before {
	content: " ";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/assets/yellow_top.svg) no-repeat top center;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	background-position: bottom left;
} 
.event-feature .card-link::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	height: auto;
	background-image: url(/assets/menu_bg.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 290% auto;
	pointer-events: none;
	z-index: 1;
	height: 20px;
}
h2.events--title {
	color: var(--black);
	font-size: 2rem;
	padding-left: 1rem
}
.events-list .card {
	background: transparent;
	border: none
}
.events-list .card:hover .card-title,
.events-list .card:hover .card-date{
	color: var(--black)
}
.card-image-mask {
	width: 100%;
	aspect-ratio: 3 / 2;
	height: 220px;
	position: relative;
	overflow: hidden;
}
.card-image-mask  > img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* keeps the photo nicely cropped */
  display: block;

  /* Mask: use your SVG; STRETCH it to the box */
  -webkit-mask-image: url("/assets/y_mask.svg");
		  mask-image: url("/assets/y_mask.svg");

  /* These make it stretch rather than preserve aspect */
  -webkit-mask-size: 100% 100%;
		  mask-size: 100% 100%;

  -webkit-mask-repeat: no-repeat;
		  mask-repeat: no-repeat;

  -webkit-mask-position: center;
		  mask-position: center;

  /* Ensures alpha is used for masking */
  mask-mode: alpha;
}
.events-next3 p.card-date {
	margin-bottom: 0
}

.event-mm .card {
	background: var(--yellow);
	border: none;
}
.event-mm .cta-button {
	width: max-content;
	margin: 0rem 2rem 2rem 2rem;
	padding: .5rem 1rem;
	background-color: var(--purple, #600078);
	color: var(--yellow, #fff);
}
@media (min-width: 1200px)
{
	.event-feature {
		margin: 0 10px 10px 10px;
	}
}



.gallery-scroll {
	position: relative;
	background: var(--purple);
	color: var(--white);
	padding: .5rem 0 0.5rem;
	margin-bottom: 3rem;
}

.gallery-scroll::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/assets/p_top.svg) no-repeat bottom left;
	background-size: cover;
	z-index: 1;
	pointer-events: none
}

.gallery-scroll::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/assets/p_top.svg) no-repeat bottom left;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
	transform: rotate(180deg)
}


.more-yp {
	max-width: 1200px;
	margin: 3rem auto 0 auto;
	padding: 0;
	position: relative;
	z-index: 2;
}

.yp-grid {
	margin-bottom: 3rem;
}
	.yp-grid .card {
		border: none;
		transition: transform .18s ease, filter .18s ease;
		max-width: 400px;
		margin: 0 auto
	}
	.yp-grid .card-content {
		padding: 0rem 1.5rem 2.5rem .5rem;
	}
	.yp-grid .card:hover {
		background: transparent;
		text-decoration: underline;
		color: var(--pink);
		transform: translateY(-2px);
	}
	.yp-grid .card:hover .card-title {
		color: var(--purple)
	}
@media (min-width: 1000px)
	{
		.yp-grid {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			gap: 2rem;
			scroll-behavior: smooth;
			-ms-overflow-style: none;
			scrollbar-width: none;
		}
		.yp-grid .card-content {
			margin-top: -1rem
		}
	}


.donate_intro {
	max-width: 1200px;
	margin: 3rem auto;
	padding: 0 1rem;
}
	.donate_intro h2 {
		margin: 2rem 0;
	}
	.donate_intro--cta {
		display: flex;
		justify-content: center;
		align-items: center
	}
	@media (min-width: 1000px)
	{
		.donate_intro {
			display: grid;
			grid-template-columns: 3fr 2fr;	
			column-gap: 2rem;
			padding: 0
		}
	}

.donate_1col {
	max-width: 800px;
	margin: 3rem auto;
	padding: 0 1rem;
}
	
.donate_2col {
	max-width: 1200px;
	margin: 3rem auto;
	display: grid;
	padding: 0 1rem;
	
}
	.bth h2 img {
		display: inline-block;
		width: 146px;
		position: relative;
		top: 20px;
	}
	.donate_2col  {
	
	}
	.donate_2col .video {
		margin-top: 1rem
	}
	.bth-wrap {
		display: flex;
		align-items: center
	}
	.bth-wrap .bth {
		margin-top: -2rem
	}
	.donate_2col h3 {
		color: var(--black);
		margin-top: -10px
	}
	@media (min-width: 1000px)
	{
		.donate_2col {
			max-width: 1200px;
			margin: 3rem auto;
			display: grid;
			grid-template-columns: 1fr 1fr;	
			column-gap: 2rem;
			padding: 0;
		}
	}

.donate_4col {
	max-width: 1200px;
	margin: 3rem auto;
	display: grid;
	grid-template-columns: 1fr 1fr;	
	column-gap: 2rem;
	row-gap: 2rem;
	padding: 0 1rem
}
	@media (min-width: 1000px)
	{
		.donate_4col {
			grid-template-columns: 1fr 1fr 1fr 1fr;	
			column-gap: 2rem;
			padding: 0;
		}
	}
	.donate_amount {
		text-align: center;
		color: var(--purple);
		font-weight: 800
	}
	.donate_amount button {
		background: url(/assets/quote_bg.svg) no-repeat;
		background-size: contain;
		color: var(--white);
		font-size: 3rem;
		font-family: "veneer", sans-serif;
		font-weight: 100;
		padding: 0;
		margin-bottom: 1rem;
		width: 150px;
		height: 130px;
		transition: .2s ease-in-out;
	}
	.donate_amount button:hover {
		transform: translateY(-2px)rotate(2deg);
	}
	


.purple-box {
		position: relative;
		background: var(--purple);
		color: var(--white);
		padding: 2rem 0 2rem;
		color: var(--white);
	}
	.purple-box::before {
		content: "";
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
		height: 30px;
		background: url(/assets/p_topf.svg) no-repeat bottom left;
		background-size: cover;
		background-position-x: -5px;
		z-index: 1;
		pointer-events: none
	}
	.purple-box::after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%;
		height: 30px;
		background: url(/assets/p_top.svg) no-repeat bottom left;
		background-size: cover;
		z-index: 1;
		pointer-events: none;
		background-position-x: -5px;
		transform: rotate(180deg)
	}
	.purple-box__wrap {
		position: relative;
		padding: 2rem 0;
		z-index: 1
	}
	.purple-box__wrap::before {
		content: "";
		position: absolute;
		height: 50px;
		top: -5px;
		right: 0;
		width: 50vw;
		background: url(/assets/pb_t.svg) no-repeat top right;
		background-size: contain;
		z-index: -1;
		pointer-events: none;
	}
	.purple-box__wrap::after {
		content: "";
		position: absolute;
		bottom: -5px;
		height: 50px;
		left: 0;
		width: 50vw;
		background: url(/assets/pb_b.svg) no-repeat bottom left;
		background-size: contain;
		z-index: -1;
		pointer-events: none;
	}	
	.purple-box__title {
		color: var(--white);
		text-align: center;
		text-transform: uppercase;
		font-size: 2.5rem
	}
	.purple-box__reason {
		text-align: center
	}
	.purple-box__reason h3 {
		text-align: center;
		color: var(--white);
		font-size: 1.8rem;
		padding-bottom: 1rem
	}
	@media (min-width: 1000px)
	{	
		.purple-box__wrap::before {
			top: -30px;
		}
		.purple-box__wrap::after {
			bottom: -25px;
		}
	}
	@media (min-width: 1200px)
	{
		.purple-box__grid {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;	
			max-width: 1100px;
			margin: 0 auto;
			column-gap: 2rem
		}
		
	}




@media (max-width: 1000px)
{
	.block_spacer {
		display: none
	}
}







.image-border {
	position: relative
}
.image-border::before {
	content: " ";
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	width: Calc(100% + 1px);
	height: auto;
	background-image: url(/assets/menu_bg.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 290% auto;
	pointer-events: none;
	z-index: 1;
	height: 20px;
}
.image-border::after {
	content: " ";
	display: block;
	position: absolute;
	left: -1px;
	bottom: 0;
	width: Calc(100% + 1px);
	height: auto;
	background-image: url(/assets/menu_bg.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 290% auto;
	pointer-events: none;
	z-index: 1;
	height: 20px;
	transform: rotate(180deg);
}
.swiper-wrapper__edge--l {
	display: block;
	position: absolute;
	top: -1px;
	width: 20px;
	height: Calc(100% + 2px);
	left: 0;
	background-image: url(/assets/brand_leftw.svg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100% auto;
	pointer-events: none;
	z-index: 999;
}
.author-name {color: var(--black); font-size: 2rem; line-height: 1;margin-bottom: -9px;}
.author-name span {font-size: 1.2rem; display: block; margin-top: 10px;	}
.author-card { margin-top: 2rem }
.author-role { font-size: .8rem}
.author-photo { 
	width:300px; 
	height:200px; 
	object-fit:cover;
	-webkit-mask-image: url("/assets/author-path.svg");
	mask-image: url("/assets/author-path.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.author-meta { display:flex; flex-direction:column; gap:.5rem; margin-top: -20px }
.author-tags { list-style:none; display:flex; flex-wrap:wrap; gap:5px; margin:0; padding:0; }
.author-tags .tag { padding:0; color: var(--purple); border-radius:999px; font-size:.9rem; font-family: "Veneer", sans-serif}


.cta__wrapper {
	max-width: 1350px;
	margin: 0 auto
}
.cta__button {
	display: flex;
	gap: 50px;
	justify-content: center
}
.cta__wrapper .cta__button {
	justify-content: flex-start
}

.title_bullet--title {
	font-size: 2rem;
	background: url(/assets/b_splat.svg) no-repeat left 0.5rem;
	padding-left: 2.2rem;
	background-size: 33px;
}
.title_bullet {
	padding: 1rem 0;
	border-bottom: 1px solid var(--pink)
}

/* modal */
.sbs-modal-lock {overflow: hidden}
.sbs-mm-backdrop{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(65, 45, 126, 0.7);z-index:1000}
.sbs-mm-backdrop.is-open{display:flex}
.sbs-mm{background:#fff;max-width:min(800px,99vw);max-height:86vh;border-radius:0;padding:16px;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.3)}
.sbs-mm-close{position:absolute;top:60px;right:70px;font-size:20px;border:0;background:transparent;cursor:pointer}
.sbs-mm__header{display:flex;align-items:center;gap:.75rem;margin:0 0 .75rem 0}
.sbs-mm__title{margin:0;font-size:1.125rem; display: none}
.sbs-mm {
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: content-box;
}
.sbs-mm-figure img {
	border: 4px solid var(--pink);
}
.sbs-mm-tags {
	font-size: .7rem;

	color: #fff;
	padding: 10px;
	display: block;
}
.sbs-mm-tags li {
	padding: 10px;
	display: block;
	background: var(--purple);
	margin: 1rem
}
.sbs-mm {
	/* Mask styling */
	-webkit-mask-image: url("/assets/modal_mask2.svg");
	mask-image: url("/assets/modal_mask2.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: center;
	mask-position: center;
	padding: 55px;
	max-height: 92vh;
}
.sbs-mm-close {
  width: 32px;              /* adjust as needed */
  height: 32px;
  background: url("/assets/close.png") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  text-indent: -9999px;     /* hide the × text */
  overflow: hidden;
  padding: 0;
  display: inline-block;
}

.sbs-mm__body {
  /* Firefox scrollbar */
  /* Overlay-style scrollbar behaviour */
  scrollbar-gutter: stable both-edges;
	
  scrollbar-width: thin;
  scrollbar-color: var(--purple) var(--pink);
}


/* WebKit (Chrome, Edge, Safari) */
.sbs-mm__body::-webkit-scrollbar {
  width: 10px;
}

.sbs-mm__body::-webkit-scrollbar-track {
  background: var(--pink);
  margin: 0; /* remove gaps at top/bottom */
}
.sbs-mm__body::-webkit-scrollbar-thumb {
  background-color: var(--purple);
  border-radius: 0; /* force square edges */
  border: none; /* no inner gap */
  margin: 0;
}

.sbs-mm__body::-webkit-scrollbar-thumb:hover {
  background-color: color-mix(in srgb, var(--purple) 80%, black);
}

@media (min-width: 1100px)
{
	.sbs-mm {
		padding: 80px;
		max-height: 86vh;
	}
}

.other_ways-3cols {
	
}
.other_ways__reason {
	text-align: center;
	padding: 2rem;
	margin: 1rem 0;
}
.other_ways__reason p {
	margin-bottom: 2rem
}
.other_ways__reason .cta-button {
	padding: 0.3rem 1rem 0.3rem 1rem;
	font-size: 1.3rem;
	background: var(--purple);
	color: var(--white);
	box-shadow: 2px 2px 0 var(--pink);
}
.other_ways__reason:not(:last-child) {
	border-bottom: 2px solid transparent;
	border-image: url(/assets/line-x.svg) 2.5 stretch;
}
@media(min-width: 900px)
{
	.other_ways__reason:not(:last-child) {
		border-bottom: none;
		border-right: 2px solid transparent;
		border-image: url(/assets/line.svg) 2.5 stretch;
	}
}
.other_ways__reason .share-box {
	background: none;
	min-height: auto;
	margin-top: -2rem
}
.other_ways__reason .share-inner {
	padding: 0
}
.other_ways__reason .share-btn img {
	height: 30px
}
.other_ways__reason .share-list {
	justify-content: center
}
.other_ways__reason .share-title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px
}


.main-footer__regulators {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	
}
.main-footer__regulators img {
	width: 100%;
	max-height: 55px
}
.main-footer__regulators .credits {
	grid-column: span 2;
}



.bth-gallery-list { display: grid; gap: 2rem; padding-top: 3rem }
.bth-gallery__title { margin: 0 0 .75rem; }
.bth-swiper .swiper-wrapper { align-items: center; }
.bth-swiper .swiper-slide { width: auto; }
.bth-swiper img {
  display: block;
  height: 160px;   /* adjust to your design */
  width: auto;
  object-fit: cover;
}
.bth-swiper .swiper-slide a {
	border-radius: 10px;
	overflow: hidden;
	display: block;
}
.gallery-thumb {
	position: relative
}
.bth-swiper .swiper-slide a::before,
.gallery-thumb a::before {
	content: " ";
	display: block;
	width: 61px;
	height: 50px;
	background: url(/assets/gallery_bg2.svg) no-repeat;
	background-size: contain;
	bottom: 0;
	right: -10px;
	position: absolute;
}
.bth-swiper .swiper-slide a::after,
.gallery-thumb a::after {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	background: url(/assets/gallery.svg) no-repeat;
	background-size: contain;
	bottom: 10px;
	right: 10px;
	position: absolute;
}



/*
.sbs-mm::after {
	content: " ";
	background: url(/assets/brand_pt.svg) no-repeat;
	position: absolute;
	right: -70px;
	height: 120px;
	width: 100%;
	z-index: -1;
	top: -20px;
	transform: rotate(2deg);
	background-size: contain;
}
.sbs-mm:before {
	content: " ";
	background: url(/assets/brand_pr.svg) no-repeat;
	position: absolute;
	height: 100%;
	width: 100px;
	z-index: -1;
	bottom: 20px;
	transform: rotate(3deg);
	background-size: contain;
	right: -30px;
}
*/


.sbs-mm-subtitle {
	font-family: "Veneer";
	color: #000;
}
.sbs-mm-panel {
	width: 800px;
	background: #fff;
	padding: 2rem;
	z-index: 10;
	position: relative
}
.sbs-mm-subtitle {
	margin-bottom: 1rem;
	margin-top: -12px;
	text-transform: uppercase;
}
.sbs-mm-body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem
}
.sbs-mm__body {
	overflow-y: scroll;
	padding-right: 20px;
	max-height: 80vh
}


body .umbraco-forms-form .longanswer .umbraco-forms-field-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: 0px;
	background: #fff;
	border: 6px solid transparent;
	border-image: url(/assets/frame_s.svg) 90 stretch;
	border-image-width: 15px;
	border-image-outset: 0;
}
body .umbraco-forms-form .longanswer .umbraco-forms-field-wrapper textarea {
	max-width: 100% !important;
	border: none
} 
.umbraco-forms-form input[type="radio"] {
  accent-color: var(--purple);
}
body .umbraco-forms-form input.text, .umbraco-forms-form textarea {
	max-width: 100% !important;
	padding: 5px;
	display: block;
	width: 100%;
}
body .umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form select, .umbraco-forms-form textarea {
	margin: 0;
	border: none
}
body .umbraco-forms-form .umbraco-forms-page legend {
	color: var(--purple);
	font-family: "Veneer";
	font-weight: 100;
	font-size: 2rem;	
}
body .umbraco-forms-field.shortanswer .umbraco-forms-field-wrapper,
body .umbraco-forms-field.dropdown .umbraco-forms-field-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: 0px;
	background: #fff;
	border: 6px solid transparent;
	border-image: url(/assets/frame_s.svg) 22 stretch;
	border-image-width: 25px;
	border-image-outset: 0;
} 
label.umbraco-forms-label {
	font-family: "Veneer", sans-serif;
	font-weight: 100 !important;
}
.umbraco-forms-field-wrapper select {
	width: 100%;
	padding: 5px;
}
body input[type="radio"] {
	appearance: auto
}


body .umbraco-forms-form select {
	margin: 0;
	border: none
}
body .umbraco-forms-form input.text:focus, 
body .umbraco-forms-form input.title:focus, 
body .umbraco-forms-form select:focus, 
body .umbraco-forms-form textarea:focus {
	border: none
}
body .umbraco-forms-form fieldset {
	padding: 1rem 0 0 0
}
.umbraco-forms-form .checkboxlist input {
	appearance: auto
}
fieldset.umbraco-forms-field {
	margin-top: 10px !import;
}
.umbraco-forms-navigation .btn {
	position: relative;
	font-size: 2.5rem;
	display: inline-block;
	padding: .75rem 1.5rem;
	background-color: var(--green);
	color: var(--purple);
	text-decoration: none;
	font-family: veneer, sans-serif;
	border-radius: .575rem;
	transition: box-shadow .2s ease, transform .2s 	ease;
	z-index: 1;
	box-shadow: 5px 5px 0 var(--pink);
	position: relative;
}
.umbraco-forms-navigation .btn:hover {
	background-color: var(--green-hover);
	box-shadow: 2px 2px 0 var(--pink);
	cursor: pointer
}
.umbraco-forms-field-wrapper select {
  width: 100%;
  padding: 5px 2.2em 5px 5px; /* extra right padding for the arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font: inherit;
  color: inherit;
  line-height: 1.4;
}

/* The arrow */
.umbraco-forms-field.dropdown .umbraco-forms-field-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9em;
  transform: translateY(-50%);
  width: 0.9em;
  height: 0.9em;
  flex-shrink: 0;
  background-color: currentColor;

  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'><path d='M28.002 4.06445L23.9375 0L14.0007 9.93555L4.06445 0L0 4.06445L14.0007 18.0645L28.002 4.06445Z' fill='currentColor'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'><path d='M28.002 4.06445L23.9375 0L14.0007 9.93555L4.06445 0L0 4.06445L14.0007 18.0645L28.002 4.06445Z' fill='currentColor'/></svg>");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  color: var(--purple);
  transition: color 0.2s ease;
  pointer-events: none; /* make sure the arrow doesn’t block clicks */
}

/* Optional hover/focus effect */
.umbraco-forms-field-wrapper select:hover + .arrow,
.umbraco-forms-field-wrapper:hover::after {
  color: var(--brand-b, var(--purple));
}
body .umbraco-forms-form span.contourError, 
body .umbraco-forms-form span.field-validation-error {
	background: var(--pink) !important;
	color: #fff !important;
}


.checkboxlist {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}

.checkboxlist-horizontal > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}

/* Hide the native checkbox */
.checkboxlist input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Label text */
.checkboxlist label {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--purple, #412d7d);
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

/* Custom box next to label */
.checkboxlist label::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("/assets/brand_frame.svg") no-repeat center / contain;
  transition: all 0.3s ease;
  margin-left: 0.75rem;
  vertical-align: middle;
}

/* Checked state
.checkboxlist input[type="checkbox"]:checked + label {
  color: #fff;
  background-color: var(--purple, #412d7d);
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
 */

.checkboxlist input[type="checkbox"]:checked + label::after {
  background:
	url("/assets/brand_tick.svg") no-repeat center / 55%,
	url("/assets/brand_frame.svg") no-repeat center / contain;
}
/* --- Umbraco Forms: single consent checkbox --- */

.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  flex-wrap: wrap; /* keeps validation message on next line nicely */
}

/* Hide the native checkbox but keep it focusable/accessible */
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper
  input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px; height: 1px;
  margin: 0; padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
  border: 0;
}

/* Consent label text */
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper
  label[for] {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--purple, #412d7d);
  cursor: pointer;
  user-select: none;
  line-height: 1.2;
}

/* Add the custom box to the RIGHT of the label text (label stays left) */
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper
  label[for]::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 0.75rem;     /* keeps the box to the right of the text */
  vertical-align: middle;
  background: url("/assets/brand_frame.svg") no-repeat center / contain;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
}

/* Hover nudge */
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper
  label[for]:hover::after {
  transform: translateY(-1px);
}

/* Focus ring when the (hidden) checkbox is focused */
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper
  input[type="checkbox"]:focus-visible ~ label[for]::after {
  box-shadow: 0 0 0 3px rgba(65,45,125,0.25);
  border-radius: 6px;
}

/* Checked state swaps in the tick over the frame */
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper
  input[type="checkbox"]:checked ~ label[for]::after {
  background:
	url("/assets/brand_tick.svg") no-repeat center / 55%,
	url("/assets/brand_frame.svg") no-repeat center / contain;
}

/* Optional: error styling if Umbraco adds validation error classes */
.umbraco-forms-field.dataconsent .field-validation-error,
.umbraco-forms-field.dataconsent [data-valmsg-for][aria-invalid="true"] {
  color: #b00020;
  font-size: 0.95rem;
  flex-basis: 100%;
  margin-top: 0.25rem;
}

/* Optional: compact top label above the control (the “Consent for storing…” label) */
.umbraco-forms-field.dataconsent > .umbraco-forms-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--purple, #412d7d);
}

.umbraco-forms-field.titleanddescription {
	margin-bottom: 10px !important
}