/*!
Theme Name: Halteverbot24 Potsdam
Theme URI: http://underscores.me/
Author: Serghei Patlati
Author URI: http://underscores.me/
Description: Halteverbot24 Potsdam WP elementor theme
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: heb24potsdam
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.

Halteverbot24 Potsdam 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
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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 {
	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;
}

/* 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
--------------------------------------------- */
@font-face {
	font-family: "Source Sans Pro";
	src: url("./fonts/SourceSansPro-Regular.woff2") format("woff2"), url("./fonts/SourceSansPro-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("./fonts/OpenSans-Regular.woff2") format("woff2"), url("./fonts/OpenSans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("./fonts/OpenSans-Medium.woff2") format("woff2"), url("./fonts/OpenSans-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	
	font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #013;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Open Sans", sans-serif;
}

h1 {
	font-weight: 700;
	font-size: 70px;
	line-height: 1.15em;
}

@media (max-width: 1590px) {

	h1 {
		font-size: 60px;
	}
}

@media (max-width: 1320px) {

	h1 {
		font-size: 55px;
	}
}

@media (max-width: 979px) {

	h1 {
		font-size: 44px;
	}
}

@media (max-width: 768px) {

	h1 {
		font-size: 34px;
	}
}

@media (max-width: 480px) {

	h1 {
		font-size: 28px;
	}
}

h2 {
	font-weight: 700;
	font-size: 60px;
	line-height: 1.15em;
}

@media (max-width: 1320px) {

	h2 {
		font-size: 52px;
	}
}

@media (max-width: 979px) {

	h2 {
		font-size: 40px;
	}
}

@media (max-width: 768px) {

	h2 {
		font-size: 30px;
	}
}

@media (max-width: 480px) {

	h2 {
		font-size: 26px;
	}
}

h3 {
	font-weight: 700;
	font-size: 70px;
	line-height: 1.15em;
}

@media (max-width: 1590px) {

	h3 {
		font-size: 60px;
	}
}

@media (max-width: 1320px) {

	h3 {
		font-size: 55px;
	}
}

@media (max-width: 979px) {

	h3 {
		font-size: 44px;
	}
}

@media (max-width: 768px) {

	h3 {
		font-size: 34px;
	}
}

@media (max-width: 480px) {

	h3 {
		font-size: 28px;
	}
}

h4 {
	font-weight: 700;
	font-size: 70px;
	line-height: 1.15em;
}

@media (max-width: 1590px) {

	h4 {
		font-size: 60px;
	}
}

@media (max-width: 1320px) {

	h4 {
		font-size: 55px;
	}
}

@media (max-width: 979px) {

	h4 {
		font-size: 44px;
	}
}

@media (max-width: 768px) {

	h4 {
		font-size: 34px;
	}
}

@media (max-width: 480px) {

	h4 {
		font-size: 28px;
	}
}

p {
	margin: 0.5em 0;
}

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%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #1b4ca1;
}

a:visited {
	color: #002269;
}

a:hover,
a:focus,
a:active {
	color: #002269;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
body #page button.wpcf7-submit,
body #page
input[type="button"].wpcf7-submit,
body #page
input[type="reset"].wpcf7-submit,
body #page
input[type="submit"].wpcf7-submit {
	background-color: #db3939;
	border-radius: 0;
	color: #fff;
	padding: 30px 65px;
	font-size: 34px;
	line-height: 1.1em;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	transition: all 0.35s ease-in;
	cursor: pointer;
}

@media (max-width: 768px) {

	body #page button.wpcf7-submit,
	body #page
	input[type="button"].wpcf7-submit,
	body #page
	input[type="reset"].wpcf7-submit,
	body #page
	input[type="submit"].wpcf7-submit {
		padding: 20px 15px;
		font-size: 28px;
	}
}

@media (max-width: 600px) {

	body #page button.wpcf7-submit,
	body #page
	input[type="button"].wpcf7-submit,
	body #page
	input[type="reset"].wpcf7-submit,
	body #page
	input[type="submit"].wpcf7-submit {
		padding: 15px 10px;
		font-size: 20px;
	}
}

@media (max-width: 480px) {

	body #page button.wpcf7-submit,
	body #page
	input[type="button"].wpcf7-submit,
	body #page
	input[type="reset"].wpcf7-submit,
	body #page
	input[type="submit"].wpcf7-submit {
		font-size: 18px;
	}
}

body #page button.wpcf7-submit:active,
body #page
input[type="button"].wpcf7-submit:active,
body #page
input[type="reset"].wpcf7-submit:active,
body #page
input[type="submit"].wpcf7-submit:active {
	box-shadow: 0 4px 8px 0 #0000003d inset;
}

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"],
textarea {
	width: 100%;
	transition: all 0.35s ease-in;
	color: #1b4ca1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: #dadada;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="range"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="month"].wpcf7-not-valid,
input[type="week"].wpcf7-not-valid,
input[type="time"].wpcf7-not-valid,
input[type="datetime"].wpcf7-not-valid,
input[type="datetime-local"].wpcf7-not-valid,
input[type="color"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	background-color: rgba(220, 50, 50, 0.4);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	max-height: 200px;
	resize: none;
}

label {
	font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.container {
	position: relative;
	max-width: 1590px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #db3939;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {

	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {

	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {

	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}

/* Navigation
--------------------------------------------- */

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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;
}

/* 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
--------------------------------------------- */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	display: flex;
	align-items: center;
	z-index: 9999;
}

@media (max-width: 768px) {

	.header {
		position: fixed;
	}
}

@media (max-width: 979px) {

	.header {
		height: 75px;
	}
}

@media (max-width: 768px) {

	.header {
		height: 55px;
	}
}

.header__container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1490px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.header__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.header__spacer {
	height: 100px;
}

@media (max-width: 979px) {

	.header__spacer {
		height: 75px;
	}
}

@media (max-width: 768px) {

	.header__spacer {
		height: 55px;
	}
}

.header__logo {
	line-height: 0;
	max-width: 165px;
}

@media (max-width: 979px) {

	.header__logo {
		max-width: 125px;
	}
}

@media (max-width: 768px) {

	.header__logo {
		max-width: 85px;
	}
}

.header__logo img {
	line-height: 0;
	margin: 0;
}

.header__widgets {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

@media (max-width: 1320px) {

	.header__widgets {
		gap: 45px;
	}
}

@media screen and (max-width: 1200px) {

	.header__widgets {
		gap: 40px;
	}
}

@media (max-width: 979px) {

	.header__widgets {
		gap: 15px;
	}
}

.header__widget {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: #1b4ca1;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	transition: all 0.35s ease-in;
}

@media (max-width: 979px) {

	.header__widget {
		gap: 6px;
		font-size: 16px;
	}
}

.header__widget:hover {
	color: #db3939;
}

.header__widget-icon {
	display: block;
	line-height: 0;
}

.header__widget-icon svg {
	max-width: 24px;
	width: 100%;
}

@media (max-width: 979px) {

	.header__widget-icon svg {
		max-width: 18px;
	}
}

.header__toggle {
	display: none;
}

@media (max-width: 768px) {

	.header__toggle {
		display: block;
	}
}

.header__menu {
	display: block;
}

@media (max-width: 768px) {

	.header__menu {
		display: none;
	}
}

.header.is-open .mobile-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.header.is-open .mobile-menu .header__widgets .header__widget {
	color: #fff;
}

.hero-slider {
	position: relative;
}

.hero-slider__navigation {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media (max-width: 979px) {

	.hero-slider__navigation {
		position: relative;
		top: 0;
		transform: none;
	}
}

.hero-slider__dots {
	position: relative;
	bottom: 0 !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: unset !important;
	display: flex;
	flex-direction: column;
}

@media (max-width: 979px) {

	.hero-slider__dots {
		flex-direction: row;
		justify-content: center;
	}
}

.hero-slider__dots .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin-bottom: 16px !important;
	background-color: #fff !important;
	opacity: 0.35;
}

.hero-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.hero-slider__ui {
	display: none;
}

.hero-slider__main {
	max-width: 750px;
	position: relative;
}

@media (max-width: 979px) {

	.hero-slider__main {
		max-width: 100%;
	}
}

.hero-slider__slide {
	position: relative;
	color: #fff;
}

.hero-slider__title {
	margin-bottom: 30px;
}

@media (max-width: 979px) {

	.hero-slider__title {
		margin-bottom: 15px;
	}
}

body #primary .hero-slider__title > * {
	margin: 0;
	color: #fff;
}

.hero-slider__description {
	font-size: 34px;
	line-height: 1.2em;
}

.hero-slider__description p {
	margin: 0;
}

.hero-slider__how {
	color: #fff;
	margin-top: 30px;
}

@media (max-width: 979px) {

	.hero-slider__how {
		margin-top: 15px;
	}
}

.hero-slider__how-table {
	position: relative;
	padding-left: 48px;
	margin-top: 15px;
}

@media (max-width: 979px) {

	.hero-slider__how-table {
		padding-left: 0;
		margin-top: 5px;
	}
}

.hero-slider__how-heading {
	position: relative;
	font-size: 30px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	display: flex;
	align-items: center;
}

@media (max-width: 979px) {

	.hero-slider__how-heading {
		font-size: 24px;
	}
}

@media (max-width: 600px) {

	.hero-slider__how-heading {
		font-size: 20px;
	}
}

.hero-slider__how-icon {
	line-height: 0;
	margin-right: 20px;
}

@media (max-width: 979px) {

	.hero-slider__how-icon {
		margin-right: 7px;
	}
}

.hero-slider__how-icon svg {
	max-width: 27px;
	width: 100%;
}

@media (max-width: 979px) {

	.hero-slider__how-icon svg {
		max-width: 22px;
	}
}

.hero-slider__how-row {
	margin-bottom: 10px;
}

@media (max-width: 979px) {

	.hero-slider__how-row {
		margin-bottom: 5px;
	}
}

.hero-slider__how-value {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2em;
}

@media (max-width: 979px) {

	.hero-slider__how-value {
		font-size: 24px;
	}
}

@media (max-width: 600px) {

	.hero-slider__how-value {
		font-size: 18px;
	}
}

.hero-slider__how-value--label {
	font-weight: 400;
}

.menu-btn {
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.menu-btn span {
	display: block;
	position: relative;
	width: 2em;
	height: 4px;
	border-radius: 3px;
	background-color: #1b4ca1;
	margin-top: 8px;
	transition: all 0.3s ease-in-out;
}

.menu-btn span:first-child {
	margin-top: 0;
}

.menu-btn.is-active span:first-child {
	transform: rotate(-45deg);
	margin-top: 15px;
}

.menu-btn.is-active span:nth-child(2) {
	transform: rotate(45deg);
	margin-top: -4px;
}

.menu-btn.is-active span:last-child {
	opacity: 0;
	transform: rotate(45deg);
}

.mobile-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #1b4ca1;
	border-top: 1px solid #1b4ca1;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, -100%);
	transition: all 0.2s ease-in;
}

.mobile-menu__container {
	padding: 30px 15px;
}

.mobile-menu .header__widgets {
	display: block;
}

.mobile-menu .header__widget {
	font-size: 24px;
	margin-bottom: 15px;
}

.mobile-menu .header__widget:last-child {
	margin-bottom: 0;
}

.main-form {
	position: relative;
}

.main-form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 -14px 17px -14px;
	width: 100%;
}

@media (max-width: 1320px) {

	.main-form__row {
		margin: 0 0 15px 0;
	}
}

@media (max-width: 979px) {

	.main-form__row {
		margin: 0;
	}
}

.main-form__row--narrow {
	max-width: 1015px;
	width: 100%;
}

@media (max-width: 1320px) {

	.main-form__row--narrow {
		margin: 0 0 15px 0;
	}
}

@media (max-width: 979px) {

	.main-form__row--narrow {
		margin: 0;
	}
}

.main-form__row--submit {
	text-align: left;
}

@media (max-width: 600px) {

	.main-form__row--submit {
		text-align: center;
	}
}

.main-form__cell {
	flex: 1 0 0;
	padding: 0 14px;
	position: relative;
}

@media (max-width: 1320px) {

	.main-form__cell {
		padding: 0 10px;
	}
}

@media (max-width: 979px) {

	.main-form__cell {
		flex: 1 0 50%;
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {

	.main-form__cell {
		flex: 0 0 100%;
		padding: 0;
	}
}

.main-form__cell--double {
	flex: 0 0 50%;
}

@media (max-width: 979px) {

	.main-form__cell--double {
		flex: 0 0 100%;
	}
}

.main-form label {
	display: block;
}

.main-form__label {
	display: block;
	margin-bottom: 8px;
	padding-left: 10px;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #013;
}

@media (max-width: 600px) {

	.main-form__label {
		margin-bottom: 5px;
		padding-left: 5px;
		font-size: 16px;
	}
}

.main-form .wpcf7-form-control-wrap {
	display: block;
}

.main-form .wpcf7-spinner {
	display: none !important;
}

.main-form .wpcf7-acceptance {
	margin-top: 5px;
	display: block;
	position: relative;
}

@media (max-width: 600px) {

	.main-form .wpcf7-acceptance .wpcf7-list-item {
		margin: 0;
	}
}

.main-form .wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	padding-left: 40px;
	font-size: 24px;
	font-weight: 400;
	font-family: "Source Sans Pro", sans-serif;
	cursor: pointer;
	color: #013;
}

@media (max-width: 1320px) {

	.main-form .wpcf7-acceptance .wpcf7-list-item-label {
		font-size: 20px;
	}
}

@media (max-width: 979px) {

	.main-form .wpcf7-acceptance .wpcf7-list-item-label {
		font-size: 18px;
	}
}

@media (max-width: 600px) {

	.main-form .wpcf7-acceptance .wpcf7-list-item-label {
		font-size: 16px;
		padding-left: 25px;
	}
}

.main-form .wpcf7-acceptance .wpcf7-list-item-label a {
	text-decoration: underline;
}

.main-form .wpcf7-acceptance .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #013;
}

@media (max-width: 600px) {

	.main-form .wpcf7-acceptance .wpcf7-list-item-label::before {
		width: 20px;
		height: 20px;
		top: 0;
	}
}

.main-form .wpcf7-acceptance .wpcf7-list-item-label::after {
	content: "\2713";
	position: absolute;
	top: 14px;
	left: 5px;
	font-size: 28px;
	line-height: 0;
	color: #0f941c;
	opacity: 0;
	transition: all 0.35s ease-in;
	transform: scale(0);
}

@media (max-width: 600px) {

	.main-form .wpcf7-acceptance .wpcf7-list-item-label::after {
		font-size: 22px;
		top: 9px;
	}
}

.main-form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.main-form .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
	transform: scale(1);
	opacity: 1;
}

.main-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 2px;
	font-style: italic;
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 16px;
}

.main-form__loader {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
	align-items: center;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
}

.main-form__field {
	position: relative;
}

.main-form__field-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	line-height: 0;
	color: #1b4ca1;
	pointer-events: none;
	color: #db3939;
}

.main-form__field-icon svg {
	max-width: 24px;
	width: 100%;
}

.wpcf7.loader-is-active .main-form__loader {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.wpcf7-response-output {
	display: none !important;
}

.icons-list {
	position: relative;
}

.icons-list__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

@media (max-width: 979px) {

	.icons-list__wrap {
		gap: 0;
		margin: 0 -10px;
	}
}

.icons-list__item {
	position: relative;
	text-align: center;
	flex: 1 0 0;
	color: #013;
}

.icons-list__item::after {
	content: "";
	position: absolute;
	left: 100%;
	background-image: url("data:image/svg+xml;utf8,<svg width='20' height='33' viewBox='0 0 20 33' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.25299 0.566893C2.50412 -0.193759 1.29536 -0.188232 0.553151 0.579238C-0.189062 1.34671 -0.183669 2.5855 0.565196 3.34615L5.05275 7.90434C6.87401 9.75427 8.12332 11.0274 8.96867 12.1062C9.78983 13.1541 10.0715 13.8272 10.1465 14.43C10.1936 14.8085 10.1936 15.1915 10.1465 15.57C10.0715 16.1728 9.78983 16.8459 8.96867 17.8938C8.12332 18.9726 6.87401 20.2457 5.05276 22.0957L0.565196 26.6539C-0.183669 27.4145 -0.189062 28.6533 0.553151 29.4208C1.29536 30.1882 2.50412 30.1938 3.25299 29.4331L7.82139 24.7928C9.54205 23.0451 10.9484 21.6167 11.9457 20.344C12.9828 19.0206 13.7335 17.6772 13.9341 16.0648C14.022 15.3577 14.022 14.6423 13.9341 13.9352C13.7335 12.3228 12.9828 10.9794 11.9457 9.65598C10.9483 8.38327 9.54205 6.95489 7.82139 5.2072L3.25299 0.566893Z' fill='%23001133'/></svg>");
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	height: 33px;
	top: 88px;
}

@media screen and (max-width: 1200px) {

	.icons-list__item::after {
		top: 60px;
	}
}

.icons-list__item:last-child::after {
	display: none;
}

@media (max-width: 979px) {

	.icons-list__item {
		flex: 0 0 50%;
		padding: 0 10px;
		margin-bottom: 30px;
	}

	.icons-list__item::after {
		display: none;
	}
}

@media (max-width: 480px) {

	.icons-list__item {
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 60px;
	}

	.icons-list__item:last-child {
		margin-bottom: 0;
	}

	.icons-list__item::after {
		display: block;
		transform: rotate(90deg);
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 105%;
	}
}

.icons-list__icon {
	background-color: #fff;
	line-height: 0;
	color: #1b4ca1;
	width: 210px;
	height: 210px;
	border: 1px solid #7292d6;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #db3939;
}

@media screen and (max-width: 1200px) {

	.icons-list__icon {
		width: 180px;
		height: 180px;
	}
}

.icons-list__icon svg {
	max-width: 115px;
	width: 100%;
}

@media screen and (max-width: 1200px) {

	.icons-list__icon svg {
		max-width: 90px;
	}
}

.icons-list__content {
	padding: 0;
	font-size: 30px;
	line-height: 1.2em;
	color: #013;
	margin-top: 30px;
}

@media screen and (max-width: 1200px) {

	.icons-list__content {
		font-size: 26px;
		margin-top: 15px;
	}
}

.icons-list__content p {
	margin: 0;
}

.icons-list__block {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.reviews-slider {
	position: relative;
}

.reviews-slider__item {
	position: relative;
	padding: 0;
}

.reviews-slider__navigation {
	display: none;
}

.reviews-slider__arrow {
	line-height: 0;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 90px;
	left: 0;
	transition: all 0.35s ease-in;
}

.reviews-slider__arrow.swiper-button-disabled {
	opacity: 0.1;
}

.reviews-slider__arrow svg {
	max-width: 14px;
	width: 100%;
}

.reviews-slider__arrow--next {
	right: 0;
	left: unset;
}

.reviews-slider__wrap {
	position: relative;
	padding: 0 55px;
}

@media (max-width: 979px) {

	.reviews-slider__wrap {
		padding: 0 30px;
	}
}

@media (max-width: 768px) {

	.reviews-slider__wrap {
		padding: 0 20px;
	}
}

.review__quote {
	position: absolute;
	line-height: 0;
	color: #013;
}

.review__quote--top {
	top: 30px;
	left: 30px;
}

@media (max-width: 480px) {

	.review__quote--top {
		top: 8px;
		left: 8px;
	}
}

.review__quote--bottom {
	bottom: 30px;
	right: 30px;
}

@media (max-width: 480px) {

	.review__quote--bottom {
		bottom: 8px;
		right: 8px;
	}
}

.review__quote svg {
	max-width: 20px;
	width: 100%;
}

@media (max-width: 480px) {

	.review__quote svg {
		max-width: 24px;
	}
}

.review__item {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 65px 40px 75px 40px;
	border: 2px solid #7292d6;
}

@media (max-width: 480px) {

	.review__item {
		padding: 40px 20px;
	}
}

.review__content {
	color: #013;
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
}

@media (max-width: 480px) {

	.review__content {
		font-size: 14px;
	}
}

.review__content p {
	margin: 0;
}

.review__author-box {
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	z-index: 2;
	color: #013;
}

.review__author-image {
	position: relative;
	max-width: 70px;
}

.review__author-name {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
}

.review__author-content {
	padding-left: 20px;
}

.review__author-position {
	font-size: 20px;
}

.footer {
	position: relative;
	background-color: #002269;
	padding: 87px 0;
}

@media (max-width: 1320px) {

	.footer {
		padding: 35px 0;
	}
}

@media (max-width: 480px) {

	.footer {
		padding: 20px 0;
	}
}

.footer__widgets {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	justify-content: space-between;
}

@media (max-width: 979px) {

	.footer__widgets {
		margin: 0 -10px;
	}
}

@media (max-width: 480px) {

	.footer__widgets {
		margin: 0;
	}
}

.footer .footer-divider {
	height: 3px;
	background-color: #dadada;
}

.footer__top {
	margin-bottom: 74px;
	font-size: 24px;
	line-height: 1.35em;
}

@media (max-width: 1320px) {

	.footer__top {
		font-size: 20px;
		margin-bottom: 35px;
	}
}

@media (max-width: 480px) {

	.footer__top {
		font-size: 16px;
	}
}

.footer__container {
	max-width: 1470px;
	margin: 0 auto;
}

.footer__bottom {
	padding-top: 86px;
	color: #fff;
	font-size: 24px;
	line-height: 1.35em;
}

@media (max-width: 1320px) {

	.footer__bottom {
		font-size: 20px;
		padding-top: 35px;
	}
}

@media (max-width: 480px) {

	.footer__bottom {
		font-size: 16px;
	}
}

.footer__bottom p {
	margin: 0;
}

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

.footer__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 979px) {

	.footer__grid {
		margin: 0 -10px;
	}
}

@media (max-width: 480px) {

	.footer__grid {
		margin: 0;
	}
}

.footer__heading {
	font-size: 40px;
	line-height: 1.1em;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	margin: 0 0 25px 0;
}

@media (max-width: 1320px) {

	.footer__heading {
		font-size: 34px;
		margin: 0 0 15px 0;
	}
}

@media (max-width: 480px) {

	.footer__heading {
		font-size: 24px;
		margin: 0 0 10px 0;
	}
}

.footer__heading > * {
	margin: 0;
}

.footer__cell {
	flex: 0 0 270px;
}

@media (max-width: 1320px) {

	.footer__cell {
		flex: 1 0 0;
	}
}

@media (max-width: 979px) {

	.footer__cell {
		flex: 0 0 50%;
		padding: 0 10px;
		margin: 25px 0;
	}
}

@media (max-width: 480px) {

	.footer__cell {
		flex: 0 0 100%;
		padding: 0;
		margin: 5px 0;
	}
}

.footer__widget {
	flex: 0 0 270px;
}

@media (max-width: 1320px) {

	.footer__widget {
		flex: 1 0 0;
	}
}

@media (max-width: 979px) {

	.footer__widget {
		flex: 0 0 50%;
		padding: 0 10px;
		margin: 25px 0;
	}
}

@media (max-width: 480px) {

	.footer__widget {
		flex: 0 0 100%;
		padding: 0;
		margin: 10px 0;
	}
}

.footer__widget .wp-block-heading {
	font-size: 40px;
	line-height: 1.1em;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	margin: 0 0 25px 0;
}

@media (max-width: 1320px) {

	.footer__widget .wp-block-heading {
		font-size: 34px;
		margin: 0 0 15px 0;
	}
}

@media (max-width: 480px) {

	.footer__widget .wp-block-heading {
		font-size: 24px;
		margin: 0 0 10px 0;
	}
}

.footer__widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer__widget ul li {
	position: relative;
	margin-bottom: 14px;
}

@media (max-width: 1320px) {

	.footer__widget ul li {
		margin-bottom: 8px;
	}
}

.footer__widget ul a {
	text-decoration: none;
	color: #fff;
	transition: all 0.35s ease-in;
}

.footer__widget ul a:hover {
	color: #db3939;
}

.non-elementor-page {
	position: relative;
	padding: 40px 0;
}

.divider {
	position: relative;
	height: 3px;
	background-color: #002269;
}

.error-404 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 80vh;
	text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
	color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover,
.air-datepicker-cell.-day-.-other-month-:hover {
	color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
	color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.air-datepicker-cell.-day-.-other-month- {
	color: #fff;
	background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
	background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month- {
	background-color: var(--adp-background-color-in-range);
	color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
	background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty,
.air-datepicker-cell.-day-.-other-month-:empty {
	background: none;
	border: none;
}

.air-datepicker-cell {
	border-radius: var(--adp-cell-border-radius);
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.air-datepicker-cell.-focus- {
	background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
	color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
	color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
	color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
	cursor: default;
	color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
	color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
	color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
	color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
	background: var(--adp-cell-background-color-in-range);
	border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
	background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
	border: 1px solid var(--adp-cell-border-color-in-range);
	background-color: var(--adp-cell-background-color-in-range);
	border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
	border: 1px solid var(--adp-cell-border-color-in-range);
	background-color: var(--adp-cell-background-color-in-range);
	border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
	border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
	color: #fff;
	border: none;
	background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
	color: #fff;
	background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
	background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
	transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
	display: none;
}

.air-datepicker-body--day-names {
	display: grid;
	grid-template-columns: repeat(7, var(--adp-day-cell-width));
	margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
	color: var(--adp-day-name-color);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
	cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
	color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
	display: grid;
}

.air-datepicker-body--cells.-days- {
	grid-template-columns: repeat(7, var(--adp-day-cell-width));
	grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--adp-border-color-inner);
	min-height: var(--adp-nav-height);
	padding: var(--adp-padding);
	box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
	display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.air-datepicker-nav--action {
	width: var(--adp-nav-action-size);
	border-radius: var(--adp-border-radius);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.air-datepicker-nav--action:hover {
	background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
	background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
	visibility: hidden;
}

.air-datepicker-nav--action svg {
	width: 32px;
	height: 32px;
}

.air-datepicker-nav--action path {
	fill: none;
	stroke: var(--adp-nav-arrow-color);
	stroke-width: 2px;
}

.air-datepicker-nav--title {
	border-radius: var(--adp-border-radius);
	padding: 0 8px;
}

.air-datepicker-nav--title i {
	font-style: normal;
	color: var(--adp-nav-color-secondary);
	margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
	background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
	background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
	cursor: default;
	background: none;
}

.air-datepicker-buttons {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
}

.air-datepicker-button {
	display: inline-flex;
	color: var(--adp-btn-color);
	border-radius: var(--adp-btn-border-radius);
	cursor: pointer;
	height: var(--adp-btn-height);
	border: none;
	background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
	color: var(--adp-btn-color-hover);
	background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
	color: var(--adp-btn-color-hover);
	background: var(--adp-btn-background-color-hover);
	outline: none;
}

.air-datepicker-button:active {
	background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.air-datepicker-time {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-column-gap: 12px;
	align-items: center;
	position: relative;
	padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
	border-top: none;
}

.air-datepicker-time--current {
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 14px;
	text-align: center;
}

.air-datepicker-time--current-colon {
	margin: 0 2px 3px;
	line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1;
}

.air-datepicker-time--current-hours::after,
.air-datepicker-time--current-minutes::after {
	content: "";
	background: var(--adp-background-color-hover);
	border-radius: var(--adp-border-radius);
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0;
}

.air-datepicker-time--current-hours.-focus-::after,
.air-datepicker-time--current-minutes.-focus-::after {
	opacity: 1;
}

.air-datepicker-time--current-ampm {
	text-transform: uppercase;
	align-self: flex-end;
	color: var(--adp-time-day-period-color);
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px;
}

.air-datepicker-time--row {
	display: flex;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
	margin-bottom: 4px;
}

.air-datepicker-time--row input[type="range"] {
	background: none;
	cursor: pointer;
	flex: 1;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.air-datepicker-time--row input[type="range"]::-ms-tooltip {
	display: none;
}

.air-datepicker-time--row input[type="range"]:hover::-webkit-slider-thumb {
	border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:hover::-moz-range-thumb {
	border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:hover::-ms-thumb {
	border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:focus {
	outline: none;
}

.air-datepicker-time--row input[type="range"]:focus::-webkit-slider-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]:focus::-moz-range-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]:focus::-ms-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-webkit-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-moz-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-ms-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
	margin-top: calc(var(--adp-time-thumb-size)/2*-1);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-runnable-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-moz-range-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-ms-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-ms-fill-lower {
	background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-ms-fill-upper {
	background: rgba(0, 0, 0, 0);
}

.air-datepicker {
	--adp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--adp-font-size: 14px;
	--adp-width: 246px;
	--adp-z-index: 100;
	--adp-padding: 4px;
	--adp-grid-areas: "nav" "body" "timepicker" "buttons";
	--adp-transition-duration: 0.3s;
	--adp-transition-ease: ease-out;
	--adp-transition-offset: 8px;
	--adp-background-color: #fff;
	--adp-background-color-hover: #f0f0f0;
	--adp-background-color-active: #eaeaea;
	--adp-background-color-in-range: rgba(92, 196, 239, 0.1);
	--adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
	--adp-background-color-selected-other-month-focused: #8ad5f4;
	--adp-background-color-selected-other-month: #a2ddf6;
	--adp-color: #4a4a4a;
	--adp-color-secondary: #9c9c9c;
	--adp-accent-color: #4eb5e6;
	--adp-color-current-date: var(--adp-accent-color);
	--adp-color-other-month: #dedede;
	--adp-color-disabled: #aeaeae;
	--adp-color-disabled-in-range: #939393;
	--adp-color-other-month-hover: #c5c5c5;
	--adp-border-color: #dbdbdb;
	--adp-border-color-inner: #efefef;
	--adp-border-radius: 4px;
	--adp-border-color-inline: #d7d7d7;
	--adp-nav-height: 32px;
	--adp-nav-arrow-color: var(--adp-color-secondary);
	--adp-nav-action-size: 32px;
	--adp-nav-color-secondary: var(--adp-color-secondary);
	--adp-day-name-color: #ff9a19;
	--adp-day-name-color-hover: #8ad5f4;
	--adp-day-cell-width: 1fr;
	--adp-day-cell-height: 32px;
	--adp-month-cell-height: 42px;
	--adp-year-cell-height: 56px;
	--adp-pointer-size: 10px;
	--adp-poiner-border-radius: 2px;
	--adp-pointer-offset: 14px;
	--adp-cell-border-radius: 4px;
	--adp-cell-background-color-hover: var(--adp-background-color-hover);
	--adp-cell-background-color-selected: #5cc4ef;
	--adp-cell-background-color-selected-hover: #45bced;
	--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
	--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
	--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
	--adp-btn-height: 32px;
	--adp-btn-color: var(--adp-accent-color);
	--adp-btn-color-hover: var(--adp-color);
	--adp-btn-border-radius: var(--adp-border-radius);
	--adp-btn-background-color-hover: var(--adp-background-color-hover);
	--adp-btn-background-color-active: var(--adp-background-color-active);
	--adp-time-track-height: 1px;
	--adp-time-track-color: #dedede;
	--adp-time-track-color-hover: #b1b1b1;
	--adp-time-thumb-size: 12px;
	--adp-time-padding-inner: 10px;
	--adp-time-day-period-color: var(--adp-color-secondary);
	--adp-mobile-font-size: 16px;
	--adp-mobile-nav-height: 40px;
	--adp-mobile-width: 320px;
	--adp-mobile-day-cell-height: 38px;
	--adp-mobile-month-cell-height: 48px;
	--adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
	--adp-overlay-background-color: rgba(0, 0, 0, 0.3);
	--adp-overlay-transition-duration: 0.3s;
	--adp-overlay-transition-ease: ease-out;
	--adp-overlay-z-index: 99;
}

.air-datepicker {
	background: var(--adp-background-color);
	border: 1px solid var(--adp-border-color);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: var(--adp-border-radius);
	box-sizing: content-box;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, max-content);
	grid-template-areas: var(--adp-grid-areas);
	font-family: var(--adp-font-family), sans-serif;
	font-size: var(--adp-font-size);
	color: var(--adp-color);
	width: var(--adp-width);
	position: absolute;
	transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
	z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
	opacity: 0;
}

.air-datepicker.-from-top- {
	transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
	transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
	transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
	transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
	transform: translate(0, 0);
	opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
	transition: none;
}

.air-datepicker.-inline- {
	border-color: var(--adp-border-color-inline);
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
	display: none;
}

.air-datepicker.-is-mobile- {
	--adp-font-size: var(--adp-mobile-font-size);
	--adp-day-cell-height: var(--adp-mobile-day-cell-height);
	--adp-month-cell-height: var(--adp-mobile-month-cell-height);
	--adp-year-cell-height: var(--adp-mobile-year-cell-height);
	--adp-nav-height: var(--adp-mobile-nav-height);
	--adp-nav-action-size: var(--adp-mobile-nav-height);
	position: fixed;
	width: var(--adp-mobile-width);
	border: none;
}

.air-datepicker.-is-mobile- * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
	display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
	transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
	transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
	transition: none;
}

.air-datepicker-global-container {
	position: absolute;
	left: 0;
	top: 0;
}

.air-datepicker--pointer {
	--pointer-half-size: calc(var(--adp-pointer-size) / 2);
	position: absolute;
	width: var(--adp-pointer-size);
	height: var(--adp-pointer-size);
	z-index: -1;
}

.air-datepicker--pointer::after {
	content: "";
	position: absolute;
	background: #fff;
	border-top: 1px solid var(--adp-border-color-inline);
	border-right: 1px solid var(--adp-border-color-inline);
	border-top-right-radius: var(--adp-poiner-border-radius);
	width: var(--adp-pointer-size);
	height: var(--adp-pointer-size);
	box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^="top"] .air-datepicker--pointer {
	top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer::after,
.-top-center- .air-datepicker--pointer::after,
.-top-right- .air-datepicker--pointer::after,
[data-popper-placement^="top"] .air-datepicker--pointer::after {
	transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^="right"] .air-datepicker--pointer {
	right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer::after,
.-right-center- .air-datepicker--pointer::after,
.-right-bottom- .air-datepicker--pointer::after,
[data-popper-placement^="right"] .air-datepicker--pointer::after {
	transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^="bottom"] .air-datepicker--pointer {
	bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer::after,
.-bottom-center- .air-datepicker--pointer::after,
.-bottom-right- .air-datepicker--pointer::after,
[data-popper-placement^="bottom"] .air-datepicker--pointer::after {
	transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^="left"] .air-datepicker--pointer {
	left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer::after,
.-left-center- .air-datepicker--pointer::after,
.-left-bottom- .air-datepicker--pointer::after,
[data-popper-placement^="left"] .air-datepicker--pointer::after {
	transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
	left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
	right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
	left: calc(50% - var(--adp-pointer-size)/2);
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
	top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
	bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
	top: calc(50% - var(--adp-pointer-size)/2);
}

.air-datepicker--navigation {
	grid-area: nav;
}

.air-datepicker--content {
	box-sizing: content-box;
	padding: var(--adp-padding);
	grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
	display: none;
}

.air-datepicker--time {
	grid-area: timepicker;
}

.air-datepicker--buttons {
	grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
	padding: var(--adp-padding);
	border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
	position: fixed;
	background: var(--adp-overlay-background-color);
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
	transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
	transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
	z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
	opacity: 1;
	width: 100%;
	height: 100%;
	transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

@-webkit-keyframes notyf-fadeinup {

	0% {
		opacity: 0;
		transform: translateY(25%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes notyf-fadeinup {

	0% {
		opacity: 0;
		transform: translateY(25%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes notyf-fadeinleft {

	0% {
		opacity: 0;
		transform: translateX(25%);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes notyf-fadeinleft {

	0% {
		opacity: 0;
		transform: translateX(25%);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes notyf-fadeoutright {

	0% {
		opacity: 1;
		transform: translateX(0);
	}

	to {
		opacity: 0;
		transform: translateX(25%);
	}
}

@keyframes notyf-fadeoutright {

	0% {
		opacity: 1;
		transform: translateX(0);
	}

	to {
		opacity: 0;
		transform: translateX(25%);
	}
}

@-webkit-keyframes notyf-fadeoutdown {

	0% {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(25%);
	}
}

@keyframes notyf-fadeoutdown {

	0% {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(25%);
	}
}

@-webkit-keyframes ripple {

	0% {
		transform: scale(0) translateY(-45%) translateX(13%);
	}

	to {
		transform: scale(1) translateY(-45%) translateX(13%);
	}
}

@keyframes ripple {

	0% {
		transform: scale(0) translateY(-45%) translateX(13%);
	}

	to {
		transform: scale(1) translateY(-45%) translateX(13%);
	}
}

.notyf {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	pointer-events: none;
	box-sizing: border-box;
	padding: 20px;
}

.notyf__icon--error,
.notyf__icon--success {
	height: 21px;
	width: 21px;
	background: #fff;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.notyf__icon--error::after,
.notyf__icon--error::before {
	content: "";
	background: currentColor;
	display: block;
	position: absolute;
	width: 3px;
	border-radius: 3px;
	left: 9px;
	height: 12px;
	top: 5px;
}

.notyf__icon--error::after {
	transform: rotate(-45deg);
}

.notyf__icon--error::before {
	transform: rotate(45deg);
}

.notyf__icon--success::after,
.notyf__icon--success::before {
	content: "";
	background: currentColor;
	display: block;
	position: absolute;
	width: 3px;
	border-radius: 3px;
}

.notyf__icon--success::after {
	height: 6px;
	transform: rotate(-45deg);
	top: 9px;
	left: 6px;
}

.notyf__icon--success::before {
	height: 11px;
	transform: rotate(45deg);
	top: 5px;
	left: 10px;
}

.notyf__toast {
	display: block;
	overflow: hidden;
	pointer-events: auto;
	-webkit-animation: notyf-fadeinup 0.3s ease-in forwards;
	animation: notyf-fadeinup 0.3s ease-in forwards;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
	position: relative;
	padding: 0 15px;
	border-radius: 2px;
	max-width: 300px;
	transform: translateY(25%);
	box-sizing: border-box;
	flex-shrink: 0;
}

.notyf__toast--disappear {
	transform: translateY(0);
	-webkit-animation: notyf-fadeoutdown 0.3s forwards;
	animation: notyf-fadeoutdown 0.3s forwards;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.notyf__toast--disappear .notyf__icon,
.notyf__toast--disappear .notyf__message {
	-webkit-animation: notyf-fadeoutdown 0.3s forwards;
	animation: notyf-fadeoutdown 0.3s forwards;
	opacity: 1;
	transform: translateY(0);
}

.notyf__toast--disappear .notyf__dismiss {
	-webkit-animation: notyf-fadeoutright 0.3s forwards;
	animation: notyf-fadeoutright 0.3s forwards;
	opacity: 1;
	transform: translateX(0);
}

.notyf__toast--disappear .notyf__message {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

.notyf__toast--upper {
	margin-bottom: 20px;
}

.notyf__toast--lower {
	margin-top: 20px;
}

.notyf__toast--dismissible .notyf__wrapper {
	padding-right: 30px;
}

.notyf__ripple {
	height: 400px;
	width: 400px;
	position: absolute;
	transform-origin: bottom right;
	right: 0;
	top: 0;
	border-radius: 50%;
	transform: scale(0) translateY(-51%) translateX(13%);
	z-index: 5;
	-webkit-animation: ripple 0.4s ease-out forwards;
	animation: ripple 0.4s ease-out forwards;
}

.notyf__wrapper {
	display: flex;
	align-items: center;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-right: 15px;
	border-radius: 3px;
	position: relative;
	z-index: 10;
}

.notyf__icon {
	width: 22px;
	text-align: center;
	font-size: 1.3em;
	opacity: 0;
	-webkit-animation: notyf-fadeinup 0.3s forwards;
	animation: notyf-fadeinup 0.3s forwards;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	margin-right: 13px;
}

.notyf__dismiss {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 26px;
	margin-right: -15px;
	-webkit-animation: notyf-fadeinleft 0.3s forwards;
	animation: notyf-fadeinleft 0.3s forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
	opacity: 0;
}

.notyf__dismiss-btn {
	background-color: rgba(0, 0, 0, 0.25);
	border: none;
	cursor: pointer;
	transition: opacity 0.2s ease, background-color 0.2s ease;
	outline: none;
	opacity: 0.35;
	height: 100%;
	width: 100%;
}

.notyf__dismiss-btn::after,
.notyf__dismiss-btn::before {
	content: "";
	background: #fff;
	height: 12px;
	width: 2px;
	border-radius: 3px;
	position: absolute;
	left: calc(50% - 1px);
	top: calc(50% - 5px);
}

.notyf__dismiss-btn::after {
	transform: rotate(-45deg);
}

.notyf__dismiss-btn::before {
	transform: rotate(45deg);
}

.notyf__dismiss-btn:hover {
	opacity: 0.7;
	background-color: rgba(0, 0, 0, 0.15);
}

.notyf__dismiss-btn:active {
	opacity: 0.8;
}

.notyf__message {
	vertical-align: middle;
	position: relative;
	opacity: 0;
	-webkit-animation: notyf-fadeinup 0.3s forwards;
	animation: notyf-fadeinup 0.3s forwards;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
	line-height: 1.5em;
}

@media only screen and (max-width: 480px) {

	.notyf {
		padding: 0;
	}

	.notyf__ripple {
		height: 600px;
		width: 600px;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
	}

	.notyf__toast {
		max-width: none;
		border-radius: 0;
		box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.13);
		width: 100%;
	}

	.notyf__dismiss {
		width: 56px;
	}
}
