@charset "UTF-8";
@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: none !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin: 15px 15px 0 15px;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #c7a575;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #c7a575;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #868e96;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1, .h1 {
	font-size: 10.5rem;
}

h2, .h2 {
	font-size: 3.75rem;
}

h3, .h3 {
	font-size: 1.75rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.25rem;
}

h6, .h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 8rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: normal;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 5px;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #868e96;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

html {
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	html {
		font-size: 1rem;
	}
}

html,
body {
	font-family: Mirai, sans-serif;
	font-weight: 400;
}

.h1,
.h2 {
	color: #c7a575;
}

@media (max-width: 575px) {
	.h1 {
		font-size: 4rem;
	}
}

@media (min-width: 576px) {
	.h1 {
		font-size: 6rem;
	}
}

@media (min-width: 992px) {
	.h1 {
		font-size: 9rem;
	}
}

.h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.5rem;
}

@media (min-width: 576px) {
	.h2 {
		font-size: 2.25rem;
	}
}

@media (min-width: 1200px) {
	.h2 {
		font-size: 2.8125rem;
	}
}

.regular {
	font-weight: 400;
}

.thin {
	font-weight: 100;
}

.default-pargraph {
	font-size: 14px;
	color: #462104;
	line-height: 1.9;
}

@media (min-width: 768px) {
	.default-pargraph {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.default-pargraph {
		font-size: 17px;
	}
}

.h3 {
	font-size: 1.425rem;
	color: #c7a575;
}

@media (min-width: 576px) and (max-width: 991px) {
	.h3 {
		font-size: 1.25rem;
	}
}

.h4 {
	font-size: 1.125rem;
	color: #462104;
}

@media (min-width: 992px) {
	.h4 {
		font-size: 1.375rem;
	}
}

.text-spacing {
	letter-spacing: 5px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.text-spacing {
		letter-spacing: 13px;
	}
}

@media (min-width: 768px) {
	.text-spacing {
		letter-spacing: 16px;
	}
}

@media (max-width: 575px) {
	.display-1 {
		font-size: 3rem;
	}
}

@media (min-width: 576px) {
	.display-1 {
		font-size: 4rem;
	}
}

@media (min-width: 1200px) {
	.display-1 {
		font-size: 8rem;
	}
}

.align-paragraph {
	text-align: center;
}

.justify-text {
	text-align: justify;
}

@media (min-width: 768px) {
	.justify-text {
		text-align: inherit;
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 850px;
	}
}

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

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}

	.container__full {
		max-width: 100%;
	}

}

.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.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: 10px;
	padding-left: 10px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

	.order-sm-4 {
		order: 4;
	}

	.order-sm-5 {
		order: 5;
	}

	.order-sm-6 {
		order: 6;
	}

	.order-sm-7 {
		order: 7;
	}

	.order-sm-8 {
		order: 8;
	}

	.order-sm-9 {
		order: 9;
	}

	.order-sm-10 {
		order: 10;
	}

	.order-sm-11 {
		order: 11;
	}

	.order-sm-12 {
		order: 12;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

	.order-md-4 {
		order: 4;
	}

	.order-md-5 {
		order: 5;
	}

	.order-md-6 {
		order: 6;
	}

	.order-md-7 {
		order: 7;
	}

	.order-md-8 {
		order: 8;
	}

	.order-md-9 {
		order: 9;
	}

	.order-md-10 {
		order: 10;
	}

	.order-md-11 {
		order: 11;
	}

	.order-md-12 {
		order: 12;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.order-lg-4 {
		order: 4;
	}

	.order-lg-5 {
		order: 5;
	}

	.order-lg-6 {
		order: 6;
	}

	.order-lg-7 {
		order: 7;
	}

	.order-lg-8 {
		order: 8;
	}

	.order-lg-9 {
		order: 9;
	}

	.order-lg-10 {
		order: 10;
	}

	.order-lg-11 {
		order: 11;
	}

	.order-lg-12 {
		order: 12;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-1 {
		order: 1;
	}

	.order-xl-2 {
		order: 2;
	}

	.order-xl-3 {
		order: 3;
	}

	.order-xl-4 {
		order: 4;
	}

	.order-xl-5 {
		order: 5;
	}

	.order-xl-6 {
		order: 6;
	}

	.order-xl-7 {
		order: 7;
	}

	.order-xl-8 {
		order: 8;
	}

	.order-xl-9 {
		order: 9;
	}

	.order-xl-10 {
		order: 10;
	}

	.order-xl-11 {
		order: 11;
	}

	.order-xl-12 {
		order: 12;
	}
}

.products--row {
	display: flex;
	flex-wrap: wrap;
}

.products--row__col-image {
	width: 100%;
	flex: 1 100%;
}

@media (min-width: 768px) {
	.products--row__col-image {
		width: 30.8%;
		flex: 1 30.8%;
	}
}

.products--row__col-text {
	width: 100%;
	flex: 1 100%;
	padding-left: 86px;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991px) {
	.products--row__col-text {
		padding-left: 30px;
	}
}

@media (min-width: 768px) {
	.products--row__col-text {
		width: 60.2%;
		flex: 1 60.2%;
	}
}

.products--gallery {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

@media (min-width: 1200px) {
	.products--gallery {
		margin-right: -26px;
		margin-left: -26px;
	}
}

.products--gallery__item {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	margin-bottom: 55px;
}

@media (max-width: 767px) {
	.products--gallery__item {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.products--gallery__item {
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.products--gallery__item {
		padding-right: 26px;
		padding-left: 26px;
	}
}

.products--gallery__item .img-fluid {
	width: 100%;
}

.certification-section--row {
	display: flex;
}

@media (max-width: 991px) {
	.certification-section--row {
		flex-wrap: wrap;
	}
}

.certification-section--row__certificate {
	flex: 1 100%;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.certification-section--row__certificate {
		flex: 1 35%;
		width: 35%;
	}
}

@media (min-width: 992px) {
	.certification-section--row__certificate {
		flex: 1 25%;
		width: 25%;
	}
}

.certification-section--row__content {
	flex: 1 100%;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.certification-section--row__content {
		flex: 1 65%;
		width: 65%;
	}
}

@media (min-width: 992px) {
	.certification-section--row__content {
		flex: 1 75%;
		width: 75%;
	}
}

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

.types--row__col {
	flex: 1 100%;
	width: 100%;
	max-width: 250px;
	align-self: flex-start;
}

@media (max-width: 575px) {
	.types--row__col {
		margin: auto;
	}
}

@media (min-width: 576px) {
	.types--row__col {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.types--row__col {
		flex: 1 50%;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.types--row__col {
		flex: 1 25%;
		width: 25%;
	}
}

.process--row {
	display: flex;
	flex-wrap: wrap;
}

.process--row__product {
	flex: 1 100%;
	width: 100%;
}

@media (min-width: 1200px) {
	.process--row__product {
		flex: 1 60%;
		width: 60%;
		max-width: 60%;
	}
}

.process--row__text {
	flex: 1 100%;
	width: 100%;
}

@media (min-width: 1200px) {
	.process--row__text {
		padding-top: 50px;
	}
}

@media (min-width: 1200px) {
	.process--row__text {
		flex: 1 30%;
		width: 30%;
		max-width: 30%;
		margin-left: 10%;
	}
}

.career {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.career__item p strong {
	color: #462104;
}

.career__item {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	flex: 0 0 100%;
	max-width: 100%;
}

@font-face {
	font-family: Mirai;
	src: url("../fonts/Mirai-Thin.eot");
	src: url("../fonts/Mirai-Thin.woff2") format("woff2"), url("../fonts/Mirai-Thin.woff") format("woff"), url("../fonts/Mirai-Thin.ttf") format("truetype"), url("../fonts/Mirai-Thin.svg#Mirai-Thin") format("svg"), url("../fonts/Mirai-Thin.eot?#iefix") format("embedded-opentype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: Mirai;
	src: url("../fonts/Mirai-Light.eot");
	src: url("../fonts/Mirai-Light.woff2") format("woff2"), url("../fonts/Mirai-Light.woff") format("woff"), url("../fonts/Mirai-Light.ttf") format("truetype"), url("../fonts/Mirai-Light.svg#Mirai-Light") format("svg"), url("../fonts/Mirai-Light.eot?#iefix") format("embedded-opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Mirai;
	src: url("../fonts/Mirai-Regular.eot");
	src: url("../fonts/Mirai-Regular.woff2") format("woff2"), url("../fonts/Mirai-Regular.woff") format("woff"), url("../fonts/Mirai-Regular.ttf") format("truetype"), url("../fonts/Mirai-Regular.svg#Mirai-Regular") format("svg"), url("../fonts/Mirai-Regular.eot?#iefix") format("embedded-opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Mirai;
	src: url("../fonts/Mirai-Medium.eot");
	src: url("../fonts/Mirai-Medium.woff2") format("woff2"), url("../fonts/Mirai-Medium.woff") format("woff"), url("../fonts/Mirai-Medium.ttf") format("truetype"), url("../fonts/Mirai-Medium.svg#Mirai-Medium") format("svg"), url("../fonts/Mirai-Medium.eot?#iefix") format("embedded-opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Mirai;
	src: url("../fonts/Mirai-Bold.eot");
	src: url("../fonts/Mirai-Bold.woff2") format("woff2"), url("../fonts/Mirai-Bold.woff") format("woff"), url("../fonts/Mirai-Bold.ttf") format("truetype"), url("../fonts/Mirai-Bold.svg#Mirai-Bold") format("svg"), url("../fonts/Mirai-Bold.eot?#iefix") format("embedded-opentype");
	font-weight: 700;
	font-style: normal;
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}

.fade.show {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

tr.collapse.show {
	display: table-row;
}

tbody.collapse.show {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
	background-color: #6c757d !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #e30f1a !important;
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #b30c15 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #e9ecef !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #868e96 !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #e30f1a !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
	border-radius: 50%;
}

.rounded-0 {
	border-radius: 0;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.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-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	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-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: flex !important;
	}

	.d-sm-inline-flex {
		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-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: flex !important;
	}

	.d-md-inline-flex {
		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-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: flex !important;
	}

	.d-lg-inline-flex {
		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-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

.d-print-block {
	display: none !important;
}

@media print {
	.d-print-block {
		display: block !important;
	}
}

.d-print-inline {
	display: none !important;
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
}

.d-print-inline-block {
	display: none !important;
}

@media print {
	.d-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}

	.flex-sm-column {
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-sm-start {
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		justify-content: center !important;
	}

	.justify-content-sm-between {
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		align-items: center !important;
	}

	.align-items-sm-baseline {
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		align-items: stretch !important;
	}

	.align-content-sm-start {
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		align-content: center !important;
	}

	.align-content-sm-between {
		align-content: space-between !important;
	}

	.align-content-sm-around {
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		align-self: auto !important;
	}

	.align-self-sm-start {
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		align-self: center !important;
	}

	.align-self-sm-baseline {
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}

	.flex-md-column {
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-md-start {
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-between {
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		justify-content: space-around !important;
	}

	.align-items-md-start {
		align-items: flex-start !important;
	}

	.align-items-md-end {
		align-items: flex-end !important;
	}

	.align-items-md-center {
		align-items: center !important;
	}

	.align-items-md-baseline {
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		align-items: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
	}

	.align-content-md-center {
		align-content: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
	}

	.align-self-md-center {
		align-self: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}

	.flex-lg-column {
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-lg-start {
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}

	.flex-xl-column {
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-xl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		justify-content: center !important;
	}

	.justify-content-xl-between {
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		align-items: center !important;
	}

	.align-items-xl-baseline {
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		align-items: stretch !important;
	}

	.align-content-xl-start {
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		align-content: center !important;
	}

	.align-content-xl-between {
		align-content: space-between !important;
	}

	.align-content-xl-around {
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		align-self: auto !important;
	}

	.align-self-xl-start {
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		align-self: center !important;
	}

	.align-self-xl-baseline {
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}

	.float-xl-right {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	clip-path: none;
}

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

.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: normal !important;
}

.font-weight-bold {
	font-weight: bold !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
	color: #0062cc !important;
}

.text-secondary {
	color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
	color: #6c757d !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
	color: #1e7e34 !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
	color: #117a8b !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
	color: #d39e00 !important;
}

.text-danger {
	color: #e30f1a !important;
}

a.text-danger:focus, a.text-danger:hover {
	color: #b30c15 !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
	color: #dae0e5 !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
	color: #1d2124 !important;
}

.text-muted {
	color: #868e96 !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

/* Responsive SVG */
.svg-responsive {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	/* Ratio 1:1 */
}

.svg-responsive__content {
	position: absolute;
	top: 0;
	left: 0;
}

.red-text {
	color: #e30f1a;
}

.scroll-top {
	height: 60px;
	width: 60px;
	background: url("../img/scroll-arrow.png") no-repeat 50% 35%;
	background-color: #462104;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.scroll-top:hover, .scroll-top:focus {
	text-decoration: none;
}

.scroll-top--arrow {
	transform: rotate(-90deg);
	width: 100%;
}

.scroll-top--arrow, .scroll-top--text {
	display: block;
}

.scroll-top--text {
	color: #dec59c;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.decorative-line {
	background-color: #c7a575;
	height: 2px;
	max-width: 146px;
	width: 100%;
	margin: auto;
}

.decorative-line-2 {
	background-color: #c7a575;
	height: 2px;
	max-width: 1300px;
	width: 100%;
	margin: auto;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(90deg);
	}
}

.plus-icon {
	border-radius: 50%;
	height: 24px;
	width: 24px;
	border: 2px solid;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 24px;
}

.plus-icon--char {
	height: 100%;
	width: 100%;
	position: relative;
	transition: transform ease-in-out .7s;
}

.plus-icon--char:after, .plus-icon--char:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.plus-icon--char:before {
	width: 12px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.plus-icon--char:after {
	width: 2px;
	height: 12px;
	top: 4px;
}

.plus-icon--gold {
	color: #c7a575;
	border-color: #c7a575;
}

.plus-icon--gold .plus-icon--char:after, .plus-icon--gold .plus-icon--char:before {
	background-color: #c7a575;
}

.plus-icon--white {
	color: white;
	border-color: white;
	z-index: 99;
}

.plus-icon--white .plus-icon--char:after, .plus-icon--white .plus-icon--char:before {
	background-color: white;
}

.active.plus-icon .plus-icon--char:after {
	animation: rotate .5s;
	transform: rotate(90deg);
}

.gold-box {
	border: 2px solid #c7a575;
	color: #c7a575;
	display: inline-block;
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.block-element {
	display: block;
}

.full-width {
	flex: 1 100%;
	width: 100%;
}

.mail-link {
	text-decoration: underline;
}

.mail-link:hover {
	text-decoration: none;
}

.rounded-number {
	display: inline-flex;
	border-radius: 50%;
	border: 1px solid;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	height: 40px;
	width: 40px;
	font-weight: 300;
}

@media (min-width: 768px) {
	.rounded-number {
		font-size: 30px;
		height: 50px;
		width: 50px;
	}
}

.rounded-number--large {
	border-color: #c7a575;
}

.rounded-number--small {
	border-color: #462104;
}

.word-space {
	display: inline-block;
}

@media (min-width: 1200px) {
	.word-space {
		width: 65px;
	}
}

.zoom-hvr {
	display: block;
	overflow: hidden;
	position: relative;
}

.zoom-hvr img {
	transition: all 0.2s ease-in-out;
	transform-origin: center;
}

.zoom-hvr img:hover {
	transform: scale(1.1) rotate3d(2, 0, 1, 5deg);
}

@keyframes move1 {
	0% {
		transform: translateY(8%);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(8%);
	}
}

@keyframes move2 {
	0% {
		transform: translateY(-8%);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-8%);
	}
}

@keyframes move3 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(8%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes move4 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8%);
	}
	100% {
		transform: translateY(0);
	}
}

.product-image1 {
	transform: translateY(8%);
	transition: translate .3s;
	position: relative;
	z-index: 3;
}

.product-image2 {
	position: relative;
	z-index: 2;
}

.product-image3 {
	transform: translateY(-8%);
	transition: translate .3s;
	position: relative;
	z-index: 1;
}

.product-animation .product-image1 {
	transform: translateY(0);
	animation: move1 7s;
	animation-iteration-count: infinite;
}

.product-animation .product-image3 {
	animation: move2 7s;
	animation-iteration-count: infinite;
	transform: translateY(0);
}

.product-animation2 .product-image1 {
	animation: move3 7s;
	animation-iteration-count: infinite;
}

.product-animation2 .product-image3 {
	animation: move4 7s;
	animation-iteration-count: infinite;
}

.btn {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 2px solid transparent;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	border-radius: 0.25rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
	text-decoration: none;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
	opacity: .65;
}

.btn:active, .btn.active {
	background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	background-color: #0069d9;
	background-image: none;
	border-color: #0062cc;
}

.btn-secondary {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #727b84;
	border-color: #6c757d;
}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	background-color: #868e96;
	border-color: #868e96;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
	background-color: #727b84;
	background-image: none;
	border-color: #6c757d;
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
	background-color: #218838;
	background-image: none;
	border-color: #1e7e34;
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
	background-color: #138496;
	background-image: none;
	border-color: #117a8b;
}

.btn-warning {
	color: #111;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #111;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
	background-color: #e0a800;
	background-image: none;
	border-color: #d39e00;
}

.btn-danger {
	color: #fff;
	background-color: #e30f1a;
	border-color: #e30f1a;
}

.btn-danger:hover {
	color: #fff;
	background-color: #bf0d16;
	border-color: #b30c15;
}

.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 3px rgba(227, 15, 26, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
	background-color: #e30f1a;
	border-color: #e30f1a;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
	background-color: #bf0d16;
	background-image: none;
	border-color: #b30c15;
}

.btn-light {
	color: #111;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #111;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
	background-color: #e2e6ea;
	background-image: none;
	border-color: #dae0e5;
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
	background-color: #23272b;
	background-image: none;
	border-color: #1d2124;
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-secondary {
	color: #868e96;
	background-color: transparent;
	background-image: none;
	border-color: #868e96;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #868e96;
	background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-danger {
	color: #e30f1a;
	background-color: transparent;
	background-image: none;
	border-color: #e30f1a;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #e30f1a;
	border-color: #e30f1a;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 3px rgba(227, 15, 26, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #e30f1a;
	background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #e30f1a;
	border-color: #e30f1a;
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #fff;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:active, .btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
	color: #fff;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-link {
	font-weight: normal;
	color: #007bff;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
	background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
	border-color: transparent;
	box-shadow: none;
}

.btn-link:hover {
	border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link:disabled {
	color: #868e96;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
	text-decoration: none;
}

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.btn {
	padding: 13px 32px 11px;
	cursor: pointer;
}

@media (min-width: 576px) and (max-width: 767px) {
	.btn {
		padding: 15px 35px 13px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.btn {
		padding: 13px 67px 12px;
	}
}

@media (min-width: 1200px) {
	.btn {
		padding: 15px 67px 15px;
	}
}

.btn-primary {
	background-color: #c7a575;
	border-color: #c7a575;
	color: white;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	transition: background-color ease-in-out .3s, color ease-in-out .3s, border-color ease-in-out .3s;
}

@media (min-width: 768px) {
	.btn-primary {
		font-size: 22px;
	}
}

.btn-primary:hover, .btn-primary:focus {
	background-color: white;
	color: #c7a575;
	border-color: #c7a575;
}

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

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	transition: all 0.2s ease-in-out;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #868e96;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	border-top: 0;
	border-bottom: 0.3em solid;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: normal;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #868e96;
	background-color: transparent;
}

.show > a {
	outline: 0;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #868e96;
	white-space: nowrap;
}

.languages-dropdown {
	position: relative;
}

.languages-dropdown:hover .languages-menu {
	display: block;
}

.languages-menu {
	list-style-type: none;
	padding: 0;
	width: 100%;
	display: none;
	min-height: 0;
}

@media (min-width: 992px) {
	.languages-menu {
		position: absolute;
		top: 39px;
		left: 0;
	}
}

.languages-menu--list {
	width: 100%;
	text-align: center;
}

.languages-menu--list__item {
	color: white;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px black;
	position: relative;
	transition: color ease-in-out .3s;
}

.languages-menu--list__item:hover, .languages-menu--list__item:focus {
	color: red;
	text-decoration: none;
}

.languages-menu--list__item:hover:after {
	width: 100%;
}

.languages-menu--list__item:after,
.active-language:after {
	content: '';
	background-color: red;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
	margin: auto;
	transition: width ease-in-out .3s;
}

.active-language {
	position: relative;
}

.active-language:after {
	width: 40px;
	bottom: 9px;
}

@media (min-width: 992px) {
	.active-language:after {
		width: 60%;
	}
}

.navbar-expand-lg .languages-dropdown .active-language {
	text-shadow: 1px 1px 1px black;
	color: red;
}

.custom-control {
	position: relative;
	display: inline-flex;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
	color: #fff;
	background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
}

.custom-control-input:active ~ .custom-control-indicator {
	color: #fff;
	background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
	background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
	color: #868e96;
}

.custom-control-indicator {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
	background-color: #007bff;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
	display: flex;
	flex-direction: column;
}

.custom-controls-stacked .custom-control {
	margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
	margin-left: 0;
}

.custom-select {
	display: inline-block;
	max-width: 100%;
	height: calc(2.25rem + 4px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.25;
	color: #462104;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-clip: padding-box;
	background-size: 8px 10px;
	border: 2px solid #b7b7b7;
	border-radius: 0.25rem;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: none;
}

.custom-select:focus::-ms-value {
	color: #462104;
	background-color: #fff;
}

.custom-select:disabled {
	color: #868e96;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	height: calc(1.8125rem + 4px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 75%;
}

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: calc(2.25rem + 4px);
	margin-bottom: 0;
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: calc(2.25rem + 4px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: calc(2.25rem + 4px);
	padding: 0.5rem 0.75rem;
	overflow: hidden;
	line-height: 1.25;
	color: #462104;
	pointer-events: none;
	user-select: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #b7b7b7;
	border-radius: 0;
}

.custom-file-control:lang(en):empty::after {
	content: "Choose file...";
}

.custom-file-control::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
	display: block;
	height: calc(2.25rem + 4px);
	padding: 0.5rem 0.75rem;
	line-height: 1.25;
	color: #462104;
	background-color: #e9ecef;
	border-left: 2px solid #b7b7b7;
}

.custom-file-control:lang(en)::before {
	content: "Browse";
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: #868e96;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
	color: #868e96;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

button.close {
	padding: 0;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.alert {
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: bold;
}

.alert-dismissible .close {
	position: relative;
	top: -0.75rem;
	right: -1.25rem;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #464a4e;
	background-color: #e7e8ea;
	border-color: #dddfe2;
}

.alert-secondary hr {
	border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
	color: #2e3133;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #76080e;
	background-color: #f9cfd1;
	border-color: #f7bcbf;
}

.alert-danger hr {
	border-top-color: #f4a5a9;
}

.alert-danger .alert-link {
	color: #460508;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

#nav-icon1 {
	width: 50px;
	height: 35px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	background-color: transparent;
	box-shadow: none;
	border: 0;
	outline: 0;
}

@media (min-width: 992px) {
	#nav-icon1 {
		display: none;
	}
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	background: white;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	border: 2px solid #c7a575;
}

#nav-icon1 span:nth-child(1) {
	top: 0;
}

#nav-icon1 span:nth-child(2) {
	top: 14px;
}

#nav-icon1 span:nth-child(3) {
	top: 28px;
}

#nav-icon1.open span:nth-child(1) {
	top: 18px;
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 18px;
	transform: rotate(-135deg);
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #462104;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 2px solid #b7b7b7;
	border-radius: 0;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #462104;
	background-color: #fff;
	border-color: #80bdff;
	outline: none;
}

.form-control::placeholder {
	color: #868e96;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 4px);
}

select.form-control:focus::-ms-value {
	color: #462104;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
}

.col-form-label {
	padding-top: calc(0.5rem - 2px * 2);
	padding-bottom: calc(0.5rem - 2px * 2);
	margin-bottom: 0;
}

.col-form-label-lg {
	padding-top: calc(0.5rem - 2px * 2);
	padding-bottom: calc(0.5rem - 2px * 2);
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: calc(0.25rem - 2px * 2);
	padding-bottom: calc(0.25rem - 2px * 2);
	font-size: 0.875rem;
}

.col-form-legend {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0;
	font-size: 1rem;
}

.form-control-plaintext {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0;
	line-height: 1.25;
	border: solid transparent;
	border-width: 2px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem + 4px);
}

.form-control-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem + 4px);
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
	color: #868e96;
}

.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
}

.form-check-input {
	position: absolute;
	margin-top: 0.25rem;
	margin-left: -1.25rem;
}

.form-check-inline {
	display: inline-block;
}

.form-check-inline .form-check-label {
	vertical-align: middle;
}

.form-check-inline + .form-check-inline {
	margin-left: 0.75rem;
}

.invalid-feedback {
	display: none;
	margin-top: .25rem;
	font-size: .875rem;
	color: #e30f1a;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	width: 250px;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(227, 15, 26, 0.8);
	border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip, .was-validated
.custom-select:valid ~ .invalid-feedback,
.was-validated
.custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
	background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
	color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
	border-color: inherit;
}

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
	border-color: #e30f1a;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	box-shadow: 0 0 0 0.2rem rgba(227, 15, 26, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
	color: #e30f1a;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
	background-color: rgba(227, 15, 26, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
	color: #e30f1a;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
	border-color: #e30f1a;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
	border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
	box-shadow: 0 0 0 0.2rem rgba(227, 15, 26, 0.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}

	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-plaintext {
		display: inline-block;
	}

	.form-inline .input-group {
		width: auto;
	}

	.form-inline .form-control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		margin-top: 0;
		margin-bottom: 0;
	}

	.form-inline .form-check-label {
		padding-left: 0;
	}

	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}

	.form-inline .custom-control {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 0;
	}

	.form-inline .custom-control-indicator {
		position: static;
		display: inline-block;
		margin-right: 0.25rem;
		vertical-align: text-bottom;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.contact-form--label {
	font-size: 16px;
	font-weight: 300;
	color: #462104;
}

@media (min-width: 768px) {
	.contact-form--label {
		font-size: 20px;
	}
}

.contact-form textarea.form-control {
	min-height: 170px;
}

.invalid-feedback {
	font-size: 14px;
}

@media (min-width: 768px) {
	.invalid-feedback {
		font-size: 18px;
	}
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e9ecef;
}

.modal-header .close {
	margin-left: auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 15px;
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px;
	border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 30px auto;
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.modal--popup .modal-dialog {
	max-width: 1600px;
}

.modal--popup .modal-content {
	border: 5px solid #88b60d;
	border-radius: 0;
	width: 100%;
	display: block;
}

.modal--popup .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	color: #88b60d;
	opacity: 1;
	cursor: pointer;
	text-shadow: none;
	line-height: 0;
	font-size: 2rem;
}

.modal--popup .modal-content img {
	max-width: 100%;
	height: auto;
}

.modal-backdrop {
	background-color: #fff;
}

/* Preload images */
body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	/* Image border */
	border: 4px solid white;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	/* Background color behind image.
     This is visible during transitions. */
	background-color: white;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	opacity: 1;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

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

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	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");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: 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;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.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 {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.slick-prev:focus,
.slick-next:focus {
	outline: none;
	background: initial;
	color: initial;
}

.slick-next,
.slick-prev {
	height: 60px;
	width: 60px;
	z-index: 99;
	font-size: 0;
	color: transparent;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.slick-next,
	.slick-prev {
		height: 40px;
		width: 40px;
	}
}

.slick-next:before,
.slick-prev:before {
	content: '';
	background-image: url("../img/gallery-arrow.png");
	position: absolute;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	background-color: white;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: background-position ease-in-out .3s;
	opacity: 1;
}

@media (max-width: 991px) {
	.slick-next:before,
	.slick-prev:before {
		opacity: .5;
		height: 40px;
		width: 40px;
		background-size: 10px;
	}
}

.slick-next:hover:before,
.slick-prev:hover:before {
	background-color: white;
	background-image: url("../img/gallery-arrow.png");
	background-repeat: no-repeat;
	background-position: 70% 50%;
	font-size: 0;
}

@media (max-width: 991px) {
	.slick-next:hover:before,
	.slick-prev:hover:before {
		opacity: 1;
	}
}

.slick-prev {
	left: 15px;
	transform: translateY(-50%) rotate(180deg);
}

.slick-next {
	right: 15px;
}

.collapse-box--full-gallery__item {
	position: relative;
}

.slider {
	max-width: 1354px;
	width: 100%;
	display: none;
	visibility: hidden;
}

.slick-dots {
	visibility: hidden;
}

.slick-initialized {
	visibility: visible;
}

.collapse-box--close-inner {
	top: 10px;
	right: 10px;
	padding: 0;
	position: absolute;
	background-color: white;
}

.collapse-box--close-inner:hover {
	text-decoration: none;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575px) {
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		flex-wrap: nowrap;
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
	}

	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		flex-wrap: nowrap;
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
	}

	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		flex-wrap: nowrap;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		flex-wrap: nowrap;
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
	}

	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
	color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: white;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: white;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-expand-lg {
	z-index: 99;
}

@media (max-width: 991px) {
	.navbar-expand-lg {
		justify-content: space-around;
		padding: 15px 0 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-expand-lg {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}
}

.navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.navbar-expand-lg .navbar-collapse {
		transition: transform ease-in-out .3s;
		max-width: 450px;
		width: 80%;
		padding: 15px 0;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #dec59c;
		border-right: 2px solid #c7a575;
		border-bottom: 2px solid #c7a575;
		text-align: center;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-expand-lg .navbar-collapse {
		justify-content: center;
	}
}

.navbar-expand-lg .nav-link {
	color: white;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: color ease-in-out .3s;
}

@media (min-width: 768px) {
	.navbar-expand-lg .nav-link {
		font-size: 18px;
	}
}

.navbar-expand-lg .nav-link:hover {
	color: #e30f1a;
}

@media (min-width: 992px) {
	.navbar-expand-lg .nav-item + .nav-item {
		margin-left: 20px;
	}
}

.navbar-expand-lg .nav-item .active.nav-link {
	color: #e30f1a;
}

@media (max-width: 991px) {
	.hide-menu {
		transform: translateX(-100%);
	}
}

@media (max-width: 575px) {
	.navbar-brand {
		margin: 0;
		max-width: 225px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand {
		padding: 25px 0 0;
	}
}

.header {
	max-width: 1920px;
	width: 100%;
	margin: auto;
	padding-bottom: 30px;
	position: relative;
}

.header::before {
     background-image: url("../img/hproducts.jpg");
 }

@media (min-width: 768px) {
	.header {
		padding-bottom: 88px;
	}
}

.header--default:before {
	background-image: url("/assets/img/hmpg-himg.jpg");
}

.header--aboutUs:before {
	background-image: url("/assets/img/haboutus.jpg");
}

.header--contacts:before {
	background-image: url("/assets/img/hcontact.jpg");
}

.header--production:before, .header--errorPage:before, .header--career:before, .header--suctionCarton:before {
	background-image: url("/assets/img/hproducts.jpg");
}

@media (min-width: 768px) {
	.header__social-icons {
		display: flex;
		justify-content: flex-end;
		padding: 10px 1rem 0;
	}
}

@media (max-width: 991px) {
	.header__social-icons {
		display: none;
	}
}

.header__social-icons a {
	width: 25px;
	text-align: center;
	margin-left: 15px;
}

.header__social-icons a:hover {
	text-decoration: none;
}

.header:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	z-index: -1;
}

@media (min-width: 1550px) {
	.header:before {
		max-width: 100%;
		left: 0%;
	}
}

.header .container {
	position: relative;
	z-index: 2;
}

@media (max-width: 1199px) {
	.header .container {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.header .container {
		max-width: 1350px;
	}
}

.footer {
	position: relative;
	margin-top: 65px;
	background: #dec59c;
}

@media (min-width: 992px) {
	.footer {
		margin-top: 80px;
	}
}

.footer .scroll-top {
	position: absolute;
	top: -30px;
	right: 53px;
	z-index: 2;
	transition: background ease-in-out .3s, transform ease-in-out .3s;
}

@media (max-width: 575px) {
	.footer .scroll-top {
		right: 0;
		left: 0;
		margin: auto;
	}
}

.footer .scroll-top:hover {
	background-position: 50% 23%;
	transform: scale(1.02);
}

.footer__img {
	position: relative;
}

.footer__img img {
	display: block;
	position: absolute;
	top: -70px;
	left: 0;
	right: -20px;
	margin: auto;
}

@media (max-width: 575px) {
	.footer__img img {
		display: none;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.footer__img img {
		width: 60%;
		top: -55px;
	}
}

.footer-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 30px;
	justify-content: center;
}

@media (min-width: 768px) {
	.footer-grid {
		padding-bottom: 40px;
	}
}

.footer-socials {
	display: flex;
	flex: 0 0 150px;
	max-width: 150px;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.footer-socials {
		flex: 0 0 100%;
		justify-content: center;
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.footer-socials a {
	width: 25px;
	text-align: center;
}

.footer-socials a:not(:last-child) {
	margin-right: 15px;
}

.footer-socials a:hover {
	text-decoration: none;
}

.footer-links {
	display: flex;
	flex: 0 0 100%;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.footer-links {
		flex: 1;
		max-width: none;
		margin-bottom: 0;
	}
}

.footer-links__col {
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 30px;
	text-align: center;
}

@media (min-width: 768px) {
	.footer-links__col {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}

@media (min-width: 992px) {
	.footer-links__col {
		margin-top: 0;
	}
}

.footer-links__col__link {
	color: #462104;
	font-weight: 700;
	font-size: 20px;
}

.footer-links__col__link:hover {
	color: #462104;
}

.footer-links__col__link img {
	width: 120px;
	height: 100%;
}

@media (min-width: 576px) {
	.footer-links__col__link img {
		width: 180px;
	}
}

.footer__bottom {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding-bottom: 20px;
	color: #462104;
}

.footer__bottom__col {
	text-align: center;
}

.footer__bottom__col--copyright {
	margin-top: 2px;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.footer__bottom__col--copyright {
		letter-spacing: 4px;
	}
}

.scroll-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: url("../img/scroll-arrow.png") no-repeat 50% 35%;
	background-color: #462104;
	border-radius: 50%;
}

.scroll-top:hover, .scroll-top:focus {
	text-decoration: none;
}

.scroll-top--arrow {
	width: 100%;
	transform: rotate(-90deg);
}

.scroll-top--arrow, .scroll-top--text {
	display: block;
}

.scroll-top--text {
	color: #dec59c;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}

.footer-left {
	flex: 0 0 150px;
	max-width: 150px;
}

@media (max-width: 991px) {
	.footer-left {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.footer-left {
		margin-top: 30px;
	}
}

@media (max-width: 575px) {
	.footer-left {
		margin-top: 0;
	}
}

.footer-right {
	flex: 0 0 150px;
	max-width: 150px;
	text-align: right;
}

@media (max-width: 991px) {
	.footer-right {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.footer-right {
		margin-top: 30px;
	}
}

@media (max-width: 575px) {
	.footer-right {
		margin-top: 0;
	}
}

.footer-right-copy {
	flex: 0 0 150px;
	max-width: 150px;
}

.machine-container {
	background-color: white;
	position: relative;
	max-width: 100%;
}

@media (max-width: 575px) {
	.machine-container {
		/*display: none;*/
	}
}

.machine-canvas {
	position: absolute;
	display: block;
}

.machine-overlay {
	pointer-events: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.post-header--pages {
	margin-top: -16px;
	display: flex;
	justify-content: center;
}

@media (min-width: 576px) and (max-width: 767px) {
	.post-header--pages {
		margin-top: -20px;
	}
}

@media (min-width: 768px) {
	.post-header--pages {
		margin-top: -80px;
	}
}

.post-header--pages .h2 {
	letter-spacing: 4px;
}

@media (min-width: 768px) {
	.post-header--pages .h2 {
		letter-spacing: 8px;
	}
}

@media (min-width: 1200px) {
	.post-header--pages .h2 {
		letter-spacing: 14px;
	}
}

@media (max-width: 767px) {
	.default-list {
		padding-left: 20px;
	}
}

.default-list li {
	margin-bottom: 10px;
	color: #462104;
	letter-spacing: 4px;
}

@media (max-width: 767px) {
	.default-list li {
		letter-spacing: normal;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.post-header--aboutUs .gold-box .h2,
	.post-header--contacts .gold-box .h2,
	.post-header--products .gold-box .h2,
	.post-header--career .gold-box .h2,
	.post-header--suctionCarton .gold-box .h2 {
		letter-spacing: 16px;
		font-size: 3rem;
	}
}

.default .default-pargraph {
	letter-spacing: 1px;
	word-spacing: 2px;
}

.usage-section .heading {
	padding-bottom: 40px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.usage-section .heading {
		padding-bottom: 55px;
	}
}

@media (min-width: 768px) {
	.usage-section .heading {
		padding-bottom: 115px;
	}
}

.usage-section .heading .h2 {
	display: block;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.usage-section .heading .h2 {
		margin-bottom: 50px;
	}
}

.products {
	padding-bottom: 70px;
}

@media (max-width: 575px) {
	.products {
		padding-bottom: 15px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.products {
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.products {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.products--row__col-text, .products--row__col-image {
		display: flex;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.products--row__col-image {
		padding-bottom: 25px;
	}
}

.products--btn {
	display: block;
	color: #c7a575;
	font-size: 19px;
	text-transform: uppercase;
	transition: color ease-in-out .3s;
	align-self: flex-end;
	line-height: 1;
}

@media (min-width: 768px) {
	.products--btn {
		font-size: 27px;
	}
}

.products--btn:hover, .products--btn:focus {
	text-decoration: none;
	color: #bb9258;
}

.products--btn .plus-icon {
	transition: transform ease-in-out .4s;
}

@media (max-width: 767px) {
	.products--btn .plus-icon {
		width: 18px;
		height: 18px;
	}
}

@media (max-width: 767px) {
	.products--btn .plus-icon .plus-icon--char:before {
		width: 8px;
	}
}

@media (max-width: 767px) {
	.products--btn .plus-icon .plus-icon--char:after {
		height: 8px;
		top: 3px;
	}
}

.products--btn:hover .plus-icon {
	transform: scale(1.1);
}

.products .default-pargraph {
	margin-bottom: 26px;
}

.products--row + .products--row {
	margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.products--row + .products--row {
		margin-top: 65px;
	}
}

@media (min-width: 1200px) {
	.products--row + .products--row {
		margin-top: 98px;
	}
}

.products .h2 {
	margin-bottom: 0;
}

.products .space {
	height: 50px;
}

.products .collapse-box {
	padding-top: 49px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.products--row__col-image .zoom-hvr {
	max-width: 416px;
}

.hover-lightbox {
	position: relative;
}

.hover-lightbox:before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease-in-out .3s;
}

.hover-lightbox:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	right: 0;
}

.cube-box {
	z-index: 100;
	position: relative;
	border: 4px solid #c7a575;
	border-left: 0;
	border-bottom: 0;
}

.cube-box__row {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.cube-box__row > :nth-child(-n+10) {
		border-bottom: 4px solid #c7a575;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.cube-box__row > :nth-child(-n+9) {
		border-bottom: 4px solid #c7a575;
	}
}

@media (min-width: 1200px) {
	.cube-box__row > :nth-child(-n+8) {
		border-bottom: 4px solid #c7a575;
	}
}

.cube-box__row + .cube-box__row {
	border-top: 4px solid #c7a575;
}

.cube-box--cube {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 4px solid #c7a575;
	border-bottom: 4px solid #c7a575;
	min-height: 220px;
	width: 100%;
	margin: 0;
	z-index: 100;
}

@media (max-width: 575px) {
	.cube-box--cube p {
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.cube-box--cube {
		min-height: 130px;
	}
}

@media (max-width: 767px) {
	.cube-box--cube {
		flex: 1 50%;
		width: 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.cube-box--cube {
		min-height: 200px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.cube-box--cube {
		flex: 1 33.3333%;
		width: 33.3333%;
		max-width: 33.3333%;
	}
}

@media (min-width: 1200px) {
	.cube-box--cube {
		min-height: 250px;
		flex: 1 33.3333%;
		width: 33.3333%;
		max-width: 33.3333%;
	}
}

.cube-box--cube.active .cube-box--cube__text {
	color: white;
	font-weight: 500;
	line-height: 1.3;
}

.cube-box--cube.active .cube-box--cube__text-2 {
	color: white;
	font-weight: 500;
	line-height: 1.3;
}

.cube-box--cube__text {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #462104;
	position: relative;
	z-index: 99;
	transition: color 1.5s;
}

@media (min-width: 576px) {
	.cube-box--cube__text {
		font-size: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.cube-box--cube__text {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.cube-box--cube__text {
		font-size: 20px;
	}
}

.cube-box--cube__text .fix-size {
	font-size: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.cube-box--cube__text .fix-size {
		font-size: 21px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.cube-box--cube__text .fix-size {
		font-size: 24px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.cube-box--cube__text .fix-size {
		font-size: 27px;
	}
}

@media (min-width: 1200px) {
	.cube-box--cube__text .fix-size {
		font-size: 31px;
	}
}

.cube-box--cube__text span {
	display: block;
}

.cube-box--cube__img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

.cube-box--cube__blur {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	background: rgba(189, 163, 118, 0.6);
	backdrop-filter: blur(8px);
	opacity: 0.6;
}

.white-cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	transition: all 1.5s;
	background-color: white;
}

.cube-box--cube.active .white-cover {
	opacity: 0;
}

.parallax-section {
	padding-bottom: 54px;
	position: relative;
}

.parallax-section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../img/scenery.jpg");
	background-size: cover;
}

@media (min-width: 1550px) {
	.parallax-section:before {
		max-width: 90%;
		left: 5%;
	}
}

.parallax-section .container {
	z-index: 2;
	position: relative;
}

@media (max-width: 575px) {
	.parallax-section .container {
		padding: 0;
	}
}

.parallax-section--bottom-text {
	font-size: 40px;
	color: white;
	text-align: center;
	font-weight: 300;
	line-height: 1;
}

@media (max-width: 575px) {
	.parallax-section--bottom-text {
		margin-top: 20px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.parallax-section--bottom-text {
		font-size: 70px;
	}
}

@media (min-width: 768px) {
	.parallax-section--bottom-text {
		font-size: 98px;
	}
}

.parallax-section--bottom-text .h1 {
	color: white;
	display: block;
	line-height: 1;
	margin: 0;
}

.parallax-section .h2 {
	display: block;
}

.parallax-section .cube-box {
	margin: auto;
	margin-bottom: 100px;
	max-width: 1228px;
	width: 100%;
}

@media (max-width: 575px) {
	.parallax-section .cube-box {
		max-width: 100%;
		margin: auto;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.parallax-section .cube-box {
		margin-bottom: 60px;
	}
}

.parallax-section .heading {
	margin-bottom: 30px;
	text-align: center;
}

@media (min-width: 576px) and (max-width: 767px) {
	.parallax-section .heading {
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) {
	.parallax-section .heading {
		margin-bottom: 60px;
	}
}

.header-slider .slick-slide img {
	margin: auto;
}

.header-slider {
	opacity: 0;
	transition: opacity .5s;
}

.header-slider.slick-initialized {
	opacity: 1;
}

.header-slider .slick-slide {
	text-align: center;
}

.header-slider .slick-slide > div > div:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.header-slider .slick-slide img {
	vertical-align: middle;
	display: inline-block;
}

.post-header-section {
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.post-header-section {
		padding-bottom: 50px;
	}
}

.post-header-section .container {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

@media (max-width: 1199px) {
	.post-header-section .container {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}

.post-header-section .gold-box {
	margin-top: -20px;
	position: relative;
	padding: 20px 0 10px;
	width: 100%;
}

@media (min-width: 576px) and (max-width: 767px) {
	.post-header-section .gold-box {
		padding: 75px 0 50px;
	}
}

@media (min-width: 768px) {
	.post-header-section .gold-box {
		width: 700px;
		margin-top: -80px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.post-header-section .gold-box {
		padding: 80px 0 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.post-header-section .gold-box {
		padding: 128px 0 35px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 1200px) {
	.post-header-section .gold-box {
		padding: 140px 0 80px;
		margin-top: -50px;
		flex-grow: 0;
		flex-shrink: 0;
		min-height: 379px;
	}
}

.post-header-section .gold-box img {
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
}

@media (max-width: 575px) {
	.post-header-section .gold-box img {
		display: none;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.post-header-section .gold-box img {
		top: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.post-header-section .gold-box img {
		top: 62px;
	}
}

.post-header-section .gold-box .h2 {
	letter-spacing: 4px;
}

@media (min-width: 768px) {
	.post-header-section .gold-box .h2 {
		letter-spacing: 8px;
	}
}

@media (min-width: 1200px) {
	.post-header-section .gold-box .h2 {
		letter-spacing: 14px;
	}
}

.post-header-section--img {
	max-width: 450px;
	width: 100%;
	position: relative;
	left: -95px;
	margin-top: -125px;
	margin-bottom: -75px;
	height: 430px;
}

@media (max-width: 767px) {
	.post-header-section--img {
		/*display: none;*/
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.post-header-section--img {
		min-width: 450px;
		width: 450px;
		margin-top: -40px;
		margin-bottom: -75px;
		margin-left: 20px;
		height: 450px;
	}
}

@media (max-width: 1199px) {
	.post-header-section--img {
		left: 0;
		margin-top: 0;
		margin-bottom: 0;
		height: auto;
		/*display: none;*/
	}
}

.text-section .container {
	max-width: 920px;
}

.text-section--top p.default-pargraph:first-of-type {
	margin-bottom: 40px;
}

.text-section--top .h2:nth-of-type(2) {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.text-section--top .h2:nth-of-type(2) {
		margin-bottom: 40px;
	}
}

.text-section--top .decorative-line {
	margin-bottom: 25px;
}

@media (min-width: 576px) {
	.text-section--top .decorative-line {
		margin-bottom: 40px;
	}
}

.text-section--bottom {
	padding-top: 25px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.text-section--bottom {
		padding-top: 20px;
	}
}

@media (min-width: 768px) {
	.text-section--bottom {
		padding-top: 80px;
	}
}

.text-section--bottom .h2 {
	margin-bottom: 18px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.text-section--bottom .h2 {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.text-section--bottom .h2 {
		margin-bottom: 39px;
	}
}

.text-section--bottom .default-pargraph {
	margin-bottom: 25px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.text-section--bottom .default-pargraph {
		margin-bottom: 45px;
	}
}

@media (min-width: 768px) {
	.text-section--bottom .default-pargraph {
		margin-bottom: 92px;
	}
}

.text-section--bottom .decorative-line {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.text-section--bottom .decorative-line {
		margin-bottom: 35px;
	}
}

@media (min-width: 768px) {
	.page-aboutUs .default-pargraph {
		letter-spacing: 2px;
	}
}

.post-header--aboutUs {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

@media (min-width: 768px) {
	.post-header--aboutUs {
		margin-bottom: 50px;
	}
}

.post-header--aboutUs .gold-box {
	padding: 30px 25px 20px;
	display: inline-block;
}

@media (min-width: 576px) and (max-width: 767px) {
	.post-header--aboutUs .gold-box {
		padding: 45px 70px 30px;
	}
}

@media (min-width: 768px) {
	.post-header--aboutUs .gold-box {
		padding: 118px 129px 70px 119px;
	}
}

.content--description {
	display: flex;
	margin-bottom: 9px;
	letter-spacing: 3px;
}

@media (max-width: 575px) {
	.content--description {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.content--description {
		letter-spacing: normal;
	}
}

.content--description__date {
	color: #c7a575;
	max-width: 171px;
	width: 100%;
	display: block;
	font-weight: 700;
}

@media (min-width: 576px) and (max-width: 767px) {
	.content--description__date {
		max-width: 110px;
	}
}

a.content--description__link {
	text-decoration: underline;
}

a.content--description__link:hover {
	text-decoration: none;
}

.content--description__link {
	color: #462104;
}

.content--description__link:hover, .content--description__link:focus {
	color: #462104;
}

.content + .content {
	margin-top: 2px;
}

.collapse-box {
	padding-top: 20px;
	padding-bottom: 25px;
	margin-bottom: 27px;
	border-top: 2px solid #c7a575;
	border-bottom: 2px solid #c7a575;
	position: relative;
}

@media (min-width: 768px) {
	.collapse-box {
		padding-top: 62px;
		padding-bottom: 73px;
	}
}

.collapse-box .default-pargraph {
	margin-bottom: 28px;
}

.collapse-box--gallery {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.collapse-box--gallery__small-item {
	flex: 1 50%;
	width: 50%;
	max-width: 50%;
	padding: 3px;
}

@media (min-width: 768px) {
	.collapse-box--gallery__small-item {
		flex: 1 25%;
		width: 25%;
		max-width: 25%;
	}
}

@media (max-width: 1199px) {
	.collapse-box--gallery__small-item {
		padding: 5px;
	}
}

.collapse-box--full-gallery__item img {
	margin: auto;
}

.collapse-box--close {
	position: absolute;
	right: 0;
	top: -2px;
	background-color: white;
	padding-left: 15px;
}

.collapse-box--close:hover, .collapse-box--close:focus {
	text-decoration: none;
	color: #c7a575;
}

.collapse-box--close__char {
	height: 25px;
	width: 25px;
	display: block;
	padding: 4px;
	border: 3px solid #c7a575;
	font-size: 12px;
	color: #c7a575;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	transition: background-color ease-in-out .3s, color ease-in-out .3s;
}

.collapse-box--close__char:hover {
	background-color: #c7a575;
	color: white;
}

.text--section {
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.text--section {
		padding-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.text--section {
		padding-bottom: 60px;
	}
}

.text--section .decorative-line {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.text--section .decorative-line {
		margin-bottom: 50px;
	}
}

.section--policy {
	padding-bottom: 40px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.section--policy {
		padding-bottom: 60px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section--policy {
		padding-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.section--policy {
		padding-bottom: 80px;
	}
}

.section--policy .h2 {
	margin-bottom: 25px;
}

@media (min-width: 992px) {
	.section--policy .h2 {
		margin-bottom: 35px;
	}
}

.section--certification {
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.section--certification {
		padding-bottom: 55px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section--certification {
		padding-bottom: 45px;
	}
}

.section--certification .h2 {
	margin-bottom: 25px;
}

@media (min-width: 576px) {
	.section--certification .h2 {
		margin-bottom: 46px;
	}
}

.section--certification .h3 {
	margin-bottom: 15px;
}

.section--certification .h4 {
	margin-bottom: 37px;
}

@media (max-width: 991px) {
	.section--certification .h4 {
		margin-bottom: 18px;
	}
}

@media (min-width: 992px) {
	.section--certification .h3,
	.section--certification .h4 {
		letter-spacing: 5px;
	}
}

.section--certification .add-margin {
	margin-bottom: 60px;
}

@media (min-width: 576px) {
	.section--certification .add-margin {
		margin-bottom: 110px;
	}
}

@media (max-width: 767px) {
	.certification-section--row__certificate .block-element {
		padding-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.certification-section--row__certificate .block-element img {
		height: 360px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.certification-section--row__certificate .block-element img {
		height: 390px;
	}
}

@media (max-width: 767px) {
	.certification-section--row__certificate .block-element img {
		display: block;
		margin: auto;
	}
}

.section--news {
	padding-bottom: 60px;
}

@media (max-width: 575px) {
	.section--news {
		padding-bottom: 10px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.section--news {
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section--news {
		padding-bottom: 40px;
	}
}

.section--news .h2 {
	margin-bottom: 25px;
}

@media (min-width: 992px) {
	.section--news .h2 {
		margin-bottom: 57px;
	}
}

.section .decorative-line {
	margin-bottom: 40px;
}

@media (min-width: 576px) {
	.section .decorative-line {
		margin-bottom: 65px;
	}
}

@media (min-width: 768px) {
	.certification-section--row__content {
		padding-left: 30px;
	}
}

@media (min-width: 1200px) {
	.certification-section--row__content {
		padding-left: 92px;
	}
}

.certification-section--row + .certification-section--row {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.certification-section--row + .certification-section--row {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	.certification-section--row + .certification-section--row {
		margin-top: 89px;
	}
}

.space {
	height: 21px;
	width: 100%;
}

.post-header--contacts {
	padding-bottom: 37px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.post-header--contacts {
		padding-bottom: 45px;
	}
}

@media (min-width: 768px) {
	.post-header--contacts {
		padding-bottom: 79px;
	}
}

.post-header--contacts .gold-box {
	padding: 30px 25px 20px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.post-header--contacts .gold-box {
		padding: 45px 70px 30px;
	}
}

@media (min-width: 768px) {
	.post-header--contacts .gold-box {
		padding: 122px 111px 70px 112px;
	}
}

.section--address {
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.section--address {
		padding-bottom: 50px;
	}
}

.section--address .h2 {
	margin-bottom: 17px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.section--address .h2 {
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) {
	.section--address .h2 {
		margin-bottom: 35px;
	}
}

.section--address .decorative-line {
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	.section--address .decorative-line {
		margin-bottom: 42px;
	}
}

.section--address__addresses {
	display: flex;
	flex-wrap: wrap;
	max-width: 1145px;
	width: 100%;
	margin: auto;
	margin-right: -10px;
	margin-left: -10px;
}

.section--address__addresses--item {
	letter-spacing: 2px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}

@media (max-width: 767px) {
	.section--address__addresses--item {
		width: 100%;
		flex: 1 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section--address__addresses--item {
		flex: 1 50%;
		width: 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.section--address__addresses--item {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.section--address__addresses--item {
		flex: 1 33.3333%;
		width: 33.3333%;
		max-width: 33.3333%;
	}
}

.section--address__addresses--item span,
.section--address__addresses--item a {
	display: block;
	color: #462104;
}

.section--address__addresses--item .name {
	color: #462104;
	margin-bottom: 7px;
	display: block;
}

@media (min-width: 576px) {
	.section--address__addresses--item .name {
		margin-bottom: 15px;
	}
}

.section--address__addresses--item + .section--address__addresses--item {
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.section--address__addresses--item + .section--address__addresses--item {
		margin-top: 25px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.section--address__addresses--item + .section--address__addresses--item {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.section--address__addresses--item + .section--address__addresses--item {
		margin-bottom: 40px;
	}
}

.section--address__addresses--fix-item {
	flex: 1 66.6667%;
	width: 64.6667%;
}

.detail-adress {
	color: #462104;
	letter-spacing: 1px;
	padding-bottom: 25px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.detail-adress {
		padding-bottom: 35px;
	}
}

@media (min-width: 768px) {
	.detail-adress {
		letter-spacing: 2px;
		padding-bottom: 50px;
	}
}

.detail-adress--p {
	width: 100%;
	margin-bottom: 6px;
}

.detail-adress--a {
	color: #462104;
}

.detail-adress--a:hover, .detail-adress--a:focus {
	color: #462104;
}

#g-map {
	height: 300px;
	max-width: 1145px;
	width: 100%;
	margin: auto;
	margin-bottom: 25px;
}

@media (min-width: 576px) and (max-width: 767px) {
	#g-map {
		margin-bottom: 35px;
	}
}

@media (min-width: 768px) {
	#g-map {
		margin-bottom: 92px;
		height: 500px;
	}
}

.section--contact-form {
	position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
	.section--contact-form {
		margin-bottom: 120px;
	}
}

.section--contact-form .h2 {
	margin-bottom: 17px;
}

@media (min-width: 576px) {
	.section--contact-form .h2 {
		margin-bottom: 39px;
	}
}

@media (max-width: 575px) {
	.section--contact-form .form-row {
		display: block;
	}
}

.section--contact-form .decorative-line {
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	.section--contact-form .decorative-line {
		margin-bottom: 54px;
	}
}

.section--contact-form__button {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	padding-top: 12px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.section--contact-form__button {
		padding-top: 15px;
	}
}

@media (min-width: 768px) {
	.section--contact-form__button {
		padding-top: 30px;
	}
}

.feedback {
	padding: 12px;
	color: green;
	font-size: 18px;
	font-weight: 500;
	background-color: white;
	margin: auto;
	max-width: 450px;
	width: 100%;
	border: 2px solid green;
	text-align: center;
}

@media (max-width: 575px) {
	.feedback {
		margin-top: 15px;
	}
}

@media (min-width: 576px) {
	.feedback {
		font-size: 25px;
		padding: 30px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 60px;
		transform: translateY(-50%);
	}
}

.form-group.col {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 575px) {
	.form-group.col {
		padding: 0;
	}
}

.form-row {
	margin-left: -20px;
	margin-right: -20px;
}

@media (max-width: 575px) {
	.form-row {
		margin: 0;
	}
}

.page-products .post-header--products {
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.page-products .post-header--products {
		padding-bottom: 55px;
	}
}

.page-products .gold-box {
	max-width: 680px;
	width: 100%;
	padding: 30px 25px 20px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.page-products .gold-box {
		padding: 45px 70px 30px;
	}
}

@media (min-width: 768px) {
	.page-products .gold-box {
		padding: 115px 59px 68px;
	}
}

.page-products .h2 {
	line-height: 1.2;
}

.section--process {
	padding-bottom: 25px;
}

@media (min-width: 992px) {
	.section--process {
		padding-bottom: 50px;
	}
}

.section--process .h2 {
	margin-bottom: 25px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.section--process .h2 {
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.section--process .h2 {
		margin-bottom: 40px;
	}
}

.section--process .display-1 {
	text-transform: initial;
	line-height: 1;
}

.section--process .decorative-line {
	margin-bottom: 12px;
}

@media (min-width: 576px) {
	.section--process .decorative-line {
		margin-bottom: 45px;
	}
}

.process--heading {
	font-weight: 300;
	color: #c7a575;
	font-size: 26px;
	margin-bottom: 12px;
}

.process--row__product {
	position: relative;
	margin: auto;
}

@media (max-width: 575px) {
	.process--row__product {
		max-width: 300px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.process--row__product {
		max-width: 500px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.process--row__product {
		max-width: 600px;
	}
}

.process--paragraph {
	color: #462104;
	margin-bottom: 37px;
	line-height: 1.9;
}

.process .rounded-number {
	margin-right: 10px;
}

@media (max-width: 575px) {
	.product-image1,
	.product-image2,
	.product-image3 {
		width: 300px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.product-image1,
	.product-image2,
	.product-image3 {
		width: 500px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.product-image1,
	.product-image2,
	.product-image3 {
		width: 600px;
	}
}

.product-image3 {
	margin-top: -32px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.product-image3 {
		margin-top: -36px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.product-image3 {
		margin-top: -15px;
	}
}

@media (min-width: 1200px) {
	.product-image3 {
		margin-left: 50px;
		margin-top: 29px;
	}
}

.product-image1 {
	margin-top: 40px;
	z-index: 53;
	position: relative;
}

.product-image2 {
	position: absolute;
	right: 0;
	top: 112px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.product-image2 {
		top: 157px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.product-image2 {
		top: 236px;
	}
}

@media (min-width: 1200px) {
	.product-image2 {
		right: 33px;
		top: 234px;
	}
}

.production--section {
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.production--section {
		padding-bottom: 0;
	}
}

.production--section .display-1 {
	text-transform: initial;
	line-height: 1.15;
}

.production--section .h2 {
	margin-bottom: 60px;
}

@media (max-width: 1199px) {
	.production--section .h2 {
		margin-bottom: 30px;
	}
}

.production--section .decorative-line {
	margin-bottom: 50px;
}

.production--section .decorative-line--bottom {
	margin-bottom: 39px;
}

.production--section h3.h2 {
	margin-bottom: 34px;
}

.production--section .rounded-number--small {
	color: #462104;
	font-size: 32px;
	border-width: 1px;
	margin: auto;
	margin-bottom: 15px;
	display: flex;
}

.production--section__img {
	margin-bottom: 11px;
}

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

@media (min-width: 576px) {
	.production-process {
		padding-bottom: 37px;
	}
}

@media (max-width: 1199px) {
	.production-process {
		justify-content: center;
	}
}

.production-process--text {
	max-width: 350px;
	flex: 1 33.3333%;
	width: 33.3333%;
	text-align: center;
}

@media (max-width: 1199px) {
	.production-process--text {
		flex: 1 100%;
		width: 100%;
		max-width: 100%;
	}
}

.production-process--text__paragraph {
	line-height: 1.9;
	color: #462104;
}

@media (min-width: 1200px) {
	.production-process--text__paragraph {
		text-align: justify;
	}
}

.page-errorPage .gold-box {
	padding: 100px 30px 45px;
}

.section--error {
	padding-top: 80px;
	padding-bottom: 40px;
}

.section--error__text {
	font-size: 30px;
	display: block;
	color: #462104;
	padding-top: 25px;
}

.section--error__text a {
	color: #c7a575;
	font-weight: 700;
	text-transform: uppercase;
}

.career-wrapper .decorative-line {
	margin-bottom: 42px;
}

.h2--career {
	padding-top: 15px;
	padding-bottom: 15px;
}

.h2--padding-bottom {
	padding-bottom: 15px;
}

.post-header--career {
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.post-header--career {
		padding-bottom: 85px;
	}
}

.career--link {
	display: block;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.career--link {
		display: inline;
	}
}

.gold-box {
	max-width: 680px;
	width: 100%;
	padding: 30px 25px 20px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.gold-box {
		padding: 45px 70px 30px;
	}
}

@media (min-width: 768px) {
	.gold-box {
		padding: 115px 59px 68px;
	}
}

.page-suctionCarton .post-header--suctionCarton {
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.page-suctionCarton .post-header--suctionCarton {
		padding-bottom: 55px;
	}
}

.page-suctionCarton .gold-box {
	max-width: 680px;
	width: 100%;
	padding: 30px 25px 20px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.page-suctionCarton .gold-box {
		padding: 45px 70px 30px;
	}
}

@media (min-width: 768px) {
	.page-suctionCarton .gold-box {
		padding: 115px 59px 68px;
	}
}

.page-suctionCarton .h2 {
	line-height: 1.2;
}

.section--types .h2 {
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.section--types .h2 {
		margin-bottom: 35px;
	}
}

.section--types {
	padding-bottom: 45px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.section--types {
		padding-bottom: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.section--types {
		padding-bottom: 65px;
	}
}

@media (min-width: 1200px) {
	.section--types {
		padding-bottom: 80px;
	}
}

.section--types .decorative-line {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.section--types .decorative-line {
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.section--types .decorative-line {
		margin-bottom: 73px;
	}
}

.types {
	padding-left: 25px;
	padding-right: 25px;
}

.types--description {
	text-align: center
}

.types--link {
	margin-top: auto;
	display: block;
	border: 2px solid #c7a575;
	position: relative;
	overflow: hidden;
}

@media (min-width: 576px) and (max-width: 767px) {
	.types--link {
		margin-left: 6px;
		margin-right: 6px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.types--link {
		margin-left: 5px;
		margin-right: 5px;
	}
}

.types--link img {
	transition: transform .4s;
}

.types--link:hover img {
	transform: scale(1.85);
}

.types--heading {
	font-size: 24px;
	font-weight: 300;
	color: #c7a575;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.types--heading {
		margin-top: auto;
	}
}

@media (min-width: 1200px) {
	.types--heading {
		font-size: 26px;
	}
}

.types .fix-margin {
	margin-bottom: 37px;
}

@media (max-width: 575px) {
	.types .fix-margin {
		margin-bottom: 10px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.types .fix-margin {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.types .fix-margin {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.types .fix-margin {
		margin-bottom: 19px;
	}
}

.types .plus-icon {
	position: absolute;
	bottom: 11px;
	left: 15px;
}

@media (max-width: 575px) {
	.product-image1,
	.product-image2,
	.product-image3 {
		width: 300px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.product-image1,
	.product-image2,
	.product-image3 {
		width: 500px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.product-image1,
	.product-image2,
	.product-image3 {
		width: 600px;
	}
}

.product-image3 {
	margin-top: -32px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.product-image3 {
		margin-top: -36px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.product-image3 {
		margin-top: -15px;
	}
}

@media (min-width: 1200px) {
	.product-image3 {
		margin-left: 50px;
		margin-top: 29px;
	}
}

.product-image1 {
	margin-top: 40px;
	z-index: 53;
	position: relative;
}

.product-image2 {
	position: absolute;
	right: 0;
	top: 112px;
}

@media (min-width: 576px) and (max-width: 767px) {
	.product-image2 {
		top: 157px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.product-image2 {
		top: 236px;
	}
}

@media (min-width: 1200px) {
	.product-image2 {
		right: 33px;
		top: 234px;
	}
}

.production--section {
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.production--section {
		padding-bottom: 0;
	}
}

.production--section .display-1 {
	text-transform: initial;
	line-height: 1.15;
}

.production--section .h2 {
	margin-bottom: 60px;
}

@media (max-width: 1199px) {
	.production--section .h2 {
		margin-bottom: 30px;
	}
}

.production--section .decorative-line {
	margin-bottom: 50px;
}

.production--section .decorative-line--bottom {
	margin-bottom: 39px;
}

.production--section h3.h2 {
	margin-bottom: 34px;
}

.production--section .rounded-number--small {
	color: #462104;
	font-size: 32px;
	border-width: 1px;
	margin: auto;
	margin-bottom: 15px;
	display: flex;
}

.production--section__img {
	margin-bottom: 11px;
}

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

@media (min-width: 576px) {
	.production-process {
		padding-bottom: 37px;
	}
}

@media (max-width: 1199px) {
	.production-process {
		justify-content: center;
	}
}

.production-process--text {
	max-width: 350px;
	flex: 1 33.3333%;
	width: 33.3333%;
	text-align: center;
}

@media (max-width: 1199px) {
	.production-process--text {
		flex: 1 100%;
		width: 100%;
		max-width: 100%;
	}
}

.production-process--text__paragraph {
	line-height: 1.9;
	color: #462104;
}

@media (min-width: 1200px) {
	.production-process--text__paragraph {
		text-align: justify;
	}
}

.lang-bg .thin {
	font-weight: 400;
}

.lang-bg .process--heading {
	font-weight: 400;
}

@media (min-width: 768px) {
	.parallax-section--bottom-text {
		font-size: 80px;
	}
}

@media (min-width: 992px) {
	.parallax-section--bottom-text .h1 {
		font-size: 6rem;
	}
}

.hidden-foto {
	opacity: 0;
	pointer-events: none;
	max-height: 0;
	max-width: 0;
}

.fancybox-controls button:focus {
	outline: none !important;
}

.fancybox-enabled {
	overflow: hidden
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fancybox-container ~ .fancybox-container {
	z-index: 99992
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1
}

.fancybox-infobar {
	display: none
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, 0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	background: rgba(30, 30, 30, 0.6)
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
	display: block
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent
}

.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch
}

.fancybox-slide:before {
	content: "";
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle
}

.fancybox-slide > * {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}

.fancybox-slide--image {
	overflow: hidden
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.fancybox-slide--video .fancybox-content {
	background: transparent
}

.fancybox-slide--video .fancybox-iframe {
	background: transparent
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent
}

.fancybox-placeholder {
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0
}

.fancybox-image {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%
}

.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
	z-index: 1
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a {
	pointer-events: all;
	color: #fff;
	text-decoration: underline
}

.fancybox-caption button {
	pointer-events: all
}

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
	background: rgba(30, 30, 30, 0.6)
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, 0.8)
}

.fancybox-button:after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block
}

.fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none
}

.fancybox-button--disabled:after {
	opacity: .5
}

.fancybox-button--disabled:before {
	opacity: .5
}

.fancybox-button--left {
	border-bottom-left-radius: 5px
}

.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor
}

.fancybox-button--right {
	border-bottom-right-radius: 5px
}

.fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--close {
	float: right
}

.fancybox-button--close:after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-loading {
	border: 6px solid rgba(99, 99, 99, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999
}

.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none
}

.fancybox-button--play:before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent
}

.fancybox-button--pause:before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px;
	background: transparent
}

.fancybox-button--thumbs span {
	font-size: 23px
}

.fancybox-button--thumbs:before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px
}

.fancybox-container--thumbs .fancybox-controls {
	right: 220px
}

.fancybox-container--thumbs .fancybox-slider-wrap {
	right: 220px
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1)
}

@media (max-width: 800px) {
	.fancybox-controls {
		text-align: left
	}

	.fancybox-button--left {
		display: none !important
	}

	.fancybox-button--right {
		display: none !important
	}

	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0
	}

	.fancybox-thumbs {
		display: none !important
	}

	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0
	}

	.fancybox-container--thumbs .fancybox-controls {
		right: 0
	}

	.fancybox-container--thumbs .fancybox-slider-wrap {
		right: 0
	}

}

#detail-pozice ul {
	/*margin-left: 39vw;*/
	padding: 20px;
}

@media (max-width: 445px) {
	#detail-pozice ul {
		margin-left: 0;
	}
}

.custom-bg {
	background-image: url('../img/career-bg.png');
	width: 100%;
	background-size: cover;
	background-position: center;
	padding: 80px;
	position: relative;
}

.custom-color {
	background-color: #FFF9EF;
	width: 100%;
}

.text-in {
	margin-top: 200px;
	padding: 40px;
}

.parallax-section-2:before {
	content: '';
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media (max-width: 575px) {
	.parallax-section-2 .container {
		padding: 0;
	}
}

@media (max-width: 575px) {
	.custom-bg {
		padding: 80px 0;
	}
}

.cube-box--cube {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.cube-box-img {
	position: absolute;
	top: 0;
	max-width: 100%;
	margin-top: 30px;
	padding: 10px;
}

.cube-box--cube__text-2 {
	margin-top: 100px;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	position: relative;
	z-index: 99;
	transition: color 1.5s;
}

@media (min-width: 576px) {
	.cube-box--cube__text-2 {
		font-size: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.cube-box--cube__text-2 {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.cube-box--cube__text-2 {
		font-size: 20px;
	}
}

.cube-box--cube__text-2 .fix-size {
	font-size: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.cube-box--cube__text-2 .fix-size {
		font-size: 21px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.cube-box--cube__text-2 .fix-size {
		font-size: 24px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.cube-box--cube__text-2 .fix-size {
		font-size: 27px;
	}
}

@media (min-width: 1200px) {
	.cube-box--cube__text-2 .fix-size {
		font-size: 31px;
	}
}

.cube-box--cube__text-2 span {
	display: block;
}

.custom-img img {
	max-width: 100%;
	height: auto;
	position: absolute;
	right: 0px;
	top: 0;
	transform: translateY(-20%);
}

@media screen and (max-width: 767px) {
	.custom-img img {
		visibility: hidden;
	}
}

@media screen and (min-width: 768px) {
	.custom-img img {
		max-width: 60%;
		height: auto;
		right: 0px;
		position: absolute;
	}
}

@media screen and (min-width: 992px) {
	.custom-img img {
		max-width: 60%;
		height: auto;
		right: 0px;
		position: absolute;
	}
}

@media screen and (min-width: 1200px) {
	.custom-img img {
		max-width: 100%;
		height: auto;
		right: 0px;
		position: absolute;
	}
}

table {
	margin: 0 auto;
}

td {
	padding: 10px;
}

.table-cs {
	margin: 30px;
}

@media (max-width: 767px) {
	.cube-full-width-sm {
		flex: 1 100%;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 988px) {
	.text-custom-lg {
		width: 60%;
		padding: 40px;
	}
}

.text-custom-h2 {
	margin-top: 270px;
	font-size: 30px;
}

@media (max-width: 766px) {
	.text-custom-h2 {
		margin-top: 100px;
	}
}

.detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*
	justify-content: space-between;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));*/
}

.sub-detail-1, .sub-detail-2, .sub-detail-3 {
	max-width: 340px;
	width: 100%;
	border: 2px solid #c7a575;
	margin: 12px;
	padding: 20px;
	display: inline-block;
}

@media (max-width: 768px) {
	.detail {
		flex-direction: column;
	}

	.sub-detail-1, .sub-detail-2, .sub-detail-3 {
		width: 100%;
		display: block;
		margin: 20px 0;
	}
}

button.my-btn {
	margin-top: 20px;
	display: flex;
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 110px;
	height: 16px;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #BDA376;
}

.icon-arrow {
	margin-left: 5px;
	height: 13px;
	width: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.h3-custom {
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 0.06em;
	font-weight: 400;
	text-transform: uppercase;
}

.custom-width {
	width: 70%;
	margin: 0 auto;
	padding: 30px;
}

@media (max-width: 760px) {
	.custom-width {
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}
}

ul {
	margin-left: 15px;
	padding: 0;
}

/*      FORMULÁŘ     */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.formbold-main-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px;
}

.formbold-form-wrapper {
	margin: 0 auto;
	max-width: 550px;
	width: 100%;
}

.formbold-input-flex {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}
.formbold-input-flex > div {
	width: 50%;
}

.formbold-input-radio-wrapper {
	margin-bottom: 28px;
}
.formbold-radio-flex {
	display: flex;
	align-items: center;
	gap: 15px;
}
.formbold-radio-label {
	font-size: 14px;
	line-height: 24px;
	color: #c7a575;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.formbold-input-radio {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.formbold-radio-checkmark {
	position: absolute;
	top: -1px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #FFFFFF;
	border: 1px solid #DDE3EC;
	border-radius: 50%;
}
.formbold-radio-label .formbold-input-radio:checked ~ .formbold-radio-checkmark {
	background-color: #c7a575;
}
.formbold-radio-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.formbold-radio-label .formbold-input-radio:checked ~ .formbold-radio-checkmark:after {
	display: block;
}

.formbold-radio-label .formbold-radio-checkmark:after {
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFFFFF;
	transform: translate(-50%, -50%);
}

.formbold-form-input {
	width: 100%;
	padding: 13px 22px;
	border-radius: 5px;
	border: 1px solid #DDE3EC;
	background: #FFFFFF;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	outline: none;
	resize: none;
}
.formbold-form-input::placeholder {
	color: #777777;
}
.formbold-form-input:focus {
	border-color: #c7a575;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.formbold-form-label {
	color: #c7a575;
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
}

.formbold-btn {
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	padding: 14px 25px;
	border: none;
	font-weight: 500;
	background-color: #c7a575;
	color: white;
	cursor: pointer;
	margin-top: 25px;
}
.formbold-btn:hover {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

btn.is-sending {
    background-color: #777 !important;
    border-color: #777 !important;
    color: #000 !important;
    pointer-events: none !important;
}

.fileuploader-theme-dragdrop {
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
}

.fileuploader-input {
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    background: transparent !important;
}

.fileuploader-item {
    padding: 0 30px !important;
    margin: 0 !important;
}

.fileuploader-input-button {
    background: black !important;
    border-radius: 0 !important;
}

.spacer {
    flex-grow: 1 !important;
}