:root {
    --deep-woo-color-primary: #07BBE9;
    --deep-woo-color-secondary: #1D2834;
    --deep-woo-color-button-primary: #F6F7F8;
    --deep-woo-color-text-primary: #737D8B;
    --deep-woo-color-text-secondary: #959CA7;
    --deep-woo-color-text-tertiary: #B7BEC9;
    --deep-woo-color-heading-primary: #4C5765;
    --deep-woo-color-heading-secondary: #202122;
    --deep-woo-color-border-primary: #E3E5E7;
    --deep-woo-color-border-secondary: #F0F3F6;
    --deep-woo-border-radius-primary: 7px;
    --deep-woo-border-radius-secondary: 14px;
    --deep-woo-transition-primary: .2s ease;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

big {
	font-size: 125%;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4em;
}

del {
	opacity: 0.8;
}

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #e1e1e1;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #888;
	margin: 0;
	min-width: 60px;
	width: 99%;
	max-width: 100%;
	min-height: 36px;
	display: block;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	padding: 5px;
	outline: 0 none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: 0;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover {
	border-color: #c1dfed;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	background: #fff;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
	min-height: 60px;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

img {
	height: auto;
	vertical-align: middle;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

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

p img {
	margin-bottom: 14px;
}

ul,
ol {
	margin-bottom: 21px;
	margin-left: 3px;
}

ul {
	list-style: inside;
}

ol {
	list-style: decimal;
}

ol,
ul.disc {
	margin-left: 20px;
}

ul.disc {
	list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px;
}

li {
	line-height: 1.6;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 400;
}

a {
	color: #0099ff;
	text-decoration: none;
	outline: 0;
}

a:hover,
a:focus {
	color: #ff9900;
}

a:active {
	outline: none;
	opacity: 0.92;
}

pre,
code {
	background: #f3f3f3;
	padding: 5px 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	white-space: pre-wrap;
}

::selection {
	background: #e4744f;
	color: #fff;
}

::-moz-selection {
	background: #e4744f;
	color: #fff;
}

blockquote,
blockquote p,
q {
	font-size: 15px;
	line-height: 24px;
	color: #3a3b3c;
}

blockquote {
	position: relative;
	margin: 0 0 21px;
	padding: 18px 10px 14px 60px;
}

blockquote:before {
	position: absolute;
	left: 12px;
	top: 0;
	content: '\201C';
	font-size: 46px;
	color: #437df9;
	font-weight: bold;
	font-family: Georgia, Times, serif;
}

blockquote cite {
	display: block;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
	font-size: 12px;
	color: #777f87;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a {
	color: #555;
}

blockquote small {
	font-size: 13px;
	font-style: italic;
}

blockquote img {
	max-width: 100%;
	width: auto;
	display: inline;
}

hr {
	border: solid #e5e5e5;
	border-width: 1px 0 0;
	clear: both;
	margin: 14px 0 35px;
	height: 0;
	width: auto;
}

p {
	margin: 0 0 20px 0;
	color: #444;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.68;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
}

p.magic {
	font-size: 19px;
	line-height: 25px;
	margin: 0;
}

p.slog {
	font-size: 16px;
	line-height: 26px;
	color: #6d6f71;
	font-weight: 300;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 75%;
	color: #969a9e;
}

p small {
	font-size: 88%;
}

a i:hover {
	cursor: pointer;
}

#wrap .slog-wrap-resp {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: none;
}

#wrap .slog-tx1 {
	max-width: 940px;
}

#wrap .slog-tx2 {
	max-width: 762px;
}

#wrap .slog-tx3 {
	max-width: 610px;
}

#wrap .slog-tx4 {
	max-width: 400px;
}

#wrap .slog-tx5 {
	max-width: 220px;
}

#wrap .slog-tx6 {
	max-width: 482px;
}

.slog-tx1.aligncenter,
.slog-tx2.aligncenter,
.slog-tx3.aligncenter,
.slog-tx4.aligncenter,
.slog-tx5.aligncenter,
.slog-tx6.aligncenter,
.aligncenter .slog-tx1,
.aligncenter .slog-tx2,
.aligncenter .slog-tx3,
.aligncenter .slog-tx4,
.aligncenter .slog-tx5 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #171c24;
	font-weight: 300;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 50px;
	line-height: 1.16;
	margin-bottom: 12px;
	letter-spacing: -1px;
}

h2 {
	font-size: 40px;
	line-height: 1.14;
	margin-bottom: 10px;
}

h3 {
	font-size: 29px;
	line-height: 1.2;
	margin-bottom: 8px;
}

h4 {
	font-size: 23px;
	line-height: 1.2;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 7px;
}

h6 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 4px;
}

#wrap {
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 0;
	background: #fff;
	visibility: visible;
	clear: both;
	overflow: hidden;
}

#wrap p img {
	height: auto;
}

#main-content.container {
	padding-top: 35px;
}

#headline,
#headline2 {
	width: 100%;
	padding: 12px 0 16px;
	background: #fafafa;
	display: table;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

#headline h3,
#headline h2,
#headline h1 {
	text-align: center;
	color: #101010;
	font-size: 33px;
	line-height: 1.1;
	margin: 20px 12px 16px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

#headline h3 small,
#headline h2 small,
#headline h1 small {
	font-size: 56%;
	color: #777;
	font-weight: 300;
	margin-left: 12px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.aligncenter {
	text-align: center;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

div img,
li img,
#wrap p img {
	height: auto;
	max-width: 100%;
}

.container .container:not(.force-container),
.container-fluid .container:not(.force-container) {
	max-width: none !important;
	width: auto;
	margin: 0;
	padding: 0;
}

#wrap .container .container:not(.force-container) {
	max-width: none !important;
}

.wn-inner-container {
	position: relative;
	width: 100%;
}

.wn-section {
	position: relative;
}

@media only screen and (max-width: 767px) {
	#headline {
		height: auto;
		border-bottom: 1px solid #f1f1f1;
		padding: 14px 0;
	}

	#headline h1,
	#headline h2,
	#headline h3 {
		font-size: 25px;
		text-align: center;
	}

	#headline h1 small,
	#headline h2 small,
	#headline h3 small {
		display: block;
		margin-top: 14px;
		margin-bottom: 0;
		font-size: 16px;
		letter-spacing: 0;
		font-weight: 400;
	}
}

img[data-lazy-src] {
	opacity: 0;
}

img.lazyloaded {
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.page-title h1 {
	font-size: 79px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	line-height: 85px;
}

.page-title p {
	font-size: 30px;
	margin-top: 0;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 18px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px dotted #e5e5e5;
}

.table th {
	font-weight: bold;
}

.table thead th {
	vertical-align: bottom;
	border-top: 0 none;
	background: #f7f7f7;
}

.table tbody+tbody {
	border-top: 2px solid #e5e5e5;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #e5e5e5;
	border-collapse: separate;
	*border-collapse: collapsed;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
	border-left: 1px solid #e5e5e5;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
	background-color: #fcfcfc;
}

#wrap .colorb,
body .colorb,
#wrap .hcolorb:hover,
body .hcolorb:hover {
	background-color: #437df9;
}

#wrap .colorf,
body .colorf,
#wrap .hcolorf:hover,
body .hcolorf:hover {
	color: #437df9;
}

#wrap .colorr,
body .colorr,
#wrap .hcolorr:hover,
body .hcolorr:hover {
	border-color: #437df9;
}

.elementor-text-editor p {
	line-height: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}

img.alignright {
	float: right;
	margin-left: 10px;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

body {
	background-color: #f4f7f8;
	font: 14px/25px sans-serif;
	font-family: 'Rubik', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #626262;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	line-height: 1;
}

.blox.dark div,
.blox.dark h1,
.blox.dark h2,
.blox.dark h3,
.blox.dark h4,
.blox.dark h5,
.blox.dark h6,
.blox.dark p {
	color: #fff;
}

.deep-loading-wrap {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width: 100%;
	display: none;
	z-index: 9;
	background: rgba(255, 255, 255, 0.7);
}

.deep-loading-wrap.open,
.deep-loading-wrap.open .deep-loading {
	display: block;
}

.deep-loading {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #9880ff;
	color: #9880ff;
	animation: dotFlashing 1s infinite linear alternate;
	animation-delay: .5s;
	margin-top: calc(50vh - 5px);
	margin-left: calc(50% - 10px);
}

.deep-loading::before,
.deep-loading::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
}

.deep-loading::before {
	left: -15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #9880ff;
	color: #9880ff;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 0s;
}

.deep-loading::after {
	left: 15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #9880ff;
	color: #9880ff;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 1s;
}

@keyframes dotFlashing {
	0% {
		background-color: #9880ff;
	}

	50%,
	100% {
		background-color: #ebe6ff;
	}
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}