@charset "UTF-8";
/*!
Theme Name: Profumo_Intimo by DigitLabs
Theme URI: http://underscores.me/
Author: DigitLabs
Author URI: https://digitlabs.pl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Profumo_Intimo by DigitLabs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
	- Content sidebar
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments
# Plugins
	- Contact Form 7

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	scroll-behavior: smooth;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.reset-1 {
	counter-reset: item 1 !important;
}

.reset-2 {
	counter-reset: item 2 !important;
}

.reset-3 {
	counter-reset: item 3 !important;
}

.reset-4 {
	counter-reset: item 4 !important;
}

.reset-5 {
	counter-reset: item 5 !important;
}

.reset-6 {
	counter-reset: item 6 !important;
}

.reset-7 {
	counter-reset: item 7 !important;
}

.reset-8 {
	counter-reset: item 8 !important;
}

.reset-9 {
	counter-reset: item 9 !important;
}

.reset-10 {
	counter-reset: item 10 !important;
}

button {
	all: unset;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.line-clamp-1 {
	-webkit-line-clamp: 1;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.line-clamp-4 {
	-webkit-line-clamp: 4;
}

.text-block {
	color: #323232;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2 {
	font-size: clamp(1.5rem, 3vw, 2.1875rem);
}

.header_section {
	text-align: center;
}

.header_section__title {
	font-size: clamp(1.5rem, 4vw, 3.625rem);
	font-weight: 900;
	text-transform: uppercase;
	color: #1F1F1F;
	padding-top: 4.6875rem;
	padding-bottom: 5.3125rem;
	margin: 0;
}

.header_section__title--light {
	color: #fff;
}

.header_section__title--no-desc {
	padding-bottom: 3.75rem;
}

@media (max-width: 992px) {
	.header_section__title--no-desc {
		padding-bottom: 0;
	}
}

@media (max-width: 992px) {
	.header_section__title {
		padding: 0;
		margin: unset;
		padding-top: 3.125rem;
		padding-bottom: 2.1875rem;
	}
}

.header_section__description {
	color: #747474;
	max-width: 46.875rem;
	margin: auto;
	padding-bottom: 3.125rem;
}

@media (max-width: 992px) {
	.header_section__description {
		padding: 0;
		text-align: left;
		margin: unset;
		margin-bottom: 0.9375rem;
	}
}

div:not(.container) .header_section {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

#scroll {
	scroll-margin-top: 5.9375rem;
}

.small-header-section {
	color: #323232;
	padding-top: 4.0625rem;
	padding-bottom: 1.5625rem;
}

@media (max-width: 992px) {
	.small-header-section {
		padding-top: 2.5rem;
		padding-bottom: 1.5625rem;
	}
}

.small-header-section__title {
	font-size: clamp(1.5rem, 3vw, 2.1875rem);
	font-weight: 800;
	text-align: center;
	margin: 0;
}

.small-header-section__title--left {
	text-align: left;
}

@media (max-width: 992px) {
	.small-header-section__title {
		font-weight: 900;
		text-align: left;
	}
}

.small-header-section + p {
	margin-top: 0;
}

p {
	margin-bottom: 1.5em;
	font-size: clamp(0.875rem, 2vw, 1rem);
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.alert {
	text-align: center;
	display: none;
}

.alert--footer {
	text-align: left;
}

.alert--danger {
	color: #FF0000;
}

.alert--danger::before {
	content: url("/wp-content/themes/dl/img/alert-danger.svg");
}

.alert--success {
	color: #A6CD3B;
}

.alert--success::before {
	content: url("/wp-content/themes/dl/img/alert-success.svg");
}

.alert::before {
	vertical-align: middle;
	line-height: normal;
	margin-right: 0.3125rem;
}

@media (max-width: 768px) {
	.alert {
		text-align: left;
	}
}

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 100 900;
	src: url(/wp-content/themes/dl/fonts/jost-latin-ext.woff2) format("woff2");
	font-display: swap;
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 100 900;
	src: url(/wp-content/themes/dl/fonts/jost-latin.woff2) format("woff2");
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Forum';
	font-style: normal;
	font-weight: 100 900;
	src: url(/wp-content/themes/dl/fonts/forum-latin.woff2) format("woff2");
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Forum';
	font-style: normal;
	font-weight: 100 900;
	src: url(/wp-content/themes/dl/fonts/forum-latin-ext.woff2) format("woff2");
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/forum/v18/6aey4Ky-Vb8Ew8IfOpIq3g.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Elements
--------------------------------------------- */
body {
	background-color: #000;
	overflow-x: hidden;
}

@media screen and (max-width: 1200px) {
	html {
		margin-top: 0px !important;
	}
	#wpadminbar {
		display: none;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: "· ";
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

img {
	height: auto;
	max-width: 100%;
	width: 100%;
	display: block;
}

figure {
	margin: 1em 0;
}

table:not(.simple) {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: separate;
	/* Umożliwia działanie border-spacing */
	border-spacing: 0 0.9375rem;
	/* Odstęp pionowy między wierszami */
}

@media (max-width: 768px) {
	table:not(.simple) {
		border-spacing: 0 0.4375rem;
		/* Odstęp pionowy między wierszami */
	}
}

table:not(.simple) td, table:not(.simple) th {
	padding: 0.9375rem;
	text-align: center;
	font-weight: 600;
	z-index: 10;
	position: relative;
	line-height: 1;
}

@media (max-width: 992px) {
	table:not(.simple) td, table:not(.simple) th {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
	}
}

table:not(.simple) th {
	padding-top: 0;
	padding-bottom: 0;
}

table:not(.simple) thead {
	color: #656565;
}

@media (max-width: 1300px) {
	table:not(.simple) thead {
		font-size: 1.0625rem;
	}
}

@media (max-width: 992px) {
	table:not(.simple) thead {
		font-size: 0.9375rem;
	}
}

@media (max-width: 768px) {
	table:not(.simple) thead {
		font-size: 0.8125rem;
	}
}

table:not(.simple) tbody {
	font-size: 1.5rem;
	color: #323232;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

@media (max-width: 1300px) {
	table:not(.simple) tbody {
		font-size: 1.0625rem;
	}
}

@media (max-width: 992px) {
	table:not(.simple) tbody {
		font-size: 0.9375rem;
	}
}

@media (max-width: 768px) {
	table:not(.simple) tbody {
		font-size: 0.8125rem;
	}
}

table:not(.simple) tbody tr:not(.sp-row-no-dots) {
	position: relative;
	transform: translate(0);
	clip-path: inset(0 round 0.9375rem);
}

@media (max-width: 768px) {
	table:not(.simple) tbody tr:not(.sp-row-no-dots) {
		clip-path: inset(0 round 0.625rem);
		height: 3.125rem;
	}
}

table:not(.simple) tbody tr:not(.sp-row-no-dots)::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 0.9375rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media (max-width: 768px) {
	table:not(.simple) tbody tr:not(.sp-row-no-dots)::after {
		border-radius: 0.625rem;
		min-height: 3.125rem;
	}
}

table:not(.simple) tbody tr:not(.sp-row-no-dots).highlighted::after {
	background: #fdf6ee;
}

table:not(.simple) td:first-child, table:not(.simple) th:first-child {
	padding-left: 0.9375rem;
}

table:not(.simple) td:last-child, table:not(.simple) th:last-child {
	padding-right: 0.9375rem;
}

.simple {
	border-spacing: 0;
}

.simple th, .simple td {
	padding-right: 1.25rem;
}

@media (max-width: 1300px) {
	.data-date {
		text-align: center !important;
	}
}

.data-date__mobile {
	display: none;
}

@media (max-width: 1300px) {
	.data-date__mobile {
		display: block;
	}
}

@media (max-width: 1300px) {
	.data-date__desktop {
		display: none;
	}
}

.data-name {
	text-align: left;
}

.sp-row-no-dots td {
	display: table-cell;
	/* Właściwość zachowująca kompatybilność z tabelami */
	text-align: center;
	/* Wyśrodkowanie poziome */
	vertical-align: middle;
	/* Wyśrodkowanie pionowe */
	font-size: 16px;
	/* Rozmiar kropek */
}

.container {
	width: 100%;
}

.container, .container-full {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.container:after, .container-full:after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 992px) {
	.container {
		max-width: 93.75rem;
	}
}

.site {
	top: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

.img-background {
	background-image: url(/wp-content/themes/dl/img/background.webp);
}

.dark-background {
	background-color: #141414;
	position: relative;
}

.dark-background:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	margin-left: 50%;
	left: -50vw;
	top: 0;
	background-color: #141414;
	z-index: 0;
}

.gray-background {
	background-color: #F8F8F8;
	position: relative;
}

.gray-background:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	margin-left: 50%;
	left: -50vw;
	top: 0;
	background-color: #F8F8F8;
	z-index: -1;
}

.site-footer {
	overflow-x: hidden;
}

.lower-strip {
	border-bottom: 1.875rem solid #E87E1A;
}

.pagination {
	padding-top: 3.75rem;
	padding-bottom: 5rem;
	text-align: center;
	color: #747474;
	font-weight: 700;
	font-size: 1rem;
	display: flex;
	gap: 0.625rem;
	font-size: 1rem;
	justify-content: center;
}

@media (max-width: 768px) {
	.pagination {
		padding-top: 1.875rem;
		padding-bottom: 3.125rem;
	}
}

.pagination__page-number {
	font-size: 1rem;
	background: #ECECEC;
	padding: 0.625rem 0.9375rem;
	border-radius: 0.3125rem;
}

.pagination .current span {
	color: #fff;
	background-color: #E87E1A;
}

.js-sections .js-section:not(.active) {
	display: none;
}

.js-sections .js-section-btns {
	display: flex;
	gap: 1.5625rem;
	padding-bottom: 4.6875rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.js-sections .js-section-btns.center {
	justify-content: center;
}

.js-sections .js-section-btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 9.0625rem;
	width: 100%;
}

@media (max-width: 768px) {
	.js-sections .js-section-btns {
		gap: 0.3125rem;
		padding-bottom: 1.25rem;
	}
	.js-sections .js-section-btns.no-padding {
		padding: 0;
	}
}

#btns {
	scroll-margin-top: 18.75rem;
}

.tree-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tree-menu li {
	position: relative;
	line-height: 2.5em;
}

.tree-menu ul {
	position: relative;
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
}

.tree-menu ul:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #c4c4c4;
}

.tree-menu ul li {
	padding-left: 1.5em;
}

.tree-menu ul li:before {
	content: "";
	position: absolute;
	top: 1.25em;
	/* half the line-height */
	left: 0;
	width: 1em;
	/* same as indentation */
	height: 1px;
	border-top: 1px solid #c4c4c4;
}

.tree-menu ul li:last-child:before {
	background-color: #F5F5F5;
	/* same as body background */
	height: auto;
	top: 1.25em;
	/* half the line-height */
	left: -1px;
	bottom: 0;
}

.dropdown {
	position: relative;
	display: none;
}

@media (max-width: 1300px) {
	.dropdown {
		display: block;
	}
}

.dropdown__toggle {
	background-color: #A6CD3B;
	padding: 0.625rem 0;
	cursor: pointer;
	width: 100%;
	border: none;
}

.dropdown__toggle::after {
	content: '';
	background: url(img/dropdown_arrow.svg) no-repeat;
	width: 1.375rem;
	height: 1.375rem;
	position: absolute;
	right: 0.9375rem;
	background-position: center;
}

.dropdown__menu {
	display: none;
	position: absolute;
	background-color: #fff;
	color: #A6CD3B;
	min-width: 100%;
	z-index: 100;
	border: 0.0625rem solid #A6CD3B;
}

.dropdown__menu a {
	color: #A6CD3B;
	text-align: center;
	padding: 0.625rem 0;
	text-decoration: none;
	display: block;
	border-bottom: 0.0625rem solid #A6CD3B;
	cursor: pointer;
}

.dropdown__menu a:hover {
	background-color: #A6CD3B;
	color: #fff;
}

.dropdown__menu a:last-child {
	border-bottom: none;
}

.grid {
	display: grid;
}

.grid-row-5 {
	grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1900px) {
	.grid-row-5 {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1500px) {
	.grid-row-5 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1300px) {
	.grid-row-5 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.grid-row-5 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.grid-row-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1200px) {
	.grid-row-4 {
		grid-template-columns: repeat(2, 2fr);
	}
}

@media (max-width: 768px) {
	.grid-row-4 {
		grid-template-columns: 1fr;
	}
}

.grid-row-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1300px) {
	.grid-row-3 {
		grid-template-columns: repeat(2, 2fr);
	}
}

@media (max-width: 768px) {
	.grid-row-3 {
		grid-template-columns: 1fr;
	}
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.popup.open {
	opacity: 1;
	pointer-events: auto;
}

.popup.open > div {
	transform: scale(1);
}

.popup__inner {
	z-index: 11;
	position: relative;
	transform: scale(0.7);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.popup__close-btn {
	color: #fff;
	text-align: right;
	font-size: clamp(1.25rem, 4vw, 2.5rem);
	cursor: pointer;
}

.popup__bg-overlay {
	background: #00000070;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

/* Links
--------------------------------------------- */
a {
	color: unset;
	text-decoration: none;
	font-size: clamp(0.875rem, 2vw, 1rem);
	transition: color 0.3s ease;
}

a.bold {
	font-weight: 600;
}

a:visited {
	text-decoration: none;
}

a:hover:not(.no-hover), a:focus:not(.no-hover), a:active:not(.no-hover) {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	text-decoration: none;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.btn {
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.04375rem;
	font-size: 0.875rem;
	padding: 0.75rem 2.1875rem;
	background-color: #000;
	color: #fff;
	font-weight: 400;
}

.btn:hover {
	background-color: #e4e4e4;
}

.btn:hover a {
	color: #fff;
}

.btn.btn-primary, .btn.active {
	background-color: #000;
}

.btn.btn-primary:hover, .btn.active:hover {
	background-color: #0d0d0d;
}

.btn.btn-secondary {
	background-color: #fff;
	color: #000;
}

.btn.btn-secondary:hover {
	background-color: #f2f2f2;
}

.btn.center-btn {
	width: max-content;
	margin: auto;
	position: relative;
	z-index: 1;
	margin-top: 3.75rem;
}

@media (max-width: 768px) {
	.btn.center-btn {
		margin-top: 1.875rem;
	}
}

.btn.full-width {
	width: 100%;
	display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="file"],
select,
.input-file,
textarea {
	color: #5B5B5B;
	border: 1px solid #ccc;
	padding: 0.75rem 1.0625rem;
	font-size: 0.875rem;
	margin: 0.625rem 0;
	width: 100%;
	display: block;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
	border-radius: 0.625rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
select:focus,
.input-file:focus,
textarea:focus {
	color: #111;
	outline: none;
	border: 1px solid #e87e1a47;
	box-shadow: 0px 0px 5px 0px #ff980061;
}

select:focus {
	border-radius: 0.625rem 0.625rem 0px 0px;
}

form {
	margin: auto;
}

.input-file {
	padding: 0;
}

li {
	font-size: clamp(0.875rem, 2vw, 1rem);
}

select {
	appearance: none;
	border: 1px solid #ccc;
	outline: none;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.select-wrapper {
	position: relative;
}

.select-wrapper::after {
	content: url(/wp-content/themes/dl/img/contact-arrow.svg);
	position: absolute;
	right: 1.5625rem;
	top: 25%;
}

textarea {
	width: 100%;
}

label {
	color: #1F1F1F;
	font-weight: 700;
}

.date {
	color: #E87E1A;
	font-size: 0.875rem;
	font-weight: 600;
}

input[type="checkbox"] {
	background-color: #fff;
	-webkit-appearance: none;
	display: flex;
	justify-content: center;
	font-size: 2rem;
	border: 1px solid #ccc;
	border-radius: 0.1875rem;
	width: 0.9375rem;
	height: 0.9375rem;
	cursor: pointer;
}

input[type="checkbox"]::before {
	content: "";
	width: 0.9375rem;
	clip-path: polygon(0 66%, 47% 100%, 100% 26%, 80% 14%, 42% 69%, 13% 48%);
	transform: scale(0);
	background-color: #E87E1A;
}

input[type="checkbox"]:checked::before {
	transform: scale(1);
}

/* Layouts
--------------------------------------------- */
.content-with-sidebar {
	display: grid;
	grid-template-columns: auto 25%;
	grid-template-areas: "main sidebar";
	gap: 3.125rem;
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}

@media (max-width: 1300px) {
	.content-with-sidebar {
		grid-template-columns: auto 0;
		gap: 0;
	}
}

.site-main {
	grid-area: main;
	max-width: 100%;
	overflow-x: hidden;
}

.site-main--no-overflow {
	overflow-x: visible;
}

.widget-area {
	grid-area: sidebar;
}

@media (max-width: 1300px) {
	.widget-area {
		display: none;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	position: fixed;
	padding: 0.9375rem;
	width: 100%;
	z-index: 1000;
	text-transform: uppercase;
	pointer-events: none;
}

.main-navigation .nav-container {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.main-navigation .nav-container > div {
	pointer-events: all;
}

.main-navigation .nav-container .logo {
	margin-right: auto;
	z-index: 10001;
}

@media (max-width: 1500px) {
	.main-navigation .nav-container .logo img {
		max-width: 40%;
	}
}

@media (min-width: 1500px) {
	.main-navigation .nav-container .menu-container__second ul {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: flex-end;
		list-style: none;
		align-items: center;
		gap: 0.625rem;
	}
	.main-navigation .nav-container .menu-container__second ul .btn {
		text-align: center;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.main-navigation .nav-container .menu-container__second ul .btn > a {
		font-weight: 400;
	}
	.main-navigation .nav-container .menu-container__first {
		flex-grow: 1;
	}
	.main-navigation .nav-container .menu-container__first ul.menu {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-evenly;
		list-style: none;
		width: 100%;
	}
	.main-navigation .nav-container .menu-container__first ul.sub-menu {
		display: flex;
		transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		flex-direction: column;
		list-style: none;
		margin: 0;
		width: max-content;
		background: rgba(28, 28, 28, 0.75);
		padding: 0.9375rem;
		left: -0.625rem;
		line-height: 2;
		border-radius: 0.9375rem;
	}
	.main-navigation .nav-container .menu-container__first ul.sub-menu li {
		margin: 0;
	}
	.main-navigation .nav-container .menu-container__first ul.sub-menu a {
		text-transform: none;
		font-size: 0.875rem;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children {
		position: relative;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children::after {
		content: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%225%22%20viewBox%3D%220%200%209%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.01468%200.164378C0.89634%200.0527761%200.743149%20-0.00194478%200.589958%200.000215279C0.436767%200.00237534%200.285028%200.0606958%200.16959%200.175898L0.160878%200.184538C0.0519747%200.2983%20-0.00102576%200.443742%200.00115242%200.588464C0.0033306%200.733187%200.0606865%200.877189%200.17322%200.988071C1.45465%202.25961%202.75787%203.51747%204.04946%204.78109C4.05309%204.78613%204.05672%204.79045%204.06108%204.79477C4.17942%204.90709%204.33406%204.96181%204.48726%204.95965C4.64045%204.95749%204.79291%204.89845%204.90835%204.78325L4.92723%204.76381C6.2014%203.50451%207.4792%202.24881%208.75047%200.987352C8.86228%200.87647%208.91963%200.733188%208.92181%200.588465C8.92399%200.443743%208.87099%200.298301%208.76136%200.184539L8.75047%200.173738C8.63576%200.0606966%208.48474%200.00237604%208.33228%200.000215956C8.17981%20-0.00194413%208.0259%200.0527767%207.90756%200.164379L4.47564%203.56427L1.01468%200.164378Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
		padding-left: 5px;
		top: -2px;
		position: absolute;
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children::before {
		content: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%225%22%20viewBox%3D%220%200%209%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.90719%204.79534C8.02554%204.90694%208.17873%204.96166%208.33192%204.9595C8.48511%204.95734%208.63685%204.89902%208.75229%204.78382L8.761%204.77518C8.8699%204.66141%208.9229%204.51597%208.92072%204.37125C8.91855%204.22653%208.86119%204.08253%208.74866%203.97164C7.46722%202.7001%206.16401%201.44224%204.87241%200.178624C4.86878%200.173583%204.86515%200.169263%204.8608%200.164943C4.74245%200.0526215%204.58781%20-0.00209932%204.43462%206.07397e-05C4.28143%200.0022208%204.12896%200.0612618%204.01353%200.176464L3.99465%200.195904C2.72048%201.4552%201.44267%202.7109%200.171407%203.97236C0.0595992%204.08325%200.00224328%204.22653%206.52292e-05%204.37125C-0.00211282%204.51597%200.050887%204.66142%200.160517%204.77518L0.171407%204.78598C0.286119%204.89902%200.437132%204.95734%200.589597%204.9595C0.742062%204.96166%200.895979%204.90694%201.01432%204.79534L4.44624%201.39544L7.90719%204.79534Z%22%20fill%3D%22%23E87E1A%22/%3E%3C/svg%3E");
		right: -14px;
		top: -2px;
		position: absolute;
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children:hover::after {
		opacity: 0;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children:hover::before {
		opacity: 1;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}
	.main-navigation .nav-container .menu-container__first ul li {
		margin: 0 15px;
	}
	.main-navigation .nav-container .menu-container__first ul li > a {
		font-size: 0.875rem;
		font-weight: 400;
	}
	.main-navigation .nav-container .menu-container__first ul li:hover > a {
		color: #E87E1A;
	}
	.main-navigation .nav-container .menu-container__first ul li.search-icon a {
		color: transparent !important;
	}
	.main-navigation .nav-container .menu-container__first ul li.search-icon a::before {
		content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_334_2691%29%22%3E%3Cpath%20d%3D%22M8.46328%203.66109C7.82216%203.02002%206.96984%202.66696%206.06322%202.66699C5.66153%202.66699%205.33594%202.99262%205.33594%203.39427C5.336%203.79596%205.66156%204.12155%206.06325%204.12155C6.58131%204.12155%207.06834%204.32324%207.43469%204.68962C7.80103%205.05596%208.00275%205.54299%208.00275%206.06102C8.00269%206.46268%208.32831%206.78834%208.72997%206.78834C8.73003%206.78834%208.73003%206.78834%208.73003%206.78834C9.13163%206.78834%209.45725%206.46277%209.45731%206.06112C9.45734%205.15452%209.10434%204.30215%208.46328%203.66109Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%220.2%22/%3E%3Cpath%20d%3D%22M15.7516%2014.7939L15.7516%2014.7939C16.0161%2015.0583%2016.0161%2015.4872%2015.7516%2015.7516L15.7516%2015.7516C15.6194%2015.8839%2015.4461%2015.95%2015.2727%2015.95C15.0993%2015.95%2014.926%2015.8839%2014.7938%2015.7516L9.83489%2010.7927L9.80351%2010.7613L9.76863%2010.7888C8.74654%2011.5921%207.45865%2012.0717%206.06081%2012.0717C2.74649%2012.0717%200.05%209.3752%200.05%206.06084C0.05%204.45517%200.675139%202.94588%201.81054%201.81048C2.94579%200.675201%204.45523%200.05%206.06081%200.05C9.3752%200.05%2012.0717%202.74652%2012.0717%206.06084C12.0717%207.45868%2011.5921%208.74654%2010.7887%209.76867L10.7613%209.80355L10.7927%209.83492L15.7516%2014.7939ZM1.40456%206.06084C1.40456%208.6284%203.49332%2010.7172%206.06081%2010.7172C8.62839%2010.7172%2010.7172%208.62843%2010.7172%206.06088C10.7172%203.49332%208.62839%201.40456%206.06081%201.40456C4.81715%201.40456%203.64771%201.88889%202.76833%202.76833C1.88895%203.64771%201.40456%204.81718%201.40456%206.06084Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%220.1%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_334_2691%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	.main-navigation .nav-container .menu-container__first ul li.search-icon a:hover::before {
		content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_334_2691%29%22%3E%3Cpath%20d%3D%22M8.46328%203.66109C7.82216%203.02002%206.96984%202.66696%206.06322%202.66699C5.66153%202.66699%205.33594%202.99262%205.33594%203.39427C5.336%203.79596%205.66156%204.12155%206.06325%204.12155C6.58131%204.12155%207.06834%204.32324%207.43469%204.68962C7.80103%205.05596%208.00275%205.54299%208.00275%206.06102C8.00269%206.46268%208.32831%206.78834%208.72997%206.78834C8.73003%206.78834%208.73003%206.78834%208.73003%206.78834C9.13163%206.78834%209.45725%206.46277%209.45731%206.06112C9.45734%205.15452%209.10434%204.30215%208.46328%203.66109Z%22%20fill%3D%22%23A6CD3B%22%20stroke%3D%22%23A6CD3B%22%20stroke-width%3D%220.2%22/%3E%3Cpath%20d%3D%22M15.7516%2014.7939L15.7516%2014.7939C16.0161%2015.0583%2016.0161%2015.4872%2015.7516%2015.7516L15.7516%2015.7516C15.6194%2015.8839%2015.4461%2015.95%2015.2727%2015.95C15.0993%2015.95%2014.926%2015.8839%2014.7938%2015.7516L9.83489%2010.7927L9.80351%2010.7613L9.76863%2010.7888C8.74654%2011.5921%207.45865%2012.0717%206.06081%2012.0717C2.74649%2012.0717%200.05%209.3752%200.05%206.06084C0.05%204.45517%200.675139%202.94588%201.81054%201.81048C2.94579%200.675201%204.45523%200.05%206.06081%200.05C9.3752%200.05%2012.0717%202.74652%2012.0717%206.06084C12.0717%207.45868%2011.5921%208.74654%2010.7887%209.76867L10.7613%209.80355L10.7927%209.83492L15.7516%2014.7939ZM1.40456%206.06084C1.40456%208.6284%203.49332%2010.7172%206.06081%2010.7172C8.62839%2010.7172%2010.7172%208.62843%2010.7172%206.06088C10.7172%203.49332%208.62839%201.40456%206.06081%201.40456C4.81715%201.40456%203.64771%201.88889%202.76833%202.76833C1.88895%203.64771%201.40456%204.81718%201.40456%206.06084Z%22%20fill%3D%22%23A6CD3B%22%20stroke%3D%22%23A6CD3B%22%20stroke-width%3D%220.1%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_334_2691%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23A6CD3B%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
}

.main-navigation .menu-container {
	display: flex;
	align-items: center;
	width: 100%;
	padding-top: 0.625rem;
	font-size: 0.875rem;
}

@media (max-width: 1500px) {
	.main-navigation .menu-container {
		position: fixed;
		top: 0;
		right: -150%;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.85);
		transition: right 0.7s cubic-bezier(0.25, 1, 0.2, 1), opacity 0.3s ease 0s;
		z-index: 1000;
		display: flex;
		flex-direction: column;
		padding: 1.25rem;
		padding-top: 10rem;
		align-items: flex-start;
	}
	.main-navigation .menu-container ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.main-navigation .menu-container ul.sub-menu {
		display: none;
	}
	.main-navigation .menu-container .menu-container__first {
		width: 100%;
		padding-bottom: 0.9375rem;
	}
	.main-navigation .menu-container .menu-container__first .search-icon {
		display: none;
	}
	.main-navigation .menu-container .menu-container__first .sub-menu {
		list-style: disc;
		padding-left: 1rem;
		padding-top: 0.9375rem;
		line-height: 3;
	}
	.main-navigation .menu-container .menu-container__first .sub-menu a {
		font-size: 0.875rem;
	}
	.main-navigation .menu-container .menu-container__first .menu > li {
		padding: 0.625rem 0;
		position: relative;
	}
	.main-navigation .menu-container .menu-container__first .menu > li .menu-arrow {
		cursor: pointer;
		position: absolute;
		right: 0;
		padding: 0.9375rem;
		transition: transform .3s;
	}
	.main-navigation .menu-container .menu-container__first .menu > li .menu-arrow.open {
		transform: rotate(180deg);
	}
}

@media (max-width: 1500px) and (min-width: 1500px) {
	.main-navigation .menu-container .menu-container__first .menu > li .menu-arrow {
		display: none;
	}
}

@media (max-width: 1500px) {
	.main-navigation .menu-container .menu-container__second {
		width: 100%;
	}
	.main-navigation .menu-container .menu-container__second ul {
		display: flex;
		width: max-content;
		flex-direction: column;
		gap: 1.25rem;
	}
	.main-navigation .menu-container .menu-container__second ul li {
		text-align: center;
	}
	.main-navigation .menu-container .menu-container__second ul li a {
		font-weight: unset;
		font-size: 0.875rem;
	}
}

.main-navigation .menu-container.open {
	right: 0;
	opacity: 1;
}

.main-navigation .menu-buttons {
	display: none;
	position: absolute;
	right: 0.9375rem;
	gap: 0.9375rem;
	cursor: pointer;
}

@media (max-width: 1500px) {
	.main-navigation .menu-buttons {
		display: flex;
	}
}

.main-navigation .menu-buttons .search-button {
	content: url(img/search_button.svg);
	width: 1.25rem;
	height: 1.25rem;
}

.main-navigation .menu-buttons .menu-toggle {
	width: 1.6875rem;
	height: 1.6875rem;
	z-index: 1001;
	content: url(img/menu_burger.svg);
}

.main-navigation .menu-buttons .menu-toggle.open {
	content: url(img/close_button.svg);
}

@media (min-width: 1500px) {
	.main-navigation .menu-arrow {
		display: none;
	}
}

.page-header {
	position: relative;
	min-height: 37.1875rem;
	display: flex;
	align-items: center;
	border-bottom: 1.875rem solid #E87E1A;
}

@media (max-width: 992px) {
	.page-header {
		min-height: 33.125rem;
	}
}

.page-header--countdown-on {
	min-height: 56.25rem;
}

@media (max-width: 992px) {
	.page-header--countdown-on {
		min-height: 43.75rem;
	}
}

.page-header__breadcrumb {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.page-header__breadcrumb > p {
	margin-top: 1.875rem;
	margin-bottom: 0.9375rem;
}

.page-header__breadcrumb a, .page-header__breadcrumb span {
	font-size: clamp(1rem, 2vw, 1.25rem);
}

.page-header__img {
	position: relative;
	background-position: bottom;
	position: absolute;
	width: 100%;
	height: 100%;
}

.page-header__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 101vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.4;
	border-radius: 0px;
}

.page-header__img > div {
	position: relative;
	z-index: 2;
}

.page-header__img--off {
	position: relative;
}

.page-header__img--off::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 101vw;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	border-radius: 0px;
}

.page-header__img--off > div {
	position: relative;
	z-index: 2;
}

.page-header__img img {
	height: 100%;
	object-fit: cover;
}

.page-header__img--no-opacity::after {
	opacity: 0 !important;
}

.page-header__img-inside {
	z-index: 1;
	margin: auto;
	max-width: 40.625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.page-header__text {
	position: relative;
	width: 100%;
}

.page-header__text--off {
	display: none;
}

.page-header__heading {
	font-weight: 800;
	font-size: clamp(2.125rem, 4vw, 4.6875rem);
	margin: 0;
	line-height: 1;
	margin-bottom: 0.625rem;
	text-align: center;
	text-transform: uppercase;
	max-width: 75rem;
	margin: auto;
}

.page-header__manufacturer-logo {
	display: flex;
	justify-content: flex-start;
	width: fit-content;
}

.page-header__manufacturer-logo img {
	max-height: 6.25rem;
	max-width: fit-content;
	object-fit: contain;
}

.page-header__description {
	max-width: 55%;
	margin: 0;
}

@media (max-width: 992px) {
	.page-header__description {
		max-width: 100%;
	}
}

/* Posts and pages
--------------------------------------------- */
.video-header {
	z-index: 1;
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 3.125rem;
	position: relative;
}

@media (max-width: 768px) {
	.video-header {
		padding: 1.5625rem;
	}
}

.video-header__image {
	z-index: 2;
	max-width: 20.625rem;
	margin-bottom: 3.125rem;
}

@media (max-width: 768px) {
	.video-header__image {
		max-width: 15.625rem;
	}
}

.video-header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 101vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.1;
	border-radius: 0px;
}

.video-header > div {
	position: relative;
	z-index: 2;
}

.video-header::after {
	z-index: 1;
}

.video-header__content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
}

.video-header__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.video-header__title, .video-header__description {
	text-align: center;
	margin: 0;
	padding: 0;
}

.video-header__title {
	position: relative;
	padding-bottom: 2.5rem;
	font-size: clamp(2.1875rem, 3vw, 2.8125rem);
	line-height: clamp(3.125rem, 4vw, 4.0625rem);
	font-weight: 500;
	width: 60%;
}

@media (max-width: 768px) {
	.video-header__title {
		width: 100%;
		font-weight: 400;
		padding-bottom: 1.25rem;
	}
}

.video-header__description p {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 300;
}

@media (max-width: 768px) {
	.video-header__description p {
		font-weight: 200;
	}
}

.simple-label-section {
	font-family: 'Forum';
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 5.3125rem;
	padding-bottom: 5.3125rem;
	background-color: #000;
}

@media (max-width: 768px) {
	.simple-label-section {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

.simple-label-section__description p {
	margin: 0;
	text-align: center;
	font-weight: 400;
	font-size: clamp(1.25rem, 4vw, 2.1875rem);
	line-height: normal;
}

@media (max-width: 768px) {
	.simple-label-section__description p {
		line-height: 1.875rem;
	}
}

.video-section {
	margin: auto;
	position: relative;
	max-width: calc(95vh * 16 / 9);
	width: 100%;
	height: 95vh;
	margin-bottom: 6.25rem;
}

@media (max-width: 768px) {
	.video-section {
		height: 100%;
	}
}

.video-section__layer {
	width: 101%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	position: absolute;
	top: 0;
}

.video-section__btn {
	display: block;
	line-height: 0;
	height: 2rem;
	width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease-in-out;
	position: relative;
}

.video-section__btn svg {
	z-index: 1;
}

.video-section__btn:hover::after {
	transform: scale(0.8);
}

.video-section__btn::after {
	backdrop-filter: blur(0.9375rem);
	transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-section__video-buttons {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	display: none;
	z-index: 10 !important;
}

.video-section__video-buttons--visible {
	display: block;
}

.video-section__video-buttons-container {
	padding: 1.875rem;
	position: absolute;
	right: 0;
}

.video-section__layer-content {
	padding: 3.75rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	width: 60%;
	bottom: 0;
}

@media (max-width: 768px) {
	.video-section__layer-content {
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
	}
}

.video-section__video-buttons-container {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.video-section__video-buttons-container--bottom {
	bottom: 0;
	right: 0.625rem;
}

@media (max-width: 768px) {
	.video-section__video-buttons-container--bottom {
		right: 0;
	}
}

.video-section__video {
	width: 100%;
	height: 95vh;
}

@media (max-width: 768px) {
	.video-section__video {
		height: 100vh;
		width: 100vw;
		object-fit: cover;
	}
}

.video-section__title, .video-section__description {
	margin: 0;
	padding: 0;
}

.video-section__title {
	position: relative;
	font-size: clamp(1.5625rem, 3vw, 2.1875rem);
	line-height: normal;
	font-weight: 500;
}

@media (max-width: 768px) {
	.video-section__title {
		text-align: center;
	}
}

.video-section__description p {
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 400;
	font-style: italic;
	line-height: clamp(1.75rem, 2vw, 2rem);
}

@media (max-width: 768px) {
	.video-section__description p {
		text-align: center;
	}
}

.arrow-btn {
	opacity: 0;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	height: 1.5625rem;
	bottom: 3.125rem;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.arrow-btn.show {
	opacity: 1;
}

.arrow-btn:hover {
	scale: 1.3;
	transform-origin: center;
}

@media (max-width: 768px) {
	.arrow-btn {
		height: 0;
	}
	.arrow-btn:hover {
		scale: 1;
	}
}

.double-column {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
	display: flex;
	align-items: center;
}

.double-column__big-header {
	font-size: clamp(1.5rem, 3vw, 2.1875rem);
	font-weight: 800;
	margin-bottom: 0.9375rem;
}

.double-column__buttons {
	display: flex;
	gap: 0.9375rem;
}

.double-column__buttons > a {
	margin: 0;
	flex: 1;
}

@media (max-width: 992px) {
	.double-column__buttons {
		flex-direction: column;
	}
	.double-column__buttons > a {
		flex: unset;
	}
}

.double-column__container {
	flex: 1;
}

@media (max-width: 992px) {
	.double-column__container {
		padding-bottom: 3.125rem;
	}
}

@media (max-width: 768px) {
	.double-column__container {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

.double-column__header {
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 700;
	margin: 0;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.double-column__values-container {
	display: flex;
	gap: 0.9375rem;
}

.double-column__text {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

.double-column__icon {
	width: 1.875rem;
}

.double-column__btn {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	width: max-content;
}

.double-column__iframe {
	position: relative;
	flex: 1;
	aspect-ratio: 16 / 9;
}

@media (max-width: 992px) {
	.double-column__iframe {
		flex: auto;
	}
}

.double-column__iframe iframe {
	border-radius: 1.5625rem;
}

.double-column:first-child {
	padding-top: 6.25rem;
}

.double-column:last-child {
	padding-bottom: 6.25rem;
}

.double-column div:first-child {
	padding-right: 6.25rem;
}

@media (max-width: 992px) {
	.double-column {
		flex-direction: column;
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
	.double-column__container {
		flex: 1;
	}
	.double-column div:first-child {
		padding-right: 0;
	}
	.double-column:first-child {
		padding-top: 2.1875rem;
	}
	.double-column:last-child {
		padding-bottom: 2.1875rem;
	}
}

@media (max-width: 992px) {
	.double-column--mobile-reverse {
		flex-direction: column-reverse;
	}
}

.double-column ul {
	font-size: clamp(1rem, 2vw, 1.125rem);
	padding-left: 0.625rem;
	line-height: 2.5rem;
}

.double-column p {
	font-size: clamp(1rem, 2vw, 1.125rem);
	line-height: 1.875rem;
}

.double-column h1, .double-column h2, .double-column h3, .double-column h4, .double-column h5 {
	font-weight: 500;
}

.products-section {
	position: relative;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.products-section__videos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	transition: opacity .75s ease-in-out;
}

.products-section__videos.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	opacity: 1;
}

.products-section__videos.go-bottom {
	top: unset;
	bottom: 0;
}

.products-section__videos::before {
	content: "";
	z-index: 1;
	top: 0;
	position: absolute;
	height: 9.375rem;
	width: 100vw;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.products-section__videos::after {
	content: "";
	z-index: 1;
	bottom: 0;
	position: absolute;
	height: 9.375rem;
	width: 100vw;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.products-section__video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.products-section__video.active {
	opacity: 1 !important;
}

.products-section__products {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.products-section__products > div:nth-child(even) {
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.products-section__products > div:nth-child(even) {
		flex-direction: column;
	}
}

.products-section__products::before {
	content: "";
	top: 0;
	position: absolute;
	height: 9.375rem;
	width: 100vw;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.products-section__products::after {
	content: "";
	bottom: 0;
	position: absolute;
	height: 9.375rem;
	width: 100vw;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.products-section__container-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 25rem;
}

@media (max-width: 768px) {
	.products-section__container-content {
		align-items: center;
	}
}

.products-section__container-img img {
	max-height: 34.375rem;
	width: auto;
}

@media (max-height: 1000px) {
	.products-section__container-img img {
		max-height: 28.125rem;
	}
}

@media (max-height: 800px) {
	.products-section__container-img img {
		max-height: 26.5625rem;
	}
}

@media (max-height: 740px) {
	.products-section__container-img img {
		max-height: 21.875rem;
	}
}

.products-section__product {
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 15rem;
	z-index: 1;
}

@media (max-width: 1500px) {
	.products-section__product {
		gap: 10rem;
	}
}

@media (max-width: 1300px) {
	.products-section__product {
		gap: 5rem;
	}
}

@media (max-width: 768px) {
	.products-section__product {
		flex-direction: column;
		gap: 2.5rem;
	}
}

.products-section__header {
	font-size: clamp(1.25rem, 4vw, 2.1875rem);
	font-weight: 400;
	margin: 0;
}

.products-section__description {
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 200;
}

@media (max-width: 768px) {
	.products-section__description {
		text-align: center;
		width: 85%;
	}
}

.parallax-section {
	position: relative;
	padding-top: 3.75rem;
	background: #000;
}

@media (max-width: 992px) {
	.parallax-section {
		padding-top: 0rem;
	}
}

.parallax-section__img {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 53.125rem;
}

@media (max-width: 992px) {
	.parallax-section__img {
		min-height: 46.875rem;
	}
}

.footer-with-logo {
	padding-top: 4.375rem;
	padding-bottom: 4.375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	position: relative;
}

.footer-with-logo__image {
	max-width: 9.375rem;
}

@media (max-width: 768px) {
	.footer-with-logo__image {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

.footer-with-logo__description {
	font-size: clamp(1.25rem, 2vw, 1.5625rem);
	font-weight: 300;
	text-align: center;
}

.footer-with-logo__url {
	font-size: 1rem;
	text-decoration: underline;
	font-weight: 400;
	color: #A4A4A4;
}

@media (max-width: 768px) {
	.footer-with-logo {
		height: 100vh;
		justify-content: flex-end;
	}
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.rwd-bg-image {
	background-repeat: no-repeat;
}

@media (max-width: 576px) {
	.rwd-bg-image {
		background-size: 0, cover;
		background-attachment: scroll;
	}
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
/* Footer
--------------------------------------------- */
.footer {
	color: #fff;
	padding-top: 2.8125rem;
}

@media (max-width: 992px) {
	.footer {
		padding-bottom: 2.5rem;
	}
}

.footer__logo {
	max-width: 9.375rem;
}

.footer__row {
	position: relative;
	z-index: 1;
	padding-bottom: 1.875rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 3.125rem;
}

.footer__row::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 1px;
	margin-left: 50%;
	left: -50vw;
	bottom: 0;
	background-color: #ffffff4d;
	z-index: -1;
}

@media (max-width: 992px) {
	.footer__row {
		gap: 0;
	}
}

.footer__images {
	width: 100%;
	max-width: 56.25rem;
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.footer__logo {
	flex: 0 0 calc(20% - 0.625rem);
	max-width: calc(20% - 0.625rem);
}

.footer__logo .image-wrapper {
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

.footer__motto {
	flex: 0 0 calc(80% - 0.625rem);
	max-width: calc(80% - 0.625rem);
}

.footer__motto .image-wrapper {
	aspect-ratio: 5 / 1;
	overflow: hidden;
}

.footer__grid {
	padding-top: 1.875rem;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 5rem;
	position: relative;
	margin-bottom: 3.125rem;
}

@media (max-width: 992px) {
	.footer__grid {
		grid-template-columns: 1fr;
		gap: 0.3125rem;
		margin-bottom: 0;
	}
}

.footer__addresses p:first-line {
	font-weight: 600;
}

@media (max-width: 992px) {
	.footer__addresses {
		font-size: 0.875rem;
	}
}

.footer__heading {
	font-size: 1rem;
	position: relative;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.footer__heading {
		font-size: 0.875rem;
		font-weight: 500;
	}
	.footer__heading .menu-arrow {
		display: block !important;
		position: absolute;
		right: 0.9375rem;
		transition: transform .3s;
		top: 50%;
	}
	.footer__heading .menu-arrow.open {
		transform: rotate(180deg);
	}
	.footer__heading.menu-parent {
		border-bottom: 0.5px solid #2C2C2C;
		cursor: pointer;
		padding: 0.9375rem 0;
		margin: 0;
	}
}

.footer__menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer__menu ul li {
	font-weight: 300;
	margin-bottom: 0.9375rem;
}

.footer__menu ul li a:not(.btn) {
	transition: color 0.3s ease;
}

.footer__menu ul li a:not(.btn):hover {
	color: #E87E1A;
}

@media (max-width: 992px) {
	.footer__menu ul {
		list-style: disc;
		padding-left: 1rem;
		padding-top: 0.9375rem;
	}
	.footer__menu ul a {
		font-size: 0.875rem;
	}
}

.footer__social-icons {
	display: flex;
	gap: 0.9375rem;
}

.footer__social-icons--mobile {
	display: none;
}

@media (max-width: 992px) {
	.footer__social-icons {
		display: none;
	}
	.footer__social-icons--mobile {
		display: flex;
		position: relative;
		justify-content: flex-start;
		padding-top: 2.5rem;
	}
}

.footer__social-icon img {
	height: 2.625rem;
}

.footer .buttons {
	margin-top: 1rem;
}

@media (max-width: 992px) {
	.footer .buttons ul {
		list-style: none;
		padding-left: unset;
		padding-top: unset;
	}
}

@media (max-width: 992px) {
	.footer .buttons li {
		width: 8.4375rem;
		font-size: 0.875rem;
	}
}

@media (max-width: 992px) {
	.footer__menu-container {
		display: none;
	}
}

.copyright {
	position: relative;
	background-color: #141414;
}

.copyright__text {
	border-top: 1px solid #ffffff4d;
	color: #fff;
	position: relative;
	padding: 0.9375rem 0;
	margin: 0;
	text-align: center;
	font-size: 0.75rem;
}

@media (max-width: 992px) {
	.copyright__text {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		text-align: left;
	}
}

.copyright__url {
	display: inline-block;
	vertical-align: middle;
}

.copyright__url img {
	max-width: 5rem;
}

@media (max-width: 768px) {
	.copyright__createdby {
		padding-top: 0.3125rem;
		display: block;
	}
}

@media (max-width: 768px) {
	.copyright__break {
		display: none;
	}
}

/* Sliders
--------------------------------------------- */
.site-main .slick-dots li.slick-active > button {
	background: #818181;
}

.site-main .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 0.1875rem;
}

.site-main .slick-dots li button {
	display: inline-block;
	border: none;
	background: #D9D9D9;
	border-radius: 50%;
	padding: 0;
	width: 0.9375rem;
	height: 0.9375rem;
}

.site-main .slick-dots li button::before {
	content: none;
}

.site-main .dots--second-type.dots--second-type ul.slick-dots {
	bottom: -3.125rem;
}

.site-main .dots--second-type.dots--second-type li.slick-active > button {
	background: #CFCFCF;
}

.site-main .dots--second-type.dots--second-type li button {
	background: #E7E7E7;
}

.no-first-slide {
	display: none;
}

.container.homepage_slider.slick-slider {
	margin-bottom: 0;
}

.container.homepage_slider .slick-dots {
	bottom: 1.875rem;
	text-align: left;
}

@media (max-width: 992px) {
	.container.homepage_slider .slick-dots {
		display: none !important;
	}
}

.slick-flex .slick-list, .slick-flex .slick-track {
	display: flex;
}

.only-arrows .slick-arrow {
	top: 25%;
	z-index: 100;
}

.only-arrows .slick-arrow::before {
	content: url(/wp-content/themes/dl/img/arrow_dark_slider.svg);
}

@media (max-width: 768px) {
	.only-arrows .slick-arrow::before {
		content: none;
	}
}

.only-arrows .slick-arrow[aria-label="Previous"] {
	left: -0.9375rem;
	transform: rotate(180deg);
}

.only-arrows .slick-arrow[aria-label="Next"] {
	right: -0.9375rem;
}

.arrows-on-gradient::before, .arrows-on-gradient::after {
	content: "";
	height: 100%;
	width: 5%;
	position: absolute;
	top: 0;
	z-index: 1;
}

@media (max-width: 768px) {
	.arrows-on-gradient::before, .arrows-on-gradient::after {
		content: none;
	}
}

.arrows-on-gradient::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	right: 0;
}

.arrows-on-gradient::before {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	left: 2;
}

.arrows-on-gradient .slick-arrow {
	top: 80%;
	z-index: 100;
}

.arrows-on-gradient .slick-arrow::before {
	content: url(/wp-content/themes/dl/img/arrow_slider.svg);
}

@media (max-width: 992px) {
	.arrows-on-gradient .slick-arrow::before {
		display: none;
	}
}

.arrows-on-gradient .slick-arrow[aria-label="Previous"] {
	left: 0.9375rem;
	transform: rotate(180deg);
}

.arrows-on-gradient .slick-arrow[aria-label="Next"] {
	right: 0.9375rem;
}

/* 404
--------------------------------------------- */
.error-404 {
	padding-top: 11.25rem;
	padding-bottom: 11.25rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.error-404::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -200%, #141414 100%);
}

.error-404 > div {
	position: relative;
	z-index: 1;
}

.error-404__img {
	z-index: 1;
	max-width: 45.625rem;
	padding: 3.75rem 0;
}

.error-404__title {
	z-index: 1;
	font-size: clamp(2.1875rem, 4vw, 3.4375rem);
	color: #E87E1A;
	font-weight: 800;
	margin: 0;
	text-align: center;
	line-height: 1;
	margin-bottom: 0.9375rem;
	text-transform: uppercase;
}

.error-404__text {
	z-index: 1;
	margin: 0;
	font-size: clamp(1rem, 2vw, 1.25rem);
}

.error-404__btn {
	z-index: 1;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Contact Form
--------------------------------------------- */
.wpcf7 {
	color: #909090;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item label {
	display: flex;
	gap: 0.625rem;
}

.wpcf7-list-item-label {
	margin-top: -0.3125rem;
	color: #909090;
	font-size: 0.75rem;
	font-weight: 400;
}

.wpcf7-not-valid {
	border-color: #dc323221 !important;
	box-shadow: 0px 0px 5px 0px #dc323266 !important;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	display: flex;
	gap: 0.625rem;
	font-size: 0.875rem;
	align-items: center;
	border: none;
	padding: 0;
	margin: 0;
	color: #dc3232;
}

.wpcf7 form .wpcf7-response-output::before {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMzkgNi42NjY1VjkuOTk5ODQiIHN0cm9rZT0iI2RjMzIzMiIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGNpcmNsZSBjeD0iMTAuMDA1MiIgY3k9IjEzLjMzMzIiIHI9IjAuODMzMzMzIiBmaWxsPSIjZGMzMjMyIi8+CjxwYXRoIGQ9Ik0xMC4wMDUyIDE4LjMzMzJDMTQuNjA3NiAxOC4zMzMyIDE4LjMzODUgMTQuNjAyMiAxOC4zMzg1IDkuOTk5ODRDMTguMzM4NSA1LjM5NzQ2IDE0LjYwNzYgMS42NjY1IDEwLjAwNTIgMS42NjY1QzUuNDAyODMgMS42NjY1IDEuNjcxODggNS4zOTc0NiAxLjY3MTg4IDkuOTk5ODRDMS42NzE4OCAxNC42MDIyIDUuNDAyODMgMTguMzMzMiAxMC4wMDUyIDE4LjMzMzJaIiBzdHJva2U9IiNkYzMyMzIiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}

form.sent .wpcf7-response-output {
	color: #A6CD3B;
}

form.sent .wpcf7-response-output::before {
	content: url("/wp-content/themes/dl/img/alert-success.svg");
}

.wpcf7-spinner {
	display: none;
}

.wpcf7 a {
	color: #E87E1A;
	font-size: 0.875rem;
}

.wpcf7 p {
	margin-bottom: 0.9375rem;
}

.wpcf7 legend {
	text-align: center;
}

@media (max-width: 768px) {
	.wpcf7 legend {
		text-align: left;
	}
}

/*# sourceMappingURL=style.css.map */