:root {
	--white: #fff;
	--boneWhite: #f4f4f4;
	--lightGray: #f3f3f3;
	--mediumGray: #ccc;
	--darkGray: #2d2d2f;
	--black: #333;
	--jetBlack: #343434;
	--fogdoGreen: #004800;
	--fogdoMediumGreen: rgb(6 115 12);
	--fogdoVeryLightGreen: rgb(118, 214, 123);
	--fogdoGradient: linear-gradient(to right, rgb(1, 94, 1), rgb(5, 155, 5)),
		url("https://www.transparenttextures.com/patterns/diamond-upholstery.png");
	--fogdoGradientLight: linear-gradient(to right, rgb(4, 128, 4), rgb(45, 173, 45)),
		url("https://www.transparenttextures.com/patterns/hexellence.png");
	--fogdoGradientSection: linear-gradient(to right, rgb(209, 255, 209), rgb(166, 204, 166));
	--fogdoGradientSection2: linear-gradient(to right, #fff9e0 0%, #f7ecd1 100%);
	--fogdoGradientMediumDark: linear-gradient(120deg, #225c2b 0%, #3e8e41 100%),
		url("https://www.transparenttextures.com/patterns/diagmonds-light.png");
	--fogdoGolfball: linear-gradient(to bottom right, #ffffff 0%, #f2f2f2 40%, #dcdcdc 100%),
		url("../images/golfball-texture.png");
	--fogdoActive: linear-gradient(to right, rgb(14, 66, 14), rgb(38, 128, 38));
	--footerTextureOpacity: 0.3;
	--footerTextureOpacity2: 0.5;
	--lightBlue: #d6e8f5;
	--red: #c83b3b;
	--beige: #fff9e3;
}

body {
	font-family: "Poppins", sans-serif;
}

.pagebuilder p {
	padding-top: 20px;
}

/* Sections */
section.section-parallax,
section.section-parallax-layer {
	min-height: 700px;
	width: 100%;
	background-attachment: fixed !important;
	display: flex;
	align-items: center;
}

section.section-parallax-layer {
	position: relative;
}

section.section-parallax-layer::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
}

section.section-parallax-layer .box {
	z-index: 1;
}

section:first-of-type.section-parallax,
section:first-of-type.section-parallax-layer {
	height: auto;
	min-height: 100vh;
	padding: 4rem;
	padding-top: calc(4rem + 160px);
}

section.section-parallax>div,
section.section-parallax-layer>div {
	max-width: 1400px;
	width: 100%;
	margin: 10rem auto;
	padding: 0 25px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

section.standard,
section.standard-custom-width,
section.standard-custom-padding,
section.standard-custom-padding-top {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: var(--white);
}

section.standard-custom-width {
	height: 100vh;
}

section.standard-custom-padding {
	padding: 4rem;
}

section.standard-custom-padding-top {
	padding-top: calc(4rem + 160px);
}

section.standard>div,
section.standard-custom-width>div,
section.standard-custom-padding>div,
section.standard-custom-padding-top>div {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	display: flex;
	/* justify-content: space-around; */
	flex-wrap: wrap;
	min-height: 300px;
}

section.standard-custom-width>div {
	max-width: 1400px !important;
}

section.standard-gradient,
section.standard-gradient2 {
	padding: 4rem;
	width: 100%;
	background: var(--fogdoGradientSection);
}

section.standard-gradient2 {
	background: var(--fogdoGradientSection2);
	position: relative;
	overflow: hidden;
}

section.standard-gradient>div,
section.standard-gradient2>div {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	min-height: 300px;
}

section.full {
	width: 100%;
	margin: 0 auto;
}

section.full>div {
	width: 100%;
	display: flex;
	justify-content: space-around;
	justify-content: center;
	flex-wrap: wrap;
}

section.full>div:has(> .box-100-transparent) {
	position: relative;
	height: 60vh;
}

section.full>div:has(> .box-100-transparent)::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 20;
	position: absolute;
}

.section section.section-text {
	display: block;
	width: 100%;
	margin: 25px auto;
	padding: 0;
}

section.section-text>div {
	display: block;
	/* max-width: 1200px; */
	max-width: 1400px;
	padding: 25px 50px;
}

section.section-text>div .section-text-wrapper {
	display: block;
	width: calc(100% - 40px);
	margin: 20px;
	padding: 0;
}

section.full>div {
	margin: 0 auto;
}

section.full>div .section-text-wrapper {
	/* max-width: 1200px; */
	max-width: 1400px;
	padding: 25px 50px;
}

section.section-slider {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	transition: opacity 0.4s ease;
	opacity: 1;
}

section.section-slider-partners {
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: all 0.4s ease;
}

.pagebuilder section.section-slider,
.pagebuilder section.section-slider-partners {
	height: auto !important;
}

section.slider-loaded {
	height: auto;
}

section.section-slider.custom-vh.slider-loaded {
	height: 65vh;
}

section.section-banner-100-height {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	transition: all 0.4s ease;
	width: 100%;
}

section.section-banner-custom-height {
	position: relative;
	width: 100%;
	height: 60vh;
	overflow: hidden;
	transition: all 0.4s ease;
}

section.section-slider>div,
section.section-slider-partners>div,
section.section-banner-custom-height>div,
section.section-banner-100-height>div {
	width: 100%;
}

/* End of sections */

/* ############################################################### */
/* ############################################################### */
/* ############################################################### */
/* ############################################################### */

/* General */
.item-action {
	margin-top: 20px;
}

#info,
.info {
	max-width: 1100px;
	width: 100%;
	margin: 50px auto;
	padding: 25px 50px;
}

#info ul,
.info ul,
.content ul,
.box-content ul,
.single-news ul,
.section-text ul,
#info ol,
.info ol,
.content ol,
.box-content ol,
.single-news ol,
.section-text ol {
	padding: 5px 20px;
}

/* End of general */

/* ############################################################### */
/* ############################################################### */
/* ############################################################### */
/* ############################################################### */

/* Buttons */
.btn-white {
	background-color: var(--white);
	border: 3px solid var(--white);
	color: var(--svingstudionOrange);
}

.btn-orange {
	background-color: var(--svingstudionOrange);
	border: 3px solid var(--svingstudionOrange);
	color: var(--white);
}

.btn-green {
	background-color: var(--fogdoGreen);
	border: 3px solid var(--fogdoGreen);
	color: var(--white);
}

.btn-trans {
	background-color: transparent;
	color: var(--fogdoGreen) !important;
	border: 3px solid var(--fogdoGreen);
}

.btn-trans-white {
	background-color: transparent;
	color: var(--white) !important;
	border: 3px solid var(--white);
}

.btn-white,
.btn-orange,
.btn-green,
.btn-trans,
.btn-trans-white {
	padding: 1.225rem 3.225rem;
	border-radius: 1.555rem;
	width: fit-content;
	display: inline-flex;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	position: relative;
	line-height: 100%;
	align-items: center;
}

.btn-white span,
.btn-orange span,
.btn-green span,
.btn-trans span,
.btn-trans-white span {
	font-size: 16px;
}

.btn-white:hover {
	border: 3px solid var(--svingstudionOrange);
	background-color: var(--svingstudionOrange);
	color: var(--white) !important;
}

.btn-orange:hover {
	border: 3px solid var(--svingstudionOrange);
	background-color: transparent;
	color: var(--black) !important;
}

.btn-green:hover {
	border: 3px solid var(--fogdoGreen);
	background-color: transparent;
	color: var(--black) !important;
}

.box-slider-image-block .box-content .item-action .btn-orange:hover {
	color: var(--white) !important;
}

.box-100-transparent .box-content .item-action .btn-orange:hover {
	color: var(--white) !important;
}

.btn-trans:hover {
	border: 3px solid var(--fogdoGreen);
	background: var(--fogdoGreen);
	color: var(--white) !important;
}

.btn-trans-white:hover {
	border: 3px solid var(--white);
	background-color: white !important;
	color: var(--svingstudionOrange) !important;
}

/* End of butons */

/* ############################################################### */
/* ############################################################### */
/* ############################################################### */
/* ############################################################### */

/* Boxes */
/* Box spacer */
.box-spacer {
	height: 50px;
	width: 100%;
	background-color: transparent !important;
	background: transparent !important;
	background-image: none !important;
}

.box-spacer .box-image-container,
.box-spacer .box-content {
	display: none;
	background-color: transparent !important;
	background: transparent !important;
	background-image: none !important;
}

.pagebuilder .box-spacer .box-content {
	display: block;
	background-color: transparent !important;
	background: transparent !important;
	background-image: none !important;
}

/* End of box spacer */

/* Box 100-text */
.box-100-text,
.box-100-text-custom-images {
	width: calc(100% - 30px);
	margin: 30px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.box-100-text-custom {
	width: calc(100% - 30px);
	margin: 1.5rem 2rem;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	border-radius: 3rem 3rem 0 0 / 6rem 6rem 0 0;
	background: rgba(226, 255, 227, 0.8) !important;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px 0 rgba(34, 92, 43, 0.18), 0 1.5px 0 0 var(--fogdoGreen);
	position: relative;
	overflow: hidden;
}

.box-100-text-custom:hover {
	box-shadow: 0 8px 32px 0 rgba(34, 92, 43, 0.18), 0 1.5px 0 0 var(--fogdoGreen);
	background: rgba(226, 255, 227, 1) !important;
	transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.box-100-text-custom .box-content {
	position: relative;
	z-index: 2;
	padding: 3.5rem 3rem 2.5rem 3rem;
	width: 100%;
	max-width: 900px;
	text-align: center;
}

.box-100-text .box-content,
.box-100-text-custom .box-content,
.box-100-text-custom-images .box-content {
	padding: 30px;
	width: 100%;
	max-width: 900px;
}

.box-100-text-custom-images img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

body.body-start .box-100-text .box-content {
	text-align: center;
}

section:has(~ section.section-slider-partners) .box-100-text .box-content h2 {
	font-size: 3.4rem;
}

body.body-start .box-100-text .box-content p {
	font-size: 24px;
}

section.full .box-100-text .box-content {
	margin: 0 auto;
	padding: 0 30px;
}

/* End of box 100-text */

/* Start of BOX 100 CUSTOM img left/right */
.box-100-img-right-custom {
	flex-flow: row-reverse;
}

.box-100-img-right-custom,
.box-100-img-left-custom {
	width: 100%;
	display: flex;
	background: rgba(255, 255, 255, 0.8) !important;
	/* justify-content: center;
  align-items: center; */
	/* min-height: 50rem; */
}

.box-100-img-right-custom:hover,
.box-100-img-left-custom:hover {
	background: rgba(255, 255, 255, 1) !important;
	transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.box-100-img-right-custom,
.box-100-img-left-custom {
	width: calc(100% - 60px);
	margin: 1.5rem 2rem;
	padding: 5rem;
	border-radius: 0.5rem;
}

.box-100-img-right-custom .box-content,
.box-100-img-left-custom .box-content {
	/* margin: auto; */
	width: 50%;
	padding: 100px 100px;
	z-index: 1;
	border-radius: 5px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.box-100-img-right-custom .box-image-container,
.box-100-img-left-custom .box-image-container {
	width: 50%;
	position: relative;
	display: flex;
	/* padding-top: 35%; */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0.3rem;
	height: 100%;
}

/* End of BOX 100 CUSTOM img left/right */

/* BOX 100 img left/right */
.box-100-img-right {
	flex-flow: row-reverse;
}

.box-100-img-right,
.box-100-img-left {
	width: 100%;
	display: flex;
	/* justify-content: center;
  align-items: center; */
	min-height: 60rem;
}

.box-100-img-right,
.box-100-img-left {
	width: calc(100% - 60px);
	margin: 15px;
	padding: 5rem;
	border-radius: 15px;
}

.box-100-img-right .box-content,
.box-100-img-left .box-content {
	/* margin: auto; */
	width: 50%;
	padding: 100px 100px;
	z-index: 1;
	border-radius: 5px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: var(--white);
}

.box-100-img-left .box-content {
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.box-100-img-right .box-image-container,
.box-100-img-left .box-image-container {
	width: 50%;
	position: relative;
	display: flex;
	/* padding-top: 35%; */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0.3rem;
	height: 100%;
}

.box-100-img-left .box-image-container {
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

/* End of BOX 100 img left/right */

/* Box 100 transparent */
.box-100-transparent {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	background-color: transparent !important;
	z-index: 100;
}

.box-100-transparent .box-content {
	position: absolute;
	top: 50%;
	left: 33%;
	transform: translate(-50%, -50%);
	padding: 3rem;
	width: 100%;
	max-width: 760px;
	z-index: 30;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.box-100-transparent .box-content h2 {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 15px;
}

.box-100-transparent .box-content>div p,
.box-100-transparent .box-content>div:not(.item-action) span {
	font-size: 22px;
}

.box-100-transparent .item-action {
	display: flex;
}

.box-100-transparent .item-action div,
.box-100-transparent .item-action a {
	margin-right: 25px;
	font-size: 20px;
}

.box-100-transparent .item-action a {
	text-shadow: none;
}

/* End of box 100 transparent */

/* box-100-semitransparent*/
.box-100-semitrans {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	background-color: transparent !important;
	z-index: 100;
	position: relative;
}

.box-100-semitrans .box-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 3rem;
	width: 100%;
	z-index: 30;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(2px);
	border-radius: 10px;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.5) !important;
	color: var(--white);
}

.box-100-semitrans .box-content h2 {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 15px;
	color: var(--white);
}

.box-100-semitrans .box-content>div p,
.box-100-semitrans .box-content>div:not(.item-action) span {
	font-size: 22px;
	color: var(--white);
}

.box-100-semitrans .item-action {
	display: flex;
}

.box-100-semitrans .item-action div,
.box-100-semitrans .item-action a {
	margin-right: 25px;
	font-size: 20px;
}

.box-100-semitrans .item-action a {
	text-shadow: none;
}

/* End of box 100 semi-transparent */

/* box-100-title */
.box-100-title {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

.box-100-title h2 {
	overflow: hidden;
	text-align: center;
	font-family: "Aventa", sans-serif !important;
	margin-bottom: 0;
}

.box-100-title h2:before,
.box-100-title h2:after {
	background-color: var(--fogdoGreen);
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.box-100-title h2:before {
	right: 0.5em;
	margin-left: -50%;
}

.box-100-title h2:after {
	left: 0.5em;
	margin-right: -50%;
}

/* end box-100-title */

/* Box 25 */
.box-25 {
	width: 25%;
	width: calc(25% - 30px);
	margin: 15px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.box-25-sponsor {
	width: 25%;
	width: calc(25% - 50px);
	margin: 25px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	max-height: 180px;
}

.pagebuilder .box-25-sponsor {
	max-height: unset;
}

.box-25-sponsor .box-image-container {
	transition: transform 0.7s ease;
}

.box-25-sponsor:hover .box-image-container {
	transform: scale(1.05);
}

/* End of box 25 */

/* Box 33/50 */
.box-33 {
	width: 33.33%;
	width: calc(33.33% - 4rem);
	margin: 3rem 2rem;
	border-radius: 2rem;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	min-height: 680px;
}

.box-50,
.box-50-clickable {
	width: 50%;
	width: calc(50% - 60px);
	margin: 0 auto;
	border-radius: 2rem;
	position: relative;
	overflow: hidden;
	border-radius: 2.5rem;
	padding: 0;
}

.box-50-clickable,
.box-50-clickable.semi-transparent2 {
	display: flex;
	flex-direction: column-reverse;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: rgba(248, 248, 248, 0.8) !important;
	color: var(--white);
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
		transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1),
		background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.box-50-clickable:hover {
	box-shadow: 0 8px 32px 0 rgba(34, 92, 43, 0.18), 0 1.5px 0 0 var(--fogdoGreen);
	transform: translateY(-2px) scale(1.02);
	border: 1.5px solid var(--fogdoGreen);
	transition: box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1),
		transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), border 0.6s cubic-bezier(0.4, 0, 0.2, 1),
		background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	background: rgba(226, 255, 227, 0.95);
}

.box-50-custom {
	width: 50%;
	width: calc(50% - 60px);
	border-radius: 2rem;
	position: relative;
	overflow: hidden;
	margin: 30px;
	padding: 0.2rem;
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.8) !important;
	backdrop-filter: blur(10px);
	color: var(--white);
}

.box-50-custom:hover {
	box-shadow: 0 8px 32px 0 rgba(34, 92, 43, 0.18), 0 1.5px 0 0 var(--fogdoGreen);
	transform: translateY(-2px) scale(1.02);
	background: rgba(255, 255, 255, 1) !important;
	border: 1.5px solid var(--fogdoGreen);
	transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.box-50-custom>.box-content {
	background: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 39rem;
}

.box-50 h2,
.box-50-custom h2 {
	color: var(--jetBlack) !important;
}

.box-50-custom h3 {
	color: var(--jetBlack) !important;
}

.box-25 .box-image-wrapper,
.box-25-sponsor .box-image-wrapper,
.box-33 .box-image-wrapper,
.box-50 .box-image-wrapper,
.box-50-clickable .box-image-wrapper,
.box-50-custom .box-image-wrapper {
	position: relative;
	overflow: hidden;
}

.box-25-sponsor .box-image-container {
	padding-top: 50%;
	background-size: cover !important;
}

.box-25 .box-image-container,
.box-33 .box-image-container,
.box-50 .box-image-container,
.box-50-custom .box-image-container {
	padding-top: 70%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	clip-path: polygon(-445% 0%, 100% 0%, 100% 92%, 91% 100%, 75% 96.1%);
}

.box-25 .box-image-container,
.box-33 .box-image-container,
.box-50 .box-image-container,
.box-50-custom .box-image-container {
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), filter 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform, box-shadow, filter;
}

.box-25:hover .box-image-container,
.box-33:hover .box-image-container,
.box-50:hover .box-image-container,
.box-50-custom:hover .box-image-container {
	transform: scale(1.07) translateY(-8px) rotate(-1deg);
	box-shadow: 0 16px 48px 0 rgba(34, 92, 43, 0.22), 0 2px 0 0 var(--fogdoGreen),
		0 0 0 4px rgba(6, 115, 12, 0.08);
	filter: brightness(1.08) saturate(1.2) drop-shadow(0 0 16px rgba(6, 115, 12, 0.12));
	z-index: 2;
	animation: box-image-glow 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Pulse animation for button on box hover */
@keyframes btn-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(6, 115, 12, 0.08);
	}

	50% {
		transform: scale(1.04);
		box-shadow: 0 0 0 4px rgba(6, 115, 12, 0.04);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(6, 115, 12, 0.08);
	}
}

.box-25:hover .box-content .item-action .btn-green,
.box-33:hover .box-content .item-action .btn-green,
.box-50:hover .box-content .item-action .btn-green,
.box-50-custom:hover .box-content .item-action .btn-green {
	animation: btn-pulse 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.box-25:hover .box-content .item-action .btn-green:hover,
.box-33:hover .box-content .item-action .btn-green:hover,
.box-50:hover .box-content .item-action .btn-green:hover,
.box-50-custom:hover .box-content .item-action .btn-green:hover {
	animation: none;
}

@keyframes box-image-glow {
	0% {
		box-shadow: 0 0 0 0 rgba(6, 115, 12, 0);
	}

	60% {
		box-shadow: 0 0 32px 8px rgba(6, 115, 12, 0.18);
	}

	100% {
		box-shadow: 0 16px 48px 0 rgba(34, 92, 43, 0.22), 0 2px 0 0 var(--fogdoGreen),
			0 0 0 4px rgba(6, 115, 12, 0.08);
	}
}

.box-50-clickable .box-image-container {
	padding: 100% 0 10rem 0;
	margin: 4rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.box-25 .box-content,
.box-25-sponsor .box-content,
.box-33 .box-content,
.box-50 .box-content,
.box-50-custom .box-content {
	padding: 2rem 4rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.box-50-clickable .box-content {
	/* padding: 30px; */
	padding: 2rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background: #33651fe0;
}

.box-50-clickable .box-content h2 {
	color: var(--white) !important;
	padding: 0;
}

.box-25 {
	background: var(--fogdoGradientMediumDark);
}

.box-25 .box-content {
	color: var(--white) !important;
}

.box-25 .box-content p,
.box-25 .box-content a,
.box-25 .box-content span {
	color: var(--white) !important;
}

.box-25 .box-content h2 {
	font-size: 2rem;
	color: var(--white) !important;
}

.box-25 .box-content h3 {
	font-size: 1.5rem;
	color: var(--white) !important;
}

/* End of box 25 , 33, 50 */

.box-partners {
	width: 200px;
	height: 12rem;
	/* margin: 0 20px; */
	position: relative;
	overflow: hidden;
	background-color: #f1f1f1 !important;
}

.box-partners .box-image-container {
	background-size: contain !important;
	margin: 0 20px;
	background-color: #f1f1f1 !important;
	background-repeat: no-repeat;
}

.box-partners .box-image-container {
	height: 100%;
}

/* Box 100 toggle */
.box-100-toggle {
	width: 100%;
	width: calc(100% - 30px);
	margin: 1.5rem;
	position: relative;
}

.box-100-toggle .box-image-container {
	display: none;
	background-color: transparent !important;
	background: transparent !important;
	background-image: none !important;
}

.box-100-toggle .box-content {
	width: 100%;
	padding: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.box-100-toggle .box-content>h2 {
	color: var(--white) !important;
	background-color: var(--darkGray);
	width: 100%;
	display: flex;
	padding: 2rem 5rem 2rem 2.5rem;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	margin: 0 !important;
	font-size: 20px !important;
}

.box-100-toggle .box-content>h2::after {
	content: "\f107";
	font-family: "Line Awesome Free";
	color: var(--white);
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 900;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.box-content.active>h2::after {
	transform: translateY(-50%) rotate(180deg);
}

.box-100-toggle .box-content>div {
	padding: 0 2.5rem;
}

.box-100-toggle .box-content .item-action {
	margin-top: 0;
}

.box-100-toggle .box-content.active>div {
	padding: 2.5rem;
}

.box-100-toggle .box-content.active .item-action {
	padding-top: 0;
}

.box-100-toggle .box-content>div {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
}

.box-100-toggle .box-content>div {
	height: 0;
	overflow: hidden;
}

.box-100-toggle .box-content.active>div {
	height: auto;
}

/* End of Box 100-toggle */

/* Box dropdown text */
.box-dropdown-content {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	width: 100%;
	display: flex;
	flex-flow: column;
}

.box-dropdown-content .box-content h2 {
	background-color: var(--lightGray);
}

.box-dropdown-content .box-content>div {
	visibility: hidden;
	height: 0px;
	padding: 0;
}

.pagebuilder .box-dropdown-content .box-content>div {
	padding: 30px;
	visibility: visible;
	display: block;
	height: auto;
}

/*    Box-100-dropdown-toggle   */
.box-100-dropdown-toggle {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	width: 100%;
	display: flex;
	flex-flow: column;
}

.box-100-dropdown-toggle-header {
	display: flex;
	justify-content: space-between;
	padding: 0.9rem 4rem 0.9rem 4rem;
	align-items: center;
}

.box-100-dropdown-toggle-header-title {
	margin: 0;
	padding: 0;
}

.box-100-dropdown-toggle .box-100-dropdown-toggle-show-hide {
	font-size: 30px;
}

.box-100-dropdown-toggle-content {
	visibility: hidden;
	height: 0px;
	padding: 0;
}

.pagebuilder .box-100-dropdown-toggle-content {
	padding: 30px;
	visibility: visible;
	display: block;
	height: auto;
}

/*   End box-100-dropdown-toggle    */

/* Box slider images */
.box-slider-image-block {
	width: 100%;
	position: relative;
	height: auto;
}

.content-for-banner {
	width: 100%;
	position: relative;
	height: auto;
}

.box-slider-image-block .box-video-container {
	display: flex;
	width: 100%;
	height: 100%;
	/* padding: 56.25% 0 0 0; */
	position: relative;
	height: 75vh;
}

.box-slider-image-block .box-image-container {
	position: relative;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.content-for-banner .box-image-container {
	/* padding-top: 50%; */
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.box-slider-image-block .box-content h1 {
	font-size: 6rem;
	line-height: 60px;
	margin-bottom: 2.5rem;
}

.box-slider-image-block .box-image-container::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
}

.box-slider-image-block .box-content .item-action a:first-of-type {
	margin-right: 30px;
}

.box-slider-image-block .box-content .item-action a {
	text-shadow: none;
}

.box-slider-image-block .box-content-outer,
.content-for-banner .box-content-outer {
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	position: relative;
	max-width: 113rem;
	background-color: transparent;
	margin: 0 auto;
}

.box-slider-image-block .box-content {
	position: absolute;
	top: 59%;
	left: 25%;
	transform: translate(-50%, -50%);
	padding: 3rem;
	width: 100%;
	max-width: 760px;
	z-index: 30;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.content-for-banner .box-content {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 3rem;
	width: 100%;
	max-width: 760px;
	z-index: 1000;
	text-shadow: 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.pagebuilder .box-slider-image-block .box-content,
.pagebuilder .content-for-banner .box-content {
	min-width: 500px;
}

.box-slider-image-block .box-content h2 {
	font-size: 40px;
}

.box-slider-image-block .box-content>div {
	margin-top: 10px;
}

.box-slider-image-block .box-content>div p,
.box-slider-image-block .box-content>div:not(.item-action) span {
	font-size: 24px;
	margin-bottom: 2.5rem;
}

.content-for-banner .box-content h1 {
	font-size: 6rem;
	line-height: 60px;
	margin-bottom: 2.5rem;
}

.content-for-banner .box-image-container::after {
	content: "";
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
}

.pagebuilder .content-for-banner .box-content {
	min-width: 500px;
}

.field_content .box-slider-image-block .box-content {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 101;
}

.box-100-video {
	width: 100%;
	position: relative;
	margin: 0;
	/*min-height: calc(100vh - 85px);*/
	/* min-height: 87rem; */
	overflow: hidden;
}

.box-100-video .box-video-container {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 56.25% 0 0 0;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
}

.box-video-container iframe,
.box-video-container object,
.box-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box-100-video .box-video-container iframe {
	min-height: 80rem;
	min-width: 142rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-100-video .box-image-container {
	padding-top: 35%;
	min-height: 40vh;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.box-100-video .box-content {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	padding: 2.5rem;
	width: 100%;
	font-size: 2.8rem;
	line-height: 3.5rem;
	color: var(--white);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box-100-video .box-content>div {
	width: 100%;
	margin: 0 auto;
}

.pagebuilder .box-100-video .box-content,
.pagebuilder .content-for-banner {
	min-width: 20rem;
}

.box-100-video .box-content h2,
.box-100-video .box-content h1 {
	font-weight: normal;
	font-size: 8.5rem !important;
	line-height: 9.5rem;
	margin-bottom: 0;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* BOX 100 QUOTE */

.box-100-quote {
	width: 100%;
	margin: 1.5rem;
	display: flex;
	align-items: center;
	padding-top: 2.5rem;
	flex-direction: column;
	position: relative;
}

.box-100-quote .box-image-container {
	width: 15rem;
	height: 15rem;
	border-radius: 50%;
	padding-top: 0 !important;
	position: relative;
	z-index: 10;
}

.box-100-quote:before {
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	padding-top: 0 !important;
	background-color: var(--svingstudionOrange);
	opacity: 0.5;
	content: "";
	display: flex;
	position: absolute;
	left: 40%;
	left: calc(50% - 12rem);
	top: 4rem;
	z-index: 1;
}

.box-100-quote:after {
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	padding-top: 0 !important;
	background-color: var(--darkGray);
	opacity: 0.5;
	content: "";
	display: flex;
	position: absolute;
	right: 40%;
	right: calc(50% - 12rem);
	top: 4rem;
	z-index: 1;
}

.box-100-quote .box-content {
	width: 100%;
	max-width: 76.8rem;
	margin: 0 auto;
	padding: 2.5rem;
	position: relative;
	text-align: center;
}

.box-100-quote .box-content>h2 {
	margin-bottom: 1rem;
	font-weight: normal;
	font-size: 2.5rem;
	line-height: 3.2rem;
	position: relative;
}

.box-100-quote .box-content h2::before {
	content: "\201C";
	color: var(--blue);
	position: relative;
	font-weight: 900;
	font-size: 4.5rem;
	top: 1.2rem;
	padding-right: 1rem;
}

.box-100-quote .box-content h2::after {
	content: "\201D";
	color: var(--blue);
	position: relative;
	font-weight: 900;
	font-size: 4.5rem;
	bottom: -2.7rem;
	padding-left: 1rem;
	line-height: 0;
}

/* End of boxes */

/*********** special block template *************************************/

/* Box 50 */
.template-box-25-buy-merch {
	width: 25%;
	width: calc(25% - 30px);
	margin: 15px;
	position: relative;
	overflow: hidden;

	display: flex;
	flex-direction: column;

	/* border-radius: 50px 50px 0 0; */
}

.template-box-25-buy-merch .box-image-wrapper {
	position: relative;
	overflow: hidden;
}

.template-box-25-buy-merch .box-image-container {
	padding-top: 65%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	/* border-radius: 50px 50px 0px 0px; */
}

.template-box-25-buy-merch:hover .box-image-container {
	transform: scale(0.98);
}

.template-box-25-buy-merch .box-content {
	padding: 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-align: center;
}

.template-box-25-buy-merch .box-content h2 {
	font-size: 28px;
}

.template-box-25-buy-merch .item-action {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-grow: 1;
}

/* End of template-box-25-buy-merch */
/**************************************************************/

/* ############################################################### */
/* ############################################################### */

/* Styling of sections*/

/* ############################################################### */
/* ############################################################### */

/* MEDIA */

@media all and (width > 2000px) {
	.box-slider-image-block .box-content {
		left: 24%;
	}
}

@media all and (max-width: 1250px) {

	/* ############################################################### */
	/* ############################################################### */
	/* Sections */
	section:first-of-type.section-parallax,
	section:first-of-type.section-parallax-layer {
		min-height: calc(80vh - 80px);
		height: auto;
		background-position: left !important;
	}

	/* End of sections */
	/* ############################################################### */
	/* ############################################################### */
	.box-100-transparent .box-content h2 {
		font-size: 42px;
	}

	.box-100-transparent .box-content>div p,
	.box-100-transparent .box-content>div:not(.item-action) span {
		font-size: 22px;
	}

	.box-slider-image-block .box-content h2 {
		font-size: 40px;
	}

	.box-slider-image-block .box-content>div p,
	.box-slider-image-block .box-content>div:not(.item-action) span {
		font-size: 22px;
	}

	.box-slider-image-block .box-content,
	.box-100-transparent .box-content {
		left: 50%;
		top: 55%;
	}

	.box-100-img-right .box-content,
	.box-100-img-left .box-content {
		padding: 100px 100px;
	}

	section.standard-custom-padding-top {
		padding-top: calc(100px);
	}

}

@media all and (max-width: 960px) {

	/* ############################################################### */
	/* ############################################################### */
	/* Sections */
	section.section-parallax,
	section.section-parallax-layer {
		min-height: 500px;
	}

	section:first-of-type.section-parallax .box-100-transparent .box-content h2,
	section:first-of-type.section-parallax-layer .box-100-transparent .box-content h2 {
		font-size: 32px;
	}

	section:first-of-type.section-parallax .box-100-transparent .box-content>div,
	section:first-of-type.section-parallax .box-100-transparent .box-content p,
	section:first-of-type.section-parallax-layer .box-100-transparent .box-content>div,
	section:first-of-type.section-parallax-layer .box-100-transparent .box-content p {
		font-size: 18px;
		line-height: 150%;
	}

	/* End of sections */
	/* ############################################################### */
	/* ############################################################### */
	.content-full {
		margin: 50px 0;
		padding: 0;
	}

	#info,
	.info {
		padding: 20px;
		margin: 50px 0;
	}

	.box-100-transparent .box-content h2 {
		font-size: 34px;
	}

	.box-100-transparent .box-content>div p,
	.box-100-transparent .box-content>div:not(.item-action) span {
		font-size: 20px;
	}

	.box-25 {
		width: 50%;
		width: calc(50% - 30px);
	}

	.box-25-sponsor {
		width: 50%;
		width: calc(50% - 30px);
		margin: 0 15px;
	}

	.box-25-sponsor .box-image-container {
		padding-top: 40%;
	}

	.box-slider-image-block .box-content {
		/* max-width: 75%; */
		padding: 25px;
	}

	.box-slider-image-block .box-content h2 {
		font-size: 34px;
	}

	.box-slider-image-block .box-content>div p,
	.box-slider-image-block .box-content>div:not(.item-action) span {
		font-size: 20px;
	}

	.box-100-video .box-content h2,
	.box-100-video .box-content h1 {
		font-size: 6.5rem !important;
		line-height: 7rem;
	}

	.box-100-video .box-image-container {
		padding-top: 35%;
		min-height: 75vh;
	}

	.box-100-video {
		min-height: 70rem;
	}

	.box-100-video .box-video-container iframe {
		min-height: 70rem;
		min-width: 125rem;
	}

	.box-slider-image-block .box-content h1 {
		font-size: 46px;
		line-height: 50px;
	}

	.box-100-img-right .box-image-container,
	.box-100-img-left .box-image-container {
		padding-top: 50%;
	}

	.box-100-img-right .box-content,
	.box-100-img-left .box-content {
		padding: 6rem 4rem 6rem 5rem;
	}

	/* Box 100 img left/right */
	.box-100-img-left {
		flex-flow: column;
	}

	.box-100-img-right {
		flex-flow: column;
	}

	.box-100-img-left .box-image-container,
	.box-100-img-right .box-image-container {
		padding-top: 65%;
		width: 100%;
		border-radius: 0;
	}

	.box-100-img-left,
	.box-100-img-right {
		width: calc(100% - 0rem);
		margin: 1.5rem 1.5rem;
		padding: 0;
	}

	.box-100-img-right .box-content,
	.box-100-img-left .box-content {
		width: 100%;
		padding: 4rem 2rem;
		margin: 0;
		border-radius: 0 0 5px 5px;
		/* padding: 0; */
	}

	.template-box-25-buy-merch {
		width: calc(33% - 30px);
	}

	/* End of box 100 img left/right */
}

@media all and (max-width: 768px) {

	/* ############################################################### */
	/* ############################################################### */
	/* Sections */
	section.standard>div {
		padding: 0;
	}

	section.standard-gradient>div {
		padding: 0;
	}

	section.section-text>div .section-text-wrapper {
		width: 100%;
		width: calc(100% - 40px);
		margin: 0 20px;
	}

	section.section-text>div {
		width: 100%;
		margin: 0;
		border: none;
	}

	section.section-parallax,
	section.section-parallax-layer {
		background-attachment: unset !important;
		min-height: 400px;
	}

	section.section-parallax>div,
	section.section-parallax-layer>div {
		padding: 0;
	}

	/* End of sections */
	/* ############################################################### */
	/* ############################################################### */

	/* Blocks */
	/* Box 100 text */
	.box-100-text {
		width: 100%;
		margin: 1.5rem 0;
	}

	.box-100-text .box-content {
		padding: 2rem 2rem;
	}

	/* End of box 100 text */

	/* Box 100 transparent */
	.box-100-transparent {
		width: 100%;
		margin: 1.5rem 0;
	}

	.box-100-transparent .item-action div,
	.box-100-transparent .item-action a {
		margin-right: 25px;
		font-size: 18px;
	}

	.box-100-transparent .box-content {
		padding: 4rem 2rem;
	}

	.box-100-transparent .box-content h2 {
		font-size: 28px;
	}

	.box-100-transparent .box-content>div p,
	.box-100-transparent .box-content>div:not(.item-action) span {
		font-size: 18px;
	}

	/* End of box 100 transparent */
	/* Box */
	.box-25,
	.box-25-sponsor,
	.box-33,
	.box-50,
	.box-50-custom,
	.box-50-clickable {
		width: 100%;
		margin: 1.5rem 0;
		min-height: unset;
	}

	.box-50,
	.box-50-custom,
	.box-50-clickable {
		margin: 1.5rem 2rem;
	}

	.box-25 .box-content,
	.box-25-sponsor .box-content,
	.box-33 .box-content,
	.box-33-news .box-content {
		padding: 4rem;
	}

	/* End of box 33 */
	/* Box spacer */
	.box-spacer {
		height: 25px;
	}

	/* End of box spacer */

	.box-slider-image-block .box-content h2 {
		font-size: 28px;
	}

	.box-slider-image-block .box-content>div p,
	.box-slider-image-block .box-content>div:not(.item-action) span {
		font-size: 18px;
	}

	.box-100-video .box-content {
		font-size: 1.8rem;
		line-height: 2.7rem;
	}

	.box-100-quote {
		width: calc(100% - 3rem);
		margin: 1.5rem;
		flex-flow: wrap column;
	}

	.box-100-quote .box-image-container {
		margin: 0 auto;
	}

	.box-100-quote .box-content {
		max-width: 100%;
	}

	.box-100-quote .box-content::after {
		top: 1rem;
	}

	section:has(~ section.section-slider-partners) .box-100-text .box-content h2 {
		font-size: 34px;
	}

	.box-slider-image-block .box-content h1 {
		font-size: 40px;
		line-height: 38px;
	}

	.box-slider-image-block .box-image-container {
		height: 60vh;
	}

	.box-100-text .box-content h2 {
		font-size: 34px;
	}

	body.body-start .box-100-text .box-content h2 {
		font-size: 34px;
	}

	.box-50 .box-content h2 {
		font-size: 32px;
	}

	body.body-start .box-100-text .box-content p {
		font-size: 18px;
	}

	.box-100-img-left,
	.box-100-img-right {
		width: calc(100% - 0rem);
		margin: 1.5rem 0rem;
		padding: 0;
	}

	.template-box-25-buy-merch {
		width: calc(50% - 30px);
	}

	section.standard>div,
	section.standard-custom-width>div,
	section.standard-custom-padding>div,
	section.standard-custom-padding-top>div {
		margin-top: 0;
	}

	.box-25-sponsor {
		min-height: 25rem;
		width: 100%;
		margin: 1.5rem 0;
	}

	.box-25-sponsor .box-image-container {
		padding-top: unset;
		height: 100%;
	}

	/* End of blocks */
	/* ############################################################### */
	/* ############################################################### */

	section.standard-custom-width {
		height: unset;
	}

	section.standard-custom-width>div {
		margin-top: 8rem;
	}

	.box-50-custom>.box-content {
		min-height: unset;
	}

	.wave-transition {
		height: clamp(5px, 4%, 133px);
	}

	.box-slider-image-block .box-content,
	.box-100-transparent .box-content {
		left: 56%;
		top: 46%;
	}

}

@media all and (max-width: 550px) {
	.template-box-25-buy-merch {
		width: calc(100% - 0px);
		width: calc(50% - 0px);
		margin: 0;
	}

	.template-box-25-buy-merch .box-content {
		padding: 0;
	}

	/* ############################################################### */
	/* ############################################################### */
	/* Sections */
	section.section-parallax,
	section.section-parallax-layer {
		min-height: 300px;
	}

	section.standard-custom-padding {
		padding: 0;
	}

	/* End of sections */
	/* ############################################################### */
	/* ############################################################### */

	.box-100-transparent .box-content h2 {
		font-size: 24px;
	}

	.box-100-transparent .box-content>div p,
	.box-100-transparent .box-content>div:not(.item-action) span {
		font-size: 16px;
	}

	.box-25 .box-content h2,
	.box-33 .box-content h2 {
		font-size: 18px;
		padding: 0;
	}

	.box-100-toggle .box-content>h2 {
		font-size: 16px !important;
	}

	.box-slider-image-block .box-content h2 {
		font-size: 24px;
	}

	.box-slider-image-block .box-content>div p,
	.box-slider-image-block .box-content>div:not(.item-action) span {
		font-size: 16px;
	}

	.box-100-video .box-content h2,
	.box-100-video .box-content h1 {
		font-size: 4.5rem !important;
		line-height: 5rem;
	}

	.box-100-video .box-image-container {
		min-height: 40rem;
	}

	.box-100-quote .box-content h2 {
		font-size: 2rem;
	}

	.box-slider-image-block .box-content .item-action a:first-of-type {
		margin-bottom: 10px;
	}

	.box-25-sponsor {
		max-height: 130px;
	}

	.box-25-sponsor .box-image-container {
		padding-top: 70%;
	}

	section.standard-gradient,
	section.standard-gradient2 {
		padding: 0;
	}

	.box-100-img-right-custom,
	.box-100-img-left-custom {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 2rem;
		padding: 1rem;
	}

	.box-100-img-right-custom .box-image-container,
	.box-100-img-left-custom .box-image-container {
		width: 100%;
		padding-top: 65%;
		border-radius: 2rem;
	}

	.box-100-img-right-custom .box-content,
	.box-100-img-left-custom .box-content {
		width: 100%;
		padding: 0;
		align-items: center;
	}

	.box-100-img-right-custom .box-content p,
	.box-100-img-left-custom .box-content p {
		padding: 0 0.6rem;
	}

	section.standard>div,
	section.standard-custom-width>div,
	section.standard-custom-padding>div,
	section.standard-custom-padding-top>div {
		margin-top: 0;
	}

	.box-slider-image-block .box-content,
	.box-100-transparent .box-content {
		left: 50%;
		top: 40%;
	}

	.item-action {
		text-align: center;
	}

	.box-25-sponsor {
		max-height: unset;
		min-height: unset;
	}

	.box-25-sponsor .box-image-container {
		padding-top: 53%;
		height: unset;
	}



}

@media all and (max-width: 400px) {
	.template-box-25-buy-merch {
		width: calc(100% - 0px);
	}
}
