@charset "UTF-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

* {
	-webkit-overflow-scrolling: touch;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Bootstrap Grid v4.0.0 (https://getbootstrap.com) Copyright 2011-2018 The Bootstrap Authors Copyright 2011-2018 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
	flex-direction: column;
}

.d-flex h3 {
	color: #959595;
	font-weight: 300;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'),
		url('./fonts/slick.woff') format('woff'),
		url('./fonts/slick.ttf') format('truetype'),
		url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

.navigation {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 15;
	height: 100px;
	background-color: white;
	color: #21201f;
	border-bottom: 4px solid #f8a8be;
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.05);
}

.navigation__row {
	height: calc(100px - 25px);
	transition: all 0.4s ease-out;
}

.navigation__search {
	height: 25px;
	background-color: #21201f;
	color: white;
}

.navigation__col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navigation #m_nav {
	display: none;
}

.navigation nav ul {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navigation nav ul li {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	cursor: pointer;
	list-style: none;
}

.navigation nav ul li a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #b0718e;
	transition: 0.2s all;
	border-radius: 5px;
}

/* html[lang="es-ES"] .navigation nav ul li a { */
/* padding: 10px 5px; */
/* font-size: 14px; */
/* } */

.navigation nav ul li a:hover {
	color: #fff;
	background: #f986b2;
}

.navigation nav ul li.buy-now-special {
	background: #f986b2;
	border-radius: 5px;
	transition: 0.2s all;
}

.navigation nav ul li.buy-now-special:hover {
	background: #de0067;
	box-shadow: 0px 0px 20px 0px rgba(206, 15, 105, 0.9);
}

.navigation nav ul li.buy-now-special a {
	position: relative;
	color: #fff;
	margin-left: 20px;
}

.navigation nav ul li.buy-now-special a:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f290';
	position: absolute;
	left: -13px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navigation nav ul li.buy-now-special a:hover {
	background: none;
}

@media (min-width: 768px) {
	.navigation #mobile-hamburger {
		display: none;
	}
	.navigation nav {
		float: right;
	}
	.navigation nav ul li a {
		padding: 10px 10px;
	}
}

@media (max-width: 1200px) {
	.navigation nav ul li a {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.navigation__row {
		-ms-flex-align: normal;
		align-items: normal;
	}
	.navigation #mobile-hamburger {
		display: block;
		position: absolute;
		right: 20px;
		top: 40px;
		font-size: 40px;
		z-index: 90;
		cursor: pointer;
		width: 30px;
		height: 30px;
		text-align: center;
	}
	.navigation #mobile-hamburger span {
		border-radius: 3px;
		height: 5px;
		width: 100%;
		background: #f986b2;
		position: absolute;
		left: 0px;
		right: 0px;
		display: inline-block;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.navigation #mobile-hamburger span:first-child,
	.navigation #mobile-hamburger span:last-child {
		visibility: visible;
		width: 100%;
		left: 50%;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.navigation #mobile-hamburger span:nth-child(2) {
		top: 10px;
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navigation #mobile-hamburger span:nth-child(3) {
		top: 10px;
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navigation #mobile-hamburger span:last-child {
		top: 20px;
	}
	.navigation .navigation__wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 100;
	}
	.navigation .navigation__wrapper .logo {
		padding-left: 20px;
	}
	.navigation .navigation__wrapper .logo a {
		position: relative;
		z-index: 99;
	}
	.navigation nav {
		position: fixed;
		background: white;
		width: 100%;
		max-height: 0%;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		padding-top: 0px;
		z-index: 80;
		visibility: hidden;
		overflow: auto;
		transition: all 0.3s ease;
	}
	.navigation nav::-webkit-scrollbar {
		display: none;
	}
	.navigation nav ul {
		padding: 20px 0;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.navigation nav ul li {
		margin: 5px 0;
		width: 100%;
	}
	.navigation nav ul li:last-of-type {
		margin: 0 auto;
		width: 150px;
	}
	.navigation nav ul li a {
		width: 100%;
		padding: 10px 0;
	}
	/* .navigation nav ul li:nth-last-child(2) { padding: 0px 15px; } */
	.navigation #m_nav[type='checkbox']:checked ~ nav {
		max-height: 100%;
		visibility: visible;
		padding-top: 100px;
	}
	.navigation
		#m_nav[type='checkbox']:checked
		~ .navigation__wrapper
		#mobile-hamburger
		.fixed {
		width: 35px;
	}
	.navigation
		#m_nav[type='checkbox']:checked
		~ .navigation__wrapper
		#mobile-hamburger
		span:first-child,
	.navigation
		#m_nav[type='checkbox']:checked
		~ .navigation__wrapper
		#mobile-hamburger
		span:last-child {
		visibility: hidden;
		top: 10px;
		width: 0px;
	}
	.navigation
		#m_nav[type='checkbox']:checked
		~ .navigation__wrapper
		#mobile-hamburger
		span:nth-child(2) {
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.navigation
		#m_nav[type='checkbox']:checked
		~ .navigation__wrapper
		#mobile-hamburger
		span:nth-child(3) {
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.menu-main-menu-container .sub-menu {
	display: none;
	position: absolute;
	min-width: 114px;
	background-color: #fff;
	z-index: 2;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
	.menu-main-menu-container .sub-menu {
		display: block;
		position: relative;
		box-shadow: none;
	}
}

@media (max-width: 767px) {
	.menu-main-menu-container .sub-menu a:before {
		content: 'blog ';
	}
}

.menu-main-menu-container .sub-menu-display {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu-main-menu-container .sub-menu-display li {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.navigation--box-shadow {
	height: 70px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.logo img {
	margin: 10px 0;
	width: 141px;
}

@media (max-width: 767px) {
	.navigation #mobile-hamburger {
		right: 0;
	}
}

@media (max-width: 767px) {
	.navigation .navigation__wrapper .logo {
		padding-left: 0;
	}
}

.button {
	padding: 10px 20px;
	background: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	transition: 0.3s ease;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
}

.button--center {
	margin-left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.button--404 {
	background: white;
	color: #af0e2d;
	opacity: 0.9;
}

.button--404:hover {
	background: #f9105f;
	opacity: 0.7;
	color: white;
}

html {
	font-family: 'Open sans', sans-serif;
	font-size: 18px;
	color: #000;
}

body {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-image: url(https://b1227713.smushcdn.com/1263049/wp-content/themes/justidea_theme/assets/img/bg-foot.png?lossy=1&strip=1&webp=1);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

a {
	text-decoration: none;
	color: inherit;
}

* {
	box-sizing: border-box;
}

section:first-of-type {
	margin-top: 100px;
}

.flex-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.rose {
	color: #de0067;
}

.slick-prev:before,
.slick-next:before {
	line-height: 0;
}

.error404 .wrapper {
	width: 100%;
	height: 100vh;
}

.error404 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.error404 .e404 {
	height: calc(100% - 273px);
}

.error404__wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.error404__wrapper h1,
.error404__wrapper h2,
.error404__wrapper h3 {
	width: 100%;
	text-align: center;
}

.error404__wrapper h1 {
	font-size: 10vw;
	line-height: 1;
	font-weight: 700;
	position: relative;
	z-index: 10;
	color: #af0e2d;
	opacity: 0.9;
}

.error404__wrapper h1:after {
	content: 'ERROR';
	position: absolute;
	z-index: 1;
	top: -20px;
	font-size: 120%;
	left: 0;
	right: 0;
	color: rgba(175, 14, 45, 0);
	opacity: 0.2;
	text-shadow: 0 0 20px #af0e2d;
}

.error404__wrapper h2 {
	font-size: 38px;
	line-height: 42px;
	font-weight: 700;
	color: white;
	opacity: 0.6;
}

.error404__wrapper h3 {
	color: white;
	opacity: 0.6;
}

.slider {
	position: relative;
	margin-top: 100px;
}

.slider__item {
	width: 100%;
	pointer-events: none;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.slider__item {
		margin-bottom: 0px;
		/* margin-bottom: -25px; */
	}
}

.slider .slick-prev {
	left: 30px;
	z-index: 10;
}

.slider .slick-next {
	right: 30px;
}

.slider .slick-list {
	z-index: 0;
}

.slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.slider.slick-dotted.slick-slider {
		margin-bottom: 40px;
	}
}

.slider .slick-dots {
	z-index: 10;
	bottom: 10px;
}

@media (max-width: 1199px) {
	.slider .slick-dots {
		bottom: -20px;
	}
}

@media (max-width: 767px) {
	.slider .slick-dots {
		bottom: -40px;
	}
}

.slider .slick-prev:hover:before,
.slider .slick-prev:focus:before,
.slider .slick-next:hover:before,
.slider .slick-next:focus:before {
	color: #000;
}

.slider::after {
	content: '';
	position: absolute;
	bottom: 21px;
	left: 0;
	display: block;
	width: 100%;
	height: 130px;
	background-image: url(../img/wave.svg);
	background-repeat: repeat-x;
	background-position: bottom -5px left 0px;
	background-size: contain;
	z-index: 9;
}

@media (max-width: 1199px) {
	.slider::after {
		height: 80px;
		bottom: 0;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	.slider::after {
		height: 80px;
		bottom: 35px;
	}
	.slider .slick-dots {
		bottom: 0px;
	}
}

@media (max-width: 991px) {
	.slider::after {
		height: 60px;
	}
}

@media (max-width: 767px) {
	.slider::after {
		height: 50px;
		background-size: 150%;
		background-position: bottom -8px left -10px;
	}
}

@media (max-width: 500px) {
	.slider::after {
		display: none;
		height: 50px;
		background-size: 150%;
		background-position: bottom 0px left -10px;
	}

	.slider {
		overflow: hidden;
	}
}

.slider__logo {
	width: 150px;
}

.slider__box {
	margin-top: -70px;
}

@media (max-width: 767px) {
	.slider__box {
		padding-left: 10px;
	}
}

.slider__button {
	display: block;
	z-index: 11;
}

.slider__hero-box {
	width: 70%;
}

@media (max-width: 1599px) {
	.slider__hero-box {
		width: 50%;
	}
}

.slider__header {
	margin: 5px 0 20px;
	font-size: 60px;
	color: #de0067;
	font-weight: 500;
	line-height: 1;
}

.slider__header .first-of-type {
	color: #dc7893;
}

@media (max-width: 767px) {
	.slider__header {
		font-size: 40px;
	}
}

.slider__header span {
	display: block;
}

.slider__header span:first-child {
	font-weight: 600;
}

.slider__desc {
	margin: 10px 0;
	max-width: 50%;
	font-size: 15px;
	line-height: 1.6;
	color: #a03869;
}

@media (max-width: 767px) {
	.slider__desc {
		max-width: 80%;
	}
}

.section {
	position: relative;
	padding: 80px 0;
	background: #fff;
}

@media (max-width: 767px) {
	.section {
		padding: 30px 0;
	}
}

.section__image {
	width: 100%;
}

.section__header {
	position: relative;
	margin-top: 0;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	color: #959595;
}

@media (max-width: 767px) {
	.section__header {
		font-size: 25px;
		line-height: 1.2;
	}
}

.section__header--small {
	font-size: 25px;
}

.section__header--default {
	margin-top: 150px;
}

.section__header::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background: #f2f2f2;
}

.section__header::after {
	content: '';
	position: absolute;
	bottom: -35px;
	left: 50%;
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border: 1px solid #de0067;
	background: #fff;
}

.section__header--center {
	margin: 0 auto;
}

.section__header--center::before {
	background: #de0067;
}

.section__header--no-underline::before {
	content: none;
}

.section__header--no-underline::after {
	content: none;
}

.section__desc {
	margin: 0 auto;
	margin-top: 80px;
	padding: 0 15px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	color: #959595;
	max-width: 1000px;
}

.section__desc--no-mt {
	margin-top: 0;
}

.section__desc--text-left {
	text-align: left;
}

@media (max-width: 767px) {
	.section__desc--text-left {
		margin-top: 30px;
		text-align: center;
	}
}

.section__row {
	margin-top: 100px;
}

@media (max-width: 767px) {
	.section__row {
		margin-top: 50px;
	}
}

.section__list {
	list-style: none;
}

.section__item {
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	color: #959595;
	margin: 15px 0;
}

.section__item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -21px;
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border: 1px solid #de0067;
	background: #fff;
}

.how-use {
	position: relative;
	text-align: center;
	height: 450px;
	background-image: url(https://b1227713.smushcdn.com/1263049/wp-content/themes/justidea_theme/assets/img/hero-bgg.jpg?lossy=1&strip=1&webp=1);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

@media (max-width: 767px) {
	.how-use {
		background-attachment: scroll;
	}
}

.how-use__blur {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(
		ellipse at center,
		#fff 0%,
		transparent 140%
	);
}

.how-use__button {
	margin-top: 80px;
	border: none;
	background: #de0067;
	z-index: 1;
	padding: 8px 25px;
	color: #fff;
}

.how-use__button--inside {
	margin-top: 0;
	margin-bottom: 30px;
}

.how-use__button:hover {
	background: #da1571;
	box-shadow: 0px 0px 30px 0 #c4c4c4;
}

.how-use__box img {
	width: 100%;
	box-shadow: 0px 0px 64px 9px rgba(240, 110, 171, 0.5);
}

.how-popup {
	position: fixed;
	padding: 20px 20px;
	top: 100%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	min-height: 80vh;
	height: 90%;
	max-width: 95%;
	background: #fff;
	border: 2px solid #f986b2;
	box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.3);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	z-index: -10000000000;
}

.how-popup--open {
	top: 50%;
	opacity: 1;
	visibility: visible;
	z-index: 1000;
	overflow-x: hidden;
}

@supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */
	.how-popup__cancel {
		cursor: pointer;
		position: -webkit-sticky;
		position: sticky;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		width: 30px;
		height: 30px;
		color: #fff;
		left: 92%;
		top: 0;
		font-size: 20px;
		background: #f986b2;
		border-radius: 50%;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 1000;
	}
}

@supports not (-webkit-overflow-scrolling: touch) {
	/* CSS for other than iOS devices */
	.how-popup__cancel {
		cursor: pointer;
		position: -webkit-sticky;
		position: sticky;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		width: 30px;
		height: 30px;
		color: #fff;
		left: 100%;
		top: 0;
		font-size: 20px;
		background: #f986b2;
		border-radius: 50%;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 1000;
	}
}

.how-popup__cancel:hover {
	background-color: #eb689b;
}

.how-popup__contianer {
	margin-top: 80px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1199px) {
	.how-popup__contianer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.how-popup__box {
	margin: 0 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 15%;
	max-width: 200px;
}

.how-popup__box:first-of-type {
	margin: 50px 40px 0 40px;
}

@media (max-width: 1199px) {
	.how-popup__box {
		width: 30%;
	}
	.how-popup__box:first-of-type {
		margin: 0 40px;
	}
}

@media (max-width: 991px) {
	.how-popup__box {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.how-popup__box {
		width: 80%;
	}
}

.how-popup__ilu {
	width: 100%;
	margin: 5px 0;
}

.how-popup__counter {
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #f986b2;
	border: 2px solid #f986b2;
	border-radius: 50%;
}

.how-popup__desc {
	display: block;
	text-align: left;
	font-weight: 400;
	line-height: 1.6;
	font-size: 14px;
}

.how-popup__desc--bold {
	font-weight: 500;
	color: #de0067;
}

.how-popup__row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #828282;
}

.how-popup__row--first {
	border-bottom: none;
}

.how-popup__row:last-of-type {
	border-bottom: none;
}

.how-popup__title {
	margin-bottom: 2rem;
	flex: 100% 0 0;
	height: 29px;
	color: #d31566 !important;
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 700 !important;
}

.how-popup__img-box {
	display: flex;
	flex-direction: column;
	margin: 1rem;
	align-items: center;
}

.how-popup__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.how-popup__img {
	/* width: 427px; */
	height: 240px;
}

.how-popup__img--small {
	height: 220px;
}

.see-more {
	cursor: pointer;
}

.see-more__click {
	color: #515151;
	font-size: 15px;
}

@media all and (max-width: 600px) {
	.how-popup__img {
		width: 222px;
		height: auto;
	}
}

.how-popup__img-desc {
	margin-top: 1rem;
	color: #515151;
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 400;
}

.how-popup__desc {
	margin: 1rem auto 2rem;
	text-align: center;
	flex: 100% 0 0;
	color: #515151;
	font-family: 'Open Sans';
	font-size: 20px;
	max-width: 920px;
	font-weight: 400;
}

.information {
	padding-bottom: 100px;
}

@media (max-width: 575px) {
	.information {
		margin: 0 auto;
		max-width: 320px;
		overflow: hidden;
	}
}

.information__icon {
	height: auto;
	max-height: 80px;
}

@media (max-width: 767px) {
	.information__icon {
		margin-top: 50px;
	}
	.information__icon--margin-minus {
		margin-top: 0px;
	}
}

.information__header {
	position: relative;
	color: #959595;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
}

.information__header:before {
	content: '';
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -20px;
	width: 40px;
	height: 1px;
	background-color: #f986b2;
}

.information__desc {
	padding: 0px;
	font-weight: 300;
	color: #959595;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
}

.sizes {
	padding: 80px 0;
	background: white;
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, white),
		color-stop(100%, rgba(240, 110, 171, 0.1))
	);
	background: linear-gradient(
		to bottom,
		white 0%,
		rgba(240, 110, 171, 0.1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f06eab', GradientType=0 );
}

@media (max-width: 767px) {
	.sizes {
		padding: 70px 0;
	}
}

.sizes__header {
	margin-top: 50px;
	font-size: 20px;
	font-weight: 400;
}

.sizes__header span {
	font-size: 40px;
}

.sizes__table-header {
	text-align: center;
	font-size: 25px;
	color: #959595;
	font-weight: 400;
	margin: 30px 0 20px 0;
}

.sizes__box {
	width: 30%;
}

@media (max-width: 991px) {
	.sizes__box {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.sizes__box {
		width: 100%;
	}
}

.sizes__box-img {
	max-width: 100%;
}

.sizes__desc {
	margin: 50px auto 0;
	text-align: center;
	font-size: 14px;
	color: #959595;
	max-width: 800px;
}

.sizes-table {
	margin-top: 50px;
	width: 100%;
}

.sizes-table__container {
	width: 100%;
}

@media (max-width: 767px) {
	.sizes-table__container {
		overflow-y: scroll;
	}
}

.sizes-table__img {
	margin: 0 auto;
	width: 100%;
	max-width: 550px;
	height: 100%;
}

.table {
	width: 100%;
	background: #fff;
}

.table thead th {
	color: #fff;
}

.table td,
.table th {
	padding: 10px 25px;
	font-size: 14px;
	text-align: center;
	color: #a1a1a1;
}

.table__header {
	font-size: 18px;
	color: #fff;
	background: #f986b2;
}

.table__header th {
	font-weight: 400;
}

.table__icon-bg {
	background: #f795c2;
}

.table__dark-bg {
	background: #f7f7f7;
}

#home,
#o-produkcie,
#rozmiar,
#rekomendacje,
#faq,
#kup-teraz {
	position: absolute;
	top: -100px;
}

.buy-now {
	position: relative;
	padding: 50px 0 10px 0;
}

@media (max-width: 767px) {
	.buy-now {
		padding: 40px 0 0px 0;
	}
}

.buy-now__header {
	margin: 5px 0 15px 0;
	font-size: 28px;
	font-weight: 300;
	color: #959595;
	text-align: left !important;
}

@media (max-width: 767px) {
	.buy-now__header {
		text-align: center;
	}
}

.buy-now__header-list {
	margin-bottom: 5px;
	font-weight: 300;
	color: #959595;
	font-size: 18px;
}

.buy-now ul {
	margin-top: 5px;
	list-style-type: circle;
	padding-left: 20px;
}

.buy-now li {
	font-size: 16px;
	color: #959595;
	font-weight: 300;
}

.buy-now__price {
	font-size: 40px !important;
	color: #959595 !important;
}

.buy-now__button {
	border: none;
	display: inline-block;
	margin: 20px 0;
	padding: 10px 16px 10px 47px;
	color: #fff;
	position: relative;
	background: #f986b2;
	border-radius: 5px;
	transition: 0.2s all;
}

.buy-now__button {
	border: none;
	display: inline-block;
	font-size: 16px;
	margin: 20px 0;
	padding: 10px 7px 10px 26px;
	color: #fff;
	position: relative;
	background: #f986b2;
	border-radius: 5px;
	transition: 0.2s all;
}

.buy-now__button:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f290';
	position: absolute;
	left: 7px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.buy-now__button--shop {
	background: #ffa100;
	padding: 10px 7px 10px 33px;
}

html[lang='pl-PL'] .buy-now__button--shop:nth-of-type(1)::before {
	content: url('../img/allegro-icon-before.png') !important;
	width: 20px;
	height: 20px;
}

html:not([lang='pl-PL']) .buy-now__button--shop::before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f07a';
	/* width: 20px;
  height: 20px; */
}

.buy-now__button:hover {
	background: #de0067;
	box-shadow: 0px 0px 20px 0px rgba(206, 15, 105, 0.9);
}

.buy-now__button--shop:hover {
	background: #ffa100;
	box-shadow: 0px 0px 20px 0px rgba(240, 172, 55, 0.9);
}

.cup-size {
	margin: 20px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.cup-size__circle {
	margin-right: 20px;
}

.cup-size__circle input[type='radio'] {
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: none;
}

.cup-size__circle input[type='radio']:checked ~ label {
	box-shadow: 0px 0px 0px 2px #f06eab, 0px 0px 19px -5px #ff2089;
	background: #e89abe;
	opacity: 1;
}

.cup-size__circle label {
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	margin-right: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #e988b5;
	border: 2px solid #e89abe;
	border-radius: 50%;
	color: #fff;
	opacity: 0.4;
}

.cup-size__circle label:last-of-type {
	margin-right: 0;
}

.cup-size__circle label--half {
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cup-size__circle label--half::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
}

.cup-size__circle label:hover {
	box-shadow: 0px 0px 19px -3px #f06eab;
	background: #e89abe;
	opacity: 0.8;
}

.value {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.health {
	margin-top: 100px;
}

.health .row {
	margin-top: 100px;
}

.health__img-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.health__img-box img {
	margin-left: 80px;
	max-width: 270px;
}

@media (max-width: 991px) {
	.health__img-box img {
		margin-left: 0;
	}
}

.health__desc-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 575px) {
	.reference {
		margin: 0 auto;
		max-width: 320px;
		overflow: hidden;
	}
}

.reference__carousel {
	margin-top: 100px;
}

.reference__carousel img {
	max-width: 100%;
	max-height: 70px;
}

.slick-prev:before {
	content: '\f104';
	font-family: 'Font Awesome 5 Pro';
	font-size: 80px;
	font-weight: 300;
	color: #000;
	opacity: 0.1;
}

@media (max-width: 767px) {
	.slick-prev:before {
		display: none;
	}
}

.slick-next:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 80px;
	color: #000;
	opacity: 0.1;
}

@media (max-width: 767px) {
	.slick-next:before {
		display: none;
	}
}

.slick-slide > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 0.2;
	color: #f986b2;
}

.slick-dots li {
	margin: 0;
}

.slick-dots li button:before {
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	border: 1px solid #f986b2;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	background: #f986b2;
	opacity: 1;
}

.testimonial {
	position: relative;
	margin-top: 100px;
}

@media (max-width: 575px) {
	.testimonial {
		margin: 0 auto;
		max-width: 320px;
		overflow: hidden;
	}
}

.testimonial__slider {
	margin-top: 100px;
}

.testimonial__avatar {
	margin: 20px 0;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
	.testimonial__avatar {
		width: 200px;
		height: 200px;
		margin-left: 25px;
	}
}

.testimonial__desc {
	padding-left: 50px;
}

@media (max-width: 991px) {
	.testimonial__desc {
		padding-left: 50px;
	}
}

.testimonial__header {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #959595;
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.testimonial__header {
		text-align: center;
	}
}

.testimonial__spec {
	margin: 0;
	margin-bottom: 20px;
	font-size: 16px;
	color: #f986b2;
}

@media (max-width: 767px) {
	.testimonial__spec {
		text-align: center;
	}
}

.testimonial__line {
	margin-left: 0;
	text-align: left;
	max-width: 500px;
	height: 1px;
	border: none;
	background: #f2f2f2;
}

.testimonial__text {
	font-size: 14px;
	color: #b7b7b7;
	font-weight: 400;
	line-height: 1.6;
	max-width: 500px;
}

@media (max-width: 767px) {
	.testimonial__text {
		text-align: center;
	}
}

.faq {
	position: relative;
	margin: 0px 0;
}

@media (max-width: 767px) {
	.faq {
		margin: 50px 0;
	}
}

.faq__container {
	margin-top: 80px;
}

.accordion {
	color: #777;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
}

.accordion__header {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.7);
	padding: 15px 21px 15px 15px;
}

.accordion__header::after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f105';
	font-weight: 300;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 30px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.2s;
}

.accordion__header--active::after {
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.accordion__number {
	color: #b0718e;
}

.accordion__desc {
	margin-left: 0px;
	padding: 20px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 1.6;
}

.footer {
	padding: 50px 0 30px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.1);
	background-position: center center;
	background-size: cover;
}

.footer__logo {
	width: 133px;
}

@media (max-width: 767px) {
	.footer {
		padding: 70px 0 10px 0;
	}
}

.footer__pay-logos {
	position: absolute;
	position: absolute;
	right: 0;
	top: 77px;
	padding-right: 10px;
}

.footer__pay-logo {
	width: 280px;
}

@media all and (max-width: 991px) {
	.footer__pay-logo {
		width: 240px;
	}
}

@media all and (max-width: 575px) {
	.footer__pay-logos {
		position: static;
	}

	.footer__pay-logo {
		display: block;
		margin: 0 auto;
		padding: 20px 10px 0px;
	}
}

.footer__box {
	position: relative;
}

.footer__social-box {
	position: absolute;
	top: 20px;
	right: 0;
}

@media (max-width: 575px) {
	.footer__social-box {
		width: 100px;
		top: -50px;
		left: 50%;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
	}
}

.footer__social {
	margin-right: 15px;
	font-size: 30px;
	color: #fff;
	opacity: 0.7;
	transition: 0.2s all;
}

@media (max-width: 575px) {
	.footer__social {
		color: #b0718e;
		margin: 10px;
	}
}

.footer__social:hover {
	opacity: 1;
}

.footer p {
	font-size: 13px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5);
}

.footer__author {
	margin-top: -10px;
}

.about {
	padding: 30px 0 250px 0;
}

.about__desc {
	margin-top: 30px;
}

.about__desc p {
	font-size: 15px;
}

.contact {
	padding: 50px 0;
	background: white;
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, white),
		color-stop(100%, rgba(240, 110, 171, 0.1))
	);
	background: linear-gradient(
		to bottom,
		white 0%,
		rgba(240, 110, 171, 0.1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f06eab', GradientType=0 );
}

.contact__container {
	margin: 60px 0 30px 0;
}

.contact__box {
	padding: 0 40px 40px;
}

.contact__header {
	text-align: center;
}

@media (max-width: 991px) {
	.contact__box {
		padding: 30px;
	}
}

@media all and (max-width: 600px) {
	.contact__box {
		padding: 10px;
	}
}

.contact__link {
	position: relative;
	font-size: 20px;
	color: #bca2b5;
	padding-left: 50px;
	transition: 0.2s all;
}

.contact__link:hover {
	color: #f986b2;
}

.contact__link::before {
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(30%);
}

.contact__link--phone::before {
	background-image: url('../img/phone-call.png');
}

.contact__link--mail::before {
	background-image: url('../img/mail.png');
}

.contact .wpcf7 {
	padding-bottom: 80px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact .wpcf7 .wpcf7-form {
	width: 100%;
	max-width: 500px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
}

.contact .form__label {
	margin: 20px 0 5px 5px;
	color: #959595;
	font-size: 14px;
}

.contact .form__input input,
.contact .form__input textarea {
	width: 100%;
	max-width: 500px;
	color: #959595;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #ebebeb;
	border-radius: 5px;
}

.contact .form__input textarea {
	height: 200px;
	resize: vertical;
}

.contact .form__button {
	position: relative;
	margin-top: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact .form__button input {
	border: none;
	padding: 10px 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	background-color: #f986b2;
	transition: 0.2s all;
}

.contact .form__button input:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}

.contact div.wpcf7 .ajax-loader {
	position: absolute;
	top: 50%;
	left: 55%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contact span.wpcf7-not-valid-tip {
	font-size: 12px;
}

.contact div.wpcf7-validation-errors,
.contact div.wpcf7-mail-sent-ng {
	padding: 15px;
	border: none;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #959595;
	font-size: 40px;
}

button[name='update_cart'] {
	display: none !important;
}

.home .quantity,
.single-product .quantity {
	display: none !important;
}

@media (max-width: 991px) {
	.home .summary {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
	.home .summary h2 {
		text-align: center;
	}
	.home .summary .cup-size__circle {
		margin: 10px;
	}
	.home .summary .woocommerce-variation-price {
		text-align: center;
	}
	.home .summary .variations_button {
		text-align: center;
	}
	.home .summary .woocommerce div.product form.cart,
	.home .summary .woocommerce div.product div.summary {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.home .summary {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.single-product .single-product {
	margin: 100px 50px 0 50px;
}

.single-product .entry-summary {
	margin-top: 70px;
	padding-left: 40px;
}

.single-product .entry-summary ul {
	margin-top: 5px;
	list-style-type: circle;
	padding-left: 20px;
}

.single-product .entry-summary li {
	font-size: 16px;
	color: #959595;
	font-weight: 300;
}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 100%;
}

.woocommerce ul.products li.product a img {
	max-width: 350px;
}

.woocommerce.columns-4 {
	margin: 50px 0;
	background: rgba(255, 255, 255, 0.4);
	padding: 20px 40px;
	border-radius: 5px;
}

.woocommerce-loop-product__title {
	font-size: 30px !important;
	font-weight: 400;
	color: #959595;
}

.woocommerce ul.products li.product .price {
	font-size: 40px;
	color: #959595;
}

.woocommerce ul.products li.product .button {
	border: none;
	display: inline-block;
	margin: 10px 0;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-weight: 400;
	position: relative;
	background: #f06eaa;
	border-radius: 5px;
	transition: 0.2s all;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0;
}

.woocommerce #loader {
	display: none;
}

.woocommerce .loader::before {
	display: none;
	background: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	border-radius: 5px;
	overflow: hidden;
	margin-top: 60px;
}

.woocommerce-cart .full-page,
.single-product .full-page,
.woocommerce-checkout .full-page {
	min-height: calc(100vh - 335px);
}

.woocommerce-cart .woocommerce {
	margin-top: 100px;
}

.woocommerce-message {
	margin-top: 100px;
	border-top: none;
	color: #b0718e;
	line-height: 40px;
}

@media (max-width: 767px) {
	.woocommerce-message {
		line-height: 1.3;
	}
}

.woocommerce-error {
	border-top: none;
	border-radius: 5px;
	color: #b0718e;
	font-size: 16px;
	line-height: 40px;
}

@media (max-width: 767px) {
	.woocommerce-error {
		line-height: 1.3;
	}
}

.woocommerce-cart .woocommerce a.button {
	background-color: #f986b2;
	font-weight: 400;
	color: #fff;
	font-size: 17px;
}

.woocommerce a.remove {
	color: #f986b2 !important;
}

.woocommerce a.remove:hover {
	background: #f986b2;
}

.shop_table {
	color: #21201f;
}

.woocommerce table.shop_table {
	background: rgba(255, 255, 255, 0.9);
}

.woocommerce table.shop_table th {
	font-size: 16px;
	font-weight: 600;
	color: #959595;
}

.woocommerce table.shop_table td {
	font-size: 15px;
	color: #959595;
}

.woocommerce-cart .product-subtotal .woocommerce-Price-amount {
	font-weight: 600;
	color: #f986b2;
}

.woocommerce .quantity .qty {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

.cart_totals {
	background: rgba(255, 255, 255, 0.8);
	padding: 0 30px;
	border-radius: 5px;
	margin-bottom: 50px;
	margin-top: 15px;
}

.cart_totals h2 {
	color: #b0718e;
	font-weight: 300;
	font-size: 30px;
}

.woocommerce a.button.alt:hover {
	background-color: #f986b2;
	box-shadow: 2px 2px 35px 3px rgba(0, 0, 0, 0.2);
}

.woocommerce-cart .cart-collaterals .cart_totals th {
	font-weight: 600;
}

.order-total td .woocommerce-Price-amount {
	color: #f986b2;
}

.woocommerce input.button {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	background-color: #f986b2;
}

.woocommerce input.button:hover {
	color: #fff;
	background-color: #f986b2;
}

.woocommerce-page table.cart td.actions .input-text {
	width: 120px;
	font-size: 14px;
	color: #959595;
	font-style: italic;
}

.woocommerce-checkout .woocommerce-info {
	margin-top: 80px;
	border-top: none;
}

@media (max-width: 767px) {
	.woocommerce-checkout .woocommerce-info {
		margin-top: 0;
	}
	.woocommerce-checkout .woocommerce-info:first-of-type {
		margin-top: 80px;
	}
}

.woocommerce-checkout .woocommerce button.button {
	background-color: #f986b2;
	color: #fff;
	font-weight: 400;
}

.woocommerce-checkout form .form-row input.input-text {
	font-size: 14px;
	padding: 0 5px;
	line-height: 38px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.woocommerce-checkout .woocommerce-info {
	font-size: 16px;
	line-height: 40px;
	color: #b0718e;
}

@media (max-width: 767px) {
	.woocommerce-checkout .woocommerce-info {
		line-height: 1.3;
	}
}

.woocommerce-billing-fields h3 {
	color: #959595;
	font-size: 30px;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce form .form-row label {
	font-size: 14px;
	color: #b0718e;
}

.woocommerce-checkout .select2-container .select2-selection--single {
	height: 40px;
}

.woocommerce-checkout
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 36px;
}

.woocommerce-checkout
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	margin-top: 3px;
}

.woocommerce-checkout
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #21201f;
	font-size: 16px;
}

.woocommerce-checkout form .form-row input.input-text {
	padding: 0 10px;
	font-size: 15px;
	color: #959595;
}

.woocommerce-form__label {
	color: #b0718e;
	font-size: 20px;
	font-weight: 400;
}

.supercheckout-form {
	padding-left: 0;
}

.woocommerce-checkout .input-text {
	font-size: 14px;
	padding: 5px;
}

.woocommerce-checkout #ship-to-different-address {
	margin-left: 5px;
}

.woocommerce-checkout #order_review_heading {
	color: #959595;
	font-size: 30px;
	font-weight: 400;
}

.woocommerce form.checkout_coupon {
	padding: 0;
}

.woocommerce form.checkout_coupon {
	margin: 0;
	border: none;
}

.woocommerce-checkout .checkout_coupon input.input-text {
	max-width: 200px;
}

.woocommerce-checkout .checkout_coupon .form-row-first {
	width: auto;
}

.woocommerce-checkout .checkout_coupon .form-row-last {
	float: none !important;
}

.woocommerce table.shop_table td {
	padding: 12px 12px;
}

.woocommerce-checkout #payment {
	background: rgba(255, 255, 255, 0.8);
}

.woocommerce-checkout #payment div.payment_box {
	background: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1px solid #fff;
}

.woocommerce-checkout-payment {
	margin-bottom: 100px;
}

.woocommerce-checkout #payment div.payment_box {
	margin: 0;
}

.woocommerce-checkout .woocommerce button.button.alt:hover {
	box-shadow: 2px 2px 35px 3px rgba(0, 0, 0, 0.2);
	background-color: #f986b2;
}

.woocommerce-thankyou-order-received {
	padding: 15px;
	margin-top: 100px;
	margin-bottom: 50px;
	color: #b0718e;
	font-size: 30px;
	background: #f7f6f7;
	border-radius: 5px;
}

.woocommerce-order-received ul.order_details {
	padding-left: 0;
}

.woocommerce-order-received ul.order_details li {
	font-size: 14px;
	color: #959595;
}

.woocommerce-order-received ul.order_details li strong {
	font-size: 18px;
	font-weight: 400;
	color: #b0718e;
}

.woocommerce-order-details {
	margin-top: 50px !important;
}

.woocommerce-order-details__title {
	color: #b0718e;
	font-size: 25px;
	font-weight: 400;
}

.woocommerce-checkout .addresses {
	margin-top: 30px;
	margin-top: 100px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
}

.woocommerce-checkout .woocommerce-column__title {
	color: #b0718e;
	font-size: 25px;
	font-weight: 400;
}

.woocommerce .woocommerce-customer-details address {
	padding: 10px;
	border: none;
	font-size: 16px;
	color: #777777;
}

.cart-empty {
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	padding: 20px;
	max-width: 500px;
	background: rgba(255, 255, 255, 0.7);
	color: #959595;
	border-radius: 5px;
}

.return-to-shop {
	text-align: center;
}

.return-to-shop .wc-backward:hover {
	box-shadow: 2px 2px 35px 3px rgba(0, 0, 0, 0.2);
}

.woocommerce-info {
	border-top: none;
	border-radius: 5px;
	color: #b0718e;
}

.wc_payment_method label {
	font-size: 18px;
	color: #b0718e;
}

.woocommerce-checkout #payment div.payment_box {
	padding: 0 10px 10px 10px;
}

.payment_box p {
	font-size: 15px;
	color: #959595;
	max-width: 500px;
}

@media (max-width: 767px) {
	.home .single-product .entry-summary {
		padding-left: 0;
	}
}

.woocommerce .blockUI.blockOverlay::before {
	background: none;
	content: '';
	width: 6vmax;
	height: 6vmax;
	display: block;
	position: absolute;
	top: calc(50% - 3vmax);
	left: calc(50% - 3vmax);
	border-left: 3px solid #b0718e;
	border-radius: 100%;
	animation: spinLeft 800ms linear infinite;
}

.woocommerce .blockUI.blockOverlay::after {
	width: 4vmax;
	height: 4vmax;
	top: calc(50% - 2vmax);
	left: calc(50% - 2vmax);
	border: 0;
	border-right: 2px solid #e770ab;
	animation: none;
}

li.payment_method_transferuj label {
	display: inline-block;
	margin-bottom: 15px;
}

.insidebg {
	margin-top: 30px;
	box-shadow: none;
	border-radius: 10px;
}

.payment_method_transferuj {
	font-size: 15px !important;
	color: #959595 !important;
}

@media (max-width: 767px) {
	.payment_box p {
		line-height: 1.3;
	}
}

.payment_box p.font {
	margin-top: 0;
}

.regulations a {
	color: #4779d8;
}

.regulations a:hover {
	text-decoration: underline;
}

.regulations {
	text-align: left;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid #d3ced229;
}

.woocommerce-checkout .input-text {
	padding: 10px;
}

@media (max-width: 767px) {
	.woocommerce-cart .woocommerce-message a.button {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.woocommerce input.button {
		font-size: 12px !important;
		padding: 10px 0;
	}
}

@media (max-width: 767px) {
	.home .single-product .entry-summary {
		margin-top: 0;
	}
}

/*# sourceMappingURL=maps/style.css.map */

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #b7b7b7 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 8px 10px;
}

.woocommerce form .form-row textarea {
	border-radius: 5px;
}

#billing_country_field strong {
	color: #c997a4;
}

.attribute-kolor .value,
.attribute-color .value {
	margin: 10px 0px 25px 8px;
}

.attribute-kolor .cup-size__circle,
.attribute-color .cup-size__circle {
	margin-right: 15px;
}

.attribute-kolor .cup-size__circle label,
.attribute-color .cup-size__circle label {
	border: 1px solid #f06eab;
	width: 25px;
	height: 25px;
	text-indent: -99999rem;
	opacity: 1;
}

.attribute-kolor .cup-size__circle label:hover,
.attribute-color .cup-size__circle label:hover {
	box-shadow: 0px 0px 19px -3px #f06eab;
}

.attribute-kolor .cup-size__circle input[value='Różowy'] ~ label,
.attribute-kolor .cup-size__circle input[value='Pink'] ~ label,
.attribute-kolor .cup-size__circle input[value='Rosa'] ~ label,
.attribute-kolor .cup-size__circle input[value='Rose'] ~ label,
.attribute-kolor .cup-size__circle input[value='Rosa'] ~ label,
.attribute-kolor .cup-size__circle input[value='Rosado'] ~ label {
	background-color: #d14ca9;
}
.attribute-kolor .cup-size__circle input[value='Pudrowy Róż'] ~ label,
.attribute-kolor .cup-size__circle input[value='Powder Pink'] ~ label,
.attribute-kolor .cup-size__circle input[value='Puderrosa'] ~ label,
.attribute-kolor .cup-size__circle input[value='Rose poudré'] ~ label,
.attribute-kolor .cup-size__circle input[value='Rosa cipria'] ~ label,
.attribute-kolor .cup-size__circle input[value='Rosa polvo'] ~ label {
	background-color: #ffcfe5;
}
.attribute-kolor .cup-size__circle input[value='Transparentny'] ~ label,
.attribute-kolor .cup-size__circle input[value='Transparent'] ~ label,
.attribute-kolor .cup-size__circle input[value='Durchsichtig'] ~ label,
.attribute-kolor .cup-size__circle input[value='Trasparente'] ~ label,
.attribute-kolor .cup-size__circle input[value='Transparente'] ~ label {
	background-color: #fff;
}

/* Percet Style dorobki */

@media (max-width: 767px) {
	.navigation {
		height: 80px;
	}

	.logo img {
		max-width: 90px !important;
	}

	section:first-of-type {
		margin-top: 80px;
	}
	.navigation #mobile-hamburger {
		top: 25px;
	}
	#product-47 {
		display: flex;
		flex-direction: column-reverse;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
		margin-top: 0;
	}
	.woocommerce div.product div.summary {
		margin-bottom: 0 !important;
	}
	.woocommerce div.product form.cart {
		margin-bottom: 0 !important;
	}
	.cart_totals {
		padding: 0;
	}
	.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
		font-size: 10px !important;
	}
	.section__row-reverse-md {
		display: flex;
		flex-direction: column-reverse;
	}
	.section__image--bag {
		margin-bottom: 50px;
	}
	.reference__carousel .slick-slide {
		margin: 0 10px;
	}
}

@media (min-width: 767px) {
	.woocommerce-product-gallery-rwd {
		float: left;
		width: 48%;
	}
}

.woocommerce-product-gallery-rwd div.images {
	width: 100% !important;
}

/* @media (max-width: 767px) {
  .woocommerce-product-gallery {
    display: block;
  }

  .summary .woocommerce-product-gallery {
    display: block;
  }
} */

/* @media (max-width: 630px) {
  #product-47 {
    display: flex;
    flex-direction: column-reverse;
  }
} */

.woocommerce-product-gallery__image {
	pointer-events: none;
}

/* witam, ponizej znajduja sie style do sekcji, w ktorym mamy mapke polski taka rozowa i napis po prawej stronie */
.buy-now__wrapper {
	display: flex;
}

@media all and (max-width: 992px) {
	.buy-now__wrapper {
		flex-wrap: wrap;
		flex-direction: column;
	}
}

.buy-now__img {
	max-width: 590px;
	margin: 20px auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.buy-now__img--not-pl {
	max-width: 780px;
}

.buy-now__icon--1 {
	width: 127px !important;
}

.buy-now__icon--2 {
	width: 153px !important;
}

.buy-now__icon--not-pl {
	width: 316px !important;
}

@media all and (max-width: 782px) {
	.buy-now__img--not-pl {
		flex-direction: column;
		align-items: center;
	}

	.buy-now__img--not-pl .buy-now__text {
		width: fit-content;
	}

	.buy-now__img--not-pl p {
		max-width: 503px;
		text-align: center;
	}

	.buy-now__img figure {
		margin-right: 0;
	}
}

@media all and (max-width: 992px) {
	.buy-now__icon--2 {
		width: 127px !important;
	}
}

@media (max-width: 768px) {
	.buy-now__img {
		margin: 20px auto 50px;
	}
}

.buy-now__img figure {
	margin: 0;
	margin-right: 30px;
}

.buy-now__icon {
	width: 124px;
}

.buy-now__text-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 11;
}

.buy-now__text {
	display: block;
	width: 100%;
	color: #959595;
	font-weight: 300;
	font-size: 18px;
}

.buy-now__text--bold {
	color: #de0067;
	font-weight: 800;
}

@media screen and (max-width: 415px) {
	.buy-now__img {
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.buy-now__img figure {
		flex: 0 0 50%;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.buy-now__text-wrapper {
		flex: 0 0 100%;
	}

	.buy-now__text {
		text-align: center;
	}
}

/* /kontakt -- no i to wlasnie w tym miejscu jest ostylowany nip krs itp itd */
.contact_box--row {
	flex: 0 0 100%;
	display: flex;
	justify-content: center;
}

.contact_inner {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
}

.contact_col {
	flex: 0 0 50%;
	max-width: 50%;
}
.contact_col p {
	color: #bca2b5;
	white-space: nowrap;
}

@media screen and (max-width: 532px) {
	.contact_inner {
		width: initial;
		max-width: 500%;
	}
	.contact_col {
		padding: 0 15px;
	}
}

@media screen and (max-width: 414px) {
	.contact_col {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contact_col p {
		text-align: center;
	}
}

/* zapraszam do styli linkow w footerze */
.footer__links-box {
	position: absolute;
	left: 0;
	top: -20px;
}

.footer__items {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer__list-item a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	transition: 0.2s all;
}

.footer__list-item a:hover {
	color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 575px) {
	.footer__links-box {
		position: initial;
		margin: 24px 0;
	}

	.footer__items {
		text-align: center;
	}

	.footer__list-item a {
		color: #b0718e;
	}
}

/* ---------------------------- Cookies */
.cookieAcceptBar {
	display: none;
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #000;
	z-index: 99999;
	box-sizing: border-box;
	background: rgba(232, 232, 232, 0.7);
	padding: 15px 5px;
	font-size: 12px;
	line-height: 1;
}
.cookieAcceptBar .more-btn {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}
.cookieAcceptBar .accept-btn {
	border: none;
	background: #de0067;
	z-index: 1;
	padding: 8px 25px;
	color: #fff;
	display: inline-block;
	margin: 0 12px;
}

.woocommerce-product-gallery-rwd .woocommerce-product-gallery {
	/* display: none; */
}

@media (max-width: 768px) {
	/* .buy-now .woocommerce-product-gallery {
    display: none;
  }
  .woocommerce-product-gallery-rwd .woocommerce-product-gallery {
    display: block;
  } */
}

/* ---------------------------- Recaptcha */
.wpcf7-form-control-wrap {
	margin-top: 34px;
}
.g-recaptcha.wpcf7-recaptcha {
	display: flex;
	justify-content: center;
}

.attribute-kolor .value {
	margin: 10px 0px 15px 0px;
}

.header-never-find-me {
	margin: 0;
	margin-bottom: 5px;
	font-weight: 300;
	color: #959595;
	font-size: 18px;
}

.value-variants-box {
	display: flex;
	flex-direction: row;
}

@media (max-width: 550px) {
	.value-variants-box {
		flex-wrap: wrap;
	}
}

.product-reviews {
	max-height: 40px;
}

.cup-size__circle input[type='radio']:focus {
	outline: none;
}

.woocommerce div.product form.cart .variations label:focus {
	outline: none;
}

/* WPML dropdown Language switcher */
.wpml-ls-current-language {
	position: relative;
	/* padding-right: 15px; */
}

/* .navigation nav ul li.wpml-ls-current-language a {
  padding-right: 20px;
} */

@media (max-width: 991px) {
	.navigation nav ul li.wpml-ls-current-language {
		width: 100%;
	}

	.navigation nav ul li.wpml-ls-current-language .sub-menu li {
		width: 40px;
		margin: 0;
	}

	.navigation nav ul li:last-of-type {
		margin: 0;
		width: 100%;
	}

	/* .wpml-ls-current-language::after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro"; font-weight: 300;
    position: absolute;
    top: 12px;
    right: -5px;
    color: #ffebeb;
    width: 18px;
    height: 18px;
    background-color: rgb(206, 15, 105);
    border-radius: 50%;
  } */

	.navigation nav ul.sub-menu {
		padding: 0;
	}
}

.wpml-ls-current-language .sub-menu {
	position: absolute;
	top: 42px;
	left: 0;
	display: none;
	margin-left: 0;
	border-radius: 5px;
	background: #ffd0e2;
	z-index: 100;
}

html[lang='es-ES'] .wpml-ls-current-language .sub-menu {
	top: 40px;
}

.wpml-ls-current-language .sub-menu li {
	margin-left: 0;
}

.wpml-ls-current-language .sub-menu li a {
	padding: 10px;
}

.wpml-ls-current-language:hover .sub-menu {
	display: block;
}

@media (max-width: 991px) {
	.wpml-ls-current-language {
		/* display: flex; */
	}

	.wpml-ls-current-language .sub-menu {
		position: static;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background: none;
	}

	.wpml-ls-current-language:hover .sub-menu {
		display: flex;
		background: none;
	}

	.buy-now-special a {
		width: 150px !important;
	}
}

body.woocommerce-account {
	background-size: cover;
}

body.woocommerce-account .woocommerce h2 {
	margin: 50px 0 10px 0;
	text-align: center;
	color: #959595;
	font-weight: 500;
	font-size: 35px;
}

body.woocommerce-account .woocommerce form.woocommerce-form-login {
	max-width: 600px;
	margin: 0px auto 50px auto;
}

body.woocommerce-account .woocommerce form.woocommerce-form-login .form-row {
	margin: 10px 0;
}

body.woocommerce-account .woocommerce form.login {
	border: none;
}

body.woocommerce-account .woocommerce form.login label {
	font-size: 14px;
	color: #585858;
}

body.woocommerce-account .woocommerce form.login .woocommerce-Input {
	background: #fff;
	border: 1px solid #959595;
	border-radius: 5px;
}

body.woocommerce-account .woocommerce form.login .woocommerce-Button {
	background: #f986b2;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	margin-right: 10px;
}

body.woocommerce-account .woocommerce form.login .woocommerce-Button:hover {
	background: #de0067;
	box-shadow: 0px 0px 20px 0px rgba(206, 15, 105, 0.9);
}

body.woocommerce-account .woocommerce form.login .woocommerce-LostPassword {
	font-size: 15px;
	color: #585858;
}

.reference__heading {
	margin-top: 50px !important;
}

.reference__carousel .slick-track {
	display: flex;
	align-items: center;
}

.reference .section__header {
	margin-top: 100px;
}

.reference__carousel img {
	filter: grayscale(1);
	transition: all 0.5s;
	margin: 0 auto;
}

.reference__carousel img:hover {
	filter: grayscale(0);
}

.reference--mb {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.reference .reference__carousel {
		margin-bottom: 60px;
	}
	.variations td h3 {
		text-align: center;
	}
	.value-variants-box {
		justify-content: center;
	}
	.buy-now__button:nth-of-type(2) {
		margin-bottom: 40px;
	}
	.reference__carousel .slick-dots {
		bottom: -50px;
	}
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 40px !important;
	top: -5px !important;
	width: 35px !important;
}

#open-geowidget {
	position: relative;
	display: block;
	margin-top: 15px;
	padding-left: 30px;
	color: #a46497;
}

#open-geowidget::before {
	content: '\f279';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 0;
	color: #a46497;
	font-size: 20px;
}

#open-geowidget:hover,
#open-geowidget:hover::before {
	/* text-decoration: underline; */
	color: #de0067;
}

.shipping.paczkomaty-shipping td {
	padding: 12px !important;
}

.woocommerce-checkout
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	font-size: 14px !important;
	color: #959595;
}

.shipping.paczkomaty-shipping
	.select2-container--default
	.select2-selection--single {
	border: 1px solid #a46497 !important;
}

.shipping.paczkomaty-shipping .select2-selection__arrow b {
	border-color: #a46497 transparent transparent !important;
}

.ecology {
	margin: 80px 0;
}

@media (max-width: 768px) {
	.ecology {
		display: none;
	}
}

.ecology__img {
	margin: 0 auto;
	max-width: 100%;
}

.tabcontent-container {
	display: flex;
	flex-direction: row;
}

ul.tab-list {
	margin: 0 auto;
	max-width: 700px;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.tab-list-link {
	cursor: pointer;
	margin: 0 1px;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	border-bottom: 2px solid rgb(241, 241, 241);
}

#perfectcupBox.tab-list-link,
#zerowaste.tab-list-link {
	font-size: 0;
}

#perfectcupBox::before {
	content: '';
	width: 100px;
	height: 50px;
	background-image: url('../img/perfectcup-log.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (max-width: 576px) {
	#perfectcupBox::before {
		width: 85px;
	}
}

#zerowaste::before {
	content: '';
	width: 130px;
	height: 74px;
	background-image: url('../img/perfectcup-zerowaste.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (max-width: 576px) {
	#zerowaste::before {
		width: 85px;
	}
}

.tab-list-link:hover {
	background-color: hsla(337, 91%, 75%, 0.075);
}

.tab-list-link.activeTabLink {
	border-bottom: 2px solid #f986b2;
}

.tabcontent-container .tabcontent {
	display: none;
	margin: 0 auto;
	animation: fadeEffect 1s;
}

.tabcontent-container .tabcontent.activeTab {
	display: inline-block;
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.single-product .summary.entry-summary {
		margin-top: 30px;
	}
}

#product-2742 .woocommerce-product-details__short-description-box p {
	max-width: 300px;
}

.woocommerce-variation-description p i,
.woocommerce-product-details__short-description p i {
	color: #959595;
	font-size: 16px;
	font-weight: 300;
	max-width: 300px;
}

.buy-now__img {
	padding: 0 15px;
}

@media (max-width: 415px) {
	.buy-now__img p {
		text-align: center;
	}
}

@media (max-width: 480px) {
	#product-2742 .woocommerce-product-details__short-description {
		padding-left: 25px;
	}
}

.buy-now__desc {
	display: inline-block;
	margin-top: 0px;
	position: relative;
	font-size: 16px;
	color: #959595;
	font-weight: 300;
}

.buy-now__desc::after {
	position: absolute;
	margin-left: 10px;
	content: '';
	top: 3px;
	left: 100%;
	background-image: url(../img/twardosc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 87px;
	width: 87px;
	height: 15px;
}

.payment_box.payment_method_transferuj .insidebg #input_container div {
	text-align: center;
}
/* FAQ */
.faq__description {
	margin: 0 auto;
	padding-bottom: 2rem;
	padding-top: 1rem;
	max-width: 813px;
	opacity: 0.7;
	color: #fefbfb;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

@media all and (max-width: 962px) {
	.faq__description {
		color: #777;
	}
}

/* BLOG SECTIONS */
.blog {
	display: flex;
	flex-direction: column;
}

.blog--most-reading {
	padding-bottom: 93px;
	background-color: #e4e6f3;
}

.blog__inner {
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 1rem;
	display: flex;
}

.blog__heading {
	margin-bottom: 70px;
	align-self: center;
	position: relative;
	color: #606060;
	font-family: 'Open Sans';
	font-size: 37px;
	font-weight: 300;
}

.blog__heading::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -20px;
	left: 0;
	background-color: #ffd8d9;
}

.blog__inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blog-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 10px 10px;
	padding: 10px;
	width: 390px;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	cursor: pointer;
}

.blog-box__img {
	width: 100%;
	object-fit: cover;
	height: 212px;
}

.blog-box__desc {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.blog-box__author {
	padding: 11px 0 15px;
	margin: 0;
	color: #606060;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
}

.blog-box__title {
	margin: 0;
	max-width: 265px;
	text-align: center;
	color: #606060;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.blog-box__time {
	padding-top: 15px;
	margin: 0;
	color: #606060;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 300;
}

.page-id-4290 .faq {
	margin: 100px 0 0 0;
}
.single-post .faq {
	margin: 100px 0 0 0;
}

.page-id-4290 .navigation {
	border-bottom: none;
	box-shadow: none;
}

.single-post .navigation {
	border-bottom: none;
	box-shadow: none;
}

.pagination {
	flex: 1 1 100%;
	margin-top: 80px;
	max-width: 700px;
	display: flex;
	justify-content: space-around;
}

.page-numbers {
	margin: 0 10px;
	padding: 5px 40px;
	color: #606060;
	font-family: 'Open Sans';
	font-size: 23px;
	font-weight: 300;
	background: #fce5ef;
	cursor: pointer;
}

.page-numbers:hover {
	background: rgb(252, 209, 227);
}

/* Setion Most Read */
.most-read {
	padding: 0 0 100px 0;
	background-color: #e4e6f3;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Single Post */
.single-post .full-page {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.single-post .faq {
	margin-bottom: 0;
}

.blog-post__author {
	text-align: center;
	margin-bottom: 20px;
	color: #de0167;
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 400;
}

.blog-post__title {
	margin: 0;
	text-align: center;
	max-width: 674px;
	color: #de0167;
	line-height: 1.1;
	font-family: 'Open Sans';
	font-size: 43px;
	font-weight: 300;
	text-transform: uppercase;
}

.blog-post__read-time {
	margin: 20px 0;
	color: #de0167;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 300;
}

.blog-post__thumbnail {
	width: 100vw;
	height: 500px;
	object-fit: cover;
}

.blog-post__content {
	margin: 40px 0;
	text-align: center;
	max-width: 844px;
	color: #606060;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 400;
	line-height: 29px;
}

.blog-slider__wrapper {
	background: linear-gradient(
		90deg,
		rgba(231, 33, 118, 0.11) 36%,
		transparent 36%,
		transparent
	);
}

.page-id-4290 section:first-of-type {
	margin-top: 0;
}

.page-id-4290 .navigation {
	background: linear-gradient(
			90deg,
			rgba(231, 33, 118, 0.11) 25%,
			transparent 25%,
			transparent
		),
		#fff;
	background-size: 173.25% 173.25%;
	animation: animatedBackground1 0.5s linear forwards;
	box-shadow: 0px -7px 0px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease-in-out;
}

.page-id-4290 .navigation.scrolled {
	animation: animatedBackground2 0.5s linear forwards;
	box-shadow: 0px -7px 25px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease-in-out;
}

.blog-slider__inner {
	margin: 0 auto;
	padding: 110px 0;
	display: flex;
	max-width: 1400px;
}

.blog-slider1 {
	width: 50%;
	height: 600px;
}

.blog-slider1__item {
	width: 100%;
	height: 600px;
}

.blog-slider2 {
	max-width: 50%;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.blog-slider2__item {
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.blog-slider2__item-title {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 450px;
	color: #606060;
	font-family: 'Open Sans';
	font-size: 29px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.1;
}

.single-post {
	overflow-x: hidden;
}

.blog-slider2__item-line {
	margin: 20px auto;
	width: 181px;
	height: 1px;
	border: 2px solid #ffd8d9;
}

.blog-slider2__item-desc {
	max-width: 487px;
	margin: 0 auto;
	text-align: center;
	color: #606060;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
}

@media all and (max-width: 1016px) {
	.blog-slider__inner {
		flex-direction: column;
		align-items: center;
		padding: 110px 0 50px;
	}

	.blog-slider1 {
		width: 100vw;
		height: 400px;
	}

	.blog-slider1__item {
		height: 400px;
	}

	.blog-slider2__item-title {
		max-width: 450px;
	}

	.blog-slider2 {
		max-width: 600px;
		margin-top: 30px;
	}

	.blog-slider2:hover {
		transform: scale(1.1);
	}

	.page-id-4290 .navigation {
		background: #fff;
	}

	.blog-slider__wrapper {
		background: none;
	}
}

@media all and (max-width: 524px) {
	.blog-slider2 {
		max-width: 450px;
	}
}

@media all and (max-width: 500px) {
	.blog-post__title {
		font-size: 33px;
	}

	.blog-post__author {
		font-size: 14px;
	}

	.blog-post__content {
		font-size: 15px;
		line-height: 25px;
	}
}

@media all and (max-width: 398px) {
	.blog-slider2 {
		max-width: 350px;
	}
}

@keyframes animatedBackground2 {
	0% {
		background-position: 10% 0%;
	}
	100% {
		background-position: 91% 100%;
	}
}

@keyframes animatedBackground1 {
	0% {
		background-position: 91% 100%;
	}
	100% {
		background-position: 10% 0%;
	}
}

/* Slider on Home Page */
/* .testimonias {
  padding-bottom: 100px;
} */

@media all and (max-width: 800px) {
	.testimonias {
		padding: 50px 0;
	}
}

.testimonias__inner {
	width: 100%;
	display: flex;
	justify-content: center;
}

.testimonias-box {
	margin: 20px 25px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.testimonias-box > * {
	margin: 10px 0;
}

.testimonias__name {
	display: table;
	margin: 0 auto;
	color: #e00067;
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: 300;
}

.testimonias__rating {
	display: block;
	margin: 20px auto;
	width: fit-content;
}

.testimonias__line {
	width: 201px;
	height: 1px;
	margin: 0 auto;
	background: #707070;
	opacity: 0.6;
}

.testimonias__desc {
	max-width: 420px;
	margin: 0 auto;
	color: #9a9c9f;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 300;
}

.testimonias__corp {
	width: 103px;
	margin: 0 auto;
	padding-top: 10px;
}

.testimonias__shop-logo {
	display: block;
	margin: 20px auto;
}

.testimonias__inner .slick-prev {
	left: 20px;
	z-index: 999999;
}

.testimonias__inner .slick-next {
	right: 30px;
	z-index: 999999999;
}

.testimonias__inner .slick-slide {
	opacity: 0.6;
	transform: scale(0.8);
	transition: all 0.3s;
}

.testimonias__inner .slick-center {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s;
}

@media all and (max-width: 937px) and (min-width: 878px) {
	.testimonias__inner .slick-slide {
		opacity: 1;
		transform: scale(1);
	}
}

.testimonias__inner .slick-track {
	display: flex;
	align-items: center;
}

@media all and (max-width: 1201px) {
	.navigation nav ul li {
		margin-left: 0px;
	}
}

.container.full-page {
	font-size: 16px;
	font-weight: 300;
}

.testimonias__rating {
	width: 102px;
	height: 13px;
}

@media all and (max-width: 500px) {
	.testimonias__inner .slick-slide {
		width: 100vw;
	}
}

.woocommerce-Price-amount {
	font-weight: 900;
}

.woocommerce-variation-price .woocommerce-Price-amount {
	font-weight: 500;
}

.cart-discount {
	font-weight: 900;
}

.cart-discount .woocommerce-Price-amount {
	color: green;
}

.woocommerce-variation-price .woocommerce-Price-amoun {
	font-weight: 400;
}

.blog-post__content h2 {
	max-width: 844px;
}
.blog-post__content h3 {
	max-width: 844px;
}

.blog-post__content p {
	max-width: 844px;
}

.blog-post__content img {
	width: 100%;
	object-fit: contain;
	height: auto;
	max-width: 100%;
}

.postid-38215 .blog-post__content img {
	max-width: 700px;
}

.text-style-left {
	text-align: left;
	max-width: 621px;
	margin: 0 auto;
}

.modalContent__content .content__footer span {
	color: red !important;
}

@media all and (max-width: 451px) {
	.slider__item--2,
	.slider__item--3 {
		display: none;
	}
}

/**************************************************************************/
/***************************** FLUENT WIDGETS *****************************/
/**************************************************************************/
.fluent-widgets {
	position: fixed;
	bottom: 0px;
	right: 10px;
	z-index: 1000000000000;
	width: 358px;
	pointer-events: none;
}

@media screen and (max-width: 700px) {
	.fluent-widgets {
		width: 50%;
	}
}

.fluent-widgets__inner {
	border-radius: 10px;
	background-color: #de0067;
	color: #fff;
	line-height: 1.5;
	padding: 10px;
	font-size: 15px;
	display: flex;
	position: absolute;
	bottom: 0;
	opacity: 0;
}

.fluent-widgets--animated .fluent-widgets__inner {
	animation-name: slideIn;
	animation-duration: 6s;
}

.fluent-widgets__inner--2 {
	animation-delay: 6s;
}
.fluent-widgets__inner--3 {
	animation-delay: 12s;
}
.fluent-widgets__inner--4 {
	animation-delay: 18s;
}
.fluent-widgets__inner--5 {
	animation-delay: 24s;
}

.fluent-widgets__img-wrapper {
	flex: 0 0 95px;
	max-width: 95px;
	padding-right: 16px;
	display: flex;
	align-items: center;
}

.fluent-widgets__img-wrapper img {
	width: 100%;
}

@media screen and (max-width: 500px) {
	.fluent-widgets__img-wrapper {
		display: none;
	}
	.fluent-widgets__text-wrapper p {
		margin: 0;
	}
}

.fluent-widgets__text-wrapper {
	flex: 1;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 420px) {
	.fluent-widgets {
		right: 0;
		display: none;
	}
	.fluent-widgets__text-wrapper p {
		margin: 0;
		font-size: 11px;
		line-height: 1.2;
	}
}

@keyframes slideIn {
	0% {
		transform: translateY(0px);
		opacity: 0;
	}

	10% {
		transform: translateY(-10px);
		opacity: 1;
	}

	90% {
		transform: translateY(-10px);
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/**************************************************************************/
/********************************** PROMO *********************************/
/**************************************************************************/

.woocommerce span.onsale {
	display: none;
}

.woocommerce div.product span.price ins {
	text-decoration: none;
}

.promo-bar {
	display: none;
	border: solid 2px #9bbd9b;
	font-size: 11px;
	color: #fff;
	background-color: #9ccc27;
	border-radius: 8px;
	margin-left: 10px;
	padding: 2px 5px 2px 5px;
	position: relative;
	top: -5px;
	font-weight: 800;
}

.justreview-counters {
	margin-top: 0 !important;
}

.justreview-counters-heading {
	background-color: rgba(222, 0, 103, 1);
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 60px 0 40px;
}

.home .price .woocommerce-Price-amount.amount {
	color: #9ccc27;
}

.woocommerce div.product span.price del,
.woocommerce div.product span.price del .woocommerce-Price-amount.amount {
	display: block !important;
	font-size: 16px;
	opacity: 1 !important;
	color: #d80101 !important;
}

/* Youtube Wideo on front page */
.youtube-1 {
	background: url('https://img.youtube.com/vi/6507iAFpQPU/sddefault.jpg')
		no-repeat center / cover;
}

.youtube-2 {
	background: url('https://img.youtube.com/vi/cjz85StqxTM/sddefault.jpg')
		no-repeat center / cover;
}

.youtube {
	border-radius: 15px;
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}

.youtube img {
	width: 100%;
	top: -16.84%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: '';
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.contact .form__input input,
.contact .form__input textarea,
.form__input select {
	width: 100%;
	max-width: 500px;
	color: #959595;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #ebebeb;
	border-radius: 5px;
}

html:not([lang='pl-PL']) .testimonias {
	display: none;
}

.faq {
	margin-top: 100px;
}

html:not([lang='pl-PL']) #PopupSignupForm_0 {
	display: none;
}

html:not([lang='pl-PL']) #PopupSignupForm_1 {
	display: none;
}

#blikcode {
	border: 1px solid #bdbdbd;
	border-radius: 15px;
	height: 35px;
}

.no-margin-not-pl {
	margin-top: 0 !important;
}

.post-link-more {
	font-family: 'Open Sans';
	color: #de0167;
	font-size: 21px;
}

.iframe-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.btn.btn-block.widget-btn {
	background: #d4116a !important;
}

/* Newsletter */
.newsletter {
	margin: 200px 0px 50px 0px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newsletter-hide {
	display: none;
}

.newsletter-subscribe {
	display: flex;
}

.newsletter-container {
	padding: 50px 70px;
	margin: 60px 0px;
	border: 1px solid white;
	max-width: 976px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.newsletter #mc_embed_signup .newsletter__header {
	font-size: 40px;
	font-weight: 300;
	color: white;
	text-align: center;
}

.section__paragraph {
	font-size: 15px;
	color: white;
	text-align: center;
	max-width: 500px;
	margin: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.section__paragraph-icon {
	margin-bottom: 50px;
}

.section__paragraph-icon:after,
.section__paragraph-icon:before {
	content: '';
	position: absolute;
	left: 50%;
}

.section__paragraph-icon:before {
	bottom: -20px;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background: #624242;
}

.section__paragraph-icon:after {
	bottom: -25px;
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border: 1px solid #de0067;
	background: #fff;
}

.newsletter-form {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

#mc_embed_signup .newsletter-input {
	border: 0px solid #abb0b2;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 63px;
	box-sizing: border-box;
}

.newsletter-button {
	text-transform: capitalize;
	background-color: #ed247f;
	margin-left: 15px;
	width: 225px;
}

#mc_embed_signup .mc-field-group {
	width: 100%;
}

.newsletter-input {
	flex: 1;
}

#mc-embedded-subscribe {
	margin: 0;
}

#mc-embedded-subscribe-form {
	width: 100%;
}

#mc_embed_signup #mc-embedded-subscribe {
	width: 220px;
	height: 100%;
	margin: 0;
	margin-left: 15px;
	color: white;
	font-size: 32px;
	font-weight: 300;
}

#mc_embed_signup form {
	padding: 10px 0 10px 0;
}

#mc-embedded-subscribe {
	clear: both;
	width: auto;
	display: block;
	margin: 0;
}

.newsletter #mc_embed_signup .mc-field-group {
	width: 100%;
	padding-bottom: 0%;
}

.newsletter-checkbox {
	display: flex;
}

#checkbox_email.checkbox-newsletter {
	width: 15px;
	height: 15px;
	border: 1px solid #ed247f;
}

.newsletter-checkbox {
	margin-top: 25px;
}

.newsletter #mc_embed_signup .checkbox-newsletter {
	width: 15px;
	height: 15px;
	border: 1px solid #ed247f;
}

.newsletter #mc_embed_signup .newsletter-checkbox {
	height: inherit;
	min-height: 0;
}

#mc_embed_signup .newsletter-checkbox {
	min-height: 0px;
	height: inherit;
	display: flex;
	align-items: center;
}

.checkbox-newsletter {
	margin-right: 10px;
}

.newsletter-subscribe input {
	height: 63px;
}

.woocommerce-error {
	padding-top: 110px;
}

#wc-stripe-cc-form .form-row {
	padding: 0 1em 0 1em !important;
	margin: none !important;
}

.wc-stripe-elements-field {
	border-radius: 7px;
}

.newsletter #mc_embed_signup form {
	padding: 10px 0 10px 0;
}

.iframe {
	margin: 10px;
	max-width: 500px;
}
.iframe2 {
	margin: 10px;
	max-width: 540px;
}

@media screen and (max-width: 700px) {
	.newsletter #mc_embed_signup .newsletter-subscribe {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	#mc_embed_signup #mc-embedded-subscribe {
		margin-top: 25px;
		margin-left: 0px;
	}

	.newsletter-container {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media all and (max-width: 500px) {
	.newsletter #mc_embed_signup .newsletter-checkbox {
		display: flex;
		justify-content: center;
	}

	.newsletter-container {
		padding: 50px 20px;
	}
}

@media all and (max-width: 450px) {
	iframe {
		width: 100%;
	}
}

@media all and (max-width: 434px) {
	.form-row-first,
	.form-row-last {
		width: 100% !important;
	}
}

@media all and (max-width: 420px) {
	.woocommerce-checkout .justreview-badge,
	.woocommerce-cart .justreview-badge {
		display: none !important;
	}
}

input#shipping_method_0_flexible_shipping_7_1:checked
	#wc-stripe-payment-request-wrapper {
	display: none;
}

input#shipping_method_0_flat_rate1:checked #wc-stripe-payment-request-wrapper {
	display: none;
}

input#shipping_method_0_flat_rate3:checked #wc-stripe-payment-request-wrapper {
	display: none;
}

#IE {
	font-family: 'Poppins', sans-serif;
	margin: auto auto;
	display: none;
	padding: 20px;
	position: fixed;
	/* flex-direction: column; */
	/* align-items: center; */
	width: 100vw;
	height: 100vh;
	top: 0;
	z-index: 9999999999;
	background-color: white;
	/* background-image: url(../img/ie-bg.png); */
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.IE-cup {
	display: block;
	margin: 0 auto;
	max-width: 658px;
}

.IE-desc {
	padding: 20px;
	margin: 50px auto 0;
	color: #231f20;
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	text-align: center;
}

.IE-desc-bold {
	font-weight: bold;
}

.IE-chrome {
	display: block;
	position: relative;
	margin: 50px auto 0;
	width: 330px;
	height: 85px;
	text-transform: uppercase;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	background: url(../img/chrome-button.png) no-repeat;
}

.IE-chrome-text {
	position: absolute;
	top: 21px;
	right: 91px;
}

html[lang='en-US']
	.buy-now__img:first-of-type
	.buy-now__text-wrapper
	> .buy-now__text:first-child {
	display: none;
}
html:not([lang='pl-PL'])
	.buy-now__img:nth-of-type(2)
	.buy-now__text-wrapper
	> .buy-now__text:first-child {
	display: none;
}

.akcja-menstruacja {
	display: flex;
	flex-direction: column;
}

.akcja-menstruacja__inner {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.reviews {
	margin: 0 auto;
	max-width: 1090px;
}

.reviews__title {
	position: relative;
	padding: 0 10px;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 300;
	color: #555050;
	font-weight: 500;
}

.reviews__desc {
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	color: #555050;
	max-width: 1000px;
}

#PopupSignupForm_0 {
	display: none !important;
}

.code-line {
	width: 100%;
	background-color: #ebbfc5;
	text-align: center;
	color: white;
	padding: 10px;
	border-radius: 10px;
}

.woocommerce table.shop_table {
	margin-bottom: 0 !important;
}

.promo-bar {
	padding: 5px;
	position: relative;
	border: none;
	box-shadow: 0 0 0 0 rgba(156, 204, 39, 0.7);
	background-color: #9ccc27;
	cursor: pointer;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.promo-bar:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}

@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
	}
}
@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
	}
}
@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
	}
}
@keyframes pulse {
	to {
		box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
	}
}

@media (max-width: 991px) {
	.home .price {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.home .promo-bar {
		margin-left: 0px;
		margin-top: 10px;
	}
}

.rev-page-link {
	position: relative;
	z-index: 10;
	margin-top: 80px;
	border: none;
	background: #de0067;
	z-index: 1;
	padding: 8px 25px;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
}

.post-baner {
	margin: 0 auto;
	max-width: 1210px;
}

.post-baner__link {
}

.post-baner__img {
	width: 100%;
	object-fit: contain;
	border-radius: 15px;
}

@media all and (max-width: 500px) {
	.post-baner__img {
		width: 100%;
		object-fit: cover;
		height: 200px;
	}
}

#widget-modal.widget-modal {
	width: 75% !important;
	max-height: 660px !important;
}

@media all and (max-width: 1400px) {
	#widget-modal.widget-modal {
		width: 100% !important;
		max-height: 660px !important;
	}
}

.tv-tvn {
	margin: 0;
}

.tv-tvn img {
	border-radius: 15px;
	width: 100%;
}

.footer__tiktok {
	width: 20px;
}

.information-2__img {
	width: 100%;
	padding: 0 0 80px 0;
}

.hidden-information {
	display: none !important;
}

@media all and (max-width: 767px) {
	.information-2__img {
		display: none;
	}

	.hidden-information {
		display: flex !important;
	}
}

.vlog {
	padding: 50px 0;
}

.vlog__inner {
	display: flex;
	justify-content: space-between;
}

.vlog__box {
	display: flex;
	flex-direction: column;
	max-width: 415px;
}

.vlog__title {
	margin-bottom: 0;
	color: #707070;
	font-weight: 100;
	font-size: 36px;
}

.vlog__line {
	margin: 15px 0;
	height: 2px;
	width: 360px;
	background-color: #d6065a;
}

.vlog__subtitle {
	margin-bottom: 40px;
	color: #707070;
	font-size: 17px;
}

.vlog__img {
	margin: 100px 0 0 100px;
	max-width: 392px;
}

@media all and (max-width: 900px) {
	.vlog__img {
		margin: 100px 0 0 0;
	}
}

@media all and (max-width: 767px) {
	.vlog__inner {
		flex-direction: column;
	}

	.vlog__img {
		margin: 40px auto 0;
	}
}

.vlog__img img {
	width: 100%;
}

.vlog__item {
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
}

.vlog__item-img {
	width: 168px;
	height: 93px;
	flex-shrink: 0;
}

.vlog__item-img img {
	width: 100%;
	height: 100%;
}

.vlog__item-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 35px;
}

.vlog__item-title {
	margin: 0 0 15px;
	color: #707070;
	font-size: 17px;
}

.vlog__item-link {
	color: #707070;
	font-size: 17px;
}

.vlog__item-link i {
	color: #d6065a;
	font-weight: 100;
	font-size: 13px;
}

.just-review__desc {
}

.just-review__box {
	padding: 3px 6px;
	margin-right: 5px;
	font-size: 12px;
	background: #ea1175;
	color: #fff;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 49px;
	font-weight: 800;
}

.just-review__text {
	font-style: italic;
	font-size: 14px;
	color: #e29dbd;
}

.fastdeal {
	width: 100%;
	font-size: 17px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	position: absolute;
	bottom: -37px;
	padding: 5px 10px;
	background-color: #d4116a;
}

.fastdeal--bold {
	font-weight: 700;
}

@media (max-width: 710px) {
	.fastdeal {
		font-size: 14px;
		bottom: -33px;
	}
}

@media (max-width: 587px) {
	.fastdeal {
		bottom: -52px;
	}
}

.container-fluid.navigation.flex-center {
	flex-direction: column;
}

@media (min-width: 768px) and (max-width: 992px) {
	.vlog__img {
		margin: 230px 0 0 0;
	}
}

.zerowaste-arrow {
	position: absolute;
	right: -50px;
	top: 50px;
}
.zerowaste-arrow--mobile {
	display: none;
}
@media (min-width: 1501px) {
	.zerowaste-arrow {
		/* right: -200px; */
		width: auto;
	}
}

@media (max-width: 1500px) {
	.zerowaste-arrow {
		/* right: -50px; */
	}
}

@media (max-width: 1100px) {
	.zerowaste-arrow {
		/* right: -60px; */
	}
}

@media (max-width: 992px) {
	.zerowaste-arrow {
		display: none;
	}
	.zerowaste-arrow--mobile {
		display: block;
		position: absolute;
		top: -50px;
		right: 0;
	}
}

/* .woocommerce-checkout label[for="payment_method_stripe"] .stripe-icon {
  height: 30px;
}

.woocommerce-checkout .wc_payment_method.payment_method_stripe {
  display: flex;
  align-items: center;
} */

.timer__time {
	display: inline-block;
	margin-left: 3px;
}

.just-review__desc br {
	display: none;
}

@media (max-width: 440px) {
	.vlog__item {
		flex-wrap: wrap;
		justify-content: center;
	}

	.vlog__subtitle {
		margin-bottom: 20px;
	}

	.vlog__item-img {
		margin-top: 10px;
	}

	.vlog__item-title {
		text-align: center;
		margin: 5px 0 5px;
	}

	.vlog__item-link {
		text-align: center;
	}

	.vlog__item-desc {
		margin-left: 15px;
	}

	.home .summary .cup-size__circle {
		margin: 3px;
	}
}

section.buy-now {
	overflow: hidden;
}

.top-crossbar {
	text-align: center;
	padding: 12px;
	font-size: 15px;
	color: #fff;
	background-color: #f986b2;
	width: 100%;
	z-index: 9999;
}

.navigation {
	height: auto;
	padding-right: 0;
	padding-left: 0;
}

.top-crossbar .timer__time {
	border-radius: 10px;
	background: transparent;
	padding: 6px 8px;
	font-weight: bold;
}

@media (max-width: 600px) {
	.top-crossbar .timer__time {
		padding: 3px 8px;
	}
}

.home section:first-of-type {
	margin-top: 152px;
}

@media (max-width: 767px) {
	.home section:first-of-type {
		margin-top: 129px;
	}
}

@media (max-width: 600px) {
	.home section:first-of-type {
		margin-top: 122px;
	}
}

@media (max-width: 551px) {
	.home section:first-of-type {
		margin-top: 143px;
	}
}

.allegro1 {
	margin-top: 100px !important;
}

.allegro-chart {
	position: relative;
}

.allegro-chart-text {
	position: absolute;
	text-align: right;
	color: #de0067;
	font-size: 34px;
	font-weight: bold;
	right: 25px;
	top: -40px;
}

.allegro-chart-text span {
	font-size: 49px;
}

.allegro-chart img {
	width: 100%;
}

.allegro-banner {
	position: relative;
	margin: 50px 0;
	border-radius: 20px;
}

.allegro-banner-text {
	position: absolute;
	font-size: 10px;
	color: #fff;
	right: 30px;
	top: 50%;
	transform: translateY(-65%);
}

.allegro-banner img {
	width: 100%;
}

.allegro-banner-text-invisible {
	display: none;
}

.allegro-banner img {
	border-radius: 10px;
}

@media screen and (max-width: 991px) {
	.allegro-chart-text {
		font-size: 24px;
	}

	.allegro-chart-text span {
		font-size: 39px;
	}

	.allegro-banner-text {
		font-size: 8px;
		right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.allegro-banner-text {
		display: none;
	}

	.allegro-banner-text-invisible {
		display: block;
		font-size: 7px;
		text-align: center;
	}
}

@media screen and (max-width: 660px) {
	.allegro1 {
		margin-top: 60px !important;
	}

	.allegro-banner {
		margin: 30px 0;
	}

	.allegro-chart-text {
		font-size: 14px;
	}

	.allegro-chart-text span {
		font-size: 29px;
	}
}

.woocommerce-message {
	z-index: 8 !important;
}

.page-template-contact .section__header {
	margin-top: 60px;
}

.woocommerce-cart .section__header--default {
	margin-top: 210px;
}

.woocommerce-checkout .section__header--default {
	margin-top: 210px;
}

.woocommerce-checkout .woocommerce-info {
	display: none;
}

.checkout.woocommerce-checkout {
	padding-top: 1em;
}

@media only screen and (max-width: 767px) {
	.woocommerce-cart .section__header--default {
		margin-top: 180px;
	}
	.woocommerce-checkout .section__header--default {
		margin-top: 180px;
	}

	.fluent-widgets {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.front-page__banner {
		padding-bottom: 50px;
	}

	.checkout.woocommerce-checkout {
		padding-top: 0.5em;
	}
}

.hero-image img {
	width: 100%;
	height: auto;
	max-width: 2050px;
	margin: 0 auto;
	display: block;
}

.attribute-pa_rozmiar .cup-size__circle{
	margin-right: 0;
}

.attribute-pa_rozmiar .cup-size__circle label{
	margin-right: 20px;
}

.attribute-pa_rozmiar .cup-size__circle input:disabled{
	margin-right: 0;
}

.attribute-pa_rozmiar .cup-size__circle input:disabled + label{
	display: none;
	margin-right: 0px;
}

@media screen and (min-width: 1024px) {
	form.checkout {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "col-full col-full"
            "col-full col-full"
            "col-left col-right"
            "col-left col-right";
		grid-gap: 0 40px;
		margin-bottom: 40px;
	}

	form.checkout #wc-stripe-payment-request-wrapper,
	form.checkout #wc-stripe-payment-request-button-separator {
		grid-area: col-full;
		grid-row: 1/2;
	}

	form.checkout #wc-stripe-payment-request-button-separator {
		grid-row: 2/3;
	}

	form.checkout .col2-set {
		grid-area: col-left;
	}

	form.checkout .supercheckout-form {
		max-width: 100%;
	}

	form.checkout #order_review_heading,
	form.checkout #order_review {
		grid-area: col-right;
	}

	form.checkout #order_review_heading {
		grid-row: 3/4;
	}

	form.checkout #order_review {
		grid-row: 4/5;
	}

	form.checkout .woocommerce-checkout-review-order-table th {
		font-size: 14px;
	}

	form.checkout .woocommerce-checkout-review-order-table td {
		font-size: 13px;
	}

	form.checkout .payment_box p {
		font-size: 13px;
	}
}