html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-x: hidden !important;
	width: 100%;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

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

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

figure {
	margin: 1em 40px;
}

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

button,
input,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: bold;
}

button,
input,
select {
	overflow: visible;
}

button,
input,
select,
textarea {
	margin: 0;
}

button,
select {
	text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	cursor: pointer;
}

[disabled] {
	cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

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

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

[type='search'] {
	-webkit-appearance: textfield;
}

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

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		opacity: 1;
	}
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

body {
	color: #594a42;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .01em;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	background-color: #f6f4e9;
}

@media screen and (max-width: 850px) {
	body {
		font-size: 1.6rem;
	}
}

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

blockquote {
	padding: 5rem;
	position: relative;
	font-family: "PT Mono", monospace;
	color: #999;
	font-style: italic;
	font-size: 2.2rem;
	text-align: center;
}

blockquote:before {
	content: "\F10D";
	font-family: "Font Awesome 5 Pro";
	color: #999;
	position: absolute;
	top: -2rem;
	left: -5rem;
	font-size: 7rem;
	opacity: .2;
}

code {
	background: #e4e1d5;
	border-radius: .4rem;
	font-size: 86%;
	padding: .2rem .5rem;
	margin: 0 .2rem;
	white-space: nowrap;
}

pre {
	background: #e4e1d5;
	border-left: .3rem solid #594a42;
	font-family: Menlo, Consolas, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, monospace;
}

pre>code {
	background: transparent;
	border-radius: 0;
	display: block;
	padding: 1rem 1.5rem;
	white-space: pre;
}

form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: .1rem solid #d1d1d1;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 3.8rem;
	padding: .6rem 1rem;
	width: 100%;
}

input:focus,
textarea:focus,
select:focus {
	border: .1rem solid #594a42;
	outline: 0;
}

textarea {
	padding-bottom: .6rem;
	padding-top: .6rem;
	min-height: 6.5rem;
}

label,
legend {
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
	margin-bottom: .5rem;
}

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

input[type='checkbox'],
input[type='radio'] {
	display: inline;
}

.gfield_label {
	display: none;
}

.label-inline {
	font-weight: normal;
	display: inline-block;
	margin-left: .5rem;
}

.gform_ajax_spinner {
	display: block;
	margin: 1rem auto;
	height: 20px;
	width: 20px;
}

.validation_error,
.gform_confirmation_message {
	width: 100%;
	padding: 1rem;
	background: white;
	border: 1px solid #999;
	margin: 1.5rem 0;
	font-weight: 500;
}

.validation_error:before,
.gform_confirmation_message:before {
	content: "\F06A";
	font-family: "Font Awesome 5 Pro";
	margin-right: 5px;
	color: #594a42;
}

.gform_confirmation_message:before {
	content: "\F164";
	font-family: "Font Awesome 5 Pro";
	margin-right: 5px;
	color: #594a42;
}

.validation_message {
	background: white;
	font-weight: 500;
	border: 1px solid #999;
}

.validation_message:before {
	content: "\F06A";
	font-family: "Font Awesome 5 Pro";
	margin-right: 5px;
	color: #594a42;
}

.validation_error,
.validation_message {
	display: none;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
	border-color: tomato;
}

img.gform_ajax_spinner {
	max-width: 25px;
}

a {
	color: #594a42;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

a + a {
	margin-left: 0;
}

a:hover {
	color: #ff9e18;
}

dl,
ol,
ul {
	margin-top: 0;
	padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
	font-size: 90%;
	margin: 1.5rem 0 1.5rem 3rem;
}

dl {
	list-style: none;
}

ul {
	list-style: circle inside;
}

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

ol {
	list-style: decimal inside;
}

dt,
dd,
li {
	margin-bottom: 1rem;
}

hr {
	border-top: .1rem solid #e4e1d5;
	border-width: 0;
	margin-bottom: 3.5rem;
	margin-top: 3rem;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	height: auto;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button,
button {
	margin-bottom: 1rem;
	font-family: -apple-system,BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.button:last-child,
button:last-child {
	margin-bottom: 0;
}

input,
textarea,
select,
fieldset {
	margin-bottom: 1.5rem;
}

input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
	margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
	margin-bottom: 1rem;
	line-height: 1.5;
}

pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

th,
td {
	border-bottom: .1rem solid #e1e1e1;
	padding: 1.2rem 1.5rem;
	text-align: left;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html nav {
	opacity: 1;
}

html.wf-active h1,
html.wf-active h2,
html.wf-active h3,
html.wf-active h4,
html.wf-active h5,
html.wf-active h6,
html.wf-active nav {
    opacity: 1;
}

p {
	margin-top: 0;
	font-size: 20px;
}

p a.link,
li a.link {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
}

a + a, a + .link, .link + a, .link + .link {
	margin-left: 0;
}

@media screen and (max-width: 850px) {
	p a.link,
	li a.link,
	p {
		font-size: 16px
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "PT Mono", monospace;
	font-weight: 600;
	margin-bottom: 2rem;
	margin-top: 0;
	padding: 0;
}

h1 {
	font-size: 4rem;
	line-height: 1.2;
}

@media screen and (max-width: 850px) {
	h1 {
		font-size: 3.6rem;
	}
}

h2 {
	font-size: 3.6rem;
	line-height: 1.25;
}

@media screen and (max-width: 850px) {
	h2 {
		font-size: 3rem;
	}
}

h3 {
	font-size: 3rem;
	line-height: 1.3;
}

@media screen and (max-width: 850px) {
	h3 {
		font-size: 2.6rem;
	}
}

h4,
h4 a.link {
	font-size: 2.4rem;
	line-height: 1.35;
}
h4 a.link {
	font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 850px) {
	h4,
	h4 a.link {
		font-size: 2rem;
	}
}

h5 {
	font-size: 1.8rem;
	line-height: 1.5;
}

h6 {
	font-size: 1.6rem;
	line-height: 1.4;
}

.section {
	padding: 5rem 0;
}

.section.thin {
	padding: 2.5rem 0;
}

.section.thick {
	padding: 10rem 0;
}

@media screen and (max-width: 750px) {
	.section.thick {
		padding: 5rem 0;
	}
}

.section.lrg_top {
	padding-top: 31rem;
}

@media screen and (max-width: 850px) {
	.section.lrg_top {
		padding-top: 28rem;
	}
	.blog .section.lrg_top,
	.single-post .section.lrg_top,
	.page-template-page-contenthub .section.lrg_top,
	.single-contenthub .section.lrg_top{
		padding-top: 38rem;
	}

}
@media screen and (max-width: 550px) {
	.section.lrg_top {
		padding-top: 20rem;
	}

}

.section.nopad {
	padding: 0;
}

.section.basepad {
	padding: 0 0 10rem 0;
}

.container {
	width: calc(100% - 2rem);
	max-width: 1440px;
	margin: 0 auto;
}

.container.small {
	max-width: 1200px;
}

.container.smaller {
	max-width: 1000px;
}

.container.skinny {
	max-width: 800px;
}

.dark {
	background-color: #060606;
	color: white;
}

.black {
	background-color: #1a1a1a;
	color: white;
}

.light {
	background-color: #e4e1d5;
}

.lighter {
	background-color: rgba(153, 153, 153, .1);
}

.primary {
	background-color: #594a42;
}

.white {
	background: white;
}

.cream_bg {
	background-color: #ff9e18;
}

.deep_grey {
	background-color: #e6e3d5;
}

.color-white {
	color: white;
}

.color-primary {
	color: #594a42;
}

.index_top {
	z-index: 100;
}

.index_bottom {
	z-index: 50;
	padding-bottom: 8rem;
	padding-top: 20rem;
	margin-top: -10rem;
}

@media screen and (max-width: 550px) {
	.index_bottom {
		padding-top: 13rem;
	}
}

.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-stratch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.one-half {
	width: 49%;
	position: relative;
}

.one-third {
	width: 32%;
	position: relative;
}

.one-quater {
	width: 24%;
	position: relative;
}

.three-quaters {
	width: 74%;
	position: relative;
}

.background-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.background-image img {
	width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.background-image img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		height: 100%;
	}
}

.social {
	list-style: none;
}

.social li {
	display: inline-block;
}

.social a {
	padding: 5px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clearfix {}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.tacenter {
	text-align: center;
}

.taright {
	text-align: right;
}

.taleft {
	text-align: left;
}

.relative {
	position: relative;
}

.half-width {
	position: relative;
	display: inline-block;
	width: 50%;
}

@media screen and (max-width: 750px) {
	.half-width {
		display: block;
		width: 100%;
	}
}

.edit_link,
.cp_cache {
	position: fixed;
	margin: 0;
	top: 22rem;
	left: 10px;
	z-index: 99999;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.edit_link i,
.cp_cache i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #ff9e18;
	border-radius: 30px;
	font-size: 15px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.edit_link span,
.cp_cache span {
	background-color: #ff9e18;
	text-transform: uppercase;
	padding: 3px 5px;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.edit_link a,
.cp_cache a {
	color: #fff !important;
	background-color: transparent;
}

.edit_link a:hover i,
.cp_cache a:hover i {
	background-color: #594a42;
	color: #fff;
}

.edit_link a:hover span,
.cp_cache a:hover span {
	background-color: #594a42;
	color: #fff;
}

.cp_cache {
	top: 15rem;
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: none;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
	background: none;
}

.flickity-prev-next-button:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 5px #09f;
	box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
	opacity: .6;
}

.flickity-prev-next-button.previous {
	left: 0;
}

.flickity-prev-next-button.next {
	right: 0;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button:disabled {
	opacity: .3;
	cursor: auto;
}

.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-prev-next-button .arrow {
	fill: rgba(255, 255, 255, .4);
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: 25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: transparent;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
	border: 2px white solid;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.pagination--numeric {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination--numeric li {
	display: inline;
}

.pagination--numeric li a {
	display: inline-block;
	padding: 0 1rem;
}

.pagination--numeric .active a {
	color: #ff9e18;
}

.button {
	cursor: pointer;
	display: inline-block;
	padding: 1.3rem 4.7rem;
	border-radius: 4rem;
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	letter-spacing: .1rem;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button.brown_radial {
	background-color: #594a42;
	color: white;
}

.button.orange_radial {
	background-color: #ff5b34;
	color: #fff9e7;
	border: solid .3rem #fff9e7 !important;
	font-size: 2.4rem;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.button.orange_radial:hover {
	color: #fff9e7;
	background-color: #ff3f12;
}

.button.orange {
	border: solid .4rem transparent;
	background-color: #ff9e18;
	color: white;
	padding: 1.3rem 4rem;
	padding-right: 3rem;
}

.button.orange i {
	padding-left: 1rem;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button.orange:hover {
	color: white;
}

.button.orange:hover i {
	padding-left: 1.5rem;
}

.button.burntorangeBorder {
	color: #db6361;
	border: solid .4rem #db6361;
	padding: 1.3rem 4rem;
	padding-right: 3rem;
	background-color: rgba(0,0,0,0);
}

.button.burntorangeBorder i {
	padding-left: 1rem;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button.burntorangeBorder:hover {
	background-color: #db6361;
	color: white;
}

.button.burntorangeBorder:hover i {
	padding-left: 1.5rem;
}

.button.white_border {
	color: #594a42;
	border: solid .4rem white;
	padding: 1.3rem 4rem;
	padding-right: 3rem;
	background-color: rgba(0,0,0,0);
}

.button.white_border i {
	padding-left: 1rem;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button.white_border:hover {
	background-color: white;
	color: #594a42;
}

.button.white_border:hover i {
	padding-left: 1.5rem;
}

.button.cream_border {
	border: solid .5rem #e4e1d5;
	background-color: #e4e1d5;
	border-radius: 80px;
	padding: 1.3rem 4rem;
	padding-right: 3rem;
	line-height: 1;
	color: #594a42;
}

.button.cream_border i {
	padding-left: 1rem;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button.cream_border:hover {
	background-color: #e4e1d5;
	color: #594a42;
}

.button.cream_border:hover i {
	padding-left: 1.5rem;
}

.button:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.cta {
	position: absolute;
	top: -3rem;
	z-index: 100;
	display: block;
	width: 100%;
}

@media screen and (max-width: 1100px) {
	.cta {
		position: relative;
	}
}

@media screen and (max-width: 1000px) {
	.cta {
		max-width: 80rem;
		margin: auto;
		top: inherit;
	}
}

.cta .container {
	min-height: 22rem;
	background-image: url("/assets/slc/com/img/bg-apply-now-cta.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 1100px) {
	.cta .container {
		background-size: 160%;
	}
}

@media screen and (max-width: 1000px) {
	.cta .container {
		background-size: cover;
	}
}

.cta .container .cta_content {
	padding: 1rem 4rem;
	padding-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1000px) {
	.cta .container .cta_content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 1rem 4rem;
		padding-top: 5rem;
		padding-bottom: 7rem;
	}
}

@media screen and (max-width: 550px) {
	.cta .container .cta_content {
		padding: 1rem 2rem;
		padding-top: 4rem;
		padding-bottom: 9rem;
	}
}

.cta .container .cta_content .col {
	width: 70%;
}

@media screen and (max-width: 1100px) {
	.cta .container .cta_content .col {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.cta .container .cta_content .col {
		width: 100%;
	}
}

.cta .container .cta_content .col h3 {
	font-size: 4.6rem;
	margin: 0;
}

@media screen and (max-width: 1100px) {
	.cta .container .cta_content .col h3 {
		font-size: 3.2rem;
	}
}

.cta .container .cta_content .col h4 {
	font-size: 2.2rem;
	margin: 0;
}

@media screen and (max-width: 1100px) {
	.cta .container .cta_content .col h4 {
		font-size: 1.5rem;
	}
}

.cta .container .cta_content .col a {
	display: inline-block;
	text-align: center;
	margin: auto;
	max-width: 15rem;
	width: 100%;
}

.cta .container .cta_content .col a:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

@media screen and (max-width: 1000px) {
	.cta .container .cta_content .col a {
		max-width: 8rem;
	}
}

.cta .container .cta_content .col a img {
	padding-top: 2rem;
	max-width: 18rem;
}

.cta .container .cta_content .col:last-child {
	width: 30%;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	.cta .container .cta_content .col:last-child {
		width: 30%;
	}
}

@media screen and (max-width: 1000px) {
	.cta .container .cta_content .col:last-child {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.footer .col {
		text-align: center;
		width: 50% !important;
		padding: 3rem 0;
		margin: 2rem 0;
	}
}
@media screen and (max-width: 850px) {
	.footer .col {
		width: 100% !important;
	}
}

.footer {
	position: relative;
	padding: 8rem 0 8rem 0;
	min-height: auto;
	padding-top: 21rem;
	background-image: url("/assets/slc/com/img/bg-bottom.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.footer group-4 {
	justify-content: space-between;
}

@media screen and (min-width: 851px) {
	.footer group-4 > * {
		width: 15% !important;
	}

	.footer group-4 > *:last-child {
		width: 21% !important;
	}
}

@media screen and (max-width: 1100px) {
	.footer {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

@media screen and (max-width: 1000px) {
	.footer {
		padding: 8rem 0 4rem 0;
		min-height: 26rem;
		padding-top: 14rem;
	}
}

.footer .flex,
.footer .flex-row,
.footer .flex-column,
.footer .flex-start,
.footer .flex-end,
.footer .flex-center,
.footer .flex-stratch {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .footer_logo {
	max-width: 25rem;
	width: 100%;
	opacity: .8;
}

@media screen and (max-width: 1000px) {
	.footer .footer_logo {
		text-align: center;
		display: inline-block;
	}
}
@media screen and (max-width: 850px) {
	.footer group-4 > * {
		width: 100% !important;
		text-align: center;
	}
}

.footer h3 {
	color: white;
	font-size: 3rem;
	margin-bottom: 1rem;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

.footer ul li {
	list-style: none;
	line-height: 1.1;
	margin: 0;
	margin-bottom: 1rem;
}

.footer ul a {
	color: white;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.footer ul a:hover {
	color: #1a1a1a;
}

.footer .social_links a {
	display: block;
	margin: 0 0 0 1rem;
	padding: .2rem 0 0 0;
	border: 1px solid #999;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #999 !important;
	border-radius: 50%;
}

.footer .social_links a:hover {
	border: 1px solid #060606;
	color: #060606 !important;
}

.footer .copy {
	display: block;
	text-align: center;
	color: #999;
	margin: 4rem 0 1rem 0;
	font-size: 1.2rem;
}

.footer_bottom {
	background-color: #816863;
	padding: 3rem 0;
}

.footer_bottom a {
	color: #fff;
}

.footer_bottom .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.2rem;
}

.footer_bottom .container p {
	margin: 0;
	color: white;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
}

@media screen and (max-width: 850px) {
	.footer_bottom .container p {
		width: 100%;
		text-align: center;
	}
}

.footer_bottom .container p a {
	color: #fff;
}

.home .footer {
	background-color: #e6e3d5;
}



@media(max-width: 850px) {
.footer .container.small group-4 {
		padding: 0 10px;
	}
}

.terms_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 2rem;
}

.terms_menu li {
	margin: 0 1rem;
	list-style: none;
	text-transform: uppercase;
}

@media screen and (max-width: 850px) {
	.terms_menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-top: 2rem;
	}
}

[data-aos][data-aos][data-aos-duration='50'],
body[data-aos-duration='50'] [data-aos] {
	-webkit-transition-duration: 50ms;
	transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay='50'],
body[data-aos-delay='50'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='50'].aos-animate,
body[data-aos-delay='50'] [data-aos].aos-animate {
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration='100'],
body[data-aos-duration='100'] [data-aos] {
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay='100'],
body[data-aos-delay='100'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='100'].aos-animate,
body[data-aos-delay='100'] [data-aos].aos-animate {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration='150'],
body[data-aos-duration='150'] [data-aos] {
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay='150'],
body[data-aos-delay='150'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='150'].aos-animate,
body[data-aos-delay='150'] [data-aos].aos-animate {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration='200'],
body[data-aos-duration='200'] [data-aos] {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay='200'],
body[data-aos-delay='200'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='200'].aos-animate,
body[data-aos-delay='200'] [data-aos].aos-animate {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration='300'],
body[data-aos-duration='300'] [data-aos] {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay='300'],
body[data-aos-delay='300'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='300'].aos-animate,
body[data-aos-delay='300'] [data-aos].aos-animate {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration='350'],
body[data-aos-duration='350'] [data-aos] {
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay='350'],
body[data-aos-delay='350'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='350'].aos-animate,
body[data-aos-delay='350'] [data-aos].aos-animate {
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay='400'],
body[data-aos-delay='400'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='400'].aos-animate,
body[data-aos-delay='400'] [data-aos].aos-animate {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration='450'],
body[data-aos-duration='450'] [data-aos] {
	-webkit-transition-duration: .45s;
	transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay='450'],
body[data-aos-delay='450'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='450'].aos-animate,
body[data-aos-delay='450'] [data-aos].aos-animate {
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration='550'],
body[data-aos-duration='550'] [data-aos] {
	-webkit-transition-duration: .55s;
	transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay='550'],
body[data-aos-delay='550'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='550'].aos-animate,
body[data-aos-delay='550'] [data-aos].aos-animate {
	-webkit-transition-delay: .55s;
	transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration='600'],
body[data-aos-duration='600'] [data-aos] {
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay='600'],
body[data-aos-delay='600'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='600'].aos-animate,
body[data-aos-delay='600'] [data-aos].aos-animate {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration='650'],
body[data-aos-duration='650'] [data-aos] {
	-webkit-transition-duration: .65s;
	transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay='650'],
body[data-aos-delay='650'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='650'].aos-animate,
body[data-aos-delay='650'] [data-aos].aos-animate {
	-webkit-transition-delay: .65s;
	transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration='700'],
body[data-aos-duration='700'] [data-aos] {
	-webkit-transition-duration: .7s;
	transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay='700'],
body[data-aos-delay='700'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='700'].aos-animate,
body[data-aos-delay='700'] [data-aos].aos-animate {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
	-webkit-transition-duration: .75s;
	transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration='800'],
body[data-aos-duration='800'] [data-aos] {
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay='800'],
body[data-aos-delay='800'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='800'].aos-animate,
body[data-aos-delay='800'] [data-aos].aos-animate {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration='850'],
body[data-aos-duration='850'] [data-aos] {
	-webkit-transition-duration: .85s;
	transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay='850'],
body[data-aos-delay='850'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='850'].aos-animate,
body[data-aos-delay='850'] [data-aos].aos-animate {
	-webkit-transition-delay: .85s;
	transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration='900'],
body[data-aos-duration='900'] [data-aos] {
	-webkit-transition-duration: .9s;
	transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay='900'],
body[data-aos-delay='900'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='900'].aos-animate,
body[data-aos-delay='900'] [data-aos].aos-animate {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration='950'],
body[data-aos-duration='950'] [data-aos] {
	-webkit-transition-duration: .95s;
	transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay='950'],
body[data-aos-delay='950'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='950'].aos-animate,
body[data-aos-delay='950'] [data-aos].aos-animate {
	-webkit-transition-delay: .95s;
	transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration='1050'],
body[data-aos-duration='1050'] [data-aos] {
	-webkit-transition-duration: 1.05s;
	transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay='1050'],
body[data-aos-delay='1050'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1050'].aos-animate,
body[data-aos-delay='1050'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.05s;
	transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration='1100'],
body[data-aos-duration='1100'] [data-aos] {
	-webkit-transition-duration: 1.1s;
	transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay='1100'],
body[data-aos-delay='1100'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1100'].aos-animate,
body[data-aos-delay='1100'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration='1150'],
body[data-aos-duration='1150'] [data-aos] {
	-webkit-transition-duration: 1.15s;
	transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay='1150'],
body[data-aos-delay='1150'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1150'].aos-animate,
body[data-aos-delay='1150'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.15s;
	transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration='1200'],
body[data-aos-duration='1200'] [data-aos] {
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay='1200'],
body[data-aos-delay='1200'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1200'].aos-animate,
body[data-aos-delay='1200'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
	-webkit-transition-duration: 1.25s;
	transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration='1300'],
body[data-aos-duration='1300'] [data-aos] {
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay='1300'],
body[data-aos-delay='1300'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1300'].aos-animate,
body[data-aos-delay='1300'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration='1350'],
body[data-aos-duration='1350'] [data-aos] {
	-webkit-transition-duration: 1.35s;
	transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay='1350'],
body[data-aos-delay='1350'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1350'].aos-animate,
body[data-aos-delay='1350'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.35s;
	transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration='1400'],
body[data-aos-duration='1400'] [data-aos] {
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay='1400'],
body[data-aos-delay='1400'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1400'].aos-animate,
body[data-aos-delay='1400'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration='1450'],
body[data-aos-duration='1450'] [data-aos] {
	-webkit-transition-duration: 1.45s;
	transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay='1450'],
body[data-aos-delay='1450'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1450'].aos-animate,
body[data-aos-delay='1450'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.45s;
	transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration='1500'],
body[data-aos-duration='1500'] [data-aos] {
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay='1500'],
body[data-aos-delay='1500'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1500'].aos-animate,
body[data-aos-delay='1500'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration='1550'],
body[data-aos-duration='1550'] [data-aos] {
	-webkit-transition-duration: 1.55s;
	transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay='1550'],
body[data-aos-delay='1550'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1550'].aos-animate,
body[data-aos-delay='1550'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.55s;
	transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration='1600'],
body[data-aos-duration='1600'] [data-aos] {
	-webkit-transition-duration: 1.6s;
	transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay='1600'],
body[data-aos-delay='1600'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1600'].aos-animate,
body[data-aos-delay='1600'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration='1650'],
body[data-aos-duration='1650'] [data-aos] {
	-webkit-transition-duration: 1.65s;
	transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay='1650'],
body[data-aos-delay='1650'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1650'].aos-animate,
body[data-aos-delay='1650'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.65s;
	transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration='1700'],
body[data-aos-duration='1700'] [data-aos] {
	-webkit-transition-duration: 1.7s;
	transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay='1700'],
body[data-aos-delay='1700'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1700'].aos-animate,
body[data-aos-delay='1700'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration='1750'],
body[data-aos-duration='1750'] [data-aos] {
	-webkit-transition-duration: 1.75s;
	transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay='1750'],
body[data-aos-delay='1750'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1750'].aos-animate,
body[data-aos-delay='1750'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.75s;
	transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration='1800'],
body[data-aos-duration='1800'] [data-aos] {
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay='1800'],
body[data-aos-delay='1800'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1800'].aos-animate,
body[data-aos-delay='1800'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration='1850'],
body[data-aos-duration='1850'] [data-aos] {
	-webkit-transition-duration: 1.85s;
	transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay='1850'],
body[data-aos-delay='1850'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1850'].aos-animate,
body[data-aos-delay='1850'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.85s;
	transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration='1900'],
body[data-aos-duration='1900'] [data-aos] {
	-webkit-transition-duration: 1.9s;
	transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay='1900'],
body[data-aos-delay='1900'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1900'].aos-animate,
body[data-aos-delay='1900'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration='1950'],
body[data-aos-duration='1950'] [data-aos] {
	-webkit-transition-duration: 1.95s;
	transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay='1950'],
body[data-aos-delay='1950'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1950'].aos-animate,
body[data-aos-delay='1950'] [data-aos].aos-animate {
	-webkit-transition-delay: 1.95s;
	transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration='2000'],
body[data-aos-duration='2000'] [data-aos] {
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay='2000'],
body[data-aos-delay='2000'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2000'].aos-animate,
body[data-aos-delay='2000'] [data-aos].aos-animate {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration='2050'],
body[data-aos-duration='2050'] [data-aos] {
	-webkit-transition-duration: 2.05s;
	transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay='2050'],
body[data-aos-delay='2050'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2050'].aos-animate,
body[data-aos-delay='2050'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.05s;
	transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration='2100'],
body[data-aos-duration='2100'] [data-aos] {
	-webkit-transition-duration: 2.1s;
	transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay='2100'],
body[data-aos-delay='2100'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2100'].aos-animate,
body[data-aos-delay='2100'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration='2150'],
body[data-aos-duration='2150'] [data-aos] {
	-webkit-transition-duration: 2.15s;
	transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay='2150'],
body[data-aos-delay='2150'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2150'].aos-animate,
body[data-aos-delay='2150'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.15s;
	transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration='2200'],
body[data-aos-duration='2200'] [data-aos] {
	-webkit-transition-duration: 2.2s;
	transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay='2200'],
body[data-aos-delay='2200'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2200'].aos-animate,
body[data-aos-delay='2200'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration='2250'],
body[data-aos-duration='2250'] [data-aos] {
	-webkit-transition-duration: 2.25s;
	transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay='2250'],
body[data-aos-delay='2250'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2250'].aos-animate,
body[data-aos-delay='2250'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.25s;
	transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration='2300'],
body[data-aos-duration='2300'] [data-aos] {
	-webkit-transition-duration: 2.3s;
	transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay='2300'],
body[data-aos-delay='2300'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2300'].aos-animate,
body[data-aos-delay='2300'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration='2350'],
body[data-aos-duration='2350'] [data-aos] {
	-webkit-transition-duration: 2.35s;
	transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay='2350'],
body[data-aos-delay='2350'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2350'].aos-animate,
body[data-aos-delay='2350'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.35s;
	transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration='2400'],
body[data-aos-duration='2400'] [data-aos] {
	-webkit-transition-duration: 2.4s;
	transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay='2400'],
body[data-aos-delay='2400'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2400'].aos-animate,
body[data-aos-delay='2400'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration='2450'],
body[data-aos-duration='2450'] [data-aos] {
	-webkit-transition-duration: 2.45s;
	transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay='2450'],
body[data-aos-delay='2450'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2450'].aos-animate,
body[data-aos-delay='2450'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.45s;
	transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration='2500'],
body[data-aos-duration='2500'] [data-aos] {
	-webkit-transition-duration: 2.5s;
	transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay='2500'],
body[data-aos-delay='2500'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2500'].aos-animate,
body[data-aos-delay='2500'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration='2550'],
body[data-aos-duration='2550'] [data-aos] {
	-webkit-transition-duration: 2.55s;
	transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay='2550'],
body[data-aos-delay='2550'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2550'].aos-animate,
body[data-aos-delay='2550'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.55s;
	transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration='2600'],
body[data-aos-duration='2600'] [data-aos] {
	-webkit-transition-duration: 2.6s;
	transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay='2600'],
body[data-aos-delay='2600'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2600'].aos-animate,
body[data-aos-delay='2600'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration='2650'],
body[data-aos-duration='2650'] [data-aos] {
	-webkit-transition-duration: 2.65s;
	transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay='2650'],
body[data-aos-delay='2650'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2650'].aos-animate,
body[data-aos-delay='2650'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.65s;
	transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration='2700'],
body[data-aos-duration='2700'] [data-aos] {
	-webkit-transition-duration: 2.7s;
	transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay='2700'],
body[data-aos-delay='2700'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2700'].aos-animate,
body[data-aos-delay='2700'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration='2750'],
body[data-aos-duration='2750'] [data-aos] {
	-webkit-transition-duration: 2.75s;
	transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay='2750'],
body[data-aos-delay='2750'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2750'].aos-animate,
body[data-aos-delay='2750'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.75s;
	transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration='2800'],
body[data-aos-duration='2800'] [data-aos] {
	-webkit-transition-duration: 2.8s;
	transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay='2800'],
body[data-aos-delay='2800'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2800'].aos-animate,
body[data-aos-delay='2800'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration='2850'],
body[data-aos-duration='2850'] [data-aos] {
	-webkit-transition-duration: 2.85s;
	transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay='2850'],
body[data-aos-delay='2850'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2850'].aos-animate,
body[data-aos-delay='2850'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.85s;
	transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration='2900'],
body[data-aos-duration='2900'] [data-aos] {
	-webkit-transition-duration: 2.9s;
	transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay='2900'],
body[data-aos-delay='2900'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2900'].aos-animate,
body[data-aos-delay='2900'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration='2950'],
body[data-aos-duration='2950'] [data-aos] {
	-webkit-transition-duration: 2.95s;
	transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay='2950'],
body[data-aos-delay='2950'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2950'].aos-animate,
body[data-aos-delay='2950'] [data-aos].aos-animate {
	-webkit-transition-delay: 2.95s;
	transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration='3000'],
body[data-aos-duration='3000'] [data-aos] {
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay='3000'],
body[data-aos-delay='3000'] [data-aos] {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='3000'].aos-animate,
body[data-aos-delay='3000'] [data-aos].aos-animate {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing='linear'],
body[data-aos-easing='linear'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

[data-aos][data-aos][data-aos-easing='ease'],
body[data-aos-easing='ease'] [data-aos] {
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing='ease-in'],
body[data-aos-easing='ease-in'] [data-aos] {
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing='ease-out'],
body[data-aos-easing='ease-out'] [data-aos] {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing='ease-in-out'],
body[data-aos-easing='ease-in-out'] [data-aos] {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing='ease-in-back'],
body[data-aos-easing='ease-in-back'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

[data-aos][data-aos][data-aos-easing='ease-out-back'],
body[data-aos-easing='ease-out-back'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

[data-aos][data-aos][data-aos-easing='ease-in-out-back'],
body[data-aos-easing='ease-in-out-back'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

[data-aos][data-aos][data-aos-easing='ease-in-sine'],
body[data-aos-easing='ease-in-sine'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
	transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

[data-aos][data-aos][data-aos-easing='ease-out-sine'],
body[data-aos-easing='ease-out-sine'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
	transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

[data-aos][data-aos][data-aos-easing='ease-in-out-sine'],
body[data-aos-easing='ease-in-out-sine'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
	transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

[data-aos][data-aos][data-aos-easing='ease-in-quad'],
body[data-aos-easing='ease-in-quad'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing='ease-out-quad'],
body[data-aos-easing='ease-out-quad'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing='ease-in-out-quad'],
body[data-aos-easing='ease-in-out-quad'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing='ease-in-cubic'],
body[data-aos-easing='ease-in-cubic'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing='ease-out-cubic'],
body[data-aos-easing='ease-out-cubic'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing='ease-in-out-cubic'],
body[data-aos-easing='ease-in-out-cubic'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing='ease-in-quart'],
body[data-aos-easing='ease-in-quart'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing='ease-out-quart'],
body[data-aos-easing='ease-out-quart'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing='ease-in-out-quart'],
body[data-aos-easing='ease-in-out-quart'] [data-aos] {
	-webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos^='fade'][data-aos^='fade'] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

[data-aos='fade-up'] {
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
	-webkit-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
	-webkit-transform: translate3d(-100px, 100px, 0);
	transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
	-webkit-transform: translate3d(100px, 100px, 0);
	transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
	-webkit-transform: translate3d(-100px, -100px, 0);
	transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
	-webkit-transform: translate3d(100px, -100px, 0);
	transform: translate3d(100px, -100px, 0);
}

[data-aos^='zoom'][data-aos^='zoom'] {
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

[data-aos='zoom-in'] {
	-webkit-transform: scale(.6);
	transform: scale(.6);
}

[data-aos='zoom-in-up'] {
	-webkit-transform: translate3d(0, 100px, 0) scale(.6);
	transform: translate3d(0, 100px, 0) scale(.6);
}

[data-aos='zoom-in-down'] {
	-webkit-transform: translate3d(0, -100px, 0) scale(.6);
	transform: translate3d(0, -100px, 0) scale(.6);
}

[data-aos='zoom-in-right'] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(.6);
	transform: translate3d(-100px, 0, 0) scale(.6);
}

[data-aos='zoom-in-left'] {
	-webkit-transform: translate3d(100px, 0, 0) scale(.6);
	transform: translate3d(100px, 0, 0) scale(.6);
}

[data-aos='zoom-out'] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
	-webkit-transform: translate3d(0, 100px, 0) scale(1.2);
	transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
	-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
	transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
	transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
	-webkit-transform: translate3d(100px, 0, 0) scale(1.2);
	transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^='slide'][data-aos^='slide'] {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

[data-aos='slide-up'] {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

[data-aos^='flip'][data-aos^='flip'] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

[data-aos='flip-left'] {
	-webkit-transform: perspective(2500px) rotateY(-100deg);
	transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
	-webkit-transform: perspective(2500px) rotateY(100deg);
	transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
	-webkit-transform: perspective(2500px) rotateX(-100deg);
	transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
	-webkit-transform: perspective(2500px) rotateX(100deg);
	transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0);
}

.content_block .sitemap ul li {
	margin-bottom: 1rem;
}

.content_block .sitemap ul li:nth-child(2) {
	display: none;
}

.content_block .sitemap ul li a {
	color: #594a42;
	padding-right: 30px;
	display: inline-block;
}

.content_block .sitemap ul li a:after {
	content: "\F061";
	font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
	padding-left: 1rem;
}

.content_block .sitemap ul li a:hover {
	color: #ff9e18;
}

.seo_link.inner-content {
	padding: 0;
	border-radius: .5rem;
}

.seo_link.inner-content .quote_widget {
	padding: 3rem 0;
}

.seo_link.inner-content a {
	padding: 1rem 3rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #594a42;
}

.seo_link.inner-content a:hover {
	color: #594a42;
}

.seo_link.inner-content a span:first-child {
	color: #594a42;
}

.seo_link.inner-content a span:last-child {
	text-transform: uppercase;
	margin-left: 2rem;
	font-size: 1.5rem;
	font-weight: 800;
	color: #ff9e18;
}

.seo_link.inner-content a span:last-child i {
	-webkit-transition: .3s;
	transition: .3s;
}

@media screen and (max-width: 450px) {
	.seo_link.inner-content a span {
		width: 100%;
		margin: 0;
	}
	.seo_link.inner-content a span:last-child {
		margin-top: 1rem;
		margin-left: 0;
	}
}

.seo_link.inner-content a:hover span:last-child i {
	padding-left: 1.5rem;
}

@media screen and (max-width: 1350px) {
	.section.thick.lrg_top.basic.seo_content {
		background-size: 50rem;
	}
}



@media screen and (max-width: 850px) {
	.section.thick.lrg_top.basic.seo_content {
		background-size: 85rem;
	}
}

@media screen and (max-width: 850px) {
	.seo_content .smallcol {
		text-align: center;
	}
	.seo_content .smallcol h4 {
		font-size: 1.8rem;
	}
	.seo_content .smallcol .button {
		margin-top: 5rem;
	}
}

.seo_content .inner_title_container h1 {
	margin-bottom: 4rem;
}

.seo_content .inner_title_container .st_top {
	margin-bottom: 3rem;
}

.seo_content .inner-content {
	padding: 5rem 5rem;
}

@media screen and (max-width: 850px) {
	.seo_content .inner-content {
		padding: 0 1.5rem;
		padding-bottom: 3rem;
	}
	.seo_content .inner-content img {
		max-width: 80%;
		margin: auto;
		display: block;
	}
}

@media screen and (max-width: 850px) and (max-width: 550px) {
	.seo_content .inner-content img {
		max-width: 100%;
	}
}

.seo_content .inner-content .flexi_content {
	padding: 5rem 0;
}

@media screen and (max-width: 850px) {
	.seo_content .inner-content .flexi_content {
		padding: 3rem 0;
		padding-bottom: 0;
	}
}

.seo_content .inner-content .flexi_content .two_cols {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.seo_content .inner-content .flexi_content .disclaimer {
	margin: 2rem 0;
}

.seo_content .inner-content .flexi_content.left_content {
	max-width: 900px;
}

.seo_content .inner-content .flexi_content.left_content p,
.seo_content .inner-content .flexi_content.left_content h5,
.seo_content .inner-content .flexi_content.left_content h4 {
	font-size: 2.6rem;
	font-weight: 700;
}

.seo_content .inner-content .flexi_content.quote blockquote {
	max-width: 80%;
	margin: auto;
	padding: 5rem 2rem;
	padding-left: 12rem;
	line-height: 1.8;
	font-size: 2.3rem;
	font-weight: 700;
	font-style: normal;
	border: none;
	color: #594a42;
}

@media screen and (max-width: 850px) {
	.seo_content .inner-content .flexi_content.quote blockquote {
		max-width: 100%;
		padding: 3rem 2rem;
		padding-top: 5rem;
		padding-left: 0;
		line-height: 1.5;
		font-size: 2rem;
		font-weight: 700;
	}
}

.seo_content .inner-content .flexi_content.quote blockquote:before {
	content: "\F10D";
	font-family: "Font Awesome 5 Pro";
	color: #ff4a19;
	position: absolute;
	top: -3rem;
	left: 7rem;
	font-size: 7rem;
	opacity: 1;
}

@media screen and (max-width: 850px) {
	.seo_content .inner-content .flexi_content.quote blockquote:before {
		top: -3rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 7rem;
		opacity: 1;
	}
}

.apply_container .inner-content {
	padding: 0;
}

.apply_container .inner-content .top_content {
	padding: 4rem;
}

.apply_container .inner-content .top_content h1 {
	color: #ff9e18;
}

.apply_container .inner-content .form_start {
	margin: 6rem 0;
}

.apply_container .inner-content .bottom_content {
	padding: 4rem;
}

.apply_container .inner-content .bottom_content .disclaimer:first-of-type {
	margin-bottom: 3rem;
}

:focus {
	outline: 1px dashed #73a6eb !important;
}

.blog .section.lrg_top ,
.single-post .section.lrg_top ,
.page-template-page-contenthub .section.lrg_top ,
.single-contenthub .section.lrg_top {
	position: relative;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 700px;
	background-image: url("/assets/slc/com/img/bg-main.svg");
}

@media screen and (max-width: 1000px) {
	.blog .section.lrg_top ,
	.single-post .section.lrg_top ,
	.page-template-page-contenthub .section.lrg_top ,
	.single-contenthub .section.lrg_top {
		background-image: url("/assets/slc/com/img/bg-main-mobile.svg");
		background-size: 100rem;
		background-position: top 6rem center;
	}
}

@media screen and (max-width: 850px) {
	.section.lrg_top {
		background-size: 85rem;
	}
}

.section.lrg_top .smallcol {
	max-width: 95rem;
	width: 100%;
	margin: auto;
	padding: 4rem 1rem;
}

.blog .section.lrg_top .smallcol,
.page-template-page-contenthub .section.lrg_top .smallcol,
.page-template-page-seocontent .section.lrg_top .smallcol,
.page-template-page-landing .section.lrg_top .smallcol{
	margin: initial;
}

@media screen and (max-width: 1450px) {
	.section.lrg_top .smallcol {
		max-width: 80rem;
	}
}

@media screen and (max-width: 850px) {
	.section.lrg_top .smallcol {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 450px) {
	.section.lrg_top .smallcol {
		padding-top: 0;
	}
}

.inner-content {
	margin: 1rem 0;
	margin-top: 3rem;
	padding: 3rem 2rem;
	border-radius: 2rem;
	background-color: white;
	position: relative;
	z-index: 50;
}

@media screen and (max-width: 850px) {
	.inner-content {
		padding: 3rem 1rem;
	}
}

.footer_acl {
	margin-top: 2rem;
}

.footer_acl p {
	margin: 0;
	font-size: 1.4rem;
	color: white;
}

.page-template-page-contact .section.lrg_top .smallcol {
	max-width: 110rem;
}

.page-template-page-contact .section.lrg_top .smallcol .col:first-child {
	width: 41%;
}

@media screen and (max-width: 850px) {
	.page-template-page-contact .section.lrg_top .smallcol .col:first-child {
		width: 100%;
	}
}

.page-template-page-contact .button._2nd._cset3:hover {
	margin: 0;
}

.page-template-page-contact .two_cols .col {
	width: 59%;
}

.page-template th, td {
    border-bottom: none;
}

.page-template-page-hub {
    background-color: #e5e3d2;
}

.page-template-page-hub .content-wrap a {
    color: #594a42;
}

.page-template-page-hub .content-wrap a:hover {
    color: #ff9e18;
}

.featured_posts {
    margin-bottom: 4rem;
}

@media screen and (max-width: 750px) {
    .featured_posts .featured_post_item .two_col {
        margin: 0;
    }
}

.post_three .feat_img {
    line-height: 2.4;
}

.featured_post_item {
    border-radius: 0.7rem;
    overflow: hidden;
}

.featured_post_item a {
    color: #594a42;
    display: block;
}

.featured_post_item h3 {
    margin: 0;
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
}

.featured_post_item p {
    font-size: 1.5rem;
}

.featured_post_item .two_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    width: 100%;
}

.featured_post_item .two_col a {
    display: block;
}

.featured_post_item .two_col.post_wide_left .col:first-child {
    width: 65%;
}

@media screen and (max-width: 850px) {
    .featured_post_item .two_col.post_wide_left .col:first-child {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .featured_post_item .two_col.post_wide_left .col:first-child {
        width: 100%;
    }
}

.featured_post_item .two_col.post_wide_left .col:first-child a {
    min-height: 40rem;
    width: 100%;
}

.featured_post_item .two_col.post_wide_left .col:last-child {
    width: 35%;
}

@media screen and (max-width: 850px) {
    .featured_post_item .two_col.post_wide_left .col:last-child {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .featured_post_item .two_col.post_wide_left .col:last-child {
        width: 100%;
    }
}

.featured_post_item .two_col.post_wide_right .col:first-child {
    width: 35%;
}

@media screen and (max-width: 1350px) {
    .featured_post_item .two_col.post_wide_right .col:first-child {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .featured_post_item .two_col.post_wide_right .col:first-child {
        width: 100%;
    }
}

.featured_post_item .two_col.post_wide_right .col:last-child {
    width: 65%;
}

@media screen and (max-width: 1350px) {
    .featured_post_item .two_col.post_wide_right .col:last-child {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .featured_post_item .two_col.post_wide_right .col:last-child {
        width: 100%;
    }
}

.featured_post_item .two_col.post_wide_right .col:last-child a {
    min-height: 40rem;
    width: 100%;
}

.featured_post_item {
    border-radius: 0.7rem;
    overflow: hidden;
}

.featured_post_item a {
    color: #594a42;
}

.featured_post_item h3 {
    margin: 0;
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
}

.featured_post_item p {
    font-size: 1.5rem;
}

.featured_post_item .two_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    width: 100%;
}

.featured_post_item .two_col a {
    display: block;
}

.featured_post_item .two_col.post_wide_left .col:first-child {
    width: 65%;
}

@media screen and (max-width: 850px) {
    .featured_post_item .two_col.post_wide_left .col:first-child {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .featured_post_item .two_col.post_wide_left .col:first-child {
        width: 100%;
    }
}

.featured_post_item .two_col.post_wide_left .col:first-child a {
    min-height: 40rem;
    width: 100%;
}

.featured_post_item .two_col.post_wide_left .col:last-child {
    width: 35%;
}

@media screen and (max-width: 850px) {
    .featured_post_item .two_col.post_wide_left .col:last-child {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .featured_post_item .two_col.post_wide_left .col:last-child {
        width: 100%;
    }
}

.featured_post_item .two_col.post_wide_right .col:first-child {
    width: 35%;
}

@media screen and (max-width: 1350px) {
    .featured_post_item .two_col.post_wide_right .col:first-child {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .featured_post_item .two_col.post_wide_right .col:first-child {
        width: 100%;
    }
}

.featured_post_item .two_col.post_wide_right .col:last-child {
    width: 65%;
}

@media screen and (max-width: 1350px) {
    .featured_post_item .two_col.post_wide_right .col:last-child {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .featured_post_item .two_col.post_wide_right .col:last-child {
        width: 100%;
    }
}

.featured_post_item .two_col.post_wide_right .col:last-child a {
    min-height: 40rem;
    width: 100%;
}

.three_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 4rem 0;
}

@media screen and (max-width: 600px) {
    .three_col {
        margin: 2rem 0;
    }
}

.three_col .featured_post_item {
    width: 32%;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: white;
}

@media screen and (max-width: 600px) {
    .three_col .featured_post_item {
        width: 100%;
        margin-bottom: 2rem;
    }

    .three_col .featured_post_item:last-child {
        margin-bottom: 0;
    }

    .three_col .featured_post_item.post_four {
        min-height: 50rem;
    }
}

.featured_post_item .featured_post_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured_post_item .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured_post_item .col a {
    dipslay: block;
}

.featured_post_item .featured_post_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post_content {
    padding: 3rem 2rem;
}

.featured_post_item.post_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.featured_posts .featured_post_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.featured_posts .featured_post_item .outter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured_posts .featured_post_item .outter .inner .quote {
    padding: 2rem;
    padding-right: 3rem;
}

.featured_posts .featured_post_item .outter .inner .quote h3 {
    color: white;
    font-size: 2.8rem;
    line-height: 1.5;
    -webkit-text-fill-color: transparent;
    
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
}

.butt_container {
    font-size: 1.8;
}

.butt_container a {
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.1;
}

.butt_container a:hover i {
    padding-left: 0.5rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.butt_container a {
    font-size: 1.2rem;
    margin-top: 2rem;
}

.fees-list-item {
	padding: 2rem;
	border-radius: .5rem;
	margin-bottom: 1.5rem;
	background-color: white;
}

.fees-list-item .two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fees-list-item .two-columns .col {
	width: inherit;
}

.fees-list-item .two-columns .col p {
	margin: 0;
}

.fees-list-item .two-columns .col:first-child {
	padding-right: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.charges_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 750px) {
	.charges_container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.charges_container .charges_item {
	width: 48%;
	padding: 3rem;
	border-radius: .5rem;
	background-color: white;
}

@media screen and (max-width: 750px) {
	.charges_container .charges_item {
		width: 100%;
		margin: 1rem 0;
	}
}

.charges_container .charges_item p {
	font-size: 2rem;
	line-height: 1.8;
}

.faq_content {
	margin: 0;
	margin-bottom: 5rem;
}

.faq_content h3:focus {
	outline: none;
}

.accordion_title {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
}

.accordion_title strong {
	font-weight: normal;
}

#accordion {
	margin: 0;
	margin-bottom: 5rem;
}

#accordion h3:focus {
	outline: none;
}

#accordion .accordion-toggle {
	cursor: pointer;
	padding: 1.5rem;
	padding-right: 5rem;
	margin-bottom: 2rem;
	background-color: white;
	-webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	border-radius: .3rem;
	font-size: 1.8rem;
	letter-spacing: .05rem;
	font-family: "Montserrat", sans-serif;
	background-image: url("/assets/slc/web/img/icon-arrow-right-alt.svg");
	background-repeat: no-repeat;
	background-size: 1.3rem 1.3rem;
	background-position: right 2.5rem center;
}

#accordion .accordion-toggle.active {
	background-image: url("/assets/slc/web/img/icon-arrow-alt.svg");
	background-size: 1.3rem;
}

#accordion .accordion-content {
	color: white;
	overflow-y: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 0;
}

#accordion .accordion-content.active {
	max-height: 1000px;
	-webkit-transition: max-height .6s ease-in;
	-webkit-transition: all .5s;
	transition: max-height .6s ease-in;
	transition: all .5s;
	margin-bottom: 2rem;
	color: #594a42;
}

#accordion .accordion-content.active p:last-child {
	margin: 0;
}

#accordion .accordion-content .accordion_inner {
	padding: 2rem 1rem;
	font-size: 1.6rem;
}

.home #accordion {
	margin: 5rem 0;
}

.faqs_container {
	margin-top: 4rem;
}

#header {
	z-index: 10000000;
}
#header a.button {
	box-shadow: none;
}

#header.fixed {
	height: 8rem;
	background-color: white;
	-webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
}

#header.fixed .logo .bottom {
	top: 1rem;
	left: 9rem;
	width: 22rem;
}

#header.fixed .button-nav {
	right: 13.5rem;
	top: 1.6rem;
}

.logo.fixed {
	z-index: 10000000;
}

.logo.fixed .top {
	opacity: 0;
}

.logo.fixed .bottom {
	top: 1rem;
	left: 9rem;
	width: 22rem;
	-webkit-transition: .3s;
	transition: .3s;
}

@media (min-width:1000px) {
	#header.fixed + .menu-btn {
		top: 2.6rem;
	}
}
@media (max-width:650px) {
	#header.fixed + .menu-btn {
		top: 0.5rem;
	}
}



.logo .top {
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	cursor: pointer;
	max-width: 34rem;
	width: 100%;
	display: inline-block;
	position: absolute;
	top: -2rem;
	left: 4rem;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.loaded .logo .top {
	-webkit-animation: logo ease-in-out 1.5s 1 forwards;
	animation: logo ease-in-out 1.5s 1 forwards;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes logo {
	from {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
	}
	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes logo {
	from {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
	}
	to {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

.logo .top {
	-webkit-transition: .5s;
	transition: .5s;
}

.logo .bottom {
	position: fixed;
	top: 3rem;
	left: 4rem;
	width: 29rem;
	display: block;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 99999999;
}

.loaded .logo .top {
	z-index: 700;
}

.loaded .logo .bottom {
	cursor: pointer;
	z-index: 99999999;
	opacity: 1;
}

.loaded .logo img {
	width: 100%;
	height: auto;
	position: relative;
}

.menu-btn {
	position: fixed;
	right: 6rem;
	top: 2.6rem;
	z-index: 99999999999;
	height: 4rem;
	width: 4rem;
	background-color: rgba(0,0,0,0);
	padding: 0;
	margin-bottom: 0;
}

.menu-btn .horizontal {
	opacity: 0;
}

.menu-btn .spinner {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	height: 100%;
	height: 40px;
	width: 100%;
	width: 40px;
	z-index: 99999999999;
}

.menu-btn .spinner {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	height: 5px;
	border-radius: 5px;
	width: 100%;
	background-color: #bd5a00;
}

.menu-btn .horizontal {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-top: 3px;
}

.menu-btn .diagonal.part-1 {
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-btn .diagonal.part-2 {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-top: 2px;
}

.menu-btn[open] .spinner.part-1 {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	margin-top: 8px;
}

.menu-btn[open] .spinner.part-2 {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	margin-top: -13px;
}

#sidemenu-panel {
	background: linear-gradient(45deg, #ff5b35 0%, #f8cd18 100%);
	width: 100%;
	right: -100%;
	z-index: 99999999;
	align-items: center;
	padding: 30px 10px;
}
#sidemenu-panel:before {
	content: "";
	background: url(/assets/slc/std/img/bg-menu.svg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom -15rem right -15rem;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.5;
}
#sidemenu-panel[open] {
	right: 0;
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden;
}
@media(min-width: 1101px){
	#sidemenu-panel {
		padding-top: 8rem;
	}
	#sidemenu-panel:before {
		background-size: 100rem;
	}
}

#sidemenu-panel > div {
	z-index: 10;
	margin: 0 0 auto 0;
}
#sidemenu-panel group-2 {
	align-items: center;
	line-height: 1.5;
}
#sidemenu-panel group-2 > div:first-of-type {
	display: flex;
	flex-direction: column;
	padding-right: 30px;
	line-height: 1;
}
#sidemenu-panel group-2 > div:first-of-type a {
	font-size: 4.4rem;
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 2rem;
	text-transform: uppercase;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
#sidemenu-panel group-2 > div:first-of-type a:hover {
	color: #594a42;
}
#sidemenu-panel group-2 > div:last-of-type {
	color: white;
}
#sidemenu-panel group-2 > div:last-of-type h3,
#sidemenu-panel group-2 > div:last-of-type h3 strong,
#sidemenu-panel group-2 > div:last-of-type h4 {
	font-size: 42px;
	text-transform: uppercase;
	font-family: "PT Mono", monospace;
	padding: 0;
	margin: 0;
}
#sidemenu-panel group-2 > div:last-of-type h4{
	font-size: 24px;
}
#sidemenu-panel group-2 > div:last-of-type p{
	margin: 15px 0 40px 0 ;
}

#sidemenu-panel group-2 > div:last-of-type .button-nav{
	position: relative;
	top: 0;
	right: 0;
}
#sidemenu-panel group-2 > div:last-of-type .button-nav .button._2nd{
	border-color: white;
	color: white;
	padding: 1.5rem 2.5rem;
}
#sidemenu-panel group-2 > div:last-of-type .button-nav .button._2nd:hover{
	transform: none;
	background-color: rgba(0, 0, 0, 0);
}

#sidemenu-panel group-2 > div:last-of-type .button-nav .button._2nd svg g,
#sidemenu-panel group-2 > div:last-of-type .button-nav .button._2nd svg path {
	fill: white;
}

@media(min-width: 1000px){
	#sidemenu-panel group-2 {
		width: 1000px;
	}
}

@media(max-width: 768px) {
	#sidemenu-panel:before {
        background-position: bottom -2rem right -10rem;
    }
}


#sidemenu-panel group-2 > div:first-of-type div[expando] {
	color: white;
	font-weight: 500;
	cursor: pointer;
	font-size: 4.4rem;
	padding: 2rem;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	background-color: transparent;
	box-shadow: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: bold;
	margin: 0;
	width: fit-content;
}

#sidemenu-panel group-2 > div:first-of-type div[expando] + div {
	display: flex;
	flex-direction: column;
	padding: 0;
}

#sidemenu-panel group-2 > div:first-of-type div[expando] + div a {
	font-size: 2rem;
	color: white;
	padding: 5px 30px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.5;
}

#sidemenu-panel group-2 > div:first-of-type div[expando]:after {
	content: "\2304";
	display: inline-block;
	position: absolute;
	background-image: none;
	font-size: 4rem;
	margin-top: 24px;
	left: calc(100% + 10px);
	bottom: unset;
	margin: 0;
	padding: 0;
	height: auto;
	transition: all 0.2s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform-origin: 50% 65%;
	margin-top: -1rem;
}

#sidemenu-panel group-2 > div:first-of-type div[expando].expanded:after {
	transform: rotateX(180deg);
	transform-origin: 50% 90%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
}

@media(min-height: 1000px) {
	#sidemenu-panel group-2 > div:first-of-type div[expando]:after {
		margin-top: 0;
 	}
}

#sidemenu-panel group-2 > div:last-of-type {
	margin: 1rem 0;
}

#sidemenu-panel group-2 a.button {
	border-width: 0.3rem !important;
	min-height: 3.6rem;
}
@media screen and (max-height: 1000px) {
	#sidemenu-panel group-2 > div:first-of-type a,
	#sidemenu-panel group-2 > div:first-of-type div[expando] {
		font-size: 2.8rem;
		padding: 1rem 0;
	}
	
}

@media screen and (max-width: 1100px) {
	#sidemenu-panel {
		align-items: flex-start;
	}
	#sidemenu-panel group-2 > div:first-of-type{
		padding-right: 0;
	}
	#sidemenu-panel group-2 > div {
		width: 100% !important;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	#sidemenu-panel group-2 > div:last-of-type .button-nav {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	#sidemenu-panel group-2 > div:last-of-type .button-nav .button._2nd {
		font-size: 14px;
		padding: 5px 20px;
		margin: 10px 0;
		max-width: 280px;
		width: 100%;
	}
	
	#sidemenu-panel group-2 > div:last-of-type h3,
	#sidemenu-panel group-2 > div:last-of-type h3 strong{
		font-size: 20px;
		margin: 10px 0 5px;
	}
	#sidemenu-panel group-2 > div:last-of-type h4 {
		font-size: 14px;
		margin: 0 0 5px;
	}
	#sidemenu-panel group-2 > div:last-of-type p {
		font-size: 16px;
		margin: 0 0 10px;
		letter-spacing: 1px;
		font-weight: 700;
	}
	#sidemenu-panel group-2 > div:first-of-type div[expando]:after {
		font-size: 3rem;
		height: auto;
		margin-top: -0.4em;
		left: 100%;
	}
	#sidemenu-panel group-2 > div:first-of-type div[expando].expanded:after {
		transform-origin: 50% 83%;
		transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
}
	
		
		
		
	
	#sidemenu-panel group-2 > div:first-of-type div[expando]+div {
		align-items: center;
		padding: 5px 30px;
	}
	#sidemenu-panel group-2 {
		text-align: center;
	}
	#sidemenu-panel group-2 > div:first-of-type a,
	#sidemenu-panel group-2 > div:first-of-type div[expando] {
		font-size: 1.6rem;
		text-transform: uppercase;
		font-weight: 800;
		letter-spacing: 1px;
		padding: .7rem 1rem;
		line-height: 1.1;
	}

	#sidemenu-panel group-2 > div:first-of-type div[expando]+div a {
		color: white;
		font-size: 1.5rem;
		line-height: 1.5;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	

	
	#sidemenu-panel:before {
		background-position: bottom -2rem right -8rem;
	}
}


	
	






header {
	padding: 1rem;
	position: fixed;
	z-index: 200;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

header .container {
	max-width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo {
	max-width: 32rem;
}

.logo img {
	width: 100%;
	height: auto;
}

.button-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 13.5rem;
	top: 2rem;
}

.button-nav .button {
	background-color: transparent;
	color: #bd5a00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: normal;
	padding: 1rem 2.5rem;
	width: auto;
	margin: 0 1rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	animation: none;
	text-transform: uppercase;
}

.button-nav .button svg {
	margin-right: 1rem;
}

.button-nav .button svg g,
.button-nav .button svg path {
	fill: #bd5a00;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-nav .button:hover svg g,
.button-nav .button:hover svg path {
	fill: #bd5a00;
}

.button-nav ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0;
	align-items: stretch;
}

.button-nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.button-nav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 190px;
	color: #f9b24f;
	fill: #f9b24f;
	border: none;
}

.button-nav ul li.apply-btn a {
	color: #bd5a00;
	background-color: transparent;
	border: solid .3rem #bd5a00;
	border-radius: 40px;
	padding: 1.35rem 2.5rem;
}

.button-nav ul li.apply-btn a svg path {
	fill: #bd5a00;
}

.button-nav ul li.apply-btn a:hover {
	background-color: #bd5a00;
	color: white;
}

.button-nav ul li.apply-btn a:hover svg g,
.button-nav ul li.apply-btn a:hover svg path {
	fill: white;
}

.button-nav ul li a img {
	max-width: 30px;
}

@media(max-width: 1150px){
	.button-nav li:not(.apply-btn) .button{
		padding: 1rem 0.5rem;
	}
	.button-nav {
		right: 10.5rem;
	}
	#header.fixed .button-nav {
		right: 10.5rem;
	}
}

@media screen and (max-width: 1000px) {
	#header,
	#header.fixed {
		height: 6.9rem;
		background-color: white;
		-webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
		box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	}
	#header .button-nav,
	#header.fixed .button-nav {
		top: 6.9rem;
		right: 1rem;
		-webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
		box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	}
	#header .button-nav li,
	#header.fixed .button-nav li {
		margin: 0;
	}
	#header .button-nav li.support-btn a,
	#header.fixed .button-nav li.support-btn a {
		background-color: #ffcd05;
		height: 100%;
	}
	#header .button-nav li.support-btn:first-of-type a,
	#header.fixed .button-nav li.support-btn:first-of-type a {
		background-color: #AEA070;
	}
	#header .button-nav li.account-btn a,
	#header.fixed .button-nav li.account-btn a {
		background-color: #f8c015;
		height: 100%;
	}
	#header .button-nav li.apply-btn a,
	#header.fixed .button-nav li.apply-btn a {
		background-color: #ff5b36;
	}
	#header .button-nav li a,
	#header.fixed .button-nav li a {
		margin: 0;
		background-color: #bd5a00;
		color: white;
		padding: .8rem 2rem;
		border-radius: 0;
		line-height: 2;
		border: none;
		font-size: 1.2rem;
		text-align: center;
		height: 100%;
	}
	#header .button-nav li a svg,
	#header.fixed .button-nav li a svg {
		margin-right: 1rem;
	}
	#header .button-nav li a svg g,
	#header .button-nav li a svg path,
	#header.fixed .button-nav li a svg g,
	#header.fixed .button-nav li a svg path {
		fill: white;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	#header .button-nav li a:hover svg g,
	#header .button-nav li a:hover svg path,
	#header.fixed .button-nav li a:hover svg g,
	#header.fixed .button-nav li a:hover svg path {
		fill: white;
	}
	.logo .top,
	.logo.fixed .top {
		display: none;
	}
	.logo .bottom,
	.logo.fixed .bottom {
		top: 1rem;
		left: 2rem;
		width: 18rem;
		line-height: 1;
	}
	.menu-btn,
	.menu-btn.anime {
		right: 2rem;
		top: 1.5rem;
	}
}

@media screen and (max-width: 650px) {
	#header,
	#header.fixed {
		height: 5rem;
	}
	#header .button-nav,
	#header.fixed .button-nav {
		top: 4.9rem;
		right: 0;
		width: 100%;
	}
	#header .button-nav ul,
	#header.fixed .button-nav ul {
		width: 100%;
	}
	#header .button-nav ul li,
	#header.fixed .button-nav ul li {
		width: 33.33333%;
	}
	#header .button-nav ul li a,
	#header.fixed .button-nav ul li a {
		padding: 1.5rem 0.2px;
		font-size: .9rem;
	}
	#header .button-nav ul li a svg,
	#header.fixed .button-nav ul li a svg {
		margin-right: .3rem;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	.logo .bottom,
	.logo.fixed .bottom {
		left: 1rem;
		width: 12rem;
	}
	.menu-btn,
	.menu-btn.anime {
		right: 1rem;
		top: 1.5rem;
	}
}

.header_container {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.header_container .relative {
	z-index: 10;
}

.header_container .main_svg {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}

.index_top {
	padding-top: 8rem;
	padding-bottom: 8rem;
	position: relative;
}

.index_top .two_cols {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.index_top:before {
	content: "";
	width: 102%;
	height: 8rem;
	background-image: url("/assets/slc/com/img/bg-top-orange.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: -1%;
}

.index_top:after {
	content: "";
	width: 102%;
	height: 8rem;
	background-image: url("/assets/slc/com/img/bg-bottom-orange.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: -1%;
}

.section.thick.process_section {
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.section.thick.main_banner {
	min-height: 83rem;
	overflow: hidden;
	padding-top: 0;
	background-image: url("/assets/slc/com/img/bg-main.svg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 77rem;
	position: relative;
}

@media screen and (max-width: 1450px) {
	.section.thick.main_banner {
		background-size: 60rem;
	}
}

@media screen and (max-width: 1000px) {
	.section.thick.main_banner {
		min-height: 75rem;
		padding-bottom: 5rem;
		background-image: url("/assets/slc/com/img/bg-main-mobile.svg");
		background-size: 100rem;
		background-position: top 6rem center;
	}

	body.home div.res_sun_wrapper {
		display: none;
	}

	body.home .section.thick.main_banner {
		background-image: url(/assets/slc/com/img/bg-main-25-years-mobile.svg);
	}
}

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

    #header,
    #header.fixed {
        height: 6.9rem;
        background-color: white;
        -webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
        box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
    }

    #header .button-nav,
    #header.fixed .button-nav {
        top: 6.9rem;
        right: 1rem;
        -webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
        box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
    }

    #header .button-nav li,
    #header.fixed .button-nav li {
        margin: 0;
    }

    #header .button-nav li.support-btn a,
    #header.fixed .button-nav li.support-btn a {
        background-color: #ffcd05;
    }

    #header .button-nav li.account-btn a,
    #header.fixed .button-nav li.account-btn a {
        background-color: #f8c015;
    }

    #header .button-nav li.apply-btn a,
    #header.fixed .button-nav li.apply-btn a {
        background-color: #ff5b36;
    }

    #header .button-nav li a,
    #header.fixed .button-nav li a {
        margin: 0;
        background-color: #dd782f;
        color: white;
        padding: 0.8rem 2rem;
        border-radius: 0;
        line-height: 2;
        border: none;
        font-size: 1.2rem;
    }

    #header .button-nav li a svg,
    #header.fixed .button-nav li a svg {
        margin-right: 1rem;
    }

    #header .button-nav li a svg g,
    #header .button-nav li a svg path,
    #header.fixed .button-nav li a svg g,
    #header.fixed .button-nav li a svg path {
        fill: white;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #header .button-nav li a:hover svg g,
    #header .button-nav li a:hover svg path,
    #header.fixed .button-nav li a:hover svg g,
    #header.fixed .button-nav li a:hover svg path {
        fill: white;
    }

    .logo .top,
    .logo.fixed .top {
        display: none;
    }

    .logo .bottom,
    .logo.fixed .bottom {
        top: 1rem;
        left: 2rem;
        width: 18rem;
        line-height: 1;
    }
}

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

    #header,
    #header.fixed {
        height: 5rem;
    }

    #header .button-nav,
    #header.fixed .button-nav {
        top: 4.9rem;
        right: 0;
        width: 100%;
    }

    #header .button-nav ul,
    #header.fixed .button-nav ul {
        width: 100%;
    }

    #header .button-nav ul li,
    #header.fixed .button-nav ul li {
        width: 33.33333%;
    }

    #header .button-nav ul li a,
    #header.fixed .button-nav ul li a {
        
		padding: 1.5rem 0.2px;
        font-size: 0.9rem;
    }

    #header .button-nav ul li a svg,
    #header.fixed .button-nav ul li a svg {
        margin-right: 0.3rem;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .logo .bottom,
    .logo.fixed .bottom {
        left: 1rem;
        width: 12rem;
    }

    .menu-btn,
    .menu-btn.anime {
        right: 1rem;
        top: 0.5rem;
    }
}

@media screen and (max-width: 340px) {
    #header .button-nav ul li a,
    #header.fixed .button-nav ul li a {
        
    	height: 100%;
		text-align: center;
		padding: 0.8rem;
        font-size: 0.9rem;
    }
}
.blog_landing_excerpt {
    padding-top: 1.5rem;
}

.seo_link {
    padding: 0;
    border-radius: 0.6rem;
    color: #594a42;
}

.seo_link a {
    padding: 1.5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #594a42;
}

.seo_link a i {
    margin-left: 1rem;
}

.seo_link a:hover {
    color: #ff9e18;
}

.blog-nav--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "PT Mono", monospace;
    margin: 0;
    padding-top: 5rem;
    padding-bottom: 0;
}

.blog-nav--list li {
    list-style: none;
    background-image: none;
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    margin-right: 2rem;
}

.blog-nav--list li a {
    font-size: 1.6rem;
	word-break: initial;
}

.post_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.post_container .post_item {
    width: 32%;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: white;
    margin-bottom: 2.5%;
}

.blog .post_container cc-imagebox:nth-child(1):not(._list),
.blog .post_container cc-imagebox:nth-child(3n + 1):not(._list),
.blog .post_container cc-imagebox:nth-child(3n):not(._list) {
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.blog .post_container .post_item {
	margin-left: 0.5%;
	margin-right: 0.5%;
}

@media screen and (max-width: 850px) {
	.post_container {
		justify-content: space-between;
	}
	.post_container > cc-imagebox {
		width: 49%;
	}
	.post_container .post_item {
        width: 49%;
    }
	cc-imagebox:nth-child(odd):not(._list){
		margin-right: 0;
	}
	cc-imagebox:nth-child(3n):not(._list) {
		margin-left: 0;
	}
	cc-imagebox:nth-child(1):not(._list),
	cc-imagebox:nth-child(3n + 1):not(._list) {
		margin-right: 0;
	}
}

@media screen and (max-width: 450px) {
	.post_container > cc-imagebox,
	.post_container .post_item {
		width: 100%;
	}
}

.post_container .post_item a {
    display: block;
    color: #594a42;
}

.post_container .post_item .post_feature {
    line-height: 0;
}

.post_container .post_item .post_content {
    padding: 2rem;
}

.post_container .post_item .post_content p {
    margin: 0;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    color: #9c8f89;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.post_container .post_item .post_content h3 {
    margin: 0;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

cc-imagebox:not(._list) main a {
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	color: #594a42;
}

cc-imagebox:not(._list) footer {
	margin: 26px 20px 0;
	padding-bottom: 20px;
}
cc-imagebox:not(._list) footer a {
	font-size: 1.2rem;
	color: #594a42;
}

.download_document {
    padding: 2rem 0;
    text-align: center;
}

.content-wrap .download_button {
    background-color: #ff9e18;
    color: white;
    padding: 1.6rem 5rem;
    padding-right: 2rem;
    border-radius: 0.3rem;
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
    background-image: url("/assets/sys/img/icon-action-download-solid-white.svg");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: left 15px center;
    position: relative;
}

.content-wrap .download_button:hover {
    background-color: #f27600;
    color: white;
    -webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.5);
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.5);
}

.content-wrap .download_button:after {
    content: 'PDF';
    position: absolute;
    z-index: 10;
    right: -37px;
    background-color: #f27600;
    padding: 1.3rem 0.7rem;
    font-size: 1.1rem;
    top: 50%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

@media screen and (max-width: 850px) {
	.section.thick.main_banner {
		background-size: 85rem;
		min-height: 70rem;
	}
}

@media screen and (max-width: 550px) {
	.section.thick.main_banner {
		min-height: 81rem;
	}
}

@media screen and (max-width: 550px) {
	.section.thick.main_banner {
		min-height: 70rem;
	}
}

@media screen and (max-width: 450px) {
	.section.thick.main_banner {
		min-height: 59rem;
		background-size: 50rem;
		background-position: top 8rem center;
	}
}

.section.thick.main_banner .inner_cream {
	min-height: 83rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1000px) {
	.section.thick.main_banner .inner_cream {
		min-height: auto;
		text-align: center;
	}
	.home .section.thick.main_banner .inner_cream {
		min-height: 70rem;
	}
	.home .section.thick.main_banner .inner_cream .inner {
		padding-top: 40rem;
		padding-bottom: 5rem;
	}
}

@media screen and (max-width: 850px) {
	.home .section.thick.main_banner .inner_cream .inner {
		padding-top: 35rem;

	}
}

@media screen and (max-width: 450px) {
	.home .section.thick.main_banner .inner_cream {
		min-height: 65rem;
	}
	.home .section.thick.main_banner .inner_cream .inner {
		padding-top: 26rem;
	}
}

.section.thick.main_banner .inner_cream .inner {
	margin: auto;
	padding-left: 6rem;
	padding-top: 24rem;
}

@media screen and (max-width: 1000px) {
	.section.thick.main_banner .inner_cream .inner {
		padding-left: 0;
		padding-top: 37rem;
	}
}

@media screen and (max-width: 550px) {
	.section.thick.main_banner .inner_cream .inner {
		padding-left: 0;
		padding-top: 34rem;
	}
}

@media screen and (max-width: 450px) {
	.section.thick.main_banner .inner_cream .inner {
		padding-top: 25rem;
	}
}

.section.thick.main_banner .inner_cream .inner h1 {
	font-size: 5.6rem;
	margin: 0;
	color: #ff9e18;
	font-weight: bolder;
	letter-spacing: 0;
	letter-spacing: normal;
}

@media screen and (min-width: 1001px) {
	.section.thick.main_banner .inner_cream .inner h1 {
		width: 700px;
	}
}
@media screen and (max-width: 1000px) {
	.section.thick.main_banner .inner_cream .inner h1 {
		font-size: 4rem;
	}
}

@media screen and (max-width: 550px) {
	.section.thick.main_banner .inner_cream .inner h1 {
		font-size: 3rem;
	}
}

.section.thick.main_banner .inner_cream .inner h3 {
	margin: 0;
	color: #e37c26;
	letter-spacing: normal;
}

@media screen and (max-width: 1000px) {
	.section.thick.main_banner .inner_cream .inner h3 {
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 550px) {
	.section.thick.main_banner .inner_cream .inner h3 {
		font-size: 2rem;
	}
}

.section.thick.main_banner .inner_cream .inner p {
	margin: 0;
	padding-top: 2.8rem;
	font-weight: bold;
}

@media screen and (max-width: 550px) {
	.section.thick.main_banner .inner_cream .inner p {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 450px) {
	.section.thick.main_banner .inner_cream .inner p {
		font-size: 1.5rem;
		padding-top: 1.8rem;
	}
	.section.thick.main_banner .inner_cream .inner p br {
		display: none;
	}
}

.section.thick.main_banner .inner_cream .inner a {
	border: solid .3rem #fff9e7;
	font-size: 2.4rem;
}

.section.thick.main_banner .inner_cream .inner .button_container {
	margin-top: 2.5rem;
}

@media screen and (max-width: 450px) {
	.section.thick.main_banner .inner_cream .inner .button_container {
		margin-top: 1.8rem;
	}
}
.section.thick.main_banner .inner_cream .inner .side-by-side p {
	font-weight: normal;
}
.section.thick.main_banner .inner_cream .inner .side-by-side p:first-of-type strong {
	color: #D3803C;
}
.section.thick.main_banner .inner_cream .inner .side-by-side p:last-of-type strong {
	color: #E96544;
}
@media screen and (min-width: 550px) {
	.section.thick.main_banner .inner_cream .inner .side-by-side {
		display: flex;
	}
	.section.thick.main_banner .inner_cream .inner .side-by-side p:first-of-type {
		padding-right: 50px;
	}
}

@media screen and (max-width: 1000px) {
	.section.thick.main_banner .inner_cream .inner .side-by-side{
		justify-content: center;
	}
}
@media screen and (max-width: 450px) {
	.section.thick.main_banner .inner_cream .inner .side-by-side p br {
		display: block;
	}
}

.bar-chart {
	max-width: 500px;
}
	.bar-chart > div{
		position: relative;
}
.bar-chart > div > div{
	display: block;
	height: 50px;
	border-radius: 0 50px 50px 0;
	margin: 10px 0 10px 140px;
	position: relative;
}
.bar-chart.small-loan > div > div {
	width: 50%;
	background: #EFA13F;
}
.bar-chart.medium-loan > div > div {
	width: 70%;
	background: #E96544;
}

.bar-chart > div > p {
	font-size: 20px;
	text-align: left;
	position: absolute;
	right: 370px;
	top: 5px;
	padding-top: 0!important;
	color: #D3803C;
	line-height: 1;
	text-align: right;
}
.bar-chart > div > p > span {
	color: #847C72;
}
.bar-chart.medium-loan > div > p {
	color: #E96544;
}
.bar-chart > div > p > span {
	font-size: 14px;
}
.bar-chart > div > div > span:first-of-type {
	font-size: 30px;
	position: absolute;
	font-weight: bold;
	padding-left: 10px;
	left: 0;
}
.bar-chart > div > div > span:last-of-type {
	font-size: 16px;
	position: absolute;
	text-align: center;
	line-height: 1.2;
	top: 6px;
	right: 15px;
}
.bar-chart > div > div span {
	color: white;
}
.bar-chart > div > span {
	font-size: 30px;
	color: #D3803C;
	font-weight: bold;
	position: absolute;
	left: calc(50% + 150px);
	top: 3px;
	line-height: 0.7;
}
.bar-chart > div > span > span {
	font-size: 16px;
	font-weight: normal;
}
.bar-chart.medium-loan > div > span {
	color: #E96544;
	left: calc(70% + 150px);
}

@media(max-width: 800px) {
	.bar-chart {
		margin: 0 auto;
	}
	.bar-chart > div > p {
		top: -45px;
		right: unset;
		left: 0;
		text-align: left;
	}
	.bar-chart > div > div {
		margin: 50px 0 10px;
	}
	.bar-chart.medium-loan > div > span {
		left: calc(70% + 10px);
	}
	.bar-chart > div > span {
		left: calc(50% + 10px);
	}
	.bar-chart.medium-loan > div > span {
		left: calc(70% + 10px);
	}
}
@media(max-width: 550px) {
	.section.thick.main_banner .inner_cream .inner .bar-chart > div > p br {
		display: block;
	}
	.bar-chart > div > p {
		padding-top: 10 !important;
		position: relative;
		top: 0;
	}
	.bar-chart > div > div {
		margin: 10px 0;
	}
	.bar-chart > div > span {
		top: unset;
		bottom: 3px;
		position: relative;
	}
	.bar-chart.medium-loan > div > div {
		max-width: 300px;
		width: 90%;
	}
	.bar-chart.small-loan > div > div {
		max-width: 250px;
		width: 70%;
	}
	.bar-chart > div {
		text-align: left;
	}
	.bar-chart > div > span,
	.bar-chart.medium-loan > div > span {
		left: 0;
	}
}

.section.thick.main_banner:before {
	content: "";
	height: 7rem;
	width: 100%;
	display: block;
	background-image: url("/assets/slc/com/img/bg-textured-grey.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	background-color: white;
	bottom: 0;
	z-index: 10;
}

.swing_cloud {
	top: -200rem;
	-webkit-transition: 2s;
	transition: 2s;
	max-width: 40rem;
	width: 100%;
	position: absolute;
	right: 47%;
	z-index: 20;
	-webkit-transform: translateX(49%);
	transform: translateX(49%);
}

@media screen and (max-width: 1450px) {
	.swing_cloud {
		max-width: 36rem;
	}
}

@media screen and (max-width: 1000px) {
	.swing_cloud {
		right: 78%;
		max-width: 25rem;
	}
}

@media screen and (max-width: 550px) {
	.swing_cloud {
		right: 90%;
		max-width: 19rem;
	}
}

.loaded .swing_cloud {
	top: -13rem;
}

@media screen and (max-width: 1000px) {
	.loaded .swing_cloud {
		top: -3rem;
	}
}

.rough_orange_border .titled_title {
	text-align: center;
	padding-bottom: 2rem;
	padding-top: 2 rem;
	display: block;
}

.bg_orange_image {
	padding: 8rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 650px) {
	.bg_orange_image {
		padding: 0;
	}
}

.bg_orange_image .container {
	padding-left: 3rem;
	padding-right: 3rem;
	max-width: 150rem;
}

@media screen and (max-width: 650px) {
	.bg_orange_image .container {
		padding: 0;
	}
}

.bg_orange_image .container .col:first-child {
	width: 48%;
}

@media screen and (max-width: 1000px) {
	.bg_orange_image .container .col:first-child {
		width: 90%;
		margin: auto;
	}
}

@media screen and (max-width: 650px) {
	.bg_orange_image .container .col:first-child {
		width: 100%;
		display: none;
	}
}

.bg_orange_image .container .col:last-child {
	width: 48%;
}

@media screen and (max-width: 1000px) {
	.bg_orange_image .container .col:last-child {
		width: 90%;
		margin: auto;
	}
}

@media screen and (max-width: 650px) {
	.bg_orange_image .container .col:last-child {
		width: 100%;
	}
}

.bg_orange_image .container .two_cols {
	margin: auto;
}

.icon_list {
	width: 100%;
	margin: auto;
}

.icon_list .three_cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	padding-bottom: 3rem;
}

@media screen and (max-width: 750px) {
	.icon_list .three_cols {
		padding-bottom: 0;
	}
}

.icon_list .three_cols .col {
	width: 33.3333%;
	text-align: center;
	padding: 0 5rem;
}

@media screen and (max-width: 750px) {
	.icon_list .three_cols .col {
		padding: 0 2rem;
	}
}

.icon_list .three_cols .col:nth-child(1) {
	background-image: url("/assets/slc/web/img/icon-arrow-yellow.svg");
	background-repeat: no-repeat;
	background-position: right top 40%;
}

@media screen and (max-width: 750px) {
	.icon_list .three_cols .col:nth-child(1) {
		background-position: right top 8rem;
		background-size: 1rem;
	}
}

@media screen and (max-width: 650px) {
	.icon_list .three_cols .col:nth-child(1) {
		background-image: none;
	}
}

.icon_list .three_cols .col:nth-child(2) {
	background-image: url("/assets/slc/web/img/icon-arrow-yellow.svg");
	background-repeat: no-repeat;
	background-position: right top 40%;
}

@media screen and (max-width: 750px) {
	.icon_list .three_cols .col:nth-child(2) {
		background-position: right top 8rem;
		background-size: 1rem;
	}
}

@media screen and (max-width: 650px) {
	.icon_list .three_cols .col:nth-child(2) {
		background-image: none;
	}
}

@media screen and (max-width: 650px) {
	.icon_list .three_cols .col {
		width: 80%;
		text-align: center;
		margin: 2rem auto;
		margin-bottom: 4rem;
		background-image: none;
		padding: 0 2rem;
	}
}

.icon_list .three_cols .col img {
	width: 100%;
	max-width: 75%;
	margin: auto;
}

.icon_list .three_cols .col .step_content {
	font-size: 2.2rem;
	letter-spacing: 1px;
	font-weight: bolder;
	font-style: italic;
	margin-top: 1rem;
	color: #bd5a00;
}

.homefaqs .two_cols .col > div{
	margin: 5rem 0;
}

@media screen and (max-width: 1000px) {
	.icon_list .three_cols .col .step_content {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 850px) {
	.homefaqs .col:last-child {
		display: none;
	}
}

.home_trustpilot {
	padding-top: 8rem;
	padding-bottom: 2rem;
}

.blog-list--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body {
	overflow-x: hidden;
}

.mainsun {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	overflow: hidden !important;
}

@media screen and (max-width: 1000px) {
	.mainsun {
		display: none;
	}
}

.mainsun svg {
	-webkit-transform: scale(.89);
	transform: scale(.89);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

@media screen and (max-width: 1200px) {
	.mainsun svg {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}

@media screen and (max-width: 1200px) {
	.mainsun svg {
		-webkit-transform: scale(.68);
		transform: scale(.68);
	}
}

#Sunrays_1_ {
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 60%;
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.01, 1.01, 1.01);
		transform: scale3d(1.01, 1.01, 1.01);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rainfull {
	-webkit-transform: translateY(550px);
	transform: translateY(550px);
	-webkit-animation: randropfull 22s infinite;
	animation: randropfull 22s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes randropfull {
	0% {
		-webkit-transform: translateY(550px);
		transform: translateY(550px);
	}
	100% {
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}
}

@keyframes randropfull {
	0% {
		-webkit-transform: translateY(550px);
		transform: translateY(550px);
	}
	100% {
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
	}
}

.rairainfulln.one {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: randropfull 14s infinite;
	animation: randropfull 14s infinite;
}

.rainfull.two {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: randropfull 14s infinite;
	animation: randropfull 14s infinite;
}

.rainfull.three {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: randropfull 14s infinite;
	animation: randropfull 14s infinite;
}

.rainfull.four {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: randropfull 14s infinite;
	animation: randropfull 14s infinite;
}

.rainfull.five {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.rainfull.six {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.rainfull.seven {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.rainfull.eight {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.rainfull.nine {
	-webkit-animation-delay: 10.5s;
	animation-delay: 10.5s;
}

.rainfull.ten {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.rainfull.eleven {
	-webkit-animation-delay: -5.1s;
	animation-delay: -5.1s;
}

.rainfull.twelve {
	-webkit-animation-delay: -3.4s;
	animation-delay: -3.4s;
}

.rainfull.thirteen {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.rainfull.fourteen {
	-webkit-animation-delay: 7.7s;
	animation-delay: 7.7s;
}

.rainfull.fifteen {
	-webkit-animation-delay: 4.3s;
	animation-delay: 4.3s;
}

.rainfull.sixteen {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}

.rainfull.seventeen {
	-webkit-animation-delay: -3.9s;
	animation-delay: -3.9s;
}

.rainfull.eighteen {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.rainfull.ninteen {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.rainfull.twenty {
	-webkit-animation-delay: 7.9s;
	animation-delay: 7.9s;
}

.rainfull.twentyone {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.st18 {
	-webkit-animation-delay: 13.6s;
	animation-delay: 13.6s;
}

.cloud {
	-webkit-transform: translateX(1200px);
	transform: translateX(1200px);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: cloud linear infinite;
	animation: cloud linear infinite;
}

@-webkit-keyframes cloud {
	0% {
		-webkit-transform: translateX(1200px);
		transform: translateX(1200px);
	}
	100% {
		-webkit-transform: translateX(-1400px);
		transform: translateX(-1400px);
	}
}

@keyframes cloud {
	0% {
		-webkit-transform: translateX(1200px);
		transform: translateX(1200px);
	}
	100% {
		-webkit-transform: translateX(-1400px);
		transform: translateX(-1400px);
	}
}

.cloud.one {
	-webkit-animation-duration: 35s;
	animation-duration: 35s;
	-webkit-animation-delay: -10s;
	animation-delay: -10s;
}

.cloud.two {
	-webkit-animation-duration: 50s;
	animation-duration: 50s;
	-webkit-animation-delay: -10s;
	animation-delay: -10s;
}

.cloud.three {
	-webkit-animation-duration: 60s;
	animation-duration: 60s;
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}

.cloud.four {
	-webkit-animation-duration: 35s;
	animation-duration: 35s;
}

.cloud.five {
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
}

.cloud.six {
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.cloud.seven {
	-webkit-animation-duration: 48s;
	animation-duration: 48s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.st10 {
	-webkit-animation: flash 5s infinite;
	animation: flash 5s infinite;
}

.svg_icon svg {
	overflow: hidden;
	max-width: 80rem;
	width: 100%;
	height: auto;
}

.paper {
	-webkit-transform-origin: center bottom;
	-webkit-transform-origin: 50% 50%;
	transform-origin: center bottom;
	transform-origin: 50% 50%;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.circle {
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
		-moz-transform: scale3d(1.05, 1.05, 1.05);
		-ms-transform: scale3d(1.05, 1.05, 1.05);
		-o-transform: scale3d(1.05, 1.05, 1.05);
}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tickLine {
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
	-webkit-animation: dash 2s linear infinite forwards;
	animation: dash 2s linear infinite forwards;
}

@-webkit-keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

#Phone {
	-webkit-animation: tada 6s infinite;
	animation: tada 6s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.screen {
	-webkit-animation: screen 6s infinite;
	animation: screen 6s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes screen {
	0% {
		fill: #b1b0b5;
	}
	50% {
		fill: blue;
	}
	50% {
		fill: #b1b0b5;
	}
}

@keyframes screen {
	0% {
		fill: #b1b0b5;
	}
	50% {
		fill: blue;
	}
	50% {
		fill: #b1b0b5;
	}
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -2deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -2deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.07, 1.07, 1.07) rotate3d(0, 0, 1, 2deg);
		transform: scale3d(1.07, 1.07, 1.07) rotate3d(0, 0, 1, 2deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.07, 1.07, 1.07) rotate3d(0, 0, 1, -2deg);
		transform: scale3d(1.07, 1.07, 1.07) rotate3d(0, 0, 1, -2deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.button {
	-webkit-animation: pulse 6s infinite;
	animation: pulse 6s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.01, 1.01, 1.01);
		transform: scale3d(1.01, 1.01, 1.01);
		fill: #ffcd00;
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.01, 1.01, 1.01);
		transform: scale3d(1.01, 1.01, 1.01);
		fill: #ffcd00;
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.rain {
	-webkit-transform: translateY(400px);
	transform: translateY(400px);
	opacity: 0;
	-webkit-animation: randrop 2s infinite;
	animation: randrop 2s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes randrop {
	0% {
		-webkit-transform: translateY(400px);
		transform: translateY(400px);
	}
	40% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
}

@keyframes randrop {
	0% {
		-webkit-transform: translateY(400px);
		transform: translateY(400px);
	}
	40% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
}

.one {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.two {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.three {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.four {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.five {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.six {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

#tick {
	overflow: hidden;
}

.tick {
	-webkit-animation: fadeInLeft 2s infinite;
	animation: fadeInLeft 2s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.paper-one {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: moneyup 2s infinite;
	animation: moneyup 2s infinite;
	-webkit-transform: translate3d(0, 120px, 0);
	transform: translate3d(0, 120px, 0);
}

@-webkit-keyframes moneyup {
	0% {
		-webkit-transform: translate3d(0, 120px, 0);
		transform: translate3d(0, 120px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes moneyup {
	0% {
		-webkit-transform: translate3d(0, 120px, 0);
		transform: translate3d(0, 120px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.paper-two {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: moneyup2 2s infinite;
	animation: moneyup2 2s infinite;
	-webkit-transform: translateY(84px);
	transform: translateY(84px);
}

@-webkit-keyframes moneyup2 {
	0% {
		-webkit-transform: translate3d(0, 84px, 0);
		transform: translate3d(0, 84px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes moneyup2 {
	0% {
		-webkit-transform: translate3d(0, 84px, 0);
		transform: translate3d(0, 84px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.paper-three {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: moneyup3 2s infinite;
	animation: moneyup3 2s infinite;
	-webkit-transform: translateY(64px);
	transform: translateY(64px);
}

@-webkit-keyframes moneyup3 {
	0% {
		-webkit-transform: translate3d(0, 64px, 0);
		transform: translate3d(0, 64px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes moneyup3 {
	0% {
		-webkit-transform: translate3d(0, 64px, 0);
		transform: translate3d(0, 64px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.whole_wallet {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: pulsemain 2s infinite;
	animation: pulsemain 2s infinite;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

@-webkit-keyframes pulsemain {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.res_sun_wrapper {
	overflow: hidden;
	max-width: 100%;
}

.res_sun {
	display: none;
	position: absolute;
	top: 7rem;
	width: 100rem;
	max-width: 100%;
	height: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
	.res_sun {
		display: block;
	}
}

@media screen and (max-width: 750px) {
	.res_sun {
		top: 7.5rem;
		width: 84rem;
	}
}

@media screen and (max-width: 450px) {
	.res_sun {
		top: 8.5rem;
		width: 51rem;
	}
}

.res_sun svg {
	width: 100rem;
	max-width: 100%;
	height: auto;
	overflow: visible;
	display: block;
}

@media screen and (max-width: 750px) {
	.res_sun svg {
		top: 7.5rem;
		width: 84rem;
	}
}

@media screen and (max-width: 450px) {
	.res_sun svg {
		top: 8.5rem;
		width: 51rem;
	}
}

.rainres {
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
	-webkit-animation: randropres 12s infinite;
	animation: randropres 12s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes randropres {
	0% {
		-webkit-transform: translateY(380px);
		transform: translateY(380px);
	}
	100% {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px);
	}
}

@keyframes randropres {
	0% {
		-webkit-transform: translateY(380px);
		transform: translateY(380px);
	}
	100% {
		-webkit-transform: translateY(-800px);
		transform: translateY(-800px);
	}
}

.rainres.one {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.rainres.two {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.rainres.three {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.rainres.four {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.rainres.five {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.rainres.six {
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}

.rainres.seven {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.rainres.eight {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.rainres.nine {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.rainres.ten {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.rainres.eleven {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.rainres.twelve {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.rainres.thirteen {
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
}

.rainres.fourteen {
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}

.rainres.fifteen {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.rainres.sixteen {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

.rainres.seventeen {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.rainres.eighteen {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.rainres.ninteen {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.rainres.twenty {
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
}

.rainres.twentyone {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.rainres.twentythree {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.rainres.twentyfour {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.rainres.twentyfive {
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
}

.rainres.twentysix {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.rainres.twentyseven {
	-webkit-animation-delay: 3.7s;
	animation-delay: 3.7s;
}

#Sunrays {
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.09, 1.09, 1.09);
		transform: scale3d(1.09, 1.09, 1.09);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.content-wrap {
	overflow-x: hidden !important;
}

.content-wrap a {
	font-weight: 800;
	color: #ff9e18;
	word-break: break-word;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.content-wrap a.hashlink {
    color: #5a4a42;
    
}



.content-wrap a.brown_link {
	font-weight: 800;
	color: #594a42;
	text-decoration: underline;
}

.content-wrap a.brown_link:hover {
	color: #594a42;
}

.disclaimer_text {
	margin-top: 3rem;
}

.content_block h1,
.content_block h2,
.content_block h3,
.content_block h4,
.content_block h5,
.content_block h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
}

.content_block h1 strong,
.content_block h2 strong,
.content_block h3 strong,
.content_block h4 strong,
.content_block h5 strong,
.content_block h6 strong {
	font-family: 600;
}

.content_block ul {
	margin: 0;
	padding: 1rem 0;
	margin-left: 30px;
}

.content_block ul ul {
	list-style: circle;
}

.content_block ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 2.5rem;
	padding-bottom: .5rem;
	line-height: 1.5;
	line-height: 1.5;
	padding-left: 2rem;
	padding-left: 1.8rem;
	list-style: none;
	list-style: none;
	background-image: url("/assets/slc/web/img/icon-circle-brown.svg");
	background-repeat: no-repeat;
	background-position: left top 1rem;
	background-size: .8rem;
}

.inner_title_container {
	padding-bottom: 4rem;
}

@media screen and (max-width: 850px) {
	.inner_title_container {
		text-align: center;
		padding-bottom: 0rem;
		padding-top: 1rem;
		max-width: 80%;
		margin: auto;
	}
}

@media screen and (max-width: 750px) {
	.inner_title_container {
		max-width: 100%;
	}
}

.inner_title_container h1 {
	margin: 0;
	margin-bottom: 1rem;
	font-size: 4.2rem;
	line-height: 1.5;
	letter-spacing: .2rem;
	font-weight: 700;
}

@media screen and (max-width: 750px) {
	.inner_title_container h1 {
		margin: 0;
		margin-bottom: 1rem;
		font-size: 3.6rem;
		line-height: 1.5;
		letter-spacing: 0;
		font-weight: 700;
	}
}

.inner_title_container h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	font-size: 2.2rem;
	margin: 0;
	line-height: 1.5;
}

.inner_title_container h4 a {
	font-size: 2.2rem;
}

@media screen and (max-width: 750px) {
	.inner_title_container h4 {
		font-size: 1.9rem;
	}
}

.inner_title_container h4.st_top {
	margin-bottom: 1rem;
}

.inner_title_container h4.st_bottom {
	font-weight: 700;
}

.disclaimer {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 2rem;
	background-color: #db6361;
	color: white;
	font-weight: 500;
	border-radius: .5rem;
	padding-left: 4rem;
	position: relative;
}

.disclaimer:before {
	content: "\F05A";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 1.8rem;
	left: 1.7rem;
	font-size: 1.8rem;
}

.four_cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.four_cols .col {
	width: 22%;
}

@media screen and (max-width: 850px) {
	.four_cols .col {
		width: 100%;
		margin: 2rem 0;
	}
}

.process_section {
	width: 100vw;
	overflow: hidden !important;
}

.two_cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.two_cols .col {
	width: 46%;
}

@media screen and (max-width: 850px) {
	.two_cols .col {
		width: 100%;
		margin: 1rem 0;
	}
}

.titled_title {
	max-width: 50rem;
	margin: auto;
}

.titled_title h3 {
	letter-spacing: .4rem;
}

.titled_title.center {
	text-align: center;
	max-width: 750px;
}

.titled_title.center.orange h3 {
	padding-bottom: 7rem;
}

.titled_title.orange h3 {
	font-size: 3.5rem;
	margin: 0;
	color: #bd5a00;
	font-weight: bolder;
	letter-spacing: 0;
	letter-spacing: normal;
	padding-bottom: 3rem;
	padding-top: 5rem;
}

@media screen and (max-width: 750px) {
	.titled_title.orange h3 {
		padding: 1.5rem 4rem;
		padding-top: 2.3rem;
	}
}

.but_columns {
	margin-top: 5rem;
}

.but_columns a {
	font-size: 1.5rem;
	margin-right: 2rem;
}

@media screen and (max-width: 750px) {
	.but_columns a {
		width: 100%;
		text-align: center;
	}
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tada {
	-webkit-animation: tada ease-in-out 4s 3 alternate;
	animation: tada ease-in-out 4s 3 alternate;
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(.96, .96, .96) rotate3d(0, 0, 1, -1deg);
		transform: scale3d(.96, .96, .96) rotate3d(0, 0, 1, -1deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.06, 1.06, 1.06) rotate3d(0, 0, 1, 1deg);
		transform: scale3d(1.06, 1.06, 1.06) rotate3d(0, 0, 1, 1deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.06, 1.06, 1.06) rotate3d(0, 0, 1, -1deg);
		transform: scale3d(1.06, 1.06, 1.06) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.swing {
	-webkit-animation: swing ease-in-out 3s infinite alternate;
	animation: swing ease-in-out 3s infinite alternate;
	-webkit-transform-origin: center -20px;
	transform-origin: center -20px;
}

@-webkit-keyframes swing {
	0% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	100% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
}

@keyframes swing {
	0% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	100% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
}

.delay {
	-webkit-animation: swingdelay ease-in-out 3.5s infinite alternate;
	animation: swingdelay ease-in-out 3.5s infinite alternate;
	-webkit-transform-origin: center -20px;
	transform-origin: center -20px;
}

@-webkit-keyframes swingdelay {
	0% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
}

@keyframes swingdelay {
	0% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
}

.box-shadow {
	-webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
}

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

#my-back-button {
	padding: 1rem 2rem;
	font-size: 1.2rem;
	border: none;
	-webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	margin-bottom: 3rem;
	background-color: white;
}

#my-back-button:focus {
	outline: none;
}



.single-post--header-image {
	height: 50rem;
	width: 100%;
	max-height: 100vh;
	position: fixed;
	top: 0;
}

.single-post--header-image .background-image {
	opacity: .7;
}

.single-post--back-btn {
	padding: 7rem 0 3.5rem;
}

.single-post--back-btn--btn {
	color: white;
	font-family: "PT Mono", monospace;
}

.single-post--back-btn--btn:hover,
.single-post--back-btn--btn:focus {
	color: white;
	border-bottom: 1px solid currentColor;
}

.single-post--container {
	padding: 5rem;
}

.single-post--container img {
	width: calc(100% + 10rem);
	height: auto;
	margin-left: -5rem;
	margin-right: -5rem;
}

.single-post--heading {
	border-bottom: 2px solid #999;
	margin-bottom: 1.5rem;
}

.single-post--title {
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: .5rem;
}

.single-post--meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "PT Mono", monospace;
	font-weight: 500;
	text-transform: uppercase;
	color: #060606;
	opacity: .7;
	font-size: 1.3rem;
	letter-spacing: .05em;
	margin-bottom: 1rem;
}

.single-post--meta>*+*:before {
	content: "|";
	margin: 0 1rem;
}

.single-post--meta a {
	color: inherit;
}

.single-post--meta a:hover,
.single-post--meta a:focus {
	color: inherit;
	border-bottom: 1px solid currentColor;
}

.single-post--footer {
	border-top: 2px solid #999;
	margin-top: 3.5rem;
	padding-top: 1.5rem;
}



.responsive-nav .container .two_cols.nav-columns {
	width: 100%;
	margin: auto;
	max-width: 100rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
}

.responsive-nav .container .two_cols.nav-columns .nav li a:hover {
	color: #594a42;
}

.back_btn {
    padding: 0 1rem;
    padding-bottom: 1rem;
}

.content-wrap .back_btn a.button {
    font-family: "PT Mono", monospace;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    border: none;
    border-radius: 6rem;
    -webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
    margin-bottom: 3rem;
    background-color: white;
    color: #594a42;
    margin-bottom: 2rem;
    display: inline-block;
	text-transform: none;
	animation: none;
}

.content-wrap .back_btn a.button:hover,
.content-wrap .back_btn a.button:focus {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.feat_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post_dets {
    padding: 4rem 2rem;
    text-align: center;
    margin: auto;
    margin-bottom: 0;
    padding-top: 2rem;
}

.post_dets p {
    font-size: 1.4rem;
    opacity: 0.7;
}

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

    .flexible_content,
    .flexi_cont {
        padding: 1.5rem 0;
    }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
    .two_col:first-child {
        margin-bottom: 2rem;
    }
}

.post_container_single {
    padding: 6rem 2rem;
    border-radius: 0.5rem;
    background-color: white;
}

@media screen and (max-width: 750px) {
    .post_container_single {
        padding: 2rem 1.5rem;
    }
}

.post_container_single .two_col {
    padding: 4rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
    .post_container_single .two_col {
        padding: 0;
    }
}

.post_container_single .two_col .col {
    width: 48%;
}

@media screen and (max-width: 750px) {
    .post_container_single .two_col .col {
        padding: 0;
        max-width: 100%;
        width: 100%;
    }

    .post_container_single .two_col .col:first-child {
        margin-bottom: 2rem;
    }
}

.post_container_single .split_content {
    padding: 4rem 2rem;
    max-width: 80%;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .post_container_single .split_content {
        padding: 2rem 0;
        max-width: 100%;
        width: 100%;
    }
}

.post_container_single .video {
    padding: 4rem 2rem;
    max-width: 80rem;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .post_container_single .video {
        padding: 2rem 0;
    }
}

.post_container_single .full_image {
    padding: 4rem 2rem;
}

@media screen and (max-width: 750px) {
    .post_container_single .full_image {
        padding: 0;
    }
}

.post_container_single .editable table td {
	vertical-align: top;
}

.centered_content .content_box {
    max-width: 80rem;
    margin: auto;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0 2rem;
}

.pagination .pagination--button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2rem;
    background-color: white;
    border-radius: 30px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    -webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
}

.pagination .pagination--button a i {
    font-size: 1.6rem;
}

.pagination .pagination--button.pagination--button--previous a i {
    margin-right: 1rem;
}

.pagination .pagination--button.pagination--button--next a i {
    margin-left: 1rem;
}


.faq_content .accord_title {
	color: #594a42;
	cursor: pointer;
	padding: 15px;
	padding-right: 50px;
	margin-bottom: 20px;
	background-color: white;
	-webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	border-radius: 3px;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-family: "Montserrat", sans-serif;
	background-image: url("/assets/slc/web/img/icon-arrow-right-alt.svg");
	background-repeat: no-repeat;
	background-size: 13px 13px;
	background-position: right 25px center;
	width: 100%;
	text-transform: none;
	font-weight: normal;
}

.faq_content .accord.open .accord_title {
	background-image: url(/assets/slc/web/img/icon-arrow-alt.svg);
	background-size: 1.3rem;
	color: #594a42;
}

.faq_content .accord_title:hover,
.faq_content .accord.open .accord_title:hover,
.faq_content .accord.open .accord_content a:hover {
	color: #594a42;
	transition: .3s;
}

.faq_content .accord_content {
	font-size: 16px;
	color: #594a42;
	padding: 5px 30px;
	margin-bottom: 20px;
	text-transform: none;
}
.faq_content .accord.open .accord_content a {
	color: #ff9e18;
}

.faq_content .accord .accord_title span,
.faq_content .accord .accord .accord_title span {
	width: 100%;
	display: inline-block;
	word-wrap: break-word;
}
.faq_content .accord .accord_title:after {
	display: none;
}


.new_content_links {
	margin-bottom: 14rem;
	text-align: center;
}

.new_content_links .item {
	display: inline-block;
	width: 19.5%;
	text-align: center;
	vertical-align: top;
	padding: 0 9px;
	position: relative;
	min-height: 270px;
}

.new_content_links .item p,
.new_content_links .item a {
	font-size: 14px;
}

.new_content_links .item p {
	margin-bottom: 30px;
}

.new_content_links .item a {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}

.new_content_links .item img.icon-desktop {
	width: 100px;
	height: 60px;
}

.new_content_links .item a img {
	width: 7px;
	vertical-align: middle;
}

@media(max-width: 1300px) {
	.new_content_links .item {
		min-height: 310px;
	}
}

@media(max-width: 1000px) {
	.new_content_links .item {
		width: 48%;
		margin: 20px 0px;
		min-height: 270px;
	}
}

@media(max-width: 720px) {
	.new_content_links .item {
		min-height: 320px;
	}
}

@media(max-width: 550px) {
	.new_content_links {
		margin-bottom: 10rem;
	}
	.new_content_links .item {
		background: #e6e3d5;
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		border-radius: 0.3rem;
		-webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
		box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
		text-align: left;
		vertical-align: middle;
		padding: 10px 2%;
		min-height: 0;
	}
	.new_content_links .item .img_container,
	.new_content_links .item h6,
	.new_content_links .item a {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
	.new_content_links .item .img_container {
		width: 50px;
	}
	.new_content_links .item img.icon-desktop {
		width: 50px;
		height: 40px;
	}
	.new_content_links .item h6 {
		width: 48%;
		margin-bottom: 0;
		padding-left: 2%;
	}
	.new_content_links .item a {
		width: 31%;
		text-align: right;
		position: relative;
	}
	.new_content_links .item p {
		display: none;
	}
	.titled_title.center.orange h3 {
		padding-bottom: 3rem;
	}
}

@media(max-width: 330px) {
	.new_content_links .item h6 {
		width: 40%;
	}
	.new_content_links .item a {
		width: 38%;
		font-size: 14px;
	}
}


.crop_img img{
    height: 500px;
    object-fit: cover;
    object-position: center -55px;
    transition: all 0.3s;
}

.crop_img.position_center img{
    object-position: center;
}

.crop_img.position_bottom img{
    object-position: center -170px;
}

@media(max-width: 1100px){
    .crop_img img{
        height: auto;
        object-fit: unset;
        object-position: unset;
        transition: all 0.3s;
    }
    .crop_img.position_center img, .crop_img.position_bottom img{
        object-position: unset
    }
}

.blog .post_container .post_item img{
    width: 390px;
    height: 219px;
    object-fit: cover;
    object-position: center;
}

@media(max-width: 850px){
    .blog .post_container .post_item img{
        width: 410px;
    }
}

@media(max-width: 450px){
    .blog .post_container .post_item img{
        width: 430px;
    }
}

.footer_logo {
	width: 50%;
	display: inline-block;
	text-align: right;
}

.footer_logo img {
	max-width: 250px;
}

.footer_acl {
	width: 48%;
	display: inline-block;
	text-align: left;
	margin: 0rem 0% 2rem 2%;
}

.footer_bottom .footer_acl p {
	text-align: left;
	font-size: 14px;
}

@media(max-width: 550px) {
	.footer_logo {
		width: 100%;
		text-align: center;
	}
	.footer_acl {
		width: 100%;
		text-align: center;
		margin-top: 2rem;
		margin-left: 0%;
		margin: 2rem 0% 2rem 0;
	}
	.footer_bottom .footer_acl p {
		text-align: center;
	}
}

.disclaimer_msg {
	font-size: 11px;
	background-color: #816863;
	color: white;
	padding: 20px;
	margin: 0;
}

.brown_bgcolor {
	background-color: #816863;
}


.mainsun .st5 {
	fill: #daa22a
}

.mainsun .st10 {
	opacity: .85;
	fill: #fff;
	enable-background: new
}

.mainsun .st15 {
	fill: #fcb446
}

.mainsun .st18 {
	fill: #f4e9e0
}

.mainsun .st20 {
	fill: #ffce02
}

.mainsun .st21 {
	fill: #bbbdbf
}

.mainsun .st22 {
	fill: #ffffff;
	opacity: 0.38;
}

.mainsun .st23 {
	fill: #F07451;
}

.mainsun .st24 {
	fill: #ffffff;
}
.mainsun .st25 {
	fill: #D84B2F;
}


.res_sun_wrapper .st3res {
	fill: #daa22a
}

.res_sun_wrapper .st7res {
	opacity: .85;
	fill: #fff;
}

.res_sun_wrapper .st9res {
	opacity: .63
}

.res_sun_wrapper .st11res {
	fill: #fcb446
}

.res_sun_wrapper .st12res {
	fill: #594942
}

.res_sun_wrapper .st13res {
	fill: #f4e9e0
}

.res_sun_wrapper .st14res {
	fill: #ffce02
}

.res_sun_wrapper .st15res {
	fill: #bbbdbf
}


.home ul.disc {
	padding-top: 30px;
}

@media(max-width: 1000px) {
	.home ul.disc {
		text-align: left;
		max-width: 630px;
		margin: 0 auto;
		list-style-position: outside;
		padding-left: 20px;
	}
	.home ul.disc li {
		margin-left: 0;
	}
}

iframe#PrivacyIframe {
	border: none;
	width: 100%;
	height: 100%;
	min-height: 500px;
}


iframe#FaqsIframe {
	border: none;
	width: 100%;
	height: 100%;
	min-height: 500px;
}


div[expando] {
	border: none;
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 50px 15px 15px;
}

*[expando] ~ div {
	border: none;
}
*[expando] + div {
	padding: 20px 10px 30px;
}
*[expando] + div a {
	font-size: 16px;
}

.page-template-page-Faqs div[expando],
.page-template-page-creditguide div[expando] {
	font-weight: normal;
	line-height: 23.4px;
}
.page-template-page-Faqs div[expando] + div,
.page-template-page-creditguide div[expando] + div {
	line-height: 24px;
	padding: 20px 10px 40px;
}
.page-template-page-Faqs div[expando] + div strong,
.page-template-page-creditguide div[expando] + div strong,
.page-template-page-Faqs div[expando] + div p a.link,
.page-template-page-creditguide div[expando] + div p a.link {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.page-template-page-Faqs div[expando]:after,
.page-template-page-creditguide div[expando]:after {
	right: 25px;
}
.page-template-page-creditguide div[expando] + div p {
	font-size: 16px;
}
.page-template-page-creditguide .inner_title_container {
	padding-bottom: 40px;
}
@media(min-width: 850px) {
	.page-template-page-creditguide .inner_title_container {
		padding-bottom: 80px;
	}
}


.button,
.button._2nd {
	padding: 1.3rem 4rem;
	-webkit-box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
	box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
}

.button i {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover i {
	padding-left: 1.5rem;
}

.button._2nd{
	border-width: 0.4rem!important;
}

.button,
.button._cset1 {
	border-width: 4px;
	border-style: solid;
	border-color: #ff9e18;
}

.button._cset4 {
	border-color: #e4e1d5;
}

.page-template-page-home .button._cset5._2nd{
	border: 0.4rem solid white;
	color: #594a42;
	width: auto;
}

.page-template-page-home .button._cset5._2nd:hover {
	background-color: white;
}
.button._2nd._cset3 {
	color: #db6361;
	border: solid .4rem #db6361;
}
.button._2nd._cset3:hover {
	color: white;
	border: solid .4rem #db6361;
	background-color: #db6361;
}
@media(max-width: 750px) {
	a.button._2nd {
		width: 100%;
		margin: 0;
	}
}



#web_notice_banner {
	width: 65%;
	background-color: #db6361;
	color: white;
	padding: 15px;
	border-radius: 10px;
}

#web_notice_banner p {
	padding: 0;
}

@media(max-width: 1000px) {
	#web_notice_banner {
		width: 90%;
		margin: 0 auto;
	}
}