/*!
Theme Name: Team Bratislava
Author: Whosred.sk
Author URI: https://whosred.sk/
Description: Team Bratislava
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


* {
	box-sizing: border-box;
}

body {
	margin: 0;
	color: var(--text);
	font-family: "Gellix", Arial, sans-serif;
	font-weight: 500;
	padding-top: 64px;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--text);
}

a {
	color: inherit;
	transition: all .3s ease;
}
img {
	max-width: 100%;
}

.ob-img-pos-top {
	object-position: top;
}

.page-container {
	max-width: var(--container);
}

.narrow {
	max-width: 900px;
}

.narrow-sm {
	max-width: 650px;
}

.section-cream {
	background: var(--cream);
}


.section-pink {
	background: var(--pink);
}

.green {
	background: var(--green);
}

.burgundy {
	background: var(--burgundy);
	color: #fff;
}

.light {
	background: #fff;
}

/* HEADER */

.headerWrapper {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	background: var(--red);
}

.headerWrapper header {
	background: var(--red);
}

.headerInner {
	max-width_: 1240px;
	margin: 0 auto;
	padding: 6px 24px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	background-color: var(--red);
}

.logo {
	position: relative;
	left: unset;
	top: unset;
	width: auto;
	height: 40px;
	z-index: 99999;
}

.logo svg,
.logo img {
	width: auto;
	height: 100%;
	display: block;
}

.navigationCluster {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-left: auto;
}

.desktopNavigation .mainMenu {
	display: flex;
	align-items: center;
	gap: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.desktopNavigation .mainMenu li {
	display: flex;
	align-items: center;
}

/*
.desktopNavigation .mainMenu li:not(:last-child)::after {
	content: "|";
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	opacity: 0.9;
	margin: 0 18px;
} */


.desktopNavigation .mainMenu a {
	color: var(--white);
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.desktopNavigation .mainMenu a:hover {
	opacity: 0.8;
}
.desktopNavigation .mainMenu li.menu-btn-support a {
	color: var(--black);
	background: var(--white);
	font-size: 18px;
	line-height: 1;
	font-weight: 800;
	padding: 17px 20px;
	border-radius: 999px;
}

.headerButton {
	background: var(--white);
	color: var(--black);
	border-radius: 999px;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.headerButton:hover {
	color: var(--black);
	background: #fff;
	opacity: 0.9;
}

.headerButton .heart::before {
	content: "♥";
	color: var(--red);
	font-size: 23px;
	line-height: 1;
	-webkit-text-stroke: 1px #444;
}

.mobileNavigation {
	display: none;
}

/* TYPO / LABELS */

.label-red,
.label-burgundy,
.label-green,
.label-pink {
	display: table;
	padding: 20px 28px;
	border-radius: 18px;
	text-align: center;
	line-height: 1.05;
	font-size: clamp(24px, 4vw, 42px);
}

.label {
	width: 100%;
}

.label-red {
	background: var(--red);
	color: #fff;
}

.label-burgundy {
	background: var(--burgundy);
	color: #fff;
}

.label-green {
	background: var(--green);
}

.label-pink {
	background: var(--pink);
}


/* HERO */

.hero {
	padding: 80px 0 55px;
	min-height: 60vh;
}

.hero-date {
	font-size: clamp(18px, 3vw, 34px);
	margin: 18px 0 0;
	text-transform: uppercase;
}

.hero-heart {
	width: 90%;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: url("/wp-content/uploads/2026/05/heart-cv.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}

.hero-heart.small {
	max-width: 200px;
	transform: rotate(15deg);
	position: absolute;
	top: -100px;
	left: -100px;
}

/* CARDS */

.note-card,
.text-card,
.quote-card,
.event-card {
	border-radius: var(--radius);
	padding: 28px;
}


.quote-card {
	font-size: 18px;
	line-height: 1.4;
}

.photo-card {
	background: #fff;
	border-radius: 16px;
}

.photo-card img,
.wide-photo {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--radius);
	background: #ddd;
}


.wide-photo {
	margin-top: 28px;
}

/* INTRO */

.intro {
	padding-top: 40px;
}

.intro-cards .col-md-4 {
	display: flex;
}

.intro-cards .note-card {
	height: 100%;
	min-height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* BUTTONS */

.btn-red {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: var(--red);
	color: #fff;
	text-decoration: none;
	border: 0;
	border-radius: 999px;
	padding: 11px 34px;
	font-size: 14px;
	transition: background .15s ease-in;
}

.btn-red:hover {
	background: var(--dark-red);
}

.btn-red.small {
	padding: 8px 22px;
	font-size: 13px;
}

.btn-red.fw {
	width: 100%;
}

/* STICKY SYSTEM */

.sticky-section,
.sticky-section .container,
.sticky-layout,
.sticky-layout > * {
	overflow: visible !important;
}

.sticky-section {
	position: relative;
}

.sticky-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start;
}

.sticky-layout-5-7 {
	grid-template-columns: 5fr 7fr;
}

.sticky-col {
	position: sticky;
	top: var(--sticky-top);
	align-self: start;
	height: fit-content;
	z-index: 2;
}

.sticky-scroll-content {
	margin-top: 150px;
	margin-bottom: 240px;
}

/* QUOTE DECORATIONS */

.text-wrap {
	position: relative;
}

.quotte-img.top {
	position: absolute;
	top: -60px;
}

.quotte-img.bottom {
	position: absolute;
	bottom: -60px;
	right: 0;
}

.sign-vallo {
	margin-top: 60px;
}

/* PROGRAM */

.program {
	padding-top: 80px;
}

.program-accordion {
	background: var(--cream);
	border-radius: 18px;
	padding: 10px;
}

.faq-accordion.program-accordion .accordion-item {
	background: var(--cream);
	border: 0;
	border-bottom: 1px solid #101010;
	border-radius: 0;
}

.accordion-button {
	padding: 15px 0;
}

.faq-accordion .accordion-button {
	box-shadow: none;
}

.faq-accordion .accordion-button.cream {
	background: var(--cream);
}

.faq-accordion .accordion-body {
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
}

.program-day-label {
	background: #111;
	color: #fff;
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 12px;
	flex-shrink: 0;
}

.day-name {
	margin-left: 20px;
	font-weight: 800;
}

.program-inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.prog-item {
	padding: 5px 0;
}
.prog-item:not(:last-child) {
	border-bottom: 1px solid #000;
}
.prog-inner {
	display: grid;
	grid-template-columns: 95px 1fr;
	gap: 6px 12px;
	align-items: start;
}

.prog-item time {
	display: inline-block;
	width: 95px;
	font-weight: 700;
	white-space: nowrap;
}

.prog-item span {
	font-weight: 500;
}

.prog-row {
	padding-left: 107px;
	font-weight: 500;
}

.dot::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #000;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -4px;
}

.no-pad {
	padding: 0;
}

/* INFO STACK */

.info-stack {
	display: grid;
	gap: 16px;
}

.info-stack article {
	background: #fff;
	padding: 22px;
	border-radius: 18px;
}

.info-stack h3,
.event-card h3 {
	font-size: 24px;
	margin-bottom: 12px;
}

/* FAQ */

.faq-accordion .accordion-item {
	border: 0;
	border-bottom: 1px solid #101010;
	background: transparent;
}

.faq-accordion .accordion-button {
	font-weight: 600;
}

/* PUBLIC EVENTS */

.event-card {
	background: #fff;
}

/* GALLERY */

.masonry-gallery {
	columns: 2 240px;
	column-gap: 18px;
}

.masonry-gallery img {
	break-inside: avoid;
}

/* HELPERS */

.pos-rel {
	position: relative;
}

.mb-16 {
	margin-bottom: 16px;
}

.underline {
	position: relative;
	display: inline-block;
	--leftVal: clamp(8px, 0.83vw, 18px);
	margin-bottom: 30px;
}

.underline::after {
	content: "";
	position: absolute;
	left: -5px;
	bottom: -10px;
	height: 5px;
	right: clamp(8px, 0.83vw, 18px);
	width: 0;
	background: black;
	border-radius: 9px;
	transform: rotate(.1deg);
	animation: underlineGrow 1s cubic-bezier(0, 0.85, 0.32, 1.28) forwards;
}

@keyframes underlineGrow {

	from {
		width: 0;
	}
	to {
		width: calc(100% + clamp(16px, 1.66vw, 36px));
	}

}

.accordion-button {
	background: transparent !important;
	color: black !important;
}

.faq-accordion {
	padding: 30px 10px;
	border-radius: 30px;
}

.accordion-item {
	border-radius: 0 !important;
}

.video-card {
	position: relative;
	overflow: hidden;
	margin-bottom: 128px;
}

.video-card video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: inherit;
	object-fit: cover;
}

/* PLAY BUTTON */
.video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: rgba(206, 240, 107, .65);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: .2s;
}

.video-play:hover {
	transform: translate(-50%, -50%) scale(1.08);
	background: rgba(0,0,0,.8);
}

.video-play span {
	margin-left: 5px;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 22px solid #fff;
}

.lg-backdrop.in {
	opacity: .85 !important;
}

.masonry-gallery a {
	display: block;
	text-decoration: none;
}

.gallery-image {
	display: block;
	overflow: hidden;
	border-radius: var(--radius);
	margin-bottom: 10px;
}

.gallery-image img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .45s ease;
}

.masonry-gallery a:hover img {
	transform: scale(1.035);
}

.masonry-gallery a:first-child {
	margin-top: 20%;
}

.footer-socials svg {
	width: 20px;
}

.site-footer {
	background: var(--muted);
	padding: 170px 0 70px;
}

.site-footer .page-container {
	max-width: calc(100vw - 24px);
}

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding-bottom: 62px;
	border-bottom: 1px solid var(--red);
}

.footerMenu, .footer-social-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.footerMenu a, .footer-social-links a{
	color: var(--white);
	text-decoration: none;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.18;
}

.footer-socials {
	display: flex;
	align-items: center;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-socials a {
	color: #7d786f;
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--white);
	font-size: 16px;
	font-weight: 500 ;
	line-height: 1.2;
}

.footer-bottom a {
	color: var(--white);
	text-decoration: none;
}



.site-footer .hero-heart {
	max-width: 270px;
	position: absolute;
	top: -150px;
}

.footer {
	position: relative;
	margin-top: 120px;
}

.scallop-box {
	position: relative;
	border-radius: 0 0 24px 24px;
	padding: 32px 32px 32px;
	margin-top: 20px !important;
}



/* SVG VLNKY HORE */
.scallop-box::before {
	content: "";
	position: absolute;
	top: -16px;
	left: 0;
	width: 100%;
	height: 22px;
	background-repeat: repeat;
	background-size: cover;
	pointer-events: none;
	z-index: 2;
}

.scallop-box.green-dots::before {
	background-image: url(/wp-content/themes/teamba/assets/imgs/dots-green-2.svg);
	background-size: contain;
}

.scallop-box.burgundy-dots::before {
	background-image: url(/wp-content/themes/teamba/assets/imgs/dots-burgundy.svg);
}

.scallop-box.white-dots::before {
	background-image: url(/wp-content/themes/teamba/assets/imgs/dots-white.svg);
}

.scallop-box.pink-dots::before {
	background-image: url(/wp-content/themes/teamba/assets/imgs/dots-pink.svg);
}

.accordion .accordion-collapse {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition:
			grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1),
			opacity 0.35s ease;
}

.accordion .accordion-collapse.show {
	grid-template-rows: 1fr;
	opacity: 1;
}

.accordion .accordion-body {
	overflow: hidden;
	padding: 0;
}

/* =========================================
   FORMINATOR CUSTOM STYLE
========================================= */

.forminator-ui {
	padding: 30px !important;
	border-radius: 30px !important;
}

.forminator-ui input,
.forminator-ui textarea {
	border-radius: 10px !important;
	padding: 15px !important;
	background-color: white !important;
}

.forminator-ui label {
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.15em !important;
}

.forminator-checkbox-box {
	background-color: white !important;
	border-radius: 4px !important;
}

.forminator-button.forminator-button-submit {
	width: 100% !important;
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
	background: var(--red) !important;
	color: #fff !important;
	text-decoration: none !important;
	border: 0 !important;
	border-radius: 999px !important;
	padding: 16px 96px !important;
	font-weight: 700 !important;
	font-size: 22px !important;
}

.forminator-ui input:checked + .forminator-checkbox-box::before {
	display: none !important;
}

.forminator-button.forminator-button-submit:hover {
	background: var(--dark-red) !important;
	opacity: 1 !important;
	transform: translateY(0) !important;
}

/* WRAPPER */
.forminator-ui.forminator-custom-form {
	background: var(--pink);
	padding: clamp(24px, 4vw, 48px);
	border-radius: 32px;
}

/* ROW SPACING */
.forminator-ui .forminator-field {
	margin-bottom: 32px;
}

/* LABEL */
.forminator-ui label {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--black);
	margin-bottom: 10px;
}

/* INPUT */
.forminator-ui input.forminator-input,
.forminator-ui textarea.forminator-textarea,
.forminator-ui select {
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #111;
	border-radius: 14px;
	padding: 16px 18px;
	font-size: 18px;
	line-height: 1.3;
	color: #111;
	box-shadow: none;
	transition:
			border-color .2s ease,
			background .2s ease,
			transform .2s ease;
}

/* PLACEHOLDER */
.forminator-ui input::placeholder,
.forminator-ui textarea::placeholder {
	color: #8f8f8f;
	opacity: 1;
}

/* TEXTAREA */
.forminator-ui textarea.forminator-textarea {
	min-height: 220px;
	resize: vertical;
}

/* FOCUS */
.forminator-ui input:focus,
.forminator-ui textarea:focus,
.forminator-ui select:focus {
	outline: none;
	border-color: var(--pink);
	background: #fff;
}

/* CHECKBOX WRAP */
.forminator-ui .forminator-checkbox {
	margin-bottom: 18px;
}

/* CHECKBOX LABEL */
.forminator-ui .forminator-checkbox__label {
	font-size: 18px;
	line-height: 1.45;
	font-weight: 500;
	padding-left: 42px;
	position: relative;
	cursor: pointer;
}

/* CUSTOM CHECKBOX */
.forminator-ui .forminator-checkbox-box {
	width: 24px;
	height: 24px;
	border: 1px solid #111;
	border-radius: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 2px;
	transition: all .2s ease;
}

/* CHECKED */
.forminator-ui input:checked + .forminator-checkbox-box {
	background: var(--green);
	border-color: #111;
}

/* CHECK ICON */
.forminator-ui input:checked + .forminator-checkbox-box::after {
	content: "";
	position: absolute;
	left: 9px;
	top: -7px;
	width: 8px;
	height: 20px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	transform: rotate(45deg);
}

/* SUBMIT WRAP */
.forminator-ui .forminator-button-submit {
	width: 100%;
	height: 72px;
	border: 0;
	border-radius: 999px;
	background: var(--pink);
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	transition:
			transform .2s ease,
			opacity .2s ease;
}

/* HOVER */
.forminator-ui .forminator-button-submit:hover {
	opacity: .92;
	transform: translateY(-1px);
}

/* ACTIVE */
.forminator-ui .forminator-button-submit:active {
	transform: scale(.98);
}

/* ERROR */
.forminator-ui .forminator-error-message {
	color: #d00000;
	font-size: 14px;
	font-weight: 600;
	margin-top: 8px;
}

/* CHARACTER COUNT */
.forminator-ui .forminator-description {
	font-size: 14px;
	text-align: right;
	margin-top: 8px;
	color: #111;
}

/* REMOVE DEFAULT SHADOWS */
.forminator-ui * {
	box-shadow: none !important;
}

/* MOBILE */


.mobileNavigation {
	display: none;
}

.mobileMenuPanel {
	display: none;
}

.ham {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.nav-icon3 {
	width: 30px;
	height: 22px;
	position: relative;
	display: block;
}

.nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: var(--white);
	border-radius: 0;
	left: 0;
	transition: .25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
	top: 0;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
	top: 9px;
}

.nav-icon3 span:nth-child(4) {
	top: 18px;
}

body.mobile-menu-open .nav-icon3 span:nth-child(1),
body.mobile-menu-open .nav-icon3 span:nth-child(4) {
	top: 9px;
	width: 0;
	left: 50%;
}

body.mobile-menu-open .nav-icon3 span:nth-child(2) {
	transform: rotate(45deg);
}

body.mobile-menu-open .nav-icon3 span:nth-child(3) {
	transform: rotate(-45deg);
}



/* new css - ODPOČET - Jano */


.gutter-x-16 {
	--bs-gutter-x: 16px;
}

.gutter-x-40 {
	--bs-gutter-x: 40px;
}


.gutter-y-32 {
	--bs-gutter-y: 32px;
}

.br10 {
	border-radius: 10px;
}


.project-stav-flex {
	gap: 2px;
}
.filterbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px;
	min-width: 121px;
	border-radius: 999px;
	background: #FFF0A7;
	color: var(--black);
	text-decoration: none;
	transition: all .3s ease;
	font-size: 18px;
	line-height: 1;
}
.filterbtn:hover {
	background: var(--yellow);
}
.filterbtn.active {
	background: var(--yellow);
}

.selectpill {
	width: auto;
	min-width: 220px;
	min-height: 54px;
	border: 0;
	border-radius: 999px;
	padding-left: 22px;
	padding-right: 50px;
	background-color: #dedbd4;
	box-shadow: none;
}


.imgwrap {
	aspect-ratio: 4 / 5;
	background: var(--white);
}

.imgcover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.imgplaceholder {
	width: 100%;
	height: 100%;
	background: var(--gray);
}




.cardtitle a {
	text-decoration: underline;
	text-decoration-color: transparent;
}

.cardtitle a:hover {
	text-decoration-color: inherit
}

.cardclean {
	border: 0;
	background: transparent;
}

.filterbtn {
	border: 0;
	cursor: pointer;
}



.customselect {
	position: relative;
	width: 100%;
	max-width: 216px;
}

.customselect-toggle {
	width: 100%;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border: 0;
	border-radius: 999px;
	padding: 16px 20px;
	background: var(--light-purple);
	color: var(--black);
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.customselect-icon {
	width: 16px;
	height: 9px;
	background-image: url(assets/imgs/tba-arrow-down.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.2s ease;
}

.customselect.open .customselect-icon {
	transform: rotate(180deg);
}

.customselect-menu {
	position: absolute;
	z-index: 20;
	top: calc(100% + 8px);
	left: 0;
	width: 100%;
	padding: 8px;
	border-radius: 16px;
	background: var(--light-purple);
	display: none;
}

.customselect.open .customselect-menu {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.customselect-option {
	width: 100%;
	border: 0;
	border-radius: 999px;
	padding: 16px 16px;
	background: transparent;
	font-size: 18px;
	line-height: 1;
	text-align: left;
	cursor: pointer;
}

.customselect-option:hover,
.customselect-option.active {
	background: var(--purple);
}

.clearfilter {
	width: 52px;
	height: 52px;
	margin-left: 8px;
	border: 0;
	border-radius: 999px;
	background: var(--light-purple);
	cursor: pointer;
	background-image: url(assets/imgs/tba-close.svg);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;

}

.loaderdot {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	border-radius: 999px;
	background: #ffa300;
	animation: loaderdot 0.8s infinite alternate;
}

.loaderdot:nth-child(2) {
	animation-delay: 0.15s;
}

.loaderdot:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes loaderdot {
	from {
		opacity: 0.35;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(-5px);
	}
}








.projects-wrap {
	min-height: 300px;
}

#projekty-grid {
	transition: opacity 0.2s ease, filter 0.2s ease;
}

#projekty-grid.is-loading {
	opacity: 0.35;
	pointer-events: none;
	filter: blur(1px);
}

.projects-overlay {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 180px;
	background: rgba(255, 255, 255, 0.45);
	border-radius: 10px;
}

.projects-loader {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 22px;
	border-radius: 999px;
}

.projects-loader.small {
	padding: 0;
	background: transparent;
}

.projects-loader span {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: var(--orange);
	animation: projectloader 0.5s infinite alternate;
}

.projects-loader span:nth-child(2) {
	animation-delay: 0.15s;
}

.projects-loader span:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes projectloader {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(-5px);
	}
}








.box {
	display: grid;
	grid-template-columns: 40% 60%;
	overflow: hidden;
}

.box__image {
	aspect-ratio: 4 / 5;
}

.box__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.box__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}













.shared-image {
	aspect-ratio: 3 / 2;
}
.shared-image img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.events-list__item {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 16px;
	border-top: 2px solid var(--black);
}


.events-list__item strong,
.events-list__item span {
	display: block;
}

.support-box {
	min-height: 190px;
}

.newsletter-box, .primator-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.newsletter-box .box__image, .primator-box  .box__image {
	aspect-ratio: unset;
}

.support-form-box {
	display: block;
	grid-template-columns: unset;
}




.tba-btn-heart:after {
	content: "";
	display: inline-block;
	height: 0.75em;
	width: 0.75em;
	background-image: url(assets/imgs/tba-heart.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0.25em;
	position: relative;
	top: 0.125em;
}

.tba-btn-heart-white-full:after {
	content: "";
	display: inline-block;
	height: 0.75em;
	width: 0.75em;
	background-image: url(assets/imgs/tba-heart-white-full.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0.25em;
	position: relative;
	top: 0.125em;
}

.tba-btn-lg.tba-btn-heart-white-full:after {
	margin-left: 0.5em;
}

.link-right-arrow:after {
	content: "";
	display: inline-block;
	height: 0.75em;
	width: 1.5em;
	background-image: url(assets/imgs/tba-right-arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0;
	position: relative;
	transition: all .3s ease;
}
.link-right-arrow:hover:after {
	transform: translateX(0.5em);
	opacity: 0.4;
}

.link-right-arrow-white:after {
	content: "";
	display: inline-block;
	height: 0.75em;
	width: 1.5em;
	background-image: url(assets/imgs/tba-right-arrow-white.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0;
	position: relative;
	transition: all .3s ease;
}
.link-right-arrow-white:hover:after {
	transform: translateX(0.5em);
}




.newsletter-form .forminator-ui.forminator-custom-form {
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}
.newsletter-form .forminator-ui label {
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 20px !important;
	color: var(--black) !important;
	margin: 0 !important;
}
.newsletter-form .forminator-ui input.forminator-input,
.newsletter-form .forminator-ui textarea.forminator-textarea,
.newsletter-form .forminator-ui select {
	border-bottom: 2px solid var(--black) !important;
	border-radius: 0 !important;
	padding: 16px 0 !important;
	font-size: 20px !important;
	line-height: 1.18 !important;
	color: var(--black) !important;
	box-shadow: none;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.newsletter-form .forminator-is_filled .forminator-label[class*="forminator-floating-"],
.newsletter-form .forminator-design--material .forminator-is_active .forminator-label[class*="forminator-floating-"] {
	font-size: 12px !important;
}
.newsletter-form .forminator-design--material .forminator-label .forminator-required {
	color: inherit !important;
}
.newsletter-form .forminator-ui.forminator-custom-form[data-design=material] .forminator-floating--input {
	-webkit-transform: translateY(var(--forminator-floating-label-translate, 40px));
	transform: translateY(var(--forminator-floating-label-translate, 40px));
}

.newsletter-form .forminator-is_active input::placeholder {
	color: #1D1D1D66 !important;
	opacity: 1 !important;
}

.newsletter-form .forminator-button.forminator-button-submit {
	width: auto !important;
	display: inline-flex !important;
	justify-content: center !important;
	align-items: center !important;
	background: var(--white) !important;
	color: var(--text) !important;
	text-decoration: none !important;
	border: 0 !important;
	border-radius: 999px !important;
	padding: 17px 64px !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 1 !important;
}
.newsletter-form .forminator-ui .forminator-button-submit:hover {
	opacity: 1;
	background: var(--gray) !important;
	transform: translateY(0px);
}

.newsletter-form .forminator-ui .forminator-checkbox .forminator-checkbox-box {
	width: 18px !important;
	height: 18px !important;
	flex: 0 0 18px !important;
	position: relative;
	border-width: 1px !important;
	border-style: solid;
	border-radius: 2px;
	background: var(--white) !important;
	border-color: var(--black) !important;
}
.newsletter-form .forminator-ui .forminator-checkbox__label {
	padding-left: 0 !important;
}
.newsletter-form .forminator-ui .forminator-checkbox__label p {
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.18 !important;
	color: var(--black) !important;
}
.newsletter-form .forminator-ui input:checked + .forminator-checkbox-box::after {
	content: "" !important;
	position: absolute !important;
	left: 9px !important;
	top: -7px !important;
	width: 8px !important;
	height: 20px !important;
	border-right: 2px solid black !important;
	border-bottom: 2px solid black !important;
	transform: rotate(45deg) !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	opacity: 1 !important;
	z-index: 0 !important;
}
.newsletter-form .forminator-design--material .forminator-error-message {
	color:  var(--red) !important;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1194px;
	}
}










.project-gallery__main {
	overflow: hidden;
	aspect-ratio: 16 / 10;
}
.project-gallery__main .swiper-slide {
	height: auto;
}

.project-gallery__pagination {
	bottom: 4px !important;
}

.project-gallery__pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: var(--white);
	transition: all .3s ease;
	opacity: 1;
}

.project-gallery__pagination .swiper-pagination-bullet-active {
	background: var(--black);
}

.project-gallery__thumbs .swiper-slide {
	cursor: pointer;
	opacity: .65;
	transition: opacity .2s ease;
}

.project-gallery__thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.project-content p {
	margin-bottom: 0;
}

.project-link {
	display: inline-block;
	text-decoration: underline;
}
.project-link:hover {
	color: var(--text-gray);
}

.project-gallery__main .swiper-slide {
	border-radius: 16px;
	overflow: hidden;
}

.project-gallery__thumbs .swiper-slide {
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 16px;
}

.project-gallery__main img,
.project-gallery__thumbs img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}












.person-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.person-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--gray);
}

.person-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.person-card__title {
	margin: 0 0 10px;
}

.person-card__title a {
	color: inherit;
	text-decoration: none;
}

.person-card__tag {
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 3px;
	background: var(--red);
	color:  var(--white);
}

.person-card__tag.bg-yellow {
	background: var(--yellow);
}

.person-card__tag_sm {
	padding: 5px 8px;
	border-radius: 2px;
}
.person-card__link {
	text-underline-offset: 3px;
	text-decoration-thickness: 1.5px;
}

.person-card__link:hover {
	color: var(--text-gray);
}
.primator__badge {
	position: absolute;
	left: 16px;
	bottom: 24px;
}

.support-form .forminator-ui.forminator-custom-form {
	background: unset;
	padding: 0 !important;
	border-radius: unset;
}














.support-form .support-toggle {
	padding-top: 44px !important;
	position: relative;
}
.support-form .support-toggle .forminator-field {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0 !important;
	padding: 4px !important;
	border: 1px solid var(--black) !important;
	border-radius: 999px !important;
	background: var(--white) !important;
}

.support-form .support-toggle .forminator-label {
	display: block !important;
	margin-bottom: 16px !important;
	font-size: 24px !important;
	line-height: 1.18 !important;
	font-weight: 800 !important;
	position: absolute;
	top: 0;
}

.support-form .support-toggle .forminator-radio {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 54px !important;
	padding: 17px 24px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
}

.support-form .support-toggle .forminator-radio input {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.support-form .support-toggle .forminator-radio-bullet {
	display: none !important;
}

.support-form .support-toggle .forminator-radio-label {
	position: relative !important;
	z-index: 2 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	font-weight: 600 !important;
	color: var(--black) !important;
	white-space: nowrap !important;
	margin: 0 !important;
}

.support-form .support-toggle .forminator-radio:has(input:checked) {
	background: var(--red) !important;
}

.support-form .support-toggle .forminator-radio:has(input:checked) .forminator-radio-label {
	color: var(--white) !important;
}


.support-form .support-amount .forminator-label {
	display: block !important;
	margin-bottom: 32px !important;
	font-size: 24px !important;
	line-height: 1.18 !important;
	font-weight: 800 !important;
	position: absolute;
	top: 0;
	left: 24px;
}
.support-form .support-amount {
	position: relative;
	padding-top: 60px !important;
}
.support-form .support-amount .forminator-field {
	display: flex;
	flex-wrap: wrap;
	gap:  32px 25px;
	padding: 0 24px !important;
	max-width: 380px;
}
.support-form .support-other-amount .forminator-field {
	padding: 0 24px !important;
	max-width: 380px;
	margin-top: -16px !important
}
.support-form .support-other-amount .forminator-field .forminator-label {
	font-size: 18px !important;
	line-height: 1.18 !important;
	font-weight: 800 !important;
	padding-bottom: 11px !important;
}
.support-form .support-amount .forminator-field .forminator-radio {
	width: calc((100% - 50px) / 3);
	margin: 0 !important;
}
.support-form .forminator-ui input, .support-form .forminator-ui textarea {
	border-radius: 16px !important;
	padding: 14px 19px !important;
	background-color: white !important;
	border: 1px solid var(--text-gray) !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	color: var(--black) !important;
}

.support-form .support-amount .forminator-radio .forminator-radio-bullet {
	width: 15px !important;
	height: 15px !important;
	flex: 0 0 15px !important;
	background: transparent !important;
	border-color: var(--black) !important;
}
.support-form .support-amount .forminator-radio:has(input[value="ina-suma"]) .forminator-radio-bullet~span {
	text-transform: none;
}
.support-form .support-amount .forminator-radio .forminator-radio-bullet:before {
	width: 11px !important;
	height: 11px !important;
	top: 1px !important;
	left: 1px !important;
	background: var(--black) !important;
	-webkit-transform: unset !important;
	transform: unset !important;
}
.support-form .support-amount .forminator-radio .forminator-radio-bullet~span {
	margin-left: 8px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}


.support-form .forminator-ui label {
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	margin-bottom: 4px !important;
}

.support-form .support-name .forminator-no-margin .forminator-col:not(:last-of-type),
.support-form .support-address .forminator-no-margin .forminator-col:not(:last-of-type) {
	margin-bottom: 4px !important;
}
.support-form .support-basic-info-title {
	font-size: 24px !important;
	line-height: 1.18 !important;
	font-weight: 800 !important;
	margin-bottom: -24px !important;
	margin-left: 8px !important;
}

.support-form .support-address .forminator-row:not(:last-of-type) {
	margin-bottom: 4px !important;
}
.support-form .support-name, .support-form .support-address, .support-form .support-bank-number_, .support-form .support-legal-form {
	margin-bottom: -16px !important;
}
.support-form .support-bank-number {
	margin-bottom: 32px !important;
}
.support-form .support-email, .support-form .support-bank-name, .support-form .support-company-name {
	margin-bottom: -44px !important;
}
.support-form .support-birth-number {
	margin-bottom: -16px !important;
	margin-top: -28px !important;
}
.support-form  .forminator-textarea {
	height: 104px;
	min-height: 104px;
}
.support-form .forminator-ui .forminator-field-textarea label {
	font-size: 18px !important;
	line-height: 1.18 !important;
	font-weight: 800 !important;
	margin-left: 8px !important;
}
.support-form .forminator-ui .forminator-field-textarea {
	position: relative;
	margin-bottom: 3px;
	margin-top: -16px;
}

.support-form .forminator-ui .forminator-field-textarea .forminator-description span:not(.forminator-monospace) {
	position: absolute;
	top: 100%;
	left: 40px;
	font-size: 14px;
	line-height: 19px;
	color: #AFAFAF;
}
.support-form .forminator-field-textarea .forminator-label+.forminator-description {
	font-size: 18px !important;
	line-height: 1.18 !important;
	font-weight: 500 !important;
	margin-left: 8px !important;
	text-align: left !important;
	margin-bottom: 16px !important;
}
.support-form .support-consent-text {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	margin: 0 16px -32px 16px;
}
.support-form .forminator-ui .forminator-checkbox-box {
	width: 24px !important;
	height: 24px !important;
	flex: 0 0 24px !important;
	border: 1px solid var(--black) !important;
	border-radius: 4px !important;
}
.support-form .forminator-ui input:checked + .forminator-checkbox-box::after {
	left: 13px;
	top: -8px;
	width: 8px;
	height: 24px;
}
.support-form .forminator-ui .forminator-checkbox__label {
	padding-left: 0 !important;
	margin-left: 24px !important;
	top: 4px;
}
.support-form .forminator-field-consent {
	margin: 0 48px !important;
}
.support-form .support-consent-person.forminator-field-consent {
	margin: 16px 16px 24px  !important;
}
.support-form .forminator-row:has(.forminator-field-consent) {
	margin-bottom: 8px !important;
}
.support-form .forminator-button.forminator-button-submit {
	width: fit-content !important;
	padding: 16px 105px !important;
	font-weight: 500 !important;
	font-size: 18px !important;
}
.support-form .tba-btn-heart-white-full:after {
	margin-left: 10px !important;
}
.support-form .forminator-row.forminator-row-last {
	text-align: center;
}
.support-form .forminator-repeater-field {
	padding: 0 !important;
	background: transparent !important;
}
.support-form_ .forminator-row:has(.forminator-field-group) {
	margin-bottom: 0 !important;
}







.donation-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px 24px;
	overflow-y: auto;
}

.donation-popup.is-open {
	display: flex;
}

.donation-popup__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.donation-popup__box {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 785px;
	text-align: left;
}

.donation-popup__close {
	position: absolute;
	top: 32px;
	right: 32px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background-image: url(assets/imgs/tba-close.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s ease;
}
.donation-popup__close:hover {
	opacity: 0.5;
}







.donation-popup__payment {
	display: grid;
	grid-template-columns: minmax(0, 460px) 200px;
	justify-content: start;
	align-items: flex-start;
	gap: 32px;
	text-align: left;
}


.donation-popup__details div {
	padding: 12px 0;
	border-bottom: 1px solid #999;
}

.donation-popup__qr img {
	width: 200px;
	height: auto;
	display: block;
}

.donation-popup__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	padding: 12px 20px;
	border-radius: 4px;
	background: #ef4b4b;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}

body.popup-open {
	overflow: hidden;
}



.donation-progress {
	--progress: 0;
	--circumference: 276.46;

	position: relative;
	width: 120px;
	height: 120px;
}

.donation-progress__svg {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.donation-progress__bg,
.donation-progress__bar {
	fill: none;
	stroke-width: 18;
	stroke-linecap: butt;
}


.donation-progress__bg {
	stroke: var(--white);
}

.donation-progress__bar {
	stroke: var(--red);
	stroke-linecap: butt;
	stroke-dasharray: var(--circumference);
	stroke-dashoffset: var(--circumference);
	transition: stroke-dashoffset 1.8s cubic-bezier(.22, 1, .36, 1);
	stroke-width: 18px;
}

.donation-progress.is-animated .donation-progress__bar {
	stroke-dashoffset: calc(
			var(--circumference) - (var(--circumference) * var(--progress) / 100)
	);
}

.donation-progress__value {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.donation-progress-holder {
	display: flex;
	gap: 64px;
	align-items: center;
}
.newline {
	display: block;
}

/* Zoznam darcov */

.team-donors-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    overflow: hidden;
    font-size: 16px;
	overflow-x: auto;
	display: block;
}

.team-donors-table thead {
    color: var(--black);
}

.team-donors-table th {
    padding: 18px 22px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
	color: var(--black);
}

.team-donors-table td {
    padding: 9px 22px;
    font-weight: 500;
    border-top: 1px solid var(--black);
    color: var(--black);
    vertical-align: middle;
}

.team-donors-table tbody tr:nth-child(even) {
    background: #f7f9fc;
}

.team-donors-table tbody tr:hover {
    background: #eef4ff;
}

/*
.team-donors-table th:nth-child(2),
.team-donors-table th:nth-child(3) {
    text-align: right;
    font-weight: 500;
    color: white;
    white-space: nowrap;
}
*/
.team-donors-table td:nth-child(2),
.team-donors-table td:nth-child(3) {
    text-align: right;
    font-weight: 500;
    color: var(--black);
    white-space: nowrap;
}




@media (max-width: 767px) {
    .team-donors-table {
        display: block;
        border-radius: 12px;
        overflow-x: auto;
        font-size: 14px;
    }

    .team-donors-table th,
    .team-donors-table td {
        padding: 14px 16px;
        font-weight: 500;
    }

    .team-donors-table th:nth-child(2),
    .team-donors-table td:nth-child(2),
    .team-donors-table th:nth-child(3),
    .team-donors-table td:nth-child(3) {
        text-align: left;
    }
}


.person-tag-holder {
	display: flex;
	gap: 8px;
}
.person-img {
	width: 100%;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
}
.ludia-filter-holder {
	gap: 8px;
}
.custom-select-funkcia .customselect-toggle, .custom-select-funkcia .customselect-menu {
	background: var(--light-yellow);
}
.custom-select-funkcia .customselect-option:hover, .custom-select-funkcia .customselect-option.active {
	background: var(--yellow);
}
.clearfilter.js-clear-funkcia {
	background-color: var(--light-yellow);
	margin-left: 0;
}


.custom-select-mestska-cast .customselect-toggle, .custom-select-mestska-cast .customselect-menu {
	background: var(--light-purple);
}
.custom-select-mestska-cast .customselect-option:hover, .custom-select-mestska-cast .customselect-option.active {
	background: var(--purple);
}
.clearfilter.js-clear-mestska-cast {
	background-color: var(--light-purple);
	margin-left: 0;
}
.custom-select-mestska-cast {
	max-width: 260px;
}
.custom-select-funkcia {
	max-width: 230px;
}
.support-bottom-link {
	display: flex;
	gap: 24px;
	justify-content: center;
}






.project-gallery__main {
	position: relative;
}

.project-gallery__nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 10px;
	height: 18px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
	transform: translateY(-50%);
	transition: opacity .2s ease;
}

.project-gallery__nav:hover {
	opacity: .85;
}

.project-gallery__nav--prev {
	left: 16px;
	background-image: url("assets/imgs/tba-gall-right-arrow.svg");
	transform: translateY(-50%) rotate(180deg);
}

.project-gallery__nav--next {
	right: 16px;
	background-image: url("assets/imgs/tba-gall-right-arrow.svg");
}

.project-gallery__nav.swiper-button-disabled {
	opacity: .35;
	cursor: default;
}


/* CAMP */
.label-cream {
	background: var(--cream);
}

.scallop-box.cream-dots::before {
	background-image: url(/wp-content/themes/teamba/assets/imgs/dots-white.svg);
}
.mt-20 {
	margin-top: 20px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-30 {
	margin-top: 30px;
}
.free-entry {
	position: absolute;
	height: 60px;
	top: -68px;
	right: 0;
}

.discussion-card {
	padding: 40px 20px;
}


.narrow {
	max-width: 900px !important;
}



.person-links {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}
.person-links a:hover {
	color: var(--red);
}
.support-form .forminator-row.forminator-row-last {
	margin-bottom: 32px !important;
}
.support-form .support-email_ {
	margin-top: -16px;
}
.support-form #group-2, .support-form #group-1 {
	margin-bottom: -48px;
}
.support-form .forminator-row:has(#group-1) {
	margin-bottom: 32px !important;
}
.support-form #group-1 .support-bank-name {
	margin-top: -16px !important;
}
.support-form #group-1 .support-dic {
	margin-top: -44px !important;
}
.support-form #group-1 .support-bank-number {
	margin-bottom: 48px !important;
}

.site-footer {
	background: var(--red);
	padding: 32px 0 64px !important;
	margin-top: 0;
	color: var(--white);
}
.footer-logo {
	height: 52px;
	width: auto;
}
.footerBottomMenu {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footerBottomMenu a {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: underline;
	color: var(--white);
}
.footer a:hover {
	opacity: 0.7;
}
[data-cky-tag="powered-by"], [data-cky-tag="detail-powered-by"] {
	display: none !important;
}
.cky-notice-des a.cky-policy, .cky-notice-des button.cky-policy, .cky-notice-des a.cky-link-default, .cky-dma-content-wrapper a.cky-policy, .cky-dma-content-wrapper button.cky-policy,
.cky-preference-content-wrapper .cky-show-desc-btn {
	color: var(--black) !important;
	transition: all .3s ease !important;
	text-decoration: underline !important;
}
.cky-notice-des a.cky-policy:hover, .cky-notice-des button.cky-policy:hover, .cky-notice-des a.cky-link-default:hover, .cky-dma-content-wrapper a.cky-policy:hover, .cky-dma-content-wrapper button.cky-policy:hover,
.cky-preference-content-wrapper .cky-show-desc-btn:hover {
	opacity: .7 !important;
}
.cky-btn-customize, .cky-btn-reject, .cky-btn-preferences {
	color: var(--red) !important;
	background: var(--white) !important;
	border: 2px solid var(--red) !important;
	border-radius: 999px !important;
}
.cky-btn-accept {
	background:  var(--red) !important;
	color: var(--white) !important;
	border: 2px solid  var(--red) !important;
	border-radius: 999px !important;
}
.cky-audit-table, .cky-preference-center {
	border-color: transparent !important;
}
.cky-switch input[type="checkbox"]:checked {
	background:  var(--red) !important;
}
.footer-bottom-menu {
	display: flex;
	gap: 14px;
}
.gdpr-content h2 {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.18;
	margin-bottom: 1em;
	margin-top: 1em;
}
.gdpr-content p {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 1.2em;
}
.gdpr-content ul li {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
.gdpr-content ul {
	margin-bottom: 24px;
}
.hero-section {
	position: relative;
	height: 80vh;
	padding: 0;
}
.hero-bg {
	position: absolute;
	height: 100%;
	width: 100%;
}
.hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-bg:after {
	content: "";
	display: block;
	left: 0;
	top: 0;
	bottom:0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
}

.hero-content {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	height: 100%;
	justify-content: space-between;
	margin-bottom: 0;
}
.hero-headline {
	font-weight: 800;
	font-size: 80px;
	line-height: .95;
	margin: 0;
}
.hp-heart {
	display: inline-block;
	height: 0.8em;
	width: 0.8em;
	background-image: url(/wp-content/themes/teamba/assets/imgs/tba-heart-hp.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	top: 0.1em;
	margin-left: 0.1em;
}
.team-ba-img {
	aspect-ratio: 5 / 4;
	width: 100%;
	height: auto;
	object-fit: cover;
}



.box__video {
	position: relative;
}

.box__video-element {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box__video-mute,
.box__video-play {
	position: absolute;
	z-index: 2;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

.box__video-mute {
	top: 16px;
	left: 24px;
	width: 44px;
	height: 44px;
}
.box__video-mute .box__video-icon--muted,
.box__video-mute .box__video-icon--sound {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	transition: all .3s ease;
	opacity: 1;
	visibility: visible;
}
.box__video-mute .box__video-icon--muted img,
.box__video-mute .box__video-icon--sound img {
	object-fit: contain;
	height: 100%;
	width: auto;
	object-position: center;
}
.box__video-mute .box__video-icon--sound_ {
	filter: invert(1);
	opacity: 0.4;
}
.box__video-play {
	inset: 0;
	margin: auto;
	width: 52px;
	height: 52px;
	line-height: 1;
}
.box__video .box__video-pause,
.box__video .box__video-triangle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	transition: all .3s ease;
	opacity: 1;
	visibility: visible;
}
.box__video .box__video-pause img,
.box__video .box__video-triangle img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.box__video .box__video-pause {
	padding: 8px;
}
.box__video.is-paused .box__video-pause {
	opacity: 0;
	visibility: hidden;
}

.box__video:not(.is-paused) .box__video-triangle {
	opacity: 0;
	visibility: hidden;
}

.box__video.is-muted .box__video-icon--muted {
	opacity: 0;
	visibility: hidden;
}

.box__video:not(.is-muted) .box__video-icon--sound {
	opacity: 0;
	visibility: hidden;
}

@media (hover: hover) {

	.box__video-mute,
	.box__video-play {
		opacity: 0;
		transition: opacity .3s ease;
	}

	.box__video:hover .box__video-mute,
	.box__video:hover .box__video-play,
	.box__video.is-paused .box__video-play {
		opacity: 1;
	}
}

ol.letter-list {
	list-style: none;
	counter-reset: item;
	padding-left: 24px;
}

ol.letter-list li {
	counter-increment: item;
}

ol.letter-list li::before {
	content: counter(item, lower-alpha) ") ";
}



.ludia-section__toggle {
	display: none;
}

@media (max-width: 767px) {
	.ludia-section__toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		border: 0;
		padding: 16px 0;
		background: transparent;
		font: inherit;
		font-size: 24px;
		line-height: 1.2;
		font-weight: 800;
		text-align: left;
	}

	.ludia-section__toggle::after {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform .2s ease;
	}

	.ludia-section.is-open .ludia-section__toggle::after {
		transform: rotate(225deg);
	}

	.ludia-section:not(.is-open) .ludia-section__content {
		display: none;
	}
	.mob-hide {
		display: none;
	}
	.ludia-section__toggle span {
		max-width: calc(100% - 30px);
	}
}







.program_content p {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 1em;
}
.program_content ul, .program_content ol {
	font-size: 18px;
	margin-bottom: 1em !important;
}
.program_content ul li, .program_content ol li {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 1em;
}
.program_content ul li:last-of-type, .program_content ol li:last-of-type {
	margin-bottom: 0;
}


.program-hero__image {
	overflow: hidden;
}

.program-hero__image img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: inherit;
	object-fit: cover;
}
.team-ba-program {
	padding: 0;
	background: transparent;
}

.team-ba-program .accordion-item {
	border: 0 !important;
	background-color: var(--light-yellow);
	border-radius: 16px !important;
	margin-bottom: 6px;
}
.team-ba-program .accordion-item:last-of-type {
	margin-bottom: 0;
}


.team-ba-program .accordion-button {
	padding: 16px;
	box-shadow: unset;
	background-color: var(--yellow) !important;
	border-radius: 16px 16px 0 0 !important;
	align-items: flex-start;
}
.team-ba-program .accordion-button.collapsed {
	border-radius: 16px !important;
}
.team-ba-program .program_content {
	padding: 16px 16px 64px;
}

.team-ba-program .accordion-header .text-xl {
	min-height: 2.36em;
}

.program_content p:last-child {
	margin-bottom: 0;
}
.program_content .program-text-large {
	font-size: 24px;
	margin-top: 2em;
}
.program_content a:hover {
	color: var(--text-gray);
}

.program-day {
	background: var(--burgundy);
	color: var(--white);
	padding: 5px 8px 4px 8px;
	border-radius: 40px;
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
}

.video-play {
	left: 60px;
	top: unset;
	bottom: -20px;
}
.show .accordion-body {
	margin-bottom: 10px;
}
.box.support-box {
	grid-template-columns: 55% 45%;
}











.support-donation-card {
	max-width: 100%;
}


.support-donation-row {
	display: flex;
	gap: 16px;
	position: relative;
}


.support-donation-row::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;

	background: repeating-linear-gradient(
			to right,
			var(--gray) 0 16px,
			transparent 16px 24px
	);
}

.support-donation-row:last-child::after {
	display: none;
}


.red-heart:after {
	content: "";
	display: inline-block;
	height: 0.6em;
	width: 0.6em;
	background-image: url(assets/imgs/tba-red-heart.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0;
	position: relative;
	top: 0.05em;
}
.invisible-v {
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	width: 0;
}

.darci-accordion .accordion-item {
	border-top: 2px solid black !important;
	border-bottom: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

.donors-table-holder {
	margin-right: unset !important;
}