@charset "UTF-8";
.tippy-box[data-animation='fade'][data-state='hidden'] {
	opacity: 0;
}
[data-tippy-root] {
	max-width: calc(100vw - 10px);
}
.tippy-box {
	background-color: #333;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	outline: 0;
	position: relative;
	transition-property: transform, visibility, opacity;
	white-space: normal;
}
.tippy-box[data-placement^='top'] > .tippy-arrow {
	bottom: 0;
}
.tippy-box[data-placement^='top'] > .tippy-arrow:before {
	border-top-color: initial;
	border-width: 8px 8px 0;
	bottom: -7px;
	left: 0;
	transform-origin: center top;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow {
	top: 0;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow:before {
	border-bottom-color: initial;
	border-width: 0 8px 8px;
	left: 0;
	top: -7px;
	transform-origin: center bottom;
}
.tippy-box[data-placement^='left'] > .tippy-arrow {
	right: 0;
}
.tippy-box[data-placement^='left'] > .tippy-arrow:before {
	border-left-color: initial;
	border-width: 8px 0 8px 8px;
	right: -7px;
	transform-origin: center left;
}
.tippy-box[data-placement^='right'] > .tippy-arrow {
	left: 0;
}
.tippy-box[data-placement^='right'] > .tippy-arrow:before {
	border-right-color: initial;
	border-width: 8px 8px 8px 0;
	left: -7px;
	transform-origin: center right;
}
.tippy-box[data-inertia][data-state='visible'] {
	transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
	color: #333;
	height: 16px;
	width: 16px;
}
.tippy-arrow:before {
	border-color: transparent;
	border-style: solid;
	content: '';
	position: absolute;
}
.tippy-content {
	padding: 5px 9px;
	position: relative;
	z-index: 1;
}

section h2 {
	font-weight: 700;
	text-align: center;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: auto;
}
[data-link],
[data-ref] {
	cursor: pointer !important;
}
.aligncenter,
.alignright {
	display: block;
}
.aligncenter {
	margin: 20px auto 0;
}
.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}
.pfad9d1 {
	clear: both;
}
*,
:after,
:before {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	background-color: #111;
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}
[tabindex='-1']:focus:not(:focus-visible) {
	outline: 0 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 25px;
	margin-top: 0;
}
p {
	margin-bottom: 1rem;
	margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
	border-bottom: 0;
	cursor: help;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
address {
	font-style: normal;
	line-height: inherit;
}
address,
dl,
ol,
ul {
	margin-bottom: 1rem;
}
dl,
ol,
ul {
	margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	background-color: transparent;
	text-decoration: none;
}
a,
a:hover {
	color: #198cfe;
}
a:hover {
	text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
		Courier New, monospace;
	font-size: 1em;
}
pre {
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	border-style: none;
}
img,
svg {
	vertical-align: middle;
}
svg {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
caption {
	caption-side: bottom;
	color: #6c757d;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[role='button'] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend {
	color: inherit;
	display: block;
	font-size: 1.5rem;
	line-height: inherit;
	margin-bottom: 0.5rem;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%;
}
progress {
	vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: none;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
output {
	display: inline-block;
}
summary {
	cursor: pointer;
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}
*,
:after,
:before {
	box-sizing: inherit;
}
.pfad145,
.pfad1a0,
.pfad1e0,
.pfad827,
.pfad929,
.pfadabd,
.pfadc16 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media (min-width: 576px) {
	.pfad1e0,
	.pfad827,
	.pfadc56 {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.pfad1e0,
	.pfad827,
	.pfadabd,
	.pfadc56 {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.pfad1a0,
	.pfad1e0,
	.pfad827,
	.pfadabd,
	.pfadc56 {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.pfad1a0,
	.pfad1e0,
	.pfad827,
	.pfadabd,
	.pfadc16,
	.pfadc56 {
		max-width: 1140px;
	}
}
@media (min-width: 1367px) {
	.pfad145,
	.pfad1a0,
	.pfad1e0,
	.pfad827,
	.pfadabd,
	.pfadc16,
	.pfadc56 {
		max-width: 1260px;
	}
}
.pfad5b6 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.pfad4cd {
	margin-left: 0;
	margin-right: 0;
}
.pfad4cd > .pfad768,
.pfad4cd > [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}
.pfad011,
.pfad04a,
.pfad083,
.pfad093,
.pfad0fe,
.pfad12c,
.pfad14e,
.pfad15e,
.pfad178,
.pfad1b7,
.pfad1df,
.pfad1e09,
.pfad1ea,
.pfad21c,
.pfad228,
.pfad230,
.pfad24a,
.pfad271,
.pfad2d6,
.pfad2df,
.pfad371,
.pfad3ac,
.pfad3c9,
.pfad3f6,
.pfad403,
.pfad41f,
.pfad436,
.pfad49d,
.pfad4a4,
.pfad4c6,
.pfad513,
.pfad53d,
.pfad59e,
.pfad5bb,
.pfad5d3,
.pfad5e9,
.pfad623,
.pfad635,
.pfad63d,
.pfad67f,
.pfad692,
.pfad69e,
.pfad6a0,
.pfad6bb,
.pfad6d5,
.pfad702,
.pfad706,
.pfad726,
.pfad72e,
.pfad74e,
.pfad768,
.pfad7a7,
.pfad7ab,
.pfad7b3,
.pfad7db,
.pfad808,
.pfad847,
.pfad8d3,
.pfad8f0,
.pfad901,
.pfad92d,
.pfad965,
.pfad978,
.pfad9f3,
.pfad9f8,
.pfada17,
.pfada3e,
.pfada92,
.pfadb24,
.pfadb31,
.pfadb58,
.pfadb9d,
.pfadbe5,
.pfadbe9,
.pfadc00,
.pfadc43,
.pfadc46,
.pfadc5b,
.pfadcee,
.pfadcf0,
.pfadd1c,
.pfadd3c,
.pfadd3f,
.pfadd40,
.pfadd6e,
.pfaddab,
.pfade0b,
.pfade13,
.pfade48,
.pfade4b,
.pfadeb8,
.pfadeee,
.pfadf4a,
.pfadf51,
.pfadf6a,
.pfadf7a,
.pfadfa6,
.pfadfc0 {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
.pfad768 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.pfad12c {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	width: auto;
}
.pfadf6a {
	-ms-flex: 0 0 8.33333333%;
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%;
}
.pfadd3c {
	-ms-flex: 0 0 16.66666667%;
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
}
.pfad6d5 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.pfad8f0 {
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}
.pfad7a7 {
	-ms-flex: 0 0 41.66666667%;
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%;
}
.pfad230 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.pfad083 {
	-ms-flex: 0 0 58.33333333%;
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%;
}
.pfad1b7 {
	-ms-flex: 0 0 66.66666667%;
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%;
}
.pfadf7a {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.pfad74e {
	-ms-flex: 0 0 83.33333333%;
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%;
}
.pfad4c6 {
	-ms-flex: 0 0 91.66666667%;
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%;
}
.pfadf4a {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 360px) {
	.pfadf51 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.pfad5d3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	.pfad623 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.pfad847 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.pfad21c {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pfad67f {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.pfad5e9 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.pfad635 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pfad978 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.pfadb31 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.pfad6a0 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pfadcee {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.pfad808 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.pfad702 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 576px) {
	.pfade48 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.pfad04a {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	.pfadbe5 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.pfad436 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.pfadd6e {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pfad49d {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.pfad271 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.pfad1ea {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pfad14e {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.pfad2d6 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.pfad726 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pfad8d3 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.pfadd40 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.pfadc46 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.pfad0fe {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.pfad7b3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	.pfadb24 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.pfadd3f {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.pfad692 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pfad513 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.pfad2df {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.pfad3f6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pfad3ac {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.pfad69e {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.pfad228 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pfada92 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.pfad6bb {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.pfad92d {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.pfad371 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.pfade4b {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	.pfad3c9 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.pfad9f3 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.pfad41f {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pfadb9d {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.pfadfc0 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.pfada3e {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pfaddab {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.pfadcf0 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.pfade13 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pfadfa6 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.pfad63d {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.pfad901 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.pfadb58 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.pfadc5b {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	.pfadd1c {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.pfad15e {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.pfad965 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pfad4a4 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.pfada17 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.pfad1df {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pfadc43 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.pfad59e {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.pfadc00 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pfad5bb {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.pfad7ab {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.pfadeb8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 1367px) {
	.pfad53d {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.pfad1e09 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}
	.pfade0b {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.pfadbe9 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.pfadeee {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pfad011 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.pfad706 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.pfad24a {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pfad72e {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.pfad093 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.pfad178 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pfad7db {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.pfad9f8 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.pfad403 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.pfad0f3 {
	display: none !important;
}
.pfad03c {
	display: inline !important;
}
.pfad1da {
	display: inline-block !important;
}
.pfada1f {
	display: block !important;
}
.pfad223 {
	display: table !important;
}
.pfad63f {
	display: table-row !important;
}
.pfada26 {
	display: table-cell !important;
}
.pfada2c {
	display: -ms-flexbox !important;
	display: flex !important;
}
.pfad9e3 {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@media (min-width: 360px) {
	.pfadf88 {
		display: none !important;
	}
	.pfade10 {
		display: inline !important;
	}
	.pfad97c {
		display: inline-block !important;
	}
	.pfad4eb {
		display: block !important;
	}
	.pfad255 {
		display: table !important;
	}
	.pfadb03 {
		display: table-row !important;
	}
	.pfadaf3 {
		display: table-cell !important;
	}
	.pfadd39 {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.pfadbc7 {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 576px) {
	.pfad13f {
		display: none !important;
	}
	.pfad85b {
		display: inline !important;
	}
	.pfad8f6 {
		display: inline-block !important;
	}
	.pfad6c4 {
		display: block !important;
	}
	.pfad565 {
		display: table !important;
	}
	.pfad9a0 {
		display: table-row !important;
	}
	.pfadedf {
		display: table-cell !important;
	}
	.pfaddf7 {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.pfada5a {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.pfad3b9 {
		display: none !important;
	}
	.pfad44e {
		display: inline !important;
	}
	.pfadde2 {
		display: inline-block !important;
	}
	.pfad455 {
		display: block !important;
	}
	.pfad660 {
		display: table !important;
	}
	.pfad281 {
		display: table-row !important;
	}
	.pfada11 {
		display: table-cell !important;
	}
	.pfad60f {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.pfad24d {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.pfadd52 {
		display: none !important;
	}
	.pfadb63 {
		display: inline !important;
	}
	.pfad96c {
		display: inline-block !important;
	}
	.pfadd32 {
		display: block !important;
	}
	.pfadd97 {
		display: table !important;
	}
	.pfadf1d {
		display: table-row !important;
	}
	.pfad208 {
		display: table-cell !important;
	}
	.pfade54 {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.pfadafc {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.pfada70 {
		display: none !important;
	}
	.pfad7f3 {
		display: inline !important;
	}
	.pfadfa0 {
		display: inline-block !important;
	}
	.pfad7ea {
		display: block !important;
	}
	.pfade5a {
		display: table !important;
	}
	.pfad724 {
		display: table-row !important;
	}
	.pfadcf9 {
		display: table-cell !important;
	}
	.pfad3e4 {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.pfad1cd {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1367px) {
	.pfad68c {
		display: none !important;
	}
	.pfad13c {
		display: inline !important;
	}
	.pfadc55 {
		display: inline-block !important;
	}
	.pfad932 {
		display: block !important;
	}
	.pfad5ac {
		display: table !important;
	}
	.pfad6ca {
		display: table-row !important;
	}
	.pfad34f {
		display: table-cell !important;
	}
	.pfade49 {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.pfadcf7 {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.pfadf3b {
		display: none !important;
	}
	.pfada01 {
		display: inline !important;
	}
	.pfad5af {
		display: inline-block !important;
	}
	.pfadfe3 {
		display: block !important;
	}
	.pfadb40 {
		display: table !important;
	}
	.pfad4f2 {
		display: table-row !important;
	}
	.pfadedd {
		display: table-cell !important;
	}
	.pfadaab {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.pfad493 {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.pfadca0 {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.pfadca5 {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.pfad846 {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.pfad62f {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.pfad406 {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.pfad1fd {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.pfadced {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.pfadca0e {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.pfaddad {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.pfad425 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.pfade45 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.pfad5d0 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.pfad80b {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.pfad3d0 {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.pfad382 {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.pfad7ac {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.pfadb80 {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.pfadbaa {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.pfade44 {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.pfad358 {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.pfad04a3 {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.pfad9a7 {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.pfad3ad {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.pfad642 {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.pfad6af {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.pfad82e {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.pfad8a9 {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.pfadd13 {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.pfadaec {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.pfad91f {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.pfad8cd {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.pfad386 {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.pfadee6 {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.pfad4fb {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 360px) {
	.pfad728 {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.pfada47 {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.pfad2ee {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.pfad3bc {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.pfad059 {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.pfad6fc {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.pfadf1e {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.pfade34 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.pfadd41 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.pfade53 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.pfad14e4 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.pfade6a {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.pfad776 {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.pfade0d {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.pfad9b7 {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.pfad5c9 {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.pfade54d {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.pfad7f0 {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.pfad2fe {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.pfad008 {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.pfadd4d {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.pfaded4 {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.pfade38 {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.pfad59b {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.pfad5d03 {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.pfad58f {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.pfad884 {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.pfad03d {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.pfad78d {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.pfad1a4 {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.pfad9ef {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.pfad325 {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.pfadb6d {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.pfadf11 {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 576px) {
	.pfadb30 {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.pfade106 {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.pfadad5 {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.pfadd7b {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.pfadf0c {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.pfad0591 {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.pfadfa7 {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.pfadef3 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.pfadc03 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.pfadd6c {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.pfadce3 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.pfad90a {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.pfadaf8 {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.pfada53 {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.pfad409 {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.pfad63ff {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.pfadece {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.pfad550 {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.pfad53c {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.pfad91fb {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.pfad72c {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.pfadc95 {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.pfaddae {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.pfadb33 {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.pfade7c {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.pfad745 {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.pfad7f1 {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.pfadb07 {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.pfad6e1 {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.pfad9a06 {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.pfadcda {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.pfad03d1 {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.pfada51 {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.pfad107 {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.pfad087 {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.pfad359 {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.pfad5500 {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.pfadad9 {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.pfad8c6 {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.pfad221 {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.pfadee7 {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.pfadf73 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.pfad85c {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.pfad42d {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.pfad23e {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.pfad1ab {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.pfadecd {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.pfadc07 {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.pfadb3b {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.pfad162 {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.pfad156 {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.pfada03 {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.pfad6bc {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.pfad480 {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.pfadcce {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.pfad44f {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.pfad525 {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.pfad0ae {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.pfad07c {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.pfaddee {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.pfad52e {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.pfadaa7 {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.pfad08d {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.pfadcf6 {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.pfad0f9 {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.pfad52b {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.pfad6ce {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.pfade451 {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.pfad756 {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.pfad1e4 {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.pfad434 {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.pfada93 {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.pfad259 {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.pfadfce {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.pfad1ce {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.pfad7ea0 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.pfad8ac {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.pfadf60 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.pfad048 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.pfad62fd {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.pfada0a {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.pfad823 {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.pfad655 {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.pfad973 {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.pfad904 {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.pfadf39 {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.pfadd2e {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.pfad9d2 {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.pfadc08 {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.pfade52 {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.pfadf59 {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.pfada1d {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.pfad307 {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.pfade9b {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.pfad2e9 {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.pfadd49 {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.pfad3ed {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.pfad588 {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.pfad275 {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.pfad2a0 {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.pfad834 {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.pfad290 {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.pfad98a {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.pfad9eb {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.pfad4ef {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.pfadf30 {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.pfadf25 {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.pfadc164 {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.pfadeea {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.pfad559 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.pfad71d {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.pfad70a {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.pfadb38 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.pfad79f {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.pfadb9a {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.pfad3a0 {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.pfad9a1 {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.pfad57b {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.pfad189 {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.pfad904e {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.pfade67 {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.pfad179 {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.pfad03f {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.pfade75 {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.pfad446 {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.pfad002 {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.pfad689 {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.pfadeae {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.pfad61a {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.pfad09b {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.pfad63c {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.pfad447 {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.pfadd07 {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.pfad117 {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.pfad653 {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.pfad4c5 {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1367px) {
	.pfad834f {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.pfad150 {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.pfad07d {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.pfad81e {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.pfad404 {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.pfad48b {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.pfad72b {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.pfad1b0 {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.pfadcc5 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.pfad734 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.pfad82b {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.pfad20f {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.pfad7e2 {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.pfad2db {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.pfadc2d {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.pfad936 {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.pfad596 {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.pfad854 {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.pfadd9c {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.pfadc19 {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.pfad01c {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.pfadf6c {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.pfad5ab {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.pfad22a {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.pfad9f9 {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.pfad77d {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.pfad95f {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.pfada05 {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.pfadad1 {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.pfadba9 {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.pfad730 {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.pfad908 {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.pfad7e5 {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.pfadb6c {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	height: 0;
	overflow: hidden;
	position: relative;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}
.collapsing.pfad6f1 {
	height: auto;
	transition: width 0.35s ease;
	width: 0;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing.pfad6f1 {
		transition: none;
	}
}
.pfad062,
.pfad086,
.pfad10d .pfad0b0,
.pfad2ad,
.pfad350,
.pfad58c .pfad2236,
.pfad58c .pfad786,
.pfad731 .pfad643,
.pfadaba,
.pfadad1b,
.pfadb10,
.pfadd8a9 .pfada8d,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Open Sans, 'sans-serif';
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 25px;
}
.pfad350,
h1 {
	font-size: 1.75rem;
}
.pfad10d .pfad0b0,
.pfad2ad,
.pfad58c .pfad2236,
.pfad58c .pfad786,
.pfad731 .pfad643,
.pfadad1b,
.pfadd8a9 .pfada8d,
h2 {
	font-size: 1.625rem;
}
.pfadb10,
h3 {
	font-size: 1.5rem;
}
.pfad062,
h4 {
	font-size: 1.3125rem;
}
.pfadaba,
h5 {
	font-size: 1.1875rem;
}
.pfad086,
h6 {
	font-size: 1.0625rem;
}
.pfadec75 {
	font-size: 1.25rem;
	font-weight: 300;
}
.pfad2b9 {
	font-size: 6rem;
}
.pfad0bf,
.pfad2b9 {
	font-weight: 300;
	line-height: 1.3;
}
.pfad0bf {
	font-size: 5.5rem;
}
.pfad1d3 {
	font-size: 4.5rem;
}
.pfad1d3,
.pfadc5f {
	font-weight: 300;
	line-height: 1.3;
}
.pfadc5f {
	font-size: 3.5rem;
}
hr {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.pfadbaf,
small {
	font-size: 0.875em;
	font-weight: 400;
}
.pfad51c,
mark {
	background-color: #fcf8e3;
	padding: 0.2em;
}
.pfad580a,
.pfad6bd {
	list-style: none;
	padding-left: 0;
}
.pfad0ef {
	display: inline-block;
}
.pfad0ef:not(:last-child) {
	margin-right: 0.5rem;
}
.pfad1be {
	font-size: 90%;
	text-transform: uppercase;
}
.pfadd98 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.pfad1c8 {
	color: #6c757d;
	display: block;
	font-size: 0.875em;
}
.pfad1c8:before {
	content: '— ';
}
.btn {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	text-align: center;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	text-decoration: none;
}
.btn.pfade47,
.btn:focus {
	box-shadow: 0 0 0 0.2rem hsla(0, 0%, 7%, 0.25);
	outline: 0;
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-mobile-fixed,
.btn-primary,
.pfad10d .pfadc0e,
.pfad4b9,
.pfad731 .pfad5d1b,
.pfadd8a9 .pfad8e4f {
	background-color: #111;
	border-color: #111;
	color: #fff;
}
.btn-mobile-fixed:hover,
.btn-primary:hover,
.pfad10d .pfadc0e:hover,
.pfad4b9:hover,
.pfad731 .pfad5d1b:hover,
.pfadd8a9 .pfad8e4f:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-mobile-fixed:focus,
.btn-primary.pfade47,
.btn-primary:focus,
.pfad10d .pfadc0e:focus,
.pfad10d .pfade47.pfadc0e,
.pfad4b9:focus,
.pfad731 .pfad5d1b:focus,
.pfad731 .pfade47.pfad5d1b,
.pfadd8a9 .pfad8e4f:focus,
.pfadd8a9 .pfade47.pfad8e4f,
.pfade47.btn-mobile-fixed,
.pfade47.pfad4b9 {
	background-color: #000;
	border-color: #000;
	box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
	color: #fff;
}
.btn-mobile-fixed:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.disabled.btn-mobile-fixed,
.disabled.pfad4b9,
.pfad10d .disabled.pfadc0e,
.pfad10d .pfadc0e:disabled,
.pfad4b9:disabled,
.pfad731 .disabled.pfad5d1b,
.pfad731 .pfad5d1b:disabled,
.pfadd8a9 .disabled.pfad8e4f,
.pfadd8a9 .pfad8e4f:disabled {
	background-color: #111;
	border-color: #111;
	color: #fff;
}
.btn-mobile-fixed:not(:disabled):not(.disabled).active,
.btn-mobile-fixed:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.pfad10d .pfadc0e:not(:disabled):not(.disabled).active,
.pfad10d .pfadc0e:not(:disabled):not(.disabled):active,
.pfad10d .show > .pfad4e8.pfadc0e,
.pfad4b9:not(:disabled):not(.disabled).active,
.pfad4b9:not(:disabled):not(.disabled):active,
.pfad731 .pfad5d1b:not(:disabled):not(.disabled).active,
.pfad731 .pfad5d1b:not(:disabled):not(.disabled):active,
.pfad731 .show > .pfad4e8.pfad5d1b,
.pfadd8a9 .pfad8e4f:not(:disabled):not(.disabled).active,
.pfadd8a9 .pfad8e4f:not(:disabled):not(.disabled):active,
.pfadd8a9 .show > .pfad4e8.pfad8e4f,
.show > .btn-primary.pfad4e8,
.show > .pfad4e8.btn-mobile-fixed,
.show > .pfad4e8.pfad4b9 {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-mobile-fixed:not(:disabled):not(.disabled).active:focus,
.btn-mobile-fixed:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.pfad10d .pfadc0e:not(:disabled):not(.disabled).active:focus,
.pfad10d .pfadc0e:not(:disabled):not(.disabled):active:focus,
.pfad10d .show > .pfad4e8.pfadc0e:focus,
.pfad4b9:not(:disabled):not(.disabled).active:focus,
.pfad4b9:not(:disabled):not(.disabled):active:focus,
.pfad731 .pfad5d1b:not(:disabled):not(.disabled).active:focus,
.pfad731 .pfad5d1b:not(:disabled):not(.disabled):active:focus,
.pfad731 .show > .pfad4e8.pfad5d1b:focus,
.pfadd8a9 .pfad8e4f:not(:disabled):not(.disabled).active:focus,
.pfadd8a9 .pfad8e4f:not(:disabled):not(.disabled):active:focus,
.pfadd8a9 .show > .pfad4e8.pfad8e4f:focus,
.show > .btn-primary.pfad4e8:focus,
.show > .pfad4e8.btn-mobile-fixed:focus,
.show > .pfad4e8.pfad4b9:focus {
	box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5);
}
.btn-secondary {
	background-color: #222;
	border-color: #222;
	color: #fff;
}
.btn-secondary.pfade47,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #0f0f0f;
	border-color: #090909;
	color: #fff;
}
.btn-secondary.pfade47,
.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #222;
	border-color: #222;
	color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.pfad4e8 {
	background-color: #090909;
	border-color: #020202;
	color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}
.btn-success {
	background-color: #26c280;
	border-color: #26c280;
	color: #fff;
}
.btn-success.pfade47,
.btn-success:focus,
.btn-success:hover {
	background-color: #20a26b;
	border-color: #1e9764;
	color: #fff;
}
.btn-success.pfade47,
.btn-success:focus {
	box-shadow: 0 0 0 0.2rem rgba(71, 203, 147, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
	background-color: #26c280;
	border-color: #26c280;
	color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.pfad4e8 {
	background-color: #1e9764;
	border-color: #1c8d5d;
	color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(71, 203, 147, 0.5);
}
.btn-info {
	background-color: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}
.btn-info.pfade47,
.btn-info:focus,
.btn-info:hover {
	background-color: #138496;
	border-color: #117a8b;
	color: #fff;
}
.btn-info.pfade47,
.btn-info:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
	background-color: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.pfad4e8 {
	background-color: #117a8b;
	border-color: #10707f;
	color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}
.btn-warning.pfade47,
.btn-warning:focus,
.btn-warning:hover {
	background-color: #e0a800;
	border-color: #d39e00;
	color: #212529;
}
.btn-warning.pfade47,
.btn-warning:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.pfad4e8 {
	background-color: #d39e00;
	border-color: #c69500;
	color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff;
}
.btn-danger.pfade47,
.btn-danger:focus,
.btn-danger:hover {
	background-color: #c82333;
	border-color: #bd2130;
	color: #fff;
}
.btn-danger.pfade47,
.btn-danger:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.pfad4e8 {
	background-color: #bd2130;
	border-color: #b21f2d;
	color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #212529;
}
.btn-light.pfade47,
.btn-light:focus,
.btn-light:hover {
	background-color: #e2e6ea;
	border-color: #dae0e5;
	color: #212529;
}
.btn-light.pfade47,
.btn-light:focus {
	box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.pfad4e8 {
	background-color: #dae0e5;
	border-color: #d3d9df;
	color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
	background-color: #343a40;
	border-color: #343a40;
	color: #fff;
}
.btn-dark.pfade47,
.btn-dark:focus,
.btn-dark:hover {
	background-color: #23272b;
	border-color: #1d2124;
	color: #fff;
}
.btn-dark.pfade47,
.btn-dark:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #343a40;
	border-color: #343a40;
	color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.pfad4e8 {
	background-color: #1d2124;
	border-color: #171a1d;
	color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
	border-color: #111;
	color: #111;
}
.btn-outline-primary:hover {
	background-color: #111;
	border-color: #111;
	color: #fff;
}
.btn-outline-primary.pfade47,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.2rem hsla(0, 0%, 7%, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	background-color: transparent;
	color: #111;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.pfad4e8 {
	background-color: #111;
	border-color: #111;
	color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem hsla(0, 0%, 7%, 0.5);
}
.btn-outline-secondary {
	border-color: #222;
	color: #222;
}
.btn-outline-secondary:hover {
	background-color: #222;
	border-color: #222;
	color: #fff;
}
.btn-outline-secondary.pfade47,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	background-color: transparent;
	color: #222;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.pfad4e8 {
	background-color: #222;
	border-color: #222;
	color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}
.btn-outline-success {
	border-color: #26c280;
	color: #26c280;
}
.btn-outline-success:hover {
	background-color: #26c280;
	border-color: #26c280;
	color: #fff;
}
.btn-outline-success.pfade47,
.btn-outline-success:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 194, 128, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	background-color: transparent;
	color: #26c280;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.pfad4e8 {
	background-color: #26c280;
	border-color: #26c280;
	color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 194, 128, 0.5);
}
.btn-outline-info {
	border-color: #17a2b8;
	color: #17a2b8;
}
.btn-outline-info:hover {
	background-color: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}
.btn-outline-info.pfade47,
.btn-outline-info:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	background-color: transparent;
	color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.pfad4e8 {
	background-color: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
	border-color: #ffc107;
	color: #ffc107;
}
.btn-outline-warning:hover {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}
.btn-outline-warning.pfade47,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	background-color: transparent;
	color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.pfad4e8 {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
	border-color: #dc3545;
	color: #dc3545;
}
.btn-outline-danger:hover {
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff;
}
.btn-outline-danger.pfade47,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	background-color: transparent;
	color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.pfad4e8 {
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
	border-color: #f8f9fa;
	color: #f8f9fa;
}
.btn-outline-light:hover {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #212529;
}
.btn-outline-light.pfade47,
.btn-outline-light:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	background-color: transparent;
	color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.pfad4e8 {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
	border-color: #343a40;
	color: #343a40;
}
.btn-outline-dark:hover {
	background-color: #343a40;
	border-color: #343a40;
	color: #fff;
}
.btn-outline-dark.pfade47,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	background-color: transparent;
	color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.pfad4e8 {
	background-color: #343a40;
	border-color: #343a40;
	color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.pfad4e8:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
	color: #198cfe;
	font-weight: 400;
	text-decoration: none;
}
.btn-link:hover {
	color: #198cfe;
}
.btn-link.pfade47,
.btn-link:focus,
.btn-link:hover {
	text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}
.btn-lg {
	border-radius: 0.3rem;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: 0.5rem 1rem;
}
.btn-sm {
	border-radius: 0.2rem;
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 0.25rem 0.5rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
	width: 100%;
}
.pfadb4d {
	vertical-align: baseline !important;
}
.pfade19 {
	vertical-align: top !important;
}
.pfadfc6 {
	vertical-align: middle !important;
}
.pfad6d0 {
	vertical-align: bottom !important;
}
.pfad344 {
	vertical-align: text-bottom !important;
}
.pfadb67d {
	vertical-align: text-top !important;
}
.pfad3dd {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}
.pfad0b02:active,
.pfad0b02:focus {
	height: auto;
	overflow: visible;
	position: static;
	width: auto;
	clip: auto;
	white-space: normal;
}
.pfad6ac {
	margin: 0 !important;
}
.pfad07f,
.pfadb332 {
	margin-top: 0 !important;
}
.pfad197,
.pfad5cd {
	margin-right: 0 !important;
}
.pfad999,
.pfadb332 {
	margin-bottom: 0 !important;
}
.pfad0b2,
.pfad197 {
	margin-left: 0 !important;
}
.pfad15a {
	margin: 0.25rem !important;
}
.pfad3b3,
.pfad3c4 {
	margin-top: 0.25rem !important;
}
.pfad9ac,
.pfadfe0 {
	margin-right: 0.25rem !important;
}
.pfad3b3,
.pfad592 {
	margin-bottom: 0.25rem !important;
}
.pfad594,
.pfad9ac {
	margin-left: 0.25rem !important;
}
.pfad6425 {
	margin: 0.5rem !important;
}
.pfad551,
.pfad5d6 {
	margin-top: 0.5rem !important;
}
.pfad925,
.pfada3d {
	margin-right: 0.5rem !important;
}
.pfad551,
.pfadbfb {
	margin-bottom: 0.5rem !important;
}
.pfad925,
.pfad930 {
	margin-left: 0.5rem !important;
}
.pfada79 {
	margin: 1rem !important;
}
.pfad9f31,
.pfadbe8 {
	margin-top: 1rem !important;
}
.pfad15ae,
.pfad81b {
	margin-right: 1rem !important;
}
.pfadbe8,
.pfade59 {
	margin-bottom: 1rem !important;
}
.pfad81b,
.pfad9f9d {
	margin-left: 1rem !important;
}
.pfadbf3 {
	margin: 1.5rem !important;
}
.pfad2be,
.pfad682 {
	margin-top: 1.5rem !important;
}
.pfad7e3,
.pfad84c {
	margin-right: 1.5rem !important;
}
.pfad105,
.pfad2be {
	margin-bottom: 1.5rem !important;
}
.pfad006,
.pfad84c {
	margin-left: 1.5rem !important;
}
.pfad29f {
	margin: 3rem !important;
}
.pfad2fb,
.pfad964 {
	margin-top: 3rem !important;
}
.pfad597,
.pfadf8c {
	margin-right: 3rem !important;
}
.pfad2fb,
.pfadea6 {
	margin-bottom: 3rem !important;
}
.pfad597,
.pfadc9b {
	margin-left: 3rem !important;
}
.pfadd96 {
	padding: 0 !important;
}
.pfad1e9,
.pfad8f7 {
	padding-top: 0 !important;
}
.pfad5d6d,
.pfadf95 {
	padding-right: 0 !important;
}
.pfad03dd,
.pfad8f7 {
	padding-bottom: 0 !important;
}
.pfad4cc,
.pfadf95 {
	padding-left: 0 !important;
}
.pfade79 {
	padding: 0.25rem !important;
}
.pfad213,
.pfadd6c4 {
	padding-top: 0.25rem !important;
}
.pfad700,
.pfadab3 {
	padding-right: 0.25rem !important;
}
.pfad213,
.pfad545 {
	padding-bottom: 0.25rem !important;
}
.pfad700,
.pfadb44 {
	padding-left: 0.25rem !important;
}
.pfad3f6d {
	padding: 0.5rem !important;
}
.pfad1782,
.pfad3a2 {
	padding-top: 0.5rem !important;
}
.pfad434b,
.pfada44 {
	padding-right: 0.5rem !important;
}
.pfad1aa,
.pfad3a2 {
	padding-bottom: 0.5rem !important;
}
.pfad434b,
.pfadff0 {
	padding-left: 0.5rem !important;
}
.pfad6a7 {
	padding: 1rem !important;
}
.pfad5fc,
.pfadf6d {
	padding-top: 1rem !important;
}
.pfad658,
.pfad81d {
	padding-right: 1rem !important;
}
.pfad91d,
.pfadf6d {
	padding-bottom: 1rem !important;
}
.pfad441,
.pfad658 {
	padding-left: 1rem !important;
}
.pfad9fc {
	padding: 1.5rem !important;
}
.pfad59d,
.pfadaa1 {
	padding-top: 1.5rem !important;
}
.pfad69c,
.pfadbca {
	padding-right: 1.5rem !important;
}
.pfad59d,
.pfadedc {
	padding-bottom: 1.5rem !important;
}
.pfad69c,
.pfad972 {
	padding-left: 1.5rem !important;
}
.pfad00d {
	padding: 3rem !important;
}
.pfad266,
.pfadddd {
	padding-top: 3rem !important;
}
.pfad3c5,
.pfada59 {
	padding-right: 3rem !important;
}
.pfad6e1e,
.pfadddd {
	padding-bottom: 3rem !important;
}
.pfad5ea,
.pfada59 {
	padding-left: 3rem !important;
}
.pfad459 {
	margin: -0.25rem !important;
}
.pfad216,
.pfadfd6 {
	margin-top: -0.25rem !important;
}
.pfad671,
.pfade34e {
	margin-right: -0.25rem !important;
}
.pfad60f7,
.pfadfd6 {
	margin-bottom: -0.25rem !important;
}
.pfad662,
.pfad671 {
	margin-left: -0.25rem !important;
}
.pfad6cd {
	margin: -0.5rem !important;
}
.pfadbaac,
.pfadf2b {
	margin-top: -0.5rem !important;
}
.pfad392,
.pfad4b6 {
	margin-right: -0.5rem !important;
}
.pfaded7,
.pfadf2b {
	margin-bottom: -0.5rem !important;
}
.pfad4b6,
.pfad8da {
	margin-left: -0.5rem !important;
}
.pfad638 {
	margin: -1rem !important;
}
.pfad9c4,
.pfadd7c {
	margin-top: -1rem !important;
}
.pfad7c7,
.pfad862 {
	margin-right: -1rem !important;
}
.pfad15c,
.pfad9c4 {
	margin-bottom: -1rem !important;
}
.pfad624,
.pfad7c7 {
	margin-left: -1rem !important;
}
.pfad49de {
	margin: -1.5rem !important;
}
.pfad08b,
.pfad79a {
	margin-top: -1.5rem !important;
}
.pfad12d,
.pfad22b {
	margin-right: -1.5rem !important;
}
.pfad08b,
.pfad36f {
	margin-bottom: -1.5rem !important;
}
.pfad129,
.pfad22b {
	margin-left: -1.5rem !important;
}
.pfad347 {
	margin: -3rem !important;
}
.pfad1e5,
.pfadacb {
	margin-top: -3rem !important;
}
.pfad67c,
.pfadf396 {
	margin-right: -3rem !important;
}
.pfad1e5,
.pfad7bb {
	margin-bottom: -3rem !important;
}
.pfad3df,
.pfadf396 {
	margin-left: -3rem !important;
}
.pfadba4 {
	margin: auto !important;
}
.pfad0bc,
.pfad2df3 {
	margin-top: auto !important;
}
.pfad003,
.pfad1ec {
	margin-right: auto !important;
}
.pfad2df3,
.pfad7c3 {
	margin-bottom: auto !important;
}
.pfad003,
.pfadf13 {
	margin-left: auto !important;
}
@media (min-width: 360px) {
	.pfadfc3 {
		margin: 0 !important;
	}
	.pfad7b9,
	.pfad8b8 {
		margin-top: 0 !important;
	}
	.pfad6f6,
	.pfade8b {
		margin-right: 0 !important;
	}
	.pfad6b9,
	.pfad8b8 {
		margin-bottom: 0 !important;
	}
	.pfad121,
	.pfad6f6 {
		margin-left: 0 !important;
	}
	.pfada49 {
		margin: 0.25rem !important;
	}
	.pfade0b8,
	.pfade4c {
		margin-top: 0.25rem !important;
	}
	.pfad00dd,
	.pfad746 {
		margin-right: 0.25rem !important;
	}
	.pfad7ff,
	.pfade4c {
		margin-bottom: 0.25rem !important;
	}
	.pfad00dd,
	.pfadaf5 {
		margin-left: 0.25rem !important;
	}
	.pfad2a1 {
		margin: 0.5rem !important;
	}
	.pfad29fb,
	.pfad681 {
		margin-top: 0.5rem !important;
	}
	.pfad7ec,
	.pfadc2df {
		margin-right: 0.5rem !important;
	}
	.pfad681,
	.pfad718 {
		margin-bottom: 0.5rem !important;
	}
	.pfad9b6,
	.pfadc2df {
		margin-left: 0.5rem !important;
	}
	.pfad723 {
		margin: 1rem !important;
	}
	.pfad6b4,
	.pfad6b6 {
		margin-top: 1rem !important;
	}
	.pfadb99,
	.pfadd14 {
		margin-right: 1rem !important;
	}
	.pfad6b4,
	.pfadbe4 {
		margin-bottom: 1rem !important;
	}
	.pfad8e1,
	.pfadd14 {
		margin-left: 1rem !important;
	}
	.pfadd89 {
		margin: 1.5rem !important;
	}
	.pfad3e3,
	.pfad7f9 {
		margin-top: 1.5rem !important;
	}
	.pfad9ea,
	.pfadb5e {
		margin-right: 1.5rem !important;
	}
	.pfad3e3,
	.pfad9ea8 {
		margin-bottom: 1.5rem !important;
	}
	.pfad528,
	.pfad9ea {
		margin-left: 1.5rem !important;
	}
	.pfad361 {
		margin: 3rem !important;
	}
	.pfad39e,
	.pfad7bc {
		margin-top: 3rem !important;
	}
	.pfad615,
	.pfadc93 {
		margin-right: 3rem !important;
	}
	.pfad238,
	.pfad39e {
		margin-bottom: 3rem !important;
	}
	.pfad8d3f,
	.pfadc93 {
		margin-left: 3rem !important;
	}
	.pfadc73 {
		padding: 0 !important;
	}
	.pfad0e1,
	.pfad269 {
		padding-top: 0 !important;
	}
	.pfadc4a,
	.pfadd34 {
		padding-right: 0 !important;
	}
	.pfad269,
	.pfad2f4 {
		padding-bottom: 0 !important;
	}
	.pfadd34,
	.pfadfbf {
		padding-left: 0 !important;
	}
	.pfad80b0 {
		padding: 0.25rem !important;
	}
	.pfad560,
	.pfad864 {
		padding-top: 0.25rem !important;
	}
	.pfad0ba,
	.pfadb29 {
		padding-right: 0.25rem !important;
	}
	.pfad647,
	.pfad864 {
		padding-bottom: 0.25rem !important;
	}
	.pfad4ca,
	.pfadb29 {
		padding-left: 0.25rem !important;
	}
	.pfada01a {
		padding: 0.5rem !important;
	}
	.pfad1de,
	.pfad906 {
		padding-top: 0.5rem !important;
	}
	.pfad318,
	.pfad601 {
		padding-right: 0.5rem !important;
	}
	.pfad3250,
	.pfad906 {
		padding-bottom: 0.5rem !important;
	}
	.pfad318,
	.pfad87f {
		padding-left: 0.5rem !important;
	}
	.pfad77de {
		padding: 1rem !important;
	}
	.pfadb46,
	.pfadebd {
		padding-top: 1rem !important;
	}
	.pfad185,
	.pfadb3d {
		padding-right: 1rem !important;
	}
	.pfadcdf,
	.pfadebd {
		padding-bottom: 1rem !important;
	}
	.pfad199,
	.pfadb3d {
		padding-left: 1rem !important;
	}
	.pfadcab {
		padding: 1.5rem !important;
	}
	.pfad09c,
	.pfad452 {
		padding-top: 1.5rem !important;
	}
	.pfad41e,
	.pfad77b {
		padding-right: 1.5rem !important;
	}
	.pfad452,
	.pfad84e {
		padding-bottom: 1.5rem !important;
	}
	.pfad77b,
	.pfad99f {
		padding-left: 1.5rem !important;
	}
	.pfadc35 {
		padding: 3rem !important;
	}
	.pfad6d7,
	.pfadea5 {
		padding-top: 3rem !important;
	}
	.pfad5d30,
	.pfad9b1 {
		padding-right: 3rem !important;
	}
	.pfadb26,
	.pfadea5 {
		padding-bottom: 3rem !important;
	}
	.pfad9b1,
	.pfadede {
		padding-left: 3rem !important;
	}
	.pfad006b {
		margin: -0.25rem !important;
	}
	.pfad74e2,
	.pfadcf9e {
		margin-top: -0.25rem !important;
	}
	.pfad733,
	.pfadb4a {
		margin-right: -0.25rem !important;
	}
	.pfada5e,
	.pfadcf9e {
		margin-bottom: -0.25rem !important;
	}
	.pfada34,
	.pfadb4a {
		margin-left: -0.25rem !important;
	}
	.pfadfeb {
		margin: -0.5rem !important;
	}
	.pfad83f,
	.pfadafe {
		margin-top: -0.5rem !important;
	}
	.pfad7ac9,
	.pfaddc8 {
		margin-right: -0.5rem !important;
	}
	.pfad34b,
	.pfad83f {
		margin-bottom: -0.5rem !important;
	}
	.pfad5fb,
	.pfad7ac9 {
		margin-left: -0.5rem !important;
	}
	.pfadd0a {
		margin: -1rem !important;
	}
	.pfad2fd,
	.pfad8bf {
		margin-top: -1rem !important;
	}
	.pfad36f0,
	.pfadd28 {
		margin-right: -1rem !important;
	}
	.pfad2fd,
	.pfad6cde {
		margin-bottom: -1rem !important;
	}
	.pfad0aee,
	.pfad36f0 {
		margin-left: -1rem !important;
	}
	.pfad907 {
		margin: -1.5rem !important;
	}
	.pfad60d,
	.pfaddcd {
		margin-top: -1.5rem !important;
	}
	.pfad3da,
	.pfad6d3 {
		margin-right: -1.5rem !important;
	}
	.pfaddcd,
	.pfadf19 {
		margin-bottom: -1.5rem !important;
	}
	.pfad6d3,
	.pfadd8a {
		margin-left: -1.5rem !important;
	}
	.pfad4bb {
		margin: -3rem !important;
	}
	.pfad2a8,
	.pfaddfc {
		margin-top: -3rem !important;
	}
	.pfadec7,
	.pfadf5d {
		margin-right: -3rem !important;
	}
	.pfad191,
	.pfaddfc {
		margin-bottom: -3rem !important;
	}
	.pfad827f,
	.pfadf5d {
		margin-left: -3rem !important;
	}
	.pfadb09 {
		margin: auto !important;
	}
	.pfadbf2,
	.pfadeaf {
		margin-top: auto !important;
	}
	.pfad009,
	.pfad566 {
		margin-right: auto !important;
	}
	.pfad5f5,
	.pfadbf2 {
		margin-bottom: auto !important;
	}
	.pfad566,
	.pfada1d8 {
		margin-left: auto !important;
	}
}
@media (min-width: 576px) {
	.pfad66c {
		margin: 0 !important;
	}
	.pfad134,
	.pfad9a5 {
		margin-top: 0 !important;
	}
	.pfad760,
	.pfadb96 {
		margin-right: 0 !important;
	}
	.pfad134,
	.pfad6479 {
		margin-bottom: 0 !important;
	}
	.pfad760,
	.pfad8f77 {
		margin-left: 0 !important;
	}
	.pfadbbe {
		margin: 0.25rem !important;
	}
	.pfad283,
	.pfad37f {
		margin-top: 0.25rem !important;
	}
	.pfad242,
	.pfad76a {
		margin-right: 0.25rem !important;
	}
	.pfad1f0,
	.pfad283 {
		margin-bottom: 0.25rem !important;
	}
	.pfad242,
	.pfad415 {
		margin-left: 0.25rem !important;
	}
	.pfad5940 {
		margin: 0.5rem !important;
	}
	.pfad188,
	.pfada1a {
		margin-top: 0.5rem !important;
	}
	.pfadb61,
	.pfadc70 {
		margin-right: 0.5rem !important;
	}
	.pfad188,
	.pfadda2 {
		margin-bottom: 0.5rem !important;
	}
	.pfadb61,
	.pfadcf1 {
		margin-left: 0.5rem !important;
	}
	.pfada20 {
		margin: 1rem !important;
	}
	.pfadaa7f,
	.pfadaac {
		margin-top: 1rem !important;
	}
	.pfad4d8,
	.pfad52e8 {
		margin-right: 1rem !important;
	}
	.pfadaac,
	.pfade1f {
		margin-bottom: 1rem !important;
	}
	.pfad4d8,
	.pfad80f {
		margin-left: 1rem !important;
	}
	.pfadf47 {
		margin: 1.5rem !important;
	}
	.pfad6920,
	.pfadccf {
		margin-top: 1.5rem !important;
	}
	.pfada4b,
	.pfadcd5 {
		margin-right: 1.5rem !important;
	}
	.pfad2bf,
	.pfad6920 {
		margin-bottom: 1.5rem !important;
	}
	.pfad65e,
	.pfada4b {
		margin-left: 1.5rem !important;
	}
	.pfadfb6 {
		margin: 3rem !important;
	}
	.pfad5c91,
	.pfad6e7 {
		margin-top: 3rem !important;
	}
	.pfadb0b,
	.pfadfda {
		margin-right: 3rem !important;
	}
	.pfad5c91,
	.pfad94e {
		margin-bottom: 3rem !important;
	}
	.pfad7d5,
	.pfadfda {
		margin-left: 3rem !important;
	}
	.pfadd6b {
		padding: 0 !important;
	}
	.pfadcd6,
	.pfade74 {
		padding-top: 0 !important;
	}
	.pfad6c3,
	.pfada27 {
		padding-right: 0 !important;
	}
	.pfad3d2,
	.pfade74 {
		padding-bottom: 0 !important;
	}
	.pfad5d61,
	.pfad6c3 {
		padding-left: 0 !important;
	}
	.pfadb0f {
		padding: 0.25rem !important;
	}
	.pfad114,
	.pfad3b1 {
		padding-top: 0.25rem !important;
	}
	.pfad7f16,
	.pfad8fa {
		padding-right: 0.25rem !important;
	}
	.pfad3b1,
	.pfadd19 {
		padding-bottom: 0.25rem !important;
	}
	.pfad732,
	.pfad8fa {
		padding-left: 0.25rem !important;
	}
	.pfadbe98 {
		padding: 0.5rem !important;
	}
	.pfadb4f,
	.pfadb81 {
		padding-top: 0.5rem !important;
	}
	.pfad2d9,
	.pfad6816 {
		padding-right: 0.5rem !important;
	}
	.pfad852,
	.pfadb81 {
		padding-bottom: 0.5rem !important;
	}
	.pfad2d9,
	.pfade91 {
		padding-left: 0.5rem !important;
	}
	.pfad389 {
		padding: 1rem !important;
	}
	.pfada1b,
	.pfadea9 {
		padding-top: 1rem !important;
	}
	.pfad922,
	.pfad9c6 {
		padding-right: 1rem !important;
	}
	.pfad704,
	.pfada1b {
		padding-bottom: 1rem !important;
	}
	.pfad9c6,
	.pfadb9df {
		padding-left: 1rem !important;
	}
	.pfadaf6 {
		padding: 1.5rem !important;
	}
	.pfad0fd,
	.pfad7d2 {
		padding-top: 1.5rem !important;
	}
	.pfad22e,
	.pfad2ed {
		padding-right: 1.5rem !important;
	}
	.pfad7d2,
	.pfaddb4 {
		padding-bottom: 1.5rem !important;
	}
	.pfad2ed,
	.pfad3cf {
		padding-left: 1.5rem !important;
	}
	.pfad18f {
		padding: 3rem !important;
	}
	.pfad24e,
	.pfad7a1 {
		padding-top: 3rem !important;
	}
	.pfad33f,
	.pfadee60 {
		padding-right: 3rem !important;
	}
	.pfad24e,
	.pfad5aa {
		padding-bottom: 3rem !important;
	}
	.pfad33f,
	.pfad784 {
		padding-left: 3rem !important;
	}
	.pfad6533 {
		margin: -0.25rem !important;
	}
	.pfad136,
	.pfadaa5 {
		margin-top: -0.25rem !important;
	}
	.pfad267,
	.pfad5a6 {
		margin-right: -0.25rem !important;
	}
	.pfad187,
	.pfadaa5 {
		margin-bottom: -0.25rem !important;
	}
	.pfad321,
	.pfad5a6 {
		margin-left: -0.25rem !important;
	}
	.pfad9997 {
		margin: -0.5rem !important;
	}
	.pfad668,
	.pfad7029 {
		margin-top: -0.5rem !important;
	}
	.pfad119,
	.pfade7a {
		margin-right: -0.5rem !important;
	}
	.pfad668,
	.pfadca7 {
		margin-bottom: -0.5rem !important;
	}
	.pfad16d,
	.pfade7a {
		margin-left: -0.5rem !important;
	}
	.pfadb82 {
		margin: -1rem !important;
	}
	.pfad58f7,
	.pfadf93 {
		margin-top: -1rem !important;
	}
	.pfada14,
	.pfadb3a {
		margin-right: -1rem !important;
	}
	.pfad58f7,
	.pfad665 {
		margin-bottom: -1rem !important;
	}
	.pfadb3a,
	.pfadc85 {
		margin-left: -1rem !important;
	}
	.pfadba6 {
		margin: -1.5rem !important;
	}
	.pfad9a6,
	.pfadd6c47 {
		margin-top: -1.5rem !important;
	}
	.pfadbe5f,
	.pfadee66 {
		margin-right: -1.5rem !important;
	}
	.pfad7457,
	.pfad9a6 {
		margin-bottom: -1.5rem !important;
	}
	.pfad7b3e,
	.pfadee66 {
		margin-left: -1.5rem !important;
	}
	.pfad519 {
		margin: -3rem !important;
	}
	.pfad18c,
	.pfada05d {
		margin-top: -3rem !important;
	}
	.pfad41b,
	.pfadcfd {
		margin-right: -3rem !important;
	}
	.pfada05d,
	.pfadef2 {
		margin-bottom: -3rem !important;
	}
	.pfad41b,
	.pfad7f5 {
		margin-left: -3rem !important;
	}
	.pfadeddc {
		margin: auto !important;
	}
	.pfad801,
	.pfaddc2 {
		margin-top: auto !important;
	}
	.pfad3d06,
	.pfad424 {
		margin-right: auto !important;
	}
	.pfad4c9,
	.pfad801 {
		margin-bottom: auto !important;
	}
	.pfad210,
	.pfad424 {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.pfad05c {
		margin: 0 !important;
	}
	.pfad061,
	.pfad676 {
		margin-top: 0 !important;
	}
	.pfadc16a,
	.pfadf2a {
		margin-right: 0 !important;
	}
	.pfad38d,
	.pfad676 {
		margin-bottom: 0 !important;
	}
	.pfad0d3,
	.pfadf2a {
		margin-left: 0 !important;
	}
	.pfadcec {
		margin: 0.25rem !important;
	}
	.pfad4d9,
	.pfad632 {
		margin-top: 0.25rem !important;
	}
	.pfadb44b,
	.pfade8d {
		margin-right: 0.25rem !important;
	}
	.pfad3920,
	.pfad4d9 {
		margin-bottom: 0.25rem !important;
	}
	.pfad14d,
	.pfade8d {
		margin-left: 0.25rem !important;
	}
	.pfaddd4 {
		margin: 0.5rem !important;
	}
	.pfad3ca,
	.pfadc39 {
		margin-top: 0.5rem !important;
	}
	.pfad76f,
	.pfade61 {
		margin-right: 0.5rem !important;
	}
	.pfad9015,
	.pfadc39 {
		margin-bottom: 0.5rem !important;
	}
	.pfad7e8,
	.pfade61 {
		margin-left: 0.5rem !important;
	}
	.pfaddc29 {
		margin: 1rem !important;
	}
	.pfad865,
	.pfad894 {
		margin-top: 1rem !important;
	}
	.pfad522,
	.pfad945 {
		margin-right: 1rem !important;
	}
	.pfad1fd6,
	.pfad894 {
		margin-bottom: 1rem !important;
	}
	.pfad522,
	.pfad5dc {
		margin-left: 1rem !important;
	}
	.pfad1c3 {
		margin: 1.5rem !important;
	}
	.pfad2ba,
	.pfad6cb {
		margin-top: 1.5rem !important;
	}
	.pfad8de,
	.pfad8e4 {
		margin-right: 1.5rem !important;
	}
	.pfad37d,
	.pfad6cb {
		margin-bottom: 1.5rem !important;
	}
	.pfad8de,
	.pfade7b {
		margin-left: 1.5rem !important;
	}
	.pfadd96e {
		margin: 3rem !important;
	}
	.pfad51b,
	.pfad78da {
		margin-top: 3rem !important;
	}
	.pfad1bc,
	.pfad1e6 {
		margin-right: 3rem !important;
	}
	.pfad39a,
	.pfad51b {
		margin-bottom: 3rem !important;
	}
	.pfad146,
	.pfad1bc {
		margin-left: 3rem !important;
	}
	.pfad6d2 {
		padding: 0 !important;
	}
	.pfade97,
	.pfadf76 {
		padding-top: 0 !important;
	}
	.pfad6b92,
	.pfadfff {
		padding-right: 0 !important;
	}
	.pfade3d,
	.pfade97 {
		padding-bottom: 0 !important;
	}
	.pfad0a9,
	.pfad6b92 {
		padding-left: 0 !important;
	}
	.pfad296 {
		padding: 0.25rem !important;
	}
	.pfad944,
	.pfadfd2 {
		padding-top: 0.25rem !important;
	}
	.pfad7a7b,
	.pfadef0 {
		padding-right: 0.25rem !important;
	}
	.pfad04a2,
	.pfadfd2 {
		padding-bottom: 0.25rem !important;
	}
	.pfad978b,
	.pfadef0 {
		padding-left: 0.25rem !important;
	}
	.pfad6eb {
		padding: 0.5rem !important;
	}
	.pfad340,
	.pfadc6e {
		padding-top: 0.5rem !important;
	}
	.pfad2bc,
	.pfad43e {
		padding-right: 0.5rem !important;
	}
	.pfad340,
	.pfadff1 {
		padding-bottom: 0.5rem !important;
	}
	.pfad43e,
	.pfadd25 {
		padding-left: 0.5rem !important;
	}
	.pfad6761 {
		padding: 1rem !important;
	}
	.pfad8eb,
	.pfade9e {
		padding-top: 1rem !important;
	}
	.pfad72f,
	.pfada46 {
		padding-right: 1rem !important;
	}
	.pfad69d,
	.pfad8eb {
		padding-bottom: 1rem !important;
	}
	.pfad509,
	.pfad72f {
		padding-left: 1rem !important;
	}
	.pfad02c {
		padding: 1.5rem !important;
	}
	.pfad93d,
	.pfadd06 {
		padding-top: 1.5rem !important;
	}
	.pfadca71,
	.pfadfed {
		padding-right: 1.5rem !important;
	}
	.pfad659,
	.pfad93d {
		padding-bottom: 1.5rem !important;
	}
	.pfadb6b,
	.pfadca71 {
		padding-left: 1.5rem !important;
	}
	.pfad3e5 {
		padding: 3rem !important;
	}
	.pfad53ca,
	.pfadd7f {
		padding-top: 3rem !important;
	}
	.pfadaad,
	.pfadd6e8 {
		padding-right: 3rem !important;
	}
	.pfad054,
	.pfad53ca {
		padding-bottom: 3rem !important;
	}
	.pfad547,
	.pfadaad {
		padding-left: 3rem !important;
	}
	.pfadf1d5 {
		margin: -0.25rem !important;
	}
	.pfadedc2,
	.pfadf9f {
		margin-top: -0.25rem !important;
	}
	.pfad34c,
	.pfad857 {
		margin-right: -0.25rem !important;
	}
	.pfad5e4,
	.pfadedc2 {
		margin-bottom: -0.25rem !important;
	}
	.pfad34c,
	.pfadee2 {
		margin-left: -0.25rem !important;
	}
	.pfad833 {
		margin: -0.5rem !important;
	}
	.pfad13ca,
	.pfad892 {
		margin-top: -0.5rem !important;
	}
	.pfad8e7,
	.pfadcfdc {
		margin-right: -0.5rem !important;
	}
	.pfad303,
	.pfad892 {
		margin-bottom: -0.5rem !important;
	}
	.pfadc4c,
	.pfadcfdc {
		margin-left: -0.5rem !important;
	}
	.pfad8e5 {
		margin: -1rem !important;
	}
	.pfad790,
	.pfad91e {
		margin-top: -1rem !important;
	}
	.pfad50c,
	.pfad5d2 {
		margin-right: -1rem !important;
	}
	.pfad0dd,
	.pfad790 {
		margin-bottom: -1rem !important;
	}
	.pfad5d2,
	.pfadd3e {
		margin-left: -1rem !important;
	}
	.pfad813 {
		margin: -1.5rem !important;
	}
	.pfad57bb,
	.pfadf8c4 {
		margin-top: -1.5rem !important;
	}
	.pfade9c,
	.pfadef8 {
		margin-right: -1.5rem !important;
	}
	.pfadcb2,
	.pfadf8c4 {
		margin-bottom: -1.5rem !important;
	}
	.pfad382a,
	.pfade9c {
		margin-left: -1.5rem !important;
	}
	.pfad5d1 {
		margin: -3rem !important;
	}
	.pfadaf1,
	.pfadea4 {
		margin-top: -3rem !important;
	}
	.pfad0ac,
	.pfad542 {
		margin-right: -3rem !important;
	}
	.pfade7f,
	.pfadea4 {
		margin-bottom: -3rem !important;
	}
	.pfad0ac,
	.pfad12c1 {
		margin-left: -3rem !important;
	}
	.pfad72c8 {
		margin: auto !important;
	}
	.pfad562,
	.pfad9ca {
		margin-top: auto !important;
	}
	.pfad6a4,
	.pfadd7d {
		margin-right: auto !important;
	}
	.pfad562,
	.pfad910 {
		margin-bottom: auto !important;
	}
	.pfad5ad,
	.pfadd7d {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.pfad106 {
		margin: 0 !important;
	}
	.pfad20c,
	.pfad744 {
		margin-top: 0 !important;
	}
	.pfad841,
	.pfadff8 {
		margin-right: 0 !important;
	}
	.pfad744,
	.pfadbaa3 {
		margin-bottom: 0 !important;
	}
	.pfad841,
	.pfadef1 {
		margin-left: 0 !important;
	}
	.pfad717 {
		margin: 0.25rem !important;
	}
	.pfad2c3,
	.pfadb13 {
		margin-top: 0.25rem !important;
	}
	.pfad20d,
	.pfadd3e5 {
		margin-right: 0.25rem !important;
	}
	.pfad7ae,
	.pfadb13 {
		margin-bottom: 0.25rem !important;
	}
	.pfadd3e5,
	.pfadf62 {
		margin-left: 0.25rem !important;
	}
	.pfadb3c {
		margin: 0.5rem !important;
	}
	.pfad15d,
	.pfad9b9 {
		margin-top: 0.5rem !important;
	}
	.pfadd00,
	.pfadfa8 {
		margin-right: 0.5rem !important;
	}
	.pfad15d,
	.pfad8ce {
		margin-bottom: 0.5rem !important;
	}
	.pfad589,
	.pfadfa8 {
		margin-left: 0.5rem !important;
	}
	.pfad4e5 {
		margin: 1rem !important;
	}
	.pfad1e04,
	.pfadab9 {
		margin-top: 1rem !important;
	}
	.pfad0028,
	.pfadb34 {
		margin-right: 1rem !important;
	}
	.pfad7d8,
	.pfadab9 {
		margin-bottom: 1rem !important;
	}
	.pfad0028,
	.pfadb4a7 {
		margin-left: 1rem !important;
	}
	.pfadbe2 {
		margin: 1.5rem !important;
	}
	.pfad44e5,
	.pfadf34 {
		margin-top: 1.5rem !important;
	}
	.pfad0d7,
	.pfad2e0 {
		margin-right: 1.5rem !important;
	}
	.pfad585,
	.pfadf34 {
		margin-bottom: 1.5rem !important;
	}
	.pfad2e0,
	.pfadc5d {
		margin-left: 1.5rem !important;
	}
	.pfadce9 {
		margin: 3rem !important;
	}
	.pfad1560,
	.pfadcf4 {
		margin-top: 3rem !important;
	}
	.pfad474,
	.pfad726c {
		margin-right: 3rem !important;
	}
	.pfad056,
	.pfad1560 {
		margin-bottom: 3rem !important;
	}
	.pfad5af5,
	.pfad726c {
		margin-left: 3rem !important;
	}
	.pfadad2 {
		padding: 0 !important;
	}
	.pfad08bc,
	.pfadf29 {
		padding-top: 0 !important;
	}
	.pfad562f,
	.pfad67c4 {
		padding-right: 0 !important;
	}
	.pfad08bc,
	.pfadb0e {
		padding-bottom: 0 !important;
	}
	.pfad0e7,
	.pfad562f {
		padding-left: 0 !important;
	}
	.pfad27b {
		padding: 0.25rem !important;
	}
	.pfad3d4,
	.pfad6351 {
		padding-top: 0.25rem !important;
	}
	.pfad137,
	.pfad99c {
		padding-right: 0.25rem !important;
	}
	.pfad6351,
	.pfadcf4c {
		padding-bottom: 0.25rem !important;
	}
	.pfad015,
	.pfad99c {
		padding-left: 0.25rem !important;
	}
	.pfadca52 {
		padding: 0.5rem !important;
	}
	.pfad939,
	.pfadb4f7 {
		padding-top: 0.5rem !important;
	}
	.pfad1f5,
	.pfad35b {
		padding-right: 0.5rem !important;
	}
	.pfad1b5,
	.pfad939 {
		padding-bottom: 0.5rem !important;
	}
	.pfad1f5,
	.pfadbaa0 {
		padding-left: 0.5rem !important;
	}
	.pfad1502 {
		padding: 1rem !important;
	}
	.pfad7db1,
	.pfadaa9 {
		padding-top: 1rem !important;
	}
	.pfadae4,
	.pfadb68 {
		padding-right: 1rem !important;
	}
	.pfad7db1,
	.pfadd82 {
		padding-bottom: 1rem !important;
	}
	.pfadac9,
	.pfadae4 {
		padding-left: 1rem !important;
	}
	.pfad452b {
		padding: 1.5rem !important;
	}
	.pfad1fb,
	.pfadb32 {
		padding-top: 1.5rem !important;
	}
	.pfad1079,
	.pfad24f {
		padding-right: 1.5rem !important;
	}
	.pfad0f8,
	.pfadb32 {
		padding-bottom: 1.5rem !important;
	}
	.pfad1079,
	.pfad3c94 {
		padding-left: 1.5rem !important;
	}
	.pfad935 {
		padding: 3rem !important;
	}
	.pfad3ff,
	.pfadacbd {
		padding-top: 3rem !important;
	}
	.pfad0ae4,
	.pfad17c {
		padding-right: 3rem !important;
	}
	.pfad3ff,
	.pfadbcc {
		padding-bottom: 3rem !important;
	}
	.pfad090,
	.pfad17c {
		padding-left: 3rem !important;
	}
	.pfad1fe {
		margin: -0.25rem !important;
	}
	.pfad483,
	.pfad5f9 {
		margin-top: -0.25rem !important;
	}
	.pfad6249,
	.pfadee0 {
		margin-right: -0.25rem !important;
	}
	.pfad0b3,
	.pfad483 {
		margin-bottom: -0.25rem !important;
	}
	.pfad6249,
	.pfadbd9 {
		margin-left: -0.25rem !important;
	}
	.pfadbee {
		margin: -0.5rem !important;
	}
	.pfad23e7,
	.pfad470 {
		margin-top: -0.5rem !important;
	}
	.pfad08d0,
	.pfade21 {
		margin-right: -0.5rem !important;
	}
	.pfad1066,
	.pfad470 {
		margin-bottom: -0.5rem !important;
	}
	.pfadc63,
	.pfade21 {
		margin-left: -0.5rem !important;
	}
	.pfad7c39 {
		margin: -1rem !important;
	}
	.pfad998,
	.pfadfb2 {
		margin-top: -1rem !important;
	}
	.pfad1e0e,
	.pfad2386 {
		margin-right: -1rem !important;
	}
	.pfad4c62,
	.pfad998 {
		margin-bottom: -1rem !important;
	}
	.pfad2386,
	.pfad59ea {
		margin-left: -1rem !important;
	}
	.pfadbd4 {
		margin: -1.5rem !important;
	}
	.pfad713,
	.pfadccd {
		margin-top: -1.5rem !important;
	}
	.pfad03b,
	.pfad1298 {
		margin-right: -1.5rem !important;
	}
	.pfad6cea,
	.pfadccd {
		margin-bottom: -1.5rem !important;
	}
	.pfad1298,
	.pfad6245 {
		margin-left: -1.5rem !important;
	}
	.pfada46e {
		margin: -3rem !important;
	}
	.pfad311,
	.pfad319 {
		margin-top: -3rem !important;
	}
	.pfad395,
	.pfade81 {
		margin-right: -3rem !important;
	}
	.pfad311,
	.pfadf1e0 {
		margin-bottom: -3rem !important;
	}
	.pfad539,
	.pfade81 {
		margin-left: -3rem !important;
	}
	.pfad580 {
		margin: auto !important;
	}
	.pfad0d2,
	.pfad41e2 {
		margin-top: auto !important;
	}
	.pfad4c3,
	.pfad99cb {
		margin-right: auto !important;
	}
	.pfad41e2,
	.pfad9d5 {
		margin-bottom: auto !important;
	}
	.pfad4c3,
	.pfad9e3c {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.pfad1076 {
		margin: 0 !important;
	}
	.pfad856,
	.pfade42 {
		margin-top: 0 !important;
	}
	.pfad091,
	.pfad770 {
		margin-right: 0 !important;
	}
	.pfade42,
	.pfadff1e {
		margin-bottom: 0 !important;
	}
	.pfad091,
	.pfad952 {
		margin-left: 0 !important;
	}
	.pfad78b {
		margin: 0.25rem !important;
	}
	.pfad7e6,
	.pfadf91 {
		margin-top: 0.25rem !important;
	}
	.pfad244,
	.pfad5259 {
		margin-right: 0.25rem !important;
	}
	.pfad085,
	.pfadf91 {
		margin-bottom: 0.25rem !important;
	}
	.pfad5259,
	.pfadaea {
		margin-left: 0.25rem !important;
	}
	.pfad06b {
		margin: 0.5rem !important;
	}
	.pfad0916,
	.pfad750 {
		margin-top: 0.5rem !important;
	}
	.pfad108,
	.pfadc7b {
		margin-right: 0.5rem !important;
	}
	.pfad3f7,
	.pfad750 {
		margin-bottom: 0.5rem !important;
	}
	.pfad108,
	.pfad27e {
		margin-left: 0.5rem !important;
	}
	.pfad88a {
		margin: 1rem !important;
	}
	.pfad364,
	.pfadd03 {
		margin-top: 1rem !important;
	}
	.pfad126,
	.pfad3be {
		margin-right: 1rem !important;
	}
	.pfad480b,
	.pfadd03 {
		margin-bottom: 1rem !important;
	}
	.pfad173,
	.pfad3be {
		margin-left: 1rem !important;
	}
	.pfad1c9 {
		margin: 1.5rem !important;
	}
	.pfad328,
	.pfad7c4 {
		margin-top: 1.5rem !important;
	}
	.pfad0a4,
	.pfad612 {
		margin-right: 1.5rem !important;
	}
	.pfad161,
	.pfad328 {
		margin-bottom: 1.5rem !important;
	}
	.pfad0a4,
	.pfad946 {
		margin-left: 1.5rem !important;
	}
	.pfadf1a {
		margin: 3rem !important;
	}
	.pfad55f,
	.pfad71c {
		margin-top: 3rem !important;
	}
	.pfadb62,
	.pfadfbe {
		margin-right: 3rem !important;
	}
	.pfad27b9,
	.pfad55f {
		margin-bottom: 3rem !important;
	}
	.pfad792,
	.pfadfbe {
		margin-left: 3rem !important;
	}
	.pfadd97f {
		padding: 0 !important;
	}
	.pfad699,
	.pfad973d {
		padding-top: 0 !important;
	}
	.pfad233,
	.pfad9f0 {
		padding-right: 0 !important;
	}
	.pfad02d,
	.pfad973d {
		padding-bottom: 0 !important;
	}
	.pfad233,
	.pfad24aa {
		padding-left: 0 !important;
	}
	.pfad3a28 {
		padding: 0.25rem !important;
	}
	.pfad7d53,
	.pfad8e5b {
		padding-top: 0.25rem !important;
	}
	.pfad0a5,
	.pfadefd {
		padding-right: 0.25rem !important;
	}
	.pfad7d53,
	.pfadf82 {
		padding-bottom: 0.25rem !important;
	}
	.pfad0a5,
	.pfad31b {
		padding-left: 0.25rem !important;
	}
	.pfad9016 {
		padding: 0.5rem !important;
	}
	.pfad1ce0,
	.pfad27e1 {
		padding-top: 0.5rem !important;
	}
	.pfad4e7,
	.pfadb2d {
		padding-right: 0.5rem !important;
	}
	.pfad27e1,
	.pfad882 {
		padding-bottom: 0.5rem !important;
	}
	.pfadb2d,
	.pfadc81 {
		padding-left: 0.5rem !important;
	}
	.pfad031 {
		padding: 1rem !important;
	}
	.pfad19e,
	.pfad74f {
		padding-top: 1rem !important;
	}
	.pfad64d,
	.pfadb43 {
		padding-right: 1rem !important;
	}
	.pfad2d5,
	.pfad74f {
		padding-bottom: 1rem !important;
	}
	.pfad93a,
	.pfadb43 {
		padding-left: 1rem !important;
	}
	.pfad7c1 {
		padding: 1.5rem !important;
	}
	.pfad6325,
	.pfad68f {
		padding-top: 1.5rem !important;
	}
	.pfadb79,
	.pfadf99 {
		padding-right: 1.5rem !important;
	}
	.pfad6325,
	.pfade4b1 {
		padding-bottom: 1.5rem !important;
	}
	.pfad0fc,
	.pfadf99 {
		padding-left: 1.5rem !important;
	}
	.pfad587 {
		padding: 3rem !important;
	}
	.pfadbb8,
	.pfadc95c {
		padding-top: 3rem !important;
	}
	.pfad9b0,
	.pfadc735 {
		padding-right: 3rem !important;
	}
	.pfadbb8,
	.pfadceb {
		padding-bottom: 3rem !important;
	}
	.pfad920,
	.pfadc735 {
		padding-left: 3rem !important;
	}
	.pfad1267 {
		margin: -0.25rem !important;
	}
	.pfadc8f,
	.pfaddbe {
		margin-top: -0.25rem !important;
	}
	.pfad4f6,
	.pfaddcb {
		margin-right: -0.25rem !important;
	}
	.pfadb3e,
	.pfadc8f {
		margin-bottom: -0.25rem !important;
	}
	.pfad4f6,
	.pfad735 {
		margin-left: -0.25rem !important;
	}
	.pfad6239 {
		margin: -0.5rem !important;
	}
	.pfad912,
	.pfadf4e {
		margin-top: -0.5rem !important;
	}
	.pfad361f,
	.pfadd78 {
		margin-right: -0.5rem !important;
	}
	.pfad25f,
	.pfadf4e {
		margin-bottom: -0.5rem !important;
	}
	.pfad361f,
	.pfad534 {
		margin-left: -0.5rem !important;
	}
	.pfad1aa1 {
		margin: -1rem !important;
	}
	.pfadb67,
	.pfadc99 {
		margin-top: -1rem !important;
	}
	.pfadd62,
	.pfadd71 {
		margin-right: -1rem !important;
	}
	.pfad792f,
	.pfadc99 {
		margin-bottom: -1rem !important;
	}
	.pfad11f,
	.pfadd62 {
		margin-left: -1rem !important;
	}
	.pfad5e7 {
		margin: -1.5rem !important;
	}
	.pfad90b,
	.pfaddd5 {
		margin-top: -1.5rem !important;
	}
	.pfad057,
	.pfadc038 {
		margin-right: -1.5rem !important;
	}
	.pfad3b2,
	.pfad90b {
		margin-bottom: -1.5rem !important;
	}
	.pfad057,
	.pfad8e0 {
		margin-left: -1.5rem !important;
	}
	.pfade98 {
		margin: -3rem !important;
	}
	.pfad22d,
	.pfadd33 {
		margin-top: -3rem !important;
	}
	.pfad39ae,
	.pfad9221 {
		margin-right: -3rem !important;
	}
	.pfad22d,
	.pfad7bb6 {
		margin-bottom: -3rem !important;
	}
	.pfad5195,
	.pfad9221 {
		margin-left: -3rem !important;
	}
	.pfadd0e {
		margin: auto !important;
	}
	.pfad95d,
	.pfadb83 {
		margin-top: auto !important;
	}
	.pfad070,
	.pfad28b {
		margin-right: auto !important;
	}
	.pfadb83,
	.pfadf38 {
		margin-bottom: auto !important;
	}
	.pfad070,
	.pfad193 {
		margin-left: auto !important;
	}
}
@media (min-width: 1367px) {
	.pfad01a {
		margin: 0 !important;
	}
	.pfad00d9,
	.pfad8f02 {
		margin-top: 0 !important;
	}
	.pfad27bd,
	.pfad428 {
		margin-right: 0 !important;
	}
	.pfad00d9,
	.pfadd52f {
		margin-bottom: 0 !important;
	}
	.pfad1c6,
	.pfad27bd {
		margin-left: 0 !important;
	}
	.pfad7ace {
		margin: 0.25rem !important;
	}
	.pfad911,
	.pfadc44 {
		margin-top: 0.25rem !important;
	}
	.pfad09c9,
	.pfadca58 {
		margin-right: 0.25rem !important;
	}
	.pfad315,
	.pfad911 {
		margin-bottom: 0.25rem !important;
	}
	.pfadca58,
	.pfaddf76 {
		margin-left: 0.25rem !important;
	}
	.pfad694 {
		margin: 0.5rem !important;
	}
	.pfad59d2,
	.pfadbcb {
		margin-top: 0.5rem !important;
	}
	.pfad267f,
	.pfadc18 {
		margin-right: 0.5rem !important;
	}
	.pfadb36,
	.pfadbcb {
		margin-bottom: 0.5rem !important;
	}
	.pfad7da,
	.pfadc18 {
		margin-left: 0.5rem !important;
	}
	.pfadb9b {
		margin: 1rem !important;
	}
	.pfad365,
	.pfad4d1 {
		margin-top: 1rem !important;
	}
	.pfad0d1,
	.pfada12 {
		margin-right: 1rem !important;
	}
	.pfad365,
	.pfada69 {
		margin-bottom: 1rem !important;
	}
	.pfad0d1,
	.pfad1877 {
		margin-left: 1rem !important;
	}
	.pfad7a4 {
		margin: 1.5rem !important;
	}
	.pfad6651,
	.pfadb05 {
		margin-top: 1.5rem !important;
	}
	.pfadc3c,
	.pfadd5a {
		margin-right: 1.5rem !important;
	}
	.pfad1f1,
	.pfad6651 {
		margin-bottom: 1.5rem !important;
	}
	.pfadae7,
	.pfadd5a {
		margin-left: 1.5rem !important;
	}
	.pfad8b1 {
		margin: 3rem !important;
	}
	.pfad90c,
	.pfad9e4 {
		margin-top: 3rem !important;
	}
	.pfad64e,
	.pfad93e {
		margin-right: 3rem !important;
	}
	.pfad007,
	.pfad9e4 {
		margin-bottom: 3rem !important;
	}
	.pfad5e6,
	.pfad64e {
		margin-left: 3rem !important;
	}
	.pfad2107 {
		padding: 0 !important;
	}
	.pfad89d,
	.pfadb58d {
		padding-top: 0 !important;
	}
	.pfad4ac,
	.pfad6f0 {
		padding-right: 0 !important;
	}
	.pfad89d,
	.pfade547 {
		padding-bottom: 0 !important;
	}
	.pfad11d,
	.pfad4ac {
		padding-left: 0 !important;
	}
	.pfadb8a {
		padding: 0.25rem !important;
	}
	.pfad247,
	.pfadd0d {
		padding-top: 0.25rem !important;
	}
	.pfadd821,
	.pfade01 {
		padding-right: 0.25rem !important;
	}
	.pfadd0d,
	.pfadde0 {
		padding-bottom: 0.25rem !important;
	}
	.pfad59c,
	.pfadd821 {
		padding-left: 0.25rem !important;
	}
	.pfad963 {
		padding: 0.5rem !important;
	}
	.pfadb4e,
	.pfade24 {
		padding-top: 0.5rem !important;
	}
	.pfad45c,
	.pfad8b1c {
		padding-right: 0.5rem !important;
	}
	.pfad783,
	.pfadb4e {
		padding-bottom: 0.5rem !important;
	}
	.pfad45c,
	.pfad65ef {
		padding-left: 0.5rem !important;
	}
	.pfadb2e {
		padding: 1rem !important;
	}
	.pfad896,
	.pfada4e {
		padding-top: 1rem !important;
	}
	.pfad31d,
	.pfade16 {
		padding-right: 1rem !important;
	}
	.pfad4a6,
	.pfad896 {
		padding-bottom: 1rem !important;
	}
	.pfad31d,
	.pfadfae {
		padding-left: 1rem !important;
	}
	.pfadec3 {
		padding: 1.5rem !important;
	}
	.pfadc57,
	.pfaddff {
		padding-top: 1.5rem !important;
	}
	.pfad1937,
	.pfad70c {
		padding-right: 1.5rem !important;
	}
	.pfad3159,
	.pfaddff {
		padding-bottom: 1.5rem !important;
	}
	.pfad1937,
	.pfad8c1 {
		padding-left: 1.5rem !important;
	}
	.pfad6d79 {
		padding: 3rem !important;
	}
	.pfad5893,
	.pfad798 {
		padding-top: 3rem !important;
	}
	.pfada277,
	.pfadbeea {
		padding-right: 3rem !important;
	}
	.pfad3a8,
	.pfad798 {
		padding-bottom: 3rem !important;
	}
	.pfad1454,
	.pfadbeea {
		padding-left: 3rem !important;
	}
	.pfad91d8 {
		margin: -0.25rem !important;
	}
	.pfad75a,
	.pfada06 {
		margin-top: -0.25rem !important;
	}
	.pfad55e,
	.pfadc97 {
		margin-right: -0.25rem !important;
	}
	.pfad66d,
	.pfad75a {
		margin-bottom: -0.25rem !important;
	}
	.pfad2da,
	.pfad55e {
		margin-left: -0.25rem !important;
	}
	.pfad9cf {
		margin: -0.5rem !important;
	}
	.pfad6fb,
	.pfad736 {
		margin-top: -0.5rem !important;
	}
	.pfad50a,
	.pfadd72 {
		margin-right: -0.5rem !important;
	}
	.pfad736,
	.pfadeb3 {
		margin-bottom: -0.5rem !important;
	}
	.pfad50a,
	.pfade5b {
		margin-left: -0.5rem !important;
	}
	.pfad7ae8 {
		margin: -1rem !important;
	}
	.pfad0a8,
	.pfade65 {
		margin-top: -1rem !important;
	}
	.pfadc28,
	.pfadd0e9 {
		margin-right: -1rem !important;
	}
	.pfad2336,
	.pfade65 {
		margin-bottom: -1rem !important;
	}
	.pfad429,
	.pfadc28 {
		margin-left: -1rem !important;
	}
	.pfad63fd {
		margin: -1.5rem !important;
	}
	.pfadad1e,
	.pfadd79 {
		margin-top: -1.5rem !important;
	}
	.pfada91,
	.pfaddf5 {
		margin-right: -1.5rem !important;
	}
	.pfad032,
	.pfadd79 {
		margin-bottom: -1.5rem !important;
	}
	.pfad987,
	.pfaddf5 {
		margin-left: -1.5rem !important;
	}
	.pfad1d6 {
		margin: -3rem !important;
	}
	.pfad31be,
	.pfad3a9 {
		margin-top: -3rem !important;
	}
	.pfadadf,
	.pfadbb2 {
		margin-right: -3rem !important;
	}
	.pfad3a9,
	.pfadf12 {
		margin-bottom: -3rem !important;
	}
	.pfadadf,
	.pfade78 {
		margin-left: -3rem !important;
	}
	.pfad8d6 {
		margin: auto !important;
	}
	.pfad303b,
	.pfadaa5d {
		margin-top: auto !important;
	}
	.pfad4d4,
	.pfad7dd {
		margin-right: auto !important;
	}
	.pfad303b,
	.pfadb796 {
		margin-bottom: auto !important;
	}
	.pfad7dd,
	.pfadbcf {
		margin-left: auto !important;
	}
}
.pfadd5b {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
		Courier New, monospace !important;
}
.pfadd32a {
	text-align: justify !important;
}
.pfade33 {
	white-space: normal !important;
}
.pfadb26d {
	white-space: nowrap !important;
}
.pfade77 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pfad53e {
	text-align: left !important;
}
.pfad202 {
	text-align: right !important;
}
.pfadfd6d {
	text-align: center !important;
}
@media (min-width: 360px) {
	.pfad703 {
		text-align: left !important;
	}
	.pfad462 {
		text-align: right !important;
	}
	.pfad3d4c {
		text-align: center !important;
	}
}
@media (min-width: 576px) {
	.pfad528c {
		text-align: left !important;
	}
	.pfad39d {
		text-align: right !important;
	}
	.pfad4ce {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.pfad454 {
		text-align: left !important;
	}
	.pfad18e {
		text-align: right !important;
	}
	.pfadff88 {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.pfad1b01 {
		text-align: left !important;
	}
	.pfad67c9 {
		text-align: right !important;
	}
	.pfad6d9 {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.pfad94e9 {
		text-align: left !important;
	}
	.pfada18 {
		text-align: right !important;
	}
	.pfadd198 {
		text-align: center !important;
	}
}
@media (min-width: 1367px) {
	.pfadc64 {
		text-align: left !important;
	}
	.pfad3899 {
		text-align: right !important;
	}
	.pfadc80 {
		text-align: center !important;
	}
}
.pfad25a {
	text-transform: lowercase !important;
}
.pfad9a3 {
	text-transform: uppercase !important;
}
.pfadd7be {
	text-transform: capitalize !important;
}
.pfad68b {
	font-weight: 300 !important;
}
.pfadcb6 {
	font-weight: lighter !important;
}
.pfadff4 {
	font-weight: 400 !important;
}
.pfad26b {
	font-weight: 700 !important;
}
.pfad29d {
	font-weight: bolder !important;
}
.pfadd1c3 {
	font-style: italic !important;
}
.pfad2a81 {
	color: #fff !important;
}
.pfad59e6 {
	color: #111 !important;
}
a.pfad59e6:focus,
a.pfad59e6:hover {
	color: #000 !important;
}
.pfad5b9 {
	color: #222 !important;
}
a.pfad5b9:focus,
a.pfad5b9:hover {
	color: #000 !important;
}
.pfad4ba {
	color: #26c280 !important;
}
a.pfad4ba:focus,
a.pfad4ba:hover {
	color: #198256 !important;
}
.pfad4a1 {
	color: #17a2b8 !important;
}
a.pfad4a1:focus,
a.pfad4a1:hover {
	color: #0f6674 !important;
}
.pfadb7a {
	color: #ffc107 !important;
}
a.pfadb7a:focus,
a.pfadb7a:hover {
	color: #ba8b00 !important;
}
.pfadfa2 {
	color: #dc3545 !important;
}
a.pfadfa2:focus,
a.pfadfa2:hover {
	color: #a71d2a !important;
}
.pfad6238 {
	color: #f8f9fa !important;
}
a.pfad6238:focus,
a.pfad6238:hover {
	color: #cbd3da !important;
}
.pfaddd6 {
	color: #343a40 !important;
}
a.pfaddd6:focus,
a.pfaddd6:hover {
	color: #121416 !important;
}
.pfadeea8 {
	color: #fff !important;
}
.pfadcb1 {
	color: #6c757d !important;
}
.pfad8cc {
	color: rgba(0, 0, 0, 0.5) !important;
}
.pfad5f7 {
	color: hsla(0, 0%, 100%, 0.5) !important;
}
.pfad043 {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
.pfadace {
	text-decoration: none !important;
}
.pfad192 {
	word-break: break-word !important;
	word-wrap: break-word !important;
}
.pfadd31 {
	color: inherit !important;
}
.pfadf18 {
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 20px;
	text-align: center;
}
.pfadfa1 {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	text-decoration: underline;
}
.pfadfa1:hover {
	color: #ff720d;
	cursor: pointer;
	text-decoration: none;
}
.pfade12 {
	overflow: hidden;
	padding-top: 60px;
}
@media (min-width: 992px) {
	.pfade12 {
		padding-top: 60px;
	}
}
.page-template-tpl-redirection .pfade12 {
	padding-top: 0;
}
.pfadc5a {
	margin-bottom: 40px;
	margin-top: 15px;
}
@media (min-width: 992px) {
	.pfadc5a {
		min-height: 770px;
	}
}
.pfad65ef8 {
	margin-bottom: 40px;
}
.pfad65ef8:after {
	clear: both;
	content: '';
	display: block;
}
.pfad65ef8 h1,
.pfad65ef8 h2,
.pfad65ef8 h3,
.pfad65ef8 h5,
.pfad65ef8 h6 {
	margin-bottom: 15px;
}
.pfad65ef8 h1 {
	font-size: 2.1875rem;
	font-weight: 700;
}
.pfad65ef8 h2 {
	font-size: 1.875rem;
	font-weight: 700;
}
.pfad65ef8 h3 {
	font-size: 1.5625rem;
	font-weight: 700;
}
.pfad65ef8 h4,
.pfad65ef8 h5,
.pfad65ef8 h6 {
	font-weight: 600;
}
.pfad65ef8 h6 {
	font-size: 0.875rem;
	text-transform: uppercase;
}
.pfad65ef8 p {
	color: #c6c6c6;
}
.pfad65ef8 a {
	text-decoration: underline;
}
.pfad65ef8:last-child {
	margin-bottom: 0;
}
.pfad2a5 {
	z-index: 0;
}
.pfad2a5,
.pfadabe {
	position: relative;
}
.pfadabe:before {
	background: #111;
	content: '';
	display: block;
	height: 100%;
	left: -500%;
	position: absolute;
	top: 0;
	width: 1000%;
}
.pfadbac {
	content: '';
}
.pfad99e {
	background-color: #222;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}
@media (min-width: 768px) {
	.pfad99e {
		padding: 25px 20px;
	}
}
.pfad471 {
	padding: 25px 0;
	position: relative;
}
.pfad471:before {
	background-color: #222;
	content: '';
	display: block;
	height: 100%;
	left: -500%;
	position: absolute;
	top: 0;
	width: 1000%;
	z-index: -1;
}
.single-slots .pfad789 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.single-slots .pfad789 .stars-rating {
	background-size: 122px auto;
	width: 122px;
}
.single-slots .pfad789 .pfad43a {
	height: 25px;
	margin: 0;
}
.single-slots .pfad789 .pfad43a svg {
	width: 20px;
}
.box,
.modal-custom {
	padding: 10px;
}
@media (min-width: 768px) {
	.box,
	.modal-custom {
		padding: 25px 20px;
	}
}
.box .pfad10d .pfad0b0,
.box .pfad2ad,
.box .pfad58c .pfad2236,
.box .pfad58c .pfad786,
.box .pfad731 .pfad643,
.box .pfadad1b,
.box .pfadd8a9 .pfada8d,
.box h2,
.modal-custom .pfad10d .pfad0b0,
.modal-custom .pfad2ad,
.modal-custom .pfad58c .pfad2236,
.modal-custom .pfad58c .pfad786,
.modal-custom .pfad731 .pfad643,
.modal-custom .pfadad1b,
.modal-custom .pfadd8a9 .pfada8d,
.modal-custom h2,
.pfad10d .box .pfad0b0,
.pfad10d .modal-custom .pfad0b0,
.pfad58c .box .pfad2236,
.pfad58c .box .pfad786,
.pfad58c .modal-custom .pfad2236,
.pfad58c .modal-custom .pfad786,
.pfad731 .box .pfad643,
.pfad731 .modal-custom .pfad643,
.pfadd8a9 .box .pfada8d,
.pfadd8a9 .modal-custom .pfada8d {
	font-size: 1.25rem;
}
@media (min-width: 576px) {
	.box .pfad10d .pfad0b0,
	.box .pfad2ad,
	.box .pfad58c .pfad2236,
	.box .pfad58c .pfad786,
	.box .pfad731 .pfad643,
	.box .pfadad1b,
	.box .pfadd8a9 .pfada8d,
	.box h2,
	.modal-custom .pfad10d .pfad0b0,
	.modal-custom .pfad2ad,
	.modal-custom .pfad58c .pfad2236,
	.modal-custom .pfad58c .pfad786,
	.modal-custom .pfad731 .pfad643,
	.modal-custom .pfadad1b,
	.modal-custom .pfadd8a9 .pfada8d,
	.modal-custom h2,
	.pfad10d .box .pfad0b0,
	.pfad10d .modal-custom .pfad0b0,
	.pfad58c .box .pfad2236,
	.pfad58c .box .pfad786,
	.pfad58c .modal-custom .pfad2236,
	.pfad58c .modal-custom .pfad786,
	.pfad731 .box .pfad643,
	.pfad731 .modal-custom .pfad643,
	.pfadd8a9 .box .pfada8d,
	.pfadd8a9 .modal-custom .pfada8d {
		font-size: 1.5rem;
	}
}
@media (min-width: 768px) {
	.box .pfad10d .pfad0b0,
	.box .pfad2ad,
	.box .pfad58c .pfad2236,
	.box .pfad58c .pfad786,
	.box .pfad731 .pfad643,
	.box .pfadad1b,
	.box .pfadd8a9 .pfada8d,
	.box h2,
	.modal-custom .pfad10d .pfad0b0,
	.modal-custom .pfad2ad,
	.modal-custom .pfad58c .pfad2236,
	.modal-custom .pfad58c .pfad786,
	.modal-custom .pfad731 .pfad643,
	.modal-custom .pfadad1b,
	.modal-custom .pfadd8a9 .pfada8d,
	.modal-custom h2,
	.pfad10d .box .pfad0b0,
	.pfad10d .modal-custom .pfad0b0,
	.pfad58c .box .pfad2236,
	.pfad58c .box .pfad786,
	.pfad58c .modal-custom .pfad2236,
	.pfad58c .modal-custom .pfad786,
	.pfad731 .box .pfad643,
	.pfad731 .modal-custom .pfad643,
	.pfadd8a9 .box .pfada8d,
	.pfadd8a9 .modal-custom .pfada8d {
		font-size: 1.625rem;
	}
}
.box,
.modal-custom,
.pfad0b2a,
.pfad10d .pfad5453,
.pfad10d .pfada90,
.pfad10d .user-reviews-header,
.pfad4ea,
.pfad5f76,
.pfad7ea00,
.pfad99e {
	background-color: #222;
	border-radius: 5px;
	overflow: hidden;
}
.btn {
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
}
.btn:hover {
	background-color: #ff720d;
	box-shadow: 0 0 6px 0 #ff720d;
	color: #333;
}
.btn-mobile-fixed,
.btn-primary,
.pfad10d .pfadc0e,
.pfad4b9,
.pfad731 .pfad5d1b,
.pfadd8a9 .pfad8e4f {
	background: #ff720d;
	border-radius: 5px;
	font-size: 0.875rem;
	font-weight: 700;
}
.btn-alternate,
.pfad045 .payments-info-toggler,
.pfada4f .pfadfce6,
.pfadd798 [data-type='scroller'] {
	border: 2px solid #198cfe;
	border-radius: 17px;
	color: #fff;
	font-weight: 700;
}
.btn-play {
	background-color: #fa0;
	border-radius: 5px;
	font-size: 0.875rem;
	font-weight: 700;
}
.btn-load-more,
.pfad10d .load-more,
.pfad1d4 .pfad46f {
	background: #333;
	border-radius: 5px;
	color: #fa0;
	font-size: 0.75rem;
	font-weight: 400;
	height: 35px;
	text-transform: inherit;
}
.btn-load-more svg,
.pfad10d .load-more svg,
.pfad1d4 .pfad46f svg {
	stroke: #fa0;
	margin-left: 4px;
	transition: all 0.4s ease-in-out;
}
.btn-load-more:hover,
.pfad10d .load-more:hover,
.pfad1d4 .pfad46f:hover {
	background: #333;
	box-shadow: none;
	color: #fa0;
}
@media (min-width: 769px) {
	.btn-load-more:hover,
	.pfad10d .load-more:hover,
	.pfad1d4 .pfad46f:hover {
		background: #ff720d;
		color: #333;
	}
}
.btn-load-more:hover svg,
.pfad10d .load-more:hover svg,
.pfad1d4 .pfad46f:hover svg {
	stroke: #000;
}
.btn-load-more:active,
.pfad10d .load-more:active,
.pfad1d4 .pfad46f:active {
	background: #333;
	box-shadow: none;
}
@media (min-width: 769px) {
	.btn-load-more:active,
	.pfad10d .load-more:active,
	.pfad1d4 .pfad46f:active {
		background: #ff720d;
		color: #333;
	}
}
.btn-mobile-fixed {
	background: #ff720d;
}
@media (min-width: 1200px) {
	.btn-mobile-fixed {
		border-radius: 5px;
		bottom: inherit;
		left: inherit;
		max-width: 100%;
		position: relative;
		width: 100%;
		z-index: inherit;
	}
}
.i-angle-down:before {
	color: #fff;
	content: '❯';
	font-size: 0.875rem;
}
@media (min-width: 1200px) {
	.i-angle-down {
		background-image: url(/wp-content/themes/theme-child/assets/dist/images/arrow_down.18404916.svg);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 10px auto;
	}
	.i-angle-down:before {
		display: none;
	}
}
.pfad2ab {
	display: inline-block;
	height: 10px;
	margin-left: 7px;
	width: 10px;
}
.pfad771 {
	color: #26c280;
	font-size: 22px;
	line-height: 0;
}
@media (min-width: 992px) {
	.pfad771 {
		font-size: 34px;
	}
}
.pfadaa4 {
	color: #ff720d;
	font-size: 22px;
	line-height: 0;
}
@media (min-width: 992px) {
	.pfadaa4 {
		font-size: 34px;
	}
}
.pfadff9 {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/chevron-right.3866be1a.svg);
	background-size: auto 100%;
}
.pfad34c6,
.pfadff9 {
	background-position: 50%;
	background-repeat: no-repeat;
}
.pfad34c6 {
	background-size: contain;
	display: inline-block;
	height: 20px;
	width: 20px;
}
.pfadba6d {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-check.c1ddfacf.svg);
}
.pfad628 {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-uncheck.13b6d3e8.svg);
}
.pfadb21 {
	text-transform: uppercase;
}
.pfadf22 {
	text-align: center;
}
.pfad8bf2 {
	position: relative;
}
.pfad46b {
	margin: 12px 0;
	padding: 12px 0;
	text-align: center;
}
@media (min-width: 768px) {
	.pfad46b {
		margin: 25px 0;
		padding: 25px 0;
	}
}
.pfad60fa:after {
	content: ' more';
}
.pfad816:after {
	content: ' less';
}
.pfad1b57 {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all 0.4s ease-in-out;
}
.pfad816 + .pfad1b57 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
button.pfad60fa {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.pfadba0 {
	padding: 0;
}
@media (min-width: 768px) {
	.pfadb134 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.pfad926 {
	display: -ms-flexbox;
	display: flex;
}
.pfadbeb {
	-ms-flex-pack: center;
	justify-content: center;
}
.pfad27f {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.pfad88f {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.pfad4e7e {
	-ms-flex-align: center;
	align-items: center;
}
.is-hidden {
	opacity: 0;
}
.hide-at-start {
	display: none;
}
@media (min-width: 1200px) {
	.pfadffc {
		display: block;
	}
	.hide-xl-to-up {
		display: none;
	}
}
.pfadbee2 {
	margin: 20px 0 10px;
}
.pfad563 {
	height: 35px;
	width: 100%;
}
@media (min-width: 992px) {
	.pfadeeb {
		display: none;
	}
}
.pfada35 {
	width: 100%;
}
.sleep {
	height: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
	body .pfadd36 {
		display: block;
		margin-bottom: 60px !important;
		position: relative;
		top: 40px;
		width: 285px;
		z-index: 1;
	}
}
.pfadbaaf {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.pfadf5f {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 14px;
	margin: 0 2px;
	width: 14px;
}
.pfada42 {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-star-3.c35b8be4.svg);
}
.pfad843 {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-star-2.0d0dc204.svg);
}
.pfadc63d {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-star-1.e3b4abc7.svg);
}
.stars-rating {
	background: url(/wp-content/themes/theme-child/assets/dist/images/stars.a29677c9.svg)
		0 no-repeat;
	height: 20px;
	width: 80px;
}
.stars-rating-large {
	width: 100px;
}
.stars-rating-inner {
	background: url(/wp-content/themes/theme-child/assets/dist/images/stars-active.306dffe2.svg)
		0 no-repeat;
}
.pfadbaaf .pfad43a {
	background-color: #222;
	margin-right: 0;
}
.pfadbaaf .pfad43a svg {
	height: auto;
	width: 18px;
}
.pfadae6 .pfad548 {
	margin-bottom: 20px;
}
.pfad241 {
	margin-bottom: 15px;
}
.pfad6df {
	margin-bottom: 5px;
}
.pfada4f {
	background-color: rgba(0, 0, 0, 0.7);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}
.pfada4f:before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
}
.pfada4f.pfade19c:before {
	background: none;
}
.pfada4f .pfadfce6 {
	background: #fa0;
	border-radius: 5px;
	color: #111;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	min-height: 35px;
	min-width: 111px;
	text-align: center;
	text-transform: none;
	z-index: 2;
}
.pfade670 {
	text-align: center;
}
.pfadc14 {
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 111;
}
@media (min-width: 992px) {
	.pfadc14 {
		bottom: inherit;
		left: inherit;
		position: inherit;
		z-index: inherit;
	}
}
.pfad5c5 {
	height: 300px;
}
@media (min-width: 768px) {
	.pfad5c5 {
		height: 500px;
	}
}
.pfad82a {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/banner.0bb37125.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 500px;
	width: 100%;
}
.pfad81c {
	position: relative;
}
.pfad0857 iframe,
.pfad81c,
.pfad81c img,
.pfadbaa4 {
	height: 100%;
	width: 100%;
}
.pfadbaa4 {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pfadd4d4 {
	margin: 25px 0;
}
.pfad349 .pfadac8 .pfad822,
.pfad349 .pfadac8 .pfadccd3 {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-hits.0828f173.svg);
}
.pfad349 .pfad5fa .pfad822,
.pfad349 .pfad5fa .pfadccd3 {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-misses.cfae61c8.svg);
}
.pfad349 .pfadccd3 {
	background-position: left top 4px;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.pfad349 .pfadd131 .pfad822 {
	background-position: left top 16px;
	background-repeat: no-repeat;
	padding-left: 25px;
}
.pfadd4d4 .pfad192b {
	background-color: #141720;
	border-radius: 6px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 2px;
	padding: 35px 20px 10px;
}
.pfadd4d4 .pfadccd3 {
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 110%;
	margin: 0 0 15px;
}
@media (min-width: 768px) {
	.pfadd4d4 .pfadccd3 {
		font-size: 1.875rem;
	}
}
.pfadd4d4 .pfadd131 {
	padding: 15px 0;
}
.pfadd4d4 .pfadd131 .pfad822 {
	display: block;
	font-size: 0.875rem;
	line-height: 2;
	padding-bottom: 8px;
	padding-top: 8px;
}
@media (min-width: 768px) {
	.pfadd4d4 .pfadd131 .pfad822 {
		font-size: 1rem;
	}
}
.pfada9a {
	background-color: #000;
}
.pfadaa7a {
	display: -ms-flexbox;
	display: flex;
	height: 160px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
}
.pfadfb9 {
	max-height: 60px;
	max-width: 210px;
}
@media (min-width: 768px) {
	.pfadfb9 {
		max-height: 110px;
		max-width: 380px;
	}
}
.pfade11.pfad8540,
.pfade11.pfadcf06,
.pfade11.pfadebc {
	font-size: 1rem;
}
.pfad01d {
	font-size: 0.875rem;
}
.pfad096 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.pfad4da {
	margin-bottom: 5px;
}
.pfad6cad {
	display: block;
}
.pfad6cad button {
	margin-top: 10px;
}
.pfadae6 h3 {
	font-size: 20px;
	font-weight: 700;
}
.pfad679 {
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5625rem;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	margin: 10px 0 0;
}
@media (min-width: 768px) {
	.pfad679 {
		font-size: 1.5625rem;
	}
	.pfad0622,
	.pfad947,
	.pfadc6f {
		width: 100%;
	}
	.pfad50f {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: normal;
		align-items: normal;
	}
	.pfada1b2,
	.pfadfa70 {
		width: calc(50% - 5px);
	}
}
.pfad7c31 {
	margin-bottom: 10px;
}
.pfad72e6 {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
}
@media (min-width: 1200px) {
	.pfad72e6 {
		max-width: 68%;
	}
}
.pfad72e6 h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.pfad201 {
	color: #26c280;
	font-weight: 600;
}
.pfad57b8,
.pfadd01 {
	width: calc(50% - 5px);
}
@media (max-width: 767px) {
	.pfad57b8,
	.pfadd01 {
		width: 100%;
	}
}
.pfad57b8 .pfade495,
.pfadd01 .pfade495 {
	min-height: 577px;
}
@media (max-width: 767px) {
	.pfad57b8 .pfade495,
	.pfadd01 .pfade495 {
		min-height: auto;
	}
}
.pfad57b8 .pfad236,
.pfad57b8 .pfadfc67,
.pfadd01 .pfad236,
.pfadd01 .pfadfc67 {
	content: '';
}
.pfad57b8 {
	float: left;
}
.pfadd01 {
	float: right;
}
.pfad5f76 {
	background: #222;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 15px;
}
.pfad5f76 h3,
.pfad6de {
	border-bottom: 1px solid #333;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.pfad06e {
	background: #222;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #333;
}
.pfad06e a {
	text-decoration: underline;
}
.pfad165 {
	min-width: 130px;
	width: 130px;
}
.pfad0d20 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 5px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}
.pfad6a1 {
	margin: 0 5px;
}
.pfad6a1.stars-rating-wrap {
	height: 25px;
}
.pfad06e:last-child {
	border-bottom: none;
}
.pfad7c31 > .pfad06e,
.pfadae6 > .pfad06e {
	border-bottom: none;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 10px 15px;
}
.pfade83 {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-english-language.034d7543.svg);
	border: 1px solid #26c280;
	border-radius: 10px;
	display: inline-block;
	height: 30px;
	margin-right: 20px;
	position: relative;
	width: 40px;
}
.pfade83,
.pfade83:before {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.pfade83:before {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-checked.c730cf81.svg);
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	right: -4px;
	top: -4px;
	width: 12px;
}
.pfadf5fe {
	margin-bottom: 40px;
}
@media (min-width: 576px) {
	.pfadf5fe {
		margin-left: auto;
		margin-right: auto;
	}
}
.pfad8a7 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	background: #222;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 9px 15px;
}
.pfad8a7.pfad514 .pfadcf06:first-of-type {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.pfad8a7.pfad514 .pfadcf06:last-of-type {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.pfadcf06 {
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.pfadcf06:first-of-type {
	max-width: 125px;
	min-width: 125px;
	width: 125px;
}
.pfadcf06:last-of-type {
	padding-left: 15px;
}
.pfadcf06:first-of-type,
.pfadcf06:last-of-type {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}
.pfadcf06:last-of-type {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: right;
}
.pfada21 {
	background: #333;
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex;
	height: 65px;
	min-height: 65px;
	min-width: 65px;
	width: 65px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 5px 5px 0;
}
@media (min-width: 576px) {
	.pfad7c31 {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.pfad7c31 {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}
.pfadaca,
.pfadebc:first-of-type,
.pfadebc:last-of-type {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}
.pfadebc:last-of-type {
	text-align: right;
}
.pfad50f {
	margin-bottom: 35px;
	margin-top: 40px;
}
.pfad50f .pfad820 {
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 20px 15px;
}
.pfad50f .pfad820 h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px;
	text-align: center;
}
.pfad50f .pfad820 .pfad052,
.pfad50f .pfad820 .pfadf7a2 {
	font-size: 16px;
}
.pfad50f .pfad820 .pfad80c,
.pfad50f .pfad820 .pfad9b8 {
	font-size: 20px;
	line-height: 1;
}
.pfad50f .pfad820 .pfad80c {
	color: #26c280;
}
.pfad50f .pfad820 .pfad9b8 {
	color: #ff720d;
}
.pfad50f .pfad820 .pfad80c,
.pfad50f .pfad820 .pfad9b8 {
	padding-right: 10px;
}
.pfada1b2 {
	background: rgba(38, 194, 128, 0.1);
}
.pfadfa70 {
	background: rgba(255, 114, 13, 0.1);
}
.pfad411 .pfaded8 {
	border-radius: 10px;
	margin-bottom: 5px;
}
@media (min-width: 992px) {
	.pfad411 .pfaded8 {
		margin: 0 2.6% 15px 0;
		min-width: 260px;
		padding-left: 0;
		width: 31.6%;
	}
	.pfad411 .pfaded8:nth-child(3n) {
		margin: 0 0 15px;
	}
}
.pfad411 .pfaded8 img {
	border-radius: 10px;
	height: auto;
	width: 100%;
}
.pfad44d {
	display: none;
}
@media (min-width: 992px) {
	.pfad44d {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
.pfad36c {
	display: block;
}
@media (min-width: 992px) {
	.pfad36c {
		display: none;
	}
}
.pfad28d {
	margin-top: 40px;
}
.pfad326 {
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.pfad0cf,
.pfad326 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.pfad0cf {
	background: #333;
	border-radius: 5px;
	height: 65px;
	min-height: 65px;
	min-width: 65px;
	width: 65px;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px 5px 0;
}
.pfad82a5 {
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.pfad55c,
.pfad82a5 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.pfad55c {
	background: #333;
	border-radius: 5px;
	height: 65px;
	min-height: 65px;
	min-width: 65px;
	width: 65px;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px 5px 0;
}
.pfad6a10 {
	font-size: 16px;
	font-weight: 600;
}
.pfadccc .pfad165 {
	font-weight: 700;
	text-transform: uppercase;
}
.pfad980 {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (min-width: 992px) {
	.pfad980 {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.pfad39d4 a {
	padding: 0 5px;
}
.pfada171 a {
	padding: 0 5px 0 0;
}
.pfad3bd a span {
	word-break: break-all;
}
.pfad1db,
.pfad218,
.pfadbf7 {
	content: '';
}
.pfadd75 {
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0 25px;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width: 768px) {
	.pfadd75 {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.pfad757 {
	margin: 0 10px 15px;
	max-height: 150px;
}
@media (min-width: 768px) {
	.pfad757 {
		margin: 0 15px 15px 0;
	}
}
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal {
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1050;
}
.modal-dialog {
	margin: 0.5rem;
	pointer-events: none;
	position: relative;
	width: auto;
}
.modal.fade .modal-dialog {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
	content: '';
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: min-content;
}
.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	height: 100%;
	justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
	content: none;
}
.modal-content {
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	outline: 0;
	pointer-events: auto;
	position: relative;
	width: 100%;
}
.modal-backdrop {
	background-color: #000;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1040;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}
.modal-header {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
	justify-content: space-between;
	padding: 1rem;
}
.modal-header .close {
	margin: -1rem -1rem -1rem auto;
	padding: 1rem;
}
.modal-title {
	line-height: 1.5;
	margin-bottom: 0;
}
.modal-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	position: relative;
}
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	border-bottom-left-radius: calc(0.3rem - 1px);
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-top: 1px solid #dee2e6;
	justify-content: flex-end;
	padding: 0.75rem;
}
.modal-footer > * {
	margin: 0.25rem;
}
.modal-scrollbar-measure {
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}
@media (min-width: 576px) {
	.modal-dialog {
		margin: 1.75rem auto;
		max-width: 500px;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered:before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: min-content;
	}
	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.modal {
	padding: 0;
}
.modal-dialog {
	margin: 75px auto;
	padding: 0 10px;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 980px;
		padding: 0 15px;
	}
}
.modal-header {
	border: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 0;
	padding-top: 8px;
	position: relative;
}
.modal-body {
	padding: 0 15px;
}
@media (min-width: 768px) {
	.modal-body {
		padding: 0 50px;
	}
}
.modal-body .pfad0ad,
.modal-body .pfad1fa,
.modal-body .pfad4f9 {
	min-width: inherit;
	width: inherit;
}
@media (min-width: 768px) {
	.modal-body .pfad0ad,
	.modal-body .pfad1fa,
	.modal-body .pfad4f9 {
		min-width: 100%;
		width: 100%;
	}
}
.modal-footer {
	border: none;
	padding-bottom: 18px;
	padding-top: 0;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal-goto {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
}
.modal-title {
	color: #fff;
	display: block;
	font-family: Open Sans, 'sans-serif';
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}
@media (min-width: 992px) {
	.modal-title {
		padding: 0 75px;
	}
}
.modal-subtitle {
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
	margin: 10px 0;
	text-align: center;
}
@media (min-width: 992px) {
	.modal-subtitle {
		padding: 0 75px;
	}
}
.modal-content {
	background-color: #222631;
	border-radius: 6px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.modal-close {
	background-color: transparent;
	border: none;
	box-shadow: none;
	position: absolute;
	right: 15px;
	top: 15px;
}
.modal-close-icon {
	color: #fff;
	font-size: 1.5rem;
}
@media (max-width: 991.98px) {
	.modal-header .modal-close {
		padding: 0 15px;
	}
}
.tippy-box[data-theme~='tcs-light'] {
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	color: #2e2e2e;
	font: 14px/1.4 Open Sans, 'sans-serif';
}
.tippy-box[data-theme~='tcs-light'] .tippy-content {
	border-radius: 5px;
	max-height: 290px;
	max-width: 290px;
	overflow-y: auto;
	padding: 15px 20px;
}
.tippy-box[data-theme~='tcs-light'] .tippy-content a {
	color: #4d8aff;
}
.tippy-box[data-theme~='tcs-light'] .tippy-content p {
	color: #2e2e2e;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 140%;
}
.tippy-box[data-theme~='tcs-light'] .tippy-content .js-full_terms {
	color: #4d8aff;
}
.pfad333 {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	display: grid;
	grid-template-areas: 'banner heading' 'banner date' 'banner .' 'rating rating' 'bonus bonus' 'nav nav' 'accordion accordion' 'scroller scroller' 'info info' 'payments payments' 'payments_alt payments_alt' 'withdrawal withdrawal' 'providers providers' 'pros_cons pros_cons' 'gallery gallery';
	grid-template-columns: 105px 1fr;
	margin-bottom: 15px;
}
.pfad333 .pfadad1b {
	grid-area: heading;
}
.pfad333 .pfadeed {
	grid-area: date;
}
.pfad333 .pfad814 {
	grid-area: banner;
}
.pfad333 .pfad777 {
	grid-area: bonus;
}
.pfad333 .pfad574 {
	grid-area: rating;
}
.pfad333 .pfad9dd {
	grid-area: nav;
}
.pfad333 .pfadd798 {
	grid-area: scroller;
}
.pfad333 .pfade9d {
	grid-area: accordion;
}
.pfad333 .pfad71b {
	grid-area: info;
}
.pfad333 .pfad4ea {
	grid-area: withdrawal;
}
.pfad333 .pfad1d4 {
	grid-area: providers;
}
.pfad333 .pfad9fa {
	display: grid;
	grid-area: payments;
	grid-template-columns: repeat(2, 1fr);
}
.pfad333 .pfad9fa .pfad4fd {
	display: grid;
	grid-template-columns: repeat(3, 31%);
}
.pfad333 .pfad9fa .pfad277 {
	grid-column: 1/2;
	grid-row: 2/3;
	justify-self: center;
}
.pfad333 .pfad9fa .payments-info-content {
	grid-column: 1/3;
}
.pfad333 .pfad9fa .pfade96,
.pfad333 .pfad9fa .pfadf44 {
	display: grid;
	grid-template-rows: minmax(17px, auto);
}
.pfad333 .pfad0b2a {
	grid-area: payments_alt;
}
.pfad333 .pfad58c {
	grid-area: pros_cons;
}
.pfad333 .pfad9db {
	grid-area: gallery;
}
@media (min-width: 360px) {
	.pfad333 .pfad9fa .pfad4fd {
		grid-template-columns: 110px repeat(2, 35%);
	}
}
@media (min-width: 768px) {
	.pfad333 {
		grid-template-areas: 'banner heading' 'banner date' 'banner rating' 'bonus bonus' 'nav nav' 'accordion accordion' 'scroller scroller' 'info info' 'payments payments' 'payments_alt payments_alt' 'withdrawal withdrawal' 'providers providers' 'pros_cons pros_cons' 'gallery gallery';
	}
	.pfad333 .pfad9fa {
		background-color: transparent;
		grid-template-areas: 'payout_heading' 'payount_content' 'deposit_heading' 'deposit_content';
		grid-template-columns: 1fr;
	}
	.pfad333 .pfad9fa .pfadd84 {
		grid-area: payout_heading;
	}
	.pfad333 .pfad9fa .pfad3c7 {
		grid-area: deposit_heading;
	}
	.pfad333 .pfad9fa .payments-info-content-payout {
		grid-area: payount_content;
	}
	.pfad333 .pfad9fa .payments-info-content-deposit {
		grid-area: deposit_content;
	}
	.pfad333 .pfad9fa .pfad940 {
		background-color: #1f1f1f;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		display: grid;
	}
	.pfad333 .pfad9fa .payments-info-list-toggler {
		justify-self: self-start;
	}
	.pfad333 .pfad9fa .pfad0bd {
		display: grid;
		grid-template-columns: 245px repeat(4, 1fr);
		grid-column-gap: 10px;
	}
	.pfad333 .pfad9fa .payments-info-content {
		display: grid;
		padding: 0 15px 10px;
		position: relative;
	}
	.pfad333 .pfad9fa .payments-info-content:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.pfad333 .pfad9fa .payments-info-content:before {
		background-color: #1f1f1f;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		bottom: 0;
		content: '';
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	.pfad333 .pfad9fa .pfad4fd {
		grid-template-columns: 50px 185px repeat(4, 1fr);
	}
	.pfad333 .pfad9fa .pfad4fd:after {
		display: none;
	}
	.pfad333 .pfad9fa .pfad0bd,
	.pfad333 .pfad9fa .pfad4fd {
		grid-template-rows: minmax(40px, auto);
		-ms-flex-align: center;
		align-items: center;
		background-color: #2e2e2e;
		border-radius: 10px;
		margin-bottom: 5px;
		padding: 0 15px;
	}
	.pfad333 .pfad9fa .pfad277 {
		align-self: center;
		grid-column: auto;
		grid-row: auto;
		justify-self: start;
	}
	.pfad333 .pfad9fa .pfadf44 {
		display: none;
	}
	.pfad333 .pfad9fa .pfade96 {
		font-size: 0.875rem;
	}
	.pfad333 .pfad9fa .payments-info-list-toggler {
		background-color: transparent;
		pointer-events: none;
	}
	.pfad333 .pfad9fa .payments-info-list-toggler.active,
	.pfad333 .pfad9fa .payments-info-list-toggler:hover {
		background-color: transparent;
		color: #fff;
	}
	.pfad333 .pfad9fa.is-closed .payments-info-content {
		height: 250px;
	}
}
@media (min-width: 992px) {
	.pfad333 {
		grid-template-areas: 'heading heading' 'date date' 'banner info' 'rating info' 'bonus info' 'nav info' 'scroller info' '. info' 'accordion accordion' 'payments payments' 'payments_alt payments_alt' 'withdrawal withdrawal' 'providers providers' 'pros_cons pros_cons' 'gallery gallery';
		grid-template-columns: repeat(2, 1fr);
	}
	.pfad333 .pfad71b {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 103px;
	}
	.pfad333 .pfad535 .pfad4a0 {
		border-top: 1px solid #2e2e2e;
		padding-top: 10px;
	}
	.pfad333 .pfad535 .pfad4a0:not(.pfad1056) {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 15px;
	}
	.pfad333 .pfad535 .pfad2a9 {
		border-top: none;
		padding: 0;
	}
	.pfad333 .pfad535 .pfad2a9:not(:last-child) {
		border-right: 1px solid #2e2e2e;
	}
	.pfad333 .pfad535 .pfad71e {
		-ms-flex-order: 2;
		order: 2;
	}
	.pfad333 .pfad535 .pfad6db {
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		-ms-flex-order: 1;
		order: 1;
	}
}
.single-casino.pfad53e0 .pfad5630 {
	bottom: 65px;
}
@media (min-width: 1200px) {
	.single-casino.pfad53e0 .pfad5630 {
		bottom: 85px;
	}
}
.pfad9fa {
	background-color: #1f1f1f;
	border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.pfad9fa .pfad0bd {
	color: #8d8d8d;
	display: none;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 125%;
	margin-bottom: 5px;
	padding: 0 15px;
}
.pfad9fa .pfad940 {
	margin: 0;
	padding: 0;
}
.pfad9fa .payments-info-list-toggler {
	background-color: #2e2e2e;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	line-height: 155%;
	padding: 10px 15px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: background-color 0.3s ease-in-out;
}
.pfad9fa .payments-info-list-toggler:hover:not(.active) {
	cursor: pointer;
}
.pfad9fa .payments-info-list-toggler.active,
.pfad9fa .payments-info-list-toggler:hover {
	background-color: #1f1f1f;
	color: #fff;
	transition: background-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
	.pfad9fa .payments-info-list-toggler {
		font-size: 1.25rem;
		font-weight: 600;
	}
}
.pfad9fa .payments-info-content {
	display: none;
	padding: 7.5px;
}
.pfad9fa .payments-info-content.tabbed {
	display: block;
}
.pfad9fa .payments-info-content.is-closed {
	height: 220px;
	overflow: hidden;
}
@media (min-width: 360px) {
	.pfad9fa .payments-info-content {
		padding: 15px 10px;
	}
}
.pfad9fa .pfad4fd {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	grid-column-gap: 10px;
}
.pfad9fa .pfad4fd:not(:last-child):after {
	border-bottom: 1px solid #2e2e2e;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
}
.pfad9fa .pfad4fd.pfad3e1 {
	display: none !important;
}
.pfad9fa .pfad911b {
	word-break: break-word;
}
.pfad9fa .pfadd91 {
	background-color: #2e2e2e;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.pfad9fa .pfadd91 img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
@media (max-width: 991.98px) {
	.pfad9fa .pfadd91 {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.pfad9fa .pfadd91 {
		margin-bottom: 0;
	}
}
.pfad9fa .pfad277 {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 125%;
	padding: 5px;
	text-align: center;
	word-break: break-all;
}
@media (min-width: 768px) {
	.pfad9fa .pfad277 {
		font-size: 0.875rem;
		font-weight: 700;
		text-align: left;
	}
}
.pfad9fa .pfad277 a {
	color: #fff;
}
.pfad9fa .pfad277 a,
.pfad9fa .pfad277 a:hover {
	text-decoration: none;
}
.pfad9fa .pfade96,
.pfad9fa .pfadf44 {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 125%;
}
.pfad9fa .pfadf44 {
	color: #8d8d8d;
	margin-bottom: 5px;
}
.pfad9fa .pfade96 {
	color: #fff;
	font-weight: 700;
}
.pfad9fa .payments-info-toggler {
	background-image: linear-gradient(
		180deg,
		rgba(31, 31, 31, 0),
		#1f1f1f 76.04%
	);
	bottom: 0;
	color: #f4f4f4;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	left: 0;
	line-height: 155%;
	padding: 65px 15px 25px;
	position: absolute;
	right: 0;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.pfad9fa .payments-info-toggler:after {
	content: '›';
	font-size: 1.3125rem;
	margin-left: 7px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.pfad9fa .payments-info-toggler:hover {
	cursor: pointer;
}
.pfad9fa .payments-info-toggler.active {
	padding-top: 10px;
	position: static;
}
.pfad9fa .payments-info-toggler.active:after {
	margin-left: 5px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
@media (min-width: 768px) {
	.pfad9fa .payments-info-toggler {
		padding: 65px 15px 10px;
	}
}
.pfad0b2a {
	background-color: #1f1f1f;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 15px;
}
.pfad0b2a .pfad7de {
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1.25rem;
	line-height: 125%;
	margin-bottom: 15px;
}
.pfad0b2a .pfad3a7 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
@media (min-width: 768px) {
	.pfad0b2a .pfad3a7 {
		gap: 5px;
	}
}
.pfad0b2a .pfad4c92 {
	background-color: #2e2e2e;
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 31%;
	flex: 1 1 31%;
	height: 60px;
	padding: 5px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.pfad0b2a .pfad4c92 img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.pfad0b2a .pfad4c92 a {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pfad0b2a .pfad4c92.pfad3e1 {
	display: none;
}
.pfad0b2a .pfad4c92:hover {
	transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
	.pfad0b2a .pfad4c92 {
		-ms-flex: 1 1 13%;
		flex: 1 1 13%;
	}
}
.pfad1d4 {
	background-color: #1f1f1f;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 15px;
}
.pfad1d4 .pfad038 {
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1.25rem;
	line-height: 125%;
	margin-bottom: 15px;
}
.pfad1d4 .pfad7701 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
@media (min-width: 768px) {
	.pfad1d4 .pfad7701 {
		gap: 5px;
	}
}
.pfad1d4 .pfad0610 {
	background-color: #2e2e2e;
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 31%;
	flex: 1 1 31%;
	height: 60px;
	padding: 5px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.pfad1d4 .pfad0610 img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.pfad1d4 .pfad0610.pfad3e1 {
	display: none;
}
@media (min-width: 768px) {
	.pfad1d4 .pfad0610 {
		-ms-flex: 1 1 13%;
		flex: 1 1 13%;
	}
}
.pfad1d4 .pfad46f {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 140%;
}
.pfad1d4 .pfad46f:hover {
	cursor: pointer;
}
.pfad1d4 .pfadaaf {
	color: #8d8d8d;
	display: none;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 140%;
}
@media (min-width: 768px) {
	.pfad1d4 .pfadaaf {
		display: block;
	}
}
.pfad4ea {
	background-color: #1f1f1f;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 15px;
}
.pfad4ea .pfad84c8 {
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1.25rem;
	line-height: 125%;
	margin-bottom: 15px;
}
.pfad4ea .pfad37a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}
.pfad4ea .pfad2e6 {
	background-color: #2e2e2e;
	border-radius: 5px;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 10px;
}
@media (min-width: 768px) {
	.pfad4ea .pfad2e6 {
		-ms-flex: 1 1 19%;
		flex: 1 1 19%;
	}
}
.pfad4ea .pfadc4b {
	color: #8d8d8d;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 125%;
	margin-bottom: 5px;
}
.pfad4ea .pfaddf2 {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 125%;
}
.pfad58c {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}
.pfad58c .pfad7f1d {
	background-color: #1f1f1f;
	border-radius: 5px;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-bottom: 0;
	padding: 15px;
}
@media (min-width: 768px) {
	.pfad58c .pfad7f1d {
		-ms-flex: 1 1 49%;
		flex: 1 1 49%;
	}
}
.pfad58c .pfad2236 {
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 15px;
}
.pfad58c .pfad449 {
	content: '';
}
.pfad58c .pfadbaf3 {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 140%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.pfad58c .pfada15 .pfadbaf3:before {
	background-color: rgba(38, 194, 128, 0.1);
	color: #26c280;
	content: '✓';
	font-size: 0.75rem;
}
.pfad58c .pfad08e .pfadbaf3:before,
.pfad58c .pfada15 .pfadbaf3:before {
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	font-weight: 700;
	height: 20px;
	width: 20px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}
.pfad58c .pfad08e .pfadbaf3:before {
	background-color: rgba(255, 77, 97, 0.1);
	color: #ff4d61;
	content: '╳';
	font-size: 0.5625rem;
}
.pfadad1b {
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 10px;
	word-break: break-word;
}
.pfadeed {
	margin-bottom: 5px;
}
@media (min-width: 768px) {
	.pfadeed {
		display: -ms-flexbox;
		display: flex;
		gap: 5px;
	}
}
@media (min-width: 992px) {
	.pfadeed {
		margin-bottom: 15px;
	}
}
.pfad2bf6,
.pfadd5e {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 125%;
}
.pfad2bf6 {
	color: #8d8d8d;
	margin-bottom: 5px;
}
@media (min-width: 768px) {
	.pfad2bf6 {
		margin: 0 5px 0 0;
	}
}
.pfadd5e {
	color: #fff;
}
.pfad814 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	height: 105px;
	padding: 5px;
	width: 105px;
}
.pfad814 img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
@media (min-width: 768px) {
	.pfad814 {
		margin-bottom: 15px;
	}
}
@media (min-width: 992px) {
	.pfad814 {
		width: 100%;
	}
}
.pfad777:not(.pfad094) {
	background-color: rgba(255, 187, 51, 0.1);
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px 60px 10px 75px;
	position: relative;
}
.pfad777:not(.pfad094):after {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 15px;
	margin-top: -7.5px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 15px;
}
@media (min-width: 992px) {
	.pfad777:not(.pfad094) {
		margin-bottom: 15px;
	}
}
.pfad777:hover {
	cursor: pointer;
}
.pfad12c9 {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pfad737 {
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	left: 15px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.pfad737 img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
.pfad8cd5 {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
}
.pfad658d,
.pfad8cd5 {
	line-height: 125%;
	margin-bottom: 5px;
}
.pfad658d {
	color: #fa0;
	font-size: 1.25rem;
	font-weight: 600;
}
.pfade548 {
	color: #8d8d8d;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 125%;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
.pfad4b9 {
	background-color: #ff6a00;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.pfad4b9:hover {
	background-color: #c50;
	cursor: pointer;
}
@media (min-width: 992px) {
	.pfad4b9:before {
		content: '►';
		transition: all 0.4s ease-in-out;
	}
}
.pfad574 {
	border-top: 1px solid #2e2e2e;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 0;
}
@media (min-width: 768px) {
	.pfad574 {
		margin-top: 5px;
	}
}
@media (min-width: 992px) {
	.pfad574 {
		margin-top: 0;
	}
}
.pfad43a {
	display: block;
	height: 28px;
	margin-right: 15px;
	position: relative;
	white-space: nowrap;
}
.pfad43a svg {
	width: 20px;
	fill: #fa0;
}
@media (min-width: 992px) {
	.pfad43a svg {
		width: 25px;
	}
}
@media (max-width: 767.98px) {
	.pfad43a svg {
		width: 17px;
	}
}
.pfad43a .stars-rating {
	background-size: 156px auto;
	height: 28px;
	width: 156px;
}
@media (max-width: 767.98px) {
	.pfad43a .stars-rating {
		background-size: 105px auto;
		width: 105px;
	}
}
.pfad7d3 {
	background-color: #fff;
	display: block;
	height: 100%;
	mix-blend-mode: color;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.pfadb85 {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 140%;
}
.pfadb85.pfad263 {
	color: #ff4d61;
}
.pfadb85.pfad3c8,
.pfadb85.pfad80a {
	color: #c50;
}
.pfadb85.pfadeb2 {
	color: #fa0;
}
.pfadb85.pfad76d,
.pfadb85.pfad8a72 {
	color: #26c280;
}
.pfadd798 {
	margin-bottom: 30px;
	min-height: 35px;
}
.pfadd798 [data-type='scroller'] {
	background-color: #2e2e2e;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #fa0;
	display: block;
	font-weight: 700;
	line-height: 125%;
	padding: 10px 15px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.pfadd798 [data-type='scroller']:hover {
	cursor: pointer;
}
.pfade9d {
	margin-bottom: 15px;
}
.pfade9d.is-closed .pfad579 {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	height: 124px;
	transition: height 0.3s ease-in-out;
	white-space: normal;
}
@media (min-width: 768px) {
	.pfade9d.is-closed .pfad579 {
		-webkit-line-clamp: 2;
		height: 50px;
	}
}
@media (min-width: 992px) {
	.pfade9d.is-closed .pfad579 {
		-webkit-line-clamp: 3;
		height: 75px;
	}
}
.pfad579 {
	color: #f4f4f4;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 10px;
}
.pfad71b .pfad81a,
.pfad955 {
	color: #f4f4f4;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 125%;
	margin-bottom: 15px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #2e2e2e;
	border-radius: 5px;
	padding: 5px 10px;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.pfad71b .pfad81a:after,
.pfad955:after {
	content: '›';
	font-size: 1.3125rem;
	margin-left: 7px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.pfad71b .pfad81a:hover,
.pfad955:hover {
	cursor: pointer;
}
.pfad71b .active.pfad81a:after,
.pfad955.active:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.pfad71b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 15px;
}
.pfad71b .pfad7898 {
	background-color: #1f1f1f;
	border-radius: 5px;
	margin-bottom: 0;
	padding: 15px;
}
.pfad71b .pfada175 {
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 15px;
}
.pfad71b .pfad749 {
	margin-bottom: 5px;
}
.pfad71b .pfad2a9 {
	border-top: 1px solid #2e2e2e;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 10px;
	padding: 10px 0;
	word-break: break-word;
}
.pfad71b .pfad6db,
.pfad71b .pfad71e {
	-ms-flex: 1 1 48%;
	flex: 1 1 48%;
	font-size: 0.875rem;
	line-height: 130%;
}
.pfad71b .pfad71e {
	color: #c6c6c6;
	font-weight: 400;
}
.pfad71b .pfad6db {
	color: #fff;
	font-weight: 700;
}
.pfad71b .pfad711 {
	display: inline-block;
	margin-right: 10px;
}
.pfad71b .pfad711.pfad9e6:not(:last-child):after {
	content: ',';
}
.pfad71b .pfad63e:before {
	background-color: rgba(38, 194, 128, 0.1);
	color: #26c280;
	content: '✓';
	font-size: 0.75rem;
}
.pfad71b .pfad284:before,
.pfad71b .pfad63e:before {
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	font-weight: 700;
	height: 20px;
	width: 20px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}
.pfad71b .pfad284:before {
	background-color: rgba(255, 77, 97, 0.1);
	color: #ff4d61;
	content: '╳';
	font-size: 0.5625rem;
}
@media (min-width: 768px) {
	.pfad71b .pfad7898 {
		-ms-flex: 1 1 49%;
		flex: 1 1 49%;
	}
	.pfad71b .pfad71e {
		-ms-flex: 1 1 40%;
		flex: 1 1 40%;
	}
	.pfad71b .pfad6db {
		-ms-flex: 1 1 56%;
		flex: 1 1 56%;
	}
}
@media (min-width: 1200px) {
	.pfad71b .pfad7898 {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.pfad71b .pfad71e {
		-ms-flex: 1 1 28%;
		flex: 1 1 28%;
	}
	.pfad71b .pfad6db {
		-ms-flex: 1 1 68%;
		flex: 1 1 68%;
	}
}
.pfadaa8 {
	margin-bottom: 30px;
	overflow: hidden;
}
.pfadaa8 .pfadf446 {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/crown.9e6d2337.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 50px;
	width: 75px;
}
.pfadaa8 .pfad658f {
	display: grid;
	grid-template-columns: 1fr 100px;
	grid-template-rows: minmax(65px, 1fr);
	grid-column-gap: 15px;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fa0;
	color: #161616;
	margin-bottom: 5px;
	padding: 0 15px;
}
.pfadaa8 .pfad658f .pfadd007 {
	font-size: 1.25rem;
	line-height: 125%;
}
.pfadaa8 .pfad658f .pfad07c3 {
	text-align: right;
}
@media (min-width: 992px) {
	.pfadaa8 .pfad658f {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}
.pfadaa8 .pfadc2a {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 5px;
}
.pfadaa8 .pfad1aae {
	display: grid;
	grid-template-columns: minmax(-webkit-min-content, 160px) 30px 1fr;
	grid-template-columns: minmax(min-content, 160px) 30px 1fr;
	grid-template-rows: minmax(40px, 1fr);
	grid-column-gap: 15px;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1f1f1f;
	border-radius: 10px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 140%;
	padding: 0 15px;
}
.pfadaa8 .pfadf824 {
	font-weight: 700;
}
.pfadaa8 .pfad035 {
	font-size: 1rem;
	font-weight: 700;
}
.pfadaa8 .pfadd007 {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 140%;
	padding: 10px 0;
}
.pfadaa8 .pfad07c3 {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 140%;
	text-align: right;
	white-space: nowrap;
}
.pfadaa8 .pfadc60 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}
.pfadaa8 .pfad942 {
	height: 24px;
	justify-self: end;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767.98px) {
	.pfadaa8 .pfad942 {
		height: auto;
	}
}
.pfadaa8 .pfad942 .stars-rating svg {
	width: 20px;
	fill: #fa0;
}
@media (min-width: 992px) {
	.pfadaa8 .pfad942 .stars-rating svg {
		width: 25px;
	}
}
@media (max-width: 767.98px) {
	.pfadaa8 .pfad942 .stars-rating {
		background-size: 80px auto;
		height: 15px;
		width: 80px;
	}
}
.pfadaa8 .pfad942 .pfad43a {
	height: 24px;
	margin-right: 0;
}
.pfadaa8 .pfad942 .pfad43a svg {
	height: auto;
	width: 17px;
}
@media (max-width: 767.98px) {
	.pfadaa8 .pfad942 .pfad43a svg {
		width: 15px;
	}
}
.pfadaa8 .pfad441c {
	background-color: #fff;
	height: 100%;
	mix-blend-mode: color;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
@media (min-width: 992px) {
	.pfadaa8 {
		display: grid;
		grid-template-columns: minmax(-webkit-min-content, 400px) 1fr;
		grid-template-columns: minmax(min-content, 400px) 1fr;
		grid-column-gap: 15px;
	}
	.pfadaa8 .pfadf446 {
		display: block;
	}
	.pfadaa8 .pfad658f {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 15px 0;
		margin-bottom: 0;
	}
	.pfadaa8 .pfad658f .pfadd007 {
		padding: 5px 0;
	}
	.pfadaa8 .pfad658f .pfad07c3 {
		min-height: 35px;
		text-align: left;
	}
}
.pfada8d {
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
}
.user-review-form__row {
	position: relative;
}
.user-review-form__row + .user-review-form__row {
	margin-top: 20px;
}
.user-review-form__row.user-review-form__con,
.user-review-form__row.user-review-form__pro {
	display: -ms-flexbox;
	display: flex;
}
.user-review-form__row--submit.loading {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/loading.32737547.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 50px;
}
.user-review-form__row--submit.loading .btn {
	visibility: hidden;
}
.user-review-form__star {
	cursor: pointer;
	display: inline-block;
	height: 35px;
	margin-bottom: 0;
	position: relative;
	width: 35px;
}
.user-review-form__star:after {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.user-review-form__star--outline:after {
	background: #1f1f1f 50%/35px no-repeat
		url(/wp-content/themes/theme-child/assets/dist/images/ic-star.79cc8caf.svg);
}
.user-review-form__star--outline.selected:after {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-star-selected.3a633ba9.svg);
}
.user-review-form__star--solid:after {
	background: #1f1f1f 50%/35px no-repeat
		url(/wp-content/themes/theme-child/assets/dist/images/ic-star2.aae500a2.svg);
}
.user-review-form__star--solid.selected:after {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/ic-star2-selected.d1165d51.svg);
}
.user-review-form__star + .user-review-form__star {
	margin-left: 7px;
}
.user-review-form__star input {
	height: 2px;
	left: 50%;
	margin: -1px 0 0 -1px;
	position: absolute;
	top: 50%;
	width: 2px;
}
.user-review-form__star + .error {
	padding-left: 0 !important;
}
.pfad2b5 {
	color: #999;
	display: block;
	font-size: 0.75rem;
	line-height: 1;
	margin-top: 5px;
	padding: 0 15px;
}
.user-review-form__error input[type='email'],
.user-review-form__error input[type='text'],
.user-review-form__error textarea {
	border-color: #ff0015 !important;
	color: #ff0015 !important;
}
.user-review-form__error .error {
	margin-top: 2px;
	padding: 0 15px;
}
.pfadd8a9 .error {
	color: #ff0015;
	display: block;
	font-size: 0.875rem;
	line-height: 20px;
	margin-top: 10px;
}
.pfadd8a9 input[type='email'],
.pfadd8a9 input[type='text'],
.pfadd8a9 textarea {
	background-color: #2e2e2e;
	border: none;
	border-bottom: 2px solid #6f6f6f;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	height: 50px;
	line-height: 20px;
	padding: 15px;
	width: 100%;
}
.pfadd8a9 input[type='email']::-webkit-input-placeholder,
.pfadd8a9 input[type='text']::-webkit-input-placeholder,
.pfadd8a9 textarea::-webkit-input-placeholder {
	color: #999;
}
.pfadd8a9 input[type='email']:-ms-input-placeholder,
.pfadd8a9 input[type='text']:-ms-input-placeholder,
.pfadd8a9 textarea:-ms-input-placeholder {
	color: #999;
}
.pfadd8a9 input[type='email']::-ms-input-placeholder,
.pfadd8a9 input[type='text']::-ms-input-placeholder,
.pfadd8a9 textarea::-ms-input-placeholder {
	color: #999;
}
.pfadd8a9 input[type='email']::placeholder,
.pfadd8a9 input[type='text']::placeholder,
.pfadd8a9 textarea::placeholder {
	color: #999;
}
.pfadd8a9 input[type='email']:hover,
.pfadd8a9 input[type='text']:hover,
.pfadd8a9 textarea:hover {
	border-color: #999;
}
.pfadd8a9 input[type='email']:focus,
.pfadd8a9 input[type='text']:focus,
.pfadd8a9 textarea:focus {
	border-color: grey;
	outline-color: grey;
}
.pfadd8a9 textarea {
	height: 90px;
}
.pfadd8a9 input[name='subject'] {
	display: none;
}
.user-review-form__counter {
	color: #999;
	font-size: 0.75rem;
	position: absolute;
	right: 5px;
	top: 2px;
}
.user-review-form__con input,
.user-review-form__pro input {
	width: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.user-review-form__con input:focus button svg,
.user-review-form__pro input:focus button svg {
	stroke: #fff;
}
.user-review-form__con button,
.user-review-form__pro button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	background-color: #fff;
	border: none;
	border-radius: 5px;
	color: grey;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	font-size: 32px;
	font-weight: 300;
	justify-content: center;
	line-height: 1;
	margin-left: 5px;
	position: relative;
	transition: all 0.3s ease-in-out;
	width: 50px;
}
.user-review-form__con button svg,
.user-review-form__pro button svg {
	-ms-flex: 0 0 14px;
	flex: 0 0 14px;
	height: 14px;
	width: 14px;
	stroke: grey;
	transition: all 0.3s ease-in-out;
}
.user-review-form__con button[data-action='remove'] svg,
.user-review-form__pro button[data-action='remove'] svg {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.user-review-form__con button:hover,
.user-review-form__pro button:hover {
	background-color: #1f1f1f;
	color: #111;
	cursor: pointer;
}
.user-review-form__con button:hover svg,
.user-review-form__pro button:hover svg {
	stroke: #111;
}
.pfadd8a9 .checkbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}
.pfadd8a9 .checkbox input {
	background: none;
	border: none;
	height: 1px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 1px;
}
.pfadd8a9 .checkbox input:checked ~ .checkbox__mark {
	background-color: #1f1f1f;
	border-color: #1f1f1f;
}
.pfadd8a9 .checkbox input:checked ~ .checkbox__mark:after {
	display: block;
}
.pfadd8a9 .checkbox__label {
	color: #f4f4f4;
	font-size: 0.75rem;
	margin-left: 10px;
}
.pfadd8a9 .checkbox__mark {
	background-color: #fff;
	border: 1px solid #8d8d8d;
	border-radius: 5px;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
	top: 0;
}
.pfadd8a9 .checkbox__mark:after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: '';
	display: none;
	height: 12px;
	left: 5.5px;
	position: absolute;
	top: 1.5px;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	width: 7px;
}
.pfad731 {
	color: #fff;
	text-align: center;
}
.pfad643 {
	font-family: Open Sans, 'sans-serif';
	font-size: 1.5625rem;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 20px;
}
.pfad731 p {
	color: #c6c6c6;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 20px;
}
.pfad731 .pfad5d1b {
	background-color: #2e2e2e;
	border-radius: 5px;
	color: #fa0;
	font-size: 0.75rem;
	font-weight: 700;
	margin: 0 auto;
	text-transform: none;
}
.pfad731 .pfad5d1b:hover {
	cursor: pointer;
}
.pfad8e4f {
	background-color: #ff6a00;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 110%;
	margin: 0 auto;
	padding: 10px 15px;
	text-align: center;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	width: auto;
}
.pfad8e4f:hover {
	background-color: #c50;
	color: #fff;
	cursor: pointer;
}
.pfad8e4f:disabled {
	cursor: default;
	opacity: 0.1;
}
.pfad8e4f:disabled:hover {
	background-color: #ff6a00;
	box-shadow: none;
	opacity: 0.1;
}
.pfad0b0,
.pfad10d {
	margin-bottom: 15px;
}
.pfad0b0 {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 125%;
}
.user-reviews-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1f1f1f;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 17.5px 15px;
}
@media (max-width: 991.98px) {
	.user-reviews-header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.user-reviews-header__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
	}
}
.user-reviews-header__noreviews-message {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.3888888889;
}
.user-reviews-header__rating {
	color: #fa0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 25px;
	white-space: nowrap;
}
.user-reviews-header__rating-value {
	color: #fa0;
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 115%;
}
.user-reviews-header__rating-limit {
	color: #fa0;
}
.user-reviews-header__rating-stars {
	margin-left: 30px;
}
.user-reviews-header__rating-stars .pfad43a,
.user-reviews-header__rating-stars .stars-rating {
	height: 25px;
}
.user-reviews-header__rating-stars .pfad43a svg {
	height: auto;
	width: 17px;
}
@media (max-width: 991.98px) {
	.user-reviews-header__rating-stars {
		margin-left: auto;
	}
}
.user-reviews-header__rating-text {
	color: #c6c6c6;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 140%;
}
.user-reviews-header--noreviews .user-reviews-header__rating-stars {
	margin-left: 0;
}
.user-reviews-header--noreviews .user-reviews-header__rating-stars .pfad43a {
	display: inline-block;
}
.pfad10d .pfadc0e {
	background-color: #ff6a00;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 110%;
	margin: 15px 0 0 auto;
	padding: 10px 15px;
	text-align: center;
	text-transform: none;
	transition: all 0.3s ease-in-out;
	width: auto;
	width: 100%;
}
.pfad10d .pfadc0e:hover {
	background-color: #c50;
	cursor: pointer;
}
@media (min-width: 992px) {
	.pfad10d .pfadc0e {
		margin: 0 0 0 auto;
		width: auto;
	}
}
.pfad10d .pfadc32 {
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 15px;
}
.pfad10d .pfada90 {
	background-color: #1f1f1f;
}
.pfad10d .pfad5453 {
	background-color: #2e2e2e;
}
.pfad10d .pfad5453 .pfad251 {
	border-color: #8d8d8d;
}
.pfad10d .pfadc2a6 {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.pfad10d .pfad251 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	background-color: #111;
	border: 3px solid #99bcff;
	border-radius: 50%;
	height: 50px;
	justify-content: center;
	margin-right: 10px;
	overflow: hidden;
	width: 50px;
}
.pfad10d .pfad251 img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.pfad10d .pfadfc5 {
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.pfad10d .pfadfc5 > div + div {
	margin-top: 5px;
}
.pfad10d .pfadfc5 .stars-rating {
	height: 14px;
}
.pfad10d .pfadb12 {
	color: #fa0;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 15px;
}
.pfad10d .pfada28 {
	color: #8d8d8d;
	font-size: 0.75rem;
	line-height: 1;
}
.pfad10d .pfad900 {
	display: inline-block;
}
.pfad10d .pfad900 .stars-rating {
	margin-top: 5px;
}
.pfad10d .pfad900 .pfad43a {
	height: 20px;
	margin-top: -5px;
}
.pfad10d .pfad900 .pfad43a svg {
	height: auto;
	width: 13px;
}
.pfad10d .pfad239 {
	color: #c6c6c6;
	font-size: 0.875rem;
	line-height: 20px;
	word-break: break-word;
}
.pfad10d .pfad239:not(:last-child) {
	margin-bottom: 10px;
}
.pfad10d .pfad239 p {
	color: #c6c6c6;
	font-size: 0.875rem;
	line-height: 20px;
	margin: 0;
}
.pfad10d .pfad239 p + p {
	margin-top: 10px;
}
.pfad10d .pfad3c3 {
	margin: 0;
	padding: 0;
}
.pfad10d .pfad3c3 li {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	-ms-flex-align: center;
	align-items: center;
	color: #c6c6c6;
}
.pfad10d .pfad3c3 li.pfad3ef,
.pfad10d .pfad3c3 li.pfada533 {
	font-size: 0.875rem;
}
.pfad10d .pfad3c3 li.pfad3ef:not(:last-of-type),
.pfad10d .pfad3c3 li.pfada533:not(:last-of-type) {
	margin-bottom: 10px;
}
.pfad10d .pfad3c3 li.pfad3ef:before,
.pfad10d .pfad3c3 li.pfada533:before {
	position: static;
}
.pfad10d .pfad3c3 li.pfada533:before {
	background-color: rgba(38, 194, 128, 0.1);
	color: #26c280;
	content: '✓';
	font-size: 0.75rem;
}
.pfad10d .pfad3c3 li.pfad3ef:before,
.pfad10d .pfad3c3 li.pfada533:before {
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	font-weight: 700;
	height: 20px;
	width: 20px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}
.pfad10d .pfad3c3 li.pfad3ef:before {
	background-color: rgba(255, 77, 97, 0.1);
	color: #ff4d61;
	content: '╳';
	font-size: 0.5625rem;
}
.pfad10d .stars-rating {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/stars2.184ecd83.svg);
}
.pfad10d .stars-rating-inner {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/stars2-active.7ae567c1.svg);
}
.pfad10d .load-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	border: 1px solid #e6e1e2;
	border-radius: 8px;
	color: #c6c6c6;
	cursor: pointer;
	height: 26px;
	justify-content: center;
	line-height: 16px;
	margin-top: 10px;
	padding-right: 14px;
	text-transform: none;
	transition: border-color 0.2s ease-in-out;
	width: 100%;
}
.pfad10d .load-more:after {
	background: 50% no-repeat
		url(/wp-content/themes/theme-child/assets/dist/images/arrow_down_gray.622f20f4.svg);
	content: '';
	height: 4.5px;
	margin-left: 5px;
	width: 8.5px;
}
.pfad10d .load-more:active,
.pfad10d .load-more:hover {
	background-color: transparent;
	border-color: #999;
	box-shadow: none;
}
.pfad10d .load-more.loading {
	background: 50% no-repeat
		url(/wp-content/themes/theme-child/assets/dist/images/loading.32737547.svg);
	text-indent: -100000px;
}
.pfad10d .load-more.loading:after {
	content: none;
}
.modal-custom {
	-webkit-animation: fadein 0.3s;
	animation: fadein 0.3s;
	background-color: #1f1f1f;
	border-radius: 10px;
	left: 50%;
	max-height: 90%;
	max-width: 90%;
	overflow: auto;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
}
@media (max-width: 767.98px) {
	.modal-custom {
		width: 90%;
	}
}
.modal-custom__content {
	min-height: 60px;
	padding: 40px 100px;
	width: 720px;
}
@media (max-width: 991.98px) {
	.modal-custom__content {
		padding: 20px 15px;
		width: 100%;
	}
}
.modal-custom__close {
	background: 50% / cover no-repeat
		url(/wp-content/themes/theme-child/assets/dist/images/ic-close.a84b869d.svg);
	border: none;
	cursor: pointer !important;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 20px;
	width: 30px;
}
.overlay-custom {
	-webkit-animation: fadein 0.3s;
	animation: fadein 0.3s;
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}
.overlay-custom--loading {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/loading.32737547.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100px;
}
.pfadc50 .pfad1365 {
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 15px;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	-moz-backface-visibility: hidden;
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.owl-carousel .owl-stage-outer {
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	float: left;
	min-height: 1px;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
	max-height: 0;
}
.owl-carousel .owl-nav.disabled .owl-next,
.owl-carousel .owl-nav.disabled .owl-prev {
	opacity: 0 !important;
	pointer-events: none !important;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background-image: none;
	border: none;
	color: inherit;
	font: inherit;
	padding: 0 !important;
}
.owl-carousel .owl-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
}
.owl-carousel .owl-nav button {
	background-color: #222;
	border-radius: 5px;
	height: 30px;
	width: 30px;
}
.owl-carousel .owl-nav button span {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5625rem;
	line-height: 1;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.owl-carousel .owl-dots {
	height: 30px;
	margin: 0 45px;
	text-align: center;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-dots button {
	background-color: transparent;
	border: 1px solid #6f6f6f;
	border-radius: 5px;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots button:hover {
	background-color: #6f6f6f;
	transition: background-color 0.3s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots button.active {
	background-color: #6f6f6f;
}
.owl-carousel.owl-loaded {
	display: grid;
}
.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .pfad31c {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.pfad1c2 .owl-carousel {
	display: block;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.pfad9db .pfad952c {
	color: #fff;
	font-family: Open Sans, 'sans-serif';
	font-size: 1.25rem;
	line-height: 125%;
}
.pfad9db .pfad25b {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}
.pfad9db .pfad25b .pfad9fe {
	margin-bottom: 15px;
}
.pfad9db .pfad9fe {
	max-height: 400px;
	overflow: hidden;
}
.pfad9db .pfad9fe img {
	height: auto;
	max-width: 100%;
}
@media (min-width: 768px) {
	.pfad9db .pfad25b {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.pfad9db .pfad25b {
		grid-template-columns: repeat(3, 1fr);
	}
}
body,
html {
	overflow-x: hidden;
}
body {
	background: #fefbf4;
	color: #49475e;
	font-family: Exo2, sans-serif;
	overflow-y: hidden;
	position: relative;
}
.js-toc_table_list_heading {
	display: none;
}
.js-toc_table_list_heading.active {
	display: block;
}
body.home {
	background: #dcf7f5;
}
body :not(#wpadminbar *) {
	font-family: Exo2, sans-serif !important;
}
body a {
	color: #ff7700;
	transition: none !important;
}
body a:hover {
	color: #ff7700;
	text-decoration: underline;
}
#wpadminbar {
	position: fixed;
}
.pfadc5a {
	margin-top: 16px;
}
.home .pfadc5a {
	margin-top: 40px;
}
.pfad10d .pfad65ef8 .pfad0b0,
.pfad58c .pfad65ef8 .pfad2236,
.pfad58c .pfad65ef8 .pfad786,
.pfad65ef8 .pfad062,
.pfad65ef8 .pfad086,
.pfad65ef8 .pfad10d .pfad0b0,
.pfad65ef8 .pfad2ad,
.pfad65ef8 .pfad350,
.pfad65ef8 .pfad58c .pfad2236,
.pfad65ef8 .pfad58c .pfad786,
.pfad65ef8 .pfad731 .pfad643,
.pfad65ef8 .pfadaba,
.pfad65ef8 .pfadad1b,
.pfad65ef8 .pfadb10,
.pfad65ef8 .pfadd8a9 .pfada8d,
.pfad65ef8 h1,
.pfad65ef8 h2,
.pfad65ef8 h3,
.pfad65ef8 h4,
.pfad65ef8 h5,
.pfad65ef8 h6,
.pfad731 .pfad65ef8 .pfad643,
.pfadd8a9 .pfad65ef8 .pfada8d {
	color: #1c1a34;
	line-height: 1.13;
	margin-bottom: 16px;
	text-align: left;
}
.pfad65ef8 h1 {
	font-size: 1.875rem;
	font-weight: 600;
}
.pfad65ef8 h2 {
	font-size: 1.625rem;
	font-weight: 600;
}
.pfad65ef8 h3 {
	font-size: 1.375rem;
	font-weight: 600;
}
.pfad65ef8 h4 {
	font-size: 1.25rem;
	font-weight: 400;
}
.pfad65ef8 h5 {
	font-size: 1.125rem;
	font-weight: 400;
}
.pfad65ef8 h6 {
	font-size: 1rem;
	font-weight: 400;
}
.pfad65ef8 p {
	color: #49475e;
	font-size: 1rem;
	line-height: 1.5;
}
.pfad471:before,
.pfadabe:before {
	background-color: #d0eeec;
	border: 1px solid rgba(195, 193, 216, 0.251);
}
.pfadabe .pfad2a5 {
	padding: 10px 0;
}
.box,
.modal-custom,
.pfad0b2a,
.pfad10d .pfad5453,
.pfad10d .pfada90,
.pfad10d .user-reviews-header,
.pfad4ea,
.pfad5f76,
.pfad7ea00,
.pfad99e {
	background-color: #fff;
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-radius: 8px;
	box-shadow: 0 2px 6px 0 rgba(5, 19, 138, 0.161);
}
.btn {
	border-radius: 8px;
	font-size: 0.75rem;
	text-decoration: none;
	text-transform: none;
	transition: all 0.4s ease-in-out;
}
.btn:hover {
	background-color: #d92b31;
	color: #fff;
}
.btn:focus,
.btn:hover {
	box-shadow: none;
}
.btn-mobile-fixed,
.btn-primary,
.pfad10d .pfadc0e,
.pfad4b9,
.pfad731 .pfad5d1b,
.pfadd8a9 .pfad8e4f {
	background: #00c98d;
	border-radius: 100px;
	font-size: 1.125rem;
	font-weight: 500;
}
.btn-mobile-fixed:focus,
.btn-mobile-fixed:not(:disabled):not(.disabled).active,
.btn-mobile-fixed:not(:disabled):not(.disabled):active,
.btn-primary.pfade47,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.pfad10d .pfadc0e:focus,
.pfad10d .pfadc0e:not(:disabled):not(.disabled).active,
.pfad10d .pfadc0e:not(:disabled):not(.disabled):active,
.pfad10d .pfade47.pfadc0e,
.pfad4b9:focus,
.pfad4b9:not(:disabled):not(.disabled).active,
.pfad4b9:not(:disabled):not(.disabled):active,
.pfad731 .pfad5d1b:focus,
.pfad731 .pfad5d1b:not(:disabled):not(.disabled).active,
.pfad731 .pfad5d1b:not(:disabled):not(.disabled):active,
.pfad731 .pfade47.pfad5d1b,
.pfadd8a9 .pfad8e4f:focus,
.pfadd8a9 .pfad8e4f:not(:disabled):not(.disabled).active,
.pfadd8a9 .pfad8e4f:not(:disabled):not(.disabled):active,
.pfadd8a9 .pfade47.pfad8e4f,
.pfade47.btn-mobile-fixed,
.pfade47.pfad4b9 {
	background-color: #00c98d;
	border-color: #00c98d;
	color: #fff;
}
.btn-mobile-fixed:focus span,
.btn-mobile-fixed:not(:disabled):not(.disabled).active span,
.btn-mobile-fixed:not(:disabled):not(.disabled):active span,
.btn-primary.pfade47 span,
.btn-primary:focus span,
.btn-primary:not(:disabled):not(.disabled).active span,
.btn-primary:not(:disabled):not(.disabled):active span,
.pfad10d .pfadc0e:focus span,
.pfad10d .pfadc0e:not(:disabled):not(.disabled).active span,
.pfad10d .pfadc0e:not(:disabled):not(.disabled):active span,
.pfad10d .pfade47.pfadc0e span,
.pfad4b9:focus span,
.pfad4b9:not(:disabled):not(.disabled).active span,
.pfad4b9:not(:disabled):not(.disabled):active span,
.pfad731 .pfad5d1b:focus span,
.pfad731 .pfad5d1b:not(:disabled):not(.disabled).active span,
.pfad731 .pfad5d1b:not(:disabled):not(.disabled):active span,
.pfad731 .pfade47.pfad5d1b span,
.pfadd8a9 .pfad8e4f:focus span,
.pfadd8a9 .pfad8e4f:not(:disabled):not(.disabled).active span,
.pfadd8a9 .pfad8e4f:not(:disabled):not(.disabled):active span,
.pfadd8a9 .pfade47.pfad8e4f span,
.pfade47.btn-mobile-fixed span,
.pfade47.pfad4b9 span {
	color: #fff !important;
}
.btn-alternate,
.pfad045 .payments-info-toggler,
.pfada4f .pfadfce6,
.pfadd798 [data-type='scroller'] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: 1px solid #00c98d;
	border-radius: 100px;
	color: #00c98d;
	cursor: pointer !important;
	font-size: 1.125rem;
	font-weight: 500;
	height: 48px;
	width: 100%;
}
.btn-alternate:hover,
.pfad045 .payments-info-toggler:hover,
.pfada4f .pfadfce6:hover,
.pfadd798 [data-type='scroller']:hover {
	background: #00c98d;
	border-color: #00c98d;
}
.btn-play {
	background-color: #00c98d;
	border-radius: 8px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	height: 60px;
	max-width: 280px;
	padding: 14px 25px;
	width: 100%;
}
@media (min-width: 992px) {
	.btn-play {
		padding: 14px 45px;
	}
}
.btn-overview {
	padding: 9px 70px;
}
.btn-load-more,
.pfad10d .load-more,
.pfad1d4 .pfad46f {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: 1px solid #9b9aa7;
	border-radius: 8px;
	color: #00c98d;
	cursor: pointer !important;
	font-size: 1.125rem;
	font-weight: 500;
	height: 48px;
	width: 100%;
}
.btn-load-more svg,
.pfad10d .load-more svg,
.pfad1d4 .pfad46f svg {
	display: none;
}
.btn-load-more:active,
.btn-load-more:hover,
.pfad10d .load-more:active,
.pfad10d .load-more:hover,
.pfad1d4 .pfad46f:active,
.pfad1d4 .pfad46f:hover {
	background-color: #00c98d;
	border-color: #00c98d;
}
.btn-load-more:active span,
.btn-load-more:hover span,
.pfad10d .load-more:active span,
.pfad10d .load-more:hover span,
.pfad1d4 .pfad46f:active span,
.pfad1d4 .pfad46f:hover span {
	color: #fff;
}
.btn-load-more.loading .btn-load-more__text,
.pfad10d .loading.load-more .btn-load-more__text,
.pfad1d4 .loading.pfad46f .btn-load-more__text {
	position: relative;
}
.btn-load-more.loading .btn-load-more__text:after,
.pfad10d .loading.load-more .btn-load-more__text:after,
.pfad1d4 .loading.pfad46f .btn-load-more__text:after {
	background: 50% no-repeat
		url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' preserveAspectRatio='xMidYMid' style='margin:auto;background:0 0;display:block;shape-rendering:auto' viewBox='0 0 100 100'%3E%3Ccircle cx='84' cy='50' r='10' fill='%23e15b64'%3E%3Canimate attributeName='r' begin='0s' calcMode='spline' dur='0.625s' keySplines='0 0.5 0.5 1' keyTimes='0;1' repeatCount='indefinite' values='12;0'/%3E%3Canimate attributeName='fill' begin='0s' calcMode='discrete' dur='2.5s' keyTimes='0;0.25;0.5;0.75;1' repeatCount='indefinite' values='%23e15b64;%23abbd81;%23f8b26a;%23f47e60;%23e15b64'/%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='10' fill='%23e15b64'%3E%3Canimate attributeName='r' begin='0s' calcMode='spline' dur='2.5s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.25;0.5;0.75;1' repeatCount='indefinite' values='0;0;12;12;12'/%3E%3Canimate attributeName='cx' begin='0s' calcMode='spline' dur='2.5s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.25;0.5;0.75;1' repeatCount='indefinite' values='16;16;16;50;84'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='10' fill='%23f47e60'%3E%3Canimate attributeName='r' begin='-0.625s' calcMode='spline' dur='2.5s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.25;0.5;0.75;1' repeatCount='indefinite' values='0;0;12;12;12'/%3E%3Canimate attributeName='cx' begin='-0.625s' calcMode='spline' dur='2.5s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.25;0.5;0.75;1' repeatCount='indefinite' values='16;16;16;50;84'/%3E%3C/circle%3E%3Ccircle cx='84' cy='50' r='10' fill='%23f8b26a'%3E%3Canimate attributeName='r' begin='-1.25s' calcMode='spline' dur='2.5s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.25;0.5;0.75;1' repeatCount='indefinite' values='0;0;12;12;12'/%3E%3Canimate attributeName='cx' begin='-1.25s' calcMode='spline' dur='2.5s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.25;0.5;0.75;1' repeatCount='indefinite' values='16;16;16;50;84'/%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='10' fill='%23abbd81'%3E%3Canimate attributeName='r' begin='-1.875s' calcMode='spline' dur='2.5s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.25;0.5;0.75;1' repeatCount='indefinite' values='0;0;12;12;12'/%3E%3Canimate attributeName='cx' begin='-1.875s' calcMode='spline' dur='2.5s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.25;0.5;0.75;1' repeatCount='indefinite' values='16;16;16;50;84'/%3E%3C/circle%3E%3C/svg%3E");
	content: '';
	height: 23px;
	margin-top: -10.5px;
	position: absolute;
	right: -33px;
	top: 50%;
	width: 23px;
}
.btn-mobile-fixed {
	border-radius: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	min-width: 255px;
	position: fixed;
	width: 100%;
	z-index: 111;
}
@media (min-width: 1200px) {
	.btn-mobile-fixed {
		border-radius: 8px;
		bottom: inherit;
		left: inherit;
		max-width: 100%;
		position: relative;
		width: 100%;
		z-index: inherit;
	}
}
.btn-width-modified {
	width: calc(100% - 50px);
}
@media (min-width: 1200px) {
	.btn-width-modified {
		width: 100%;
	}
}
.stars-rating {
	background: url(/wp-content/themes/theme-child/assets/dist/images/stars.4019d6fe.svg)
		0 no-repeat;
	background-size: 80px auto;
}
.stars-rating-large {
	background-size: 100px auto;
}
.stars-rating-inner {
	background: url(/wp-content/themes/theme-child/assets/dist/images/stars-active.aa2a6c8b.svg)
		0 no-repeat;
	background-size: inherit;
	display: block;
	height: 100%;
}
.pfadbaaf .pfad43a {
	background-color: #fff;
}
.pfadbaaf .pfad43a svg {
	fill: #f2a711;
}
.pfad789 {
	gap: 8px 12px;
}
.pfad789 .pfad43a .pfad7d3 {
	background-color: #e9eafe;
}
@media (max-width: 359.98px) {
	.pfad789 {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
}
.pfadd85 {
	color: #1c1a34;
	font-size: 0.875rem;
	line-height: 1.43;
}
.pfad689b {
	color: #1c1a34;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 32px;
}
.pfad689b a {
	text-decoration: underline;
}
.single-slots .pfad789 {
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.single-slots .pfad789 .pfad6a1 {
	margin: 0;
}
.single-slots .pfad789 .pfad6a1.stars-rating-wrap {
	height: 20px;
}
.pfad241 {
	margin-bottom: 32px;
}
.pfad6df {
	margin-bottom: 16px;
}
.pfada4f {
	background-color: #fff;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 27px;
}
@media (min-width: 768px) {
	.pfada4f {
		padding-right: 64px;
	}
}
.pfada4f:before {
	background-color: #000;
	bottom: unset;
	height: 100%;
	left: unset;
	opacity: 0.5;
	right: -45%;
	top: 0;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	transition: all 0.4s ease;
	width: 100%;
}
@media (min-width: 480px) {
	.pfada4f:before {
		right: -60%;
	}
}
@media (min-width: 1200px) {
	.pfada4f:before {
		right: -110%;
	}
}
.pfada4f .pfadfce6 {
	background: #f6f5ff;
	color: #00c98d;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: auto !important;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	line-height: 1;
}
@media (min-width: 1200px) {
	.pfada4f .pfadfce6 {
		opacity: 0;
	}
}
.pfada4f .pfadfce6:before {
	background-image: url(/wp-content/themes/theme-child/assets/dist/images/play.cf7ee676.png);
	content: '';
	height: 24px;
	margin-bottom: 1px;
	width: 24px;
}
.pfada4f .pfadfce6:hover {
	color: #fff;
}
.pfada4f .pfadfce6:hover:before {
	-webkit-filter: brightness(0) saturate(100%) invert(1);
	filter: brightness(0) saturate(100%) invert(1);
}
.pfada4f:hover:before {
	right: -60%;
}
.pfada4f:hover .pfadfce6 {
	opacity: 1;
}
.pfad5c5 {
	border-radius: 8px;
	height: 160px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.pfad5c5 {
		height: 200px;
	}
}
@media (min-width: 992px) {
	.pfad5c5 {
		height: 300px;
	}
}
.pfad5c5:has(iframe) {
	height: 300px;
}
@media (min-width: 768px) {
	.pfad5c5:has(iframe) {
		height: 500px;
	}
}
.pfade670 .btn-play {
	height: 48px;
	max-width: none;
	padding: 0;
	transition: none;
}
.pfade670 .btn-play:before {
	background: 50% no-repeat
		url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M5 4.99c0-.972 0-1.457.202-1.725a1 1 0 0 1 .738-.395c.335-.02.74.25 1.548.788l10.515 7.01c.668.446 1.002.668 1.118.949a1 1 0 0 1 0 .766c-.116.28-.45.503-1.118.948l-10.515 7.01c-.809.54-1.213.809-1.548.789a1 1 0 0 1-.738-.395C5 20.467 5 19.98 5 19.01z'/%3E%3C/svg%3E");
	content: '';
	display: inline-block;
	height: 24px;
	vertical-align: text-top;
	width: 24px;
}
@media (min-width: 992px) {
	.pfade670 .btn-play {
		width: 320px;
	}
}
.pfad8540,
.pfadcf06,
.pfadebc {
	line-height: 1.3;
	padding: 10px 0;
}
.pfade11.pfad8540,
.pfade11.pfadcf06,
.pfade11.pfadebc {
	font-weight: 600;
}
.pfad01d .pfad062,
.pfad01d .pfad086,
.pfad01d .pfad10d .pfad0b0,
.pfad01d .pfad2ad,
.pfad01d .pfad350,
.pfad01d .pfad58c .pfad2236,
.pfad01d .pfad58c .pfad786,
.pfad01d .pfad731 .pfad643,
.pfad01d .pfadaba,
.pfad01d .pfadad1b,
.pfad01d .pfadb10,
.pfad01d .pfadd8a9 .pfada8d,
.pfad01d h1,
.pfad01d h2,
.pfad01d h3,
.pfad01d h4,
.pfad01d h5,
.pfad01d h6,
.pfad10d .pfad01d .pfad0b0,
.pfad58c .pfad01d .pfad2236,
.pfad58c .pfad01d .pfad786,
.pfad731 .pfad01d .pfad643,
.pfadd8a9 .pfad01d .pfada8d {
	color: #1c1a34;
	line-height: 1.13;
	margin-bottom: 16px;
	text-align: left;
}
.pfad01d h1 {
	font-size: 1.875rem;
	font-weight: 600;
}
.pfad01d h2 {
	font-size: 1.625rem;
	font-weight: 600;
}
.pfad01d h3 {
	font-size: 1.375rem;
	font-weight: 600;
}
.pfad01d h4 {
	font-size: 1.25rem;
	font-weight: 400;
}
.pfad01d h5 {
	font-size: 1.125rem;
	font-weight: 400;
}
.pfad01d h6 {
	font-size: 1rem;
	font-weight: 400;
}
.pfad5f76,
.pfadae6 {
	margin-bottom: 32px;
}
.pfad5f76 {
	padding: 0;
}
.pfad6de {
	border-bottom: none;
	color: #1c1a34;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 16px;
	padding-bottom: 0;
	text-align: left;
}
.pfad06e {
	background: transparent;
	border-bottom-color: rgba(195, 193, 216, 0.251);
	padding: 21px 16px;
}
.pfad06e:nth-child(2n) {
	background: #fefbf4;
}
.pfad0d20,
.pfad165 {
	color: #1c1a34;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	font-size: 1rem;
	font-weight: 400;
}
.pfad165 {
	min-width: auto;
	width: auto;
}
.pfad0d20 {
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 0;
}
.pfad01d .pfada171 a {
	padding: 0;
}
.home .pfadd36 {
	margin-bottom: 3rem !important;
}
.tippy-box[data-theme~='tcs-light'] {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 6px 0 rgba(5, 19, 138, 0.161);
	color: #1c1a34;
	font-size: 0.75rem;
	line-height: 1.333;
}
.tippy-box[data-theme~='tcs-light'] .tippy-content {
	border-radius: 8px;
}
.tippy-box[data-theme~='tcs-light'] .tippy-content > :last-child {
	margin-bottom: 0;
}
.tippy-box[data-theme~='tcs-light'] .tippy-content a {
	color: #ff7700;
}
.tippy-box[data-theme~='tcs-light'] .tippy-content p {
	color: #1c1a34;
	font-size: 0.75rem;
	line-height: 1.333;
}
.tippy-box[data-theme~='tcs-light'] .tippy-content ol,
.tippy-box[data-theme~='tcs-light'] .tippy-content ul {
	padding-left: 15px;
}
.tippy-box[data-theme~='tcs-light'] .tippy-content .js-full_terms {
	color: #ff7700;
}
.tippy-box[data-theme~='tcs-light'][data-placement^='top']
	> .tippy-arrow:before {
	border-top-color: #fff;
}
.tippy-box[data-theme~='tcs-light'][data-placement^='bottom']
	> .tippy-arrow:before {
	border-bottom-color: #fff;
}
.tippy-box[data-theme~='tcs-light'][data-placement^='left']
	> .tippy-arrow:before {
	border-left-color: #fff;
}
.tippy-box[data-theme~='tcs-light'][data-placement^='right']
	> .tippy-arrow:before {
	border-right-color: #fff;
}
.modal-header {
	padding-top: 16px;
}
@media (min-width: 768px) {
	.modal-body {
		padding: 0 32px;
	}
}
.modal-goto {
	color: #ff7700;
	text-decoration: underline;
}
.modal-goto:hover {
	text-decoration: none;
}
.modal-goto .pfadff9 {
	background: 50% url(/assets/images/arrow-right.da0ae907.svg) no-repeat;
	display: inline-block;
	height: 12px;
	margin-left: 2px;
	vertical-align: -2px;
	width: 12px;
}
.modal-title {
	color: #1c1a34;
	font-size: 1.625rem;
	font-weight: 600;
}
.modal-subtitle {
	color: #49475e;
}
.modal-content {
	background-color: #fff;
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-radius: 16px;
}
.modal-content .pfad45a {
	text-decoration: underline;
}
.modal-content .pfad45a:hover {
	text-decoration: none;
}
.modal-close {
	background: transparent 50%/30px no-repeat
		url(/wp-content/themes/theme-child/assets/dist/images/close.38819c34.svg);
	height: 32px;
	margin: 0 !important;
	padding: 0 !important;
	right: 16px;
	top: 16px;
	width: 32px;
}
.modal-close-icon {
	color: #1c1a34;
	display: none;
}
.pfad333 {
	grid-template-areas: 'banner heading' 'rates rates' 'bonus bonus' 'nav nav' 'scroller scroller' 'info info' 'date date' 'accordion accordion' 'payments payments' 'payments_alt payments_alt' 'withdrawal withdrawal' 'providers providers' 'pros_cons pros_cons' 'aws_fortune aws_fortune' 'gallery gallery';
	grid-template-columns: 120px 1fr;
}
.pfad333 .pfad71b {
	display: block;
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.pfad333 .pfad535 .pfad4a0 {
		border-top-color: #2e2e2e;
	}
	.pfad333 .pfad535 .pfad2a9:not(:last-child) {
		border-right-color: #2e2e2e;
	}
}
.pfad333 .pfad045 {
	display: grid;
	grid-area: payments;
	grid-template-columns: repeat(2, 1fr);
}
.pfad333 .pfad045 .pfad4fd {
	display: grid;
	grid-template-columns: repeat(3, 31%);
	grid-template-rows: auto 1fr;
	row-gap: 8px;
}
@media (min-width: 360px) and (max-width: 767.98px) {
	.pfad333 .pfad045 .pfad4fd {
		grid-template-columns: 80px repeat(2, 1fr);
	}
}
@media (min-width: 768px) {
	.pfad333 .pfad045 .pfad4fd {
		grid-template-columns: 80px repeat(4, 1fr);
		grid-template-rows: 1fr;
	}
}
.pfad333 .pfad045 .pfad940 {
	border-bottom: 1px solid rgba(195, 193, 216, 0.251);
}
.pfad333 .pfad045 .payments-info-content {
	grid-column: 1/3;
}
.pfad333 .pfad045 .pfade96,
.pfad333 .pfad045 .pfadf44 {
	display: grid;
	grid-template-rows: minmax(17px, auto);
}
@media (min-width: 768px) {
	.pfad333 {
		grid-template-areas: 'banner heading' 'banner rates' 'bonus bonus' 'nav nav' 'scroller scroller' 'info info' 'date date' 'accordion accordion' 'payments payments' 'payments_alt payments_alt' 'withdrawal withdrawal' 'providers providers' 'pros_cons pros_cons' 'aws_fortune aws_fortune' 'gallery gallery';
	}
	.pfad333 .pfad045 {
		margin-bottom: 32px;
	}
	.pfad333 .pfad045 .pfad940 {
		background-color: #fff;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}
	.pfad333 .pfad045 .payments-info-content:before {
		background-color: #fff;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
	}
	.pfad333 .pfad045 .pfad0bd,
	.pfad333 .pfad045 .pfad4fd {
		background-color: #fff;
		border-radius: 8px;
	}
	.pfad333 .pfad045 .payments-info-list-toggler.active,
	.pfad333 .pfad045 .payments-info-list-toggler:hover {
		color: #1c1a34;
	}
}
@media (min-width: 992px) {
	.pfad333 {
		grid-template-areas: 'banner info' 'heading info' 'rates info' 'bonus info' 'nav info' 'scroller info' 'date info' 'accordion info' '. info' 'payments payments' 'payments_alt payments_alt' 'withdrawal withdrawal' 'providers providers' 'pros_cons pros_cons' 'aws_fortune aws_fortune' 'gallery gallery';
		grid-template-columns: repeat(2, 1fr);
	}
	.pfad333 .pfad71b {
		margin-bottom: 32px;
	}
	.pfad333 .pfad3951 {
		display: grid;
		gap: 16px;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto 1fr;
		height: 100%;
	}
	.pfad333 .pfad466 {
		display: none;
	}
}
.pfad71b {
	margin-bottom: 32px;
}
.pfad71b .pfad7898 {
	background: #fff;
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-radius: 16px;
	box-shadow: none;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 0 0 8px;
}
.pfad71b .pfad2a9 {
	border-top-color: rgba(195, 193, 216, 0.251);
	padding: 8px 16px;
}
.pfad71b .pfada175 {
	color: #1c1a34;
	font-size: 1.625rem;
	margin-bottom: 0;
	padding: 16px;
}
.pfad71b .pfad71e,
.pfad71b .pfad749 {
	color: #49475e;
	font-size: 1rem;
}
.pfad71b .pfad6db {
	color: #1c1a34;
	font-size: 1rem;
	font-weight: 400;
}
.pfad71b .pfad6db a {
	color: #ff7700;
}
.pfad71b .pfad284,
.pfad71b .pfad63e {
	vertical-align: middle;
}
.pfad71b .pfad284:before,
.pfad71b .pfad63e:before {
	background-color: transparent;
	border: none;
	content: '';
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.pfad71b .pfad63e:before {
	background: 50%/20px url(/assets/images/positive.6e9be45c.svg) no-repeat;
}
.pfad71b .pfad284:before {
	background: 50%/20px url(/assets/images/negative.581dcc60.svg) no-repeat;
}
.pfad71b .pfad8c8 {
	vertical-align: middle;
}
.pfad71b .pfad3951 {
	padding-top: 8px;
}
.pfad71b .pfad466 {
	text-align: center;
}
.pfad71b .pfad466.is-closed + .pfad3951 {
	display: none;
}
@media (max-width: 991.98px) {
	.pfad71b {
		gap: 0;
	}
	.pfad71b .pfad7898 {
		background: transparent;
		border: none;
		border-radius: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.pfad71b .pfad7898:first-child .pfad2a9:first-child {
		border-top: none;
	}
	.pfad71b .pfad2a9 {
		padding: 8px 0;
	}
	.pfad71b .pfada175 {
		display: none;
	}
}
@media (min-width: 992px) {
	.pfad71b .pfad3951 {
		display: grid !important;
		padding-top: 0;
	}
}
@media (min-width: 1200px) {
	.pfad71b {
		gap: 16px;
	}
	.pfad71b .pfad71e {
		-ms-flex: 1 1 40%;
		flex: 1 1 40%;
	}
	.pfad71b .pfad6db {
		-ms-flex: 1 1 56%;
		flex: 1 1 56%;
	}
}
.pfad814 {
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-radius: 16px;
	height: auto;
	margin-bottom: 16px;
	min-height: 68px;
	width: 100%;
}
.pfad777:not(.pfad094) {
	background: #f6f5ff;
	border: 2px solid rgba(195, 193, 216, 0.251);
	border-radius: 8px;
	margin-bottom: 16px;
	padding: 16px 60px 16px 75px;
}
.pfad777:not(.pfad094):after {
	color: #49475e;
}
.pfadad1b {
	-ms-flex-item-align: center;
	align-self: center;
	color: #1c1a34;
	font-size: 1.625rem;
	font-weight: 600;
	margin-bottom: 16px;
}
@media (max-width: 767.98px) {
	.pfadad1b {
		font-size: 1.375rem;
	}
}
.pfadeed {
	display: block;
	margin-bottom: 8px;
}
.pfad1c7 {
	white-space: nowrap;
}
.pfad1c7,
.pfad2bf6 {
	display: inline-block;
}
.pfad2bf6 {
	color: #49475e;
	margin: 0;
}
.pfadd5e {
	color: #1c1a34;
	display: inline-block;
	margin-right: 7px;
}
@media (max-width: 359.98px) {
	.pfadd5e {
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
	}
}
.pfadd5e a {
	color: #ff7700;
	text-decoration: underline;
}
.pfadd5e a:hover {
	color: #ff7700;
	text-decoration: none;
}
.pfade9d {
	margin-bottom: 32px;
}
.pfad579 {
	color: #1c1a34;
	margin-bottom: 0;
}
.pfad71b .pfad81a,
.pfad955 {
	border: none;
	box-shadow: none;
	color: #49475e;
	display: inline;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}
.pfad71b .pfad81a:before,
.pfad955:before {
	border-bottom: 1px dashed #49475e;
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: calc(100% - 18px);
}
.pfad71b .pfad81a:after,
.pfad955:after {
	background: 50% url(/assets/images/arrow-down.3469b5ca.svg) no-repeat;
	content: '';
	display: inline-block;
	height: 12px;
	margin-left: 4px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	vertical-align: -2px;
	width: 12px;
}
.pfad71b .pfad81a:hover,
.pfad955:hover {
	color: #49475e;
}
.pfad71b .active.pfad81a:after,
.pfad955.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pfad8cd5 {
	color: #1c1a34;
	font-size: 0.6875rem;
	text-transform: uppercase;
}
@media (max-width: 767.98px) {
	.pfad8cd5 {
		display: none;
	}
}
.pfad658d {
	color: #00c98d;
	font-size: 1.125rem;
	font-weight: 400;
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.pfad658d {
		font-size: 1rem;
	}
}
.pfade548 {
	color: #1c1a34;
	text-decoration: underline;
}
.pfade548:hover {
	text-decoration: none;
}
.pfad4b9:before {
	content: none;
}
.pfad4b9:hover {
	background-color: #d92b31;
	color: #fff;
}
.pfad4b9:focus,
.pfad4b9:hover {
	box-shadow: none;
}
.pfadd798 {
	margin-bottom: 8px;
}
.pfadd798 [data-type='scroller'] {
	font-size: 0.75rem;
	font-weight: 400;
	height: 32px;
}
.pfadd798 [data-type='scroller']:hover {
	color: #fff;
}
@media (min-width: 992px) {
	.pfad814 {
		height: 104px;
	}
}
.pfad9db .pfad952c {
	color: #1c1a34;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.13;
	margin-bottom: 15px;
	text-align: left;
}
.pfad9db .pfad1652,
.pfad9db .pfad1652 p {
	color: #49475e;
	font-size: 1rem;
}
.pfad9db .pfadbab,
.pfad9db .pfadbab p {
	color: #49475e;
}
.pfad9db .pfad9fe {
	background-color: #fff;
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-radius: 16px;
}
.pfad58c {
	gap: 0;
	margin-bottom: 32px;
}
.pfad58c .pfade58 {
	background-color: #fff;
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-bottom: none;
	border-radius: 16px 16px 0 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.pfad58c .pfad786 {
	border-bottom: 2px solid transparent;
	color: #1c1a34;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	font-size: 1.125rem;
	margin-bottom: 0 !important;
	padding: 16px;
	text-align: center !important;
}
.pfad58c .pfad786.active {
	border-color: #00c98d;
}
.pfad58c .pfad12a {
	display: none;
}
.pfad58c .pfad12a.active {
	display: block;
}
.pfad58c .pfad2236 {
	border-bottom: 1px solid rgba(195, 193, 216, 0.251);
	color: #1c1a34;
	display: none;
	font-size: 1.625rem;
	margin-bottom: 0 !important;
	padding: 16px;
}
.pfad58c .pfad7f1d {
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-radius: 0 0 16px 16px;
	box-shadow: none;
	padding: 0;
}
.pfad58c .pfad08e,
.pfad58c .pfada15 {
	background: #fff;
}
.pfad58c .pfad449 {
	padding: 8px;
}
.pfad58c .pfadbaf3 {
	-ms-flex-align: start;
	align-items: flex-start;
	color: #1c1a34;
	font-size: 1rem;
	margin-bottom: 0;
	padding: 8px;
}
.pfad58c .pfad08e .pfadbaf3:before,
.pfad58c .pfada15 .pfadbaf3:before {
	background-color: transparent;
	border: none;
	content: '';
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.pfad58c .pfada15 .pfadbaf3:before {
	background: 50%/20px url(/assets/images/positive.6e9be45c.svg) no-repeat;
}
.pfad58c .pfad08e .pfadbaf3:before {
	background: 50%/20px url(/assets/images/negative.581dcc60.svg) no-repeat;
}
@media (min-width: 768px) {
	.pfad58c {
		gap: 16px;
	}
	.pfad58c .pfade58 {
		display: none;
	}
	.pfad58c .pfad12a,
	.pfad58c .pfad2236 {
		display: block;
	}
	.pfad58c .pfad7f1d {
		border-radius: 16px;
		-ms-flex: 1 1 calc(50% - 16px);
		flex: 1 1 calc(50% - 16px);
	}
}
.pfade38c .pfad27e0 {
	background: #fff;
}
@media (min-width: 1200px) {
	.pfade38c .pfad27e0 {
		border-radius: 15px 0 0 15px;
	}
}
.pfadaa8 {
	background-color: #fff;
	border: 2px solid #f2a711;
	border-radius: 16px;
}
@media (min-width: 992px) {
	.pfadaa8 {
		grid-column-gap: 15px;
	}
}
.pfadaa8 .pfad658f {
	background: transparent;
	border-radius: 10px;
	grid-template-columns: 1fr -webkit-min-content;
	grid-template-columns: 1fr min-content;
	margin-bottom: 0;
}
.pfadaa8 .pfad658f .pfadd007 {
	color: #1c1a34;
	font-size: 1.625rem;
	font-weight: 600;
	padding: 0;
	white-space: nowrap;
}
.pfadaa8 .pfadc2a {
	grid-row-gap: 0;
	border-left: 1px solid rgba(195, 193, 216, 0.251);
}
.pfadaa8 .pfad1aae {
	background: transparent;
	border-radius: 0;
	border-top: 1px solid rgba(195, 193, 216, 0.251);
	box-shadow: none;
	grid-template-columns: 1fr 30px -webkit-min-content;
	grid-template-columns: 1fr 30px min-content;
	padding: 0 16px;
}
@media (min-width: 992px) {
	.pfadaa8 .pfad1aae:first-child {
		border-top: none;
	}
}
.pfadaa8 .pfadf824 {
	color: #f2a711;
	font-size: 1.875rem;
	font-weight: 600;
}
.pfadaa8 .pfad035 {
	color: #49475e;
	font-weight: 400;
}
.pfadaa8 .pfadf446 {
	display: none;
}
.pfadaa8 .pfad07c3,
.pfadaa8 .pfadd007 {
	color: #1c1a34;
	font-size: 1rem;
}
.pfadaa8 .pfad07c3 {
	font-weight: 600;
}
.pfadaa8 .pfad942 {
	color: #1c1a34;
	height: auto;
}
.pfadaa8 .pfad942 svg {
	fill: #f2a711;
}
.pfadaa8 .pfad942 .pfad6a1 {
	margin: 0;
}
.pfadaa8 .pfad942 .pfad6a1.stars-rating-wrap {
	height: auto;
}
.owl-carousel .owl-nav button {
	background: rgba(255, 0, 85, 0.2);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button span {
	color: #ff7700;
	transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button:hover {
	background: rgba(255, 0, 85, 0.3);
}
.owl-carousel .owl-nav button:hover span {
	color: #ff7700;
}
.owl-carousel .owl-dots {
	-webkit-transform: translateY(-38px);
	transform: translateY(-38px);
}
.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots button.active {
	background: #ff7700;
}
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-dots button {
	background: rgba(255, 0, 85, 0.2);
	border: none;
	height: 8px;
	width: 8px;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots button:hover {
	background: #ff7700;
}
.pfad0b2a {
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-radius: 16px;
	box-shadow: none;
	margin-bottom: 32px;
	padding: 0;
}
.pfad0b2a .pfad7de {
	border-bottom: 1px solid rgba(195, 193, 216, 0.251);
	color: #1c1a34;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.13;
	margin-bottom: 0;
	padding: 16px;
	text-align: left;
}
.pfad0b2a .pfad3a7 {
	padding: 16px;
}
.pfad0b2a .pfad4c92 {
	background: #fefbf4;
	border-radius: 8px;
}
.pfad0b2a .pfad4c92:hover {
	background: rgba(255, 0, 85, 0.2);
}
.pfad1d4 {
	background: #fff;
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-radius: 16px;
	box-shadow: none;
	margin-bottom: 32px;
	padding: 0;
}
@media (min-width: 992px) {
	.pfad1d4 {
		background: transparent;
		border: none;
	}
}
.pfad1d4 .pfad7701 {
	gap: 8px;
	padding: 16px;
}
@media (min-width: 992px) {
	.pfad1d4 .pfad7701 {
		background-color: transparent;
		padding: 0;
	}
}
.pfad1d4 .pfad0610 {
	background: #fefbf4;
	border-radius: 8px;
	-ms-flex: 1 1 calc(33.33333% - 8px);
	flex: 1 1 calc(33.33333% - 8px);
}
@media (min-width: 768px) {
	.pfad1d4 .pfad0610 {
		-ms-flex: 1 1 calc(14.28571% - 8px);
		flex: 1 1 calc(14.28571% - 8px);
	}
}
@media (min-width: 992px) {
	.pfad1d4 .pfad0610 {
		background-color: #fff;
		border-radius: 8px;
		box-shadow: 0 2px 6px 0 rgba(5, 19, 138, 0.161);
		-ms-flex: 1 1 calc(20% - 8px);
		flex: 1 1 calc(20% - 8px);
	}
}
.pfad1d4 .pfad038 {
	border-bottom: 1px solid rgba(195, 193, 216, 0.251);
	color: #1c1a34;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.13;
	margin-bottom: 0;
	padding: 16px;
	text-align: left;
}
@media (max-width: 767.98px) {
	.pfad1d4 .pfad038 {
		font-size: 1.125rem;
	}
}
@media (min-width: 992px) {
	.pfad1d4 .pfad038 {
		border: none;
		margin-bottom: 16px;
		padding: 0;
	}
}
.pfad1d4 .pfad46f {
	background-color: transparent;
	box-shadow: none;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	line-height: normal;
	text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.pfad1d4 .pfad46f {
		-ms-flex: 1 1 calc(14.28571% - 8px);
		flex: 1 1 calc(14.28571% - 8px);
		height: auto;
	}
}
.pfad4ea {
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-radius: 16px;
	box-shadow: none;
	margin-bottom: 32px;
	padding: 0;
}
.pfad4ea .pfad37a {
	padding: 16px;
}
.pfad4ea .pfad2e6 {
	background: #fefbf4;
	border-radius: 8px;
	box-shadow: none;
}
.pfad4ea .pfad84c8 {
	border-bottom: 1px solid rgba(195, 193, 216, 0.251);
	color: #1c1a34;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.13;
	margin-bottom: 0;
	padding: 16px;
	text-align: left;
}
@media (max-width: 767.98px) {
	.pfad4ea .pfad84c8 {
		font-size: 1.125rem;
	}
}
.pfad4ea .pfadc4b {
	color: #49475e;
	font-size: 0.875rem;
}
.pfad4ea .pfaddf2 {
	color: #1c1a34;
}
.pfadc50 .pfad1365 {
	color: #1c1a34;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.13;
	text-align: left;
}
.pfad045 {
	background-color: #fff;
	border: 1px solid rgba(195, 193, 216, 0.251);
	border-radius: 8px;
	border-radius: 16px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.pfad045 .pfad0bd {
	color: #49475e;
	display: none;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 125%;
	margin-bottom: 5px;
	padding: 0 15px;
}
.pfad045 .pfad940 {
	margin: 0;
	padding: 0;
}
.pfad045 .payments-info-list-toggler {
	background-color: #fff;
	color: #1c1a34;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 155%;
	padding: 10px 15px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid transparent;
	transition: background-color 0.3s ease-in-out;
}
.pfad045 .payments-info-list-toggler:hover:not(.active) {
	cursor: pointer;
}
.pfad045 .payments-info-list-toggler.active,
.pfad045 .payments-info-list-toggler:hover {
	background-color: #fff;
	color: #1c1a34;
	transition: background-color 0.3s ease-in-out;
}
.pfad045 .payments-info-list-toggler.active {
	border-bottom-color: #00c98d;
}
.pfad045 .payments-info-content {
	display: none;
	padding: 7.5px 0;
	position: relative;
}
.pfad045 .payments-info-content:has(.payments-info-toggler) {
	padding-bottom: 60px;
}
.pfad045 .payments-info-content:has(.payments-info-toggler):after {
	background-image: linear-gradient(180deg, rgba(31, 31, 31, 0), #fff 76.04%);
	bottom: 0;
	content: '';
	height: 100px;
	left: 0;
	position: absolute;
	width: 100%;
}
.pfad045 .payments-info-content.tabbed {
	display: block;
}
.pfad045 .payments-info-content.is-closed {
	height: 520px;
	overflow: hidden;
}
.pfad045 .pfad4fd {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	position: relative;
	grid-column-gap: 10px;
}
.pfad045 .pfad4fd:not(:last-of-type):after {
	border-bottom: 1px solid rgba(195, 193, 216, 0.251);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
}
.pfad045 .pfad4fd.pfad3e1 {
	display: none !important;
}
.pfad045 .pfad911b {
	word-break: break-word;
}
@media (min-width: 768px) {
	.pfad045 .pfad911b {
		-ms-flex-item-align: center;
		align-self: center;
	}
}
.pfad045 .pfadd91 {
	align-self: stretch;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-column: 1;
	grid-row: 1/-1;
}
.pfad045 .pfadd91,
.pfad045 .pfadd91 > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.pfad045 .pfadd91 > a {
	-ms-flex-align: center;
	align-items: center;
	background-color: #fefbf4;
	border-radius: 8px;
	height: 80px;
	margin-bottom: 5px;
	padding: 5px;
}
.pfad045 .pfadd91 img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
@media (max-width: 991.98px) {
	.pfad045 .pfadd91 {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.pfad045 .pfadd91 {
		margin-bottom: 0;
	}
}
.pfad045 .pfad277 {
	color: #1c1a34;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 125%;
	padding: 5px;
	text-align: center;
	word-break: break-all;
}
.pfad045 .pfad277 a {
	color: #1c1a34;
}
.pfad045 .pfad277 a,
.pfad045 .pfad277 a:hover {
	text-decoration: none;
}
.pfad045 .pfade96,
.pfad045 .pfadf44 {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 125%;
}
.pfad045 .pfadf44 {
	color: #49475e;
	margin-bottom: 5px;
}
.pfad045 .pfade96 {
	color: #1c1a34;
}
.pfad045 .payments-info-toggler {
	background-color: #fff;
	bottom: 15px;
	height: 48px;
	left: 0;
	margin: 0 15px;
	position: absolute;
	width: calc(100% - 30px);
	z-index: 1;
}
.pfad045 .payments-info-toggler:hover {
	color: #fff;
	cursor: pointer;
}
.pfadd8a9 .user-review-form__star:after {
	background-color: #fff;
}
.pfadd8a9 .pfada8d {
	color: #1c1a34;
	font-weight: 600;
	margin-bottom: 16px;
}
.pfadd8a9 .checkbox input:checked ~ .checkbox__mark {
	background-color: #54af2d;
	border-color: #54af2d;
}
.pfadd8a9 .checkbox__label {
	color: #1c1a34;
	font-size: 0.875rem;
}
.pfadd8a9 .checkbox__mark {
	border: 1px solid #9b9aa7;
	border-radius: 4px;
}
.user-review-form__error input[type='email'],
.user-review-form__error input[type='text'],
.user-review-form__error textarea {
	border: 2px solid #00c98d !important;
	color: #00c98d;
}
.pfadd8a9 .error {
	color: #00c98d;
}
.pfadd8a9 input[type='email'],
.pfadd8a9 input[type='text'],
.pfadd8a9 textarea {
	background: #fff;
	border: 1px solid #9b9aa7;
	border-radius: 8px;
	box-sizing: border-box;
	color: #1c1a34;
	font-size: 1rem;
}
.pfadd8a9 input[type='email']::-webkit-input-placeholder,
.pfadd8a9 input[type='text']::-webkit-input-placeholder,
.pfadd8a9 textarea::-webkit-input-placeholder {
	color: #66647b;
}
.pfadd8a9 input[type='email']:-ms-input-placeholder,
.pfadd8a9 input[type='text']:-ms-input-placeholder,
.pfadd8a9 textarea:-ms-input-placeholder {
	color: #66647b;
}
.pfadd8a9 input[type='email']::-ms-input-placeholder,
.pfadd8a9 input[type='text']::-ms-input-placeholder,
.pfadd8a9 textarea::-ms-input-placeholder {
	color: #66647b;
}
.pfadd8a9 input[type='email']::placeholder,
.pfadd8a9 input[type='text']::placeholder,
.pfadd8a9 textarea::placeholder {
	color: #66647b;
}
.pfadd8a9 input[type='email']:hover,
.pfadd8a9 input[type='text']:hover,
.pfadd8a9 textarea:hover {
	border-color: #66647b;
}
.pfadd8a9 input[type='email']:focus,
.pfadd8a9 input[type='text']:focus,
.pfadd8a9 textarea:focus {
	outline-color: #00c98d;
}
.pfadd8a9 .user-review-form__con,
.pfadd8a9 .user-review-form__pro {
	background: #fff;
	border: 1px solid #9b9aa7;
	border-radius: 8px;
	box-sizing: border-box;
	color: #1c1a34;
}
.pfadd8a9 .user-review-form__con:has(input:focus),
.pfadd8a9 .user-review-form__pro:has(input:focus) {
	outline: 2px solid #00c98d;
}
.pfadd8a9 .user-review-form__con input,
.pfadd8a9 .user-review-form__pro input {
	border: none;
	outline: none;
}
.pfadd8a9 .user-review-form__con button,
.pfadd8a9 .user-review-form__con button:hover,
.pfadd8a9 .user-review-form__pro button,
.pfadd8a9 .user-review-form__pro button:hover {
	background: transparent;
}
.pfadd8a9 .user-review-form__con button:hover svg,
.pfadd8a9 .user-review-form__pro button:hover svg {
	stroke: #d92b31;
}
.pfadd8a9 .user-review-form__con button svg,
.pfadd8a9 .user-review-form__pro button svg {
	stroke: #49475e;
}
.pfadd8a9 .pfad2b5,
.pfadd8a9 .user-review-form__counter {
	color: #66647b;
}
.pfadd8a9 .pfad8e4f {
	height: 48px;
	width: 100%;
}
.pfadd8a9 .pfad8e4f:hover {
	background-color: #d92b31;
	box-shadow: none;
	color: #fff;
}
.pfadd8a9 .pfad8e4f:focus {
	box-shadow: none;
}
.pfad731 .pfad643 {
	color: #1c1a34;
	font-weight: 600;
	margin-bottom: 16px;
}
.pfad731 p {
	color: #66647b;
	font-size: 1rem;
}
.pfad731 .pfad5d1b {
	color: #fff;
	height: 48px;
	width: 50%;
}
.pfad731 .pfad5d1b:hover {
	background-color: #d92b31;
	box-shadow: none;
	color: #fff;
}
.pfad731 .pfad5d1b:focus {
	box-shadow: none;
}
.pfad10d .user-reviews-header {
	border-radius: 8px;
}
.pfad10d .user-reviews-header--noreviews .user-reviews-header__rating-stars {
	margin-left: 0;
}
.pfad10d .pfad5453 {
	background: rgba(212, 199, 222, 0.4);
}
.pfad10d .pfad5453,
.pfad10d .pfada90,
.pfad10d .user-reviews-header {
	border-radius: 8px;
	box-shadow: none;
}
.pfad10d .pfad0b0 {
	color: #1c1a34;
	font-weight: 600;
	margin-bottom: 16px;
}
@media (min-width: 992px) {
	.pfad10d .user-reviews-header__rating-stars {
		margin-left: 16px;
	}
}
.pfad10d .user-reviews-header__rating-stars .pfad6a1 {
	margin: 0;
}
.pfad10d .pfadc0e {
	height: 48px;
	line-height: normal;
}
.pfad10d .pfadc0e:hover {
	background-color: #d92b31;
	box-shadow: none;
	color: #fff;
}
.pfad10d .user-reviews-header__rating {
	color: #49475e;
	font-size: 1rem;
	font-weight: 400;
}
.pfad10d .user-reviews-header__rating-value {
	color: #fa0;
	font-size: 1.875rem;
	font-weight: 600;
}
.pfad10d .user-reviews-header__rating-limit {
	color: #49475e;
}
.pfad10d .user-reviews-header__rating-text {
	color: #66647b;
}
.pfad10d .user-reviews-header__noreviews-message {
	color: #49475e;
	font-size: 1rem;
	font-weight: 400;
}
.pfad10d .pfadb12 {
	color: #1c1a34;
	font-weight: 600;
}
.pfad10d .pfad251 {
	background-color: #fff;
	border: 2px solid #9b9aa7;
}
.pfad10d .pfada28 {
	color: #66647b;
}
.pfad10d .pfad900 .pfad6a1 {
	margin: 0;
}
.pfad10d .pfad900 .pfad6a1.stars-rating-wrap {
	height: auto;
}
.pfad10d .pfad900 .stars-rating {
	margin-top: 2px;
}
.pfad10d .pfad239 p,
.pfad10d .pfad3c3 li {
	color: #49475e;
}
.pfad10d .pfad3c3 li.pfad3ef:before,
.pfad10d .pfad3c3 li.pfada533:before {
	background-color: transparent;
	border: none;
	content: '';
	margin-right: 8px;
}
.pfad10d .pfad3c3 li.pfada533:before {
	background: 50%/20px url(/assets/images/positive.6e9be45c.svg) no-repeat;
}
.pfad10d .pfad3c3 li.pfad3ef:before {
	background: 50%/20px url(/assets/images/negative.581dcc60.svg) no-repeat;
}
.pfad10d .load-more {
	font-size: 0.75rem;
	height: 36px;
}
.pfad10d .load-more:active,
.pfad10d .load-more:hover {
	background-color: #00c98d;
	border-color: #00c98d;
	color: #fff;
}
.pfad10d .load-more:after {
	content: none;
}
.modal-custom {
	border-radius: 16px;
	padding: 0;
}
@media (min-width: 992px) {
	.modal-custom__content {
		padding: 32px;
		width: 500px;
	}
}
.modal-custom__close {
	background: 50% / cover no-repeat
		url(/wp-content/themes/theme-child/assets/dist/images/ic-close.38819c34.svg);
}
