.elementor-widget-jdw-idea-gallery,
.elementor-widget-jdw-idea-gallery .elementor-widget-container {
	width: 100%;
}

.jdw-idea-gallery {
	--jdw-idea-gallery-padding-mobile: 20px;
	--jdw-idea-gallery-padding-tablet: 30px;
	--jdw-idea-gallery-padding-desktop: 50px;
	--jdw-idea-gallery-gap: 20px;
	--jdw-idea-gallery-title-height: 78px;
	--jdw-idea-gallery-title-height-wide: 95px;
	--jdw-idea-gallery-active-title-height: var(--jdw-idea-gallery-title-height);
	background: #d8d8d8;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.jdw-idea-gallery > .section-tabs,
.jdw-idea-gallery > .section-details {
	flex: 0 0 100%;
	min-width: 100%;
	position: relative;
	transform: translateX(0);
	transition: transform 0.3s ease-out;
}

.jdw-idea-gallery.is-details > .section-tabs,
.jdw-idea-gallery.is-details > .section-details {
	transform: translateX(-100%);
}

.jdw-idea-gallery .section-tabs {
	padding: 30px 20px;
}

.jdw-idea-gallery .grid-tabs {
	display: flex;
	justify-content: center;
	font-family: "Apotek Extra Condensed Bold", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-bottom: 20px;
}

.jdw-idea-gallery .grid-tab {
	appearance: none;
	background: transparent;
	border: 0;
	border-right: 1px solid #002058;
	box-sizing: border-box;
	color: #002058;
	cursor: pointer;
	flex: 1 1 50%;
	font-family: "Apotek Extra Condensed Bold", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0 30px;
	text-align: left;
	-webkit-tap-highlight-color: transparent;
}

.jdw-idea-gallery .grid-tab:last-child {
	border-right: 0;
}

.jdw-idea-gallery .grid-tab__inner {
	border-bottom: 3px solid #d8d8d8;
	display: inline-block;
}

.jdw-idea-gallery .grid-tab__text {
	display: block;
	line-height: 1;
}

.jdw-idea-gallery .grid-tab.is-active .grid-tab__inner {
	border-color: #c8102e;
}

.jdw-idea-gallery .grid-tab:hover,
.jdw-idea-gallery .grid-tab:active,
.jdw-idea-gallery .grid-tab:focus,
.jdw-idea-gallery .grid-tab:focus-visible {
	background: transparent;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	color: #002058;
	outline: none;
}

.jdw-idea-gallery .content {
	align-items: flex-start;
	display: flex;
	left: 0;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s ease-out;
}

.jdw-idea-gallery .tab-panel {
	flex: 0 0 100%;
	min-width: 100%;
	position: relative;
	transform: translateX(0);
	transition: transform 0.3s ease-out;
	overflow: hidden;
}

.jdw-idea-gallery.is-brands .tab-panel {
	transform: translateX(-100%);
}

.jdw-idea-gallery .tiles-container {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.jdw-idea-gallery .tile {
	box-sizing: border-box;
	min-width: 0;
	padding: 0;
	width: 100%;
}

.jdw-idea-gallery .tile-component {
	background: #ffffff;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
}

.jdw-idea-gallery .tile-component:hover,
.jdw-idea-gallery .tile-component:focus {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	outline: none;
}

.jdw-idea-gallery .tile-component .image,
.jdw-idea-gallery .tile-component .responsive-banner {
	display: block;
	width: 100%;
}

.jdw-idea-gallery .tile-component .responsive-banner {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	position: relative;
}

.jdw-idea-gallery .tile-component .headline {
	background: #ffffff;
	color: #002058;
	display: block;
	font-family: "Acumin Pro Bold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.jdw-idea-gallery .tile-component .headline-label {
	display: block;
	padding: 20px;
}

.jdw-idea-gallery .tile-component:hover .jdw-idea-gallery__image,
.jdw-idea-gallery .tile-component:focus .jdw-idea-gallery__image {
	transform: scale(1.05);
}

.jdw-idea-gallery__image {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease-in-out;
	width: 100%;
}

.jdw-idea-gallery--multi-column .tiles-container {
	height: auto;
}

.jdw-idea-gallery--multi-column .tile {
	position: static;
}

.jdw-idea-gallery .section-details {
	background: #ffffff;
	overflow: hidden;
}

.jdw-idea-gallery .section-details .toolbar {
	background: #d8d8d8;
	padding: 20px 40px 200px;
}

.jdw-idea-gallery .section-details .toolbar .title {
	color: #002058;
	font-family: "Apotek Extra Condensed Bold", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

.jdw-idea-gallery .section-details .back-btn {
	align-items: center;
	background: transparent;
	border: 0;
	color: #002058;
	cursor: pointer;
	display: inline-flex;
	font-family: "Acumin Pro Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	gap: 5px;
	padding: 0;
}

.jdw-idea-gallery .section-details .selected-player {
	align-items: stretch;
	display: flex;
	justify-content: space-between;
	margin: -175px auto 40px;
	max-width: 1500px;
}

.jdw-idea-gallery .section-details .selected-player button {
	background: transparent;
	border: 0;
	color: #002058;
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 35px;
	height: 37px;
	line-height: 1;
	margin-top: 26%;
	padding: 0 10px;
}

.jdw-idea-gallery .section-details .selected-player button:disabled {
	cursor: default;
	opacity: 0.3;
}

.jdw-idea-gallery .section-details .selected {
	background: #ffffff;
	flex: 1 1 auto;
	margin: 0 auto;
	max-width: 1100px;
	min-width: 0;
	position: relative;
}

.jdw-idea-gallery .section-details .selected .gallery-item {
	background: #ffffff;
	display: block;
}

.jdw-idea-gallery .section-details .selected .image {
	display: block;
}

.jdw-idea-gallery .section-details .selected .responsive-banner {
	aspect-ratio: 4 / 3;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
}

.jdw-idea-gallery .section-details .selected .responsive-banner::after {
	align-items: center;
	background: rgba(0, 32, 88, 0.88);
	border-radius: 999px;
	bottom: 15px;
	color: #ffffff;
	content: "";
	display: flex;
	height: 34px;
	justify-content: center;
	position: absolute;
	right: 15px;
	width: 34px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
}

.jdw-idea-gallery .section-details .selected .info {
	padding: 20px 0 0;
}

.jdw-idea-gallery .section-details .selected .title {
	color: #002058;
	font-family: "Acumin Pro Bold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
}

.jdw-idea-gallery .section-details .selected .description {
	color: #002058;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 12px;
}

.jdw-idea-gallery .section-details .selected .index {
	color: #002058;
	font-family: "Apotek Extra Condensed Light", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 24px;
}

.jdw-idea-gallery .section-details .selected .category,
.jdw-idea-gallery .section-details .selected .count {
	display: none;
}

.jdw-idea-gallery .section-details .selection {
	display: none;
	padding-bottom: 40px;
}

.jdw-idea-gallery.is-details .section-details .selection {
	display: block;
}

.jdw-idea-gallery .section-details .selection > div {
	display: grid;
	gap: 40px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0 20px;
}

.jdw-idea-gallery .gallery-item {
	cursor: pointer;
	min-width: 0;
}

.jdw-idea-gallery .gallery-item.is-hidden {
	display: none;
}

.jdw-idea-gallery .gallery-item .responsive-banner {
	aspect-ratio: 4 / 3;
	display: block;
	overflow: hidden;
	position: relative;
}

.jdw-idea-gallery .gallery-item.is-active .responsive-banner {
	outline: 6px solid #003087;
	outline-offset: -6px;
}

.jdw-idea-gallery .gallery-item .info {
	align-items: flex-start;
	display: flex;
	padding-top: 20px;
}

.jdw-idea-gallery .gallery-item .count {
	align-items: center;
	background: #c8102e;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 25px;
	font-family: "Acumin Pro Bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 25px;
	justify-content: center;
	line-height: 1;
	margin-top: 1px;
	max-width: 25px;
	min-width: 25px;
}

.jdw-idea-gallery .gallery-item .info > div:last-child {
	padding-left: 5px;
}

.jdw-idea-gallery .gallery-item .title {
	color: #002058;
	font-family: "Acumin Pro Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.jdw-idea-gallery .gallery-item .category {
	color: #002058;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	margin-top: 4px;
}

.jdw-idea-gallery .gallery-item .description,
.jdw-idea-gallery .gallery-item .index {
	display: none;
}

.jdw-idea-gallery-modal {
	align-items: center;
	background: rgba(0, 0, 0, 0.72);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 100000;
}

.jdw-idea-gallery-modal.is-open {
	display: flex;
}

.jdw-idea-gallery-modal__dialog {
	background: #ffffff;
	max-height: calc(100vh - 40px);
	max-width: 1100px;
	overflow: auto;
	width: 100%;
}

.jdw-idea-gallery-modal__header {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 20px;
}

.jdw-idea-gallery-modal__title {
	color: #002058;
	flex: 1 1 auto;
	font-family: "Acumin Pro Bold", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.jdw-idea-gallery-modal__close {
	background: transparent;
	border: 0;
	color: #002058;
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 32px;
	line-height: 1;
	padding: 0;
}

.jdw-idea-gallery-modal__body {
	padding: 0;
}

.jdw-idea-gallery-modal__image {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

html.jdw-idea-gallery-modal-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.jdw-idea-gallery .grid-tab {
		padding: 0;
		text-align: center;
	}

	.jdw-idea-gallery .grid-tab__inner {
		max-width: 110px;
		margin: 0 auto;
		text-align: center;
	}
}

@media (min-width: 460px) and (max-width: 767px) {
	.jdw-idea-gallery .section-tabs {
		padding: 30px 10px;
	}
}

@media (min-width: 460px) {
	.jdw-idea-gallery .tiles-container {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jdw-idea-gallery .tile {
		width: auto;
	}

	.jdw-idea-gallery .tile-component {
		display: block;
		min-height: 0;
		height: 100%;
		margin-bottom: 0;
	}

	.jdw-idea-gallery .tile-component .image {
		bottom: var(--jdw-idea-gallery-active-title-height);
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.jdw-idea-gallery .tile-component .responsive-banner {
		aspect-ratio: auto;
		height: 100%;
	}

	.jdw-idea-gallery .tile-component::before {
		content: "";
		display: block;
		padding-top: 100%;
		width: 100%;
	}

	.jdw-idea-gallery .tile-component .headline {
		bottom: 0;
		height: var(--jdw-idea-gallery-active-title-height);
		left: 0;
		position: absolute;
		right: 0;
	}

	.jdw-idea-gallery .tile-component .headline-label {
		box-sizing: border-box;
		display: block;
		height: 65px;
		overflow: hidden;
		padding: 15px;
	}
}

@media (min-width: 576px) {
	.jdw-idea-gallery .section-details .selected-player button {
		margin-top: 30%;
		padding: 0 20px;
	}

	.jdw-idea-gallery .gallery-item .count {
		flex-basis: 35px;
		font-size: 16px;
		height: 35px;
		max-width: 35px;
		min-width: 35px;
	}

	.jdw-idea-gallery .gallery-item .info > div:last-child {
		padding-left: 10px;
	}
}

@media (min-width: 768px) {
	.jdw-idea-gallery .grid-tab.categories {
		text-align: right;
	}

	.jdw-idea-gallery .grid-tab {
		font-size: 20px;
	}

	.jdw-idea-gallery .section-details .selection > div {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		height: 620px;
		overflow-y: auto;
	}
}

@media (min-width: 992px) {
	.jdw-idea-gallery {
		margin-bottom: 30px;
	}

	.jdw-idea-gallery .tiles-container {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.jdw-idea-gallery .tile.large-box {
		grid-column: span 2;
	}

	.jdw-idea-gallery .section-details .toolbar {
		padding: 50px 50px 300px;
	}

	.jdw-idea-gallery .grid-tabs {
		font-size: 30px;
	}

	.jdw-idea-gallery .grid-tab {
		font-size: 30px;
	}

	.jdw-idea-gallery .section-details .toolbar .title {
		font-size: 40px;
	}

	.jdw-idea-gallery .section-details .back-btn {
		margin-top: -45px;
		width: 200px;
	}

	.jdw-idea-gallery .section-details .selected-player {
		align-items: center;
		margin: -250px auto 50px;
	}

	.jdw-idea-gallery .section-details .selected-player button {
		font-size: 46px;
		height: 43px;
		margin-top: 0;
	}

	.jdw-idea-gallery .section-details .selected .gallery-item {
		align-items: center;
		display: flex;
	}

	.jdw-idea-gallery .section-details .selected .image {
		flex: 1 1 60%;
		max-width: 60%;
	}

	.jdw-idea-gallery .section-details .selected .info {
		flex: 1 1 40%;
		padding: 0 40px;
	}

	.jdw-idea-gallery .section-details .selected .title {
		font-size: 24px;
	}

	.jdw-idea-gallery .section-details .selected .index {
		margin-top: 40px;
	}

	.jdw-idea-gallery .section-details .selection > div {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
	.jdw-idea-gallery {
		margin-bottom: 50px;
	}

	.jdw-idea-gallery .grid-tabs {
		padding-bottom: 40px;
	}

	.jdw-idea-gallery .section-details .selection > div {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		height: 725px;
	}
}

@media (min-width: 1440px) {
	.jdw-idea-gallery .section-tabs {
		padding: 50px;
	}

	.jdw-idea-gallery .tile-component .image {
		bottom: var(--jdw-idea-gallery-title-height-wide);
	}

	.jdw-idea-gallery .tile-component .headline {
		height: var(--jdw-idea-gallery-title-height-wide);
	}

	.jdw-idea-gallery .tile-component .headline-label {
		font-size: 24px;
		height: 78px;
		padding: 20px;
	}

	.jdw-idea-gallery .section-details .selection {
		padding: 0 40px 60px;
	}

	.jdw-idea-gallery .section-details .selection > div {
		padding: 0 40px;
	}
}
